diff --git a/squid.spec b/squid.spec index 5a6ae72..0d8f908 100644 --- a/squid.spec +++ b/squid.spec @@ -1,7 +1,7 @@ Summary: The Squid proxy caching server. Name: squid Version: 2.4.STABLE1 -Release: 5 +Release: 6 Serial: 6 License: GPL Group: System Environment/Daemons @@ -20,6 +20,7 @@ Patch12: squid-2.4.stable1-high_cpu_with_peers.patch Patch13: squid-2.4.stable1-htcp_assertion_fix.patch Patch14: squid-2.4.stable1-kill_parent_on_child_sigkill.patch Patch15: squid-2.4.stable1-wrong_sign_on_timestamp_check.patch +Patch16: squid-2.4stable-ftpcrash.path BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig logrotate shadow-utils /etc/init.d Requires: bash >= 2.0 @@ -50,6 +51,7 @@ lookup program (dnsserver), a program for retrieving FTP data %patch13 -p0 -b .htcp %patch14 -p0 -b .kill_parent %patch15 -p0 -b .timestamp +%patch16 -p0 -b .ftp-crash %build %configure \ @@ -250,14 +252,14 @@ if [ $1 = 0 ] ; then fi %postun -if [ $1 = 0 ] ; then - userdel squid -fi if [ "$1" -ge "1" ] ; then service squid condrestart >/dev/null 2>&1 fi %changelog +* Mon Sep 24 2001 Bill Nottingham +- add patch to fix FTP crash + * Mon Aug 6 2001 Bill Nottingham - fix uninstall (#50411)