Accepting request 539301 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/539301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miniupnpc?expand=0&rev=15
This commit is contained in:
commit
d552c57343
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a
|
||||
size 86055
|
3
miniupnpc-2.0.20171102.tar.gz
Normal file
3
miniupnpc-2.0.20171102.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:148517020581260c8a2fa532224870bc53e59004777affcaf27ef636a72825d4
|
||||
size 86363
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 11:09:12 UTC 2017 - joop.boonen@opensuse.org
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 14:18:10 UTC 2017 - joop.boonen@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 16
|
||||
Name: miniupnpc
|
||||
Version: 2.0.20170509
|
||||
Version: 2.0.20171102
|
||||
Release: 0
|
||||
Summary: Universal Plug'n'Play (UPnP) Client
|
||||
License: BSD-3-Clause
|
||||
@ -27,8 +27,8 @@ Url: http://miniupnp.free.fr/
|
||||
Source: http://miniupnp.free.fr/files/miniupnpc-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: libminiupnpc%{soname} = %{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The MiniUPnP project offers software which supports the UPnP Internet Gateway
|
||||
@ -92,26 +92,21 @@ rm -f %{buildroot}%{_libdir}/*.a
|
||||
chmod -x %{buildroot}%{_mandir}/man3/miniupnpc.3.gz
|
||||
|
||||
%post -n libminiupnpc%{soname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libminiupnpc%{soname} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/upnpc
|
||||
%{_bindir}/external-ip
|
||||
%{_mandir}/man3/miniupnpc.3.*
|
||||
%{_mandir}/man3/miniupnpc.3%{ext_man}
|
||||
|
||||
%files -n libminiupnpc%{soname}
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE Changelog.txt README
|
||||
%{_libdir}/libminiupnpc.so.%{soname}
|
||||
|
||||
%files -n libminiupnpc-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/miniupnpc/
|
||||
%{_libdir}/libminiupnpc.so
|
||||
|
||||
%files -n python-miniupnpc -f rpmfiles.lst
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user