From 9722780e64692d7b6fd19d1c835c678ea900de6f03d5a52e37ab3f8138bfeb2e Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 18 Oct 2021 08:41:22 +0000 Subject: [PATCH] Accepting request 925603 from home:dirkmueller:Factory - update to 3.22: - nbd-server: handle auth for v6-mapped IPv4 addresses - nbd-client.c: parse the next option in all cases - configure.ac: silence a few autoconf 2.71 warnings - spec: Relax NBD_OPT_LIST_META_CONTEXTS - client: Don't confuse Unix socket with TLS hostname - server: Avoid deprecated g_memdup OBS-URL: https://build.opensuse.org/request/show/925603 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=78 --- nbd-3.21.tar.xz | 3 --- nbd-3.22.tar.xz | 3 +++ nbd.changes | 11 +++++++++++ nbd.spec | 5 +++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 nbd-3.21.tar.xz create mode 100644 nbd-3.22.tar.xz diff --git a/nbd-3.21.tar.xz b/nbd-3.21.tar.xz deleted file mode 100644 index 42fe96e..0000000 --- a/nbd-3.21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7688af39d91733bbcd2db08062c44fe503d004e51528740139c44aff6a6bef9 -size 523472 diff --git a/nbd-3.22.tar.xz b/nbd-3.22.tar.xz new file mode 100644 index 0000000..84fe00d --- /dev/null +++ b/nbd-3.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06eed0fa46da8aca16862b11bc699ea6257bc49575239129b845493ad6365dd2 +size 563388 diff --git a/nbd.changes b/nbd.changes index 59c646f..a3c007c 100644 --- a/nbd.changes +++ b/nbd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 16 09:02:50 UTC 2021 - Dirk Müller + +- update to 3.22: + - nbd-server: handle auth for v6-mapped IPv4 addresses + - nbd-client.c: parse the next option in all cases + - configure.ac: silence a few autoconf 2.71 warnings + - spec: Relax NBD_OPT_LIST_META_CONTEXTS + - client: Don't confuse Unix socket with TLS hostname + - server: Avoid deprecated g_memdup + ------------------------------------------------------------------- Thu Feb 4 11:16:57 UTC 2021 - Dirk Müller diff --git a/nbd.spec b/nbd.spec index 2490f66..076a63e 100644 --- a/nbd.spec +++ b/nbd.spec @@ -20,18 +20,19 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: nbd -Version: 3.21 +Version: 3.22 Release: 0 Summary: Network Block Device Server and Client Utilities License: GPL-2.0-or-later Group: Productivity/Networking/Other -URL: http://nbd.sourceforge.net/ +URL: https://nbd.sourceforge.io/ Source0: https://sourceforge.net/projects/nbd/files/nbd/%{version}/nbd-%{version}.tar.xz Source1: %{name}-server.service Source3: config.example Source4: nbd-server.sysconfig Source5: nbd-client.service Patch1: 0001_fix_setgroup.patch +BuildRequires: bison BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(glib-2.0) >= 2.26.0