Received: by mail.netbsd.org (Postfix, from userid 605) id 9FA4584EF3; Sat, 1 Oct 2022 11:51:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D105784D46 for ; Sat, 1 Oct 2022 11:51:40 +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 rPZQH8RTEShT for ; Sat, 1 Oct 2022 11:51:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4FBD484C13 for ; Sat, 1 Oct 2022 11:51:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C0B1FA90; Sat, 1 Oct 2022 11:51:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664625100101690" MIME-Version: 1.0 Date: Sat, 1 Oct 2022 11:51:40 +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: <20221001115140.4C0B1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664625100101690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Oct 1 11:51:40 UTC 2022 Modified Files: pkgsrc/net/dbip-country-lite: Makefile distinfo Log Message: dbip-country-lite: update to 2022.10. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 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. --_----------=_1664625100101690 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.33 pkgsrc/net/dbip-country-lite/Makefile:1.34 --- pkgsrc/net/dbip-country-lite/Makefile:1.33 Sun Sep 11 17:27:55 2022 +++ pkgsrc/net/dbip-country-lite/Makefile Sat Oct 1 11:51:40 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2022/09/11 17:27:55 fcambus Exp $ +# $NetBSD: Makefile,v 1.34 2022/10/01 11:51:40 fcambus Exp $ -DISTNAME= dbip-country-lite-2022-09.mmdb -PKGNAME= dbip-country-lite-2022.09 +DISTNAME= dbip-country-lite-2022-10.mmdb +PKGNAME= dbip-country-lite-2022.10 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.33 pkgsrc/net/dbip-country-lite/distinfo:1.34 --- pkgsrc/net/dbip-country-lite/distinfo:1.33 Sun Sep 11 17:27:55 2022 +++ pkgsrc/net/dbip-country-lite/distinfo Sat Oct 1 11:51:40 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2022/09/11 17:27:55 fcambus Exp $ +$NetBSD: distinfo,v 1.34 2022/10/01 11:51:40 fcambus Exp $ -BLAKE2s (dbip-country-lite-2022-09.mmdb.gz) = 00161a2b614bba6007cc5898bf5214d81080bc27b9cd882f67160563070802dc -SHA512 (dbip-country-lite-2022-09.mmdb.gz) = 503480da38ae68117a3093a9debf83561f4b7ab2fc87a4101183e720616c7483cfeda789db6d1b5a065cc81eba3ae5a03191b48e5aa5ad9d9de7e33fd0d8ef15 -Size (dbip-country-lite-2022-09.mmdb.gz) = 3160836 bytes +BLAKE2s (dbip-country-lite-2022-10.mmdb.gz) = dfca3b2e6b6140378bc351df0815497e2d1159a4631bb888a011ac02be6328eb +SHA512 (dbip-country-lite-2022-10.mmdb.gz) = baa582b486d63027774e3d90879b03f71310b621bab0a945b367f75c473b1b71939ada75adceeef72b5c985568ac75ad105204d5ffb38bad819227aac7ba2ab1 +Size (dbip-country-lite-2022-10.mmdb.gz) = 3117465 bytes --_----------=_1664625100101690--