diff --git a/miniupnpc-1.8.tar.gz b/miniupnpc-1.8.tar.gz deleted file mode 100644 index e3b7846..0000000 --- a/miniupnpc-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c -size 70624 diff --git a/miniupnpc-1.9.tar.gz b/miniupnpc-1.9.tar.gz new file mode 100644 index 0000000..8cedefd --- /dev/null +++ b/miniupnpc-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464 +size 74230 diff --git a/miniupnpc.changes b/miniupnpc.changes index d20b077..d1a486c 100644 --- a/miniupnpc.changes +++ b/miniupnpc.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 11 07:34:30 UTC 2014 - joop.boonen@opensuse.org + +- Update to 1.9: + * added argument remoteHost to UPNP_GetSpecificPortMappingEntry() + increment API_VERSION to 10 + * --help and -h arguments in upnpc.c + * fixed potential buffer overrun in miniwget.c + bnc#881990 + CVE-2014-3985 + Modified UPNP_GetValidIGD() to check for ExternalIpAddress + * define MAXHOSTNAMELEN if not already done + * update upnpreplyparse to allow larger values (128 chars instead of 64) + * Update upnpreplyparse to take into account "empty" elements + validate upnpreplyparse.c code with "make check" + * Fix Solaris build thanks to Maciej MaƂecki + * Fix testminiwget.sh for BSD + * Fixed Makefile for *BSD + * Update Makefile to use JNAerator version 0.11 + * Fix testminiwget.sh for use with dash + Use $(DESTDIR) in Makefile + ------------------------------------------------------------------- Thu Jun 6 07:37:52 UTC 2013 - joop.boonen@opensuse.org diff --git a/miniupnpc.spec b/miniupnpc.spec index d04c1dd..316f571 100644 --- a/miniupnpc.spec +++ b/miniupnpc.spec @@ -1,7 +1,7 @@ # # spec file for package miniupnpc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define soname 9 +%define soname 10 Name: miniupnpc -Version: 1.8 +Version: 1.9 Release: 0 Summary: Universal Plug'n'Play (UPnP) Client License: BSD-3-Clause @@ -88,6 +88,8 @@ make %{?_smp_mflags} \ --record-rpm="rpmfiles.lst" # Remove static libs rm -f %{buildroot}%{_libdir}/*.a +# The man page should be non executable +chmod -x %{buildroot}%{_mandir}/man3/miniupnpc.3.gz %post -n libminiupnpc%{soname} -p /sbin/ldconfig