From d6ffee710e8395b886cc925beb35d4b029d9c1aabbc5add720ab243e3286dba7 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 8 Feb 2022 17:30:19 +0000 Subject: [PATCH] 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 --- _service | 2 +- libnbd-1.10.4.tar.bz2 | 3 +++ libnbd-1.9.3.tar.bz2 | 3 --- libnbd.changes | 15 +++++++++++++++ libnbd.spec | 4 ++-- 5 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 libnbd-1.10.4.tar.bz2 delete mode 100644 libnbd-1.9.3.tar.bz2 diff --git a/_service b/_service index 4ac087f..0cb28dc 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ libnbd - v1.9.3 + v1.10.4 git disable https://gitlab.com/nbdkit/libnbd.git diff --git a/libnbd-1.10.4.tar.bz2 b/libnbd-1.10.4.tar.bz2 new file mode 100644 index 0000000..0e137c9 --- /dev/null +++ b/libnbd-1.10.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775e3e9774565bebadddc84bd5f1a53ec0ddecbe178786bd1642665ec9e2b6f0 +size 291734 diff --git a/libnbd-1.9.3.tar.bz2 b/libnbd-1.9.3.tar.bz2 deleted file mode 100644 index e18ed08..0000000 --- a/libnbd-1.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e0bdb5bf6ae951fb7ec8a2306cdfccad15b179c16ac59120543f10d3397b1b -size 274916 diff --git a/libnbd.changes b/libnbd.changes index 0593f45..53d9762 100644 --- a/libnbd.changes +++ b/libnbd.changes @@ -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 diff --git a/libnbd.spec b/libnbd.spec index 6a40f2b..6b15c82 100644 --- a/libnbd.spec +++ b/libnbd.spec @@ -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