Received: by mail.netbsd.org (Postfix, from userid 605) id 1954284F5F; Sun, 1 May 2022 18:05:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54A7184F25 for ; Sun, 1 May 2022 18:05:54 +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 7fc84ilUXzh6 for ; Sun, 1 May 2022 18:05:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA5D684D91 for ; Sun, 1 May 2022 18:05:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2FBAFB1A; Sun, 1 May 2022 18:05:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165142835372870" MIME-Version: 1.0 Date: Sun, 1 May 2022 18:05:53 +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: <20220501180553.C2FBAFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165142835372870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun May 1 18:05:53 UTC 2022 Modified Files: pkgsrc/net/dbip-asn-lite: Makefile distinfo Log Message: dbip-asn-lite: update to 2022.05. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/dbip-asn-lite/Makefile cvs rdiff -u -r1.26 -r1.27 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. --_----------=_165142835372870 Content-Disposition: inline Content-Length: 1705 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.25 pkgsrc/net/dbip-asn-lite/Makefile:1.26 --- pkgsrc/net/dbip-asn-lite/Makefile:1.25 Sat Apr 2 15:26:50 2022 +++ pkgsrc/net/dbip-asn-lite/Makefile Sun May 1 18:05:53 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/04/02 15:26:50 fcambus Exp $ +# $NetBSD: Makefile,v 1.26 2022/05/01 18:05:53 fcambus Exp $ -DISTNAME= dbip-asn-lite-2022-04.mmdb -PKGNAME= dbip-asn-lite-2022.04 +DISTNAME= dbip-asn-lite-2022-05.mmdb +PKGNAME= dbip-asn-lite-2022.05 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.26 pkgsrc/net/dbip-asn-lite/distinfo:1.27 --- pkgsrc/net/dbip-asn-lite/distinfo:1.26 Sat Apr 2 15:26:50 2022 +++ pkgsrc/net/dbip-asn-lite/distinfo Sun May 1 18:05:53 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2022/04/02 15:26:50 fcambus Exp $ +$NetBSD: distinfo,v 1.27 2022/05/01 18:05:53 fcambus Exp $ -BLAKE2s (dbip-asn-lite-2022-04.mmdb.gz) = 18b02b1989d192ba85a7db38ee7a80c74583559ce33694cd6bc3acb8f407f6dc -SHA512 (dbip-asn-lite-2022-04.mmdb.gz) = 2238c3cb0152c4fef66151a86c15e56e1ccb92b87029bc19251b07f20de24399a5f7add4b6fcfbfe922bdc6bc6297f495c2c237759f6c57debb0d11f3d8daea8 -Size (dbip-asn-lite-2022-04.mmdb.gz) = 4111822 bytes +BLAKE2s (dbip-asn-lite-2022-05.mmdb.gz) = 0ab23d03e9396b23466010f603a3a96eab788fb63cfba9c6d7f511f7d2963c3e +SHA512 (dbip-asn-lite-2022-05.mmdb.gz) = 727fc8dbb9be25309261b4ab6762fea4dd3d49f1b49a24f396a6b3df3dd0c5d73925c6174396191d751c3a7dd54e0e6aa8ba711ab6d4ee2e98bdbfb57680858e +Size (dbip-asn-lite-2022-05.mmdb.gz) = 4124873 bytes --_----------=_165142835372870--