Accepting request 952773 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/952773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnbd?expand=0&rev=6
This commit is contained in:
commit
cbfd0d516f
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">libnbd</param>
|
||||
<param name="revision">v1.9.3</param>
|
||||
<param name="revision">v1.10.4</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://gitlab.com/nbdkit/libnbd.git</param>
|
||||
|
3
libnbd-1.10.4.tar.bz2
Normal file
3
libnbd-1.10.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:775e3e9774565bebadddc84bd5f1a53ec0ddecbe178786bd1642665ec9e2b6f0
|
||||
size 291734
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68e0bdb5bf6ae951fb7ec8a2306cdfccad15b179c16ac59120543f10d3397b1b
|
||||
size 274916
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 08 16:46:29 UTC 2022 - jfehlig@suse.com
|
||||
|
||||
- Update to version 1.10.4:
|
||||
* Version 1.10.4.
|
||||
* copy: CVE-2022-0485: Fail nbdcopy if NBD read or write fails (bsc#1195636)
|
||||
* copy: Pass in dummy variable rather than &errno to callback
|
||||
* docs: Clarify how callbacks should handle errors
|
||||
* ocaml: tests: Fix error handling
|
||||
* python: tests: Fix error handling
|
||||
* ocaml/helpers.c: Rearrange Assert_failure check
|
||||
* golang: tests: Fix error handling
|
||||
* docs: Fix typo in callback docs
|
||||
* ocaml: Update comment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 25 23:00:54 UTC 2021 - jfehlig@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnbd
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define sover 0
|
||||
|
||||
Name: libnbd
|
||||
Version: 1.9.3
|
||||
Version: 1.10.4
|
||||
Release: 0
|
||||
Summary: NBD client library in userspace
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user