SHA256
1
0
forked from pool/ldns

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:
Stephan Kulow
2011-12-14 13:33:46 +00:00
committed by Git OBS Bridge
parent 9455cf9284
commit 6710d2e496
4 changed files with 21 additions and 21 deletions

View File

@@ -15,21 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: ldns
Version: 1.6.9
Release: 1
Version: 1.6.11
Release: 0
#
Group: Development/Libraries/C and C++
License: BSD
License: BSD-3-Clause
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libpcap-devel openssl-devel
BuildRequires: python-devel swig
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: libpcap-devel
BuildRequires: openssl-devel
BuildRequires: python-devel
BuildRequires: swig
#
Url: http://www.nlnetlabs.nl/projects/ldns/
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.
%package -n libldns1
Group: Productivity/Networking/DNS/Servers
#
Summary: Tools from ldns
@@ -61,9 +58,6 @@ should be a lot faster than Perl.
%package devel
Group: Development/Libraries/C and C++
Requires: libldns1 = %{version}
#
Summary: Development files for ldns
@@ -79,8 +73,6 @@ should be a lot faster than Perl.
This package holds the development files.
%package -n python-ldns
Summary: Python bindings for ldns
Group: Productivity/Networking/DNS/Servers
# doesn't use symbol versioning
@@ -109,6 +101,7 @@ popd
%makeinstall -C examples
%makeinstall -C drill
%{__rm} -v %{buildroot}%{_libdir}/libldns.*a
%{__rm} -v %{buildroot}%{python_sitearch}/*.la
%{__rm} -rv doc/doxyparse.pl doc/man/
#
%fdupes %buildroot%_mandir
@@ -126,6 +119,7 @@ popd
%{_bindir}/ldns-chaos
%{_bindir}/ldns-compare-zones
%{_bindir}/ldns-dpa
%{_bindir}/ldns-gen-zone
%{_bindir}/ldns-key2ds
%{_bindir}/ldns-keyfetcher
%{_bindir}/ldns-keygen
@@ -148,7 +142,6 @@ popd
%{_bindir}/ldnsd
%{_mandir}/man1/drill.1*
%{_mandir}/man1/ldns*.1*
%doc drill/ChangeLog.22-nov-2005 drill/README drill/REGRESSIONS
%files -n libldns1
%defattr(-,root,root,-)
@@ -160,10 +153,10 @@ popd
%{_includedir}/ldns/
%{_libdir}/libldns.so
%{_mandir}/man3/ldns*.3*
%doc README* libdns.vim doc
%doc libdns.vim doc
%files -n python-ldns
%defattr(-,root,root)
%{python_sitelib}/*
%{python_sitearch}/*
%changelog