Accepting request 237225 from devel:libraries:c_c++
- 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 OBS-URL: https://build.opensuse.org/request/show/237225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miniupnpc?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c
|
||||
size 70624
|
3
miniupnpc-1.9.tar.gz
Normal file
3
miniupnpc-1.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464
|
||||
size 74230
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user