pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net bind912: remove. End of life, alternative exists.
details: https://anonhg.NetBSD.org/pkgsrc/rev/50b4f64b7ad7
branches: trunk
changeset: 341182:50b4f64b7ad7
user: maya <maya%pkgsrc.org@localhost>
date: Wed Oct 16 08:54:51 2019 +0000
description:
bind912: remove. End of life, alternative exists.
Superseded by bind914.
diffstat:
net/Makefile | 3 +-
net/bind912/DESCR | 19 -
net/bind912/MESSAGE.rcd | 19 -
net/bind912/Makefile | 81 --
net/bind912/PLIST | 398 -----------
net/bind912/buildlink3.mk | 12 -
net/bind912/builtin.mk | 92 --
net/bind912/distinfo | 15 -
net/bind912/files/named9.sh | 74 --
net/bind912/files/smf/manifest.xml | 138 ---
net/bind912/files/smf/named.sh | 262 -------
net/bind912/options.mk | 141 ---
net/bind912/patches/patch-bin_named_server.c | 39 -
net/bind912/patches/patch-bin_pkcs11_pkcs11-keygen.c | 30 -
net/bind912/patches/patch-bin_tests_system_metadata_tests.sh | 15 -
net/bind912/patches/patch-config.threads.in | 15 -
net/bind912/patches/patch-configure | 89 --
net/bind912/patches/patch-contrib_dlz_config.dlz.in | 15 -
net/bind912/patches/patch-lib_dns_rbt.c | 17 -
net/bind912/patches/patch-lib_dns_view.c | 15 -
net/bind912/patches/patch-lib_isc_unix_socket.c | 14 -
21 files changed, 1 insertions(+), 1502 deletions(-)
diffs (truncated from 1597 to 300 lines):
diff -r b25c4710bd59 -r 50b4f64b7ad7 net/Makefile
--- a/net/Makefile Wed Oct 16 08:12:28 2019 +0000
+++ b/net/Makefile Wed Oct 16 08:54:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1271 2019/10/11 14:46:24 wiz Exp $
+# $NetBSD: Makefile,v 1.1272 2019/10/16 08:54:51 maya Exp $
#
COMMENT= Networking tools
@@ -41,7 +41,6 @@
SUBDIR+= batchftp
SUBDIR+= bftpd
SUBDIR+= bind911
-SUBDIR+= bind912
SUBDIR+= bind914
SUBDIR+= bing
SUBDIR+= bird
diff -r b25c4710bd59 -r 50b4f64b7ad7 net/bind912/DESCR
--- a/net/bind912/DESCR Wed Oct 16 08:12:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-BIND, the Berkeley Internet Name Daemon. This package contains the BIND
-9.12 release.
-
-This package contains the BIND 9.12 release.
-
- - named and related libraries have been substantially refactored for
- improved query performance.
- - Code implementing the name server query processing logic has been
- moved into a new libns library.
- - The DNS Response Policy Service API (DNSRPS) is now supported.
- - Log file timestamps can now also be formatted in ISO 8601 (local)
- or ISO 8601 (UTC) formats.
- - Added support for the EDNS Padding and Keepalive options.
- - 'new-zones-directory' option sets the location where the
- configuration data for zones added by rndc addzone is stored.
- - The default key algorithm in rndc-confgen is now hmac-sha256.
- - filter-aaaa-on-v4 and filter-aaaa-on-v6 options are now available
- by default without a configure option.
- - The obsolete isc-hmac-fixup command has been removed.
diff -r b25c4710bd59 -r 50b4f64b7ad7 net/bind912/MESSAGE.rcd
--- a/net/bind912/MESSAGE.rcd Wed Oct 16 08:12:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.rcd,v 1.1 2019/06/20 12:26:33 jperkin 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}".
-
-Note: named(8) requires writable directories under "/etc/namedb" which
-specified by "directory" in "options" statement:
-
- cache
- keys
- nta
-
-Make sure to these directories exists with writable by "${BIND_USER}" user.
-
-===========================================================================
diff -r b25c4710bd59 -r 50b4f64b7ad7 net/bind912/Makefile
--- a/net/bind912/Makefile Wed Oct 16 08:12:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2019/08/18 12:55:29 otis 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.12
-LICENSE= mpl-2.0
-
-CONFLICTS+= host-[0-9]*
-
-MAKE_JOBS_SAFE= no
-USE_CWRAPPERS= no
-
-BIND_VERSION= 9.12.4-P2
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+= BIND_DIR VARBASE
-
-.include "options.mk"
-
-USE_TOOLS+= pax perl
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --with-libtool
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE: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 HISTORY OPTIONS README
-
-FILES_SUBST+= BIND_GROUP=${BIND_GROUP} \
- BIND_USER=${BIND_USER} PAX=${PAX:Q} \
- SSLBASE=${SSLBASE}
-MESSAGE_SUBST+= BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER}
-
-DOCDIR= share/doc/bind9
-
-RCD_SCRIPTS= 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 "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r b25c4710bd59 -r 50b4f64b7ad7 net/bind912/PLIST
--- a/net/bind912/PLIST Wed Oct 16 08:12:28 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,398 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2019/04/30 02:46:16 taca Exp $
-bin/arpaname
-bin/bind9-config
-bin/delv
-bin/dig
-${PLIST.dnstap}bin/dnstap-read
-bin/host
-bin/isc-config.sh
-bin/mdig
-bin/named-rrchecker
-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/badcache.h
-include/dns/bit.h
-include/dns/byaddr.h
-include/dns/cache.h
-include/dns/callbacks.h
-include/dns/catz.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/dnsrps.h
-include/dns/dnssec.h
-include/dns/dnstap.h
-${PLIST.dnstap}include/dns/dnstap.pb-c.h
-include/dns/ds.h
-include/dns/dsdigest.h
-include/dns/dyndb.h
-include/dns/ecdb.h
-include/dns/ecs.h
-include/dns/edns.h
-include/dns/enumclass.h
-include/dns/enumtype.h
-include/dns/events.h
-include/dns/fixedname.h
-include/dns/forward.h
-include/dns/geoip.h
-include/dns/ipkeylist.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/librpz.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/nta.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/irs/context.h
-include/irs/dnsconf.h
-include/irs/netdb.h
-include/irs/platform.h
-include/irs/resconf.h
-include/irs/types.h
-include/irs/version.h
-include/isc/aes.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/boolean.h
-include/isc/buffer.h
-include/isc/bufferlist.h
-include/isc/commandline.h
-include/isc/condition.h
-include/isc/counter.h
-include/isc/crc64.h
-include/isc/deprecated.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
Home |
Main Index |
Thread Index |
Old Index