Commit Graph

16 Commits

Author SHA256 Message Date
234af2a877 Accepting request 619769 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Fix reproducability by not coding in kernel version:
  * miniupnpc-kernelversion.patch
- Fix build with python3 only present in system

OBS-URL: https://build.opensuse.org/request/show/619769
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=28
2018-07-02 09:02:40 +00:00
Joop Boonen
805995dc55 Accepting request 612402 from home:worldcitizen:branches:devel:libraries:c_c++
Build 2.1

OBS-URL: https://build.opensuse.org/request/show/612402
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=26
2018-05-27 09:51:39 +00:00
Ismail Dönmez
d48f65f990 Accepting request 539276 from home:worldcitizen:branches:devel:libraries:c_c++
Build 2.0.20171102
Fix CVE-2017-8798   Thanks to tin/Team OSTStrom
bnc#1038601 - (CVE-2017-8798) VUL-0: CVE-2017-8798: miniupnp: integer signedness error

OBS-URL: https://build.opensuse.org/request/show/539276
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=24
2017-11-06 13:17:19 +00:00
Joop Boonen
6cea5f0bb5 Accepting request 497788 from home:worldcitizen:branches:devel:libraries:c_c++
Build 2.0.20170509 bnc#1038601 Fixes CVE-2017-8798

OBS-URL: https://build.opensuse.org/request/show/497788
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=21
2017-05-23 14:31:18 +00:00
Ismail Dönmez
1e22cd376f - Update to version 2.0
* No code changes since 1.9.20160209

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=19
2016-04-24 19:06:59 +00:00
Ismail Dönmez
2eda524445 Accepting request 360617 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.9.20160209
  * change miniwget to return HTTP status code
  * increments API_VERSION to 16
  * Improve UPNPIGD_IsConnected() to check if WAN address is not 
    private. parse HTTP response status line in miniwget.c

OBS-URL: https://build.opensuse.org/request/show/360617
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=17
2016-02-20 14:49:53 +00:00
Ismail Dönmez
eda6775cc1 Accepting request 344963 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.9.20151026
  * snprintf() overflow check. check overflow in simpleUPnPcommand2()
	* fix compilation with old macs
  * fix compilation with mingw32 (for Appveyor)
  * fix python module for python <= 2.3
  * Change sameport to localport
    see https://github.com/miniupnp/miniupnp/pull/120
  * increments API_VERSION to 15
  * Fix buffer overflow in igd_desc_parse.c/IGDstartelt()
    Discovered by Aleksandar Nikolic of Cisco Talos
  * move ssdpDiscoverDevices() to minissdpc.c
  * avoid unix socket leak in getDevicesFromMiniSSDPD()
  * Also accept "Up" as ConnectionStatus value
  * split getDevicesFromMiniSSDPD
  * add ttl argument to upnpDiscover() functions
  * increments API_VERSION to 14
  * Read USN from SSDP messages.
  * Check malloc/calloc
  * update getDevicesFromMiniSSDPD() to process longer minissdpd
    responses
  * add searchalltypes param to upnpDiscoverDevices()
  * increments API_VERSION to 13
  * upnpc: output version on the terminal
    _BSD_SOURCE is deprecated in favor of _DEFAULT_SOURCE
  * fix CMakeLists.txt COMPILE_DEFINITIONS
  * fix getDevicesFromMiniSSDPD() not setting scope_id
  * improve -r command of upnpc command line tool
  * search all :
    upnpDiscoverDevices() / upnpDiscoverAll() functions
    listdevices executable

OBS-URL: https://build.opensuse.org/request/show/344963
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=15
2015-11-18 11:20:33 +00:00
Joop Boonen
31440e4b78 Accepting request 319246 from home:dimstar:Factory
- Add baselibs.conf: build libminiupnpc10-32bit, as needed by
  libsocks0-32bit.

OBS-URL: https://build.opensuse.org/request/show/319246
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=13
2015-07-29 12:00:33 +00:00
Joop Boonen
f01082be8e Accepting request 236817 from home:worldcitizen:branches: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/236817
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=12
2014-06-13 11:13:35 +00:00
Michal Vyskocil
13e919a1d9 Accepting request 177873 from home:worldcitizen:branches:devel:libraries:c_c++
Update to 1.8

OBS-URL: https://build.opensuse.org/request/show/177873
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=10
2013-06-06 07:59:59 +00:00
Ismail Dönmez
09dbb6034c - Remove unneeded miniupnpc-makefile.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=8
2012-12-29 13:00:59 +00:00
Ismail Dönmez
c7e214e8d0 Accepting request 146358 from home:posophe:branches:devel:libraries:c_c++
Update to 1.7 version

OBS-URL: https://build.opensuse.org/request/show/146358
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=7
2012-12-26 09:40:46 +00:00
7ffe2d3de6 Accepting request 105634 from home:vuntz:branches:devel:libraries:c_c++
Install headers in the right location

OBS-URL: https://build.opensuse.org/request/show/105634
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=5
2012-02-17 19:22:36 +00:00
Joop Boonen
f4d79d5083 Corrected the License
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=3
2012-01-07 22:08:53 +00:00
847f763674 Remove redundant/unwanted tags/section (cf. specfile guidelines); %_smp_mflags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=2
2011-12-23 21:37:15 +00:00
Ismail Dönmez
313b470647 Accepting request 98055 from home:worldcitizen:branches:games
Build miniupnpc version 1.6

OBS-URL: https://build.opensuse.org/request/show/98055
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=1
2011-12-23 19:16:24 +00:00