03b9a7
## % define _use_internal_dependency_generator 0
03b9a7
%define __perl_requires %{SOURCE98}
03b9a7
## % define __find_requires %{SOURCE99}
03b9a7
03b9a7
Name:     squid
03b9a7
Version:  3.5.20
03b9a7
Release:  14%{?dist}
03b9a7
Summary:  The Squid proxy caching server
03b9a7
Epoch:    7
03b9a7
# See CREDITS for breakdown of non GPLv2+ code
03b9a7
License:  GPLv2+ and (LGPLv2+ and MIT and BSD and Public Domain)
03b9a7
Group:    System Environment/Daemons
03b9a7
URL:      http://www.squid-cache.org
03b9a7
Source0:  http://www.squid-cache.org/Versions/v3/3.5/squid-%{version}.tar.xz
03b9a7
Source1:  http://www.squid-cache.org/Versions/v3/3.5/squid-%{version}.tar.xz.asc
03b9a7
Source2:  squid.init
03b9a7
Source3:  squid.logrotate
03b9a7
Source4:  squid.sysconfig
03b9a7
Source5:  squid.pam
03b9a7
Source6:  squid.nm
03b9a7
Source7:  squid.service
03b9a7
Source8:  cache_swap.sh
03b9a7
Source98: perl-requires-squid.sh
03b9a7
Source99: squid-migrate-conf.py
03b9a7
03b9a7
# Local patches
03b9a7
# Applying upstream patches first makes it less likely that local patches
03b9a7
# will break upstream ones.
03b9a7
Patch201: squid-3.1.0.9-config.patch
03b9a7
Patch202: squid-3.1.0.9-location.patch
03b9a7
Patch203: squid-3.0.STABLE1-perlpath.patch
03b9a7
Patch204: squid-3.2.0.9-fpic.patch
03b9a7
Patch205: squid-3.1.9-ltdl.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=980511
03b9a7
Patch206: squid-3.3.8-active-ftp-1.patch
03b9a7
Patch207: squid-3.3.8-active-ftp-2.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1265328#c23
03b9a7
Patch208: squid-3.5.10-ssl-helper.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1378025
03b9a7
# http://bazaar.launchpad.net/~squid/squid/3.4/revision/12713
03b9a7
Patch209: squid-3.5.20-conf-casecmp.patch
03b9a7
# http://www.squid-cache.org/Versions/v3/3.5/changesets/SQUID-2016_11.patch
03b9a7
Patch210: squid-CVE-2016-10002.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1404817
03b9a7
Patch211: squid-3.5.20-tunnel-sigsegv.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1414853
03b9a7
Patch212: squid-3.5.20-man-typos.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1290404
03b9a7
Patch213: squid-3.5.20-man-see-also.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1620546
03b9a7
Patch214: squid-3.5.20-empty-cname.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1690551
03b9a7
Patch215: squid-3.5.20-cache-peer-tolower.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1680022
03b9a7
Patch216: squid-3.5.20-https-packet-size.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1717430
03b9a7
Patch217: squid-3.5.20-mem-usage-out-of-fd.patch
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1676420
03b9a7
Patch218: squid-3.5.20-cache-siblings-gw.patch
03b9a7
03b9a7
03b9a7
# Security Fixes:
03b9a7
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1727744
03b9a7
Patch500: squid-3.5.20-CVE-2019-13345.patch
03b9a7
03b9a7
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
03b9a7
Requires: bash >= 2.0
03b9a7
Requires: squid-migration-script
03b9a7
Requires(pre): shadow-utils
03b9a7
Requires(post): /sbin/chkconfig
03b9a7
Requires(preun): /sbin/chkconfig
03b9a7
Requires(post): systemd
03b9a7
Requires(preun): systemd
03b9a7
Requires(postun): systemd
03b9a7
# squid_ldap_auth and other LDAP helpers require OpenLDAP
03b9a7
BuildRequires: openldap-devel
03b9a7
# squid_pam_auth requires PAM development libs
03b9a7
BuildRequires: pam-devel
03b9a7
# SSL support requires OpenSSL
03b9a7
BuildRequires: openssl-devel
03b9a7
# squid_kerb_aut requires Kerberos development libs
03b9a7
BuildRequires: krb5-devel
03b9a7
# ESI support requires Expat & libxml2
03b9a7
BuildRequires: expat-devel libxml2-devel
03b9a7
# TPROXY requires libcap, and also increases security somewhat
03b9a7
BuildRequires: libcap-devel
03b9a7
# eCAP support
03b9a7
BuildRequires: libecap-devel >= 1.0.0
03b9a7
# 
03b9a7
BuildRequires: libtool libtool-ltdl-devel
03b9a7
# For test suite
03b9a7
BuildRequires: cppunit-devel
03b9a7
# DB helper requires
03b9a7
BuildRequires: perl-podlators libdb-devel
03b9a7
# c++ source files
03b9a7
BuildRequires: gcc-c++
03b9a7
03b9a7
%description
03b9a7
Squid is a high-performance proxy caching server for Web clients,
03b9a7
supporting FTP, gopher, and HTTP data objects. Unlike traditional
03b9a7
caching software, Squid handles all requests in a single,
03b9a7
non-blocking, I/O-driven process. Squid keeps meta data and especially
03b9a7
hot objects cached in RAM, caches DNS lookups, supports non-blocking
03b9a7
DNS lookups, and implements negative caching of failed requests.
03b9a7
03b9a7
Squid consists of a main server program squid, a Domain Name System
03b9a7
lookup program (dnsserver), a program for retrieving FTP data
03b9a7
(ftpget), and some management and client tools.
03b9a7
03b9a7
%package sysvinit
03b9a7
Group: System Environment/Daemons
03b9a7
Summary: SysV initscript for squid caching proxy
03b9a7
Requires: %{name} = %{epoch}:%{version}-%{release}
03b9a7
Requires(preun): /sbin/service
03b9a7
Requires(postun): /sbin/service
03b9a7
03b9a7
%description sysvinit
03b9a7
The squid-sysvinit contains SysV initscritps support.
03b9a7
03b9a7
%package migration-script
03b9a7
Group: System Environment/Daemons
03b9a7
Summary: Migration script for squid caching proxy
03b9a7
03b9a7
%description migration-script
03b9a7
The squid-migration-script contains scripts for squid configuration
03b9a7
migration and script which prepares squid for downgrade operation.
03b9a7
03b9a7
%prep
03b9a7
%setup -q
03b9a7
03b9a7
# Local patches
03b9a7
%patch201 -p1 -b .config
03b9a7
%patch202 -p1 -b .location
03b9a7
%patch203 -p1 -b .perlpath
03b9a7
%patch204 -p1 -b .fpic
03b9a7
%patch205 -p1 -b .ltdl
03b9a7
%patch206 -p1 -b .active-ftp-1
03b9a7
%patch207 -p1 -b .active-ftp-2
03b9a7
%patch208 -p1 -b .ssl-helper
03b9a7
%patch209 -p1 -b .conf-casecmp
03b9a7
%patch210 -p0 -b .CVE-2016-10002
03b9a7
%patch211 -p1 -b .tunnel-sigsegv
03b9a7
%patch212 -p1 -b .man-see-also
03b9a7
%patch213 -p1 -b .man-typos
03b9a7
%patch214 -p1 -b .empty-cname
03b9a7
%patch215 -p1 -b .cache-peer-tolower
03b9a7
%patch216 -p1 -b .https-packet-size
03b9a7
%patch217 -p1 -b .mem-usage-out-of-fd
03b9a7
%patch218 -p1 -b .cache-siblings-gw
03b9a7
03b9a7
# security fixes
03b9a7
%patch500 -p1 -b .CVE-2019-13345
03b9a7
03b9a7
# https://bugzilla.redhat.com/show_bug.cgi?id=1471140
03b9a7
# Patch in the vendor documentation and used different location for documentation
03b9a7
sed -i 's|@SYSCONFDIR@/squid.conf.documented|%{_docdir}/squid-%{version}/squid.conf.documented|' src/squid.8.in
03b9a7
03b9a7
%build
03b9a7
%ifarch sparcv9 sparc64 s390 s390x
03b9a7
   CXXFLAGS="$RPM_OPT_FLAGS -fPIE" \
03b9a7
   CFLAGS="$RPM_OPT_FLAGS -fPIE" \
03b9a7
%else
03b9a7
   CXXFLAGS="$RPM_OPT_FLAGS -fpie" \
03b9a7
   CFLAGS="$RPM_OPT_FLAGS -fpie" \
03b9a7
%endif
03b9a7
LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now"
03b9a7
03b9a7
%configure \
03b9a7
   --disable-strict-error-checking \
03b9a7
   --exec_prefix=/usr \
03b9a7
   --libexecdir=%{_libdir}/squid \
03b9a7
   --localstatedir=%{_var} \
03b9a7
   --datadir=%{_datadir}/squid \
03b9a7
   --sysconfdir=%{_sysconfdir}/squid \
03b9a7
   --with-logdir='$(localstatedir)/log/squid' \
03b9a7
   --with-pidfile='$(localstatedir)/run/squid.pid' \
03b9a7
   --disable-dependency-tracking \
03b9a7
   --enable-eui \
03b9a7
   --enable-follow-x-forwarded-for \
03b9a7
   --enable-auth \
03b9a7
   --enable-auth-basic="DB,LDAP,MSNT-multi-domain,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB,SMB_LM,getpwnam" \
03b9a7
   --enable-auth-ntlm="smb_lm,fake" \
03b9a7
   --enable-auth-digest="file,LDAP,eDirectory" \
03b9a7
   --enable-auth-negotiate="kerberos" \
03b9a7
   --enable-external-acl-helpers="file_userip,LDAP_group,time_quota,session,unix_group,wbinfo_group,kerberos_ldap_group" \
03b9a7
   --enable-cache-digests \
03b9a7
   --enable-cachemgr-hostname=localhost \
03b9a7
   --enable-delay-pools \
03b9a7
   --enable-epoll \
03b9a7
   --enable-ident-lookups \
03b9a7
   %ifnarch ppc64 ia64 x86_64 s390x aarch64
03b9a7
   --with-large-files \
03b9a7
   %endif
03b9a7
   --enable-linux-netfilter \
03b9a7
   --enable-removal-policies="heap,lru" \
03b9a7
   --enable-snmp \
03b9a7
   --enable-ssl-crtd \
03b9a7
   --enable-storeio="aufs,diskd,rock,ufs" \
03b9a7
   --enable-wccpv2 \
03b9a7
   --enable-esi \
03b9a7
   --enable-ecap \
03b9a7
   --with-aio \
03b9a7
   --with-default-user="squid" \
03b9a7
   --with-dl \
03b9a7
   --with-openssl \
03b9a7
   --with-pthreads \
03b9a7
   --disable-arch-native
03b9a7
03b9a7
make \
03b9a7
	DEFAULT_SWAP_DIR='$(localstatedir)/spool/squid' \
03b9a7
	%{?_smp_mflags}
03b9a7
03b9a7
%check
03b9a7
make check
03b9a7
03b9a7
%install
03b9a7
rm -rf $RPM_BUILD_ROOT
03b9a7
make \
03b9a7
	DESTDIR=$RPM_BUILD_ROOT \
03b9a7
	install
03b9a7
echo "
03b9a7
#
03b9a7
# This is %{_sysconfdir}/httpd/conf.d/squid.conf
03b9a7
#
03b9a7
03b9a7
ScriptAlias /Squid/cgi-bin/cachemgr.cgi %{_libdir}/squid/cachemgr.cgi
03b9a7
03b9a7
# Only allow access from localhost by default
03b9a7
<Location /Squid/cgi-bin/cachemgr.cgi>
03b9a7
 Require local
03b9a7
 # Add additional allowed hosts as needed
03b9a7
 # Require host example.com
03b9a7
</Location>" > $RPM_BUILD_ROOT/squid.httpd.tmp
03b9a7
03b9a7
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/squid
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/firewalld/services
03b9a7
03b9a7
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/squid
03b9a7
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/squid
03b9a7
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/squid
03b9a7
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/squid
03b9a7
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}
03b9a7
install -m 755 %{SOURCE8} $RPM_BUILD_ROOT%{_libexecdir}/squid
03b9a7
install -m 644 $RPM_BUILD_ROOT/squid.httpd.tmp $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/squid.conf
03b9a7
install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d/20-squid
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_var}/log/squid
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_var}/spool/squid
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_var}/run/squid
03b9a7
chmod 644 contrib/url-normalizer.pl contrib/rredir.* contrib/user-agents.pl
03b9a7
iconv -f ISO88591 -t UTF8 ChangeLog -o ChangeLog.tmp
03b9a7
mv -f ChangeLog.tmp ChangeLog
03b9a7
03b9a7
# install /usr/lib/tmpfiles.d/squid.conf
03b9a7
mkdir -p ${RPM_BUILD_ROOT}%{_tmpfilesdir}
03b9a7
cat > ${RPM_BUILD_ROOT}%{_tmpfilesdir}/squid.conf <
03b9a7
# See tmpfiles.d(5) for details
03b9a7
03b9a7
d /run/squid 0755 squid squid - -
03b9a7
EOF
03b9a7
03b9a7
# Move the MIB definition to the proper place (and name)
03b9a7
mkdir -p $RPM_BUILD_ROOT/usr/share/snmp/mibs
03b9a7
mv $RPM_BUILD_ROOT/usr/share/squid/mib.txt $RPM_BUILD_ROOT/usr/share/snmp/mibs/SQUID-MIB.txt
03b9a7
03b9a7
# squid.conf.documented is documentation. We ship that in doc/
03b9a7
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/squid/squid.conf.documented
03b9a7
03b9a7
# remove unpackaged files from the buildroot
03b9a7
rm -f $RPM_BUILD_ROOT%{_bindir}/{RunAccel,RunCache}
03b9a7
rm -f $RPM_BUILD_ROOT/squid.httpd.tmp
03b9a7
03b9a7
# bug #447156
03b9a7
# /usr/share/squid/errors/zh-cn and /usr/share/squid/errors/zh-tw were
03b9a7
# substituted directories substituted by symlinks and RPM, can't handle
03b9a7
# this change
03b9a7
rm -f $RPM_BUILD_ROOT%{_prefix}/share/squid/errors/zh-tw
03b9a7
rm -f $RPM_BUILD_ROOT%{_prefix}/share/squid/errors/zh-cn
03b9a7
cp -R --preserve=all $RPM_BUILD_ROOT%{_prefix}/share/squid/errors/zh-hant $RPM_BUILD_ROOT%{_prefix}/share/squid/errors/zh-tw
03b9a7
cp -R --preserve=all $RPM_BUILD_ROOT%{_prefix}/share/squid/errors/zh-hans $RPM_BUILD_ROOT%{_prefix}/share/squid/errors/zh-cn
03b9a7
03b9a7
# squid-migration-script
03b9a7
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/squid
03b9a7
install -m 755 %{SOURCE99} $RPM_BUILD_ROOT%{_bindir}
03b9a7
03b9a7
%clean
03b9a7
rm -rf $RPM_BUILD_ROOT
03b9a7
03b9a7
%files
03b9a7
%defattr(-,root,root,-)
03b9a7
%doc COPYING README ChangeLog QUICKSTART src/squid.conf.documented
03b9a7
%doc contrib/url-normalizer.pl contrib/rredir.* contrib/user-agents.pl
03b9a7
03b9a7
%{_unitdir}/squid.service
03b9a7
%attr(755,root,root) %dir %{_libexecdir}/squid
03b9a7
%attr(755,root,root) %{_libexecdir}/squid/cache_swap.sh
03b9a7
%attr(755,root,root) %dir %{_sysconfdir}/squid
03b9a7
%attr(755,root,root) %dir %{_libdir}/squid
03b9a7
%attr(750,squid,squid) %dir %{_var}/log/squid
03b9a7
%attr(750,squid,squid) %dir %{_var}/spool/squid
03b9a7
%attr(755,squid,squid) %dir %{_var}/run/squid
03b9a7
03b9a7
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/httpd/conf.d/squid.conf
03b9a7
%config(noreplace) %attr(640,root,squid) %{_sysconfdir}/squid/squid.conf
03b9a7
%config(noreplace) %attr(644,root,squid) %{_sysconfdir}/squid/cachemgr.conf
03b9a7
%config(noreplace) %{_sysconfdir}/squid/mime.conf
03b9a7
%config(noreplace) %{_sysconfdir}/squid/errorpage.css
03b9a7
%config(noreplace) %{_sysconfdir}/sysconfig/squid
03b9a7
03b9a7
# These are not noreplace because they are just sample config files
03b9a7
%config %{_sysconfdir}/squid/squid.conf.default
03b9a7
%config %{_sysconfdir}/squid/mime.conf.default
03b9a7
%config %{_sysconfdir}/squid/errorpage.css.default
03b9a7
%config %{_sysconfdir}/squid/cachemgr.conf.default
03b9a7
%config(noreplace) %{_sysconfdir}/pam.d/squid
03b9a7
%config(noreplace) %{_sysconfdir}/logrotate.d/squid
03b9a7
03b9a7
%dir %{_datadir}/squid
03b9a7
%attr(-,root,root) %{_datadir}/squid/errors
03b9a7
%attr(755,root,root) %{_sysconfdir}/NetworkManager/dispatcher.d/20-squid
03b9a7
%{_datadir}/squid/icons
03b9a7
%{_sbindir}/squid
03b9a7
%{_bindir}/squidclient
03b9a7
%{_bindir}/purge
03b9a7
%{_mandir}/man8/*
03b9a7
%{_mandir}/man1/*
03b9a7
%{_libdir}/squid/*
03b9a7
%{_datadir}/snmp/mibs/SQUID-MIB.txt
03b9a7
%{_tmpfilesdir}/squid.conf
03b9a7
03b9a7
%files sysvinit
03b9a7
%attr(755,root,root) %{_sysconfdir}/rc.d/init.d/squid
03b9a7
03b9a7
%files migration-script
03b9a7
%defattr(-,root,root,-)
03b9a7
%attr(755,root,root) %{_bindir}/squid-migrate-conf.py*
03b9a7
03b9a7
%pre
03b9a7
if ! getent group squid >/dev/null 2>&1; then
03b9a7
  /usr/sbin/groupadd -g 23 squid
03b9a7
fi
03b9a7
03b9a7
if ! getent passwd squid >/dev/null 2>&1 ; then
03b9a7
  /usr/sbin/useradd -g 23 -u 23 -d /var/spool/squid -r -s /sbin/nologin squid >/dev/null 2>&1 || exit 1 
03b9a7
fi
03b9a7
03b9a7
for i in /var/log/squid /var/spool/squid ; do
03b9a7
        if [ -d $i ] ; then
03b9a7
                for adir in `find $i -maxdepth 0 \! -user squid`; do
03b9a7
                        chown -R squid:squid $adir
03b9a7
                done
03b9a7
        fi
03b9a7
done
03b9a7
03b9a7
exit 0
03b9a7
03b9a7
%post
03b9a7
/usr/bin/squid-migrate-conf.py --write-changes --conf %{_sysconfdir}/squid/squid.conf &>/dev/null
03b9a7
%systemd_post squid.service
03b9a7
03b9a7
%preun
03b9a7
%systemd_preun squid.service
03b9a7
03b9a7
%postun
03b9a7
%systemd_postun_with_restart squid.service
03b9a7
03b9a7
%triggerin -- samba-common
03b9a7
if ! getent group wbpriv >/dev/null 2>&1 ; then
03b9a7
  /usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
03b9a7
fi
03b9a7
/usr/sbin/usermod -a -G wbpriv squid >/dev/null 2>&1 || \
03b9a7
    chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
03b9a7
03b9a7
%changelog
03b9a7
* Thu Jul 25 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:3.5.20-14
03b9a7
- Resolves: #1690551 - Squid cache_peer DNS lookup failed when not all lower
03b9a7
  case
03b9a7
- Resolves: #1680022 - squid can't display download/upload packet size for HTTPS
03b9a7
  sites
03b9a7
- Resolves: #1717430 - Excessive memory usage when running out of descriptors
03b9a7
- Resolves: #1676420 - Cache siblings return wrongly cached gateway timeouts
03b9a7
- Resolves: #1729435 - CVE-2019-13345 squid: XSS via user_name or auth parameter
03b9a7
  in cachemgr.cgi 
03b9a7
03b9a7
* Thu Dec 06 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-13
03b9a7
- Resolves: #1620546 - migration of upstream squid
03b9a7
03b9a7
* Mon Oct 02 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-12
03b9a7
- Resolves: #1471140 - Missing detailed configuration file
03b9a7
03b9a7
* Mon Oct 02 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-11
03b9a7
- Resolves: #1452200 - Include kerberos_ldap_group helper in squid
03b9a7
03b9a7
* Tue Apr 25 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-10
03b9a7
- Resolves: #1445219 - [RFE] Add rock cache directive to squid
03b9a7
03b9a7
* Thu Mar 23 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-9
03b9a7
- Resolves: #1290404 - wrong names of components in man page, section SEE ALSO
03b9a7
03b9a7
* Thu Mar 23 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-8
03b9a7
- Resolves: #1414853 - typo error(s) in man page(s)
03b9a7
03b9a7
* Mon Mar 20 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-7
03b9a7
- Related: #1347096 - squid: ERROR: No running copy
03b9a7
03b9a7
* Mon Mar 20 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-6
03b9a7
- Resolves: #1347096 - squid: ERROR: No running copy
03b9a7
03b9a7
* Thu Mar 02 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-5
03b9a7
- Resolves: #1404817 - SIGSEV in TunnelStateData::handleConnectResponse()
03b9a7
  during squid reconfigure and restart
03b9a7
03b9a7
* Fri Jan 13 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-4
03b9a7
- Resolves: #1412736 - CVE-2016-10002 squid: Information disclosure in HTTP
03b9a7
  request processing
03b9a7
03b9a7
* Thu Dec 15 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-3
03b9a7
- Resolves: #1404894 - icap support has been disabled on squid 3.5.20-2.el7
03b9a7
03b9a7
* Wed Sep 21 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-2
03b9a7
- Resolves: #1378025 - host_verify_strict only accepts lowercase arguments
03b9a7
03b9a7
* Tue Aug 09 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.20-1
03b9a7
- Resolves: #1273942 - Rebase squid to latest mature 3.5 version (3.5.20)
03b9a7
03b9a7
* Mon Aug 08 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-9
03b9a7
- Related: #1349775 - Provide migration tools needed due to rebase
03b9a7
  to squid 3.5 as a separate sub-package
03b9a7
03b9a7
* Mon Aug 01 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-8
03b9a7
- Related: #1349775 - Provide migration tools needed due to rebase
03b9a7
  to squid 3.5 as a separate sub-package
03b9a7
03b9a7
* Mon Aug 01 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-7
03b9a7
- Related: #1349775 - Provide migration tools needed due to rebase
03b9a7
  to squid 3.5 as a separate sub-package
03b9a7
03b9a7
* Wed Jul 27 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-6
03b9a7
- Related: #1349775 - Provide migration tools needed due to rebase
03b9a7
  to squid 3.5 as a separate sub-package
03b9a7
03b9a7
* Tue Jul 26 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-5
03b9a7
- Related: #1349775 - Provide migration tools needed due to rebase
03b9a7
  to squid 3.5 as a separate sub-package
03b9a7
03b9a7
* Tue Jul 19 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-4
03b9a7
- Resolves: #1349775 - Provide migration tools needed due to rebase
03b9a7
  to squid 3.5 as a separate sub-package
03b9a7
03b9a7
* Tue Jun 14 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-3
03b9a7
- Resolves: #1330186 - digest doesn't properly work with squid 3.3 on CentOS 7
03b9a7
03b9a7
* Tue Jun 14 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-2
03b9a7
- Resolves: #1336387 - Squid send wrong respond for GET-request following
03b9a7
  Range-GET request
03b9a7
03b9a7
* Wed Jun 08 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.10-1
03b9a7
- Resolves: #1273942 - Rebase squid to latest mature 3.5 version (3.5.10)
03b9a7
- Resolves: #1322770 - CVE-2016-2569 CVE-2016-2570 CVE-2016-2571 CVE-2016-2572
03b9a7
  CVE-2016-3948 squid: various flaws
03b9a7
- Resolves: #1254016 - IPv4 fallback is not working when connecting
03b9a7
  to a dualstack host with non-functional IPv6
03b9a7
- Resolves: #1254018 - should BuildRequire: g++
03b9a7
- Resolves: #1262456 - Squid delays on FQDNs that don't contains AAAA record
03b9a7
- Resolves: #1336940 - Disable squid systemd unit start/stop timeouts
03b9a7
- Resolves: #1344197 - /usr/lib/firewalld/services/squid.xml conflicts between
03b9a7
  attempted installs of squid-7:3.3.8-31.el7.x86_64 and
03b9a7
  firewalld-0.4.2-1.el7.noarch
03b9a7
- Resolves: #1299972 - squid file descriptor limit hardcoded to 16384 via 
03b9a7
  compile option in spec file
03b9a7
03b9a7
* Wed Jun 08 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-31
03b9a7
- Resolves: #1283078 - max_filedescriptors in squid.conf is ignored
03b9a7
03b9a7
* Mon May 09 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-30
03b9a7
- Related: #1334509 - CVE-2016-4553 squid: Cache poisoning issue in
03b9a7
  HTTP Request handling
03b9a7
- Related: #1334492 - CVE-2016-4554 CVE-2016-4555 CVE-2016-4556 
03b9a7
  squid: various flaws
03b9a7
03b9a7
* Tue May 03 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-29
03b9a7
- Related: #1330577 - CVE-2016-4052 CVE-2016-4053 CVE-2016-4054 squid: multiple
03b9a7
  issues in ESI processing
03b9a7
03b9a7
* Thu Apr 28 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-28
03b9a7
- Related: #1330577 - CVE-2016-4052 CVE-2016-4053 CVE-2016-4054 squid: multiple
03b9a7
  issues in ESI processing
03b9a7
03b9a7
* Thu Apr 28 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-27
03b9a7
- Resolves: #1330577 - CVE-2016-4051 squid: buffer overflow in cachemgr.cgi
03b9a7
03b9a7
* Wed Oct 14 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-26
03b9a7
- Related: #1186768 - removing patch, because of missing tests and 
03b9a7
  incorrent patch
03b9a7
03b9a7
* Tue Oct 13 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-25
03b9a7
- Related: #1102842 - squid rpm package misses /var/run/squid needed for
03b9a7
  smp mode. Squid needs write access to /var/run/squid.
03b9a7
03b9a7
* Fri Oct 09 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-24
03b9a7
- Related: #1102842 - squid rpm package misses /var/run/squid needed for
03b9a7
  smp mode. Creation of /var/run/squid was also needed to be in SPEC file.
03b9a7
03b9a7
* Tue Oct 06 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-23
03b9a7
- Related: #1102842 - squid rpm package misses /var/run/squid needed for
03b9a7
  smp mode. Creation of this directory was moved to tmpfiles.d conf file.
03b9a7
03b9a7
* Fri Oct 02 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-22
03b9a7
- Related: #1102842 - squid rpm package misses /var/run/squid needed for
03b9a7
  smp mode. Creation of this directory was moved to service file.
03b9a7
03b9a7
* Tue Sep 22 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-21
03b9a7
- Resolves: #1263338 - squid with digest auth on big endian systems 
03b9a7
  start looping
03b9a7
03b9a7
* Mon Aug 10 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-20
03b9a7
- Resolves: #1186768 - security issue: Nonce replay vulnerability 
03b9a7
  in Digest authentication
03b9a7
03b9a7
* Tue Jul 14 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-19
03b9a7
- Resolves: #1225640 - squid crashes by segfault when it reboots
03b9a7
03b9a7
* Thu Jun 25 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-18
03b9a7
- Resolves: #1102842 - squid rpm package misses /var/run/squid needed for 
03b9a7
  smp mode
03b9a7
03b9a7
* Wed Jun 24 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-17
03b9a7
- Resolves: #1233265 - CVE-2015-3455 squid: incorrect X509 server
03b9a7
  certificate validation
03b9a7
03b9a7
* Fri Jun 19 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-16
03b9a7
- Resolves: #1080042 - Supply a firewalld service file with squid
03b9a7
03b9a7
* Wed Jun 17 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-15
03b9a7
- Resolves: #1161600 - Squid does not serve cached responses 
03b9a7
  with Vary headers
03b9a7
03b9a7
* Wed Jun 17 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-14
03b9a7
- Resolves: #1198778 - Filedescriptor leaks on snmp
03b9a7
03b9a7
* Wed Jun 17 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.3.8-13
03b9a7
- Resolves: #1204375 - squid sends incorrect ssl chain breaking newer gnutls 
03b9a7
  using applications
03b9a7
03b9a7
* Fri Aug 29 2014 Michal Luscon <mluscon@redhat.com> - 7:3.3.8-12
03b9a7
- Resolves: #1134934 - CVE-2014-3609 assertion failure in header processing
03b9a7
03b9a7
* Mon Mar 17 2014 Pavel Å imerda <psimerda@redhat.com> - 7:3.3.8-11
03b9a7
- Resolves: #1074873 - CVE-2014-0128 squid: denial of service when using
03b9a7
  SSL-Bump
03b9a7
03b9a7
* Wed Mar 05 2014 Pavel Å imerda <psimerda@redhat.com>' - 7:3.3.8-10
03b9a7
- Resolves: #1072973 - don't depend on libdb4
03b9a7
03b9a7
* Tue Feb 11 2014 Pavel Å imerda <psimerda@redhat.com> - 7:3.3.8-9
03b9a7
- revert: Resolves: #1038160 - avoid running squid's own supervisor process
03b9a7
03b9a7
* Tue Feb 11 2014 Pavel Å imerda <psimerda@redhat.com> - 7:3.3.8-8
03b9a7
- Resolves: #1063248 - missing helpers
03b9a7
03b9a7
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 7:3.3.8-7
03b9a7
- Mass rebuild 2014-01-24
03b9a7
03b9a7
* Thu Jan 02 2014 Pavel Å imerda <psimerda@redhat.com> - 7:3.3.8-6
03b9a7
- Resolves: #980511 - squid doesn't work with active FTP
03b9a7
03b9a7
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7:3.3.8-5
03b9a7
- Mass rebuild 2013-12-27
03b9a7
03b9a7
* Tue Dec 10 2013 Pavel Å imerda <psimerda@redhat.com> - 7:3.3.8-4
03b9a7
- Resolves: #1038160 - avoid running squid's own supervisor process
03b9a7
03b9a7
* Thu Nov 21 2013 Pavel Å imerda <psimerda@redhat.com> - 7:3.3.8-3
03b9a7
- Resolves: #1028588 - fix build on aarch64
03b9a7
03b9a7
* Tue Aug 27 2013 Michal Luscon <mluscon@redhat.com> - 7:3.3.8-2
03b9a7
- Fixed: source code url
03b9a7
03b9a7
* Thu Jul 25 2013 Michal Luscon <mluscon@redhat.com> - 7:3.3.8-1
03b9a7
- Update to latest upstream version 3.3.8
03b9a7
- Fixed: active ftp crashing
03b9a7
- Fix basic auth and log daemon DB helper builds.
03b9a7
- Use xz compressed tarball, fix source URLs.
03b9a7
- Fix bogus dates in %%changelog.
03b9a7
03b9a7
* Fri May 3 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.11-1
03b9a7
- Update to latest upstream version 3.2.11
03b9a7
03b9a7
* Tue Apr 23 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.9-3
03b9a7
- Option '-k' is not stated in squidclient man
03b9a7
- Remove pid from service file(#913262)
03b9a7
03b9a7
* Fri Apr 19 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.9-2
03b9a7
- Enable full RELRO (-Wl,-z,relro -Wl,-z,now)
03b9a7
03b9a7
* Tue Mar 19 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.9-1
03b9a7
- Update to latest upstream version 3.2.9
03b9a7
- Fixed: CVE-2013-1839
03b9a7
- Removed: makefile-patch (+make check)
03b9a7
03b9a7
* Mon Mar 11 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.8-3
03b9a7
- Resolved: /usr move - squid service file
03b9a7
03b9a7
* Sat Mar 09 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.8-2
03b9a7
- Resolved: #896127 - basic_ncsa_auth does not work
03b9a7
03b9a7
* Fri Mar 08 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.8-1
03b9a7
- Update to latest upstream version 3.2.8
03b9a7
- Fixed rawhide build issues (-make check)
03b9a7
03b9a7
* Thu Feb 07 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.7-1
03b9a7
- Update to latest upstream version 3.2.7
03b9a7
03b9a7
* Thu Jan 24 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.5-2
03b9a7
- CVE-2013-0189: Incomplete fix for the CVE-2012-5643
03b9a7
03b9a7
* Mon Dec 17 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.5-1
03b9a7
- Update to latest upstream version 3.2.5
03b9a7
03b9a7
* Mon Nov 05 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.3-3
03b9a7
- Resolved: #71483 - httpd 2.4 requires new configuration directives
03b9a7
03b9a7
* Fri Oct 26 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.3-2
03b9a7
- Resolved: #854356 - squid.service use PIDFile
03b9a7
- Resolved: #859393 - Improve cache_swap script
03b9a7
- Resolved: #791129 - disk space warning
03b9a7
- Resolved: #862252 - reload on VPN or network up/down
03b9a7
- Resolved: #867531 - run test suite during build
03b9a7
- Resolved: #832684 - missing after dependency nss-lookup.target
03b9a7
- Removed obsolete configure options
03b9a7
03b9a7
* Mon Oct 22 2012 Tomas Hozza <thozza@redhat.com> - 7:3.2.3-1
03b9a7
- Update to latest upstream version 3.2.3
03b9a7
03b9a7
* Tue Oct 16 2012 Tomas Hozza <thozza@redhat.com> - 7:3.2.2-1
03b9a7
- Update to latest upstream version 3.2.2
03b9a7
03b9a7
* Fri Oct 05 2012 Tomas Hozza <thozza@redhat.com> - 7:3.2.1-2
03b9a7
- Introduced new systemd-rpm macros in squid spec file. (#850326)
03b9a7
03b9a7
* Wed Aug 29 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.1-1
03b9a7
- Update to latest upstream 3.2.1
03b9a7
03b9a7
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.2.0.16-3
03b9a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
03b9a7
03b9a7
* Mon Apr 02 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.16-2
03b9a7
- Enable SSL CRTD for ssl bump
03b9a7
03b9a7
* Wed Mar 07 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.16-1
03b9a7
- Upstream 3.2.0.16 bugfix release
03b9a7
03b9a7
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.2.0.15-2
03b9a7
- Rebuilt for c++ ABI breakage
03b9a7
03b9a7
* Mon Feb 06 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.15-1
03b9a7
- Upstream 3.2.0.15 bugfix release
03b9a7
03b9a7
* Wed Feb 01 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.14-7
03b9a7
- update with upstreamed patch versions
03b9a7
03b9a7
* Tue Jan 17 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.14-6
03b9a7
- upstream gcc-4.7 patch
03b9a7
- fix for bug #772483 running out of memory, mem_node growing out of bounds
03b9a7
03b9a7
* Mon Jan 16 2012 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-5
03b9a7
- fixes FTBFS due to gcc-4.7
03b9a7
03b9a7
* Fri Jan 13 2012 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-4
03b9a7
- fixes #772481 - Low number of open files for squid process
03b9a7
- fixes FTBFS due to gcc4.7
03b9a7
03b9a7
* Thu Jan 05 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 3.2.0.14-3
03b9a7
- rebuild for gcc-4.7.0
03b9a7
03b9a7
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-2
03b9a7
- fixes #768586 - Please enable eCAP support again
03b9a7
03b9a7
* Wed Dec 14 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-1
03b9a7
- update to latest upstream 3.2.0.14
03b9a7
03b9a7
* Mon Nov 07 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-5
03b9a7
- fixes #751679 - host_strict_verify setting inverted in squid.conf
03b9a7
03b9a7
* Thu Nov 03 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-4
03b9a7
- fixes #750550 - Squid might depend on named
03b9a7
03b9a7
* Wed Oct 26 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-3
03b9a7
- added upstream fix for #747125
03b9a7
03b9a7
* Wed Oct 26 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-2
03b9a7
- fixes #747103 - squid does not start if /var/spool/squid is empty
03b9a7
- fixes #747110 - squid does not start adding "memory_pools off"
03b9a7
03b9a7
* Mon Oct 17 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-1
03b9a7
- update to latest upstream 3.2.0.13
03b9a7
03b9a7
* Tue Sep 20 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.12-1
03b9a7
- update to latest upstream 3.2.0.12
03b9a7
03b9a7
* Mon Aug 29 2011 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.11-3
03b9a7
- update to latest upstream 3.2.0.11
03b9a7
03b9a7
* Sat Aug 27 2011 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.10-3
03b9a7
- Fix for SQUID-2011:3 Gopher vulnerability
03b9a7
03b9a7
* Thu Aug 18 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.10-2
03b9a7
- rebuild for rpm
03b9a7
03b9a7
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.10-1
03b9a7
- update to latest upsteam 3.2.0.10
03b9a7
03b9a7
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.9-2
03b9a7
- rebuild for libcap
03b9a7
03b9a7
* Tue Jun 07 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.9-1
03b9a7
- upgrade to squid-3.2
03b9a7
- fixes #720445 - Provide native systemd unit file
03b9a7
- SysV initscript moved to subpackage
03b9a7
- temproary disabled eCap
03b9a7
03b9a7
* Wed May 18 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-3
03b9a7
- enabled eCAP support
03b9a7
03b9a7
* Wed May 04 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-2
03b9a7
- applied corrections of unused patch (Ismail Dönmez)
03b9a7
03b9a7
* Fri Apr 15 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-1
03b9a7
- Update to 3.1.12 upstream release
03b9a7
03b9a7
* Thu Feb 10 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.11-1
03b9a7
- Update to 3.1.11 upstream release
03b9a7
- fixes issue with unused variale after mass rebuild (gcc-4.6)
03b9a7
03b9a7
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.1.10-2
03b9a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
03b9a7
03b9a7
* Thu Jan 06 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.10-1
03b9a7
- Update to 3.1.10 upstream release
03b9a7
03b9a7
* Fri Nov 05 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.9-5
03b9a7
- rebuild for libxml2
03b9a7
03b9a7
* Mon Nov 01 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.9-4
03b9a7
- fixes #647967 - build with -fPIE option back and dropped proper libltdl usage
03b9a7
03b9a7
* Sat Oct 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.9-3
03b9a7
- Bug #647967 - License clarification & spec-file cleanup
03b9a7
03b9a7
* Mon Oct 25 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.1.9-2
03b9a7
- Upstream 3.1.9 bugfix release
03b9a7
03b9a7
* Wed Oct 13 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.8-2
03b9a7
- fixes #584161 - squid userid not added to wbpriv group
03b9a7
03b9a7
* Sun Sep 05 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.8-1
03b9a7
- Bug #630445: SQUID-2010:3 Denial of service issue
03b9a7
03b9a7
* Tue Aug 24 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.7-1
03b9a7
- Upstream 3.1.7 bugfix release
03b9a7
03b9a7
* Fri Aug 20 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.6-1
03b9a7
- Upstream 3.1.6 bugfix release
03b9a7
- Build with system libtool-ltdl
03b9a7
03b9a7
* Thu Jul 15 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.5-2
03b9a7
- Upstream 3.1.5 bugfix release
03b9a7
- Upstream patch for Bug #614665: Squid crashes with  ident auth
03b9a7
- Upstream patches for various memory leaks
03b9a7
03b9a7
* Mon May 31 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-2
03b9a7
- Correct case-insensitiveness in HTTP list header parsing
03b9a7
03b9a7
* Sun May 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-1
03b9a7
- Upstream 3.1.4 bugfix release, issues relating to IPv6, TPROXY, Memory
03b9a7
  management, follow_x_forwarded_for, and stability fixes
03b9a7
03b9a7
* Fri May 14 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.3-2
03b9a7
- Fully fix #548903 - "comm_open: socket failure: (97) Address family not supported by protocol" if IPv6 disabled
03b9a7
- Various IPv6 related issues fixed, making tcp_outgoing_address behave
03b9a7
  as expected and no commResetFD warnings when using tproxy setups.
03b9a7
03b9a7
* Sun May 02 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.3-1
03b9a7
- Update to 3.1.3 Upstream bugfix release, fixing WCCPv1
03b9a7
03b9a7
* Mon Apr 19 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.1-4
03b9a7
- Bug #583489: Adjust logrotate script to changes in logrotate package.
03b9a7
03b9a7
* Mon Apr 19 2010 Jiri Skala <jskala@redhat.com>
03b9a7
- fixes #548903 - "comm_open: socket failure: (97) Address family not supported by protocol" if IPv6 disabled
03b9a7
03b9a7
* Tue Mar 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.1-2
03b9a7
- Update to 3.1.1 Squid bug #2827 crash with assertion failed:
03b9a7
  FilledChecklist.cc:90: "conn() != NULL" under high load.
03b9a7
03b9a7
* Mon Mar 15 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.18-1
03b9a7
- Upgrade to 3.1.0.18 fixing Digest authentication and improved HTTP/1.1 support
03b9a7
03b9a7
* Sun Feb 28 2010 Henrik Nordstrom <henrik@henriknordstrom.net> -  7:3.1.0.17-3
03b9a7
- Bug 569120, fails to open unbound ipv4 listening sockets
03b9a7
03b9a7
* Thu Feb 25 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.17-2
03b9a7
- Upgrade to 3.1.0.17
03b9a7
03b9a7
* Thu Feb 18 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-7
03b9a7
- Workaround for Fedora-13 build failure
03b9a7
03b9a7
* Sun Feb 14 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-6
03b9a7
- Patch for Squid security advisory SQUID-2010:2, denial of service
03b9a7
  issue in HTCP processing (CVE-2010-0639)
03b9a7
03b9a7
* Sun Feb 07 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-5
03b9a7
- Rebuild 3.1.0.16 with corrected upstream release.
03b9a7
03b9a7
* Wed Feb 03 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.0.16-4
03b9a7
- spec file modified to be fedora packaging guidline compliant
03b9a7
- little shifting lines in init script header due to rpmlint complaint
03b9a7
- fixes assertion during start up
03b9a7
03b9a7
* Mon Feb 01 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.1.0.16-3
03b9a7
- Upgrade to 3.1.0.16 for DNS related DoS fix (Squid-2010:1)
03b9a7
03b9a7
* Sat Jan 09 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.15-3
03b9a7
- fixed #551302 PROXY needs libcap. Also increases security a little.
03b9a7
- merged relevant upstream bugfixes waiting for next 3.1 release
03b9a7
03b9a7
* Mon Nov 23 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.15-2
03b9a7
- Update to 3.1.0.15 with a number of bugfixes and a workaround for
03b9a7
  ICEcast/SHOUTcast streams.
03b9a7
03b9a7
* Mon Nov 23 2009 Jiri Skala <jskala@redhat.com> 7:3.1.0.14-2
03b9a7
- fixed #532930 Syntactic error in /etc/init.d/squid
03b9a7
- fixed #528453 cannot initialize cache_dir with user specified config file
03b9a7
03b9a7
* Sun Sep 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.14-1
03b9a7
- Update to 3.1.0.14
03b9a7
03b9a7
* Sat Sep 26 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-7
03b9a7
- Include upstream patches fixing important operational issues
03b9a7
- Enable ESI support now that it does not conflict with normal operation
03b9a7
03b9a7
* Fri Sep 18 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-6
03b9a7
- Rotate store.log if enabled
03b9a7
03b9a7
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.1.0.13-5
03b9a7
- Use password-auth common PAM configuration instead of system-auth
03b9a7
03b9a7
* Tue Sep 15 2009 Jiri Skala <jskala@redhat.com> - 7:3.1.0.13-4
03b9a7
- fixed #521596 - wrong return code of init script
03b9a7
03b9a7
* Tue Sep 08 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-3
03b9a7
- Enable squid_kerb_auth
03b9a7
03b9a7
* Mon Sep 07 2009 Henrik Nordstrom <henrik@henriknordtrom.net> - 7:3.1.0.13-2
03b9a7
- Cleaned up packaging to ease future maintenance
03b9a7
03b9a7
* Fri Sep 04 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-1
03b9a7
- Upgrade to next upstream release 3.1.0.13 with many new features
03b9a7
  * IPv6 support
03b9a7
  * NTLM-passthru
03b9a7
  * Kerberos/Negotiate authentication scheme support
03b9a7
  * Localized error pages based on browser language preferences
03b9a7
  * Follow X-Forwarded-For capability
03b9a7
  * and more..
03b9a7
03b9a7
* Mon Aug 31 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 3.0.STABLE18-3
03b9a7
- Bug #520445 silence logrotate when Squid is not running
03b9a7
03b9a7
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.0.STABLE18-2
03b9a7
- rebuilt with new openssl
03b9a7
03b9a7
* Tue Aug 04 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE18-1
03b9a7
- Update to 3.0.STABLE18
03b9a7
03b9a7
* Sat Aug 01 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE17-3
03b9a7
- Squid Bug #2728: regression: assertion failed: http.cc:705: "!eof"
03b9a7
03b9a7
* Mon Jul 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE17-2
03b9a7
- Bug #514014, update to 3.0.STABLE17 fixing the denial of service issues
03b9a7
  mentioned in Squid security advisory SQUID-2009_2.
03b9a7
03b9a7
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.0.STABLE16-3
03b9a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
03b9a7
03b9a7
* Wed Jul 01 2009 Jiri Skala <jskala@redhat.com> 7:3.0.STABLE16-2
03b9a7
- fixed patch parameter of bXXX patches
03b9a7
03b9a7
* Mon Jun 29 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE16-1
03b9a7
- Upgrade to 3.0.STABLE16
03b9a7
03b9a7
* Sat May 23 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE15-2
03b9a7
- Bug #453304 - Squid requires restart after Network Manager connection setup
03b9a7
03b9a7
* Sat May 09 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE15-1
03b9a7
- Upgrade to 3.0.STABLE15
03b9a7
03b9a7
* Tue Apr 28 2009 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE14-3
03b9a7
- fixed ambiguous condition in the init script (exit 4)
03b9a7
03b9a7
* Mon Apr 20 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE14-2
03b9a7
- Squid bug #2635: assertion failed: HttpHeader.cc:1196: "Headers[id].type == ftInt64"
03b9a7
03b9a7
* Sun Apr 19 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE14-1
03b9a7
- Upgrade to 3.0.STABLE14
03b9a7
03b9a7
* Fri Mar 06 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE13-2
03b9a7
- backported logfile.cc syslog parameters patch from 3.1 (b9443.patch)
03b9a7
- GCC-4.4 workaround in src/wccp2.cc
03b9a7
03b9a7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.0.STABLE13-2
03b9a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
03b9a7
03b9a7
* Thu Feb 5 2009 Jonathan Steffan <jsteffan@fedoraproject.org> - 7:3.0.STABLE13-1
03b9a7
- upgrade to latest upstream
03b9a7
03b9a7
* Tue Jan 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE12-1
03b9a7
- upgrade to latest upstream
03b9a7
03b9a7
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.0.STABLE10-4
03b9a7
- rebuild with new openssl
03b9a7
03b9a7
* Fri Dec 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-3
03b9a7
- actually include the upstream bugfixes in the build
03b9a7
03b9a7
* Fri Dec 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-2
03b9a7
- upstream bugfixes for cache corruption and access.log response size errors
03b9a7
03b9a7
* Fri Oct 24 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-1
03b9a7
- upgrade to latest upstream
03b9a7
03b9a7
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-2
03b9a7
- disable coss support, not officially supported in 3.0
03b9a7
03b9a7
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-1
03b9a7
- update to latest upstream
03b9a7
03b9a7
* Thu Oct 09 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE7-4
03b9a7
- change logrotate to move instead of copytruncate
03b9a7
03b9a7
* Wed Oct 08 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-3
03b9a7
- fix #465052 -  FTBFS squid-3.0.STABLE7-1.fc10
03b9a7
03b9a7
* Thu Aug 14 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-2
03b9a7
- used ncsa_auth.8 from man-pages. there will be this file removed due to conflict
03b9a7
- fix #458593 noisy initscript
03b9a7
- fix #463129 init script tests wrong conf file
03b9a7
- fix #450352 - build.patch patches only generated files
03b9a7
03b9a7
* Wed Jul 02 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-1
03b9a7
- update to latest upstream
03b9a7
- fix #453214
03b9a7
03b9a7
* Mon May 26 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE6-2
03b9a7
- fix bad allocation
03b9a7
03b9a7
* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE6-1
03b9a7
- upgrade to latest upstream
03b9a7
- fix bad allocation
03b9a7
03b9a7
* Fri May 09 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE5-2
03b9a7
- fix configure detection of netfilter kernel headers (#435499),
03b9a7
  patch by aoliva@redhat.com
03b9a7
- add support for negotiate authentication (#445337)
03b9a7
03b9a7
* Fri May 02 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE5-1
03b9a7
- upgrade to latest upstream
03b9a7
03b9a7
* Tue Apr 08 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE4-1
03b9a7
- upgrade to latest upstream
03b9a7
03b9a7
* Thu Apr 03 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE2-2
03b9a7
- add %%{optflags} to make
03b9a7
- remove warnings about unused return values
03b9a7
03b9a7
* Thu Mar 13 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE2-1
03b9a7
- upgrade to latest upstream 3.0.STABLE2
03b9a7
- check config file before starting (#428998)
03b9a7
- whitespace unification of init script
03b9a7
- some minor path changes in the QUICKSTART file
03b9a7
- configure with the --with-filedescriptors=16384 option
03b9a7
03b9a7
* Tue Feb 26 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-3
03b9a7
- change the cache_effective_group default back to none
03b9a7
03b9a7
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-2
03b9a7
- rebuild for 4.3
03b9a7
03b9a7
* Wed Jan 23 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-1
03b9a7
- upgrade to latest upstream 3.0.STABLE1
03b9a7
03b9a7
* Tue Dec 04 2007 Martin Bacovsky <mbacovsk@redhat.com> - 2.6.STABLE17-1
03b9a7
- upgrade to latest upstream 2.6.STABLE17
03b9a7
03b9a7
* Wed Oct 31 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-3
03b9a7
- arp-acl was enabled
03b9a7
03b9a7
* Tue Sep 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-2
03b9a7
- our fd_config patch was replaced by upstream's version 
03b9a7
- Source1 (FAQ.sgml) points to local source (upstream's moved to wiki)
03b9a7
03b9a7
* Fri Sep 14 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-1
03b9a7
- upgrade to latest upstream 2.6.STABLE16
03b9a7
03b9a7
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 7:2.6.STABLE14-2
03b9a7
- Rebuild for selinux ppc32 issue.
03b9a7
03b9a7
* Thu Jul 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE14-1
03b9a7
- update to latest upstream 2.6.STABLE14
03b9a7
- resolves: #247064: Initscript Review
03b9a7
03b9a7
* Tue Mar 27 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE12-1
03b9a7
- update to latest upstream 2.6.STABLE12
03b9a7
- Resolves: #233913: squid: unowned directory
03b9a7
03b9a7
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE9-2
03b9a7
- Resolves: #226431: Merge Review: squid
03b9a7
03b9a7
* Mon Jan 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE9-1
03b9a7
- update to the latest upstream
03b9a7
03b9a7
* Sun Jan 14 2007 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE7-1
03b9a7
- update to the latest upstream
03b9a7
03b9a7
* Tue Dec 12 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE6-1
03b9a7
- update to the latest upstream
03b9a7
03b9a7
* Mon Nov  6 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE5-1
03b9a7
- update to the latest upstream
03b9a7
03b9a7
* Thu Oct 26 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-4
03b9a7
- added fix for #205568 - marked cachemgr.conf as world readable
03b9a7
03b9a7
* Wed Oct 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-3
03b9a7
- added fix for #183869 - squid can abort when getting status
03b9a7
- added upstream fixes:
03b9a7
    * Bug #1796: Assertion error HttpHeader.c:914: "str"
03b9a7
    * Bug #1779: Delay pools fairness, correction to first patch
03b9a7
    * Bug #1802: Crash on exit in certain conditions where cache.log is not writeable
03b9a7
    * Bug #1779: Delay pools fairness when multiple connections compete for bandwidth
03b9a7
    * Clarify the select/poll/kqueue/epoll configure --enable/disable options
03b9a7
- reworked fd patch for STABLE4
03b9a7
03b9a7
* Tue Oct 17 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-2
03b9a7
- upstream fixes:
03b9a7
  * Accept 00:00-24:00 as a valid time specification (upstream BZ #1794)
03b9a7
  * aioDone() could be called twice
03b9a7
  * Squid reconfiguration (upstream BZ #1800)
03b9a7
03b9a7
* Mon Oct 2 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-1
03b9a7
- new upstream
03b9a7
- fixes from upstream bugzilla, items #1782,#1780,#1785,#1719,#1784,#1776
03b9a7
03b9a7
* Tue Sep 5 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-2
03b9a7
- added upstream patches for ACL
03b9a7
03b9a7
* Mon Aug 21 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-1
03b9a7
- the latest stable upstream
03b9a7
03b9a7
* Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 7:2.6.STABLE2-3
03b9a7
- added some requirements for pre/post install scripts
03b9a7
03b9a7
* Fri Aug 04 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-2
03b9a7
- added patch for #198253 - squid: don't chgrp another pkg's
03b9a7
  files/directory
03b9a7
03b9a7
* Mon Jul 31 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-1
03b9a7
- the latest stable upstream
03b9a7
- reworked fd config patch
03b9a7
03b9a7
* Tue Jul 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-3
03b9a7
- the latest CVS upstream snapshot
03b9a7
03b9a7
* Wed Jul 19 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-2
03b9a7
- the latest CVS snapshot
03b9a7
03b9a7
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-1
03b9a7
- new upstream + the latest CVS snapshot from 2006/07/18
03b9a7
- updated fd config patch
03b9a7
- enabled epoll
03b9a7
- fixed release format (#197405)
03b9a7
- enabled WCCPv2 support (#198642)
03b9a7
03b9a7
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE14-2.1
03b9a7
- rebuild
03b9a7
03b9a7
* Thu Jun 8 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-2
03b9a7
- fix for squid BZ#1511 - assertion failed: HttpReply.c:105: "rep"
03b9a7
03b9a7
* Tue May 30 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-1
03b9a7
- update to new upstream
03b9a7
03b9a7
* Sun May 28 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-5
03b9a7
- fixed libbind patch (#193298)
03b9a7
03b9a7
* Wed May 3  2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-4
03b9a7
- added extra group check (#190544)
03b9a7
03b9a7
* Wed Mar 29 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-3
03b9a7
- improved pre script (#187217) - added group switch
03b9a7
03b9a7
* Thu Mar 23 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-2
03b9a7
- removed "--with-large-files" on 64bit arches
03b9a7
03b9a7
* Mon Mar 13 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-1
03b9a7
- update to new upstream
03b9a7
03b9a7
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE12-5.1
03b9a7
- bump again for double-long bug on ppc(64)
03b9a7
03b9a7
* Tue Feb 07 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE12-5
03b9a7
- new upstream patches
03b9a7
03b9a7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE12-4.1
03b9a7
- rebuilt for new gcc4.1 snapshot and glibc changes
03b9a7
03b9a7
* Wed Dec 28 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-4
03b9a7
- added follow-xff patch (#176055)
03b9a7
- samba path fix (#176659)
03b9a7
03b9a7
* Mon Dec 19 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-3
03b9a7
- fd-config.patch clean-up
03b9a7
- SMB_BadFetch patch from upstream
03b9a7
03b9a7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
03b9a7
- rebuilt
03b9a7
03b9a7
* Mon Nov 28 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-2
03b9a7
- rewriten patch squid-2.5.STABLE10-64bit.patch, it works with
03b9a7
  "--with-large-files" option now
03b9a7
- fix for #72896 - squid does not support > 1024 file descriptors,
03b9a7
  new "--enable-fd-config" option for it.
03b9a7
03b9a7
* Wed Nov 9 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-1
03b9a7
- update to STABLE12
03b9a7
- setenv patch
03b9a7
03b9a7
* Mon Oct 24 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-6
03b9a7
- fix for delay pool from upstream
03b9a7
03b9a7
* Thu Oct 20 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-5
03b9a7
- fix for #171213 - CVE-2005-3258 Squid crash due to malformed FTP response
03b9a7
- more fixes from upstream
03b9a7
03b9a7
* Fri Oct 14 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-4
03b9a7
- enabled support for large files (#167503)
03b9a7
03b9a7
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com> 7:2.5.STABLE11-3
03b9a7
- use include instead of pam_stack in pam config
03b9a7
03b9a7
* Thu Sep 29 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-2
03b9a7
- added patch for delay pools and some minor fixes
03b9a7
03b9a7
* Fri Sep 23 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-1
03b9a7
- update to STABLE11
03b9a7
03b9a7
* Mon Sep 5 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-4
03b9a7
- Three upstream patches for #167414
03b9a7
- Spanish and Greek messages
03b9a7
- patch for -D_FORTIFY_SOURCE=2 
03b9a7
03b9a7
* Tue Aug 30 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-3
03b9a7
- removed "--enable-truncate" option (#165948)
03b9a7
- added "--enable-cache-digests" option (#102134)
03b9a7
- added "--enable-ident-lookups" option (#161640)
03b9a7
- some clean up (#165949)
03b9a7
03b9a7
* Fri Jul 15 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-2
03b9a7
- pam_auth and ncsa_auth have setuid (#162660)
03b9a7
03b9a7
* Thu Jul 7 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-1
03b9a7
- new upstream version
03b9a7
- enabled fakeauth utility (#154020)
03b9a7
- enabled digest authentication scheme (#155882)
03b9a7
- all error pages marked as config (#127836)
03b9a7
- patch for 64bit statvfs interface (#153274)
03b9a7
- added httpd config file for cachemgr.cgi (#112725)
03b9a7
03b9a7
* Mon May 16 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-7
03b9a7
- Upgrade the upstream -dns_query patch from -4 to -5
03b9a7
03b9a7
* Wed May 11 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-6
03b9a7
- More upstream patches, including a fix for
03b9a7
  bz#157456 CAN-2005-1519 DNS lookups unreliable on untrusted networks
03b9a7
03b9a7
* Tue Apr 26 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-5
03b9a7
- more upstream patches, including a fix for
03b9a7
  CVE-1999-0710 cachemgr malicious use
03b9a7
03b9a7
* Fri Apr 22 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-4
03b9a7
- More upstream patches, including the fixed 2GB patch.
03b9a7
- include the -libbind patch, which prevents squid from using the optional
03b9a7
  -lbind library, even if it's installed.
03b9a7
03b9a7
* Tue Mar 15 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-2
03b9a7
- New upstream version, with 14 upstream patches.
03b9a7
03b9a7
* Wed Feb 16 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE8-2
03b9a7
- new upstream version with 4 upstream patches.
03b9a7
- Reorganize spec file to apply upstream patches first
03b9a7
03b9a7
* Tue Feb 1 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-4
03b9a7
- Include two more upstream patches for security vulns:
03b9a7
  bz#146783 Correct handling of oversized reply headers
03b9a7
  bz#146778 CAN-2005-0211 Buffer overflow in WCCP recvfrom() call
03b9a7
03b9a7
* Tue Jan 25 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-3
03b9a7
- Include more upstream patches, including two for security holes.
03b9a7
03b9a7
* Tue Jan 18 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-2
03b9a7
- Add a triggerin on samba-common to make /var/cache/samba/winbindd_privileged
03b9a7
  accessable so that ntlm_auth will work.  It needs to be in this rpm,
03b9a7
  because the Samba RPM can't assume the squid user exists.
03b9a7
  Note that this will only work if the Samba RPM is recent enough to create
03b9a7
  that directory at install time instead of at winbindd startup time.
03b9a7
  That should be samba-common-3.0.0-15 or later.
03b9a7
  This fixes bugzilla #103726
03b9a7
- Clean up extra whitespace in this spec file.
03b9a7
- Add additional upstream patches. (Now 18 upstream patches).
03b9a7
- patch #112 closes CAN-2005-0096 and CAN-2005-0097, remote DOS security holes.
03b9a7
- patch #113 closes CAN-2005-0094, a remote buffer-overflow DOS security hole.
03b9a7
- patch #114 closes CAN-2005-0095, a remote DOS security hole.
03b9a7
- Remove the -nonbl (replaced by #104) and -close (replaced by #111) patches, since
03b9a7
  they're now fixed by upstream patches.
03b9a7
03b9a7
* Mon Oct 25 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-1
03b9a7
- new upstream version, with 3 upstream patches.
03b9a7
  Updated the -build and -config patches
03b9a7
- Include patch from Ulrich Drepper <frepper@redhat.com> to more
03b9a7
  intelligently close all file descriptors.
03b9a7
03b9a7
* Mon Oct 18 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-3
03b9a7
- include patch from Ulrich Drepper <drepper@redhat.com> to stop
03b9a7
  problems with O_NONBLOCK.  This closes #136049
03b9a7
03b9a7
* Tue Oct 12 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-2
03b9a7
- Include fix for CAN-2004-0918
03b9a7
03b9a7
* Tue Sep 28 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-1
03b9a7
- New upstream version, with 32 upstream patches.
03b9a7
  This closes #133970, #133931, #131728, #128143, #126726
03b9a7
03b9a7
- Change the permissions on /etc/squid/squid.conf to 640.  This closes
03b9a7
  bugzilla #125007
03b9a7
03b9a7
* Mon Jun 28 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5STABLE5-5
03b9a7
- Merge current upstream patches.
03b9a7
- Fix the -pipe patch to have the correct name of the winbind pipe.
03b9a7
03b9a7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
03b9a7
- rebuilt
03b9a7
03b9a7
* Mon Apr 5 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE5-2
03b9a7
- Include the first 10 upstream patches
03b9a7
- Add a patch for the correct location of the winbindd pipe.  This closes
03b9a7
  bugzilla #107561
03b9a7
- Remove the change to ssl_support.c from squid-2.5.STABLE3-build patch
03b9a7
  This closes #117851
03b9a7
- Include /etc/pam.d/squid .  This closes #113404
03b9a7
- Include a patch to close #111254 (assignment in assert)
03b9a7
- Change squid.init to put output messages in /var/log/squid/squid.out
03b9a7
  This closes #104697
03b9a7
- Only useradd the squid user if it doesn't already exist, and error out
03b9a7
  if the useradd fails.  This closes #118718.
03b9a7
03b9a7
* Tue Mar 2 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE5-1
03b9a7
- New upstream version, obsoletes many patches.
03b9a7
- Fix --datadir passed to configure.  Configure automatically adds /squid
03b9a7
  so we shouldn't.
03b9a7
- Remove the problematic triggerpostun trigger, since is's broken, and FC2
03b9a7
  never shipped with that old version.
03b9a7
- add %%{?_smp_mflags} to make line.
03b9a7
03b9a7
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
03b9a7
- rebuilt
03b9a7
03b9a7
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
03b9a7
- Use ':' instead of '.' as separator for chown.
03b9a7
03b9a7
* Fri Feb 20 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE4-3
03b9a7
- Clean up the spec file to work on 64-bit platforms (use %%{_libdir}
03b9a7
  instead of /usr/lib, etc)
03b9a7
- Make the release number in the changelog section agree with reality.
03b9a7
- use -fPIE rather than -fpie.  s390 fails with just -fpie
03b9a7
03b9a7
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
03b9a7
- rebuilt
03b9a7
03b9a7
* Thu Feb 5 2004 Jay Fenlason <fenlason@redhat.com>
03b9a7
- Incorporate many upstream patches
03b9a7
- Include many spec file changes from D.Johnson <dj@www.uk.linux.org>
03b9a7
03b9a7
* Tue Sep 23 2003 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE4-1
03b9a7
- New upstream version.
03b9a7
- Fix the Source: line in this spec file to point to the correct URL.
03b9a7
- redo the -location patch to work with the new upstream version.
03b9a7
03b9a7
* Mon Jun 30 2003 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE3-0
03b9a7
- Spec file change to enable the nul storage module. bugzilla #74654
03b9a7
- Upgrade to 2.5STABLE3 with current official patches.
03b9a7
- Added --enable-auth="basic,ntlm": closes bugzilla #90145
03b9a7
- Added --with-winbind-auth-challenge: closes bugzilla #78691
03b9a7
- Added --enable-useragent-log and --enable-referer-log, closes
03b9a7
- bugzilla #91884
03b9a7
# - Changed configure line to enable pie
03b9a7
# (Disabled due to broken compilers on ia64 build machines)
03b9a7
#- Patched to increase the maximum number of file descriptors #72896
03b9a7
#- (disabled for now--needs more testing)
03b9a7
03b9a7
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
03b9a7
- rebuilt
03b9a7
03b9a7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
03b9a7
- rebuilt
03b9a7
03b9a7
* Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7:2.5.STABLE1-1
03b9a7
- update to 2.5.STABLE1
03b9a7
03b9a7
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 7:2.4.STABLE7-5
03b9a7
- remove unpackaged files from the buildroot
03b9a7
03b9a7
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.STABLE7-4
03b9a7
- rebuild
03b9a7
03b9a7
* Wed Jul 31 2002 Karsten Hopp <karsten@redhat.de>
03b9a7
- don't raise an error if the config file is incomplete
03b9a7
  set defaults instead (#69322, #70065)
03b9a7
03b9a7
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 2.4.STABLE7-2
03b9a7
- don't strip binaries
03b9a7
03b9a7
* Mon Jul  8 2002 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.4.STABLE7
03b9a7
- fix restart (#53761)
03b9a7
03b9a7
* Tue Jun 25 2002 Bill Nottingham <notting@redhat.com>
03b9a7
- add various upstream bugfix patches
03b9a7
03b9a7
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
03b9a7
- automated rebuild
03b9a7
03b9a7
* Thu May 23 2002 Tim Powers <timp@redhat.com>
03b9a7
- automated rebuild
03b9a7
03b9a7
* Fri Mar 22 2002 Bill Nottingham <notting@redhat.com>
03b9a7
- 2.4.STABLE6
03b9a7
- turn off carp
03b9a7
03b9a7
* Mon Feb 18 2002 Bill Nottingham <notting@redhat.com>
03b9a7
- 2.4.STABLE3 + patches
03b9a7
- turn off HTCP at request of maintainers
03b9a7
- leave SNMP enabled in the build, but disabled in the default config
03b9a7
03b9a7
* Fri Jan 25 2002 Tim Powers <timp@redhat.com>
03b9a7
- rebuild against new libssl
03b9a7
03b9a7
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
03b9a7
- automated rebuild
03b9a7
03b9a7
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
03b9a7
- require linuxdoc-tools instead of sgml-tools
03b9a7
03b9a7
* Tue Sep 25 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.4.STABLE2
03b9a7
03b9a7
* Mon Sep 24 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- add patch to fix FTP crash
03b9a7
03b9a7
* Mon Aug  6 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- fix uninstall (#50411)
03b9a7
03b9a7
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- add some buildprereqs (#49705)
03b9a7
03b9a7
* Sun Jul 22 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- update FAQ
03b9a7
03b9a7
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- own /etc/squid, /usr/lib/squid
03b9a7
03b9a7
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
03b9a7
- rebuild in new environment
03b9a7
- s/Copyright:/License:/
03b9a7
03b9a7
* Tue Apr 24 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.4.STABLE1 + patches
03b9a7
- enable some more configure options (#24981)
03b9a7
- oops, ship /etc/sysconfig/squid
03b9a7
03b9a7
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
03b9a7
- rebuild in new environment
03b9a7
03b9a7
* Tue Feb  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
03b9a7
- improve i18n
03b9a7
- make the initscript use the standard OK/FAILED
03b9a7
03b9a7
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- change i18n mechanism
03b9a7
03b9a7
* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- fix path references in QUICKSTART (#15114)
03b9a7
- fix initscript translations (#24086)
03b9a7
- fix shutdown logic (#24234), patch from <jos@xos.nl>
03b9a7
- add /etc/sysconfig/squid for daemon options & shutdown timeouts
03b9a7
- three more bugfixes from the Squid people
03b9a7
- update FAQ.sgml
03b9a7
- build and ship auth modules (#23611)
03b9a7
03b9a7
* Thu Jan 11 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- initscripts translations
03b9a7
03b9a7
* Mon Jan  8 2001 Bill Nottingham <notting@redhat.com>
03b9a7
- add patch to use mkstemp (greg@wirex.com)
03b9a7
03b9a7
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- rebuild because of broken fileutils
03b9a7
03b9a7
* Sat Nov 11 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- fix the acl matching cases (only need the second patch)
03b9a7
03b9a7
* Tue Nov  7 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- add two patches to fix domain ACLs
03b9a7
- add 2 bugfix patches from the squid people
03b9a7
03b9a7
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- clean up init script; fix condrestart
03b9a7
- update to STABLE4, more bugfixes
03b9a7
- update FAQ
03b9a7
03b9a7
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
03b9a7
- fix syntax error in init script
03b9a7
- finish adding condrestart support
03b9a7
03b9a7
* Fri Jul 14 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- move initscript back
03b9a7
03b9a7
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
03b9a7
- automatic rebuild
03b9a7
03b9a7
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- prereq /etc/init.d
03b9a7
- add bugfix patch
03b9a7
- update FAQ
03b9a7
03b9a7
* Thu Jun 29 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- fix init script
03b9a7
03b9a7
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- don't prereq new initscripts
03b9a7
03b9a7
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- initscript munging
03b9a7
03b9a7
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- rebuild for exciting FHS stuff
03b9a7
03b9a7
* Wed May 31 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- fix init script again (#11699)
03b9a7
- add --enable-delay-pools (#11695)
03b9a7
- update to STABLE3
03b9a7
- update FAQ
03b9a7
03b9a7
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- fix init script (#11087)
03b9a7
03b9a7
* Fri Apr  7 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- three more bugfix patches from the squid people
03b9a7
- buildprereq jade, sgmltools
03b9a7
03b9a7
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
03b9a7
- make %%pre more portable
03b9a7
03b9a7
* Thu Mar 16 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- bugfix patches
03b9a7
- fix dependency on /usr/local/bin/perl
03b9a7
03b9a7
* Sat Mar  4 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- 2.3.STABLE2
03b9a7
03b9a7
* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- Yet More Bugfix Patches
03b9a7
03b9a7
* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- add more bugfix patches
03b9a7
- --enable-heap-replacement
03b9a7
03b9a7
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
03b9a7
- rebuild to fix dependencies
03b9a7
03b9a7
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- grab some bugfix patches
03b9a7
03b9a7
* Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
03b9a7
- 2.3.STABLE1 (whee, another serial number)
03b9a7
03b9a7
* Tue Dec 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
03b9a7
- Fix compliance with ftp RFCs
03b9a7
  (http://www.wu-ftpd.org/broken-clients.html)
03b9a7
- Work around a bug in some versions of autoconf
03b9a7
- BuildPrereq sgml-tools - we're using sgml2html
03b9a7
03b9a7
* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- add a couple of bugfix patches
03b9a7
03b9a7
* Wed Oct 13 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.2.STABLE5.
03b9a7
- update FAQ, fix URLs.
03b9a7
03b9a7
* Sat Sep 11 1999 Cristian Gafton <gafton@redhat.com>
03b9a7
- transform restart in reload and add restart to the init script
03b9a7
03b9a7
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- add squid user as user 23.
03b9a7
03b9a7
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- initscript munging
03b9a7
- fix conflict between logrotate & squid -k (#4562)
03b9a7
03b9a7
* Wed Jul 28 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- put cachemgr.cgi back in /usr/lib/squid
03b9a7
03b9a7
* Wed Jul 14 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- add webdav bugfix patch (#4027)
03b9a7
03b9a7
* Mon Jul 12 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- fix path to config in squid.init (confuses linuxconf)
03b9a7
03b9a7
* Wed Jul  7 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- 2.2.STABLE4
03b9a7
03b9a7
* Wed Jun 9 1999 Dale Lovelace <dale@redhat.com>
03b9a7
- logrotate changes
03b9a7
- errors from find when /var/spool/squid or
03b9a7
- /var/log/squid didn't exist
03b9a7
03b9a7
* Thu May 20 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- 2.2.STABLE3
03b9a7
03b9a7
* Thu Apr 22 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.2.STABLE.2
03b9a7
03b9a7
* Sun Apr 18 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.2.STABLE1
03b9a7
03b9a7
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- don't need to run groupdel on remove
03b9a7
- fix useradd
03b9a7
03b9a7
* Mon Apr 12 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- fix effective_user (bug #2124)
03b9a7
03b9a7
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- strip binaries
03b9a7
03b9a7
* Thu Apr  1 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- duh. adduser does require a user name.
03b9a7
- add a serial number
03b9a7
03b9a7
* Tue Mar 30 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- add an adduser in %%pre, too
03b9a7
03b9a7
* Thu Mar 25 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- oog. chkconfig must be in %%preun, not %%postun
03b9a7
03b9a7
* Wed Mar 24 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- switch to using group squid
03b9a7
- turn off icmp (insecure)
03b9a7
- update to 2.2.DEVEL3
03b9a7
- build FAQ docs from source
03b9a7
03b9a7
* Tue Mar 23 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- logrotate changes
03b9a7
03b9a7
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
03b9a7
- auto rebuild in the new build environment (release 4)
03b9a7
03b9a7
* Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.2.PRE2
03b9a7
03b9a7
* Wed Dec 30 1998 Bill Nottingham <notting@redhat.com>
03b9a7
- cache & log dirs shouldn't be world readable
03b9a7
- remove preun script (leave logs & cache @ uninstall)
03b9a7
03b9a7
* Tue Dec 29 1998 Bill Nottingham <notting@redhat.com>
03b9a7
- fix initscript to get cache_dir correct
03b9a7
03b9a7
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
03b9a7
- update to 2.1.PATCH2
03b9a7
- merge in some changes from RHCN version
03b9a7
03b9a7
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- strip binaries
03b9a7
- version 1.1.22
03b9a7
03b9a7
* Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- don't make packages conflict with each other...
03b9a7
03b9a7
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- added a proxy auth patch from Alex deVries <adevries@engsoc.carleton.ca>
03b9a7
- fixed initscripts
03b9a7
03b9a7
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- rebuilt for Manhattan
03b9a7
03b9a7
* Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- upgraded to 1.1.21/1.NOVM.21
03b9a7
03b9a7
* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- updated the init script to use reconfigure option to restart squid instead
03b9a7
  of shutdown/restart (both safer and quicker)
03b9a7
03b9a7
* Sat Feb 07 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- upgraded to 1.1.20
03b9a7
- added the NOVM package and tryied to reduce the mess in the spec file
03b9a7
03b9a7
* Wed Jan 7 1998 Cristian Gafton <gafton@redhat.com>
03b9a7
- first build against glibc
03b9a7
- patched out the use of setresuid(), which is available only on kernels
03b9a7
  2.1.44 and later
03b9a7