added upstream patches for ACL
This commit is contained in:
parent
743ec28c46
commit
43678fc927
11
squid.spec
11
squid.spec
@ -5,7 +5,7 @@
|
||||
Summary: The Squid proxy caching server.
|
||||
Name: squid
|
||||
Version: 2.6.STABLE3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 7
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -20,6 +20,9 @@ Source98: perl-requires-squid.sh
|
||||
|
||||
# Upstream patches
|
||||
Patch101: squid-2.6.STABLE3-italian.patch
|
||||
Patch102: squid-2.6.STABLE3-acl-ports.patch
|
||||
Patch103: squid-2.6.STABLE3-acl-time.patch
|
||||
Patch104: squid-2.6.STABLE3-acl-time-2.patch
|
||||
|
||||
# External patches
|
||||
|
||||
@ -57,6 +60,9 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
%setup -q
|
||||
|
||||
%patch101 -p1
|
||||
%patch102 -p1
|
||||
%patch103 -p1
|
||||
%patch104 -p1
|
||||
|
||||
%patch201 -p1 -b .config
|
||||
%patch202 -p1 -b .location
|
||||
@ -327,6 +333,9 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Tue Sep 5 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-2
|
||||
- added upstream patches for ACL
|
||||
|
||||
* Mon Aug 21 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-1
|
||||
- the latest stable upstream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user