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
This commit is contained in:
Martin Pluskal 2021-10-18 08:41:22 +00:00 committed by Git OBS Bridge
parent b213c3a7b0
commit 9722780e64
4 changed files with 17 additions and 5 deletions

View File

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

3
nbd-3.22.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06eed0fa46da8aca16862b11bc699ea6257bc49575239129b845493ad6365dd2
size 563388

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Oct 16 09:02:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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