Accepting request 1114449 from Virtualization

- Update to version 1.18.0:
  * CVE-2023-5215 (bsc#1215799)
  * docs: Add link to nbd_get_size announcement in release notes
  * docs: Add URL to list post on nbd_get_size security
  * docs: Update release notes for nbd_get_size backport to 1.16.5
  * docs: Finalize release notes for release tomorrow
  * dump: Add more examples of running subprocesses from nbddump
  * info: Tolerate missing size
  * block_status: Fix assertion on bad 64-bit block status reply
  * block_status: Fix assertion with large server size
  * api: Sanitize sizes larger than INT64_MAX

OBS-URL: https://build.opensuse.org/request/show/1114449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnbd?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2023-10-01 19:22:21 +00:00 committed by Git OBS Bridge
commit b9e034849b
5 changed files with 20 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">libnbd</param>
<param name="revision">v1.14.1</param>
<param name="revision">v1.18.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.com/nbdkit/libnbd.git</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:160110693b3c2c5d8c009de67c9fd02c97ec6b979bddf8ee504e9ed50d8aae42
size 348834

3
libnbd-1.18.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d5a4a72a1e9a9efc3dd66cc0f1de4d8b7c5be14a55c6c00d78d072855129b7f
size 437163

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Sep 29 17:22:47 UTC 2023 - jfehlig@suse.com
- Update to version 1.18.0:
* CVE-2023-5215 (bsc#1215799)
* docs: Add link to nbd_get_size announcement in release notes
* docs: Add URL to list post on nbd_get_size security
* docs: Update release notes for nbd_get_size backport to 1.16.5
* docs: Finalize release notes for release tomorrow
* dump: Add more examples of running subprocesses from nbddump
* info: Tolerate missing size
* block_status: Fix assertion on bad 64-bit block status reply
* block_status: Fix assertion with large server size
* api: Sanitize sizes larger than INT64_MAX
-------------------------------------------------------------------
Thu Mar 23 16:15:44 UTC 2023 - Martin Liška <mliska@suse.cz>

View File

@ -19,7 +19,7 @@
%define sover 0
Name: libnbd
Version: 1.14.1
Version: 1.18.0
Release: 0
Summary: NBD client library in userspace
License: LGPL-2.1-or-later