Received: by mail.netbsd.org (Postfix, from userid 605) id DE8A284F23; Wed, 1 Feb 2023 07:26:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A1C784F21 for ; Wed, 1 Feb 2023 07:26:35 +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 eUf_jh7UV6gC for ; Wed, 1 Feb 2023 07:26:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8ED3484C86 for ; Wed, 1 Feb 2023 07:26:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C632FA90; Wed, 1 Feb 2023 07:26:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675236394226640" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 07:26:34 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/net/dbip-country-lite To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230201072634.8C632FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675236394226640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Wed Feb 1 07:26:34 UTC 2023 Modified Files: pkgsrc/net/dbip-country-lite: Makefile distinfo Log Message: dbip-country-lite: update to 2023.02. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/dbip-country-lite/Makefile \ pkgsrc/net/dbip-country-lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675236394226640 Content-Disposition: inline Content-Length: 1784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dbip-country-lite/Makefile diff -u pkgsrc/net/dbip-country-lite/Makefile:1.37 pkgsrc/net/dbip-country-lite/Makefile:1.38 --- pkgsrc/net/dbip-country-lite/Makefile:1.37 Sun Jan 1 10:15:29 2023 +++ pkgsrc/net/dbip-country-lite/Makefile Wed Feb 1 07:26:34 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2023/01/01 10:15:29 fcambus Exp $ +# $NetBSD: Makefile,v 1.38 2023/02/01 07:26:34 fcambus Exp $ -DISTNAME= dbip-country-lite-2023-01.mmdb -PKGNAME= dbip-country-lite-2023.01 +DISTNAME= dbip-country-lite-2023-02.mmdb +PKGNAME= dbip-country-lite-2023.02 CATEGORIES= net MASTER_SITES= https://download.db-ip.com/free/ EXTRACT_SUFX= .gz Index: pkgsrc/net/dbip-country-lite/distinfo diff -u pkgsrc/net/dbip-country-lite/distinfo:1.37 pkgsrc/net/dbip-country-lite/distinfo:1.38 --- pkgsrc/net/dbip-country-lite/distinfo:1.37 Sun Jan 1 10:15:29 2023 +++ pkgsrc/net/dbip-country-lite/distinfo Wed Feb 1 07:26:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2023/01/01 10:15:29 fcambus Exp $ +$NetBSD: distinfo,v 1.38 2023/02/01 07:26:34 fcambus Exp $ -BLAKE2s (dbip-country-lite-2023-01.mmdb.gz) = 398bebffbbf1e881930a7012d0e795e6fcb6f4eb0344ab981c3a2b6804f28e78 -SHA512 (dbip-country-lite-2023-01.mmdb.gz) = f0f087846585e86c3b5444a147e40e62c6766536d404e7da720af9dc9e04e0c29433b86348c4b409f4c7923f9e376d9881b64577086348d68e8a0b555d4238b1 -Size (dbip-country-lite-2023-01.mmdb.gz) = 3413769 bytes +BLAKE2s (dbip-country-lite-2023-02.mmdb.gz) = 294ca027be076bbb819c23066b55d237779355cdf49f38eed77604869387477c +SHA512 (dbip-country-lite-2023-02.mmdb.gz) = 252f3a389607772a96217289a784575f4ef55297fc55cb4d077c588802b72b8435590309bf455ffca4826bea7309fb4680f821939e5d5bf41604ca48aaff438d +Size (dbip-country-lite-2023-02.mmdb.gz) = 3385729 bytes --_----------=_1675236394226640--