- new version 1.7.1

https://open.nlnetlabs.nl/pipermail/ldns-users/2019-July/000946.html
  * Support for DNSSEC algorithms ED25519 and ED448
    when compiled with OpenSSL 1.1.1
  * An -I option to ldns-notify to specify a source IP address
    to send to notify from.
  * Complete OpenSSL engine support with ldns-signzone
    contributed by Vadim Penzin
  * security fixes CVE-2017-1000231 (boo#1068711), CVE-2017-1000232 (boo#1068709)
- add keyring and signature

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=40
This commit is contained in:
2019-08-06 10:35:11 +00:00
committed by Git OBS Bridge
parent a338949ab5
commit 8d234336b8
6 changed files with 90 additions and 9 deletions

View File

@@ -16,17 +16,17 @@
#
%define libname libldns2
%define libname libldns3
Name: ldns
Version: 1.7.0
Version: 1.7.1
Release: 0
Summary: A library for developing the Domain Name System
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: http://www.nlnetlabs.nl/projects/ldns/
Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
# https://github.com/NLnetLabs/ldns/issues/7
Patch0: ldns-swig4.0.patch
Source1: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz.asc
Source2: ldns.keyring
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: libopenssl-devel
@@ -84,8 +84,7 @@ Requires: %{libname} >= %{version}
Perl bindings for the ldns library.
%prep
%setup -q
%patch0 -p1
%autosetup
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -174,6 +173,7 @@ rm -v %{buildroot}%{_libdir}/libldns.*a
%{_bindir}/ldns-config
%{_includedir}/ldns/
%{_libdir}/libldns.so
%{_libdir}/pkgconfig/ldns.pc
%{_mandir}/man3/ldns*.3%{?ext_man}
%license LICENSE
%doc libdns.vim README*