From a00f2b66cad4ec09a1a1cbfbc31b254039ba788e757d860a80e3d0a0bc55f3c3 Mon Sep 17 00:00:00 2001 From: Michael Pujos Date: Thu, 15 Apr 2021 12:42:46 +0000 Subject: [PATCH 1/2] update to 4.1.3: OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libnpupnp?expand=0&rev=3 --- libnpupnp-4.0.14.tar.gz | 3 --- libnpupnp-4.1.3.tar.gz | 3 +++ libnpupnp.changes | 18 ++++++++++++++++++ libnpupnp.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 libnpupnp-4.0.14.tar.gz create mode 100644 libnpupnp-4.1.3.tar.gz diff --git a/libnpupnp-4.0.14.tar.gz b/libnpupnp-4.0.14.tar.gz deleted file mode 100644 index 59ae126..0000000 --- a/libnpupnp-4.0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044 -size 538629 diff --git a/libnpupnp-4.1.3.tar.gz b/libnpupnp-4.1.3.tar.gz new file mode 100644 index 0000000..529c875 --- /dev/null +++ b/libnpupnp-4.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74703d49be52d29b52f59342ec7359178b127568399551d9d3f56bb7950fcc02 +size 541766 diff --git a/libnpupnp.changes b/libnpupnp.changes index d729b38..0be4d39 100644 --- a/libnpupnp.changes +++ b/libnpupnp.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 15 08:44:06 UTC 2021 - Michael Pujos + +- update to 4.1.3: + * Fix working with multiple ipv6 link-local interfaces by adding + RFC 6874 zone identifiers to the URLs passed to the client code + * Add UpnpGetUrlHostPortForClient() interface to help users of the + web server compute their URLs + * Small build and compat fixes: fix mingw64 build, add empty + UpnpGetServerUlaGuaPort6() call, adjust how UPNP_ENABLE_IPV6 + affects module existence to make it compatible with pupnp + * Improve source-level compatibility by defining UPNP_USING_CHUNKED + * Fix HEAD requests. Samsung TVs now work with Gerbera + libnpupnp + * Send SERVER and USER-AGENT headers in misc places where mandated or useful + * Add API for the client code to set the user-agent and server string values + * Fix building and running with --disable-ipv6 + * Misc portability fixes + ------------------------------------------------------------------- Sun Nov 15 20:17:08 UTC 2020 - Michael Pujos diff --git a/libnpupnp.spec b/libnpupnp.spec index 9b15171..94a1cfc 100644 --- a/libnpupnp.spec +++ b/libnpupnp.spec @@ -1,7 +1,7 @@ # # spec file for package libnpupnp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define so_ver 4 Name: libnpupnp -Version: 4.0.14 +Version: 4.1.3 Release: 0 Summary: A C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp License: GPL-2.0-or-later From 34d3e4b9ea76a0426dfd2de8360cd5fe634aa071d59dcd4261e9d9fc8368d2f8 Mon Sep 17 00:00:00 2001 From: Michael Pujos Date: Tue, 21 Dec 2021 11:06:48 +0000 Subject: [PATCH 2/2] Accepting request 941712 from home:dirkmueller:Factory - update to 4.1.5: * Small fix for working in a BSD jail with single interface * Fix vulnerability to DNS-rebind attacks. OBS-URL: https://build.opensuse.org/request/show/941712 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libnpupnp?expand=0&rev=4 --- libnpupnp-4.1.3.tar.gz | 3 --- libnpupnp-4.1.5.tar.gz | 3 +++ libnpupnp.changes | 7 +++++++ libnpupnp.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 libnpupnp-4.1.3.tar.gz create mode 100644 libnpupnp-4.1.5.tar.gz diff --git a/libnpupnp-4.1.3.tar.gz b/libnpupnp-4.1.3.tar.gz deleted file mode 100644 index 529c875..0000000 --- a/libnpupnp-4.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74703d49be52d29b52f59342ec7359178b127568399551d9d3f56bb7950fcc02 -size 541766 diff --git a/libnpupnp-4.1.5.tar.gz b/libnpupnp-4.1.5.tar.gz new file mode 100644 index 0000000..59e924d --- /dev/null +++ b/libnpupnp-4.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566f5895376a14aa87997de7ce3454595646613d1d0af34d05c31f6d9fe884a9 +size 545672 diff --git a/libnpupnp.changes b/libnpupnp.changes index 0be4d39..3f7e753 100644 --- a/libnpupnp.changes +++ b/libnpupnp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 20 22:09:27 UTC 2021 - Dirk Müller + +- update to 4.1.5: + * Small fix for working in a BSD jail with single interface + * Fix vulnerability to DNS-rebind attacks. + ------------------------------------------------------------------- Thu Apr 15 08:44:06 UTC 2021 - Michael Pujos diff --git a/libnpupnp.spec b/libnpupnp.spec index 94a1cfc..3d4700b 100644 --- a/libnpupnp.spec +++ b/libnpupnp.spec @@ -18,7 +18,7 @@ %define so_ver 4 Name: libnpupnp -Version: 4.1.3 +Version: 4.1.5 Release: 0 Summary: A C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp License: GPL-2.0-or-later