Date: Thu, 20 Feb 2020 09:07:49 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526550 - head/dns/bind914 Message-ID: <202002200907.01K97nsk062080@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Feb 20 09:07:49 2020 New Revision: 526550 URL: https://svnweb.freebsd.org/changeset/ports/526550 Log: Update to 9.14.11. Changes: https://downloads.isc.org/isc/bind9/9.14.11/RELEASE-NOTES-bind-9.14.11.html Modified: head/dns/bind914/Makefile (contents, props changed) head/dns/bind914/distinfo (contents, props changed) Modified: head/dns/bind914/Makefile ============================================================================== --- head/dns/bind914/Makefile Thu Feb 20 09:07:36 2020 (r526549) +++ head/dns/bind914/Makefile Thu Feb 20 09:07:49 2020 (r526550) @@ -29,6 +29,9 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= End of life, please migrate to a newer version of BIND9 +EXPIRATION_DATE= 2020-04-30 + LIB_DEPENDS= libxml2.so:textproc/libxml2 .if !defined(BIND_TOOLS_SLAVE) RUN_DEPENDS= bind-tools>0:dns/bind-tools @@ -36,7 +39,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.14.10 +ISCVERSION= 9.14.11 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind914/distinfo ============================================================================== --- head/dns/bind914/distinfo Thu Feb 20 09:07:36 2020 (r526549) +++ head/dns/bind914/distinfo Thu Feb 20 09:07:49 2020 (r526550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579767840 -SHA256 (bind-9.14.10.tar.gz) = 4ab98d5ce3102034b8a21a2fe59426aeb05bfa0be47521127dfccf09af60735a -SIZE (bind-9.14.10.tar.gz) = 6303811 +TIMESTAMP = 1582186411 +SHA256 (bind-9.14.11.tar.gz) = 8cac12671fba836335f4d3da45cfd0e12158fb6324da2f1f4aed018ec0489eec +SIZE (bind-9.14.11.tar.gz) = 6310200
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002200907.01K97nsk062080>