diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-02-18 21:56:08 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-02-18 21:56:08 +0000 |
commit | 15936336c32490d72547aa4329fbdba23926350d (patch) | |
tree | c35860718e04d0fdd79be1e5791f7502f31208db /dns/bind99/Makefile | |
parent | a14c1ad04f5f887f3902d26b876a29c24cdaec37 (diff) | |
download | freebsd-ports-15936336c32490d72547aa4329fbdba23926350d.zip |
Add a patch for CVE-2015-1349 while I work on updating both ports to the new version.
Security: CVE-2015-1349
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99/Makefile')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index b64d25234324..35d06ad0e736 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 |