pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rbldnsd net/rbldnsd: Update to 0.998



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40a7d157048f
branches:  trunk
changeset: 768295:40a7d157048f
user:      tm <tm%pkgsrc.org@localhost>
date:      Mon Oct 18 08:16:49 2021 +0000

description:
net/rbldnsd: Update to 0.998

0.998 (05 Dec 2015)
- bugfix: correctly handle V4MAPPED (v4 in v6) addresses, the
  original v6 prefix was wrong.  Thanks to Alex Lasoriti for
  finding the issue
- bugfix: sometimes IP4-based datasets gave false positives when
  an IP6 dataset were present, and it was also possible to have
  false positive in IP6 datasets.  Both has been fixed.

diffstat:

 net/rbldnsd/Makefile |  8 ++++----
 net/rbldnsd/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r f26fad00c825 -r 40a7d157048f net/rbldnsd/Makefile
--- a/net/rbldnsd/Makefile      Mon Oct 18 06:52:19 2021 +0000
+++ b/net/rbldnsd/Makefile      Mon Oct 18 08:16:49 2021 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:54 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/18 08:16:49 tm Exp $
 #
 
-DISTNAME=      rbldnsd-0.997a
-PKGNAME=       ${DISTNAME:S/_/-/}
+DISTNAME=      rbldnsd-0.998
 CATEGORIES=    net
 MASTER_SITES=  http://www.corpit.ru/mjt/rbldnsd/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.corpit.ru/mjt/rbldnsd/
 COMMENT=       Efficient DNS daemon to serve DNSBL zones
+LICENSE=       gnu-gpl-v1
 
-WRKSRC=                ${WRKDIR}/rbldnsd-0.997a
+WRKSRC=                ${WRKDIR}/${DISTNAME}
 HAS_CONFIGURE= yes
 
 .include "../../mk/bsd.prefs.mk"
diff -r f26fad00c825 -r 40a7d157048f net/rbldnsd/distinfo
--- a/net/rbldnsd/distinfo      Mon Oct 18 06:52:19 2021 +0000
+++ b/net/rbldnsd/distinfo      Mon Oct 18 08:16:49 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/07 14:42:38 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/10/18 08:16:49 tm Exp $
 
-RMD160 (rbldnsd-0.997a.tar.gz) = 25682485cfd8d30e048a91be23a27b5647406709
-SHA512 (rbldnsd-0.997a.tar.gz) = 9a3e1a0ad2cd9dd08bcc114c70213a875e984f3761fa32c44fe544d8173f54330fe355ad229a120e64b8f4c8286187d0baa055526d3a85bc846df070bb213529
-Size (rbldnsd-0.997a.tar.gz) = 144771 bytes
+RMD160 (rbldnsd-0.998.tar.gz) = bdf9563b464f9f87fd6dc64607eb59bc892f890b
+SHA512 (rbldnsd-0.998.tar.gz) = 7b6fb106f8188b2ce6e05b622cf90a393a4642f00faa5bddc184ce02dbd2beee9d8de22cb09ae53a25c475f28f99d13fbf6252f0d4c1d72bf47ba23f769e7074
+Size (rbldnsd-0.998.tar.gz) = 145363 bytes



Home | Main Index | Thread Index | Old Index