diff options
author | crees <crees@FreeBSD.org> | 2012-07-20 23:09:18 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-07-20 23:09:18 +0800 |
commit | 75b2255294483152a0e492ab9a5c0f250613cdac (patch) | |
tree | 190a096d16fb3963682dcef817b1522e577cf035 /dns | |
parent | 251496af639e470202278899087042d39f319f99 (diff) | |
download | freebsd-ports-gnome-75b2255294483152a0e492ab9a5c0f250613cdac.tar.gz freebsd-ports-gnome-75b2255294483152a0e492ab9a5c0f250613cdac.tar.zst freebsd-ports-gnome-75b2255294483152a0e492ab9a5c0f250613cdac.zip |
Update to 3.2.12
BUG FIXES:
- Fix for VU#624931 CVE-2012-2978: NSD denial of service
vulnerability from non-standard DNS packet from any host
on the internet.
PR: ports/170001
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Security: CVE-2012-2978
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 3 | ||||
-rw-r--r-- | dns/nsd/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index b923c0e19995..143ee5f548de 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nsd -PORTVERSION= 3.2.11 -PORTREVISION= 1 +PORTVERSION= 3.2.12 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index caa0bff90280..51b5ee48a2ec 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.11.tar.gz) = 9cd23d177ca241836d184b0203f6add0e5c2b98461069100001efe79afdc0d80 -SIZE (nsd-3.2.11.tar.gz) = 885810 +SHA256 (nsd-3.2.12.tar.gz) = 73d78e3de88efdf5ebb0106fe3580cb887f5d2adc9ab147d15cf835de7de508e +SIZE (nsd-3.2.12.tar.gz) = 889490 |