dns/powerdns-recursor: Update to 4.4.2
- Improvements: - Use the non-cryptographic variant of the boost::uuid. - Keep a cached, valid entry over a fresher Bogus one. - Ensure socket-dir matches runtime directory on old systemd - Move to several distinct Bogus states, for easier debugging. - Do not chase CNAME during qname minimization step 4. - Bug Fixes: - Untangle the validation/resolving qnames and qtypes. - APL records: fix endianness problem. PR: 251923 Submitted by: Ralf van der Enden (maintainer) Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D27679
This commit is contained in:
parent
7c9fd397d0
commit
9aea5cee46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558454
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= recursor
|
||||
DISTVERSION= 4.4.0
|
||||
DISTVERSION= 4.4.2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://downloads.powerdns.com/releases/
|
||||
PKGNAMEPREFIX= powerdns-
|
||||
@ -63,10 +63,12 @@ LUA_USES= lua
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl
|
||||
CONFIGURE_ARGS+= --enable-libdecaf \
|
||||
--enable-libsodium
|
||||
CONFIGURE_ARGS+= --with-libdecaf \
|
||||
--with-libsodium
|
||||
LIB_DEPENDS+= libdecaf.so:security/libdecaf \
|
||||
libsodium.so:security/libsodium
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-libsodium=no
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1603144561
|
||||
SHA256 (pdns-recursor-4.4.0.tar.bz2) = 06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b
|
||||
SIZE (pdns-recursor-4.4.0.tar.bz2) = 1395544
|
||||
TIMESTAMP = 1608248216
|
||||
SHA256 (pdns-recursor-4.4.2.tar.bz2) = b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf
|
||||
SIZE (pdns-recursor-4.4.2.tar.bz2) = 1396763
|
||||
|
Loading…
Reference in New Issue
Block a user