OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Sep-2003 15:36:39
Branch: HEAD Handle: 2003091814363702
Modified files:
openpkg-src/bind bind.spec
openpkg-web news.txt
Log:
add 'delegation-only' patch from ISC which allows one to reject the
wildcard A records Verisign used the last days in their GTLD servers
Summary:
Revision Changes Path
1.78 +3 -1 openpkg-src/bind/bind.spec
1.6613 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.77 -r1.78 bind.spec
--- openpkg-src/bind/bind.spec 9 Sep 2003 09:42:20 -0000 1.77
+++ openpkg-src/bind/bind.spec 18 Sep 2003 13:36:39 -0000 1.78
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20030909
+Release: 20030918
# package options
%option with_dlz_mysql no
@@ -65,6 +65,7 @@
Source8: rndc.conf
Source9: rc.bind
Source10: http://osdn.dl.sourceforge.net/bind-dlz/DLZ-%{V_dlz}.tar.gz
+Patch0: ftp://ftp.isc.org/isc/bind9/%{version}/patch.%{version}-P1
# build information
Prefix: %{l_prefix}
@@ -102,6 +103,7 @@
%prep
%setup -q
+ %patch -p1
%if "%{with_dlz}" == "yes"
%setup -q -T -D -a 10
%{l_patch} -p1 <dlz.patch
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6612 -r1.6613 news.txt
--- openpkg-web/news.txt 18 Sep 2003 11:52:11 -0000 1.6612
+++ openpkg-web/news.txt 18 Sep 2003 13:36:37 -0000 1.6613
@@ -1,3 +1,4 @@
+18-Sep-2003: Upgraded package: P<bind-9.2.2-20030918>
18-Sep-2003: Upgraded package: P<sendmail-8.12.10-20030918>
18-Sep-2003: Upgraded package: P<openpkg-20030918-20030918>
18-Sep-2003: Upgraded package: P<cvsd-0.9.20-20030918>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]