setenv patch/rebuild for ssl

This commit is contained in:
Martin Stransky 2005-11-09 09:05:14 +00:00
parent cc86102a6c
commit 8a03288192

View File

@ -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 <stransky@redhat.com> 7:2.5.STABLE11-7
- rebuild for the new openssl
- setenv patch
* Mon Oct 24 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-6
- fix for delay pool from upstream