Skip to content

Commit

Permalink
dns/dnsdist: update to 1.9.3
Browse files Browse the repository at this point in the history
Changelog:
https://dnsdist.org/changelog.html#change-1.9.3

PR:		278186
Approved by:	arrowd (mentor, implicit)
  • Loading branch information
RvdE authored and VVD committed Apr 6, 2024
1 parent 6c9e209 commit 46afb70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 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/

Expand Down Expand Up @@ -31,16 +31,17 @@ 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 \
--enable-dnscrypt \
--sysconfdir=${ETCDIR} \
--with-libsodium \
--with-re2
LDFLAGS+= -Wl,--as-needed

INSTALL_TARGET= install-strip
LDFLAGS+= -Wl,--as-needed

USERS= _dnsdist
GROUPS= _dnsdist
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 46afb70

Please sign in to comment.