Received: by mail.netbsd.org (Postfix, from userid 605) id 3438984DA4; Sun, 3 Oct 2021 17:55:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E67C84CBC for ; Sun, 3 Oct 2021 17:55:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bRogCTTmIXCu for ; Sun, 3 Oct 2021 17:55:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E391284C71 for ; Sun, 3 Oct 2021 17:55:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0D2BFA97; Sun, 3 Oct 2021 17:55:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633283701127070" MIME-Version: 1.0 Date: Sun, 3 Oct 2021 17:55:01 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/net/dbip-asn-lite To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20211003175501.D0D2BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633283701127070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun Oct 3 17:55:01 UTC 2021 Modified Files: pkgsrc/net/dbip-asn-lite: Makefile distinfo Log Message: dbip-asn-lite: update to 2021-10. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/dbip-asn-lite/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/dbip-asn-lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633283701127070 Content-Disposition: inline Content-Length: 1817 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dbip-asn-lite/Makefile diff -u pkgsrc/net/dbip-asn-lite/Makefile:1.18 pkgsrc/net/dbip-asn-lite/Makefile:1.19 --- pkgsrc/net/dbip-asn-lite/Makefile:1.18 Mon Sep 6 12:20:18 2021 +++ pkgsrc/net/dbip-asn-lite/Makefile Sun Oct 3 17:55:01 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/09/06 12:20:18 fcambus Exp $ +# $NetBSD: Makefile,v 1.19 2021/10/03 17:55:01 fcambus Exp $ -DISTNAME= dbip-asn-lite-2021-09.mmdb -PKGNAME= dbip-asn-lite-2021.09 +DISTNAME= dbip-asn-lite-2021-10.mmdb +PKGNAME= dbip-asn-lite-2021.10 CATEGORIES= net MASTER_SITES= https://download.db-ip.com/free/ EXTRACT_SUFX= .gz Index: pkgsrc/net/dbip-asn-lite/distinfo diff -u pkgsrc/net/dbip-asn-lite/distinfo:1.17 pkgsrc/net/dbip-asn-lite/distinfo:1.18 --- pkgsrc/net/dbip-asn-lite/distinfo:1.17 Mon Sep 6 12:20:18 2021 +++ pkgsrc/net/dbip-asn-lite/distinfo Sun Oct 3 17:55:01 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2021/09/06 12:20:18 fcambus Exp $ +$NetBSD: distinfo,v 1.18 2021/10/03 17:55:01 fcambus Exp $ -SHA1 (dbip-asn-lite-2021-09.mmdb.gz) = db626cec4c178f278c02c4fc47470114f1517d46 -RMD160 (dbip-asn-lite-2021-09.mmdb.gz) = 06d4ac1d49af1986f5df875535f228b818f83ebb -SHA512 (dbip-asn-lite-2021-09.mmdb.gz) = ffd28fd9c77c6bb1d79270c36def455535b070721da77b818610876ad3d907b39f1ae75af09d3df70b54500077a24364eb0b5367545b1b31ce5902b4ce90eb21 -Size (dbip-asn-lite-2021-09.mmdb.gz) = 3996410 bytes +SHA1 (dbip-asn-lite-2021-10.mmdb.gz) = 351f2316fe79f737e97e7254e15b5f1b0f2b89bb +RMD160 (dbip-asn-lite-2021-10.mmdb.gz) = 87de3685653dbadebd617a324d6482ebfd512007 +SHA512 (dbip-asn-lite-2021-10.mmdb.gz) = ed97ba4e9653aadfd7a52bb7ca134dc6943225bc5a11bac3fb666e3f5ecb45a08edc792ed6ef2dd6f141f3afbbc9aa2ee664f8283667ac4c96acb6e1e5840bab +Size (dbip-asn-lite-2021-10.mmdb.gz) = 4007408 bytes --_----------=_1633283701127070--