Date: Thu, 25 Apr 2019 07:17:17 +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: r499958 - head/dns/bind912 Message-ID: <201904250717.x3P7HHDA018707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Apr 25 07:17:17 2019 New Revision: 499958 URL: https://svnweb.freebsd.org/changeset/ports/499958 Log: Update to BIND9 9.12.4-P1. MFH: 2019Q2 Security: CVE-2018-5743, CVE-2019-6467 Modified: head/dns/bind912/Makefile (contents, props changed) head/dns/bind912/distinfo (contents, props changed) Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Thu Apr 25 07:17:13 2019 (r499957) +++ head/dns/bind912/Makefile Thu Apr 25 07:17:17 2019 (r499958) @@ -3,7 +3,6 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 912 @@ -23,7 +22,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.4 +ISCVERSION= 9.12.4-P1 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind912/distinfo ============================================================================== --- head/dns/bind912/distinfo Thu Apr 25 07:17:13 2019 (r499957) +++ head/dns/bind912/distinfo Thu Apr 25 07:17:17 2019 (r499958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551432826 -SHA256 (bind-9.12.4.tar.gz) = 81bf24b2b86f7288ccf727aff59f1d752cc3e9de30a7480d24d67736256a0d53 -SIZE (bind-9.12.4.tar.gz) = 7936647 +TIMESTAMP = 1556117908 +SHA256 (bind-9.12.4-P1.tar.gz) = e27a5aee2b0c1a925001dda71eea7e19b0cce54a7b18a61912cde5ff0afbc7c5 +SIZE (bind-9.12.4-P1.tar.gz) = 7914907
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904250717.x3P7HHDA018707>