upstream patches

This commit is contained in:
Martin Stransky 2006-10-17 14:56:00 +00:00
parent b7461be133
commit 8f533b9248

View File

@ -5,7 +5,7 @@
Summary: The Squid proxy caching server.
Name: squid
Version: 2.6.STABLE4
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 7
License: GPL
Group: System Environment/Daemons
@ -28,6 +28,9 @@ Patch106: squid-2.6.STABLE4-mem-leak.patch
Patch107: squid-2.6.STABLE4-forward.patch
Patch108: squid-2.6.STABLE4-snmp.patch
Patch109: squid-2.6.STABLE4-mem-leak-ncsa.patch
Patch110: squid-2.6.STABLE4-time.patch
Patch111: squid-2.6.STABLE4-aio-done.patch
Patch112: squid-2.6.STABLE4-reconfigure.patch
# External patches
@ -73,6 +76,9 @@ lookup program (dnsserver), a program for retrieving FTP data
%patch107 -p1
%patch108 -p1
%patch109 -p1
%patch110 -p1
%patch111 -p1
%patch112 -p1
%patch201 -p1 -b .config
%patch202 -p1 -b .location
@ -343,6 +349,12 @@ fi
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
%changelog
* Tue Oct 17 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-2
- upstream fixes:
* Accept 00:00-24:00 as a valid time specification (upstream BZ #1794)
* aioDone() could be called twice
* Squid reconfiguration (upstream BZ #1800)
* Mon Oct 2 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-1
- new upstream
- fixes from upstream bugzilla, items #1782,#1780,#1785,#1719,#1784,#1776