pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/libpsl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 13 10:00:41 UTC 2026

Modified Files:
        pkgsrc/www/libpsl: Makefile distinfo

Log Message:
libpsl: update to 0.23.0.

12.07.2026 Release V0.23.0
  * Using libidn as runtime requires explicit config
  * Properly handle leading dot in domains (see also https://curl.se/docs/CVE-2026-8924.html)
  * Cleanups to configure.ac
  * Add test coverage report link to README.md
  * Simplify license headers to reduce maintenance overhead in the long run


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/libpsl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/libpsl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/libpsl/Makefile
diff -u pkgsrc/www/libpsl/Makefile:1.19 pkgsrc/www/libpsl/Makefile:1.20
--- pkgsrc/www/libpsl/Makefile:1.19     Mon Jun 29 05:18:35 2026
+++ pkgsrc/www/libpsl/Makefile  Mon Jul 13 10:00:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/06/29 05:18:35 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/07/13 10:00:41 wiz Exp $
 
-DISTNAME=      libpsl-0.22.0
+DISTNAME=      libpsl-0.23.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rockdaboot/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -18,7 +18,7 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --disable-gtk-doc
 CONFIGURE_ARGS+=       --enable-runtime=libidn2
 # Fix for iconv detection in gettext 1.0.
-CONFIGURE_ENV.Darwin=   am_cv_func_iconv_works=yes
+CONFIGURE_ENV.Darwin=  am_cv_func_iconv_works=yes
 PKGCONFIG_OVERRIDE+=   libpsl.pc.in
 TEST_TARGET=           check
 

Index: pkgsrc/www/libpsl/distinfo
diff -u pkgsrc/www/libpsl/distinfo:1.8 pkgsrc/www/libpsl/distinfo:1.9
--- pkgsrc/www/libpsl/distinfo:1.8      Sun Jun 28 14:01:29 2026
+++ pkgsrc/www/libpsl/distinfo  Mon Jul 13 10:00:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/06/28 14:01:29 wiz Exp $
+$NetBSD: distinfo,v 1.9 2026/07/13 10:00:41 wiz Exp $
 
-BLAKE2s (libpsl-0.22.0.tar.lz) = ff2b4697bceb17419e6b8a09f302b31323a2a88ac627b73c68936e39cdf22b31
-SHA512 (libpsl-0.22.0.tar.lz) = 812e290a457920edcf88590fcb10e42f7740dcaa014af19773d4e6c8be8e848c6a1cc34389948204c2f54af4cf4296915ca8b80f96058c5e193c128b4f77d977
-Size (libpsl-0.22.0.tar.lz) = 2109004 bytes
+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



Home | Main Index | Thread Index | Old Index