diff options
author | itojun <itojun@pkgsrc.org> | 2002-05-08 03:08:34 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-05-08 03:08:34 +0000 |
commit | bff81a825b696a9a14052736139c62cdc53e6f74 (patch) | |
tree | 7ccc5a2484e7e0022dd1c94f5404d748090e99a1 /net/nsd/patches | |
parent | 882481b3556c5464a4fde176aa5c5972017361f5 (diff) | |
download | pkgsrc-bff81a825b696a9a14052736139c62cdc53e6f74.tar.gz |
upgrade to 1.0.0-beta2 (pkg version number is 0.9.3 to avoid version
number rollbacks)
- wildcards bug fixed
- AA bit for class ANY bug fixed
- minor coredumps with really broken zones in zonec fixed
- linux & SunOS port
Diffstat (limited to 'net/nsd/patches')
-rw-r--r-- | net/nsd/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/nsd/patches/patch-aa b/net/nsd/patches/patch-aa index 4c03a50f6e1..9f5d9f9febd 100644 --- a/net/nsd/patches/patch-aa +++ b/net/nsd/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2002/04/03 03:44:33 itojun Exp $ +$NetBSD: patch-aa,v 1.3 2002/05/08 03:08:34 itojun Exp $ ---- Makefile.orig Tue Apr 2 22:53:49 2002 -+++ Makefile Wed Apr 3 12:42:29 2002 +--- Makefile.orig Thu May 2 00:58:23 2002 ++++ Makefile Tue May 7 14:26:33 2002 @@ -41,15 +41,14 @@ # Run-time enviroment settings @@ -20,11 +20,11 @@ $NetBSD: patch-aa,v 1.2 2002/04/03 03:44:33 itojun Exp $ # The flags to pass to the NSD on startup NSDFLAGS = -@@ -80,7 +79,7 @@ +@@ -92,7 +91,7 @@ # # Please see DBFLAGS below to switch the internal database type. # --FEATURES = # -DMIMIC_BIND8 -DINET6 +-FEATURES = # -DINET6 +FEATURES = -DINET6 # To compile NSD with internal red-black tree database |