Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 508231A9217 for ; Thu, 1 Oct 2020 08:20:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DCDDE84DFB; Thu, 1 Oct 2020 08:20:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56B9784E93 for ; Thu, 1 Oct 2020 08:20:06 +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 8BOSxeyPI1_p for ; Thu, 1 Oct 2020 08:20:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C2AE084DE4 for ; Thu, 1 Oct 2020 08:20:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBB90FB28; Thu, 1 Oct 2020 08:20:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601540405230790" MIME-Version: 1.0 Date: Thu, 1 Oct 2020 08:20:05 +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: <20201001082005.BBB90FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601540405230790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Oct 1 08:20:05 UTC 2020 Modified Files: pkgsrc/net/dbip-asn-lite: Makefile distinfo Log Message: dbip-asn-lite: update to 2020-10. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/dbip-asn-lite/Makefile cvs rdiff -u -r1.5 -r1.6 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. --_----------=_1601540405230790 Content-Disposition: inline Content-Length: 1807 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.6 pkgsrc/net/dbip-asn-lite/Makefile:1.7 --- pkgsrc/net/dbip-asn-lite/Makefile:1.6 Tue Sep 1 09:11:44 2020 +++ pkgsrc/net/dbip-asn-lite/Makefile Thu Oct 1 08:20:05 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/09/01 09:11:44 fcambus Exp $ +# $NetBSD: Makefile,v 1.7 2020/10/01 08:20:05 fcambus Exp $ -DISTNAME= dbip-asn-lite-2020-09.mmdb -PKGNAME= dbip-asn-lite-2020.09 +DISTNAME= dbip-asn-lite-2020-10.mmdb +PKGNAME= dbip-asn-lite-2020.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.5 pkgsrc/net/dbip-asn-lite/distinfo:1.6 --- pkgsrc/net/dbip-asn-lite/distinfo:1.5 Tue Sep 1 09:11:44 2020 +++ pkgsrc/net/dbip-asn-lite/distinfo Thu Oct 1 08:20:05 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/09/01 09:11:44 fcambus Exp $ +$NetBSD: distinfo,v 1.6 2020/10/01 08:20:05 fcambus Exp $ -SHA1 (dbip-asn-lite-2020-09.mmdb.gz) = af1726cc97d09afd2596d1864dd2afd4705a2b6c -RMD160 (dbip-asn-lite-2020-09.mmdb.gz) = 1a726e3d4bd6e604e428128e9b240d7b5094d5ad -SHA512 (dbip-asn-lite-2020-09.mmdb.gz) = fa91fd584d3c01efa0fa56752ffcb9d324ef0ee415465a45e071fa4b4fda8d5d81d1a77406302edf55b1e5dc4e4d8262a3f367d5870130d3d29aa8381e81f6d3 -Size (dbip-asn-lite-2020-09.mmdb.gz) = 3799921 bytes +SHA1 (dbip-asn-lite-2020-10.mmdb.gz) = be7a97e220b88cdeb0ba8a60be27e7f3760ff86f +RMD160 (dbip-asn-lite-2020-10.mmdb.gz) = 128e1096b60f79f889188d8c756506f137af74d6 +SHA512 (dbip-asn-lite-2020-10.mmdb.gz) = 3e70bbc9ceff980ce92a71dde73bc4bd558bedcddc4be4e76bcf1ecc9af1d83783f1f9e9e2372df6577825b29e873197ad325208a26fec3b4dab4f29ea1fc4f8 +Size (dbip-asn-lite-2020-10.mmdb.gz) = 3828247 bytes --_----------=_1601540405230790--