Index: head/dns/bind9/files/patch-lib_dns_resolver.c =================================================================== --- head/dns/bind9/files/patch-lib_dns_resolver.c (revision 152246) +++ head/dns/bind9/files/patch-lib_dns_resolver.c (nonexistent) @@ -1,23 +0,0 @@ ---- lib/dns/resolver.c.orig Tue Feb 8 15:59:44 2005 -+++ lib/dns/resolver.c Wed Aug 17 02:42:48 2005 -@@ -2665,7 +2665,7 @@ - unsigned int options, unsigned int bucketnum, fetchctx_t **fctxp) - { - fetchctx_t *fctx; -- isc_result_t result = ISC_R_SUCCESS; -+ isc_result_t result; - isc_result_t iresult; - isc_interval_t interval; - dns_fixedname_t qdomain; -@@ -2687,8 +2687,10 @@ - strcat(buf, "/"); /* checked */ - strcat(buf, typebuf); /* checked */ - fctx->info = isc_mem_strdup(res->mctx, buf); -- if (fctx->info == NULL) -+ if (fctx->info == NULL) { -+ result = ISC_R_NOMEMORY; - goto cleanup_fetch; -+ } - FCTXTRACE("create"); - dns_name_init(&fctx->name, NULL); - result = dns_name_dup(name, res->mctx, &fctx->name); Property changes on: head/dns/bind9/files/patch-lib_dns_resolver.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/dns/bind9/Makefile =================================================================== --- head/dns/bind9/Makefile (revision 152246) +++ head/dns/bind9/Makefile (revision 152247) @@ -1,139 +1,139 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.3.1 +PORTVERSION= 9.3.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.3.1 +ISCVERSION= 9.3.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random USE_OPENSSL= yes .if defined(WITH_OPENSSL_PORT) CONFIGURE_ARGS+= --with-openssl=${LOCALBASE} .else CONFIGURE_ARGS+= --with-openssl .endif # ISC staff has informed me that for 9.3.x, threads are always a bad idea. # Leave the affirmative option for those that want to experiment. .if defined(WITH_BIND9_THREADS) CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads .endif .if defined(WITH_PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 nslookup.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= named.conf.5 rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-signzone.8 lwresd.8 named-checkconf.8 \ named-checkzone.8 named.8 nsupdate.8 rndc-confgen.8 rndc.8 pre-fetch: .if defined(PORT_REPLACES_BASE_BIND9) @${ECHO} "" @${ECHO} "***************************************************" @${ECHO} "Support for the old PORT_REPLACES_BASE_BIND9 option" @${ECHO} "will be removed in future versions of the port." @${ECHO} "Use WITH_PORT_REPLACES_BASE_BIND9 instead." @${ECHO} "***************************************************" @${ECHO} "" @/bin/sleep 5 WITH_PORT_REPLACES_BASE_BIND9= true .endif verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind9/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.68 \ No newline at end of property +1.69 \ No newline at end of property Index: head/dns/bind9/distinfo =================================================================== --- head/dns/bind9/distinfo (revision 152246) +++ head/dns/bind9/distinfo (revision 152247) @@ -1,6 +1,6 @@ -MD5 (bind-9.3.1.tar.gz) = 9ff3204eea27184ea0722f37e43fc95d -SHA256 (bind-9.3.1.tar.gz) = 9a9411115338d2554f2e99bc676c2e9a381a8d649bf9bd9c0b2ffa2cf74b563c -SIZE (bind-9.3.1.tar.gz) = 4673603 -MD5 (bind-9.3.1.tar.gz.asc) = b2077443ade50ed778aa78a8014affaa -SHA256 (bind-9.3.1.tar.gz.asc) = 288cd81c1fc9e8cc2764f1c2464b948f0541af231d615df85803ba430314d803 -SIZE (bind-9.3.1.tar.gz.asc) = 186 +MD5 (bind-9.3.2.tar.gz) = 55e709501a7780233c36e25ccd15ece2 +SHA256 (bind-9.3.2.tar.gz) = 4d4298abd85d06083a0643091dde05ffbe3db051439524dbe4a81c689735c694 +SIZE (bind-9.3.2.tar.gz) = 5302112 +MD5 (bind-9.3.2.tar.gz.asc) = 06eccb8a9122e0f6efa9502cc61f5006 +SHA256 (bind-9.3.2.tar.gz.asc) = b7a9bc3852bb75e390d457e4449083a90c1c267f68fae00f317b9712ef726cf3 +SIZE (bind-9.3.2.tar.gz.asc) = 187 Property changes on: head/dns/bind9/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/dns/bind9/pkg-plist =================================================================== --- head/dns/bind9/pkg-plist (revision 152246) +++ head/dns/bind9/pkg-plist (revision 152247) @@ -1,226 +1,227 @@ bin/dig bin/host bin/isc-config.sh bin/nslookup bin/nsupdate include/bind9/check.h include/bind9/getaddresses.h include/bind9/version.h include/dns/acl.h include/dns/adb.h include/dns/byaddr.h include/dns/cache.h include/dns/callbacks.h include/dns/cert.h include/dns/compress.h include/dns/db.h include/dns/dbiterator.h include/dns/dbtable.h include/dns/diff.h include/dns/dispatch.h include/dns/dnssec.h include/dns/ds.h include/dns/enumclass.h include/dns/enumtype.h include/dns/events.h include/dns/fixedname.h include/dns/journal.h include/dns/keyflags.h include/dns/keytable.h include/dns/keyvalues.h include/dns/lib.h include/dns/log.h include/dns/master.h include/dns/masterdump.h include/dns/message.h include/dns/name.h include/dns/ncache.h include/dns/nsec.h include/dns/peer.h include/dns/portlist.h include/dns/rbt.h include/dns/rcode.h include/dns/rdata.h include/dns/rdataclass.h include/dns/rdatalist.h include/dns/rdataset.h include/dns/rdatasetiter.h include/dns/rdataslab.h include/dns/rdatastruct.h include/dns/rdatatype.h include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h include/dns/sdb.h include/dns/secalg.h include/dns/secproto.h include/dns/soa.h include/dns/ssu.h include/dns/tcpmsg.h include/dns/time.h include/dns/tkey.h include/dns/tsig.h include/dns/ttl.h include/dns/types.h include/dns/validator.h include/dns/version.h include/dns/view.h include/dns/xfrin.h include/dns/zone.h include/dns/zonekey.h include/dns/zt.h include/dst/dst.h include/dst/lib.h include/dst/result.h include/isc/app.h include/isc/assertions.h include/isc/base64.h include/isc/bitstring.h include/isc/boolean.h include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h include/isc/dir.h include/isc/entropy.h include/isc/error.h include/isc/event.h include/isc/eventclass.h include/isc/file.h include/isc/formatcheck.h include/isc/fsaccess.h +include/isc/hash.h include/isc/heap.h include/isc/hex.h include/isc/hmacmd5.h include/isc/int.h include/isc/interfaceiter.h include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h include/isc/list.h include/isc/log.h include/isc/magic.h include/isc/md5.h include/isc/mem.h include/isc/msgcat.h include/isc/msgs.h include/isc/mutex.h include/isc/mutexblock.h include/isc/net.h include/isc/netaddr.h include/isc/netdb.h include/isc/offset.h include/isc/once.h include/isc/ondestroy.h include/isc/os.h include/isc/parseint.h include/isc/platform.h 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 include/isc/resultclass.h include/isc/rwlock.h include/isc/serial.h include/isc/sha1.h include/isc/sockaddr.h include/isc/socket.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h include/isc/string.h include/isc/symtab.h include/isc/syslog.h include/isc/task.h include/isc/taskpool.h include/isc/thread.h include/isc/time.h include/isc/timer.h include/isc/types.h include/isc/util.h include/isc/version.h include/isccc/alist.h include/isccc/base64.h include/isccc/cc.h include/isccc/ccmsg.h include/isccc/events.h include/isccc/lib.h include/isccc/result.h include/isccc/sexpr.h include/isccc/symtab.h include/isccc/symtype.h include/isccc/types.h include/isccc/util.h include/isccc/version.h include/isccfg/cfg.h include/isccfg/grammar.h include/isccfg/log.h include/isccfg/namedconf.h include/isccfg/version.h include/lwres/context.h include/lwres/int.h include/lwres/ipv6.h include/lwres/lang.h include/lwres/list.h include/lwres/lwbuffer.h include/lwres/lwpacket.h include/lwres/lwres.h include/lwres/net.h include/lwres/netdb.h include/lwres/platform.h include/lwres/result.h include/lwres/version.h lib/libbind9.a lib/libdns.a lib/libisc.a lib/libisccc.a lib/libisccfg.a lib/liblwres.a sbin/dnssec-keygen sbin/dnssec-signzone sbin/lwresd sbin/named sbin/named-checkconf sbin/named-checkzone sbin/rndc sbin/rndc-confgen %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch01.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch02.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch03.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch04.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch05.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch06.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch07.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch08.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch09.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.html %%PORTDOCS%%%%DOCSDIR%%/misc/dnssec %%PORTDOCS%%%%DOCSDIR%%/misc/format-options.pl %%PORTDOCS%%%%DOCSDIR%%/misc/ipv6 %%PORTDOCS%%%%DOCSDIR%%/misc/migration %%PORTDOCS%%%%DOCSDIR%%/misc/migration-4to9 %%PORTDOCS%%%%DOCSDIR%%/misc/options %%PORTDOCS%%%%DOCSDIR%%/misc/rfc-compliance %%PORTDOCS%%%%DOCSDIR%%/misc/roadmap %%PORTDOCS%%%%DOCSDIR%%/misc/sdb %%PORTDOCS%%@dirrm %%DOCSDIR%%/arm %%PORTDOCS%%@dirrm %%DOCSDIR%%/misc %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample @dirrm include/bind9 @dirrm include/dns @dirrm include/dst @unexec rmdir %D/include/isc 2>/dev/null || true @dirrm include/isccc @dirrm include/isccfg @dirrm include/lwres Property changes on: head/dns/bind9/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/dns/bind94/files/patch-lib_dns_resolver.c =================================================================== --- head/dns/bind94/files/patch-lib_dns_resolver.c (revision 152246) +++ head/dns/bind94/files/patch-lib_dns_resolver.c (nonexistent) @@ -1,23 +0,0 @@ ---- lib/dns/resolver.c.orig Tue Feb 8 15:59:44 2005 -+++ lib/dns/resolver.c Wed Aug 17 02:42:48 2005 -@@ -2665,7 +2665,7 @@ - unsigned int options, unsigned int bucketnum, fetchctx_t **fctxp) - { - fetchctx_t *fctx; -- isc_result_t result = ISC_R_SUCCESS; -+ isc_result_t result; - isc_result_t iresult; - isc_interval_t interval; - dns_fixedname_t qdomain; -@@ -2687,8 +2687,10 @@ - strcat(buf, "/"); /* checked */ - strcat(buf, typebuf); /* checked */ - fctx->info = isc_mem_strdup(res->mctx, buf); -- if (fctx->info == NULL) -+ if (fctx->info == NULL) { -+ result = ISC_R_NOMEMORY; - goto cleanup_fetch; -+ } - FCTXTRACE("create"); - dns_name_init(&fctx->name, NULL); - result = dns_name_dup(name, res->mctx, &fctx->name); Property changes on: head/dns/bind94/files/patch-lib_dns_resolver.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/dns/bind94/Makefile =================================================================== --- head/dns/bind94/Makefile (revision 152246) +++ head/dns/bind94/Makefile (revision 152247) @@ -1,139 +1,139 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.3.1 +PORTVERSION= 9.3.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.3.1 +ISCVERSION= 9.3.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random USE_OPENSSL= yes .if defined(WITH_OPENSSL_PORT) CONFIGURE_ARGS+= --with-openssl=${LOCALBASE} .else CONFIGURE_ARGS+= --with-openssl .endif # ISC staff has informed me that for 9.3.x, threads are always a bad idea. # Leave the affirmative option for those that want to experiment. .if defined(WITH_BIND9_THREADS) CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads .endif .if defined(WITH_PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 nslookup.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= named.conf.5 rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-signzone.8 lwresd.8 named-checkconf.8 \ named-checkzone.8 named.8 nsupdate.8 rndc-confgen.8 rndc.8 pre-fetch: .if defined(PORT_REPLACES_BASE_BIND9) @${ECHO} "" @${ECHO} "***************************************************" @${ECHO} "Support for the old PORT_REPLACES_BASE_BIND9 option" @${ECHO} "will be removed in future versions of the port." @${ECHO} "Use WITH_PORT_REPLACES_BASE_BIND9 instead." @${ECHO} "***************************************************" @${ECHO} "" @/bin/sleep 5 WITH_PORT_REPLACES_BASE_BIND9= true .endif verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind94/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.68 \ No newline at end of property +1.69 \ No newline at end of property Index: head/dns/bind94/distinfo =================================================================== --- head/dns/bind94/distinfo (revision 152246) +++ head/dns/bind94/distinfo (revision 152247) @@ -1,6 +1,6 @@ -MD5 (bind-9.3.1.tar.gz) = 9ff3204eea27184ea0722f37e43fc95d -SHA256 (bind-9.3.1.tar.gz) = 9a9411115338d2554f2e99bc676c2e9a381a8d649bf9bd9c0b2ffa2cf74b563c -SIZE (bind-9.3.1.tar.gz) = 4673603 -MD5 (bind-9.3.1.tar.gz.asc) = b2077443ade50ed778aa78a8014affaa -SHA256 (bind-9.3.1.tar.gz.asc) = 288cd81c1fc9e8cc2764f1c2464b948f0541af231d615df85803ba430314d803 -SIZE (bind-9.3.1.tar.gz.asc) = 186 +MD5 (bind-9.3.2.tar.gz) = 55e709501a7780233c36e25ccd15ece2 +SHA256 (bind-9.3.2.tar.gz) = 4d4298abd85d06083a0643091dde05ffbe3db051439524dbe4a81c689735c694 +SIZE (bind-9.3.2.tar.gz) = 5302112 +MD5 (bind-9.3.2.tar.gz.asc) = 06eccb8a9122e0f6efa9502cc61f5006 +SHA256 (bind-9.3.2.tar.gz.asc) = b7a9bc3852bb75e390d457e4449083a90c1c267f68fae00f317b9712ef726cf3 +SIZE (bind-9.3.2.tar.gz.asc) = 187 Property changes on: head/dns/bind94/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/dns/bind94/pkg-plist =================================================================== --- head/dns/bind94/pkg-plist (revision 152246) +++ head/dns/bind94/pkg-plist (revision 152247) @@ -1,226 +1,227 @@ bin/dig bin/host bin/isc-config.sh bin/nslookup bin/nsupdate include/bind9/check.h include/bind9/getaddresses.h include/bind9/version.h include/dns/acl.h include/dns/adb.h include/dns/byaddr.h include/dns/cache.h include/dns/callbacks.h include/dns/cert.h include/dns/compress.h include/dns/db.h include/dns/dbiterator.h include/dns/dbtable.h include/dns/diff.h include/dns/dispatch.h include/dns/dnssec.h include/dns/ds.h include/dns/enumclass.h include/dns/enumtype.h include/dns/events.h include/dns/fixedname.h include/dns/journal.h include/dns/keyflags.h include/dns/keytable.h include/dns/keyvalues.h include/dns/lib.h include/dns/log.h include/dns/master.h include/dns/masterdump.h include/dns/message.h include/dns/name.h include/dns/ncache.h include/dns/nsec.h include/dns/peer.h include/dns/portlist.h include/dns/rbt.h include/dns/rcode.h include/dns/rdata.h include/dns/rdataclass.h include/dns/rdatalist.h include/dns/rdataset.h include/dns/rdatasetiter.h include/dns/rdataslab.h include/dns/rdatastruct.h include/dns/rdatatype.h include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h include/dns/sdb.h include/dns/secalg.h include/dns/secproto.h include/dns/soa.h include/dns/ssu.h include/dns/tcpmsg.h include/dns/time.h include/dns/tkey.h include/dns/tsig.h include/dns/ttl.h include/dns/types.h include/dns/validator.h include/dns/version.h include/dns/view.h include/dns/xfrin.h include/dns/zone.h include/dns/zonekey.h include/dns/zt.h include/dst/dst.h include/dst/lib.h include/dst/result.h include/isc/app.h include/isc/assertions.h include/isc/base64.h include/isc/bitstring.h include/isc/boolean.h include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h include/isc/dir.h include/isc/entropy.h include/isc/error.h include/isc/event.h include/isc/eventclass.h include/isc/file.h include/isc/formatcheck.h include/isc/fsaccess.h +include/isc/hash.h include/isc/heap.h include/isc/hex.h include/isc/hmacmd5.h include/isc/int.h include/isc/interfaceiter.h include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h include/isc/list.h include/isc/log.h include/isc/magic.h include/isc/md5.h include/isc/mem.h include/isc/msgcat.h include/isc/msgs.h include/isc/mutex.h include/isc/mutexblock.h include/isc/net.h include/isc/netaddr.h include/isc/netdb.h include/isc/offset.h include/isc/once.h include/isc/ondestroy.h include/isc/os.h include/isc/parseint.h include/isc/platform.h 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 include/isc/resultclass.h include/isc/rwlock.h include/isc/serial.h include/isc/sha1.h include/isc/sockaddr.h include/isc/socket.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h include/isc/string.h include/isc/symtab.h include/isc/syslog.h include/isc/task.h include/isc/taskpool.h include/isc/thread.h include/isc/time.h include/isc/timer.h include/isc/types.h include/isc/util.h include/isc/version.h include/isccc/alist.h include/isccc/base64.h include/isccc/cc.h include/isccc/ccmsg.h include/isccc/events.h include/isccc/lib.h include/isccc/result.h include/isccc/sexpr.h include/isccc/symtab.h include/isccc/symtype.h include/isccc/types.h include/isccc/util.h include/isccc/version.h include/isccfg/cfg.h include/isccfg/grammar.h include/isccfg/log.h include/isccfg/namedconf.h include/isccfg/version.h include/lwres/context.h include/lwres/int.h include/lwres/ipv6.h include/lwres/lang.h include/lwres/list.h include/lwres/lwbuffer.h include/lwres/lwpacket.h include/lwres/lwres.h include/lwres/net.h include/lwres/netdb.h include/lwres/platform.h include/lwres/result.h include/lwres/version.h lib/libbind9.a lib/libdns.a lib/libisc.a lib/libisccc.a lib/libisccfg.a lib/liblwres.a sbin/dnssec-keygen sbin/dnssec-signzone sbin/lwresd sbin/named sbin/named-checkconf sbin/named-checkzone sbin/rndc sbin/rndc-confgen %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch01.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch02.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch03.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch04.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch05.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch06.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch07.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch08.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch09.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.html %%PORTDOCS%%%%DOCSDIR%%/misc/dnssec %%PORTDOCS%%%%DOCSDIR%%/misc/format-options.pl %%PORTDOCS%%%%DOCSDIR%%/misc/ipv6 %%PORTDOCS%%%%DOCSDIR%%/misc/migration %%PORTDOCS%%%%DOCSDIR%%/misc/migration-4to9 %%PORTDOCS%%%%DOCSDIR%%/misc/options %%PORTDOCS%%%%DOCSDIR%%/misc/rfc-compliance %%PORTDOCS%%%%DOCSDIR%%/misc/roadmap %%PORTDOCS%%%%DOCSDIR%%/misc/sdb %%PORTDOCS%%@dirrm %%DOCSDIR%%/arm %%PORTDOCS%%@dirrm %%DOCSDIR%%/misc %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample @dirrm include/bind9 @dirrm include/dns @dirrm include/dst @unexec rmdir %D/include/isc 2>/dev/null || true @dirrm include/isccc @dirrm include/isccfg @dirrm include/lwres Property changes on: head/dns/bind94/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/dns/bind95/files/patch-lib_dns_resolver.c =================================================================== --- head/dns/bind95/files/patch-lib_dns_resolver.c (revision 152246) +++ head/dns/bind95/files/patch-lib_dns_resolver.c (nonexistent) @@ -1,23 +0,0 @@ ---- lib/dns/resolver.c.orig Tue Feb 8 15:59:44 2005 -+++ lib/dns/resolver.c Wed Aug 17 02:42:48 2005 -@@ -2665,7 +2665,7 @@ - unsigned int options, unsigned int bucketnum, fetchctx_t **fctxp) - { - fetchctx_t *fctx; -- isc_result_t result = ISC_R_SUCCESS; -+ isc_result_t result; - isc_result_t iresult; - isc_interval_t interval; - dns_fixedname_t qdomain; -@@ -2687,8 +2687,10 @@ - strcat(buf, "/"); /* checked */ - strcat(buf, typebuf); /* checked */ - fctx->info = isc_mem_strdup(res->mctx, buf); -- if (fctx->info == NULL) -+ if (fctx->info == NULL) { -+ result = ISC_R_NOMEMORY; - goto cleanup_fetch; -+ } - FCTXTRACE("create"); - dns_name_init(&fctx->name, NULL); - result = dns_name_dup(name, res->mctx, &fctx->name); Property changes on: head/dns/bind95/files/patch-lib_dns_resolver.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/dns/bind95/Makefile =================================================================== --- head/dns/bind95/Makefile (revision 152246) +++ head/dns/bind95/Makefile (revision 152247) @@ -1,139 +1,139 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.3.1 +PORTVERSION= 9.3.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.3.1 +ISCVERSION= 9.3.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random USE_OPENSSL= yes .if defined(WITH_OPENSSL_PORT) CONFIGURE_ARGS+= --with-openssl=${LOCALBASE} .else CONFIGURE_ARGS+= --with-openssl .endif # ISC staff has informed me that for 9.3.x, threads are always a bad idea. # Leave the affirmative option for those that want to experiment. .if defined(WITH_BIND9_THREADS) CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads .endif .if defined(WITH_PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 nslookup.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= named.conf.5 rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-signzone.8 lwresd.8 named-checkconf.8 \ named-checkzone.8 named.8 nsupdate.8 rndc-confgen.8 rndc.8 pre-fetch: .if defined(PORT_REPLACES_BASE_BIND9) @${ECHO} "" @${ECHO} "***************************************************" @${ECHO} "Support for the old PORT_REPLACES_BASE_BIND9 option" @${ECHO} "will be removed in future versions of the port." @${ECHO} "Use WITH_PORT_REPLACES_BASE_BIND9 instead." @${ECHO} "***************************************************" @${ECHO} "" @/bin/sleep 5 WITH_PORT_REPLACES_BASE_BIND9= true .endif verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind95/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.68 \ No newline at end of property +1.69 \ No newline at end of property Index: head/dns/bind95/distinfo =================================================================== --- head/dns/bind95/distinfo (revision 152246) +++ head/dns/bind95/distinfo (revision 152247) @@ -1,6 +1,6 @@ -MD5 (bind-9.3.1.tar.gz) = 9ff3204eea27184ea0722f37e43fc95d -SHA256 (bind-9.3.1.tar.gz) = 9a9411115338d2554f2e99bc676c2e9a381a8d649bf9bd9c0b2ffa2cf74b563c -SIZE (bind-9.3.1.tar.gz) = 4673603 -MD5 (bind-9.3.1.tar.gz.asc) = b2077443ade50ed778aa78a8014affaa -SHA256 (bind-9.3.1.tar.gz.asc) = 288cd81c1fc9e8cc2764f1c2464b948f0541af231d615df85803ba430314d803 -SIZE (bind-9.3.1.tar.gz.asc) = 186 +MD5 (bind-9.3.2.tar.gz) = 55e709501a7780233c36e25ccd15ece2 +SHA256 (bind-9.3.2.tar.gz) = 4d4298abd85d06083a0643091dde05ffbe3db051439524dbe4a81c689735c694 +SIZE (bind-9.3.2.tar.gz) = 5302112 +MD5 (bind-9.3.2.tar.gz.asc) = 06eccb8a9122e0f6efa9502cc61f5006 +SHA256 (bind-9.3.2.tar.gz.asc) = b7a9bc3852bb75e390d457e4449083a90c1c267f68fae00f317b9712ef726cf3 +SIZE (bind-9.3.2.tar.gz.asc) = 187 Property changes on: head/dns/bind95/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/dns/bind95/pkg-plist =================================================================== --- head/dns/bind95/pkg-plist (revision 152246) +++ head/dns/bind95/pkg-plist (revision 152247) @@ -1,226 +1,227 @@ bin/dig bin/host bin/isc-config.sh bin/nslookup bin/nsupdate include/bind9/check.h include/bind9/getaddresses.h include/bind9/version.h include/dns/acl.h include/dns/adb.h include/dns/byaddr.h include/dns/cache.h include/dns/callbacks.h include/dns/cert.h include/dns/compress.h include/dns/db.h include/dns/dbiterator.h include/dns/dbtable.h include/dns/diff.h include/dns/dispatch.h include/dns/dnssec.h include/dns/ds.h include/dns/enumclass.h include/dns/enumtype.h include/dns/events.h include/dns/fixedname.h include/dns/journal.h include/dns/keyflags.h include/dns/keytable.h include/dns/keyvalues.h include/dns/lib.h include/dns/log.h include/dns/master.h include/dns/masterdump.h include/dns/message.h include/dns/name.h include/dns/ncache.h include/dns/nsec.h include/dns/peer.h include/dns/portlist.h include/dns/rbt.h include/dns/rcode.h include/dns/rdata.h include/dns/rdataclass.h include/dns/rdatalist.h include/dns/rdataset.h include/dns/rdatasetiter.h include/dns/rdataslab.h include/dns/rdatastruct.h include/dns/rdatatype.h include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h include/dns/sdb.h include/dns/secalg.h include/dns/secproto.h include/dns/soa.h include/dns/ssu.h include/dns/tcpmsg.h include/dns/time.h include/dns/tkey.h include/dns/tsig.h include/dns/ttl.h include/dns/types.h include/dns/validator.h include/dns/version.h include/dns/view.h include/dns/xfrin.h include/dns/zone.h include/dns/zonekey.h include/dns/zt.h include/dst/dst.h include/dst/lib.h include/dst/result.h include/isc/app.h include/isc/assertions.h include/isc/base64.h include/isc/bitstring.h include/isc/boolean.h include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h include/isc/dir.h include/isc/entropy.h include/isc/error.h include/isc/event.h include/isc/eventclass.h include/isc/file.h include/isc/formatcheck.h include/isc/fsaccess.h +include/isc/hash.h include/isc/heap.h include/isc/hex.h include/isc/hmacmd5.h include/isc/int.h include/isc/interfaceiter.h include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h include/isc/list.h include/isc/log.h include/isc/magic.h include/isc/md5.h include/isc/mem.h include/isc/msgcat.h include/isc/msgs.h include/isc/mutex.h include/isc/mutexblock.h include/isc/net.h include/isc/netaddr.h include/isc/netdb.h include/isc/offset.h include/isc/once.h include/isc/ondestroy.h include/isc/os.h include/isc/parseint.h include/isc/platform.h 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 include/isc/resultclass.h include/isc/rwlock.h include/isc/serial.h include/isc/sha1.h include/isc/sockaddr.h include/isc/socket.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h include/isc/string.h include/isc/symtab.h include/isc/syslog.h include/isc/task.h include/isc/taskpool.h include/isc/thread.h include/isc/time.h include/isc/timer.h include/isc/types.h include/isc/util.h include/isc/version.h include/isccc/alist.h include/isccc/base64.h include/isccc/cc.h include/isccc/ccmsg.h include/isccc/events.h include/isccc/lib.h include/isccc/result.h include/isccc/sexpr.h include/isccc/symtab.h include/isccc/symtype.h include/isccc/types.h include/isccc/util.h include/isccc/version.h include/isccfg/cfg.h include/isccfg/grammar.h include/isccfg/log.h include/isccfg/namedconf.h include/isccfg/version.h include/lwres/context.h include/lwres/int.h include/lwres/ipv6.h include/lwres/lang.h include/lwres/list.h include/lwres/lwbuffer.h include/lwres/lwpacket.h include/lwres/lwres.h include/lwres/net.h include/lwres/netdb.h include/lwres/platform.h include/lwres/result.h include/lwres/version.h lib/libbind9.a lib/libdns.a lib/libisc.a lib/libisccc.a lib/libisccfg.a lib/liblwres.a sbin/dnssec-keygen sbin/dnssec-signzone sbin/lwresd sbin/named sbin/named-checkconf sbin/named-checkzone sbin/rndc sbin/rndc-confgen %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch01.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch02.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch03.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch04.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch05.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch06.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch07.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch08.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch09.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.html %%PORTDOCS%%%%DOCSDIR%%/misc/dnssec %%PORTDOCS%%%%DOCSDIR%%/misc/format-options.pl %%PORTDOCS%%%%DOCSDIR%%/misc/ipv6 %%PORTDOCS%%%%DOCSDIR%%/misc/migration %%PORTDOCS%%%%DOCSDIR%%/misc/migration-4to9 %%PORTDOCS%%%%DOCSDIR%%/misc/options %%PORTDOCS%%%%DOCSDIR%%/misc/rfc-compliance %%PORTDOCS%%%%DOCSDIR%%/misc/roadmap %%PORTDOCS%%%%DOCSDIR%%/misc/sdb %%PORTDOCS%%@dirrm %%DOCSDIR%%/arm %%PORTDOCS%%@dirrm %%DOCSDIR%%/misc %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample @dirrm include/bind9 @dirrm include/dns @dirrm include/dst @unexec rmdir %D/include/isc 2>/dev/null || true @dirrm include/isccc @dirrm include/isccfg @dirrm include/lwres Property changes on: head/dns/bind95/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/dns/bind96/files/patch-lib_dns_resolver.c =================================================================== --- head/dns/bind96/files/patch-lib_dns_resolver.c (revision 152246) +++ head/dns/bind96/files/patch-lib_dns_resolver.c (nonexistent) @@ -1,23 +0,0 @@ ---- lib/dns/resolver.c.orig Tue Feb 8 15:59:44 2005 -+++ lib/dns/resolver.c Wed Aug 17 02:42:48 2005 -@@ -2665,7 +2665,7 @@ - unsigned int options, unsigned int bucketnum, fetchctx_t **fctxp) - { - fetchctx_t *fctx; -- isc_result_t result = ISC_R_SUCCESS; -+ isc_result_t result; - isc_result_t iresult; - isc_interval_t interval; - dns_fixedname_t qdomain; -@@ -2687,8 +2687,10 @@ - strcat(buf, "/"); /* checked */ - strcat(buf, typebuf); /* checked */ - fctx->info = isc_mem_strdup(res->mctx, buf); -- if (fctx->info == NULL) -+ if (fctx->info == NULL) { -+ result = ISC_R_NOMEMORY; - goto cleanup_fetch; -+ } - FCTXTRACE("create"); - dns_name_init(&fctx->name, NULL); - result = dns_name_dup(name, res->mctx, &fctx->name); Property changes on: head/dns/bind96/files/patch-lib_dns_resolver.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/dns/bind96/Makefile =================================================================== --- head/dns/bind96/Makefile (revision 152246) +++ head/dns/bind96/Makefile (revision 152247) @@ -1,139 +1,139 @@ # New ports collection makefile for: bind # Date created: 6 October 2000 # Whom: will # # $FreeBSD$ # # I stay very aware of developments with BIND in general, and with # BIND 9 in particular. I frequently delay updating this port from # a known-stable version due to concerns about stability of a newer # version. If you are concerned about using the most recent ISC # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.3.1 +PORTVERSION= 9.3.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.3.1 +ISCVERSION= 9.3.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random USE_OPENSSL= yes .if defined(WITH_OPENSSL_PORT) CONFIGURE_ARGS+= --with-openssl=${LOCALBASE} .else CONFIGURE_ARGS+= --with-openssl .endif # ISC staff has informed me that for 9.3.x, threads are always a bad idea. # Leave the affirmative option for those that want to experiment. .if defined(WITH_BIND9_THREADS) CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads .endif .if defined(WITH_PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb CONFIGURE_ARGS+= --prefix=${PREFIX} \ --sysconfdir=${BIND_DESTETC} \ --mandir=${MANPREFIX}/man .else BIND_DESTETC= ${PREFIX}/etc .endif PLIST_SUB= BIND_DESTETC="${BIND_DESTETC}" MAN1= dig.1 host.1 nslookup.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 \ lwres_buffer_invalidate.3 lwres_buffer_putmem.3 \ lwres_buffer_putuint16.3 lwres_buffer_putuint32.3 \ lwres_buffer_putuint8.3 lwres_buffer_subtract.3 lwres_conf_clear.3 \ lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 \ lwres_conf_print.3 lwres_config.3 lwres_context.3 \ lwres_context_allocmem.3 lwres_context_create.3 \ lwres_context_destroy.3 lwres_context_freemem.3 \ lwres_context_initserial.3 lwres_context_nextserial.3 \ lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 \ lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 \ lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \ lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \ lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \ lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 \ lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \ lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 \ lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 \ lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 \ lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 \ lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \ lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \ lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 \ lwres_inetntop.3 lwres_lwpacket_parseheader.3 \ lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 \ lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \ lwres_nooprequest_render.3 lwres_noopresponse_free.3 \ lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \ lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 \ lwres_sethostent_r.3 lwres_string_parse.3 MAN5= named.conf.5 rndc.conf.5 MAN8= dnssec-keygen.8 dnssec-signzone.8 lwresd.8 named-checkconf.8 \ named-checkzone.8 named.8 nsupdate.8 rndc-confgen.8 rndc.8 pre-fetch: .if defined(PORT_REPLACES_BASE_BIND9) @${ECHO} "" @${ECHO} "***************************************************" @${ECHO} "Support for the old PORT_REPLACES_BASE_BIND9 option" @${ECHO} "will be removed in future versions of the port." @${ECHO} "Use WITH_PORT_REPLACES_BASE_BIND9 instead." @${ECHO} "***************************************************" @${ECHO} "" @/bin/sleep 5 WITH_PORT_REPLACES_BASE_BIND9= true .endif verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 @${MV} ${WRKSRC}/bin/${FILE} ${WRKSRC}/bin/${FILE}.Dist @${SED} -e 's#/etc/named.conf#${BIND_DESTETC}/named.conf#g' \ -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/arm ${DOCSDIR}/misc ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html ${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/doc/misc/[a-z]* ${DOCSDIR}/misc ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${DOCSDIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/dns/bind96/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.68 \ No newline at end of property +1.69 \ No newline at end of property Index: head/dns/bind96/distinfo =================================================================== --- head/dns/bind96/distinfo (revision 152246) +++ head/dns/bind96/distinfo (revision 152247) @@ -1,6 +1,6 @@ -MD5 (bind-9.3.1.tar.gz) = 9ff3204eea27184ea0722f37e43fc95d -SHA256 (bind-9.3.1.tar.gz) = 9a9411115338d2554f2e99bc676c2e9a381a8d649bf9bd9c0b2ffa2cf74b563c -SIZE (bind-9.3.1.tar.gz) = 4673603 -MD5 (bind-9.3.1.tar.gz.asc) = b2077443ade50ed778aa78a8014affaa -SHA256 (bind-9.3.1.tar.gz.asc) = 288cd81c1fc9e8cc2764f1c2464b948f0541af231d615df85803ba430314d803 -SIZE (bind-9.3.1.tar.gz.asc) = 186 +MD5 (bind-9.3.2.tar.gz) = 55e709501a7780233c36e25ccd15ece2 +SHA256 (bind-9.3.2.tar.gz) = 4d4298abd85d06083a0643091dde05ffbe3db051439524dbe4a81c689735c694 +SIZE (bind-9.3.2.tar.gz) = 5302112 +MD5 (bind-9.3.2.tar.gz.asc) = 06eccb8a9122e0f6efa9502cc61f5006 +SHA256 (bind-9.3.2.tar.gz.asc) = b7a9bc3852bb75e390d457e4449083a90c1c267f68fae00f317b9712ef726cf3 +SIZE (bind-9.3.2.tar.gz.asc) = 187 Property changes on: head/dns/bind96/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/dns/bind96/pkg-plist =================================================================== --- head/dns/bind96/pkg-plist (revision 152246) +++ head/dns/bind96/pkg-plist (revision 152247) @@ -1,226 +1,227 @@ bin/dig bin/host bin/isc-config.sh bin/nslookup bin/nsupdate include/bind9/check.h include/bind9/getaddresses.h include/bind9/version.h include/dns/acl.h include/dns/adb.h include/dns/byaddr.h include/dns/cache.h include/dns/callbacks.h include/dns/cert.h include/dns/compress.h include/dns/db.h include/dns/dbiterator.h include/dns/dbtable.h include/dns/diff.h include/dns/dispatch.h include/dns/dnssec.h include/dns/ds.h include/dns/enumclass.h include/dns/enumtype.h include/dns/events.h include/dns/fixedname.h include/dns/journal.h include/dns/keyflags.h include/dns/keytable.h include/dns/keyvalues.h include/dns/lib.h include/dns/log.h include/dns/master.h include/dns/masterdump.h include/dns/message.h include/dns/name.h include/dns/ncache.h include/dns/nsec.h include/dns/peer.h include/dns/portlist.h include/dns/rbt.h include/dns/rcode.h include/dns/rdata.h include/dns/rdataclass.h include/dns/rdatalist.h include/dns/rdataset.h include/dns/rdatasetiter.h include/dns/rdataslab.h include/dns/rdatastruct.h include/dns/rdatatype.h include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h include/dns/sdb.h include/dns/secalg.h include/dns/secproto.h include/dns/soa.h include/dns/ssu.h include/dns/tcpmsg.h include/dns/time.h include/dns/tkey.h include/dns/tsig.h include/dns/ttl.h include/dns/types.h include/dns/validator.h include/dns/version.h include/dns/view.h include/dns/xfrin.h include/dns/zone.h include/dns/zonekey.h include/dns/zt.h include/dst/dst.h include/dst/lib.h include/dst/result.h include/isc/app.h include/isc/assertions.h include/isc/base64.h include/isc/bitstring.h include/isc/boolean.h include/isc/buffer.h include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h include/isc/dir.h include/isc/entropy.h include/isc/error.h include/isc/event.h include/isc/eventclass.h include/isc/file.h include/isc/formatcheck.h include/isc/fsaccess.h +include/isc/hash.h include/isc/heap.h include/isc/hex.h include/isc/hmacmd5.h include/isc/int.h include/isc/interfaceiter.h include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h include/isc/list.h include/isc/log.h include/isc/magic.h include/isc/md5.h include/isc/mem.h include/isc/msgcat.h include/isc/msgs.h include/isc/mutex.h include/isc/mutexblock.h include/isc/net.h include/isc/netaddr.h include/isc/netdb.h include/isc/offset.h include/isc/once.h include/isc/ondestroy.h include/isc/os.h include/isc/parseint.h include/isc/platform.h 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 include/isc/resultclass.h include/isc/rwlock.h include/isc/serial.h include/isc/sha1.h include/isc/sockaddr.h include/isc/socket.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h include/isc/string.h include/isc/symtab.h include/isc/syslog.h include/isc/task.h include/isc/taskpool.h include/isc/thread.h include/isc/time.h include/isc/timer.h include/isc/types.h include/isc/util.h include/isc/version.h include/isccc/alist.h include/isccc/base64.h include/isccc/cc.h include/isccc/ccmsg.h include/isccc/events.h include/isccc/lib.h include/isccc/result.h include/isccc/sexpr.h include/isccc/symtab.h include/isccc/symtype.h include/isccc/types.h include/isccc/util.h include/isccc/version.h include/isccfg/cfg.h include/isccfg/grammar.h include/isccfg/log.h include/isccfg/namedconf.h include/isccfg/version.h include/lwres/context.h include/lwres/int.h include/lwres/ipv6.h include/lwres/lang.h include/lwres/list.h include/lwres/lwbuffer.h include/lwres/lwpacket.h include/lwres/lwres.h include/lwres/net.h include/lwres/netdb.h include/lwres/platform.h include/lwres/result.h include/lwres/version.h lib/libbind9.a lib/libdns.a lib/libisc.a lib/libisccc.a lib/libisccfg.a lib/liblwres.a sbin/dnssec-keygen sbin/dnssec-signzone sbin/lwresd sbin/named sbin/named-checkconf sbin/named-checkzone sbin/rndc sbin/rndc-confgen %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch01.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch02.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch03.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch04.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch05.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch06.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch07.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch08.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.ch09.html %%PORTDOCS%%%%DOCSDIR%%/arm/Bv9ARM.html %%PORTDOCS%%%%DOCSDIR%%/misc/dnssec %%PORTDOCS%%%%DOCSDIR%%/misc/format-options.pl %%PORTDOCS%%%%DOCSDIR%%/misc/ipv6 %%PORTDOCS%%%%DOCSDIR%%/misc/migration %%PORTDOCS%%%%DOCSDIR%%/misc/migration-4to9 %%PORTDOCS%%%%DOCSDIR%%/misc/options %%PORTDOCS%%%%DOCSDIR%%/misc/rfc-compliance %%PORTDOCS%%%%DOCSDIR%%/misc/roadmap %%PORTDOCS%%%%DOCSDIR%%/misc/sdb %%PORTDOCS%%@dirrm %%DOCSDIR%%/arm %%PORTDOCS%%@dirrm %%DOCSDIR%%/misc %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample @dirrm include/bind9 @dirrm include/dns @dirrm include/dst @unexec rmdir %D/include/isc 2>/dev/null || true @dirrm include/isccc @dirrm include/isccfg @dirrm include/lwres Property changes on: head/dns/bind96/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property