2004-09-09 12:45:32 +00:00
|
|
|
## % define _use_internal_dependency_generator 0
|
|
|
|
%define __perl_requires %{SOURCE98}
|
|
|
|
## % define __find_requires %{SOURCE99}
|
|
|
|
|
2007-03-27 14:06:20 +00:00
|
|
|
Name: squid
|
2011-04-15 08:30:27 +00:00
|
|
|
Version: 3.1.12
|
2011-05-18 20:05:53 +00:00
|
|
|
Release: 3%{?dist}
|
2008-01-23 14:07:15 +00:00
|
|
|
Summary: The Squid proxy caching server
|
2007-03-27 14:06:20 +00:00
|
|
|
Epoch: 7
|
2010-10-30 18:41:41 +00:00
|
|
|
# See CREDITS for breakdown of non GPLv2+ code
|
|
|
|
License: GPLv2+ and (LGPLv2+ and MIT and BSD and Public Domain)
|
2007-03-27 14:06:20 +00:00
|
|
|
Group: System Environment/Daemons
|
|
|
|
URL: http://www.squid-cache.org
|
2010-08-20 13:17:49 +00:00
|
|
|
Source0: http://www.squid-cache.org/Versions/v3/3.1/squid-%{version}.tar.bz2
|
|
|
|
Source1: http://www.squid-cache.org/Versions/v3/3.1/squid-%{version}.tar.bz2.asc
|
2007-03-27 14:06:20 +00:00
|
|
|
Source2: squid.init
|
|
|
|
Source3: squid.logrotate
|
|
|
|
Source4: squid.sysconfig
|
|
|
|
Source5: squid.pam
|
2009-05-23 11:37:59 +00:00
|
|
|
Source6: squid.nm
|
2004-09-09 12:45:32 +00:00
|
|
|
Source98: perl-requires-squid.sh
|
|
|
|
## Source99: filter-requires-squid.sh
|
2005-02-16 19:11:57 +00:00
|
|
|
|
2005-09-29 09:49:37 +00:00
|
|
|
# Upstream patches
|
2010-08-20 13:17:49 +00:00
|
|
|
#Patch001: http://www.squid-cache.org/Versions/v3/3.1/changesets/squid-3.1-XXXXX.patch
|
2005-12-28 11:00:41 +00:00
|
|
|
|
2005-02-16 19:11:57 +00:00
|
|
|
# Local patches
|
|
|
|
# Applying upstream patches first makes it less likely that local patches
|
|
|
|
# will break upstream ones.
|
2009-09-04 03:39:43 +00:00
|
|
|
Patch201: squid-3.1.0.9-config.patch
|
|
|
|
Patch202: squid-3.1.0.9-location.patch
|
2011-02-10 09:29:48 +00:00
|
|
|
Patch203: squid-3.0.STABLE1-perlpath.patch
|
|
|
|
Patch204: squid-3.0.STABLE7-from_manpg.patch
|
|
|
|
Patch205: squid-3.1.9-ltdl.patch
|
|
|
|
Patch206: squid-3.1.11-unused.patch
|
2004-09-09 12:46:35 +00:00
|
|
|
|
2008-03-13 13:23:15 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 12:36:20 +00:00
|
|
|
Requires: bash >= 2.0
|
2006-08-10 11:07:32 +00:00
|
|
|
Requires(pre): shadow-utils
|
2008-01-23 14:07:15 +00:00
|
|
|
Requires(post): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/service /sbin/chkconfig
|
|
|
|
Requires(postun): /sbin/service
|
2009-09-26 20:21:48 +00:00
|
|
|
# squid_ldap_auth and other LDAP helpers require OpenLDAP
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
# squid_pam_auth requires PAM development libs
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
# SSL support requires OpenSSL
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
# squid_kerb_aut requires Kerberos development libs
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
# squid_session_auth requires DB4
|
|
|
|
BuildRequires: db4-devel
|
|
|
|
# ESI support requires Expat & libxml2
|
|
|
|
BuildRequires: expat-devel libxml2-devel
|
2010-01-09 11:00:43 +00:00
|
|
|
# TPROXY requires libcap, and also increases security somewhat
|
|
|
|
BuildRequires: libcap-devel
|
2011-05-18 20:05:53 +00:00
|
|
|
# eCAP support
|
|
|
|
BuildRequires: libecap-devel
|
2010-07-15 11:35:09 +00:00
|
|
|
# eCAP and some other need libltdl
|
2010-11-02 08:06:19 +00:00
|
|
|
BuildRequires: libtool libtool-ltdl-devel
|
2004-09-09 12:36:11 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 12:36:59 +00:00
|
|
|
Squid is a high-performance proxy caching server for Web clients,
|
2004-09-09 12:36:11 +00:00
|
|
|
supporting FTP, gopher, and HTTP data objects. Unlike traditional
|
|
|
|
caching software, Squid handles all requests in a single,
|
|
|
|
non-blocking, I/O-driven process. Squid keeps meta data and especially
|
|
|
|
hot objects cached in RAM, caches DNS lookups, supports non-blocking
|
|
|
|
DNS lookups, and implements negative caching of failed requests.
|
|
|
|
|
|
|
|
Squid consists of a main server program squid, a Domain Name System
|
|
|
|
lookup program (dnsserver), a program for retrieving FTP data
|
|
|
|
(ftpget), and some management and client tools.
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 12:41:01 +00:00
|
|
|
%setup -q
|
2004-09-09 12:46:35 +00:00
|
|
|
|
2010-07-15 09:01:06 +00:00
|
|
|
#patch001 -p0
|
2010-01-09 11:00:43 +00:00
|
|
|
|
2005-02-16 19:11:57 +00:00
|
|
|
%patch201 -p1 -b .config
|
|
|
|
%patch202 -p1 -b .location
|
2011-02-10 09:29:48 +00:00
|
|
|
%patch203 -p1 -b .perlpath
|
|
|
|
%patch204 -p1 -b .from_manpg
|
|
|
|
%patch205 -p1 -b .ltdl
|
|
|
|
%patch206 -p1 -b .unused
|
2004-09-09 12:46:35 +00:00
|
|
|
|
2004-09-09 12:36:11 +00:00
|
|
|
%build
|
2010-11-02 07:30:58 +00:00
|
|
|
%ifarch sparcv9 sparc64 s390 s390x
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -fPIE"
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
|
|
|
%else
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -fpie"
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fpie"
|
|
|
|
%endif
|
|
|
|
export LDFLAGS="-pie"
|
2010-07-15 10:56:47 +00:00
|
|
|
|
2004-09-09 12:36:11 +00:00
|
|
|
%configure \
|
2004-09-09 12:42:14 +00:00
|
|
|
--exec_prefix=/usr \
|
2004-09-09 12:45:32 +00:00
|
|
|
--libexecdir=%{_libdir}/squid \
|
2004-09-09 12:42:14 +00:00
|
|
|
--localstatedir=/var \
|
2009-09-07 07:42:04 +00:00
|
|
|
--datadir=%{_datadir}/squid \
|
2010-10-30 18:41:41 +00:00
|
|
|
--sysconfdir=%{_sysconfdir}/squid \
|
2009-09-04 03:39:43 +00:00
|
|
|
--with-logdir='$(localstatedir)/log/squid' \
|
|
|
|
--with-pidfile='$(localstatedir)/run/squid.pid' \
|
2004-09-09 12:45:32 +00:00
|
|
|
--disable-dependency-tracking \
|
2008-01-23 14:07:15 +00:00
|
|
|
--enable-arp-acl \
|
2009-09-04 03:39:43 +00:00
|
|
|
--enable-follow-x-forwarded-for \
|
2008-05-09 10:38:54 +00:00
|
|
|
--enable-auth="basic,digest,ntlm,negotiate" \
|
2009-09-04 03:39:43 +00:00
|
|
|
--enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL,DB,POP3,squid_radius_auth" \
|
|
|
|
--enable-ntlm-auth-helpers="smb_lm,no_check,fakeauth" \
|
|
|
|
--enable-digest-auth-helpers="password,ldap,eDirectory" \
|
2009-09-08 15:57:10 +00:00
|
|
|
--enable-negotiate-auth-helpers="squid_kerb_auth" \
|
2009-09-04 03:39:43 +00:00
|
|
|
--enable-external-acl-helpers="ip_user,ldap_group,session,unix_group,wbinfo_group" \
|
2005-08-30 15:33:14 +00:00
|
|
|
--enable-cache-digests \
|
2008-01-23 14:07:15 +00:00
|
|
|
--enable-cachemgr-hostname=localhost \
|
|
|
|
--enable-delay-pools \
|
|
|
|
--enable-epoll \
|
|
|
|
--enable-icap-client \
|
2005-08-30 15:33:14 +00:00
|
|
|
--enable-ident-lookups \
|
2006-03-23 14:54:58 +00:00
|
|
|
%ifnarch ppc64 ia64 x86_64 s390x
|
2005-10-14 11:36:33 +00:00
|
|
|
--with-large-files \
|
2006-03-23 14:54:58 +00:00
|
|
|
%endif
|
2008-01-23 14:07:15 +00:00
|
|
|
--enable-linux-netfilter \
|
|
|
|
--enable-referer-log \
|
|
|
|
--enable-removal-policies="heap,lru" \
|
|
|
|
--enable-snmp \
|
|
|
|
--enable-ssl \
|
2009-09-04 03:39:43 +00:00
|
|
|
--enable-storeio="aufs,diskd,ufs" \
|
2008-01-23 14:07:15 +00:00
|
|
|
--enable-useragent-log \
|
2006-07-18 12:00:11 +00:00
|
|
|
--enable-wccpv2 \
|
2009-09-26 19:31:47 +00:00
|
|
|
--enable-esi \
|
2011-05-18 20:05:53 +00:00
|
|
|
--enable-ecap \
|
2008-01-23 14:07:15 +00:00
|
|
|
--with-aio \
|
|
|
|
--with-default-user="squid" \
|
2008-03-13 13:23:15 +00:00
|
|
|
--with-filedescriptors=16384 \
|
2008-01-23 14:07:15 +00:00
|
|
|
--with-dl \
|
2009-09-07 07:42:04 +00:00
|
|
|
--with-openssl \
|
2008-03-13 13:23:15 +00:00
|
|
|
--with-pthreads
|
2006-07-18 12:00:11 +00:00
|
|
|
|
2009-09-07 07:42:04 +00:00
|
|
|
make \
|
|
|
|
DEFAULT_SWAP_DIR='$(localstatedir)/spool/squid' \
|
|
|
|
%{?_smp_mflags}
|
2004-09-09 12:36:11 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-09-07 07:42:04 +00:00
|
|
|
make \
|
|
|
|
DESTDIR=$RPM_BUILD_ROOT \
|
|
|
|
install
|
2005-07-07 10:52:58 +00:00
|
|
|
echo "
|
|
|
|
#
|
2010-10-30 18:41:41 +00:00
|
|
|
# This is %{_sysconfdir}/httpd/conf.d/squid.conf
|
2005-07-07 10:52:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
ScriptAlias /Squid/cgi-bin/cachemgr.cgi %{_libdir}/squid/cachemgr.cgi
|
|
|
|
|
|
|
|
# Only allow access from localhost by default
|
|
|
|
<Location /Squid/cgi-bin/cachemgr.cgi>
|
|
|
|
order allow,deny
|
|
|
|
allow from localhost.localdomain
|
|
|
|
# Add additional allowed hosts as needed
|
|
|
|
# allow from .example.com
|
|
|
|
</Location>" > $RPM_BUILD_ROOT/squid.httpd.tmp
|
|
|
|
|
|
|
|
|
2010-10-30 18:41:41 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d
|
|
|
|
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/squid
|
|
|
|
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/squid
|
|
|
|
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/squid
|
|
|
|
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/squid
|
|
|
|
install -m 644 $RPM_BUILD_ROOT/squid.httpd.tmp $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/squid.conf
|
|
|
|
install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d/20-squid
|
2004-09-09 12:36:11 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/log/squid
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/spool/squid
|
2008-01-23 14:07:15 +00:00
|
|
|
chmod 644 contrib/url-normalizer.pl contrib/rredir.* contrib/user-agents.pl
|
|
|
|
iconv -f ISO88591 -t UTF8 ChangeLog -o ChangeLog.tmp
|
|
|
|
mv -f ChangeLog.tmp ChangeLog
|
2004-09-09 12:36:11 +00:00
|
|
|
|
2009-09-26 19:31:47 +00:00
|
|
|
# Move the MIB definition to the proper place (and name)
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/snmp/mibs
|
|
|
|
mv $RPM_BUILD_ROOT/usr/share/squid/mib.txt $RPM_BUILD_ROOT/usr/share/snmp/mibs/SQUID-MIB.txt
|
|
|
|
|
2009-09-04 03:39:43 +00:00
|
|
|
# squid.conf.documented is documentation. We ship that in doc/
|
2010-10-30 18:41:41 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/squid/squid.conf.documented
|
2009-09-04 03:39:43 +00:00
|
|
|
|
2004-09-09 12:41:26 +00:00
|
|
|
# remove unpackaged files from the buildroot
|
2009-09-04 03:39:43 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/{RunAccel,RunCache}
|
2005-07-07 10:52:58 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/squid.httpd.tmp
|
2004-09-09 12:41:26 +00:00
|
|
|
|
2004-09-09 12:36:11 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
2007-03-27 14:06:20 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-02-03 13:13:41 +00:00
|
|
|
%doc COPYING COPYRIGHT README ChangeLog QUICKSTART src/squid.conf.documented
|
2004-09-09 12:45:32 +00:00
|
|
|
%doc contrib/url-normalizer.pl contrib/rredir.* contrib/user-agents.pl
|
|
|
|
|
2010-02-03 13:13:41 +00:00
|
|
|
%attr(755,root,root) %dir %{_sysconfdir}/squid
|
2004-09-09 12:45:32 +00:00
|
|
|
%attr(755,root,root) %dir %{_libdir}/squid
|
|
|
|
%attr(750,squid,squid) %dir /var/log/squid
|
|
|
|
%attr(750,squid,squid) %dir /var/spool/squid
|
2005-12-28 11:00:41 +00:00
|
|
|
|
2010-02-03 13:13:41 +00:00
|
|
|
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/httpd/conf.d/squid.conf
|
|
|
|
%config(noreplace) %attr(640,root,squid) %{_sysconfdir}/squid/squid.conf
|
|
|
|
%config(noreplace) %attr(644,root,squid) %{_sysconfdir}/squid/cachemgr.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/squid/mime.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/squid/errorpage.css
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/squid
|
|
|
|
%config(noreplace) %{_sysconfdir}/squid/msntauth.conf
|
2008-01-23 14:07:15 +00:00
|
|
|
# These are not noreplace because they are just sample config files
|
2010-02-03 13:13:41 +00:00
|
|
|
%config %{_sysconfdir}/squid/msntauth.conf.default
|
|
|
|
%config %{_sysconfdir}/squid/squid.conf.default
|
|
|
|
%config %{_sysconfdir}/squid/mime.conf.default
|
|
|
|
%config %{_sysconfdir}/squid/errorpage.css.default
|
|
|
|
%config %{_sysconfdir}/squid/cachemgr.conf.default
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/squid
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/squid
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2007-03-27 14:06:20 +00:00
|
|
|
%dir %{_datadir}/squid
|
2008-01-23 14:07:15 +00:00
|
|
|
%attr(-,root,root) %{_datadir}/squid/errors
|
2010-02-03 13:13:41 +00:00
|
|
|
%attr(755,root,root) %{_sysconfdir}/rc.d/init.d/squid
|
|
|
|
%attr(755,root,root) %{_sysconfdir}/NetworkManager/dispatcher.d/20-squid
|
2005-12-28 11:00:41 +00:00
|
|
|
%{_datadir}/squid/icons
|
|
|
|
%{_sbindir}/squid
|
2009-09-04 03:39:43 +00:00
|
|
|
%{_bindir}/squidclient
|
2004-09-09 12:41:26 +00:00
|
|
|
%{_mandir}/man8/*
|
2009-09-04 03:39:43 +00:00
|
|
|
%{_mandir}/man1/*
|
2004-09-09 12:45:32 +00:00
|
|
|
%{_libdir}/squid/*
|
2010-02-03 13:13:41 +00:00
|
|
|
%{_datadir}/snmp/mibs/SQUID-MIB.txt
|
2004-09-09 12:36:11 +00:00
|
|
|
|
|
|
|
%pre
|
2006-05-03 15:06:53 +00:00
|
|
|
if ! getent group squid >/dev/null 2>&1; then
|
|
|
|
/usr/sbin/groupadd -g 23 squid
|
|
|
|
fi
|
|
|
|
|
|
|
|
if ! getent passwd squid >/dev/null 2>&1 ; then
|
|
|
|
/usr/sbin/useradd -g 23 -u 23 -d /var/spool/squid -r -s /sbin/nologin squid >/dev/null 2>&1 || exit 1
|
|
|
|
fi
|
2004-09-09 12:36:11 +00:00
|
|
|
|
|
|
|
for i in /var/log/squid /var/spool/squid ; do
|
2008-01-23 14:07:15 +00:00
|
|
|
if [ -d $i ] ; then
|
|
|
|
for adir in `find $i -maxdepth 0 \! -user squid`; do
|
|
|
|
chown -R squid:squid $adir
|
|
|
|
done
|
|
|
|
fi
|
2004-09-09 12:36:11 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/chkconfig --add squid
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ] ; then
|
2008-01-23 14:07:15 +00:00
|
|
|
service squid stop >/dev/null 2>&1
|
|
|
|
rm -f /var/log/squid/*
|
|
|
|
/sbin/chkconfig --del squid
|
2004-09-09 12:36:11 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ "$1" -ge "1" ] ; then
|
2008-01-23 14:07:15 +00:00
|
|
|
service squid condrestart >/dev/null 2>&1
|
2004-09-09 12:36:11 +00:00
|
|
|
fi
|
|
|
|
|
2010-10-14 13:06:08 +00:00
|
|
|
%triggerin -- samba-common
|
|
|
|
if ! getent group wbpriv >/dev/null 2>&1 ; then
|
|
|
|
/usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
/usr/sbin/usermod -a -G wbpriv squid >/dev/null 2>&1 || \
|
|
|
|
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
2005-01-19 16:48:16 +00:00
|
|
|
|
2004-09-09 12:36:11 +00:00
|
|
|
%changelog
|
2011-05-18 20:05:53 +00:00
|
|
|
* Wed May 18 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-3
|
|
|
|
- enabled eCAP support
|
|
|
|
|
2011-05-04 18:52:08 +00:00
|
|
|
* Thu May 04 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-2
|
|
|
|
- applied corrections of unused patch (Ismail Dönmez)
|
|
|
|
|
2011-04-15 08:30:27 +00:00
|
|
|
* Thu Apr 15 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-1
|
|
|
|
- Update to 3.1.12 upstream release
|
|
|
|
|
2011-02-10 09:29:48 +00:00
|
|
|
* Thu Feb 10 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.11-1
|
|
|
|
- Update to 3.1.11 upstream release
|
|
|
|
- fixes issue with unused variale after mass rebuild (gcc-4.6)
|
|
|
|
|
2011-02-09 15:52:37 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.1.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-06 07:47:31 +00:00
|
|
|
* Thu Jan 05 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.10-1
|
|
|
|
- Update to 3.1.10 upstream release
|
|
|
|
|
2010-11-05 11:23:43 +00:00
|
|
|
* Fri Nov 05 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.9-5
|
|
|
|
- rebuild for libxml2
|
|
|
|
|
2010-11-02 07:30:58 +00:00
|
|
|
* Mon Nov 01 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.9-4
|
|
|
|
- fixes #647967 - build with -fPIE option back and dropped proper libltdl usage
|
|
|
|
|
2010-10-30 18:41:41 +00:00
|
|
|
* Sat Oct 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.9-3
|
|
|
|
- Bug #647967 - License clarification & spec-file cleanup
|
|
|
|
|
2010-10-25 18:25:24 +00:00
|
|
|
* Mon Oct 25 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.1.9-2
|
|
|
|
- Upstream 3.1.9 bugfix release
|
2010-10-25 18:17:00 +00:00
|
|
|
|
2010-10-14 13:06:08 +00:00
|
|
|
* Wed Oct 13 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.8-2
|
|
|
|
- fixes #584161 - squid userid not added to wbpriv group
|
|
|
|
|
2010-09-05 16:47:17 +00:00
|
|
|
* Sun Sep 05 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.8-1
|
|
|
|
- Bug #630445: SQUID-2010:3 Denial of service issue
|
|
|
|
|
2010-10-25 18:25:24 +00:00
|
|
|
* Tue Aug 24 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.7-1
|
2010-08-24 19:26:48 +00:00
|
|
|
- Upstream 3.1.7 bugfix release
|
|
|
|
|
2010-08-20 13:17:49 +00:00
|
|
|
* Fri Aug 20 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.6-1
|
|
|
|
- Upstream 3.1.6 bugfix release
|
|
|
|
- Build with system libtool-ltdl
|
|
|
|
|
2010-07-15 10:57:39 +00:00
|
|
|
* Thu Jul 15 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.5-2
|
2010-07-15 09:01:06 +00:00
|
|
|
- Upstream 3.1.5 bugfix release
|
|
|
|
- Upstream patch for Bug #614665: Squid crashes with ident auth
|
|
|
|
- Upstream patches for various memory leaks
|
|
|
|
|
|
|
|
* Mon May 31 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-2
|
2010-05-31 19:59:21 +00:00
|
|
|
- Correct case-insensitiveness in HTTP list header parsing
|
|
|
|
|
2010-05-30 13:55:31 +00:00
|
|
|
* Sun May 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-1
|
|
|
|
- Upstream 3.1.4 bugfix release, issues relating to IPv6, TPROXY, Memory
|
|
|
|
management, follow_x_forwarded_for, and stability fixes
|
|
|
|
|
2010-05-14 05:56:10 +00:00
|
|
|
* Fri May 14 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.3-2
|
|
|
|
- Fully fix #548903 - "comm_open: socket failure: (97) Address family not supported by protocol" if IPv6 disabled
|
|
|
|
- Various IPv6 related issues fixed, making tcp_outgoing_address behave
|
|
|
|
as expected and no commResetFD warnings when using tproxy setups.
|
|
|
|
|
2010-05-02 21:43:59 +00:00
|
|
|
* Sat May 02 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.3-1
|
|
|
|
- Update to 3.1.3 Upstream bugfix release, fixing WCCPv1
|
|
|
|
|
2010-04-19 18:02:39 +00:00
|
|
|
* Mon Apr 19 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.1-4
|
2010-04-19 17:55:50 +00:00
|
|
|
- Bug #583489: Adjust logrotate script to changes in logrotate package.
|
|
|
|
|
|
|
|
* Fri Apr 19 2010 Jiri Skala <jskala@redhat.com>
|
|
|
|
- fixes #548903 - "comm_open: socket failure: (97) Address family not supported by protocol" if IPv6 disabled
|
|
|
|
|
2010-03-30 09:21:24 +00:00
|
|
|
* Tue Mar 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.1-2
|
2010-03-30 09:19:29 +00:00
|
|
|
- Update to 3.1.1 Squid bug #2827 crash with assertion failed:
|
|
|
|
FilledChecklist.cc:90: "conn() != NULL" under high load.
|
|
|
|
|
2010-03-15 09:11:33 +00:00
|
|
|
* Mon Mar 15 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.18-1
|
|
|
|
- Upgrade to 3.1.0.18 fixing Digest authentication and improved HTTP/1.1 support
|
|
|
|
|
2010-02-28 22:09:48 +00:00
|
|
|
* Sun Feb 28 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.17-3
|
|
|
|
- Bug 569120, fails to open unbound ipv4 listening sockets
|
|
|
|
|
2010-02-25 13:28:01 +00:00
|
|
|
* Thu Feb 25 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.17-2
|
2010-02-25 11:25:51 +00:00
|
|
|
- Upgrade to 3.1.0.17
|
|
|
|
|
2010-02-18 22:33:19 +00:00
|
|
|
* Thu Feb 18 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-7
|
2010-02-18 22:32:51 +00:00
|
|
|
- Workaround for Fedora-13 build failure
|
|
|
|
|
2010-02-13 23:28:36 +00:00
|
|
|
* Sun Feb 14 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-6
|
|
|
|
- Patch for Squid security advisory SQUID-2010:2, denial of service
|
2010-04-19 17:55:50 +00:00
|
|
|
issue in HTCP processing (CVE-2010-0639)
|
2010-02-13 23:28:36 +00:00
|
|
|
|
2010-02-06 23:27:27 +00:00
|
|
|
* Sun Feb 07 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-5
|
2010-02-06 23:16:13 +00:00
|
|
|
- Rebuild 3.1.0.16 with corrected upstream release.
|
|
|
|
|
|
|
|
* Wed Feb 03 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.0.16-4
|
2010-02-03 13:13:41 +00:00
|
|
|
- spec file modified to be fedora packaging guidline compliant
|
|
|
|
- little shifting lines in init script header due to rpmlint complaint
|
2010-02-06 13:29:25 +00:00
|
|
|
- fixes assertion during start up
|
2010-02-03 13:13:41 +00:00
|
|
|
|
2010-02-01 21:22:58 +00:00
|
|
|
* Mon Feb 01 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.1.0.16-3
|
2010-02-01 12:36:12 +00:00
|
|
|
- Upgrade to 3.1.0.16 for DNS related DoS fix (Squid-2010:1)
|
|
|
|
|
2010-01-09 11:00:43 +00:00
|
|
|
* 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.
|
|
|
|
- merged relevant upstream bugfixes waiting for next 3.1 release
|
|
|
|
|
2009-11-23 16:57:17 +00:00
|
|
|
* Mon Nov 23 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.15-2
|
2009-11-23 16:16:37 +00:00
|
|
|
- Update to 3.1.0.15 with a number of bugfixes and a workaround for
|
|
|
|
ICEcast/SHOUTcast streams.
|
|
|
|
|
2009-11-23 11:19:58 +00:00
|
|
|
* Mon Nov 23 2009 Jiri Skala <jskala@redhat.com> 7:3.1.0.14-2
|
|
|
|
- fixed #532930 Syntactic error in /etc/init.d/squid
|
|
|
|
- fixed #528453 cannot initialize cache_dir with user specified config file
|
|
|
|
|
2009-09-27 20:49:39 +00:00
|
|
|
* Sun Sep 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.14-1
|
|
|
|
- Update to 3.1.0.14
|
|
|
|
|
2009-09-26 19:31:47 +00:00
|
|
|
* Sat Sep 26 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-7
|
|
|
|
- Include upstream patches fixing important operational issues
|
|
|
|
- Enable ESI support now that it does not conflict with normal operation
|
|
|
|
|
2009-09-18 00:30:49 +00:00
|
|
|
* Fri Sep 18 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-6
|
|
|
|
- Rotate store.log if enabled
|
|
|
|
|
2009-09-16 18:54:51 +00:00
|
|
|
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.1.0.13-5
|
|
|
|
- Use password-auth common PAM configuration instead of system-auth
|
|
|
|
|
2009-09-15 17:56:14 +00:00
|
|
|
* Tue Sep 15 2009 Jiri Skala <jskala@redhat.com> - 7:3.1.0.13-4
|
|
|
|
- fixed #521596 - wrong return code of init script
|
|
|
|
|
2009-09-08 15:57:10 +00:00
|
|
|
* Tue Sep 08 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-3
|
|
|
|
- Enable squid_kerb_auth
|
|
|
|
|
2009-09-07 08:17:34 +00:00
|
|
|
* Mon Sep 07 2009 Henrik Nordstrom <henrik@henriknordtrom.net> - 7:3.1.0.13-2
|
|
|
|
- Cleaned up packaging to ease future maintenance
|
|
|
|
|
2009-09-04 03:39:43 +00:00
|
|
|
* Fri Sep 04 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-1
|
|
|
|
- Upgrade to next upstream release 3.1.0.13 with many new features
|
|
|
|
* IPv6 support
|
|
|
|
* NTLM-passthru
|
|
|
|
* Kerberos/Negotiate authentication scheme support
|
|
|
|
* Localized error pages based on browser language preferences
|
|
|
|
* Follow X-Forwarded-For capability
|
|
|
|
* and more..
|
|
|
|
|
2009-08-31 18:36:45 +00:00
|
|
|
* Mon Aug 31 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 3.0.STABLE18-3
|
|
|
|
- Bug #520445 silence logrotate when Squid is not running
|
|
|
|
|
2009-08-21 15:58:37 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.0.STABLE18-2
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-08-04 19:56:19 +00:00
|
|
|
* Tue Aug 04 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE18-1
|
|
|
|
- Update to 3.0.STABLE18
|
|
|
|
|
2009-08-01 11:26:45 +00:00
|
|
|
* Sat Aug 01 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE17-3
|
|
|
|
- Squid Bug #2728: regression: assertion failed: http.cc:705: "!eof"
|
|
|
|
|
|
|
|
* Mon Jul 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE17-2
|
2009-07-27 19:14:01 +00:00
|
|
|
- Bug #514014, update to 3.0.STABLE17 fixing the denial of service issues
|
|
|
|
mentioned in Squid security advisory SQUID-2009_2.
|
|
|
|
|
2009-07-27 04:45:16 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.0.STABLE16-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-08-01 11:26:45 +00:00
|
|
|
* Wed Jul 01 2009 Jiri Skala <jskala@redhat.com> 7:3.0.STABLE16-2
|
2009-07-01 08:42:14 +00:00
|
|
|
- fixed patch parameter of bXXX patches
|
|
|
|
|
2009-08-01 11:26:45 +00:00
|
|
|
* Mon Jun 29 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE16-1
|
2009-06-29 11:58:07 +00:00
|
|
|
- Upgrade to 3.0.STABLE16
|
|
|
|
|
2009-08-01 11:26:45 +00:00
|
|
|
* Sat May 23 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE15-2
|
2009-05-23 11:37:59 +00:00
|
|
|
- Bug #453304 - Squid requires restart after Network Manager connection setup
|
|
|
|
|
2009-08-01 11:26:45 +00:00
|
|
|
* Sat May 09 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE15-1
|
2009-05-09 21:59:07 +00:00
|
|
|
- Upgrade to 3.0.STABLE15
|
|
|
|
|
2009-08-01 11:26:45 +00:00
|
|
|
* Tue Apr 28 2009 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE14-3
|
2009-04-28 09:11:55 +00:00
|
|
|
- fixed ambiguous condition in the init script (exit 4)
|
|
|
|
|
2009-08-01 11:26:45 +00:00
|
|
|
* Mon Apr 20 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE14-2
|
2009-04-20 16:56:49 +00:00
|
|
|
- Squid bug #2635: assertion failed: HttpHeader.cc:1196: "Headers[id].type == ftInt64"
|
|
|
|
|
2009-04-19 19:28:04 +00:00
|
|
|
* Sun Apr 19 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE14-1
|
|
|
|
- Upgrade to 3.0.STABLE14
|
|
|
|
|
2009-03-06 17:44:10 +00:00
|
|
|
* Fri Mar 06 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE13-2
|
|
|
|
- backported logfile.cc syslog parameters patch from 3.1 (b9443.patch)
|
|
|
|
- GCC-4.4 workaround in src/wccp2.cc
|
|
|
|
|
2009-02-26 02:42:41 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.0.STABLE13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-06 00:16:25 +00:00
|
|
|
* Thu Feb 5 2009 Jonathan Steffan <jsteffan@fedoraproject.org> - 7:3.0.STABLE13-1
|
|
|
|
- upgrade to latest upstream
|
|
|
|
|
2009-01-27 13:24:39 +00:00
|
|
|
* Tue Jan 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE12-1
|
|
|
|
- upgrade to latest upstream
|
|
|
|
|
2009-01-18 12:25:29 +00:00
|
|
|
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.0.STABLE10-4
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2008-12-19 07:29:49 +00:00
|
|
|
* Fri Dec 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-3
|
|
|
|
- actually include the upstream bugfixes in the build
|
|
|
|
|
2008-12-19 07:15:47 +00:00
|
|
|
* Fri Dec 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-2
|
|
|
|
- upstream bugfixes for cache corruption and access.log response size errors
|
|
|
|
|
2008-10-24 19:40:20 +00:00
|
|
|
* Fri Oct 24 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-1
|
|
|
|
- upgrade to latest upstream
|
|
|
|
|
2008-10-19 22:45:03 +00:00
|
|
|
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-2
|
|
|
|
- disable coss support, not officially supported in 3.0
|
|
|
|
|
2008-10-19 21:41:32 +00:00
|
|
|
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-1
|
|
|
|
- update to latest upstream
|
|
|
|
|
2008-10-09 11:47:06 +00:00
|
|
|
* Thu Oct 09 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE7-4
|
|
|
|
- change logrotate to move instead of copytruncate
|
|
|
|
|
2008-10-08 20:23:20 +00:00
|
|
|
* Wed Oct 08 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-3
|
|
|
|
- fix #465052 - FTBFS squid-3.0.STABLE7-1.fc10
|
|
|
|
|
2008-10-08 06:45:52 +00:00
|
|
|
* Thu Aug 14 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-2
|
|
|
|
- used ncsa_auth.8 from man-pages. there will be this file removed due to conflict
|
|
|
|
- fix #458593 noisy initscript
|
|
|
|
- fix #463129 init script tests wrong conf file
|
|
|
|
- fix #450352 - build.patch patches only generated files
|
|
|
|
|
2008-07-02 08:35:58 +00:00
|
|
|
* Wed Jul 02 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-1
|
|
|
|
- update to latest upstream
|
|
|
|
- fix #453214
|
|
|
|
|
2008-05-26 09:52:44 +00:00
|
|
|
* Mon May 26 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE6-2
|
|
|
|
- fix bad allocation
|
|
|
|
|
2008-05-21 09:28:02 +00:00
|
|
|
* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE6-1
|
|
|
|
- upgrade to latest upstream
|
|
|
|
- fix bad allocation
|
|
|
|
|
2008-05-09 10:38:54 +00:00
|
|
|
* Fri May 09 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE5-2
|
|
|
|
- fix configure detection of netfilter kernel headers (#435499),
|
|
|
|
patch by aoliva@redhat.com
|
|
|
|
- add support for negotiate authentication (#445337)
|
|
|
|
|
|
|
|
* Fri May 02 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE5-1
|
2008-05-02 10:04:00 +00:00
|
|
|
- upgrade to latest upstream
|
|
|
|
|
2008-04-08 07:35:48 +00:00
|
|
|
* Tue Apr 08 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE4-1
|
|
|
|
- upgrade to latest upstream
|
|
|
|
|
2008-04-03 11:20:02 +00:00
|
|
|
* Thu Apr 03 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE2-2
|
|
|
|
- add %%{optflags} to make
|
|
|
|
- remove warnings about unused return values
|
|
|
|
|
2008-03-13 13:23:15 +00:00
|
|
|
* Tue Mar 13 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE2-1
|
|
|
|
- upgrade to latest upstream 3.0.STABLE2
|
|
|
|
- check config file before starting (#428998)
|
|
|
|
- whitespace unification of init script
|
|
|
|
- some minor path changes in the QUICKSTART file
|
|
|
|
- configure with the --with-filedescriptors=16384 option
|
|
|
|
|
2008-02-26 08:41:19 +00:00
|
|
|
* Tue Feb 26 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-3
|
|
|
|
- change the cache_effective_group default back to none
|
|
|
|
|
2008-02-11 11:40:20 +00:00
|
|
|
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-2
|
|
|
|
- rebuild for 4.3
|
|
|
|
|
2008-01-23 14:07:15 +00:00
|
|
|
* Wed Jan 23 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-1
|
|
|
|
- upgrade to latest upstream 3.0.STABLE1
|
|
|
|
|
2007-12-05 08:15:05 +00:00
|
|
|
* Tue Dec 04 2007 Martin Bacovsky <mbacovsk@redhat.com> - 2.6.STABLE17-1
|
|
|
|
- upgrade to latest upstream 2.6.STABLE17
|
|
|
|
|
2007-10-31 20:22:52 +00:00
|
|
|
* Wed Oct 31 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-3
|
|
|
|
- arp-acl was enabled
|
|
|
|
|
2007-09-25 12:25:50 +00:00
|
|
|
* Tue Sep 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-2
|
|
|
|
- our fd_config patch was replaced by upstream's version
|
|
|
|
- Source1 (FAQ.sgml) points to local source (upstream's moved to wiki)
|
|
|
|
|
2007-09-14 06:18:59 +00:00
|
|
|
* Fri Sep 14 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-1
|
|
|
|
- upgrade to latest upstream 2.6.STABLE16
|
|
|
|
|
2007-08-29 04:51:28 +00:00
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 7:2.6.STABLE14-2
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-07-19 20:42:07 +00:00
|
|
|
* Thu Jul 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE14-1
|
|
|
|
- update to latest upstream 2.6.STABLE14
|
|
|
|
- resolves: #247064: Initscript Review
|
|
|
|
|
2007-03-27 14:06:20 +00:00
|
|
|
* Tue Mar 27 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE12-1
|
|
|
|
- update to latest upstream 2.6.STABLE12
|
|
|
|
- Resolves: #233913: squid: unowned directory
|
|
|
|
|
|
|
|
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE9-2
|
|
|
|
- Resolves: #226431: Merge Review: squid
|
|
|
|
|
|
|
|
* Mon Jan 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE9-1
|
2007-01-29 16:10:08 +00:00
|
|
|
- update to the latest upstream
|
|
|
|
|
2007-01-14 09:51:45 +00:00
|
|
|
* Sun Jan 14 2007 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE7-1
|
|
|
|
- update to the latest upstream
|
|
|
|
|
2006-12-12 09:29:07 +00:00
|
|
|
* Tue Dec 12 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE6-1
|
|
|
|
- update to the latest upstream
|
|
|
|
|
2006-11-07 15:06:53 +00:00
|
|
|
* Mon Nov 6 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE5-1
|
|
|
|
- update to the latest upstream
|
|
|
|
|
2006-10-25 22:18:16 +00:00
|
|
|
* Tue Oct 26 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-4
|
|
|
|
- added fix for #205568 - marked cachemgr.conf as world readable
|
|
|
|
|
2006-10-25 11:39:25 +00:00
|
|
|
* Tue Oct 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-3
|
|
|
|
- added fix for #183869 - squid can abort when getting status
|
2006-10-25 14:30:24 +00:00
|
|
|
- added upstream fixes:
|
|
|
|
* Bug #1796: Assertion error HttpHeader.c:914: "str"
|
|
|
|
* Bug #1779: Delay pools fairness, correction to first patch
|
|
|
|
* Bug #1802: Crash on exit in certain conditions where cache.log is not writeable
|
|
|
|
* Bug #1779: Delay pools fairness when multiple connections compete for bandwidth
|
|
|
|
* Clarify the select/poll/kqueue/epoll configure --enable/disable options
|
|
|
|
- reworked fd patch for STABLE4
|
2006-10-25 11:39:25 +00:00
|
|
|
|
2006-10-17 14:56:00 +00:00
|
|
|
* Tue Oct 17 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-2
|
|
|
|
- upstream fixes:
|
|
|
|
* Accept 00:00-24:00 as a valid time specification (upstream BZ #1794)
|
|
|
|
* aioDone() could be called twice
|
|
|
|
* Squid reconfiguration (upstream BZ #1800)
|
|
|
|
|
2006-10-02 10:13:18 +00:00
|
|
|
* Mon Oct 2 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-1
|
|
|
|
- new upstream
|
|
|
|
- fixes from upstream bugzilla, items #1782,#1780,#1785,#1719,#1784,#1776
|
|
|
|
|
2006-09-05 07:20:38 +00:00
|
|
|
* Tue Sep 5 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-2
|
|
|
|
- added upstream patches for ACL
|
|
|
|
|
2006-08-21 06:34:58 +00:00
|
|
|
* Mon Aug 21 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-1
|
|
|
|
- the latest stable upstream
|
|
|
|
|
2006-08-10 11:07:32 +00:00
|
|
|
* Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 7:2.6.STABLE2-3
|
|
|
|
- added some requirements for pre/post install scripts
|
|
|
|
|
2006-08-04 12:17:39 +00:00
|
|
|
* Fri Aug 04 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-2
|
|
|
|
- added patch for #198253 - squid: don't chgrp another pkg's
|
|
|
|
files/directory
|
|
|
|
|
2006-07-31 08:01:04 +00:00
|
|
|
* Mon Jul 31 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-1
|
|
|
|
- the latest stable upstream
|
|
|
|
- reworked fd config patch
|
|
|
|
|
2006-07-25 08:42:36 +00:00
|
|
|
* Wed Jul 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-3
|
|
|
|
- the latest CVS upstream snapshot
|
|
|
|
|
2006-07-19 07:34:04 +00:00
|
|
|
* Wed Jul 19 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-2
|
|
|
|
- the latest CVS snapshot
|
|
|
|
|
2006-07-18 12:00:11 +00:00
|
|
|
* Mon Jul 18 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-1
|
|
|
|
- new upstream + the latest CVS snapshot from 2006/07/18
|
|
|
|
- updated fd config patch
|
|
|
|
- enabled epoll
|
|
|
|
- fixed release format (#197405)
|
|
|
|
- enabled WCCPv2 support (#198642)
|
|
|
|
|
2006-07-12 08:18:07 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE14-2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-08 09:22:25 +00:00
|
|
|
* Tue Jun 8 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-2
|
|
|
|
- fix for squid BZ#1511 - assertion failed: HttpReply.c:105: "rep"
|
|
|
|
|
2006-05-29 23:19:24 +00:00
|
|
|
* Tue May 30 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-1
|
|
|
|
- update to new upstream
|
|
|
|
|
2006-05-28 11:46:58 +00:00
|
|
|
* Sun May 28 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-5
|
|
|
|
- fixed libbind patch (#193298)
|
|
|
|
|
2006-05-03 15:06:53 +00:00
|
|
|
* Wed May 3 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-4
|
|
|
|
- added extra group check (#190544)
|
|
|
|
|
2006-03-29 15:56:31 +00:00
|
|
|
* Wed Mar 29 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-3
|
|
|
|
- improved pre script (#187217) - added group switch
|
|
|
|
|
2006-03-23 14:54:58 +00:00
|
|
|
* Thu Mar 23 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-2
|
|
|
|
- removed "--with-large-files" on 64bit arches
|
|
|
|
|
2006-03-13 09:59:47 +00:00
|
|
|
* Mon Mar 13 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-1
|
|
|
|
- update to new upstream
|
|
|
|
|
2006-02-11 05:43:44 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE12-5.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 14:21:25 +00:00
|
|
|
* Tue Feb 07 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE12-5
|
|
|
|
- new upstream patches
|
|
|
|
|
2006-02-07 13:52:52 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE12-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-28 11:00:41 +00:00
|
|
|
* Wed Dec 28 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-4
|
|
|
|
- added follow-xff patch (#176055)
|
2005-12-29 14:23:41 +00:00
|
|
|
- samba path fix (#176659)
|
2005-12-28 11:00:41 +00:00
|
|
|
|
2005-12-19 09:49:37 +00:00
|
|
|
* Mon Dec 19 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-3
|
|
|
|
- fd-config.patch clean-up
|
|
|
|
- SMB_BadFetch patch from upstream
|
|
|
|
|
2005-12-09 22:43:17 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-28 10:19:23 +00:00
|
|
|
* Mon Nov 28 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-2
|
|
|
|
- rewriten patch squid-2.5.STABLE10-64bit.patch, it works with
|
|
|
|
"--with-large-files" option now
|
2005-12-02 12:22:59 +00:00
|
|
|
- fix for #72896 - squid does not support > 1024 file descriptors,
|
|
|
|
new "--enable-fd-config" option for it.
|
2005-11-28 10:19:23 +00:00
|
|
|
|
2005-11-09 10:04:16 +00:00
|
|
|
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-1
|
|
|
|
- update to STABLE12
|
2005-11-09 09:05:14 +00:00
|
|
|
- setenv patch
|
|
|
|
|
2005-10-24 13:54:41 +00:00
|
|
|
* Mon Oct 24 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-6
|
|
|
|
- fix for delay pool from upstream
|
|
|
|
|
2005-10-20 08:29:19 +00:00
|
|
|
* Thu Oct 20 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-5
|
|
|
|
- fix for #171213 - CVE-2005-3258 Squid crash due to malformed FTP response
|
|
|
|
- more fixes from upstream
|
|
|
|
|
2005-10-14 11:36:33 +00:00
|
|
|
* Fri Oct 14 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-4
|
|
|
|
- enabled support for large files (#167503)
|
|
|
|
|
2005-10-13 13:02:22 +00:00
|
|
|
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com> 7:2.5.STABLE11-3
|
|
|
|
- use include instead of pam_stack in pam config
|
|
|
|
|
2005-09-29 09:49:37 +00:00
|
|
|
* Thu Sep 29 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-2
|
|
|
|
- added patch for delay pools and some minor fixes
|
|
|
|
|
2005-09-23 11:25:41 +00:00
|
|
|
* Fri Sep 23 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-1
|
|
|
|
- update to STABLE11
|
|
|
|
|
2005-09-05 15:59:33 +00:00
|
|
|
* Mon Sep 5 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-4
|
|
|
|
- Three upstream patches for #167414
|
|
|
|
- Spanish and Greek messages
|
|
|
|
- patch for -D_FORTIFY_SOURCE=2
|
|
|
|
|
2005-08-30 15:33:14 +00:00
|
|
|
* Tue Aug 30 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-3
|
|
|
|
- removed "--enable-truncate" option (#165948)
|
|
|
|
- added "--enable-cache-digests" option (#102134)
|
|
|
|
- added "--enable-ident-lookups" option (#161640)
|
|
|
|
- some clean up (#165949)
|
|
|
|
|
2005-07-15 13:56:46 +00:00
|
|
|
* Fri Jul 15 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-2
|
|
|
|
- pam_auth and ncsa_auth have setuid (#162660)
|
|
|
|
|
2005-07-07 10:52:58 +00:00
|
|
|
* Fri Jul 7 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-1
|
|
|
|
- new upstream version
|
|
|
|
- enabled fakeauth utility (#154020)
|
|
|
|
- enabled digest authentication scheme (#155882)
|
|
|
|
- all error pages marked as config (#127836)
|
|
|
|
- patch for 64bit statvfs interface (#153274)
|
|
|
|
- added httpd config file for cachemgr.cgi (#112725)
|
|
|
|
|
2005-05-16 18:25:39 +00:00
|
|
|
* Mon May 16 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-7
|
|
|
|
- Upgrade the upstream -dns_query patch from -4 to -5
|
|
|
|
|
2005-05-12 15:00:28 +00:00
|
|
|
* Wed May 11 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-6
|
|
|
|
- More upstream patches, including a fix for
|
|
|
|
bz#157456 CAN-2005-1519 DNS lookups unreliable on untrusted networks
|
|
|
|
|
|
|
|
* Tue Apr 26 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-5
|
|
|
|
- more upstream patches, including a fix for
|
|
|
|
CVE-1999-0710 cachemgr malicious use
|
|
|
|
|
2005-04-22 20:35:36 +00:00
|
|
|
* Fri Apr 22 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-4
|
|
|
|
- More upstream patches, including the fixed 2GB patch.
|
|
|
|
- include the -libbind patch, which prevents squid from using the optional
|
|
|
|
-lbind library, even if it's installed.
|
|
|
|
|
2005-03-16 15:07:34 +00:00
|
|
|
* Tue Mar 15 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-2
|
|
|
|
- New upstream version, with 14 upstream patches.
|
|
|
|
|
2005-02-16 19:11:57 +00:00
|
|
|
* Wed Feb 16 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE8-2
|
|
|
|
- new upstream version with 4 upstream patches.
|
|
|
|
- Reorganize spec file to apply upstream patches first
|
|
|
|
|
|
|
|
* Tue Feb 1 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-4
|
2005-02-01 22:40:43 +00:00
|
|
|
- Include two more upstream patches for security vulns:
|
|
|
|
bz#146783 Correct handling of oversized reply headers
|
|
|
|
bz#146778 CAN-2005-0211 Buffer overflow in WCCP recvfrom() call
|
|
|
|
|
2005-01-25 19:03:54 +00:00
|
|
|
* Tue Jan 25 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-3
|
|
|
|
- Include more upstream patches, including two for security holes.
|
|
|
|
|
2005-01-19 16:48:16 +00:00
|
|
|
* Tue Jan 18 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-2
|
|
|
|
- Add a triggerin on samba-common to make /var/cache/samba/winbindd_privileged
|
|
|
|
accessable so that ntlm_auth will work. It needs to be in this rpm,
|
|
|
|
because the Samba RPM can't assume the squid user exists.
|
|
|
|
Note that this will only work if the Samba RPM is recent enough to create
|
|
|
|
that directory at install time instead of at winbindd startup time.
|
|
|
|
That should be samba-common-3.0.0-15 or later.
|
|
|
|
This fixes bugzilla #103726
|
|
|
|
- Clean up extra whitespace in this spec file.
|
|
|
|
- Add additional upstream patches. (Now 18 upstream patches).
|
|
|
|
- patch #112 closes CAN-2005-0096 and CAN-2005-0097, remote DOS security holes.
|
|
|
|
- patch #113 closes CAN-2005-0094, a remote buffer-overflow DOS security hole.
|
|
|
|
- patch #114 closes CAN-2005-0095, a remote DOS security hole.
|
|
|
|
- Remove the -nonbl (replaced by #104) and -close (replaced by #111) patches, since
|
|
|
|
they're now fixed by upstream patches.
|
|
|
|
|
2004-10-25 18:12:40 +00:00
|
|
|
* Mon Oct 25 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-1
|
|
|
|
- new upstream version, with 3 upstream patches.
|
|
|
|
Updated the -build and -config patches
|
|
|
|
- Include patch from Ulrich Drepper <frepper@redhat.com> to more
|
2005-01-19 16:48:16 +00:00
|
|
|
intelligently close all file descriptors.
|
2004-10-25 18:12:40 +00:00
|
|
|
|
2004-10-18 21:16:52 +00:00
|
|
|
* 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
|
|
|
|
|
2004-10-12 19:12:43 +00:00
|
|
|
* Tue Oct 12 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-2
|
|
|
|
- Include fix for CAN-2004-0918
|
|
|
|
|
2004-09-28 20:20:51 +00:00
|
|
|
* Tue Sep 28 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-1
|
|
|
|
- New upstream version, with 32 upstream patches.
|
|
|
|
This closes #133970, #133931, #131728, #128143, #126726
|
|
|
|
|
|
|
|
- Change the permissions on /etc/squid/squid.conf to 640. This closes
|
|
|
|
bugzilla #125007
|
|
|
|
|
2004-09-09 12:46:35 +00:00
|
|
|
* Mon Jun 28 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5STABLE5-5
|
|
|
|
- Merge current upstream patches.
|
2004-09-09 12:46:26 +00:00
|
|
|
- Fix the -pipe patch to have the correct name of the winbind pipe.
|
|
|
|
|
2004-09-09 12:46:35 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 12:45:46 +00:00
|
|
|
* Mon Apr 5 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE5-2
|
|
|
|
- Include the first 10 upstream patches
|
|
|
|
- Add a patch for the correct location of the winbindd pipe. This closes
|
|
|
|
bugzilla #107561
|
|
|
|
- Remove the change to ssl_support.c from squid-2.5.STABLE3-build patch
|
|
|
|
This closes #117851
|
|
|
|
- Include /etc/pam.d/squid . This closes #113404
|
|
|
|
- Include a patch to close #111254 (assignment in assert)
|
|
|
|
- Change squid.init to put output messages in /var/log/squid/squid.out
|
|
|
|
This closes #104697
|
|
|
|
- Only useradd the squid user if it doesn't already exist, and error out
|
|
|
|
if the useradd fails. This closes #118718.
|
|
|
|
|
2004-09-09 12:45:32 +00:00
|
|
|
* Tue Mar 2 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE5-1
|
|
|
|
- New upstream version, obsoletes many patches.
|
|
|
|
- Fix --datadir passed to configure. Configure automatically adds /squid
|
|
|
|
so we shouldn't.
|
|
|
|
- Remove the problematic triggerpostun trigger, since is's broken, and FC2
|
|
|
|
never shipped with that old version.
|
2007-03-27 14:06:20 +00:00
|
|
|
- add %%{?_smp_mflags} to make line.
|
2004-09-09 12:45:32 +00:00
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Use ':' instead of '.' as separator for chown.
|
|
|
|
|
|
|
|
* Fri Feb 20 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE4-3
|
2007-03-27 14:06:20 +00:00
|
|
|
- Clean up the spec file to work on 64-bit platforms (use %%{_libdir}
|
2004-09-09 12:45:32 +00:00
|
|
|
instead of /usr/lib, etc)
|
|
|
|
- Make the release number in the changelog section agree with reality.
|
|
|
|
- use -fPIE rather than -fpie. s390 fails with just -fpie
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Feb 5 2004 Jay Fenlason <fenlason@redhat.com>
|
|
|
|
- Incorporate many upstream patches
|
|
|
|
- Include many spec file changes from D.Johnson <dj@www.uk.linux.org>
|
|
|
|
|
|
|
|
* Tue Sep 23 2003 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE4-1
|
|
|
|
- New upstream version.
|
|
|
|
- Fix the Source: line in this spec file to point to the correct URL.
|
|
|
|
- redo the -location patch to work with the new upstream version.
|
|
|
|
|
2004-09-09 12:42:14 +00:00
|
|
|
* Mon Jun 30 2003 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE3-0
|
|
|
|
- Spec file change to enable the nul storage module. bugzilla #74654
|
|
|
|
- Upgrade to 2.5STABLE3 with current official patches.
|
|
|
|
- Added --enable-auth="basic,ntlm": closes bugzilla #90145
|
|
|
|
- Added --with-winbind-auth-challenge: closes bugzilla #78691
|
|
|
|
- Added --enable-useragent-log and --enable-referer-log, closes
|
|
|
|
- bugzilla #91884
|
|
|
|
# - Changed configure line to enable pie
|
|
|
|
# (Disabled due to broken compilers on ia64 build machines)
|
|
|
|
#- Patched to increase the maximum number of file descriptors #72896
|
|
|
|
#- (disabled for now--needs more testing)
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
2004-09-09 12:41:50 +00:00
|
|
|
|
2004-09-09 12:41:26 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7:2.5.STABLE1-1
|
|
|
|
- update to 2.5.STABLE1
|
|
|
|
|
|
|
|
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 7:2.4.STABLE7-5
|
|
|
|
- remove unpackaged files from the buildroot
|
|
|
|
|
2004-09-09 12:41:16 +00:00
|
|
|
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.STABLE7-4
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 12:41:10 +00:00
|
|
|
* Wed Jul 31 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- don't raise an error if the config file is incomplete
|
|
|
|
set defaults instead (#69322, #70065)
|
|
|
|
|
2004-09-09 12:41:01 +00:00
|
|
|
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 2.4.STABLE7-2
|
|
|
|
- don't strip binaries
|
|
|
|
|
|
|
|
* Mon Jul 8 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.4.STABLE7
|
|
|
|
- fix restart (#53761)
|
|
|
|
|
2004-09-09 12:40:04 +00:00
|
|
|
* Tue Jun 25 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add various upstream bugfix patches
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 12:38:40 +00:00
|
|
|
* Fri Mar 22 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- 2.4.STABLE6
|
|
|
|
- turn off carp
|
2004-09-09 12:38:06 +00:00
|
|
|
|
2004-09-09 12:37:50 +00:00
|
|
|
* Mon Feb 18 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- 2.4.STABLE3 + patches
|
|
|
|
- turn off HTCP at request of maintainers
|
|
|
|
- leave SNMP enabled in the build, but disabled in the default config
|
|
|
|
|
|
|
|
* Fri Jan 25 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuild against new libssl
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- require linuxdoc-tools instead of sgml-tools
|
|
|
|
|
|
|
|
* Tue Sep 25 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.4.STABLE2
|
|
|
|
|
2004-09-09 12:37:06 +00:00
|
|
|
* Mon Sep 24 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add patch to fix FTP crash
|
|
|
|
|
2004-09-09 12:36:59 +00:00
|
|
|
* Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix uninstall (#50411)
|
|
|
|
|
2004-09-09 12:36:55 +00:00
|
|
|
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add some buildprereqs (#49705)
|
|
|
|
|
|
|
|
* Sun Jul 22 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update FAQ
|
|
|
|
|
|
|
|
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- own /etc/squid, /usr/lib/squid
|
|
|
|
|
|
|
|
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
- s/Copyright:/License:/
|
|
|
|
|
|
|
|
* Tue Apr 24 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.4.STABLE1 + patches
|
|
|
|
- enable some more configure options (#24981)
|
|
|
|
- oops, ship /etc/sysconfig/squid
|
2004-09-09 12:36:44 +00:00
|
|
|
|
2004-09-09 12:36:20 +00:00
|
|
|
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
2007-03-27 14:06:20 +00:00
|
|
|
* Tue Feb 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:36:20 +00:00
|
|
|
- improve i18n
|
|
|
|
- make the initscript use the standard OK/FAILED
|
|
|
|
|
|
|
|
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- change i18n mechanism
|
|
|
|
|
|
|
|
* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix path references in QUICKSTART (#15114)
|
|
|
|
- fix initscript translations (#24086)
|
|
|
|
- fix shutdown logic (#24234), patch from <jos@xos.nl>
|
|
|
|
- add /etc/sysconfig/squid for daemon options & shutdown timeouts
|
|
|
|
- three more bugfixes from the Squid people
|
|
|
|
- update FAQ.sgml
|
|
|
|
- build and ship auth modules (#23611)
|
|
|
|
|
|
|
|
* Thu Jan 11 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscripts translations
|
|
|
|
|
|
|
|
* Mon Jan 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add patch to use mkstemp (greg@wirex.com)
|
|
|
|
|
|
|
|
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild because of broken fileutils
|
|
|
|
|
|
|
|
* Sat Nov 11 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix the acl matching cases (only need the second patch)
|
|
|
|
|
|
|
|
* Tue Nov 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add two patches to fix domain ACLs
|
|
|
|
- add 2 bugfix patches from the squid people
|
|
|
|
|
2004-09-09 12:36:11 +00:00
|
|
|
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- clean up init script; fix condrestart
|
|
|
|
- update to STABLE4, more bugfixes
|
|
|
|
- update FAQ
|
|
|
|
|
|
|
|
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix syntax error in init script
|
|
|
|
- finish adding condrestart support
|
|
|
|
|
|
|
|
* Fri Jul 14 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- move initscript back
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- prereq /etc/init.d
|
|
|
|
- add bugfix patch
|
|
|
|
- update FAQ
|
|
|
|
|
|
|
|
* Thu Jun 29 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix init script
|
|
|
|
|
|
|
|
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- don't prereq new initscripts
|
|
|
|
|
|
|
|
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscript munging
|
|
|
|
|
|
|
|
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild for exciting FHS stuff
|
|
|
|
|
|
|
|
* Wed May 31 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix init script again (#11699)
|
|
|
|
- add --enable-delay-pools (#11695)
|
|
|
|
- update to STABLE3
|
|
|
|
- update FAQ
|
|
|
|
|
|
|
|
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix init script (#11087)
|
|
|
|
|
|
|
|
* Fri Apr 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- three more bugfix patches from the squid people
|
|
|
|
- buildprereq jade, sgmltools
|
|
|
|
|
|
|
|
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
2007-03-27 14:06:20 +00:00
|
|
|
- make %%pre more portable
|
2004-09-09 12:36:11 +00:00
|
|
|
|
|
|
|
* Thu Mar 16 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- bugfix patches
|
|
|
|
- fix dependency on /usr/local/bin/perl
|
|
|
|
|
|
|
|
* Sat Mar 4 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- 2.3.STABLE2
|
|
|
|
|
|
|
|
* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- Yet More Bugfix Patches
|
|
|
|
|
|
|
|
* Tue Feb 8 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add more bugfix patches
|
|
|
|
- --enable-heap-replacement
|
|
|
|
|
|
|
|
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- rebuild to fix dependencies
|
|
|
|
|
|
|
|
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- grab some bugfix patches
|
|
|
|
|
|
|
|
* Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- 2.3.STABLE1 (whee, another serial number)
|
|
|
|
|
|
|
|
* Tue Dec 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- Fix compliance with ftp RFCs
|
|
|
|
(http://www.wu-ftpd.org/broken-clients.html)
|
|
|
|
- Work around a bug in some versions of autoconf
|
|
|
|
- BuildPrereq sgml-tools - we're using sgml2html
|
|
|
|
|
|
|
|
* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add a couple of bugfix patches
|
|
|
|
|
|
|
|
* Wed Oct 13 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.2.STABLE5.
|
|
|
|
- update FAQ, fix URLs.
|
|
|
|
|
|
|
|
* Sat Sep 11 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- transform restart in reload and add restart to the init script
|
|
|
|
|
|
|
|
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add squid user as user 23.
|
|
|
|
|
|
|
|
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscript munging
|
|
|
|
- fix conflict between logrotate & squid -k (#4562)
|
|
|
|
|
|
|
|
* Wed Jul 28 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- put cachemgr.cgi back in /usr/lib/squid
|
|
|
|
|
|
|
|
* Wed Jul 14 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add webdav bugfix patch (#4027)
|
|
|
|
|
|
|
|
* Mon Jul 12 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix path to config in squid.init (confuses linuxconf)
|
|
|
|
|
|
|
|
* Wed Jul 7 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- 2.2.STABLE4
|
|
|
|
|
|
|
|
* Wed Jun 9 1999 Dale Lovelace <dale@redhat.com>
|
|
|
|
- logrotate changes
|
|
|
|
- errors from find when /var/spool/squid or
|
|
|
|
- /var/log/squid didn't exist
|
|
|
|
|
|
|
|
* Thu May 20 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- 2.2.STABLE3
|
|
|
|
|
|
|
|
* Thu Apr 22 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.2.STABLE.2
|
|
|
|
|
|
|
|
* Sun Apr 18 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.2.STABLE1
|
|
|
|
|
|
|
|
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- don't need to run groupdel on remove
|
|
|
|
- fix useradd
|
|
|
|
|
|
|
|
* Mon Apr 12 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix effective_user (bug #2124)
|
|
|
|
|
|
|
|
* Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- strip binaries
|
|
|
|
|
|
|
|
* Thu Apr 1 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- duh. adduser does require a user name.
|
|
|
|
- add a serial number
|
|
|
|
|
|
|
|
* Tue Mar 30 1999 Bill Nottingham <notting@redhat.com>
|
2007-03-27 14:06:20 +00:00
|
|
|
- add an adduser in %%pre, too
|
2004-09-09 12:36:11 +00:00
|
|
|
|
|
|
|
* Thu Mar 25 1999 Bill Nottingham <notting@redhat.com>
|
2007-03-27 14:06:20 +00:00
|
|
|
- oog. chkconfig must be in %%preun, not %%postun
|
2004-09-09 12:36:11 +00:00
|
|
|
|
|
|
|
* Wed Mar 24 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- switch to using group squid
|
|
|
|
- turn off icmp (insecure)
|
|
|
|
- update to 2.2.DEVEL3
|
|
|
|
- build FAQ docs from source
|
|
|
|
|
|
|
|
* Tue Mar 23 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- logrotate changes
|
|
|
|
|
2005-01-19 16:48:16 +00:00
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
2004-09-09 12:36:11 +00:00
|
|
|
- auto rebuild in the new build environment (release 4)
|
|
|
|
|
|
|
|
* Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.2.PRE2
|
|
|
|
|
|
|
|
* Wed Dec 30 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
- cache & log dirs shouldn't be world readable
|
|
|
|
- remove preun script (leave logs & cache @ uninstall)
|
|
|
|
|
|
|
|
* Tue Dec 29 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix initscript to get cache_dir correct
|
|
|
|
|
|
|
|
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.1.PATCH2
|
|
|
|
- merge in some changes from RHCN version
|
|
|
|
|
|
|
|
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- strip binaries
|
|
|
|
- version 1.1.22
|
|
|
|
|
|
|
|
* Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- don't make packages conflict with each other...
|
|
|
|
|
|
|
|
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- added a proxy auth patch from Alex deVries <adevries@engsoc.carleton.ca>
|
|
|
|
- fixed initscripts
|
|
|
|
|
|
|
|
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- rebuilt for Manhattan
|
|
|
|
|
|
|
|
* Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- upgraded to 1.1.21/1.NOVM.21
|
|
|
|
|
|
|
|
* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- updated the init script to use reconfigure option to restart squid instead
|
|
|
|
of shutdown/restart (both safer and quicker)
|
|
|
|
|
|
|
|
* Sat Feb 07 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- upgraded to 1.1.20
|
|
|
|
- added the NOVM package and tryied to reduce the mess in the spec file
|
|
|
|
|
|
|
|
* Wed Jan 7 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- first build against glibc
|
|
|
|
- patched out the use of setresuid(), which is available only on kernels
|
|
|
|
2.1.44 and later
|
|
|
|
|