Accepting request 95239 from server:dns
- new version 1.6.11 * new ldnsx python module * fix heap overflow (bnc#720277, CVE-2011-3581) OBS-URL: https://build.opensuse.org/request/show/95239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=3
This commit is contained in:
parent
9455cf9284
commit
6710d2e496
3
ldns-1.6.11.tar.gz
Normal file
3
ldns-1.6.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6891b8ea8e9ded3e7d2caaaf494a8c2459bab729cdd1716f6db2ba375f628888
|
||||||
|
size 1018369
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13a0b666ba391920e1e584b773ccb07f5f2227020763b4777689b9bb635b871e
|
|
||||||
size 984563
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 17 15:17:12 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
- new version 1.6.11
|
||||||
|
* new ldnsx python module
|
||||||
|
* fix heap overflow (bnc#720277, CVE-2011-3581)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 25 13:38:43 UTC 2011 - lnussel@suse.de
|
Wed May 25 13:38:43 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
29
ldns.spec
29
ldns.spec
@ -15,21 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: ldns
|
Name: ldns
|
||||||
Version: 1.6.9
|
Version: 1.6.11
|
||||||
Release: 1
|
Release: 0
|
||||||
#
|
#
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libpcap-devel openssl-devel
|
|
||||||
BuildRequires: python-devel swig
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: libpcap-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: swig
|
||||||
#
|
#
|
||||||
Url: http://www.nlnetlabs.nl/projects/ldns/
|
Url: http://www.nlnetlabs.nl/projects/ldns/
|
||||||
Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
|
Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
|
||||||
@ -46,8 +45,6 @@ should be a lot faster than Perl.
|
|||||||
This package holds the tools/examples from ldns.
|
This package holds the tools/examples from ldns.
|
||||||
|
|
||||||
%package -n libldns1
|
%package -n libldns1
|
||||||
|
|
||||||
|
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Productivity/Networking/DNS/Servers
|
||||||
#
|
#
|
||||||
Summary: Tools from ldns
|
Summary: Tools from ldns
|
||||||
@ -61,9 +58,6 @@ should be a lot faster than Perl.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
|
||||||
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: libldns1 = %{version}
|
Requires: libldns1 = %{version}
|
||||||
#
|
#
|
||||||
Summary: Development files for ldns
|
Summary: Development files for ldns
|
||||||
@ -79,8 +73,6 @@ should be a lot faster than Perl.
|
|||||||
This package holds the development files.
|
This package holds the development files.
|
||||||
|
|
||||||
%package -n python-ldns
|
%package -n python-ldns
|
||||||
|
|
||||||
|
|
||||||
Summary: Python bindings for ldns
|
Summary: Python bindings for ldns
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Productivity/Networking/DNS/Servers
|
||||||
# doesn't use symbol versioning
|
# doesn't use symbol versioning
|
||||||
@ -109,6 +101,7 @@ popd
|
|||||||
%makeinstall -C examples
|
%makeinstall -C examples
|
||||||
%makeinstall -C drill
|
%makeinstall -C drill
|
||||||
%{__rm} -v %{buildroot}%{_libdir}/libldns.*a
|
%{__rm} -v %{buildroot}%{_libdir}/libldns.*a
|
||||||
|
%{__rm} -v %{buildroot}%{python_sitearch}/*.la
|
||||||
%{__rm} -rv doc/doxyparse.pl doc/man/
|
%{__rm} -rv doc/doxyparse.pl doc/man/
|
||||||
#
|
#
|
||||||
%fdupes %buildroot%_mandir
|
%fdupes %buildroot%_mandir
|
||||||
@ -126,6 +119,7 @@ popd
|
|||||||
%{_bindir}/ldns-chaos
|
%{_bindir}/ldns-chaos
|
||||||
%{_bindir}/ldns-compare-zones
|
%{_bindir}/ldns-compare-zones
|
||||||
%{_bindir}/ldns-dpa
|
%{_bindir}/ldns-dpa
|
||||||
|
%{_bindir}/ldns-gen-zone
|
||||||
%{_bindir}/ldns-key2ds
|
%{_bindir}/ldns-key2ds
|
||||||
%{_bindir}/ldns-keyfetcher
|
%{_bindir}/ldns-keyfetcher
|
||||||
%{_bindir}/ldns-keygen
|
%{_bindir}/ldns-keygen
|
||||||
@ -148,7 +142,6 @@ popd
|
|||||||
%{_bindir}/ldnsd
|
%{_bindir}/ldnsd
|
||||||
%{_mandir}/man1/drill.1*
|
%{_mandir}/man1/drill.1*
|
||||||
%{_mandir}/man1/ldns*.1*
|
%{_mandir}/man1/ldns*.1*
|
||||||
%doc drill/ChangeLog.22-nov-2005 drill/README drill/REGRESSIONS
|
|
||||||
|
|
||||||
%files -n libldns1
|
%files -n libldns1
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -160,10 +153,10 @@ popd
|
|||||||
%{_includedir}/ldns/
|
%{_includedir}/ldns/
|
||||||
%{_libdir}/libldns.so
|
%{_libdir}/libldns.so
|
||||||
%{_mandir}/man3/ldns*.3*
|
%{_mandir}/man3/ldns*.3*
|
||||||
%doc README* libdns.vim doc
|
%doc libdns.vim doc
|
||||||
|
|
||||||
%files -n python-ldns
|
%files -n python-ldns
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitelib}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user