SF.net SVN: gar:[26451] csw/mgar/pkg/squid/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Aug 13 16:19:20 CEST 2018


Revision: 26451
          http://sourceforge.net/p/gar/code/26451
Author:   dmichelsen
Date:     2018-08-13 14:19:19 +0000 (Mon, 13 Aug 2018)
Log Message:
-----------
squid/trunk: Update to 3.5.28, increase stop timeout to 300 seconds, increase MAX_URL to 16384

Modified Paths:
--------------
    csw/mgar/pkg/squid/trunk/Makefile
    csw/mgar/pkg/squid/trunk/checksums
    csw/mgar/pkg/squid/trunk/files/cswsquid.xml

Modified: csw/mgar/pkg/squid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squid/trunk/Makefile	2018-07-30 15:09:38 UTC (rev 26450)
+++ csw/mgar/pkg/squid/trunk/Makefile	2018-08-13 14:19:19 UTC (rev 26451)
@@ -2,7 +2,7 @@
 # $Id$
 #
 NAME = squid
-VERSION = 3.5.27
+VERSION = 3.5.28
 GARTYPE = v2
 
 DESCRIPTION = High performance Web proxy cache
@@ -173,6 +173,11 @@
 REINPLACE_WITH_conf = $(sysconfdir)/squid/
 REINPLACE_FILES_conf += helpers/basic_auth/MSNT/msntauth.conf.default
 
+REINPLACEMENTS += urlsize
+REINPLACE_MATCH_urlsize = (\#define\s+MAX_URL\s+).*
+REINPLACE_WITH_urlsize = $${1}16384
+REINPLACE_FILES_urlsize += src/defines.h
+
 EXTRA_MERGE_EXCLUDE_FILES += .*\.default
 
 include gar/category.mk

Modified: csw/mgar/pkg/squid/trunk/checksums
===================================================================
--- csw/mgar/pkg/squid/trunk/checksums	2018-07-30 15:09:38 UTC (rev 26450)
+++ csw/mgar/pkg/squid/trunk/checksums	2018-08-13 14:19:19 UTC (rev 26451)
@@ -1 +1 @@
-c17a3ed3a40cd59c23f48b8539dafcd8  squid-3.5.27.tar.bz2
+4ae3f6277b3aa6386cb5ad2d954179c2  squid-3.5.28.tar.bz2

Modified: csw/mgar/pkg/squid/trunk/files/cswsquid.xml
===================================================================
--- csw/mgar/pkg/squid/trunk/files/cswsquid.xml	2018-07-30 15:09:38 UTC (rev 26450)
+++ csw/mgar/pkg/squid/trunk/files/cswsquid.xml	2018-08-13 14:19:19 UTC (rev 26451)
@@ -21,7 +21,7 @@
         </method_environment>
      </method_context>
     </exec_method>
-    <exec_method name='stop' type='method' exec='/opt/csw/sbin/squid -f %{squid/config} -k shutdown' timeout_seconds='60'/>
+    <exec_method name='stop' type='method' exec='/opt/csw/sbin/squid -f %{squid/config} -k shutdown' timeout_seconds='300'/>
 
     <instance name='default' enabled='false'>
         <property_group name='squid' type='application'>

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