Add Ulrich Drepper's patch to close #136049

This commit is contained in:
fenlason 2004-10-18 21:16:52 +00:00
parent 1d7b0c1439
commit 65e35a683b

View File

@ -5,7 +5,7 @@
Summary: The Squid proxy caching server. Summary: The Squid proxy caching server.
Name: squid Name: squid
Version: 2.5.STABLE6 Version: 2.5.STABLE6
Release: 2 Release: 3
Epoch: 7 Epoch: 7
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -25,6 +25,7 @@ Patch5: squid-2.5.STABLE4-perlpath.patch
Patch6: squid-2.5.STABLE5-pipe.patch Patch6: squid-2.5.STABLE5-pipe.patch
# This is from upstream, but out of order. . . # This is from upstream, but out of order. . .
Patch7: squid-2.5.STABLE6-SNMP_core_dump.patch Patch7: squid-2.5.STABLE6-SNMP_core_dump.patch
Patch8: squid-2.5.STABLE6-nonbl.patch
Patch100: http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE6-ufs_no_valid_dir.patch Patch100: http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE6-ufs_no_valid_dir.patch
Patch101: http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE6-ldap_helpers.patch Patch101: http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE6-ldap_helpers.patch
@ -95,6 +96,8 @@ lookup program (dnsserver), a program for retrieving FTP data
%patch7 -p1 %patch7 -p1
%patch8 -p1 -b .nonbl
%patch100 -p1 %patch100 -p1
%patch101 -p1 %patch101 -p1
%patch102 -p1 %patch102 -p1
@ -346,6 +349,10 @@ if [ "$1" -ge "1" ] ; then
fi fi
%changelog %changelog
* Mon Oct 18 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-3
- include patch from Ulrich Drepper <drepper@redhat.com> to stop
problems with O_NONBLOCK. This closes #136049
* Tue Oct 12 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-2 * Tue Oct 12 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-2
- Include fix for CAN-2004-0918 - Include fix for CAN-2004-0918