From 8a032881924f4c49f200c47f58b0c62ebea2f9e8 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 9 Nov 2005 09:05:14 +0000 Subject: [PATCH] setenv patch/rebuild for ssl --- squid.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/squid.spec b/squid.spec index 052ed4b..dead334 100644 --- a/squid.spec +++ b/squid.spec @@ -5,7 +5,7 @@ Summary: The Squid proxy caching server. Name: squid Version: 2.5.STABLE11 -Release: 6 +Release: 7 Epoch: 7 License: GPL Group: System Environment/Daemons @@ -31,6 +31,7 @@ Patch108: squid-2.5.STABLE11-redirect-CONNECT.patch Patch109: squid-2.5.STABLE11-setcookie.patch Patch110: squid-2.5.STABLE11-rfc1738_do_escape.patch Patch111: squid-2.5.STABLE11-delaypool_3_255.patch +Patch112: squid-2.5.STABLE12-setenv.patch # Local patches # Applying upstream patches first makes it less likely that local patches @@ -76,6 +77,7 @@ lookup program (dnsserver), a program for retrieving FTP data %patch109 -p1 %patch110 -p1 %patch111 -p1 +%patch112 -p1 %patch201 -p1 -b .config %patch202 -p1 -b .location @@ -332,6 +334,10 @@ fi chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true %changelog +* Wed Nov 9 2005 Martin Stransky 7:2.5.STABLE11-7 +- rebuild for the new openssl +- setenv patch + * Mon Oct 24 2005 Martin Stransky 7:2.5.STABLE11-6 - fix for delay pool from upstream