- Update to release 1.14.2
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=40
This commit is contained in:
parent
ce18e792de
commit
c7d5772838
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4cdc39ff9a65e324c6e4d5470c302cf904ac3cf23bdace36618ed5b44cd6080a
|
|
||||||
size 671075
|
|
@ -1 +0,0 @@
|
|||||||
33278d74d7c09496c272c91436d43c9b1efefe17 libupnp-1.14.1.tar.bz2
|
|
3
libupnp-1.14.2.tar.bz2
Normal file
3
libupnp-1.14.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffe3045b91a4c951d105e0db98cd043341f1f4342ddaf23916e15a5792d5c270
|
||||||
|
size 672650
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 1 06:47:53 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.14.2
|
||||||
|
* Fix crash in UpnpGetIfInfo due to unexpected null addresses
|
||||||
|
showing up for tunnel netdevices.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 10 14:56:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Wed Feb 10 14:56:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -20,14 +20,13 @@
|
|||||||
%define pnpver 17
|
%define pnpver 17
|
||||||
%define ixmlver 11
|
%define ixmlver 11
|
||||||
Name: libupnp
|
Name: libupnp
|
||||||
Version: 1.14.1
|
Version: 1.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of Universal Plug and Play (UPnP)
|
Summary: An implementation of Universal Plug and Play (UPnP)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/pupnp/pupnp
|
URL: https://github.com/pupnp/pupnp
|
||||||
Source: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2
|
Source: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2
|
||||||
Source2: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2.sha1
|
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -77,7 +76,7 @@ systems.
|
|||||||
--enable-reuseaddr \
|
--enable-reuseaddr \
|
||||||
--disable-open_ssl \
|
--disable-open_ssl \
|
||||||
--enable-unspecified_server
|
--enable-unspecified_server
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user