diff --git a/miniupnpc-2.2.5.tar.gz b/miniupnpc-2.2.5.tar.gz deleted file mode 100644 index b3ac431..0000000 --- a/miniupnpc-2.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38acd5f4602f7cf8bcdc1ec30b2d58db2e9912e5d9f5350dd99b06bfdffb517c -size 103654 diff --git a/miniupnpc-2.2.5.tar.gz.sig b/miniupnpc-2.2.5.tar.gz.sig deleted file mode 100644 index 3d62b0c..0000000 Binary files a/miniupnpc-2.2.5.tar.gz.sig and /dev/null differ diff --git a/miniupnpc-2.2.6.tar.gz b/miniupnpc-2.2.6.tar.gz new file mode 100644 index 0000000..fd10f3e --- /dev/null +++ b/miniupnpc-2.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fcd91953508c3e62d6964bb8ffbc5d47f3e13481fa54e6214fcc68704c66f1 +size 103949 diff --git a/miniupnpc-2.2.6.tar.gz.sig b/miniupnpc-2.2.6.tar.gz.sig new file mode 100644 index 0000000..9e86b82 Binary files /dev/null and b/miniupnpc-2.2.6.tar.gz.sig differ diff --git a/miniupnpc-kernelversion.patch b/miniupnpc-kernelversion.patch index 7ff26db..dbc9299 100644 --- a/miniupnpc-kernelversion.patch +++ b/miniupnpc-kernelversion.patch @@ -1,7 +1,7 @@ -Index: miniupnpc-2.2.3/updateminiupnpcstrings.sh +Index: miniupnpc-2.2.6/updateminiupnpcstrings.sh =================================================================== ---- miniupnpc-2.2.3.orig/updateminiupnpcstrings.sh -+++ miniupnpc-2.2.3/updateminiupnpcstrings.sh +--- miniupnpc-2.2.6.orig/updateminiupnpcstrings.sh ++++ miniupnpc-2.2.6/updateminiupnpcstrings.sh @@ -19,8 +19,8 @@ if [ ! -f "$TMPFILE" ] ; then fi diff --git a/miniupnpc.changes b/miniupnpc.changes index 231bf01..850e39d 100644 --- a/miniupnpc.changes +++ b/miniupnpc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 7 20:49:20 UTC 2024 - Andrea Manzini + +- update to 2.2.6: + * includes charset="utf-8" in Content-Type + * fix memory allocation error in minissdpc.c + * Make User-Agent compliant. + * add new binary listdevices => upnp-listdevices + +- added %check section to run unit tests + ------------------------------------------------------------------- Sat Jul 15 15:18:39 UTC 2023 - Dirk Müller diff --git a/miniupnpc.spec b/miniupnpc.spec index f83ae8d..2f632c7 100644 --- a/miniupnpc.spec +++ b/miniupnpc.spec @@ -1,7 +1,7 @@ # # spec file for package miniupnpc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 soname 17 Name: miniupnpc -Version: 2.2.5 +Version: 2.2.6 Release: 0 Summary: Universal Plug'n'Play (UPnP) Client License: BSD-3-Clause @@ -115,9 +115,13 @@ chmod -x %{buildroot}%{_mandir}/man3/miniupnpc.3.gz %post -n libminiupnpc%{soname} -p /sbin/ldconfig %postun -n libminiupnpc%{soname} -p /sbin/ldconfig +%check +%make_build test + %files %{_bindir}/upnpc %{_bindir}/external-ip +%{_bindir}/upnp-listdevices %{_mandir}/man3/miniupnpc.3%{?ext_man} %files -n libminiupnpc%{soname}