upstream pam_auth build fixes
This commit is contained in:
parent
dc7c9c2dbe
commit
92df29eeac
@ -1,2 +1,4 @@
|
|||||||
squid-3.1.0.16.tar.bz2
|
squid-3.1.0.16.tar.bz2
|
||||||
squid-3.1.0.16.tar.bz2.asc
|
squid-3.1.0.16.tar.bz2.asc
|
||||||
|
squid-3.1-9876.patch
|
||||||
|
squid-3.1-9877.patch
|
||||||
|
2
sources
2
sources
@ -1,2 +1,4 @@
|
|||||||
e193368e286b6f22b6463b8062a70e04 squid-3.1.0.16.tar.bz2
|
e193368e286b6f22b6463b8062a70e04 squid-3.1.0.16.tar.bz2
|
||||||
afa3f729532f9d313a09568a026d6632 squid-3.1.0.16.tar.bz2.asc
|
afa3f729532f9d313a09568a026d6632 squid-3.1.0.16.tar.bz2.asc
|
||||||
|
eb9595a3074065976a0924875b10d2df squid-3.1-9876.patch
|
||||||
|
d1280743295fbe979f375a8db9a9ba00 squid-3.1-9877.patch
|
||||||
|
10
squid.spec
10
squid.spec
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 3.1.0.16
|
Version: 3.1.0.16
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Squid proxy caching server
|
Summary: The Squid proxy caching server
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -21,7 +21,8 @@ Source98: perl-requires-squid.sh
|
|||||||
## Source99: filter-requires-squid.sh
|
## Source99: filter-requires-squid.sh
|
||||||
|
|
||||||
# Upstream patches
|
# Upstream patches
|
||||||
#Patch001: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-XXXXX.patch
|
Patch001: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-9876.patch
|
||||||
|
Patch002: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-9877.patch
|
||||||
|
|
||||||
# Local patches
|
# Local patches
|
||||||
# Applying upstream patches first makes it less likely that local patches
|
# Applying upstream patches first makes it less likely that local patches
|
||||||
@ -69,7 +70,8 @@ lookup program (dnsserver), a program for retrieving FTP data
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
#patch001 -p0 -b .XXXX
|
%patch001 -p0 -b .3.1-9876
|
||||||
|
%patch002 -p0 -b .3.1-9877
|
||||||
|
|
||||||
%patch201 -p1 -b .config
|
%patch201 -p1 -b .config
|
||||||
%patch202 -p1 -b .location
|
%patch202 -p1 -b .location
|
||||||
@ -256,7 +258,7 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 01 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 3.0.STABLE22-1
|
* Mon Feb 01 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.0.STABLE22-2
|
||||||
- Upgrade to 3.1.0.16 for DNS related DoS fix (Squid-2010:1)
|
- Upgrade to 3.1.0.16 for DNS related DoS fix (Squid-2010:1)
|
||||||
|
|
||||||
* Sat Jan 09 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.15-3
|
* Sat Jan 09 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.15-3
|
||||||
|
Loading…
Reference in New Issue
Block a user