Browse Source

upgrading package: bind8 8.3.4 -> 8.4.0

master
parent
commit
357e6069e9
  1. 22
      bind8/bind.patch
  2. 4
      bind8/bind8.spec
  3. 2
      bind8/named.conf

22
bind8/bind.patch

@ -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

4
bind8/bind8.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
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

2
bind8/named.conf

@ -1,4 +1,4 @@
##
##
## @l_prefix@/etc/bind/named.conf -- BIND configuration
##

Loading…
Cancel
Save