Received: by mail.netbsd.org (Postfix, from userid 605) id ACE3484D84; Wed, 28 Dec 2022 09:44:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCDDF84D6A for ; Wed, 28 Dec 2022 09:44:16 +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 ybyrd8FkJZkX for ; Wed, 28 Dec 2022 09:44:16 +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 56CE684CD9 for ; Wed, 28 Dec 2022 09:44:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A715FA90; Wed, 28 Dec 2022 09:44:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672220656187040" MIME-Version: 1.0 Date: Wed, 28 Dec 2022 09:44:16 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/libpsl To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221228094416.4A715FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672220656187040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 28 09:44:16 UTC 2022 Modified Files: pkgsrc/www/libpsl: Makefile distinfo Log Message: libpsl: updated to 0.21.2 Release v0.21.2 Increased internal label size Meson build improvements (needs meson >= 0.60.0) Autoconf build improvements Add instructions on how to build from tarball Add WSAStartup() for Windows psl tool and tests Bump gettext version to 0.19.3 Fix stack buffer overflow WRITE 1 in domain_to_punycode() (Relevant only when built without any IDNA library.) Fix undefined behavior in library code Ensures that calls to fopen() and stat() can handle largefiles Several minor (non-functional) changes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/libpsl/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/libpsl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672220656187040 Content-Disposition: inline Content-Length: 1508 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/libpsl/Makefile diff -u pkgsrc/www/libpsl/Makefile:1.14 pkgsrc/www/libpsl/Makefile:1.15 --- pkgsrc/www/libpsl/Makefile:1.14 Wed Oct 26 10:32:04 2022 +++ pkgsrc/www/libpsl/Makefile Wed Dec 28 09:44:16 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/10/26 10:32:04 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/12/28 09:44:16 adam Exp $ -DISTNAME= libpsl-0.21.1 -PKGREVISION= 3 +DISTNAME= libpsl-0.21.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=rockdaboot/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/www/libpsl/distinfo diff -u pkgsrc/www/libpsl/distinfo:1.5 pkgsrc/www/libpsl/distinfo:1.6 --- pkgsrc/www/libpsl/distinfo:1.5 Tue Oct 26 11:29:36 2021 +++ pkgsrc/www/libpsl/distinfo Wed Dec 28 09:44:16 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:29:36 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/12/28 09:44:16 adam Exp $ -BLAKE2s (libpsl-0.21.1.tar.lz) = fc225b6965ef627226157452872c4770d2201cbde40ab5ccee63a8ab96d0903c -SHA512 (libpsl-0.21.1.tar.lz) = af16c375829af8e8f09b4f7a167f81f1093d9c29efe27d2a52e6d062bd7d03729af3f19c12abe6b63fa8a889f7a7e1527155b828ec7cbd0b10d1d5a76dfb1a8a -Size (libpsl-0.21.1.tar.lz) = 2003340 bytes +BLAKE2s (libpsl-0.21.2.tar.lz) = 389d89e87f18325d7aa961580b6be4b24ebe79cc15a2434fdc572e047987f519 +SHA512 (libpsl-0.21.2.tar.lz) = 976b345c7d524b9f161cec7706a41fcfd0a4fa604d61a6edc635a9be755659eb823d85dc1b4792e5b3b70545eeebf27abac500985da70265c51fdd0d8e354c9e +Size (libpsl-0.21.2.tar.lz) = 2039147 bytes --_----------=_1672220656187040--