diff options
author | itojun <itojun> | 2001-02-27 02:54:27 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-02-27 02:54:27 +0000 |
commit | e7a5792b97e2e96897e6d931e51da858de1dae72 (patch) | |
tree | 7a8cba4ea85e06bd6eb4b02d3084563f0fef4b6a /net/bind9 | |
parent | 3734a9f576c31925f593c38e7117d7c5ffa04e76 (diff) | |
download | pkgsrc-e7a5792b97e2e96897e6d931e51da858de1dae72.tar.gz |
upgrade to 9.1.1rc3 (package version # is 9.1.0.3 as rc3 is prior to 9.1.1).
--- 9.1.1rc3 released ---
754. [bug] Certain failure conditions sending UDP packets
could cause the server to retry the transmission
indefinitely. [RT #902]
753. [bug] dig, host, and nslookup would fail to contact a
remote server if getaddrinfo() returned an IPv6
address on a system that doesn't support IPv6.
[RT #917]
750. [bug] A query should not match a DNAME whose trust level
is pending. [RT #916]
749. [bug] When a query matched a DNAME in a secure zone, the
server did not return the signature of the DNAME.
[RT #915]
747. [bug] The code to determine whether an IXFR was possible
did not properly check for a database that could
not have a journal. [RT #865, #908]
746. [bug] The sdb didn't clone rdatasets properly, causing
a crash when the server followed delegations. [RT #905]
744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
result of an ANY or SIG query, the resolver failed
to setup the return event's rdatasets, causing an
assertion failure in the query code. [RT #881]
743. [bug] Receiving a large number of certain malformed
answers could cause named to stop responding.
[RT #861]
742. [bug] dig +domain did not work. [RT #850]
738. [bug] If a non-threadsafe sdb driver supported AXFR and
received an AXFR request, it would deadlock or die
with an assertion failure. [RT #852]
737. [port] stdtime.c failed to compile on certain platforms.
648. [port] Add support for pre-RFC2133 IPv6 implementations.
--- 9.1.1rc2 released ---
733. [bug] Reference counts of dns_acl_t objects need to be
locked but were not. [RT #801, #821]
708. [bug] When building with --with-openssl, the openssl headers
included with BIND 9 should not be used. [RT #702]
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 13 | ||||
-rw-r--r-- | net/bind9/files/md5 | 4 | ||||
-rw-r--r-- | net/bind9/pkg/PLIST | 7 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 96ab79c2eb1..8fa2275f8b1 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2001/02/25 04:18:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/27 02:54:27 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} -# trick to avoid version number issue - 9.1.1rc1 is prior to 9.1.1 -PKGNAME= bind-9.1.0.1 +# trick to avoid version number issue - 9.1.1rc3 is prior to 9.1.1 +PKGNAME= bind-9.1.0.3 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -16,7 +16,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. -BIND_VERSION= 9.1.1rc1 +BIND_VERSION= 9.1.1rc3 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads @@ -28,9 +28,8 @@ CONFIGURE_ARGS+=--with-libtool=yes \ LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib # use external OpenSSL. comment the following two lines out to use # OpenSSL shipped with BIND9. -# 9.1.1rc1 has errors in openssh include path determination. -#USE_SSL= yes -#CONFIGURE_ARGS+=--with-openssl=${LOCALBASE} +USE_SSL= yes +CONFIGURE_ARGS+=--with-openssl=${LOCALBASE} post-build: ${SED} \ diff --git a/net/bind9/files/md5 b/net/bind9/files/md5 index 6dfd4c7225d..856a0e10895 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.13 2001/02/08 10:31:44 itojun Exp $ +$NetBSD: md5,v 1.14 2001/02/27 02:54:27 itojun Exp $ -MD5 (bind/9.1.1rc1/bind-9.1.1rc1.tar.gz) = 81c238c0b21ba6e9c72a232f2c9df397 +MD5 (bind/9.1.1rc3/bind-9.1.1rc3.tar.gz) = f6882a13de431fb2eba33cfa324ba652 diff --git a/net/bind9/pkg/PLIST b/net/bind9/pkg/PLIST index 5519bf95087..aa25e6b04c3 100644 --- a/net/bind9/pkg/PLIST +++ b/net/bind9/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2001/02/08 10:31:44 itojun Exp $ +@comment $NetBSD: PLIST,v 1.17 2001/02/27 02:54:27 itojun Exp $ bin/dig bin/host bin/isc-config.sh @@ -132,6 +132,7 @@ include/isc/print.h include/isc/quota.h include/isc/random.h include/isc/ratelimiter.h +include/isc/refcount.h include/isc/region.h include/isc/resource.h include/isc/result.h @@ -173,8 +174,8 @@ include/omapi/types.h lib/libdns.a lib/libdns.la lib/libdns.so -lib/libdns.so.3 -lib/libdns.so.3.0 +lib/libdns.so.4 +lib/libdns.so.4.0 lib/libisc.a lib/libisc.la lib/libisc.so |