5 Commits

Author SHA256 Message Date
46633128c8 Accepting request 1254768 from server:dns
OBS-URL: https://build.opensuse.org/request/show/1254768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=21
2025-03-21 19:21:38 +00:00
4eb73f91f7 Accepting request 1249577 from home:jengelh:branches:server:dns
- Allow libressl to satisfy ldns-devel as well

OBS-URL: https://build.opensuse.org/request/show/1249577
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=52
2025-03-20 15:18:52 +00:00
35704431e1 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
6142b27469 - 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
67598e3335 Accepting request 1220565 from home:AndreasStieger:branches:server:dns
ldns 1.8.4 boo#1231584

OBS-URL: https://build.opensuse.org/request/show/1220565
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 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC
# Copyright (c) 2025 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: openssl-devel
Requires: pkgconfig(libssl)
%description devel
ldns is a C library that can be used for domain name system (DNS)
@@ -119,8 +119,7 @@ LD_LIBRARY_PATH="../../lib:$LD_LIBRARY_PATH" perl \
popd
%install
make DESTDIR=%{buildroot} \
install \
%make_install \
install-drill \
install-examples