Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37820035
en ru br
ALT Linux repos
S:6.3-alt1
5.0: 3.0.STABLE15-alt0.M50.1
4.1: 3.0.STABLE15-alt0.M41.1
4.0: 3.0.STABLE15-alt0.M40.1
3.0: 2.5.STABLE11-alt2

Group :: System/Servers
RPM: squid

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: squid-2.5.STABLE10-alt-perlreq.patch
Download


diff -urN squid-2.5.STABLE10.orig/helpers/external_acl/wbinfo_group/wbinfo_group.pl squid-2.5.STABLE10/helpers/external_acl/wbinfo_group/wbinfo_group.pl
--- squid-2.5.STABLE10.orig/helpers/external_acl/wbinfo_group/wbinfo_group.pl	2004-02-18 01:37:51 +0300
+++ squid-2.5.STABLE10/helpers/external_acl/wbinfo_group/wbinfo_group.pl	2005-06-24 14:25:18 +0400
@@ -17,7 +17,7 @@
 #
 
 # external_acl uses shell style lines in it's protocol
-require 'shellwords.pl';
+use Text::ParseWords qw(shellwords);
 
 # Disable output buffering
 $|=1;           
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin