3.1.0.16 DoS fix (Squid-2010:1)
This commit is contained in:
parent
2bc5280f29
commit
dc7c9c2dbe
@ -1,7 +1,2 @@
|
|||||||
squid-3.1.0.15.tar.bz2
|
squid-3.1.0.16.tar.bz2
|
||||||
squid-3.1.0.15.tar.bz2.asc
|
squid-3.1.0.16.tar.bz2.asc
|
||||||
squid-3.1-9816.patch
|
|
||||||
squid-3.1-9818.patch
|
|
||||||
squid-3.1-9822.patch
|
|
||||||
squid-3.1-9826.patch
|
|
||||||
squid-3.1-9827.patch
|
|
||||||
|
9
sources
9
sources
@ -1,7 +1,2 @@
|
|||||||
295f5c6067244cf8537600be0b9841d7 squid-3.1.0.15.tar.bz2
|
e193368e286b6f22b6463b8062a70e04 squid-3.1.0.16.tar.bz2
|
||||||
f93fb0b6f72f9cd4fb03b931f66d7308 squid-3.1.0.15.tar.bz2.asc
|
afa3f729532f9d313a09568a026d6632 squid-3.1.0.16.tar.bz2.asc
|
||||||
eeada33894e7b2f1087584cabc610ae6 squid-3.1-9816.patch
|
|
||||||
ee68af7fbff4c9571ed22326eb0c59dc squid-3.1-9818.patch
|
|
||||||
fa645851b2dfce355e465cbe0e27404d squid-3.1-9822.patch
|
|
||||||
02a49a40917c50995a37d2d29c80591c squid-3.1-9826.patch
|
|
||||||
0f6b14245d9708d4abda922ad4668b4c squid-3.1-9827.patch
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
missingok
|
missingok
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
# Asks squid to reopen its logs. (log_rotate 0 is set in squid.conf)
|
# Asks squid to reopen its logs. (logfile_rotate 0 is set in squid.conf)
|
||||||
# errors redirected to make it silent if squid is not running
|
# errors redirected to make it silent if squid is not running
|
||||||
/usr/sbin/squid -k rotate 2>/dev/null
|
/usr/sbin/squid -k rotate 2>/dev/null
|
||||||
# Wait a little to allow Squid to catch up before the logs is compressed
|
# Wait a little to allow Squid to catch up before the logs is compressed
|
||||||
|
18
squid.spec
18
squid.spec
@ -3,8 +3,8 @@
|
|||||||
## % define __find_requires %{SOURCE99}
|
## % define __find_requires %{SOURCE99}
|
||||||
|
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 3.1.0.15
|
Version: 3.1.0.16
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Squid proxy caching server
|
Summary: The Squid proxy caching server
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -22,11 +22,6 @@ Source98: perl-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-XXXXX.patch
|
||||||
Patch001: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-9816.patch
|
|
||||||
Patch002: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-9818.patch
|
|
||||||
Patch003: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-9822.patch
|
|
||||||
Patch004: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-9826.patch
|
|
||||||
Patch005: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-9827.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
|
||||||
@ -74,11 +69,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch001 -p0 -b .9816
|
#patch001 -p0 -b .XXXX
|
||||||
%patch002 -p0 -b .9818
|
|
||||||
%patch003 -p0 -b .9822
|
|
||||||
%patch004 -p0 -b .9826
|
|
||||||
%patch005 -p0 -b .9827
|
|
||||||
|
|
||||||
%patch201 -p1 -b .config
|
%patch201 -p1 -b .config
|
||||||
%patch202 -p1 -b .location
|
%patch202 -p1 -b .location
|
||||||
@ -265,6 +256,9 @@ 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
|
||||||
|
- 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
|
||||||
- fixed #551302 PROXY needs libcap. Also increases security a little.
|
- fixed #551302 PROXY needs libcap. Also increases security a little.
|
||||||
- merged relevant upstream bugfixes waiting for next 3.1 release
|
- merged relevant upstream bugfixes waiting for next 3.1 release
|
||||||
|
Loading…
Reference in New Issue
Block a user