From 6843ad2bddbe317bd5217189c43cbe95432cb9a8 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Thu, 02 Nov 2023 21:04:00 +0100
Subject: [PATCH] squid - update to version 6.4

---
 components/web/squid/pkg5     |    8 +++++---
 components/web/squid/Makefile |    8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/components/web/squid/Makefile b/components/web/squid/Makefile
index 826e458..d6b5050 100644
--- a/components/web/squid/Makefile
+++ b/components/web/squid/Makefile
@@ -30,7 +30,7 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         squid
-COMPONENT_VERSION=      6.3
+COMPONENT_VERSION=      6.4
 COMPONENT_SUMMARY=      Squid Web Proxy Cache
 COMPONENT_DESCRIPTION=	Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
 #No https connection available at all
@@ -38,7 +38,7 @@
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)Versions/v6/$(COMPONENT_ARCHIVE)
-COMPONENT_ARCHIVE_HASH= sha256:74a0f5586a7a5d89573d502708d5e1d66ddf0430cf4802cc7261b765653248fa
+COMPONENT_ARCHIVE_HASH= sha256:5ebbced99b3df21bfcf4d1ec39455dff775a5ff6b9215d9f0339958771a88589
 COMPONENT_ARCHIVE_1=    $(COMPONENT_NAME)-langpack-20230225.tar.gz
 COMPONENT_ARCHIVE_URL_1=$(COMPONENT_PROJECT_URL)Versions/langpack/$(COMPONENT_ARCHIVE_1)
 COMPONENT_ARCHIVE_HASH_1= sha256:1532b796f20a65b9f4e7040306172477f7bbaacfce3c5f402fe1a5f9464b92be
@@ -153,15 +153,17 @@
 REQUIRED_PACKAGES += developer/cppunit
 
 # Auto-generated dependencies
+PERL_REQUIRED_PACKAGES += runtime/perl
 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
 REQUIRED_PACKAGES += SUNWcs
+REQUIRED_PACKAGES += library/expat
 REQUIRED_PACKAGES += library/libtool/libltdl
+REQUIRED_PACKAGES += library/libxml2
 REQUIRED_PACKAGES += library/nettle
 REQUIRED_PACKAGES += library/openldap
 REQUIRED_PACKAGES += library/security/openssl-31
 REQUIRED_PACKAGES += library/tdb
-REQUIRED_PACKAGES += runtime/perl
 REQUIRED_PACKAGES += service/security/kerberos-5
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library
diff --git a/components/web/squid/pkg5 b/components/web/squid/pkg5
index 34e3a3b..e9b4d7a 100644
--- a/components/web/squid/pkg5
+++ b/components/web/squid/pkg5
@@ -2,17 +2,19 @@
     "dependencies": [
         "SUNWcs",
         "developer/cppunit",
+        "library/expat",
         "library/libtool/libltdl",
+        "library/libxml2",
         "library/nettle",
         "library/openldap",
         "library/security/openssl-31",
         "library/tdb",
-        "runtime/perl",
+        "runtime/perl-538",
         "service/security/kerberos-5",
         "shell/ksh93",
         "system/library",
-        "system/library/g++-10-runtime",
-        "system/library/gcc-10-runtime",
+        "system/library/g++-13-runtime",
+        "system/library/gcc-13-runtime",
         "system/library/math",
         "system/library/security/gss",
         "system/library/security/libsasl"

--
Gitblit v1.9.3