SF.net SVN: gar:[27112] csw/mgar/pkg/libpsl/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Nov 6 11:07:35 CET 2024
Revision: 27112
http://sourceforge.net/p/gar/code/27112
Author: dmichelsen
Date: 2024-11-06 10:07:34 +0000 (Wed, 06 Nov 2024)
Log Message:
-----------
libpsl/trunk: Update to 0.21.5
Modified Paths:
--------------
csw/mgar/pkg/libpsl/trunk/Makefile
csw/mgar/pkg/libpsl/trunk/checksums
Modified: csw/mgar/pkg/libpsl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libpsl/trunk/Makefile 2024-11-06 09:52:51 UTC (rev 27111)
+++ csw/mgar/pkg/libpsl/trunk/Makefile 2024-11-06 10:07:34 UTC (rev 27112)
@@ -2,12 +2,12 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = libpsl
-VERSION = 0.21.0
+VERSION = 0.21.5
GARTYPE = v2
DESCRIPTION = Provides functions to check domains against the Mozilla Public Suffix List
-MASTER_SITES += https://github.com/rockdaboot/libpsl/releases/download/$(DISTNAME)/
+MASTER_SITES += https://github.com/rockdaboot/libpsl/releases/download/$(VERSION)/
DISTFILES += $(DISTNAME).tar.gz
PACKAGES += CSWlibpsl5
@@ -16,7 +16,7 @@
RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibidn2-0
RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibintl9
RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibiconv2
-RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibunistring2
+RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibunistring5
RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWpublic-suffix-list
CHECKPKG_OVERRIDES_CSWlibpsl5 += surplus-dependency|CSWpublic-suffix-list
@@ -35,12 +35,12 @@
RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibidn2-0
RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibintl9
RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibiconv2
-RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibunistring2
+RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibunistring5
BUILD64_LIBS_ONLY = 1
CONFIGURE_ARGS += $(DIRPATHS)
-CONFIGURE_ARGS += --with-psl-file=$(sharedstatedir)/public_suffix_list.dat
+#CONFIGURE_ARGS += --with-psl-file=$(sharedstatedir)/public_suffix_list.dat
CONFIGURE_ARGS += --disable-dependency-tracking
# This breaks the testsuite depending indirectly on libicuuc.so
@@ -50,7 +50,7 @@
BUILD_ENV_PATH = /opt/csw/gnu:$(PATH)
# Testsuite needs fmemopen() which we don't have in Solaris
-SKIPTEST ?= 1
+#SKIPTEST ?= 1
include gar/category.mk
Modified: csw/mgar/pkg/libpsl/trunk/checksums
===================================================================
--- csw/mgar/pkg/libpsl/trunk/checksums 2024-11-06 09:52:51 UTC (rev 27111)
+++ csw/mgar/pkg/libpsl/trunk/checksums 2024-11-06 10:07:34 UTC (rev 27112)
@@ -1 +1 @@
-171e96d887709e36a57f4ee627bf82d2 libpsl-0.21.0.tar.gz
+870a798ee9860b6e77896548428dba7b libpsl-0.21.5.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list