pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind99 net/bind99: remove bind99
details: https://anonhg.NetBSD.org/pkgsrc/rev/eca3d38f97ac
branches: trunk
changeset: 313064:eca3d38f97ac
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 23 14:31:10 2018 +0000
description:
net/bind99: remove bind99
Remove bind99 from pkgsrc since BIND 9.9 became EOL on 30 June 2018.
diffstat:
net/bind99/DESCR | 15 -
net/bind99/MESSAGE | 10 -
net/bind99/Makefile | 89 --
net/bind99/PLIST | 423 ------------
net/bind99/buildlink3.mk | 12 -
net/bind99/builtin.mk | 92 --
net/bind99/distinfo | 16 -
net/bind99/files/lwresd.sh | 25 -
net/bind99/files/named9.sh | 74 --
net/bind99/files/smf/manifest.xml | 138 ---
net/bind99/files/smf/named.sh | 259 -------
net/bind99/patches/patch-bin_dig_dighost.c | 119 ---
net/bind99/patches/patch-bin_tests_system_Makefile.in | 15 -
net/bind99/patches/patch-bin_tests_system_metadata_tests.sh | 15 -
net/bind99/patches/patch-config.threads.in | 15 -
net/bind99/patches/patch-configure | 25 -
net/bind99/patches/patch-contrib_dlz_config.dlz.in | 15 -
net/bind99/patches/patch-lib_dns_rbt.c | 17 -
net/bind99/patches/patch-lib_isc_unix_socket.c | 33 -
net/bind99/patches/patch-lib_lwres_getaddrinfo.c | 41 -
net/bind99/patches/patch-lib_lwres_getnameinfo.c | 34 -
21 files changed, 0 insertions(+), 1482 deletions(-)
diffs (truncated from 1566 to 300 lines):
diff -r 78052b6f11d4 -r eca3d38f97ac net/bind99/DESCR
--- a/net/bind99/DESCR Sun Sep 23 14:30:13 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-BIND, the Berkeley Internet Name Daemon, version 9 is a major rewrite
-of nearly all aspects of the underlying BIND architecture. Some
-of the important features of BIND-9 are:
-
- - DNS Security
- - IP version 6
- - DNS Protocol Enhancements
- - Views
- - Multiprocessor Support
- - Improved Portability Architecture
- - Full NSEC3 support
- - Automatic zone re-signing
- - New update-policy methods tcp-self and 6to4-self
-
-This package contains the BIND 9.9 release.
diff -r 78052b6f11d4 -r eca3d38f97ac net/bind99/MESSAGE
--- a/net/bind99/MESSAGE Sun Sep 23 14:30:13 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $
-
-Please consider running BIND under the pseudo user account "${BIND_USER}"
-in a chroot environment for security reasons.
-
-To achieve this, set the variable "named_chrootdir" in /etc/rc.conf to
-the directory with the chroot environment e.g. "${BIND_DIR}".
-
-===========================================================================
diff -r 78052b6f11d4 -r eca3d38f97ac net/bind99/Makefile
--- a/net/bind99/Makefile Sun Sep 23 14:30:13 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,89 +0,0 @@
-# $NetBSD: Makefile,v 1.78 2018/09/13 02:57:43 jklos Exp $
-
-DISTNAME= bind-${BIND_VERSION}
-PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.isc.org/software/bind/
-COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.9
-LICENSE= mpl-2.0
-
-CONFLICTS+= host-[0-9]*
-
-MAKE_JOBS_SAFE= no
-
-BIND_VERSION= 9.9.13-P1
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+= BIND_DIR VARBASE
-
-.include "options.mk"
-
-USE_TOOLS+= pax perl
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-#CONFIG_SHELL= sh -x
-
-CONFIGURE_ARGS+= --with-libtool
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-CONFIGURE_ARGS+= --disable-openssl-version-check
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
-CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE:Q}
-CONFIGURE_ARGS+= --with-python=no
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
-CONFIGURE_ARGS+= --disable-atomic
-.endif
-.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
-CONFIGURE_ARGS+= --disable-threads
-.endif
-CONFIGURE_ARGS.DragonFly+= --disable-kqueue
-
-PKG_GROUPS_VARS+= BIND_GROUP
-PKG_USERS_VARS+= BIND_USER
-
-PKG_GROUPS= ${BIND_GROUP}
-PKG_USERS= ${BIND_USER}:${BIND_GROUP}
-
-PKG_GECOS.${BIND_USER}= Named pseudo-user
-PKG_HOME.${BIND_USER}= ${BIND_DIR}
-
-DOCS= CHANGES FAQ.xml README
-
-FILES_SUBST+= BIND_GROUP=${BIND_GROUP:Q} \
- BIND_USER=${BIND_USER:Q} PAX=${PAX:Q} \
- SSLBASE=${SSLBASE:Q}
-MESSAGE_SUBST+= BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER}
-
-DOCDIR= share/doc/bind9
-
-# include/isc/ipv6.h is installed on non-ipv6 platforms
-PLIST_VARS+= inet6
-.if !empty(MISSING_FEATURES:Minet6)
-PLIST.inet6= yes
-.endif
-
-RCD_SCRIPTS= lwresd named9
-SMF_METHODS= named
-
-INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/bind9
-CONF_FILES+= share/examples/bind9/bind.keys \
- ${PKG_SYSCONFDIR}/bind.keys
-
-INSTALLATION_DIRS+= ${DOCDIR} ${DOCDIR}/arm
-
-post-install:
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${DESTDIR}${PREFIX}/${DOCDIR}/arm
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/krb5.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 78052b6f11d4 -r eca3d38f97ac net/bind99/PLIST
--- a/net/bind99/PLIST Sun Sep 23 14:30:13 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,423 +0,0 @@
-@comment $NetBSD: PLIST,v 1.16 2018/03/24 15:03:54 taca Exp $
-bin/arpaname
-bin/bind9-config
-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/acache.h
-include/dns/acl.h
-include/dns/adb.h
-include/dns/bit.h
-include/dns/byaddr.h
-include/dns/cache.h
-include/dns/callbacks.h
-include/dns/cert.h
-include/dns/client.h
-include/dns/clientinfo.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/dlz.h
-include/dns/dlz_dlopen.h
-include/dns/dns64.h
-include/dns/dnssec.h
-include/dns/ds.h
-include/dns/ecdb.h
-include/dns/enumclass.h
-include/dns/enumtype.h
-include/dns/events.h
-include/dns/fixedname.h
-include/dns/forward.h
-include/dns/iptable.h
-include/dns/journal.h
-include/dns/keydata.h
-include/dns/keyflags.h
-include/dns/keytable.h
-include/dns/keyvalues.h
-include/dns/lib.h
-include/dns/log.h
-include/dns/lookup.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/nsec3.h
-include/dns/opcode.h
-include/dns/order.h
-include/dns/peer.h
-include/dns/portlist.h
-include/dns/private.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/rpz.h
-include/dns/rriterator.h
-include/dns/rrl.h
-include/dns/sdb.h
-include/dns/sdlz.h
-include/dns/secalg.h
-include/dns/secproto.h
-include/dns/soa.h
-include/dns/ssu.h
-include/dns/stats.h
-include/dns/tcpmsg.h
-include/dns/time.h
-include/dns/timer.h
-include/dns/tkey.h
-include/dns/tsec.h
-include/dns/tsig.h
-include/dns/ttl.h
-include/dns/types.h
-include/dns/update.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/gssapi.h
-include/dst/lib.h
-include/dst/result.h
-include/isc/app.h
-include/isc/assertions.h
-include/isc/atomic.h
-include/isc/backtrace.h
-include/isc/base32.h
-include/isc/base64.h
-include/isc/bind9.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/counter.h
-include/isc/dir.h
-include/isc/entropy.h
-include/isc/errno.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/hmacsha.h
-include/isc/httpd.h
-include/isc/int.h
-include/isc/interfaceiter.h
-${PLIST.inet6}include/isc/ipv6.h
-include/isc/iterated_hash.h
-include/isc/keyboard.h
-include/isc/lang.h
-include/isc/lex.h
-include/isc/lfsr.h
-include/isc/lib.h
-include/isc/likely.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/namespace.h
-include/isc/net.h
-include/isc/netaddr.h
-include/isc/netdb.h
-include/isc/netscope.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/pool.h
-include/isc/portset.h
-include/isc/print.h
-include/isc/queue.h
-include/isc/quota.h
-include/isc/radix.h
-include/isc/random.h
-include/isc/ratelimiter.h
Home |
Main Index |
Thread Index |
Old Index