summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2014-05-30 21:06:39 +0000
committerpettai <pettai@pkgsrc.org>2014-05-30 21:06:39 +0000
commit16c7e71c896f4b8a8e86a3779520852054360656 (patch)
treeadb9d981123caef9ac608acba12a387533852169 /net
parent5c3a5d741e0b545e1094a4ce0f51a9e86367cc2a (diff)
downloadpkgsrc-16c7e71c896f4b8a8e86a3779520852054360656.tar.gz
0.997a (23 Jul 2013)
- minor fixes/changes in packaging, no code changes. In particular, fixes a build failure on *BSD introduced in 0.997 0.997 (29 Jun 2013) - main feature of this version is ipv6 support. Many thanks to Geoffrey T. Dairiki for the implementation of btrie (btrie.c) which is far superior to old ip4trie code and handles both v4 and v6 - feature: ip6trie - new dataset supports listing of arbitrary length ip6 CIDRs, along with individual A/TXT values for each prefix - feature: ip6tset - new dataset supports listing of ip6 /64 subnets and the exclusion of /128 subnets; only supports a single A/TXT value for the entire dataset - optimization: ip4trie - using new trie implementation (developed for the ip6trie dataset) decreases memory consumption by roughly a factor of three - feature: acl dataset - ip6 addresses are now supported in ACLs - feature: added --enable-asserts configure option to enable compilation of debugging assertions; assertion checking is disabled by default - featurette: zero-length "wildcard" IP4 CIDR prefixes are now allowed in ip4trie and acl datasets.
Diffstat (limited to 'net')
-rw-r--r--net/rbldnsd/Makefile7
-rw-r--r--net/rbldnsd/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/net/rbldnsd/Makefile b/net/rbldnsd/Makefile
index 2e07a010b05..b6de7469dcc 100644
--- a/net/rbldnsd/Makefile
+++ b/net/rbldnsd/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2013/07/12 10:45:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2014/05/30 21:06:39 pettai Exp $
#
-DISTNAME= rbldnsd_0.996b
+DISTNAME= rbldnsd-0.997a
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/
@@ -11,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.corpit.ru/mjt/rbldnsd/
COMMENT= Efficient DNS daemon to serve DNSBL zones
-WRKSRC= ${WRKDIR}/rbldnsd-0.996b
+WRKSRC= ${WRKDIR}/rbldnsd-0.997a
HAS_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/net/rbldnsd/distinfo b/net/rbldnsd/distinfo
index 9898a1d6c26..b9203eb14b4 100644
--- a/net/rbldnsd/distinfo
+++ b/net/rbldnsd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/02/24 00:58:10 cube Exp $
+$NetBSD: distinfo,v 1.3 2014/05/30 21:06:39 pettai Exp $
-SHA1 (rbldnsd_0.996b.tar.gz) = 9cfe6cf01c54088cecc3a02902c721ee714f1c28
-RMD160 (rbldnsd_0.996b.tar.gz) = 15be588fb4051f0526084425b586ea7986b6493a
-Size (rbldnsd_0.996b.tar.gz) = 113128 bytes
+SHA1 (rbldnsd-0.997a.tar.gz) = 2a487e915994ac45b8de7f3998aae4a95af7654d
+RMD160 (rbldnsd-0.997a.tar.gz) = 25682485cfd8d30e048a91be23a27b5647406709
+Size (rbldnsd-0.997a.tar.gz) = 144771 bytes