Update to libnbd 1.18.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libnbd?expand=0&rev=24
This commit is contained in:
James Fehlig 2023-09-29 17:39:43 +00:00 committed by Git OBS Bridge
parent 9376b896a5
commit 308e530bfd
5 changed files with 21 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,19 @@
-------------------------------------------------------------------
Fri Sep 29 17:22:47 UTC 2023 - jfehlig@suse.com
- Update to version 1.18.0:
* Version 1.18.0.
* 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
* CVE-2023-5215 (bsc#1215799)
-------------------------------------------------------------------
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