SF.net SVN: gar:[26552] csw/mgar/pkg/squid/branches/squid-4.x
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jul 15 20:11:55 CEST 2019
Revision: 26552
http://sourceforge.net/p/gar/code/26552
Author: dmichelsen
Date: 2019-07-15 18:11:52 +0000 (Mon, 15 Jul 2019)
Log Message:
-----------
squid/branches/squid-4.x: Update to 4.8
Modified Paths:
--------------
csw/mgar/pkg/squid/branches/squid-4.x/Makefile
csw/mgar/pkg/squid/branches/squid-4.x/checksums
Added Paths:
-----------
csw/mgar/pkg/squid/branches/squid-4.x/files/0001-Add-include-for-index.patch
Modified: csw/mgar/pkg/squid/branches/squid-4.x/Makefile
===================================================================
--- csw/mgar/pkg/squid/branches/squid-4.x/Makefile 2019-07-15 07:44:13 UTC (rev 26551)
+++ csw/mgar/pkg/squid/branches/squid-4.x/Makefile 2019-07-15 18:11:52 UTC (rev 26552)
@@ -2,7 +2,7 @@
# $Id$
#
NAME = squid
-VERSION = 4.0.8
+VERSION = 4.8
GARTYPE = v2
DESCRIPTION = High performance Web proxy cache
@@ -28,6 +28,8 @@
# From http://bugs.squid-cache.org/show_bug.cgi?id=4057
#PATCHFILES += bug4057.patch
+PATCHFILES += 0001-Add-include-for-index.patch
+
PACKAGES = CSWsquid
RUNTIME_DEP_PKGS_CSWsquid += CSWliblber2-4-2
RUNTIME_DEP_PKGS_CSWsquid += CSWlibldap2-4-2
@@ -40,8 +42,9 @@
RUNTIME_DEP_PKGS_CSWsquid += CSWlibintl8
RUNTIME_DEP_PKGS_CSWsquid += CSWlibkrb5-3
RUNTIME_DEP_PKGS_CSWsquid += CSWlibcom-err3
-RUNTIME_DEP_PKGS_CSWsquid += CSWlibnettle6
-RUNTIME_DEP_PKGS_CSWsquid += CSWlibgnutls28
+RUNTIME_DEP_PKGS_CSWsquid += CSWlibnettle7
+RUNTIME_DEP_PKGS_CSWsquid += CSWlibexpat1
+RUNTIME_DEP_PKGS_CSWsquid += CSWlibxml2-2
# Linker anomaly
CHECKPKG_OVERRIDES_CSWsquid += surplus-dependency|CSWlibintl8
Modified: csw/mgar/pkg/squid/branches/squid-4.x/checksums
===================================================================
--- csw/mgar/pkg/squid/branches/squid-4.x/checksums 2019-07-15 07:44:13 UTC (rev 26551)
+++ csw/mgar/pkg/squid/branches/squid-4.x/checksums 2019-07-15 18:11:52 UTC (rev 26552)
@@ -1 +1 @@
-1faaba303d7affd061a5162e378e318a squid-4.0.8.tar.xz
+08e018f2d8db4911ee90591284fa1ca5 squid-4.8.tar.xz
Added: csw/mgar/pkg/squid/branches/squid-4.x/files/0001-Add-include-for-index.patch
===================================================================
--- csw/mgar/pkg/squid/branches/squid-4.x/files/0001-Add-include-for-index.patch (rev 0)
+++ csw/mgar/pkg/squid/branches/squid-4.x/files/0001-Add-include-for-index.patch 2019-07-15 18:11:52 UTC (rev 26552)
@@ -0,0 +1,25 @@
+From b2432e08f001742c71441909011e217ce17dbcfc Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 15 Jul 2019 15:45:50 +0200
+Subject: [PATCH] Add include for index()
+
+---
+ src/esi/VarState.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/esi/VarState.cc b/src/esi/VarState.cc
+index c35742c..0635d81 100644
+--- a/src/esi/VarState.cc
++++ b/src/esi/VarState.cc
+@@ -12,6 +12,8 @@
+ #include "esi/VarState.h"
+ #include "fatal.h"
+ #include "HttpReply.h"
++#include <strings.h>
++
+
+ char const *ESIVariableUserAgent::esiUserOs[]= {
+ "WIN",
+--
+2.4.0
+
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