diff options
author | mat <mat@FreeBSD.org> | 2015-02-19 05:56:08 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-02-19 05:56:08 +0800 |
commit | 7bf8687591e0159558961d2fa9e1b745b2ae6355 (patch) | |
tree | c35860718e04d0fdd79be1e5791f7502f31208db /dns/bind910/Makefile | |
parent | dbce4c2074f90b0521090699675dd14a0d7ed762 (diff) | |
download | freebsd-ports-gnome-7bf8687591e0159558961d2fa9e1b745b2ae6355.tar.gz freebsd-ports-gnome-7bf8687591e0159558961d2fa9e1b745b2ae6355.tar.zst freebsd-ports-gnome-7bf8687591e0159558961d2fa9e1b745b2ae6355.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/bind910/Makefile')
-rw-r--r-- | dns/bind910/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 478d8695a344..bc9c25835f45 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -7,7 +7,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 1 .else # dns/bind910 here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} |