OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Aug-2003 09:44:15
Branch: HEAD Handle: 2003081808441302
Modified files:
openpkg-src/bind bind.spec db.root db.root.sh
openpkg-web news.txt
Log:
output of dig in bind9 is slightly different from bind8's dig
Summary:
Revision Changes Path
1.74 +1 -1 openpkg-src/bind/bind.spec
1.6 +1 -1 openpkg-src/bind/db.root
1.3 +2 -2 openpkg-src/bind/db.root.sh
1.6207 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.73 -r1.74 bind.spec
--- openpkg-src/bind/bind.spec 7 Aug 2003 12:43:16 -0000 1.73
+++ openpkg-src/bind/bind.spec 18 Aug 2003 07:44:15 -0000 1.74
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20030807
+Release: 20030818
# package options
%option with_dlz_mysql no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind/db.root
============================================================================
$ cvs diff -u -r1.5 -r1.6 db.root
--- openpkg-src/bind/db.root 4 Mar 2003 11:56:23 -0000 1.5
+++ openpkg-src/bind/db.root 18 Aug 2003 07:44:15 -0000 1.6
@@ -1,6 +1,6 @@
;;
;; db.root -- Internet Root Nameservers
-;; DO NOT EDIT, IT WAS AUTOMATICALLY CREATED ON 2003-03-04 BY db.root.sh!
+;; DO NOT EDIT, IT WAS AUTOMATICALLY CREATED ON 2003-08-18 BY db.root.sh!
;;
. 99999999 IN NS A.ROOT-SERVERS.NET.
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind/db.root.sh
============================================================================
$ cvs diff -u -r1.2 -r1.3 db.root.sh
--- openpkg-src/bind/db.root.sh 26 Feb 2002 14:52:19 -0000 1.2
+++ openpkg-src/bind/db.root.sh 18 Aug 2003 07:44:15 -0000 1.3
@@ -12,8 +12,8 @@
EOT
dig @A.ROOT-SERVERS.NET . NS |\
awk '
- /IN NS/ { printf("%-20s 99999999 IN NS %s\n", $1, $NF); }
- /IN A/ { printf("%-20s 99999999 IN A %s\n", $1, $NF); }
+ /^[^;].*IN\tNS/ { printf("%-20s 99999999 IN NS %s\n", $1, $NF); }
+ /^[^;].*IN\tA/ { printf("%-20s 99999999 IN A %s\n", $1, $NF); }
' |\
sort >>$ROOTFILE
echo "" >>$ROOTFILE
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6206 -r1.6207 news.txt
--- openpkg-web/news.txt 18 Aug 2003 06:11:53 -0000 1.6206
+++ openpkg-web/news.txt 18 Aug 2003 07:44:13 -0000 1.6207
@@ -1,3 +1,4 @@
+18-Aug-2003: Upgraded package: P<bind-9.2.2-20030818>
18-Aug-2003: Upgraded package: P<ghostscript-8.11-20030818>
18-Aug-2003: Upgraded package: P<cvsd-0.9.20-20030818>
18-Aug-2003: Upgraded package: P<grepmail-5.20-20030818>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]