Go to BIND-8.2.5
This commit is contained in:
parent
12ce190f8e
commit
0302840503
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2001/03/24 19:55:43 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2001/10/06 10:35:14 ho Exp $
|
||||
|
||||
COMMENT= Berkeley Internet Name Daemon
|
||||
|
||||
DISTNAME= bind-openbsd-8.2.3-20010129
|
||||
PKGNAME= bind-8.2.3
|
||||
DISTNAME= bind-openbsd-8.2.5-20011006
|
||||
PKGNAME= bind-8.2.5
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.363
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
SHA1 (bind-openbsd-8.2.3-20010129.tar.gz) = 34353ca41fd5c3909d0fe35b8c9706dbdbb914fa
|
||||
MD5 (bind-openbsd-8.2.3-20010129.tar.gz) = cd1138b35612248125eee6fd0c315f0b
|
||||
RMD160 (bind-openbsd-8.2.3-20010129.tar.gz) = 9c55ac584968e7b5e965e188c57afbc01e0b5b66
|
||||
MD5 (bind-openbsd-8.2.5-20011006.tar.gz) = 29e5e80144990f2b897001151b8319a8
|
||||
RMD160 (bind-openbsd-8.2.5-20011006.tar.gz) = 61ebb4a5a618ec698fbd1ba2d7c8a993a2eb6f48
|
||||
SHA1 (bind-openbsd-8.2.5-20011006.tar.gz) = 190c5a4ff8cd68d2cae55d8d35ca4a5a3e68dda2
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- named/ns_config.c.orig Sun Feb 4 16:04:24 2001
|
||||
+++ named/ns_config.c Sun Feb 4 16:05:07 2001
|
||||
@@ -634,7 +634,8 @@
|
||||
* We will always transfer this zone again
|
||||
* after a reload.
|
||||
*/
|
||||
- sprintf(buf, "NsTmp%ld.%d", (long)getpid(), tmpnum++);
|
||||
+ sprintf(buf, "%s%ld.%d", _PATH_TMPXFERSTUB,
|
||||
+ (long)getpid(), tmpnum++);
|
||||
new_zp->z_source = savestr(buf, 1);
|
||||
zp->z_flags |= Z_TMP_FILE;
|
||||
} else
|
@ -1,19 +0,0 @@
|
||||
--- named/pathtemplate.h.orig Sun Feb 4 16:03:25 2001
|
||||
+++ named/pathtemplate.h Sun Feb 4 16:03:03 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-/* $OpenBSD: patch-named_pathtemplate.h,v 1.1 2001/02/04 15:24:01 ho Exp $ */
|
||||
+/* $OpenBSD: patch-named_pathtemplate.h,v 1.1 2001/02/04 15:24:01 ho Exp $ */
|
||||
/*
|
||||
* $ISC: pathtemplate.h,v 8.6 2000/04/21 06:54:15 vixie Exp $
|
||||
*/
|
||||
@@ -60,6 +60,10 @@
|
||||
|
||||
#ifndef _PATH_TMPXFER
|
||||
#define _PATH_TMPXFER "%DESTTMP%/xfer.ddt.XXXXXX"
|
||||
+#endif
|
||||
+
|
||||
+#ifndef _PATH_TMPXFERSTUB
|
||||
+#define _PATH_TMPXFERSTUB "%DESTTMP%/NsTmp"
|
||||
#endif
|
||||
|
||||
#ifndef _PATH_XFER
|
@ -1,7 +1,8 @@
|
||||
This is a replacement for the BIND that is shipped with OpenBSD.
|
||||
|
||||
Among other things, BIND 8.x supports notifications, IXFR, dynamic
|
||||
updates and DNSSEC. This port also includes the dnssigner utitily
|
||||
from TISLabs.
|
||||
updates and some support for DNSSEC (for a more complete DNSSEC, use
|
||||
the BIND 9.x). This port also includes the dnssigner utility from
|
||||
TISLabs.
|
||||
|
||||
More information om BIND is availible at http://www.isc.org/.
|
||||
More information on BIND is availible at http://www.isc.org/.
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: SECURITY,v 1.3 1999/11/14 22:39:16 jakob Exp $
|
||||
$OpenBSD: SECURITY,v 1.4 2001/10/06 10:35:14 ho Exp $
|
||||
|
||||
Quick notes on security issues using BIND 8
|
||||
-------------------------------------------
|
||||
|
||||
The base version of BIND from ISC is 8.2.2-P5, which is belived
|
||||
The base version of BIND from ISC is 8.2.5, which is belived
|
||||
to be fairly secure (i.e no obvious or (to the author) known bugs).
|
||||
It is, however, a large and complex piece of software, so there are
|
||||
bound to be bugs found in the future...
|
||||
@ -46,6 +46,6 @@ There are also some functionality/bugfix patches (from the indicated sources).
|
||||
** support multiple CNAMEs [ISC]
|
||||
|
||||
|
||||
November 14, 1999
|
||||
--
|
||||
Håkan Olsson <ho@openbsd.org>
|
||||
Jakob Schlyter <jakob@openbsd.org>
|
||||
|
Loading…
Reference in New Issue
Block a user