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