diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-07-08 21:55:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-07-08 21:55:25 +0000 |
commit | a9c2e37573a1e2c38d08585f84fa49858db055b3 (patch) | |
tree | d509165b7ce5e6cacfd86c7748f466a9d744963f /net/bind95/Makefile | |
parent | 51f7defbd14ff698c39ceb4773de10fd68093ce9 (diff) | |
download | pkgsrc-a9c2e37573a1e2c38d08585f84fa49858db055b3.tar.gz |
Changes since 9.5.0:
--- 9.5.0-P1 released ---
2375. [security] Fully randomize UDP query ports to improve
forgery resilience. [RT #17949]
Diffstat (limited to 'net/bind95/Makefile')
-rw-r--r-- | net/bind95/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind95/Makefile b/net/bind95/Makefile index ae9cd5cb18a..638a4e41b92 100644 --- a/net/bind95/Makefile +++ b/net/bind95/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/08 21:55:25 adrianp Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P1/pl1/} @@ -11,7 +11,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS PKG_DESTDIR_SUPPORT= user-destdir -BIND_VERSION= 9.5.0 +BIND_VERSION= 9.5.0-P1 # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" |