Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F06AF1A9239 for ; Mon, 18 Oct 2021 08:16:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1823984D4C; Mon, 18 Oct 2021 08:16:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53FAF84D46 for ; Mon, 18 Oct 2021 08:16:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DP8W_OwsvNwI for ; Mon, 18 Oct 2021 08:16:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C3BA284C86 for ; Mon, 18 Oct 2021 08:16:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC783FA97; Mon, 18 Oct 2021 08:16:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634545009188650" MIME-Version: 1.0 Date: Mon, 18 Oct 2021 08:16:49 +0000 From: "Thomas Merkel" Subject: CVS commit: pkgsrc/net/rbldnsd To: pkgsrc-changes@NetBSD.org Reply-To: tm@netbsd.org X-Mailer: log_accum Message-Id: <20211018081649.BC783FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634545009188650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1634545009188650 Content-Disposition: inline Content-Length: 1727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1634545009188650--