diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -1,6 +1,5 @@ PORTNAME= dnsdist -DISTVERSION= 1.8.3 -PORTREVISION= 1 +DISTVERSION= 1.9.0 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ @@ -19,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ - libh2o-evloop.so:www/h2o \ + libnghttp2.so:www/libnghttp2 \ + libquiche.so:net/quiche \ libre2.so:devel/re2 \ libsodium.so:security/libsodium @@ -32,11 +32,13 @@ GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ --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 diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo --- a/dns/dnsdist/distinfo +++ b/dns/dnsdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702893595 -SHA256 (dnsdist-1.8.3.tar.bz2) = 858323f2ed5181488bb7558fbf4f84ec7198600b070b2c5375d15d40695727f4 -SIZE (dnsdist-1.8.3.tar.bz2) = 1484359 +TIMESTAMP = 1708097651 +SHA256 (dnsdist-1.9.0.tar.bz2) = 16bab15cad9245571806398a8e4a5dc32a92b6bb60e617c12fe958c945889c7c +SIZE (dnsdist-1.9.0.tar.bz2) = 1620891