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: 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.
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
Home |
Main Index |
Thread Index |
Old Index