Received: by mail.netbsd.org (Postfix, from userid 605) id 4AF3D84D51; Mon, 1 Mar 2021 13:22:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8623284CEF for ; Mon, 1 Mar 2021 13:22:57 +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 17v_9_mdIsaW for ; Mon, 1 Mar 2021 13:22:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0C16F84C13 for ; Mon, 1 Mar 2021 13:22:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 092D8FA95; Mon, 1 Mar 2021 13:22:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614604977291040" MIME-Version: 1.0 Date: Mon, 1 Mar 2021 13:22:57 +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: <20210301132257.092D8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614604977291040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Mar 1 13:22:56 UTC 2021 Modified Files: pkgsrc/net/dbip-asn-lite: Makefile distinfo Log Message: dbip-asn-lite: update to 2021-03. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/dbip-asn-lite/Makefile cvs rdiff -u -r1.10 -r1.11 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. --_----------=_1614604977291040 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.11 pkgsrc/net/dbip-asn-lite/Makefile:1.12 --- pkgsrc/net/dbip-asn-lite/Makefile:1.11 Mon Feb 1 08:06:21 2021 +++ pkgsrc/net/dbip-asn-lite/Makefile Mon Mar 1 13:22:56 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2021/02/01 08:06:21 fcambus Exp $ +# $NetBSD: Makefile,v 1.12 2021/03/01 13:22:56 fcambus Exp $ -DISTNAME= dbip-asn-lite-2021-02.mmdb -PKGNAME= dbip-asn-lite-2021.02 +DISTNAME= dbip-asn-lite-2021-03.mmdb +PKGNAME= dbip-asn-lite-2021.03 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.10 pkgsrc/net/dbip-asn-lite/distinfo:1.11 --- pkgsrc/net/dbip-asn-lite/distinfo:1.10 Mon Feb 1 08:06:21 2021 +++ pkgsrc/net/dbip-asn-lite/distinfo Mon Mar 1 13:22:56 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/02/01 08:06:21 fcambus Exp $ +$NetBSD: distinfo,v 1.11 2021/03/01 13:22:56 fcambus Exp $ -SHA1 (dbip-asn-lite-2021-02.mmdb.gz) = 9623fdad94e48658f86bd771c70ce53dff512b6f -RMD160 (dbip-asn-lite-2021-02.mmdb.gz) = ca90adb93c490fa686c28057a6a06176dda9c689 -SHA512 (dbip-asn-lite-2021-02.mmdb.gz) = 279f960286c265e0b379b6175e3e394d50ffffbbddbe74c0c7d20f27846ae5074826d6c11ae8ff646aa7881757d7a84c7aad6a972f82968fa2462b8e6cde7b54 -Size (dbip-asn-lite-2021-02.mmdb.gz) = 3887044 bytes +SHA1 (dbip-asn-lite-2021-03.mmdb.gz) = bc52c7ede840b780e1941415e0d085def4737678 +RMD160 (dbip-asn-lite-2021-03.mmdb.gz) = 9125ba7acc228dfd7903c7f6189cfce8af24a3d6 +SHA512 (dbip-asn-lite-2021-03.mmdb.gz) = 45ebae65e8e24454e5f9573ad11969aa63714d62ee425f673007450d24c96242037d36b70238b036011bb3f094be35561c6cc127ddd3133f6afe20b721e529ad +Size (dbip-asn-lite-2021-03.mmdb.gz) = 3908425 bytes --_----------=_1614604977291040--