3 Commits

Author SHA256 Message Date
d05b366b1b Accepting request 1220578 from server:dns
- update to 1.8.4:
  * Fix Resolver uses nameserver commented out in /etc/resolv.conf
  * Added RESINFO rrtype
  * Added WALLET rrtype
  * Added NXNAME rrtype
  * Fix static code analysis findings, and developer visible fixes
  * improve 'next-label' algorithm in ldns-walk
  * Add functions to extract RFC 8914 extended errors
  * Build system fixes and fixes for dependencies
- upstreamed, droped: ldns-swig-4.2.patch, ldns-swig-32bit.patch
- ldns-1.8.4-swig-3.4.0.patch: fix build with Swig 3.4.0 [boo#1231584]

OBS-URL: https://build.opensuse.org/request/show/1220578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=20
2024-11-05 14:40:40 +00:00
c85a77cb8c - upstreamed, droped: ldns-swig-4.2.patch, ldns-swig-32bit.patch
- ldns-1.8.4-swig-3.4.0.patch: fix build with Swig 3.4.0 [boo#1231584]

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=50
2024-11-04 13:09:02 +00:00
6aa21a27c7 ldns 1.8.4 boo#1231584
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=49
2024-11-04 13:05:56 +00:00
2 changed files with 5 additions and 9 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Mon Mar 3 00:36:36 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Allow libressl to satisfy ldns-devel as well
-------------------------------------------------------------------
Mon Nov 4 11:08:29 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ldns
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -31,11 +31,11 @@ Source2: ldns.keyring
Patch2: ldns-1.8.4-swig-3.4.0.patch
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: libopenssl-devel
BuildRequires: libpcap-devel
BuildRequires: perl-Devel-CheckLib
BuildRequires: python3-devel
BuildRequires: swig
BuildRequires: pkgconfig(libssl)
%description
ldns is a C library that can be used for domain name system (DNS)
@@ -59,7 +59,7 @@ experimental software for current Internet Drafts.
Summary: Development files for ldns
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
Requires: pkgconfig(libssl)
Requires: openssl-devel
%description devel
ldns is a C library that can be used for domain name system (DNS)
@@ -119,7 +119,8 @@ LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH" perl \
popd
%install
%make_install \
make DESTDIR=%{buildroot} \
install \
install-drill \
install-examples