Accepting request 177875 from devel:libraries:c_c++
Update to 1.8 (forwarded request 177873 from worldcitizen) OBS-URL: https://build.opensuse.org/request/show/177875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miniupnpc?expand=0&rev=6
This commit is contained in:
commit
61c6e38426
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16dd2456be9b4bf290667c00eeb38c77ad47eb2107569b2dadcfcee8c9af6337
|
||||
size 68327
|
3
miniupnpc-1.8.tar.gz
Normal file
3
miniupnpc-1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c
|
||||
size 70624
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 07:37:52 UTC 2013 - joop.boonen@opensuse.org
|
||||
|
||||
- Update to 1.8:
|
||||
* fix testminiwget with no IPv6 support
|
||||
* Rename all include guards to not clash with C99
|
||||
(7.1.3 Reserved identifiers).
|
||||
* Added -e option to upnpc program (set description for port mappings)
|
||||
* Python 3 support (thanks to Christopher Foo)
|
||||
* Fix a memory link in UPNP_GetValidIGD()
|
||||
* Try to handle scope id in link local IPv6 URL under MS Windows
|
||||
* Disable HAS_IP_MREQN on DragonFly BSD
|
||||
* GetUPNPUrls() now inserts scope into link-local IPv6 addresses
|
||||
* More error return checks in upnpc.c
|
||||
#define MINIUPNPC_GET_SRC_ADDR enables receivedata() to get scope_id
|
||||
* parseURL() now parses IPv6 addresses scope
|
||||
* new parameter for miniwget() : IPv6 address scope
|
||||
* increment API_VERSION to 9
|
||||
* fixed CMakeLists.txt
|
||||
* Improvements in testminiwget.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 24 22:29:47 UTC 2012 - p.drouand@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package miniupnpc
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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 8
|
||||
%define soname 9
|
||||
|
||||
Name: miniupnpc
|
||||
Version: 1.7
|
||||
Version: 1.8
|
||||
Release: 0
|
||||
Summary: Universal Plug'n'Play (UPnP) Client
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user