Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 10:36:05 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 46afb701a00a - main - dns/dnsdist: update to 1.9.3
Message-ID:  <202404061036.436Aa55N047423@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46afb701a00af620705f534ed06c092521592658

commit 46afb701a00af620705f534ed06c092521592658
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2024-04-06 10:27:49 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-04-06 10:35:43 +0000

    dns/dnsdist: update to 1.9.3
    
    Changelog:
    https://dnsdist.org/changelog.html#change-1.9.3
    
    PR:             278186
    Approved by:    arrowd (mentor, implicit)
---
 dns/dnsdist/Makefile | 5 +++--
 dns/dnsdist/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile
index f20ea19173c4..1c3dee8e4206 100644
--- a/dns/dnsdist/Makefile
+++ b/dns/dnsdist/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dnsdist
-DISTVERSION=	1.9.0
+DISTVERSION=	1.9.3
 CATEGORIES=	dns net
 MASTER_SITES=	https://downloads.powerdns.com/releases/
 
@@ -31,6 +31,7 @@ USE_RC_SUBR=	dnsdist
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
+		--enable-dns-over-http3 \
 		--enable-dns-over-https \
 		--enable-dns-over-quic \
 		--enable-dns-over-tls \
@@ -38,9 +39,9 @@ CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
 		--sysconfdir=${ETCDIR} \
 		--with-libsodium \
 		--with-re2
-LDFLAGS+=	-Wl,--as-needed
 
 INSTALL_TARGET=	install-strip
+LDFLAGS+=	-Wl,--as-needed
 
 USERS=		_dnsdist
 GROUPS=		_dnsdist
diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo
index c516fbf676c8..656cd642f775 100644
--- a/dns/dnsdist/distinfo
+++ b/dns/dnsdist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708097651
-SHA256 (dnsdist-1.9.0.tar.bz2) = 16bab15cad9245571806398a8e4a5dc32a92b6bb60e617c12fe958c945889c7c
-SIZE (dnsdist-1.9.0.tar.bz2) = 1620891
+TIMESTAMP = 1712317299
+SHA256 (dnsdist-1.9.3.tar.bz2) = f05b68806dc6c4d207b1fadb7ec715c3e0d28d893a8b3b92d58297c4ceb56c3f
+SIZE (dnsdist-1.9.3.tar.bz2) = 1577027



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404061036.436Aa55N047423>