Accepting request 952771 from home:jfehlig:branches:Virtualization

- 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

OBS-URL: https://build.opensuse.org/request/show/952771
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libnbd?expand=0&rev=11
This commit is contained in:
James Fehlig 2022-02-08 17:30:19 +00:00 committed by Git OBS Bridge
parent f69b940544
commit d6ffee710e
5 changed files with 21 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:775e3e9774565bebadddc84bd5f1a53ec0ddecbe178786bd1642665ec9e2b6f0
size 291734

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68e0bdb5bf6ae951fb7ec8a2306cdfccad15b179c16ac59120543f10d3397b1b
size 274916

View File

@ -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

View File

@ -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