CVS commit: pkgsrc/www/libpsl
"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 17:15:23 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785777323121890
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 3 17:15:23 UTC 2026
Modified Files:
pkgsrc/www/libpsl: Makefile distinfo
Log Message:
libpsl: update to 0.23.1.
01.08.2026 Release V0.23.1
* configure: Allow explicitly disabling fuzzing
* configure/meson: Fix reproducible builds (regression introduced in V0.23.0)
* psl-make-dafsa: embed only the basename of the input file
* meson: also rename cdata to _cdata in docs/libpsl/meson.build
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/libpsl/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/libpsl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785777323121890
Content-Disposition: inline
Content-Length: 1492
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.20 pkgsrc/www/libpsl/Makefile:1.21
--- pkgsrc/www/libpsl/Makefile:1.20 Mon Jul 13 10:00:41 2026
+++ pkgsrc/www/libpsl/Makefile Mon Aug 3 17:15:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2026/07/13 10:00:41 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2026/08/03 17:15:23 wiz Exp $
-DISTNAME= libpsl-0.23.0
+DISTNAME= libpsl-0.23.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=rockdaboot/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/www/libpsl/distinfo
diff -u pkgsrc/www/libpsl/distinfo:1.9 pkgsrc/www/libpsl/distinfo:1.10
--- pkgsrc/www/libpsl/distinfo:1.9 Mon Jul 13 10:00:41 2026
+++ pkgsrc/www/libpsl/distinfo Mon Aug 3 17:15:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/07/13 10:00:41 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/08/03 17:15:23 wiz Exp $
-BLAKE2s (libpsl-0.23.0.tar.lz) = 1ae9420e858f4e30002923a8ffb9e5a71cf0aaeec7eac24e91c1cf1d4c51b372
-SHA512 (libpsl-0.23.0.tar.lz) = 4da8cbf9059ca664c3f23b557a42b54c0030170a5088f92069fac81872e2f416eecd8e525caf7d72f5ab3819599983d2147c4973559f1ac49fdd35dd207f7d55
-Size (libpsl-0.23.0.tar.lz) = 2123850 bytes
+BLAKE2s (libpsl-0.23.1.tar.lz) = 0eb59f8739f00913dcc5ba5e15f2380e890e2e482e36f641c17556698bf2dca5
+SHA512 (libpsl-0.23.1.tar.lz) = 43981bd41e0c4f673a0a8f7a0abe4037d023b9ca6bd52f9cff6c5418edcd52cdb9049d18648030fdf1299b530977be7f53839feabb8eb88f9cec21707be5d5ab
+Size (libpsl-0.23.1.tar.lz) = 2123990 bytes
--_----------=_1785777323121890--