This commit is contained in:
2025-08-19 13:02:22 +02:00
parent 479ecaf914
commit c0298edae2
21 changed files with 124 additions and 155 deletions

View File

@@ -2,9 +2,9 @@
# $Id$
#
PORTNAME= ldns
PORTVERSION= 1.7.0
PORTVERSION= 1.8.4
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ LOCAL/ehaupt
MASTER_SITES= #http://www.nlnetlabs.nl/downloads/ldns/ LOCAL/ehaupt
PKGNAMEPREFIX= lib
MAINTAINER= jaap@NLnetLabs.nl

View File

@@ -1,2 +1,3 @@
SHA256 (ldns-1.7.0.tar.gz) = c19f5b1b4fb374cfe34f4845ea11b1e0551ddc67803bd6ddd5d2a20f0997a6cc
SIZE (ldns-1.7.0.tar.gz) = 1304424
TIMESTAMP = 1755581358
SHA256 (ldns-1.8.4.tar.gz) = 838b907594baaff1cd767e95466a7745998ae64bc74be038dccc62e2de2e4247
SIZE (ldns-1.8.4.tar.gz) = 1301058

View File

@@ -1,11 +0,0 @@
--- drill/Makefile.in.orig 2014-01-10 21:04:41 UTC
+++ drill/Makefile.in
@@ -98,7 +98,7 @@ doc:
install: all
$(INSTALL) -d $(DESTDIR)$(bindir)
- $(INSTALL) drill $(DESTDIR)$(bindir)/drill
+ $(INSTALL) -s drill $(DESTDIR)$(bindir)/drill
$(INSTALL) -m 644 drill.1 $(DESTDIR)$(mandir)/man1/drill.1
uninstall:

View File

@@ -1,28 +0,0 @@
--- examples/Makefile.in.orig 2014-01-10 21:04:41 UTC
+++ examples/Makefile.in
@@ -169,7 +169,7 @@ install: $(PROGRAMS) $(SSL_PROGRAMS)
$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)
$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
for i in $(PROGRAMS) $(SSL_PROGRAMS); do \
- $(libtool) --tag=CC --mode=install ${INSTALL} -c $$i $(DESTDIR)$(bindir) ; \
+ $(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i $(DESTDIR)$(bindir) ; \
if test -f $$i.1 ; \
then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
@@ -182,14 +182,14 @@ install-static: all-static
$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)
$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
for i in $(PROGRAMS); do \
- $(libtool) --tag=CC --mode=install ${INSTALL} -c $$i.stc $(DESTDIR)$(bindir) ; \
+ $(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i.stc $(DESTDIR)$(bindir) ; \
if test -f $$i.1 ; \
then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
fi ; \
done
for i in $(SSL_PROGRAMS); do \
- $(libtool) --tag=CC --mode=install ${INSTALL} -c $$i.stc-ssl $(DESTDIR)$(bindir) ; \
+ $(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i.stc-ssl $(DESTDIR)$(bindir) ; \
if test -f $$i.1 ; \
then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \

View File

@@ -1,11 +0,0 @@
--- examples/configure.ac.orig 2014-01-10 21:04:41 UTC
+++ examples/configure.ac
@@ -207,6 +207,8 @@ case "$enable_dane" in
;;
esac
+AC_CHECK_FUNCS(ENGINE_load_cryptodev)
+
LDFLAGS="$tmp_LDFLAGS"
LIBS="$tmp_LIBS"

View File

@@ -1,18 +0,0 @@
--- examples/ldns-signzone.c.orig 2014-01-10 21:04:41 UTC
+++ examples/ldns-signzone.c
@@ -470,6 +470,7 @@ main(int argc, char *argv[])
case 'A':
signflags |= LDNS_SIGN_DNSKEY_WITH_ZSK;
break;
+#ifdef HAVE_ENGINE_LOAD_CRYPTODEV
case 'E':
ENGINE_load_builtin_engines();
ENGINE_load_dynamic();
@@ -494,6 +495,7 @@ main(int argc, char *argv[])
ENGINE_set_default(engine, 0);
}
break;
+#endif
case 'k':
eng_key_l = strchr(optarg, ',');
if (eng_key_l && strlen(eng_key_l) > 1) {

View File

@@ -1,11 +1,11 @@
--- ./ltmain.sh.orig 2016-12-20 10:48:23.000000000 +0000
+++ ./ltmain.sh 2019-02-04 17:37:16.264986000 +0000
@@ -8811,13 +8811,13 @@
--- ltmain.sh.orig 2024-07-20 07:07:48.000000000 +0200
+++ ltmain.sh 2025-08-19 07:30:28.246440000 +0200
@@ -9088,13 +9088,13 @@
#
case $version_type in
# correct linux to gnu/linux during the next big refactor
- darwin|freebsd-elf|linux|osf|windows|none)
+ darwin|linux|osf|windows|none)
- darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none)
+ darwin|linux|midnightbsd-elf|osf|windows|none)
func_arith $number_major + $number_minor
current=$func_arith_result
age=$number_minor
@@ -16,7 +16,7 @@
current=$number_major
revision=$number_minor
age=0
@@ -8900,15 +8900,9 @@
@@ -9177,15 +9177,9 @@
esac
;;
@@ -26,7 +26,7 @@
- versuffix=.$current.$revision
- ;;
-
- freebsd-elf)
- freebsd-elf | midnightbsd-elf)
- func_arith $current - $age
- major=.$func_arith_result
- versuffix=$major.$age.$revision

View File

@@ -24,6 +24,7 @@ bin/ldns-version
bin/ldns-walk
bin/ldns-zcat
bin/ldns-zsplit
bin/ldnsd
include/ldns/buffer.h
include/ldns/common.h
include/ldns/dane.h
@@ -33,6 +34,7 @@ include/ldns/dnssec_verify.h
include/ldns/dnssec_zone.h
include/ldns/dnssec.h
include/ldns/duration.h
include/ldns/edns.h
include/ldns/error.h
include/ldns/higher.h
include/ldns/host2str.h
@@ -59,7 +61,8 @@ include/ldns/zone.h
lib/libldns.a
lib/libldns.la
lib/libldns.so
lib/libldns.so.2
lib/libldns.so.9
lib/pkgconfig/ldns.pc
lib/pkgconfig/libldns.pc
man/man1/drill.1.gz
man/man1/ldns-chaos.1.gz

View File

@@ -2,7 +2,7 @@
# $Id$
#
PORTNAME= unbound
PORTVERSION= 1.19.1
PORTVERSION= 1.23.1
CATEGORIES= dns
#MASTER_SITES= http://unbound.net/downloads/

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1755455899
SHA256 (unbound-1.19.1.tar.gz) = bc1d576f3dd846a0739adc41ffaa702404c6767d2b6082deb9f2f97cbb24a3a9
SIZE (unbound-1.19.1.tar.gz) = 6340435
TIMESTAMP = 1755581604
SHA256 (unbound-1.23.1.tar.gz) = 6a6b117c799d8de3868643397e0fd71591f6d42f4473f598bdb22609ff362590
SIZE (unbound-1.23.1.tar.gz) = 6771025