pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/net/bind9 Pullup ticket 249 - requested by Tod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f694f4a15a8
branches:  pkgsrc-2004Q4
changeset: 485853:3f694f4a15a8
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Jan 27 13:31:24 2005 +0000

description:
Pullup ticket 249 - requested by Todd Vierling
security fix for bind9

Revisions pulled up:
- pkgsrc/net/bind9/Makefile 1.65
- pkgsrc/net/bind9/distinfo 1.20

   Module Name: pkgsrc
   Committed By:        tron
   Date:                Wed Jan 26 09:32:31 UTC 2005

   Modified Files:
        pkgsrc/net/bind9: Makefile distinfo

   Log Message:
   Apply ISC patch to fix a potential DoS in BIND 9.3.0 reported
   in VU#938617.
   Bump package version number to 9.3.0pl1 because of this.

diffstat:

 net/bind9/Makefile |  10 +++++++---
 net/bind9/distinfo |   4 +++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 4dd97f317b2b -r 3f694f4a15a8 net/bind9/Makefile
--- a/net/bind9/Makefile        Thu Jan 27 05:16:01 2005 +0000
+++ b/net/bind9/Makefile        Thu Jan 27 13:31:24 2005 +0000
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.63 2004/12/18 21:01:46 jklos Exp $
+# $NetBSD: Makefile,v 1.63.2.1 2005/01/27 13:31:24 salo Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
-PKGNAME=       bind-${BIND_VERSION}
+PKGNAME=       bind-${BIND_VERSION}pl1
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
 
 MAINTAINER=    tron%NetBSD.org@localhost
-HOMEPAGE=      http://www.isc.org/products/BIND/
+HOMEPAGE=      http://www.isc.org/sw/bind/
 COMMENT=       Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
 
+PATCH_SITES=           ${MASTER_SITES}
+PATCHFILES=            9.3.0-patch1
+PATCH_DIST_STRIP=      -p1
+
 BIND_VERSION=  9.3.0
 DIST_SUBDIR=   bind/${BIND_VERSION}
 
diff -r 4dd97f317b2b -r 3f694f4a15a8 net/bind9/distinfo
--- a/net/bind9/distinfo        Thu Jan 27 05:16:01 2005 +0000
+++ b/net/bind9/distinfo        Thu Jan 27 13:31:24 2005 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.19 2004/10/03 09:20:41 tron Exp $
+$NetBSD: distinfo,v 1.19.2.1 2005/01/27 13:31:25 salo Exp $
 
 SHA1 (bind/9.3.0/bind-9.3.0.tar.gz) = 8186898daea3122180a0f0fc54cf4b4632d2270e
 Size (bind/9.3.0/bind-9.3.0.tar.gz) = 4730656 bytes
+SHA1 (bind/9.3.0/9.3.0-patch1) = 94e8ee6e73dbb82382a9c5c2071c7dcfdc73c7f6
+Size (bind/9.3.0/9.3.0-patch1) = 1019 bytes
 SHA1 (patch-aa) = 959fe6c66d54fa93a0191065a5d54007065ca707
 SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
 SHA1 (patch-ac) = 57f0fee92a6c84bf422c6b872eb327b755450557



Home | Main Index | Thread Index | Old Index