Update to 9.11.4-P2.
Switch to libidn2 for idn.
This commit is contained in:
parent
410d951723
commit
7f0ca5ed43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480174
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= bind
|
||||
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= dns net ipv6
|
||||
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
||||
PKGNAMESUFFIX= 911
|
||||
@ -20,7 +20,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
USES= cpe libedit
|
||||
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.11.4-P1
|
||||
ISCVERSION= 9.11.4-P2
|
||||
|
||||
CPE_VENDOR= isc
|
||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||
@ -149,9 +149,9 @@ GSSAPI_MIT_USES= gssapi:mit
|
||||
|
||||
GSSAPI_NONE_CONFIGURE_ON= --without-gssapi
|
||||
|
||||
IDN_CONFIGURE_OFF= --without-idn
|
||||
IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE}
|
||||
IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit
|
||||
IDN_CONFIGURE_OFF= --without-libidn2
|
||||
IDN_CONFIGURE_ON= --with-libidn2=${LOCALBASE} ${ICONV_CONFIGURE_BASE}
|
||||
IDN_LIB_DEPENDS= libidn2.so:dns/libidn2
|
||||
IDN_USES= iconv
|
||||
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1533712466
|
||||
SHA256 (bind-9.11.4-P1.tar.gz) = b0e0dc3c8bf26989b1cad53f90d44a48e39404afc68f65c45bae79b446f0fe23
|
||||
SIZE (bind-9.11.4-P1.tar.gz) = 9623403
|
||||
TIMESTAMP = 1537447447
|
||||
SHA256 (bind-9.11.4-P2.tar.gz) = a85af7b629109d41285c7adeae1515daac638bbe4d5dc30d1f4b343dff09d811
|
||||
SIZE (bind-9.11.4-P2.tar.gz) = 9617963
|
||||
|
Loading…
Reference in New Issue
Block a user