pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/rbldnsd
Module Name: pkgsrc
Committed By: tm
Date: Mon Oct 18 08:16:49 UTC 2021
Modified Files:
pkgsrc/net/rbldnsd: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/rbldnsd/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/rbldnsd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/rbldnsd/Makefile
diff -u pkgsrc/net/rbldnsd/Makefile:1.8 pkgsrc/net/rbldnsd/Makefile:1.9
--- pkgsrc/net/rbldnsd/Makefile:1.8 Sun Jan 26 17:31:54 2020
+++ pkgsrc/net/rbldnsd/Makefile Mon Oct 18 08:16:49 2021
@@ -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"
Index: pkgsrc/net/rbldnsd/distinfo
diff -u pkgsrc/net/rbldnsd/distinfo:1.5 pkgsrc/net/rbldnsd/distinfo:1.6
--- pkgsrc/net/rbldnsd/distinfo:1.5 Thu Oct 7 14:42:38 2021
+++ pkgsrc/net/rbldnsd/distinfo Mon Oct 18 08:16:49 2021
@@ -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