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 openpkg$ Date: 02-Jun-2003 10:01:35
Branch: HEAD Handle: 2003060209012905
Modified files:
openpkg-re/vcheck vc.bind8
openpkg-src/bind8 bind.patch bind8.spec named.conf
openpkg-web news.txt
Log:
upgrading package: bind8 8.3.4 -> 8.4.0
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-re/vcheck/vc.bind8
1.5 +1 -21 openpkg-src/bind8/bind.patch
1.25 +2 -2 openpkg-src/bind8/bind8.spec
1.2 +1 -1 openpkg-src/bind8/named.conf
1.4685 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.bind8
============================================================================
$ cvs diff -u -r1.4 -r1.5 vc.bind8
--- openpkg-re/vcheck/vc.bind8 17 Nov 2002 07:56:15 -0000 1.4
+++ openpkg-re/vcheck/vc.bind8 2 Jun 2003 08:01:29 -0000 1.5
@@ -2,7 +2,7 @@
}
prog bind8 = {
- version = 8.3.4
+ version = 8.4.0
url = ftp://ftp.isc.org/isc/bind/src/
regex = (\d+\.\d+\.\d+)
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind8/bind.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 bind.patch
--- openpkg-src/bind8/bind.patch 13 Jan 2003 13:57:54 -0000 1.4
+++ openpkg-src/bind8/bind.patch 2 Jun 2003 08:01:34 -0000 1.5
@@ -13,7 +13,7 @@
(u_long)ctx->wrLast.fds_bits[0],
(u_long)ctx->exLast.fds_bits[0],
+#endif
- tp ? tp->tv_sec : -1,
+ tp ? (long)tp->tv_sec : -1L,
tp ? tp->tv_nsec : -1);
--- src/lib/isc/ev_files.c.orig Thu Jul 4 15:01:42 2002
@@ -50,23 +50,3 @@
/* Couldn't free it before now since we were using fields out of it. */
FREE(del);
---- src/port/freebsd/include/port_after.h.orig Mon Jan 13 14:08:51 2003
-+++ src/port/freebsd/include/port_after.h Mon Jan 13 14:09:39 2003
-@@ -6,12 +6,16 @@
- #define USE_WAITPID
- #define HAVE_GETRUSAGE
- #define HAVE_FCHMOD
--#define NEED_PSELECT
- #define HAVE_SA_LEN
- #define HAVE_MINIMUM_IFREQ
- #define USE_LOG_CONS
- #define HAVE_CHROOT
- #define CAN_CHANGE_ID
-+
-+#include <osreldate.h>
-+#if __FreeBSD_version < 500000
-+#define NEED_PSELECT
-+#endif
-
- #define _TIMEZONE timezone
-
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind8/bind8.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 bind8.spec
--- openpkg-src/bind8/bind8.spec 8 Apr 2003 09:35:26 -0000 1.24
+++ openpkg-src/bind8/bind8.spec 2 Jun 2003 08:01:34 -0000 1.25
@@ -32,8 +32,8 @@
Distribution: OpenPKG [PLUS]
Group: DNS
License: GPL
-Version: 8.3.4
-Release: 20030408
+Version: 8.4.0
+Release: 20030602
# list of sources
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind8/named.conf
============================================================================
$ cvs diff -u -r1.1 -r1.2 named.conf
--- openpkg-src/bind8/named.conf 6 Mar 2002 16:30:19 -0000 1.1
+++ openpkg-src/bind8/named.conf 2 Jun 2003 08:01:34 -0000 1.2
@@ -1,4 +1,4 @@
-##
+##
## @l_prefix@/etc/bind/named.conf -- BIND configuration
##
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4684 -r1.4685 news.txt
--- openpkg-web/news.txt 2 Jun 2003 07:28:15 -0000 1.4684
+++ openpkg-web/news.txt 2 Jun 2003 08:01:30 -0000 1.4685
@@ -1,3 +1,4 @@
+02-Jun-2003: Upgraded package: P<bind8-8.4.0-20030602>
02-Jun-2003: Upgraded package: P<uvscan-4.1.6.4268-20030602>
02-Jun-2003: Upgraded package: P<multitail-2.7.1-20030602>
02-Jun-2003: Upgraded package: P<aft-5.08-20030602>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]