805743
%define __perl_requires %{SOURCE98}
805743
805743
Name:     squid
2c1a86
Version:  5.5
34a5dd
Release:  5%{?dist}
805743
Summary:  The Squid proxy caching server
805743
Epoch:    7
805743
# See CREDITS for breakdown of non GPLv2+ code
805743
License:  GPLv2+ and (LGPLv2+ and MIT and BSD and Public Domain)
805743
URL:      http://www.squid-cache.org
805743
805743
Source0:  http://www.squid-cache.org/Versions/v5/squid-%{version}.tar.xz
805743
Source1:  http://www.squid-cache.org/Versions/v5/squid-%{version}.tar.xz.asc
805743
Source2:  http://www.squid-cache.org/pgp.asc
805743
Source3:  squid.logrotate
805743
Source4:  squid.sysconfig
805743
Source5:  squid.pam
805743
Source6:  squid.nm
805743
Source7:  squid.service
805743
Source8:  cache_swap.sh
34a5dd
Source9:  squid.sysusers
805743
805743
Source98: perl-requires-squid.sh
805743
805743
# Upstream patches
805743
805743
# Backported patches
34a5dd
Patch101: squid-5.5-ip-bind-address-no-port.patch
34a5dd
# https://bugzilla.redhat.com/show_bug.cgi?id=2151188
805743
805743
# Local patches
805743
# Applying upstream patches first makes it less likely that local patches
805743
# will break upstream ones.
805743
Patch201: squid-4.0.11-config.patch
805743
Patch202: squid-3.1.0.9-location.patch
805743
Patch203: squid-3.0.STABLE1-perlpath.patch
805743
Patch204: squid-3.5.9-include-guards.patch
805743
# revert this upstream patch - https://bugzilla.redhat.com/show_bug.cgi?id=1936422
805743
# workaround for #1934919
805743
Patch205: squid-5.0.5-symlink-lang-err.patch
805743
# https://bugzilla.redhat.com/show_bug.cgi?id=1953505
805743
Patch206: squid-5.0.6-openssl3.patch
805743
# https://bugzilla.redhat.com/show_bug.cgi?id=1969322
805743
Patch207: squid-5.0.6-active-ftp.patch
056e61
# https://bugzilla.redhat.com/show_bug.cgi?id=1988122
056e61
Patch208: squid-5.1-test-store-cppsuite.patch
805743
2c1a86
# Security patches
2c1a86
# https://bugzilla.redhat.com/show_bug.cgi?id=2100721
2c1a86
Patch501: squid-5.5-CVE-2021-46784.patch
34a5dd
# https://bugzilla.redhat.com/show_bug.cgi?id=2129771
34a5dd
Patch502: squid-5.5-CVE-2022-41318.patch
2c1a86
805743
# cache_swap.sh
805743
Requires: bash gawk
805743
# for httpd conf file - cachemgr script alias
805743
Requires: httpd-filesystem
34a5dd
805743
# squid_ldap_auth and other LDAP helpers require OpenLDAP
805743
BuildRequires: make
805743
BuildRequires: openldap-devel
805743
# squid_pam_auth requires PAM development libs
805743
BuildRequires: pam-devel
805743
# SSL support requires OpenSSL
805743
BuildRequires: openssl-devel
805743
# squid_kerb_aut requires Kerberos development libs
805743
BuildRequires: krb5-devel
805743
# time_quota requires TrivialDB
805743
BuildRequires: libtdb-devel
805743
# ESI support requires Expat & libxml2
805743
BuildRequires: expat-devel libxml2-devel
805743
# TPROXY requires libcap, and also increases security somewhat
805743
BuildRequires: libcap-devel
805743
# eCAP support
805743
BuildRequires: libecap-devel
805743
#ip_user helper requires
805743
BuildRequires: gcc-c++
805743
BuildRequires: libtool libtool-ltdl-devel
805743
BuildRequires: perl-generators
805743
# For test suite
805743
BuildRequires: pkgconfig(cppunit)
805743
# For verifying downloded src tarball
805743
BuildRequires: gnupg2
805743
# for _tmpfilesdir and _unitdir macro
805743
# see https://docs.fedoraproject.org/en-US/packaging-guidelines/Systemd/#_packaging
805743
BuildRequires: systemd-rpm-macros
805743
# systemd notify
805743
BuildRequires: systemd-devel
805743
34a5dd
%{?systemd_requires}
34a5dd
%{?sysusers_requires_compat}
805743
805743
# Old NetworkManager expects the dispatcher scripts in a different place
805743
Conflicts: NetworkManager < 1.20
805743
805743
%description
805743
Squid is a high-performance proxy caching server for Web clients,
805743
supporting FTP, gopher, and HTTP data objects. Unlike traditional
805743
caching software, Squid handles all requests in a single,
805743
non-blocking, I/O-driven process. Squid keeps meta data and especially
805743
hot objects cached in RAM, caches DNS lookups, supports non-blocking
805743
DNS lookups, and implements negative caching of failed requests.
805743
805743
Squid consists of a main server program squid, a Domain Name System
805743
lookup program (dnsserver), a program for retrieving FTP data
805743
(ftpget), and some management and client tools.
805743
805743
%prep
805743
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
805743
%setup -q
805743
805743
# Upstream patches
805743
805743
# Backported patches
34a5dd
%patch101 -p1 -b .ip-bind-address-no-port
805743
805743
# Local patches
805743
%patch201 -p1 -b .config
805743
%patch202 -p1 -b .location
805743
%patch203 -p1 -b .perlpath
805743
%patch204 -p0 -b .include-guards
805743
%patch205 -p1 -R -b .symlink-lang-err
805743
%patch206 -p1 -b .openssl3
805743
%patch207 -p1 -b .active-ftp
056e61
%patch208 -p1 -b .test-store-cpp
056e61
2c1a86
%patch501 -p1 -b .CVE-2021-46784
34a5dd
%patch502 -p1 -b .CVE-2022-41318
805743
805743
# https://bugzilla.redhat.com/show_bug.cgi?id=1679526
805743
# Patch in the vendor documentation and used different location for documentation
805743
sed -i 's|@SYSCONFDIR@/squid.conf.documented|%{_pkgdocdir}/squid.conf.documented|' src/squid.8.in
805743
805743
%build
805743
805743
# NIS helper has been removed because of the following bug
805743
# https://bugzilla.redhat.com/show_bug.cgi?id=1531540
805743
%configure \
805743
   --libexecdir=%{_libdir}/squid \
805743
   --datadir=%{_datadir}/squid \
805743
   --sysconfdir=%{_sysconfdir}/squid \
805743
   --with-logdir='%{_localstatedir}/log/squid' \
805743
   --with-pidfile='/run/squid.pid' \
805743
   --disable-dependency-tracking \
805743
   --enable-eui \
805743
   --enable-follow-x-forwarded-for \
805743
   --enable-auth \
805743
   --enable-auth-basic="DB,fake,getpwnam,LDAP,NCSA,PAM,POP3,RADIUS,SASL,SMB,SMB_LM" \
805743
   --enable-auth-ntlm="SMB_LM,fake" \
805743
   --enable-auth-digest="file,LDAP" \
805743
   --enable-auth-negotiate="kerberos" \
805743
   --enable-external-acl-helpers="LDAP_group,time_quota,session,unix_group,wbinfo_group,kerberos_ldap_group" \
805743
   --enable-storeid-rewrite-helpers="file" \
805743
   --enable-cache-digests \
805743
   --enable-cachemgr-hostname=localhost \
805743
   --enable-delay-pools \
805743
   --enable-epoll \
805743
   --enable-icap-client \
805743
   --enable-ident-lookups \
805743
   %ifnarch %{power64} ia64 x86_64 s390x aarch64
805743
   --with-large-files \
805743
   %endif
805743
   --enable-linux-netfilter \
805743
   --enable-removal-policies="heap,lru" \
805743
   --enable-snmp \
805743
   --enable-ssl \
805743
   --enable-ssl-crtd \
805743
   --enable-storeio="aufs,diskd,ufs,rock" \
805743
   --enable-diskio \
805743
   --enable-wccpv2 \
805743
   --enable-esi \
805743
   --enable-ecap \
805743
   --with-aio \
805743
   --with-default-user="squid" \
805743
   --with-dl \
805743
   --with-openssl \
805743
   --with-pthreads \
805743
   --disable-arch-native \
805743
   --disable-security-cert-validators \
805743
   --disable-strict-error-checking \
805743
   --with-swapdir=%{_localstatedir}/spool/squid
805743
805743
# workaround to build squid v5
805743
mkdir -p src/icmp/tests
805743
mkdir -p tools/squidclient/tests
805743
mkdir -p tools/tests
805743
805743
%make_build
805743
805743
%check
805743
make check
805743
805743
%install
805743
%make_install
805743
805743
echo "
805743
#
805743
# This is %{_sysconfdir}/httpd/conf.d/squid.conf
805743
#
805743
805743
ScriptAlias /Squid/cgi-bin/cachemgr.cgi %{_libdir}/squid/cachemgr.cgi
805743
805743
# Only allow access from localhost by default
805743
<Location /Squid/cgi-bin/cachemgr.cgi>
805743
 Require local
805743
 # Add additional allowed hosts as needed
805743
 # Require host example.com
805743
</Location>" > $RPM_BUILD_ROOT/squid.httpd.tmp
805743
805743
805743
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
805743
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
805743
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
805743
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
805743
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/NetworkManager/dispatcher.d
805743
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
805743
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/squid
805743
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/squid
805743
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/squid
805743
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/squid
805743
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}
805743
install -m 755 %{SOURCE8} $RPM_BUILD_ROOT%{_libexecdir}/squid
805743
install -m 644 $RPM_BUILD_ROOT/squid.httpd.tmp $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/squid.conf
805743
install -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{_prefix}/lib/NetworkManager/dispatcher.d/20-squid
805743
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/squid
805743
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/spool/squid
805743
mkdir -p $RPM_BUILD_ROOT/run/squid
805743
chmod 644 contrib/url-normalizer.pl contrib/user-agents.pl
805743
805743
# install /usr/lib/tmpfiles.d/squid.conf
805743
mkdir -p ${RPM_BUILD_ROOT}%{_tmpfilesdir}
805743
cat > ${RPM_BUILD_ROOT}%{_tmpfilesdir}/squid.conf <
805743
# See tmpfiles.d(5) for details
805743
805743
d /run/squid 0755 squid squid - -
805743
EOF
805743
805743
# Move the MIB definition to the proper place (and name)
805743
mkdir -p $RPM_BUILD_ROOT/usr/share/snmp/mibs
805743
mv $RPM_BUILD_ROOT/usr/share/squid/mib.txt $RPM_BUILD_ROOT/usr/share/snmp/mibs/SQUID-MIB.txt
805743
805743
# squid.conf.documented is documentation. We ship that in doc/
805743
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/squid/squid.conf.documented
805743
805743
# remove unpackaged files from the buildroot
805743
rm -f $RPM_BUILD_ROOT/squid.httpd.tmp
805743
34a5dd
# sysusers.d
34a5dd
install -p -D -m 0644 %{SOURCE9} %{buildroot}%{_sysusersdir}/squid.conf
805743
805743
%files
805743
%license COPYING 
805743
%doc CONTRIBUTORS README ChangeLog QUICKSTART src/squid.conf.documented
805743
%doc contrib/url-normalizer.pl contrib/user-agents.pl
805743
805743
%{_unitdir}/squid.service
805743
%attr(755,root,root) %dir %{_libexecdir}/squid
805743
%attr(755,root,root) %{_libexecdir}/squid/cache_swap.sh
805743
%attr(755,root,root) %dir %{_sysconfdir}/squid
805743
%attr(755,root,root) %dir %{_libdir}/squid
805743
%attr(770,squid,root) %dir %{_localstatedir}/log/squid
805743
%attr(750,squid,squid) %dir %{_localstatedir}/spool/squid
805743
%attr(755,squid,squid) %dir /run/squid
805743
805743
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/httpd/conf.d/squid.conf
805743
%config(noreplace) %attr(640,root,squid) %{_sysconfdir}/squid/squid.conf
805743
%config(noreplace) %attr(644,root,squid) %{_sysconfdir}/squid/cachemgr.conf
805743
%config(noreplace) %{_sysconfdir}/squid/mime.conf
805743
%config(noreplace) %{_sysconfdir}/squid/errorpage.css
805743
%config(noreplace) %{_sysconfdir}/sysconfig/squid
805743
# These are not noreplace because they are just sample config files
805743
%config %{_sysconfdir}/squid/squid.conf.default
805743
%config %{_sysconfdir}/squid/mime.conf.default
805743
%config %{_sysconfdir}/squid/errorpage.css.default
805743
%config %{_sysconfdir}/squid/cachemgr.conf.default
805743
%config(noreplace) %{_sysconfdir}/pam.d/squid
805743
%config(noreplace) %{_sysconfdir}/logrotate.d/squid
805743
805743
%dir %{_datadir}/squid
805743
%attr(-,root,root) %{_datadir}/squid/errors
805743
%{_prefix}/lib/NetworkManager
805743
%{_datadir}/squid/icons
805743
%{_sbindir}/squid
805743
%{_bindir}/squidclient
805743
%{_bindir}/purge
805743
%{_mandir}/man8/*
805743
%{_mandir}/man1/*
805743
%{_libdir}/squid/*
805743
%{_datadir}/snmp/mibs/SQUID-MIB.txt
805743
%{_tmpfilesdir}/squid.conf
34a5dd
%{_sysusersdir}/squid.conf
805743
805743
%pre
34a5dd
%sysusers_create_compat %{SOURCE9}
805743
805743
for i in /var/log/squid /var/spool/squid ; do
805743
        if [ -d $i ] ; then
805743
                for adir in `find $i -maxdepth 0 \! -user squid`; do
805743
                        chown -R squid:squid $adir
805743
                done
805743
        fi
805743
done
805743
805743
exit 0
805743
805743
%pretrans -p <lua>
805743
-- temporarilly commented until https://bugzilla.redhat.com/show_bug.cgi?id=1936422 is resolved
805743
--
805743
-- previously /usr/share/squid/errors/es-mx was symlink, now it is directory since squid v5
805743
-- see https://docs.fedoraproject.org/en-US/packaging-guidelines/Directory_Replacement/
805743
-- Define the path to the symlink being replaced below.
805743
--
805743
-- path = "/usr/share/squid/errors/es-mx"
805743
-- st = posix.stat(path)
805743
-- if st and st.type == "link" then
805743
--   os.remove(path)
805743
-- end
805743
805743
-- Due to a bug #447156
805743
paths = {"/usr/share/squid/errors/zh-cn", "/usr/share/squid/errors/zh-tw"}
805743
for key,path in ipairs(paths)
805743
do
805743
  st = posix.stat(path)
805743
  if st and st.type == "directory" then
805743
    status = os.rename(path, path .. ".rpmmoved")
805743
    if not status then
805743
      suffix = 0
805743
      while not status do
805743
        suffix = suffix + 1
805743
        status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
805743
      end
805743
      os.rename(path, path .. ".rpmmoved")
805743
    end
805743
  end
805743
end
805743
805743
%post
805743
%systemd_post squid.service
805743
805743
%preun
805743
%systemd_preun squid.service
805743
805743
%postun
805743
%systemd_postun_with_restart squid.service
805743
805743
%triggerin -- samba-common
805743
if ! getent group wbpriv >/dev/null 2>&1 ; then
805743
  /usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
805743
fi
805743
/usr/sbin/usermod -a -G wbpriv squid >/dev/null 2>&1 || \
805743
    chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
805743
805743
805743
%changelog
34a5dd
* Tue Dec 06 2022 Tomas Korbar <tkorbar@redhat.com> - 7:5.5-5
34a5dd
- Resolves: #2151188 - [RFE] Add the "IP_BIND_ADDRESS_NO_PORT"
34a5dd
  flag to sockets created for outgoing connections in the squid source code.
34a5dd
34a5dd
* Mon Nov 07 2022 Luboš Uhliarik <luhliari@redhat.com> - 7:5.5-4
34a5dd
- Resolves: #2095468 - [RFE] squid use systemd-sysusers
34a5dd
34a5dd
* Mon Nov 07 2022 Luboš Uhliarik <luhliari@redhat.com> - 7:5.5-3
34a5dd
- Resolves: #2130253 - CVE-2022-41318 squid: buffer-over-read in SSPI and SMB
34a5dd
  authentication
34a5dd
2c1a86
* Mon Jul 11 2022 Luboš Uhliarik <luhliari@redhat.com> - 7:5.5-2
2c1a86
- Resolves: #2100785 - CVE-2021-46784 squid: DoS when processing gopher server
2c1a86
  responses
2c1a86
2c1a86
* Tue May 31 2022 Luboš Uhliarik <luhliari@redhat.com> - 7:5.5-1
2c1a86
- new version 5.5
2c1a86
- Resolves: #2075727 - The memory usage of the squid process keeps increasing
2c1a86
056e61
* Thu Oct 07 2021 Luboš Uhliarik <luhliari@redhat.com> - 7:5.2-1
056e61
- new version 5.2
056e61
- Resolves: #1934560 - squid: out-of-bounds read in WCCP protocol
056e61
- Resolves: #2011637 - Rebase squid to 5.2
056e61
056e61
* Wed Sep 15 2021 Luboš Uhliarik <luhliari@redhat.com> - 7:5.1-3
056e61
- Resolves: #1988122 - Enable LTO build of squid for RHEL 9
056e61
805743
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 7:5.1-2
805743
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
805743
  Related: rhbz#1991688
805743
805743
* Thu Aug 05 2021 Luboš Uhliarik <luhliari@redhat.com> - 7:5.1-1
805743
- new version 5.1
805743
- Resolves: #1990517 - Rebase squid to 5.1
805743
- Resolves: #1985231 - squid: FTBFS because of OpenSSL 3.0 preprocessor macro
805743
  changes
805743
805743
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 7:5.0.6-4
805743
- Rebuilt for RHEL 9 BETA for openssl 3.0
805743
  Related: rhbz#1971065
805743
805743
* Tue Jun 08 2021 Luboš Uhliarik <luhliari@redhat.com> - 7:5.0.6-3
805743
- Resolves: #1969322 - squid doesn't work with active ftp
805743
805743
* Mon May 17 2021 Lubos Uhliarik <luhliari@redhat.com> - 7:5.0.6-2
805743
- Resolves: #1953505 - squid: Port to OpenSSL 3.0
805743
805743
* Mon May 17 2021 Lubos Uhliarik <luhliari@redhat.com> - 7:5.0.6-1
805743
- new version 5.0.6
805743
- Resolves: #1961253 - Rebase squid to 5.0.6
805743
805743
* Fri Apr 23 2021 Lubos Uhliarik <luhliari@redhat.com> - 7:5.0.5-2
805743
- new version 5.0.5
805743
- Resolves: #1952896 - Rebase squid to >= 5.0.5
805743
- Resolves: #1940412 - Remove libdb dependency from squid
805743
805743
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 7:4.14-2
805743
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
805743
805743
* Wed Mar 31 2021 Lubos Uhliarik <luhliari@redhat.com> - 7:4.14-1
805743
- new version 4.14
805743
- Resolves: #1939927 - CVE-2020-25097 squid: improper input validation may allow
805743
  a trusted client to perform HTTP Request Smuggling
805743
805743
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.13-3
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
805743
805743
* Sat Oct 17 2020 Jeff Law <law@redhat.com> - 7:4.13-2
805743
- Fix missing #includes for gcc-11
805743
805743
* Tue Aug 25 2020 Lubos Uhliarik <luhliari@redhat.com> - 7:4.13-1
805743
- new version 4.13
805743
805743
* Fri Aug 07 2020 Jeff law <law@redhat.com> - 7:4.12-4
805743
- Disable LTO
805743
805743
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.12-3
805743
- Second attempt - Rebuilt for
805743
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
805743
805743
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.12-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
805743
805743
* Mon Jun 15 2020 Lubos Uhliarik <luhliari@redhat.com> - 7:4.12-1
805743
- new version 4.12
805743
805743
* Thu May 07 2020 Lubos Uhliarik <luhliari@redhat.com> - 7:4.11-1
805743
- new version 4.11
805743
- libsystemd integration
805743
- Resolves: #1827564 - CVE-2020-11945 squid: improper access restriction upon
805743
  Digest Authentication nonce replay could lead to remote code execution
805743
805743
* Thu Mar 26 2020 Lubos Uhliarik <luhliari@redhat.com> - 7:4.10-4
805743
- Resolves: #1817208 - More cache_swap.sh optimizations
805743
805743
* Wed Mar 25 2020 Lubos Uhliarik <luhliari@redhat.com> - 7:4.10-3
805743
- Resolves: #1786485 - squid.service: use ${SQUID_CONF} rather than $SQUID_CONF
805743
- Resolves: #1798535 - CVE-2019-12528 squid: Information Disclosure issue in
805743
  FTP Gateway
805743
- Resolves: #1798554 - CVE-2020-8450 squid: Buffer overflow in a Squid acting
805743
  as reverse-proxy
805743
- Resolves: #1798541 - CVE-2020-8449 squid: Improper input validation issues 
805743
  in HTTP Request processing
805743
805743
* Tue Jan 28 2020 Lubos Uhliarik <luhliari@redhat.com> - 7:4.10-1
805743
- new version 4.10
805743
805743
* Tue Dec 17 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.9-3
805743
- Resolves: #1784383 - Add BuildRequires: systemd-rpm-macros
805743
- Resolves: #1783757 - Build with ./configure --with-pidfile=/run/squid.pid
805743
- Resolves: #1783768 - Optimize cache_swap.sh cache_dir search
805743
805743
* Mon Nov 11 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.9-2
805743
- new version 4.9
805743
- verify src taball signature by default in prep section
805743
805743
* Tue Oct 08 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-6
805743
- Resolves: #1741342 - Do not call autoconf at build time
805743
805743
* Tue Oct 08 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-5
805743
- Resolves: #1716950 - Drop "sleep 1" from logrotate fragment
805743
805743
* Thu Aug 22 2019 Lubomir Rintel <lkundrak@v3.sk> - 7:4.8-4
805743
- Move the NetworkManager dispatcher script out of /etc
805743
805743
* Mon Aug 05 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-3
805743
- Resolves: #1737030 - depend on httpd-filesystem
805743
805743
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.8-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
805743
805743
* Wed Jul 10 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-1
805743
- new version 4.8
805743
- Resolves: #1727745 - squid: CVe-2019-13345 squid: XSS via user_name or auth
805743
  parameter in cachemgr.cgi
805743
805743
* Tue Jul 02 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.7-6
805743
- fix filepath to squid.conf.documented in squid's manpage
805743
- fix path to systemctl in nm script
805743
805743
* Wed May 22 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.7-5
805743
- Related: #1709299 - Use upstream squid.service
805743
805743
* Fri May 17 2019 Luboš Uhliarik <luhliari@redhat.com> - 7:4.7-1
805743
- new version 4.7
805743
805743
* Fri May 17 2019 Luboš Uhliarik <luhliari@redhat.com> - 7:4.6-3
805743
- Resolves: #1709299 - Use upstream squid.service
805743
805743
* Mon Apr 29 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.6-2
805743
- Resolves: #1599074 - squid: 3 coredumps every day
805743
805743
* Wed Apr 24 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.6-1
805743
- new version 4.6
805743
- disabled strict checking due to gcc warnings
805743
805743
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.4-3
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
805743
805743
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 7:4.4-2
805743
- Rebuilt for libcrypt.so.2 (#1666033)
805743
805743
* Mon Dec 10 2018 Lubos Uhliarik <luhliari@redhat.com> - 7:4.4-1
805743
- new version 4.4
805743
805743
* Sun Oct 14 2018 Peter Robinson <pbrobinson@fedoraproject.org> 7:4.2-3
805743
- Drop obsolete legacy sys-v remanents
805743
805743
* Mon Aug 20 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.2-2
805743
- Resolves: #1618790 - SELinux 'dac_override' denial for cache_swap.sh
805743
805743
* Mon Aug 06 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.2-1
805743
- new version 4.2
805743
- enable back strict error checking
805743
805743
* Wed Aug 01 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.1-1
805743
- new version 4.1
805743
805743
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.0.25-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
805743
805743
* Thu Jun 28 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.25-1
805743
- new version 4.0.25
805743
805743
* Mon Jun 04 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.24-2
805743
- removed obsolete BuildRequires (libdb4-devel)
805743
805743
* Thu Mar 08 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.24-1
805743
- new version 4.0.24
805743
- disabled strict checking (removed -Werror)
805743
805743
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.0.23-3
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
805743
805743
* Tue Jan 23 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.23-2
805743
- Resolves: #1481195 - squid loses some REs when optimising ACLs
805743
805743
* Tue Jan 23 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.23-1
805743
- new version 4.0.23
805743
805743
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 7:4.0.22-2
805743
- Rebuilt for switch to libxcrypt
805743
805743
* Wed Jan 17 2018 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.22-1
805743
- new version 4.0.22
805743
- Removed NIS helper (#1531540)
805743
805743
* Mon Aug 07 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.21-1
805743
- new version 4.0.21
805743
805743
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.0.20-4
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
805743
805743
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.0.20-3
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
805743
805743
* Mon Jun 05 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.20-2
805743
- related: new version 4.0.20
805743
805743
* Mon Jun 05 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.20-1
805743
- new version 4.0.20
805743
805743
* Tue Apr 25 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.19-4
805743
- Related: #1445255 - Squid SMP Mode Fails
805743
805743
* Tue Apr 25 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.19-3
805743
- Resolves: #1445255 - Squid SMP Mode Fails
805743
805743
* Tue Apr 18 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.19-2
805743
- Resolves: #1442375 - squid helper squid_kerb_ldap not included in package
805743
805743
* Mon Apr 03 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.19-1
805743
- new version 4.0.19
805743
805743
* Thu Mar 30 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.18-1
805743
- new version 4.0.18
805743
805743
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.0.17-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
805743
805743
* Mon Dec 19 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.17-1
805743
- new version 4.0.17
805743
805743
* Mon Oct 31 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.16-1
805743
- new version 4.0.16
805743
805743
* Mon Oct 10 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.15-1
805743
- new version 4.0.15
805743
805743
* Mon Sep 12 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.14-1
805743
- new version 4.0.14
805743
805743
* Tue Aug 09 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.13-1
805743
- new version 4.0.13
805743
805743
* Mon Jul 11 2016 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:4.0.11-1
805743
- new version 4.0.11
805743
805743
* Wed May 18 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.19-2
805743
- Resolves: #1336993 - Mistyped command in dirname
805743
  /etc/NetworkManager/dispatcher.d/20-squid
805743
805743
* Tue May 10 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.19-1
805743
- new version 3.5.19
805743
805743
* Thu May 05 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.17-1
805743
- new version 3.5.17
805743
805743
* Tue Apr 05 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.16-1
805743
- new version 3.5.16
805743
805743
* Tue Mar 01 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.15-1
805743
- new version 3.5.15
805743
- Resolves: #1311585 - squid: Multiple Denial of Service issues in
805743
  HTTP Response processing
805743
- Resolves: #1312267 - squid: SQUID-2016_2 advisory, multiple DoS issues
805743
805743
* Tue Mar 01 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.13-3
805743
- Resolves: #1308866 - CVE-2016-2390 squid: incorrect server error 
805743
  handling resulting in denial of service
805743
805743
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7:3.5.13-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
805743
805743
* Fri Jan 08 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.13-1
805743
- new version 3.5.13
805743
805743
* Thu Dec 03 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.12-2
805743
- new version 3.5.12
805743
805743
* Fri Sep 25 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-3
805743
- Resolves: #1231992
805743
805743
* Fri Sep 25 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-2
805743
- Resolves: #1230501
805743
805743
* Thu Sep 24 2015 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.9-1
805743
- new version 3.5.9
805743
- added Patch, which fixes problem with include guards 
805743
805743
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.5.3-5
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
805743
805743
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 7:3.5.3-4
805743
- Rebuilt for GCC 5 C++11 ABI change
805743
805743
* Tue Mar 31 2015 Pavel Å imerda <psimerda@redhat.com> - 7:3.5.3-3
805743
- Fix build by removing eDirectory support
805743
805743
* Tue Mar 31 2015 Pavel Å imerda <psimerda@redhat.com> - 7:3.5.3-2
805743
- clean up defunct patches
805743
805743
* Tue Mar 31 2015 Pavel Å imerda <psimerda@redhat.com> - 7:3.5.3-1
805743
- new version 3.5.3
805743
805743
* Mon Mar 23 2015 Pavel Å imerda <psimerda@redhat.com> - 7:3.5.2-4
805743
- Resolves: #1145235, #1173488, #1176318 – revert a couple of recent changes
805743
805743
* Sun Mar 15 2015 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.5.2-3
805743
- Correct execmod build issue caused by libtool confusion on
805743
  required compiler flags
805743
805743
* Sun Mar 15 2015 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.5.2-2
805743
- Update to latest upstream version 3.5.2
805743
- Remove deprecated (and renamed) squid_msnt_auth basic auth helper. Only
805743
  performs LM authentication and not considered useful in todays networks.
805743
805743
* Wed Feb 25 2015 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.4.12-1
805743
- Update to latest upstream version 3.4.12
805743
- bug #1173946: Disable -march=native compile time optimization, use Fedora defaults.
805743
805743
* Tue Nov 18 2014 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.4.9-3
805743
- Update to latest upstream version 3.4.9
805743
805743
* Sun Oct 19 2014 Peter Robinson <pbrobinson@fedoraproject.org> 7:3.4.7-3
805743
- Update ppc64 macro to cover little endian too
805743
805743
* Thu Sep 11 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.7-2
805743
- Fixed: CVE-2014-6270
805743
805743
* Thu Aug 28 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.7-1
805743
- Update to latest upstream version
805743
- Fixed: CVE-2014-3609
805743
805743
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 7:3.4.6-3
805743
- Rebuild for rpm bug 1131960
805743
805743
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.4.6-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
805743
805743
* Wed Jul 2 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.6-1
805743
- Update to latest upstream version 3.4.6
805743
805743
* Fri Jun 13 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.5-6
805743
- Fixed #855111: set unlimited start and shutdown timeout
805743
805743
* Sun Jun 08 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.5-5
805743
- Run squid under user and group squid
805743
805743
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.4.5-4
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
805743
805743
* Tue May 27 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.5-3
805743
- Remove sysvinit subpackage 
805743
- Enable rock store
805743
805743
* Fri May 23 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.5-2
805743
- Fixed #1099970: missing /var/run/squid folder
805743
- Reverted #1038160: breaks SMP mode
805743
805743
* Tue May 6 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.5-1
805743
- Update to latest upstream version 3.4.5
805743
805743
* Fri Apr 25 2014 Michal Luscon <mluscon@redhat.com> - 7:3.4.4.2-1
805743
- Update to latest upstream version 3.4.4.2
805743
805743
* Thu Mar 13 2014 Pavel Å imerda <psimerda@redhat.com> - 7:3.4.4-1
805743
- bump to 3.4.4
805743
805743
* Tue Feb 04 2014 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.4.3-1
805743
- Update to latest upstream bugfix version 3.4.3
805743
805743
* Mon Jan 06 2014 Pavel Å imerda <psimerda@redhat.com> - 7:3.4.1-2
805743
- Resolves: #1038160 - avoid running squid's own supervisor process
805743
805743
* Mon Dec 30 2013 Michal Luscon <mluscon@redhat.com> - 7:3.4.1-1
805743
- Rebase to latest stable upstream release 3.4.1
805743
- Fixed #1034306: fails to build for AArch64
805743
- Fixed: active ftp
805743
805743
* Tue Dec 03 2013 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.3.11-1
805743
- Update to latest upstream bugfix version 3.3.11
805743
805743
* Fri Sep 13 2013 Michal Luscon <mluscon@redhat.com> - 7:3.3.9-1
805743
- Update to latest upstream version 3.3.9
805743
- Fixed #976815: file descriptors are hard coded to 16384
805743
- Fixed: active ftp crashing
805743
- Fixed: offset of patches
805743
805743
* Thu Aug 08 2013 Michal Luscon <mluscon@redhat.com> - 7:3.3.8-3
805743
- Fixed #994814: enable time_quota helper
805743
805743
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.3.8-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
805743
805743
* Mon Jul 22 2013 Michal Luscon <mluscon@redhat.com> - 7:3.3.8-1
805743
- Update to latest upstream version 3.3.8
805743
- Fixed: CVE-2013-4123
805743
- Fixed: CVE-2013-4115
805743
805743
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 7:3.3.4-3
805743
- Perl 5.18 rebuild
805743
805743
* Wed May  8 2013 Ville Skyttä <ville.skytta@iki.fi> - 7:3.3.4-2
805743
- Fix basic auth and log daemon DB helper builds.
805743
- Use xz compressed tarball, fix source URLs.
805743
- Fix bogus dates in %%changelog.
805743
805743
* Fri May 3 2013 Michal Luscon <nluscon@redhat.com> - 7:3.3.4-1
805743
- Rebase to latest upstream version 3.3.4
805743
805743
* Tue Apr 23 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.9-3
805743
- Option '-k' is not stated in squidclient man
805743
- Remove pid from service file(#913262)
805743
805743
* Fri Apr 19 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.9-2
805743
- Enable full RELRO (-Wl,-z,relro -Wl,-z,now)
805743
805743
* Tue Mar 19 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.9-1
805743
- Update to latest upstream version 3.2.9
805743
- Fixed: CVE-2013-1839
805743
- Removed: makefile-patch (+make check)
805743
805743
* Mon Mar 11 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.8-3
805743
- Resolved: /usr move - squid service file
805743
805743
* Sat Mar 09 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.8-2
805743
- Resolved: #896127 - basic_ncsa_auth does not work
805743
805743
* Fri Mar 08 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.8-1
805743
- Update to latest upstream version 3.2.8
805743
- Fixed rawhide build issues (-make check)
805743
805743
* Thu Feb 07 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.7-1
805743
- Update to latest upstream version 3.2.7
805743
805743
* Thu Jan 24 2013 Michal Luscon <mluscon@redhat.com> - 7:3.2.5-2
805743
- CVE-2013-0189: Incomplete fix for the CVE-2012-5643
805743
805743
* Mon Dec 17 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.5-1
805743
- Update to latest upstream version 3.2.5
805743
805743
* Mon Nov 05 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.3-3
805743
- Resolved: #71483 - httpd 2.4 requires new configuration directives
805743
805743
* Fri Oct 26 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.3-2
805743
- Resolved: #854356 - squid.service use PIDFile
805743
- Resolved: #859393 - Improve cache_swap script
805743
- Resolved: #791129 - disk space warning
805743
- Resolved: #862252 - reload on VPN or network up/down
805743
- Resolved: #867531 - run test suite during build
805743
- Resolved: #832684 - missing after dependency nss-lookup.target
805743
- Removed obsolete configure options
805743
805743
* Mon Oct 22 2012 Tomas Hozza <thozza@redhat.com> - 7:3.2.3-1
805743
- Update to latest upstream version 3.2.3
805743
805743
* Tue Oct 16 2012 Tomas Hozza <thozza@redhat.com> - 7:3.2.2-1
805743
- Update to latest upstream version 3.2.2
805743
805743
* Fri Oct 05 2012 Tomas Hozza <thozza@redhat.com> - 7:3.2.1-2
805743
- Introduced new systemd-rpm macros in squid spec file. (#850326)
805743
805743
* Wed Aug 29 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.1-1
805743
- Update to latest upstream 3.2.1
805743
805743
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.2.0.16-3
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
805743
805743
* Mon Apr 02 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.16-2
805743
- Enable SSL CRTD for ssl bump
805743
805743
* Wed Mar 07 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.16-1
805743
- Upstream 3.2.0.16 bugfix release
805743
805743
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.2.0.15-2
805743
- Rebuilt for c++ ABI breakage
805743
805743
* Mon Feb 06 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.15-1
805743
- Upstream 3.2.0.15 bugfix release
805743
805743
* Wed Feb 01 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.14-7
805743
- update with upstreamed patch versions
805743
805743
* Tue Jan 17 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.14-6
805743
- upstream gcc-4.7 patch
805743
- fix for bug #772483 running out of memory, mem_node growing out of bounds
805743
805743
* Mon Jan 16 2012 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-5
805743
- fixes FTBFS due to gcc-4.7
805743
805743
* Fri Jan 13 2012 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-4
805743
- fixes #772481 - Low number of open files for squid process
805743
- fixes FTBFS due to gcc4.7
805743
805743
* Thu Jan 05 2012 Henrik Nordstrom <henrik@henriknordstrom.net> - 3.2.0.14-3
805743
- rebuild for gcc-4.7.0
805743
805743
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-2
805743
- fixes #768586 - Please enable eCAP support again
805743
805743
* Wed Dec 14 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.14-1
805743
- update to latest upstream 3.2.0.14
805743
805743
* Mon Nov 07 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-5
805743
- fixes #751679 - host_strict_verify setting inverted in squid.conf
805743
805743
* Thu Nov 03 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-4
805743
- fixes #750550 - Squid might depend on named
805743
805743
* Wed Oct 26 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-3
805743
- added upstream fix for #747125
805743
805743
* Wed Oct 26 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-2
805743
- fixes #747103 - squid does not start if /var/spool/squid is empty
805743
- fixes #747110 - squid does not start adding "memory_pools off"
805743
805743
* Mon Oct 17 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.13-1
805743
- update to latest upstream 3.2.0.13
805743
805743
* Tue Sep 20 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.12-1
805743
- update to latest upstream 3.2.0.12
805743
805743
* Mon Aug 29 2011 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.11-3
805743
- update to latest upstream 3.2.0.11
805743
805743
* Sat Aug 27 2011 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.2.0.10-3
805743
- Fix for SQUID-2011:3 Gopher vulnerability
805743
805743
* Thu Aug 18 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.10-2
805743
- rebuild for rpm
805743
805743
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.10-1
805743
- update to latest upsteam 3.2.0.10
805743
805743
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.9-2
805743
- rebuild for libcap
805743
805743
* Tue Jun 07 2011 Jiri Skala <jskala@redhat.com> - 7:3.2.0.9-1
805743
- upgrade to squid-3.2
805743
- fixes #720445 - Provide native systemd unit file
805743
- SysV initscript moved to subpackage
805743
- temproary disabled eCap
805743
805743
* Wed May 18 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-3
805743
- enabled eCAP support
805743
805743
* Wed May 04 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-2
805743
- applied corrections of unused patch (Ismail Dönmez)
805743
805743
* Fri Apr 15 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.12-1
805743
- Update to 3.1.12 upstream release
805743
805743
* Thu Feb 10 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.11-1
805743
- Update to 3.1.11 upstream release
805743
- fixes issue with unused variale after mass rebuild (gcc-4.6)
805743
805743
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.1.10-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
805743
805743
* Thu Jan 06 2011 Jiri Skala <jskala@redhat.com> - 7:3.1.10-1
805743
- Update to 3.1.10 upstream release
805743
805743
* Fri Nov 05 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.9-5
805743
- rebuild for libxml2
805743
805743
* Mon Nov 01 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.9-4
805743
- fixes #647967 - build with -fPIE option back and dropped proper libltdl usage
805743
805743
* Sat Oct 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.9-3
805743
- Bug #647967 - License clarification & spec-file cleanup
805743
805743
* Mon Oct 25 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.1.9-2
805743
- Upstream 3.1.9 bugfix release
805743
805743
* Wed Oct 13 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.8-2
805743
- fixes #584161 - squid userid not added to wbpriv group
805743
805743
* Sun Sep 05 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.8-1
805743
- Bug #630445: SQUID-2010:3 Denial of service issue
805743
805743
* Tue Aug 24 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.7-1
805743
- Upstream 3.1.7 bugfix release
805743
805743
* Fri Aug 20 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.6-1
805743
- Upstream 3.1.6 bugfix release
805743
- Build with system libtool-ltdl
805743
805743
* Thu Jul 15 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.5-2
805743
- Upstream 3.1.5 bugfix release
805743
- Upstream patch for Bug #614665: Squid crashes with  ident auth
805743
- Upstream patches for various memory leaks
805743
805743
* Mon May 31 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-2
805743
- Correct case-insensitiveness in HTTP list header parsing
805743
805743
* Sun May 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.4-1
805743
- Upstream 3.1.4 bugfix release, issues relating to IPv6, TPROXY, Memory
805743
  management, follow_x_forwarded_for, and stability fixes
805743
805743
* Fri May 14 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.3-2
805743
- Fully fix #548903 - "comm_open: socket failure: (97) Address family not supported by protocol" if IPv6 disabled
805743
- Various IPv6 related issues fixed, making tcp_outgoing_address behave
805743
  as expected and no commResetFD warnings when using tproxy setups.
805743
805743
* Sun May 02 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.3-1
805743
- Update to 3.1.3 Upstream bugfix release, fixing WCCPv1
805743
805743
* Mon Apr 19 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.1-4
805743
- Bug #583489: Adjust logrotate script to changes in logrotate package.
805743
805743
* Mon Apr 19 2010 Jiri Skala <jskala@redhat.com>
805743
- fixes #548903 - "comm_open: socket failure: (97) Address family not supported by protocol" if IPv6 disabled
805743
805743
* Tue Mar 30 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.1-2
805743
- Update to 3.1.1 Squid bug #2827 crash with assertion failed:
805743
  FilledChecklist.cc:90: "conn() != NULL" under high load.
805743
805743
* Mon Mar 15 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.18-1
805743
- Upgrade to 3.1.0.18 fixing Digest authentication and improved HTTP/1.1 support
805743
805743
* Sun Feb 28 2010 Henrik Nordstrom <henrik@henriknordstrom.net> -  7:3.1.0.17-3
805743
- Bug 569120, fails to open unbound ipv4 listening sockets
805743
805743
* Thu Feb 25 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.17-2
805743
- Upgrade to 3.1.0.17
805743
805743
* Thu Feb 18 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-7
805743
- Workaround for Fedora-13 build failure
805743
805743
* Sun Feb 14 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-6
805743
- Patch for Squid security advisory SQUID-2010:2, denial of service
805743
  issue in HTCP processing (CVE-2010-0639)
805743
805743
* Sun Feb 07 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.16-5
805743
- Rebuild 3.1.0.16 with corrected upstream release.
805743
805743
* Wed Feb 03 2010 Jiri Skala <jskala@redhat.com> - 7:3.1.0.16-4
805743
- spec file modified to be fedora packaging guidline compliant
805743
- little shifting lines in init script header due to rpmlint complaint
805743
- fixes assertion during start up
805743
805743
* Mon Feb 01 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.1.0.16-3
805743
- Upgrade to 3.1.0.16 for DNS related DoS fix (Squid-2010:1)
805743
805743
* Sat Jan 09 2010 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.15-3
805743
- fixed #551302 PROXY needs libcap. Also increases security a little.
805743
- merged relevant upstream bugfixes waiting for next 3.1 release
805743
805743
* Mon Nov 23 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.15-2
805743
- Update to 3.1.0.15 with a number of bugfixes and a workaround for
805743
  ICEcast/SHOUTcast streams.
805743
805743
* Mon Nov 23 2009 Jiri Skala <jskala@redhat.com> 7:3.1.0.14-2
805743
- fixed #532930 Syntactic error in /etc/init.d/squid
805743
- fixed #528453 cannot initialize cache_dir with user specified config file
805743
805743
* Sun Sep 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.14-1
805743
- Update to 3.1.0.14
805743
805743
* Sat Sep 26 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-7
805743
- Include upstream patches fixing important operational issues
805743
- Enable ESI support now that it does not conflict with normal operation
805743
805743
* Fri Sep 18 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-6
805743
- Rotate store.log if enabled
805743
805743
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.1.0.13-5
805743
- Use password-auth common PAM configuration instead of system-auth
805743
805743
* Tue Sep 15 2009 Jiri Skala <jskala@redhat.com> - 7:3.1.0.13-4
805743
- fixed #521596 - wrong return code of init script
805743
805743
* Tue Sep 08 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-3
805743
- Enable squid_kerb_auth
805743
805743
* Mon Sep 07 2009 Henrik Nordstrom <henrik@henriknordtrom.net> - 7:3.1.0.13-2
805743
- Cleaned up packaging to ease future maintenance
805743
805743
* Fri Sep 04 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.1.0.13-1
805743
- Upgrade to next upstream release 3.1.0.13 with many new features
805743
  * IPv6 support
805743
  * NTLM-passthru
805743
  * Kerberos/Negotiate authentication scheme support
805743
  * Localized error pages based on browser language preferences
805743
  * Follow X-Forwarded-For capability
805743
  * and more..
805743
805743
* Mon Aug 31 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 3.0.STABLE18-3
805743
- Bug #520445 silence logrotate when Squid is not running
805743
805743
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.0.STABLE18-2
805743
- rebuilt with new openssl
805743
805743
* Tue Aug 04 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE18-1
805743
- Update to 3.0.STABLE18
805743
805743
* Sat Aug 01 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE17-3
805743
- Squid Bug #2728: regression: assertion failed: http.cc:705: "!eof"
805743
805743
* Mon Jul 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE17-2
805743
- Bug #514014, update to 3.0.STABLE17 fixing the denial of service issues
805743
  mentioned in Squid security advisory SQUID-2009_2.
805743
805743
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.0.STABLE16-3
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
805743
805743
* Wed Jul 01 2009 Jiri Skala <jskala@redhat.com> 7:3.0.STABLE16-2
805743
- fixed patch parameter of bXXX patches
805743
805743
* Mon Jun 29 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE16-1
805743
- Upgrade to 3.0.STABLE16
805743
805743
* Sat May 23 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE15-2
805743
- Bug #453304 - Squid requires restart after Network Manager connection setup
805743
805743
* Sat May 09 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE15-1
805743
- Upgrade to 3.0.STABLE15
805743
805743
* Tue Apr 28 2009 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE14-3
805743
- fixed ambiguous condition in the init script (exit 4)
805743
805743
* Mon Apr 20 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE14-2
805743
- Squid bug #2635: assertion failed: HttpHeader.cc:1196: "Headers[id].type == ftInt64"
805743
805743
* Sun Apr 19 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE14-1
805743
- Upgrade to 3.0.STABLE14
805743
805743
* Fri Mar 06 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE13-2
805743
- backported logfile.cc syslog parameters patch from 3.1 (b9443.patch)
805743
- GCC-4.4 workaround in src/wccp2.cc
805743
805743
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.0.STABLE13-2
805743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
805743
805743
* Thu Feb 5 2009 Jonathan Steffan <jsteffan@fedoraproject.org> - 7:3.0.STABLE13-1
805743
- upgrade to latest upstream
805743
805743
* Tue Jan 27 2009 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE12-1
805743
- upgrade to latest upstream
805743
805743
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 7:3.0.STABLE10-4
805743
- rebuild with new openssl
805743
805743
* Fri Dec 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-3
805743
- actually include the upstream bugfixes in the build
805743
805743
* Fri Dec 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-2
805743
- upstream bugfixes for cache corruption and access.log response size errors
805743
805743
* Fri Oct 24 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE10-1
805743
- upgrade to latest upstream
805743
805743
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-2
805743
- disable coss support, not officially supported in 3.0
805743
805743
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-1
805743
- update to latest upstream
805743
805743
* Thu Oct 09 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE7-4
805743
- change logrotate to move instead of copytruncate
805743
805743
* Wed Oct 08 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-3
805743
- fix #465052 -  FTBFS squid-3.0.STABLE7-1.fc10
805743
805743
* Thu Aug 14 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-2
805743
- used ncsa_auth.8 from man-pages. there will be this file removed due to conflict
805743
- fix #458593 noisy initscript
805743
- fix #463129 init script tests wrong conf file
805743
- fix #450352 - build.patch patches only generated files
805743
805743
* Wed Jul 02 2008 Jiri Skala <jskala@redhat.com> - 7:3.0.STABLE7-1
805743
- update to latest upstream
805743
- fix #453214
805743
805743
* Mon May 26 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE6-2
805743
- fix bad allocation
805743
805743
* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE6-1
805743
- upgrade to latest upstream
805743
- fix bad allocation
805743
805743
* Fri May 09 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE5-2
805743
- fix configure detection of netfilter kernel headers (#435499),
805743
  patch by aoliva@redhat.com
805743
- add support for negotiate authentication (#445337)
805743
805743
* Fri May 02 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE5-1
805743
- upgrade to latest upstream
805743
805743
* Tue Apr 08 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE4-1
805743
- upgrade to latest upstream
805743
805743
* Thu Apr 03 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE2-2
805743
- add %%{optflags} to make
805743
- remove warnings about unused return values
805743
805743
* Thu Mar 13 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE2-1
805743
- upgrade to latest upstream 3.0.STABLE2
805743
- check config file before starting (#428998)
805743
- whitespace unification of init script
805743
- some minor path changes in the QUICKSTART file
805743
- configure with the --with-filedescriptors=16384 option
805743
805743
* Tue Feb 26 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-3
805743
- change the cache_effective_group default back to none
805743
805743
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-2
805743
- rebuild for 4.3
805743
805743
* Wed Jan 23 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-1
805743
- upgrade to latest upstream 3.0.STABLE1
805743
805743
* Tue Dec 04 2007 Martin Bacovsky <mbacovsk@redhat.com> - 2.6.STABLE17-1
805743
- upgrade to latest upstream 2.6.STABLE17
805743
805743
* Wed Oct 31 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-3
805743
- arp-acl was enabled
805743
805743
* Tue Sep 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-2
805743
- our fd_config patch was replaced by upstream's version 
805743
- Source1 (FAQ.sgml) points to local source (upstream's moved to wiki)
805743
805743
* Fri Sep 14 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE16-1
805743
- upgrade to latest upstream 2.6.STABLE16
805743
805743
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 7:2.6.STABLE14-2
805743
- Rebuild for selinux ppc32 issue.
805743
805743
* Thu Jul 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE14-1
805743
- update to latest upstream 2.6.STABLE14
805743
- resolves: #247064: Initscript Review
805743
805743
* Tue Mar 27 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE12-1
805743
- update to latest upstream 2.6.STABLE12
805743
- Resolves: #233913: squid: unowned directory
805743
805743
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE9-2
805743
- Resolves: #226431: Merge Review: squid
805743
805743
* Mon Jan 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 7:2.6.STABLE9-1
805743
- update to the latest upstream
805743
805743
* Sun Jan 14 2007 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE7-1
805743
- update to the latest upstream
805743
805743
* Tue Dec 12 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE6-1
805743
- update to the latest upstream
805743
805743
* Mon Nov  6 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE5-1
805743
- update to the latest upstream
805743
805743
* Thu Oct 26 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-4
805743
- added fix for #205568 - marked cachemgr.conf as world readable
805743
805743
* Wed Oct 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-3
805743
- added fix for #183869 - squid can abort when getting status
805743
- added upstream fixes:
805743
    * Bug #1796: Assertion error HttpHeader.c:914: "str"
805743
    * Bug #1779: Delay pools fairness, correction to first patch
805743
    * Bug #1802: Crash on exit in certain conditions where cache.log is not writeable
805743
    * Bug #1779: Delay pools fairness when multiple connections compete for bandwidth
805743
    * Clarify the select/poll/kqueue/epoll configure --enable/disable options
805743
- reworked fd patch for STABLE4
805743
805743
* Tue Oct 17 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-2
805743
- upstream fixes:
805743
  * Accept 00:00-24:00 as a valid time specification (upstream BZ #1794)
805743
  * aioDone() could be called twice
805743
  * Squid reconfiguration (upstream BZ #1800)
805743
805743
* Mon Oct 2 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-1
805743
- new upstream
805743
- fixes from upstream bugzilla, items #1782,#1780,#1785,#1719,#1784,#1776
805743
805743
* Tue Sep 5 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-2
805743
- added upstream patches for ACL
805743
805743
* Mon Aug 21 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE3-1
805743
- the latest stable upstream
805743
805743
* Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 7:2.6.STABLE2-3
805743
- added some requirements for pre/post install scripts
805743
805743
* Fri Aug 04 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-2
805743
- added patch for #198253 - squid: don't chgrp another pkg's
805743
  files/directory
805743
805743
* Mon Jul 31 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE2-1
805743
- the latest stable upstream
805743
- reworked fd config patch
805743
805743
* Tue Jul 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-3
805743
- the latest CVS upstream snapshot
805743
805743
* Wed Jul 19 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-2
805743
- the latest CVS snapshot
805743
805743
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE1-1
805743
- new upstream + the latest CVS snapshot from 2006/07/18
805743
- updated fd config patch
805743
- enabled epoll
805743
- fixed release format (#197405)
805743
- enabled WCCPv2 support (#198642)
805743
805743
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE14-2.1
805743
- rebuild
805743
805743
* Thu Jun 8 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-2
805743
- fix for squid BZ#1511 - assertion failed: HttpReply.c:105: "rep"
805743
805743
* Tue May 30 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE14-1
805743
- update to new upstream
805743
805743
* Sun May 28 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-5
805743
- fixed libbind patch (#193298)
805743
805743
* Wed May 3  2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-4
805743
- added extra group check (#190544)
805743
805743
* Wed Mar 29 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-3
805743
- improved pre script (#187217) - added group switch
805743
805743
* Thu Mar 23 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-2
805743
- removed "--with-large-files" on 64bit arches
805743
805743
* Mon Mar 13 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE13-1
805743
- update to new upstream
805743
805743
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE12-5.1
805743
- bump again for double-long bug on ppc(64)
805743
805743
* Tue Feb 07 2006 Martin Stransky <stransky@redhat.com> - 7:2.5.STABLE12-5
805743
- new upstream patches
805743
805743
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 7:2.5.STABLE12-4.1
805743
- rebuilt for new gcc4.1 snapshot and glibc changes
805743
805743
* Wed Dec 28 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-4
805743
- added follow-xff patch (#176055)
805743
- samba path fix (#176659)
805743
805743
* Mon Dec 19 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-3
805743
- fd-config.patch clean-up
805743
- SMB_BadFetch patch from upstream
805743
805743
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
805743
- rebuilt
805743
805743
* Mon Nov 28 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-2
805743
- rewriten patch squid-2.5.STABLE10-64bit.patch, it works with
805743
  "--with-large-files" option now
805743
- fix for #72896 - squid does not support > 1024 file descriptors,
805743
  new "--enable-fd-config" option for it.
805743
805743
* Wed Nov 9 2005  Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-1
805743
- update to STABLE12
805743
- setenv patch
805743
805743
* Mon Oct 24 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-6
805743
- fix for delay pool from upstream
805743
805743
* Thu Oct 20 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-5
805743
- fix for #171213 - CVE-2005-3258 Squid crash due to malformed FTP response
805743
- more fixes from upstream
805743
805743
* Fri Oct 14 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-4
805743
- enabled support for large files (#167503)
805743
805743
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com> 7:2.5.STABLE11-3
805743
- use include instead of pam_stack in pam config
805743
805743
* Thu Sep 29 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-2
805743
- added patch for delay pools and some minor fixes
805743
805743
* Fri Sep 23 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE11-1
805743
- update to STABLE11
805743
805743
* Mon Sep 5 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-4
805743
- Three upstream patches for #167414
805743
- Spanish and Greek messages
805743
- patch for -D_FORTIFY_SOURCE=2 
805743
805743
* Tue Aug 30 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-3
805743
- removed "--enable-truncate" option (#165948)
805743
- added "--enable-cache-digests" option (#102134)
805743
- added "--enable-ident-lookups" option (#161640)
805743
- some clean up (#165949)
805743
805743
* Fri Jul 15 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-2
805743
- pam_auth and ncsa_auth have setuid (#162660)
805743
805743
* Thu Jul 7 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE10-1
805743
- new upstream version
805743
- enabled fakeauth utility (#154020)
805743
- enabled digest authentication scheme (#155882)
805743
- all error pages marked as config (#127836)
805743
- patch for 64bit statvfs interface (#153274)
805743
- added httpd config file for cachemgr.cgi (#112725)
805743
805743
* Mon May 16 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-7
805743
- Upgrade the upstream -dns_query patch from -4 to -5
805743
805743
* Wed May 11 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-6
805743
- More upstream patches, including a fix for
805743
  bz#157456 CAN-2005-1519 DNS lookups unreliable on untrusted networks
805743
805743
* Tue Apr 26 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-5
805743
- more upstream patches, including a fix for
805743
  CVE-1999-0710 cachemgr malicious use
805743
805743
* Fri Apr 22 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-4
805743
- More upstream patches, including the fixed 2GB patch.
805743
- include the -libbind patch, which prevents squid from using the optional
805743
  -lbind library, even if it's installed.
805743
805743
* Tue Mar 15 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE9-2
805743
- New upstream version, with 14 upstream patches.
805743
805743
* Wed Feb 16 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE8-2
805743
- new upstream version with 4 upstream patches.
805743
- Reorganize spec file to apply upstream patches first
805743
805743
* Tue Feb 1 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-4
805743
- Include two more upstream patches for security vulns:
805743
  bz#146783 Correct handling of oversized reply headers
805743
  bz#146778 CAN-2005-0211 Buffer overflow in WCCP recvfrom() call
805743
805743
* Tue Jan 25 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-3
805743
- Include more upstream patches, including two for security holes.
805743
805743
* Tue Jan 18 2005 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-2
805743
- Add a triggerin on samba-common to make /var/cache/samba/winbindd_privileged
805743
  accessable so that ntlm_auth will work.  It needs to be in this rpm,
805743
  because the Samba RPM can't assume the squid user exists.
805743
  Note that this will only work if the Samba RPM is recent enough to create
805743
  that directory at install time instead of at winbindd startup time.
805743
  That should be samba-common-3.0.0-15 or later.
805743
  This fixes bugzilla #103726
805743
- Clean up extra whitespace in this spec file.
805743
- Add additional upstream patches. (Now 18 upstream patches).
805743
- patch #112 closes CAN-2005-0096 and CAN-2005-0097, remote DOS security holes.
805743
- patch #113 closes CAN-2005-0094, a remote buffer-overflow DOS security hole.
805743
- patch #114 closes CAN-2005-0095, a remote DOS security hole.
805743
- Remove the -nonbl (replaced by #104) and -close (replaced by #111) patches, since
805743
  they're now fixed by upstream patches.
805743
805743
* Mon Oct 25 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE7-1
805743
- new upstream version, with 3 upstream patches.
805743
  Updated the -build and -config patches
805743
- Include patch from Ulrich Drepper <frepper@redhat.com> to more
805743
  intelligently close all file descriptors.
805743
805743
* Mon Oct 18 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-3
805743
- include patch from Ulrich Drepper <drepper@redhat.com> to stop
805743
  problems with O_NONBLOCK.  This closes #136049
805743
805743
* Tue Oct 12 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-2
805743
- Include fix for CAN-2004-0918
805743
805743
* Tue Sep 28 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE6-1
805743
- New upstream version, with 32 upstream patches.
805743
  This closes #133970, #133931, #131728, #128143, #126726
805743
805743
- Change the permissions on /etc/squid/squid.conf to 640.  This closes
805743
  bugzilla #125007
805743
805743
* Mon Jun 28 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5STABLE5-5
805743
- Merge current upstream patches.
805743
- Fix the -pipe patch to have the correct name of the winbind pipe.
805743
805743
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
805743
- rebuilt
805743
805743
* Mon Apr 5 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE5-2
805743
- Include the first 10 upstream patches
805743
- Add a patch for the correct location of the winbindd pipe.  This closes
805743
  bugzilla #107561
805743
- Remove the change to ssl_support.c from squid-2.5.STABLE3-build patch
805743
  This closes #117851
805743
- Include /etc/pam.d/squid .  This closes #113404
805743
- Include a patch to close #111254 (assignment in assert)
805743
- Change squid.init to put output messages in /var/log/squid/squid.out
805743
  This closes #104697
805743
- Only useradd the squid user if it doesn't already exist, and error out
805743
  if the useradd fails.  This closes #118718.
805743
805743
* Tue Mar 2 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE5-1
805743
- New upstream version, obsoletes many patches.
805743
- Fix --datadir passed to configure.  Configure automatically adds /squid
805743
  so we shouldn't.
805743
- Remove the problematic triggerpostun trigger, since is's broken, and FC2
805743
  never shipped with that old version.
805743
- add %%{?_smp_mflags} to make line.
805743
805743
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
805743
- rebuilt
805743
805743
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
805743
- Use ':' instead of '.' as separator for chown.
805743
805743
* Fri Feb 20 2004 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE4-3
805743
- Clean up the spec file to work on 64-bit platforms (use %%{_libdir}
805743
  instead of /usr/lib, etc)
805743
- Make the release number in the changelog section agree with reality.
805743
- use -fPIE rather than -fpie.  s390 fails with just -fpie
805743
805743
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
805743
- rebuilt
805743
805743
* Thu Feb 5 2004 Jay Fenlason <fenlason@redhat.com>
805743
- Incorporate many upstream patches
805743
- Include many spec file changes from D.Johnson <dj@www.uk.linux.org>
805743
805743
* Tue Sep 23 2003 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE4-1
805743
- New upstream version.
805743
- Fix the Source: line in this spec file to point to the correct URL.
805743
- redo the -location patch to work with the new upstream version.
805743
805743
* Mon Jun 30 2003 Jay Fenlason <fenlason@redhat.com> 7:2.5.STABLE3-0
805743
- Spec file change to enable the nul storage module. bugzilla #74654
805743
- Upgrade to 2.5STABLE3 with current official patches.
805743
- Added --enable-auth="basic,ntlm": closes bugzilla #90145
805743
- Added --with-winbind-auth-challenge: closes bugzilla #78691
805743
- Added --enable-useragent-log and --enable-referer-log, closes
805743
- bugzilla #91884
805743
# - Changed configure line to enable pie
805743
# (Disabled due to broken compilers on ia64 build machines)
805743
#- Patched to increase the maximum number of file descriptors #72896
805743
#- (disabled for now--needs more testing)
805743
805743
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
805743
- rebuilt
805743
805743
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
805743
- rebuilt
805743
805743
* Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7:2.5.STABLE1-1
805743
- update to 2.5.STABLE1
805743
805743
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 7:2.4.STABLE7-5
805743
- remove unpackaged files from the buildroot
805743
805743
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.STABLE7-4
805743
- rebuild
805743
805743
* Wed Jul 31 2002 Karsten Hopp <karsten@redhat.de>
805743
- don't raise an error if the config file is incomplete
805743
  set defaults instead (#69322, #70065)
805743
805743
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 2.4.STABLE7-2
805743
- don't strip binaries
805743
805743
* Mon Jul  8 2002 Bill Nottingham <notting@redhat.com>
805743
- update to 2.4.STABLE7
805743
- fix restart (#53761)
805743
805743
* Tue Jun 25 2002 Bill Nottingham <notting@redhat.com>
805743
- add various upstream bugfix patches
805743
805743
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
805743
- automated rebuild
805743
805743
* Thu May 23 2002 Tim Powers <timp@redhat.com>
805743
- automated rebuild
805743
805743
* Fri Mar 22 2002 Bill Nottingham <notting@redhat.com>
805743
- 2.4.STABLE6
805743
- turn off carp
805743
805743
* Mon Feb 18 2002 Bill Nottingham <notting@redhat.com>
805743
- 2.4.STABLE3 + patches
805743
- turn off HTCP at request of maintainers
805743
- leave SNMP enabled in the build, but disabled in the default config
805743
805743
* Fri Jan 25 2002 Tim Powers <timp@redhat.com>
805743
- rebuild against new libssl
805743
805743
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
805743
- automated rebuild
805743
805743
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
805743
- require linuxdoc-tools instead of sgml-tools
805743
805743
* Tue Sep 25 2001 Bill Nottingham <notting@redhat.com>
805743
- update to 2.4.STABLE2
805743
805743
* Mon Sep 24 2001 Bill Nottingham <notting@redhat.com>
805743
- add patch to fix FTP crash
805743
805743
* Mon Aug  6 2001 Bill Nottingham <notting@redhat.com>
805743
- fix uninstall (#50411)
805743
805743
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
805743
- add some buildprereqs (#49705)
805743
805743
* Sun Jul 22 2001 Bill Nottingham <notting@redhat.com>
805743
- update FAQ
805743
805743
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
805743
- own /etc/squid, /usr/lib/squid
805743
805743
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
805743
- rebuild in new environment
805743
- s/Copyright:/License:/
805743
805743
* Tue Apr 24 2001 Bill Nottingham <notting@redhat.com>
805743
- update to 2.4.STABLE1 + patches
805743
- enable some more configure options (#24981)
805743
- oops, ship /etc/sysconfig/squid
805743
805743
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
805743
- rebuild in new environment
805743
805743
* Tue Feb  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
805743
- improve i18n
805743
- make the initscript use the standard OK/FAILED
805743
805743
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
805743
- change i18n mechanism
805743
805743
* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
805743
- fix path references in QUICKSTART (#15114)
805743
- fix initscript translations (#24086)
805743
- fix shutdown logic (#24234), patch from <jos@xos.nl>
805743
- add /etc/sysconfig/squid for daemon options & shutdown timeouts
805743
- three more bugfixes from the Squid people
805743
- update FAQ.sgml
805743
- build and ship auth modules (#23611)
805743
805743
* Thu Jan 11 2001 Bill Nottingham <notting@redhat.com>
805743
- initscripts translations
805743
805743
* Mon Jan  8 2001 Bill Nottingham <notting@redhat.com>
805743
- add patch to use mkstemp (greg@wirex.com)
805743
805743
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
805743
- rebuild because of broken fileutils
805743
805743
* Sat Nov 11 2000 Bill Nottingham <notting@redhat.com>
805743
- fix the acl matching cases (only need the second patch)
805743
805743
* Tue Nov  7 2000 Bill Nottingham <notting@redhat.com>
805743
- add two patches to fix domain ACLs
805743
- add 2 bugfix patches from the squid people
805743
805743
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
805743
- clean up init script; fix condrestart
805743
- update to STABLE4, more bugfixes
805743
- update FAQ
805743
805743
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
805743
- fix syntax error in init script
805743
- finish adding condrestart support
805743
805743
* Fri Jul 14 2000 Bill Nottingham <notting@redhat.com>
805743
- move initscript back
805743
805743
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
805743
- automatic rebuild
805743
805743
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
805743
- prereq /etc/init.d
805743
- add bugfix patch
805743
- update FAQ
805743
805743
* Thu Jun 29 2000 Bill Nottingham <notting@redhat.com>
805743
- fix init script
805743
805743
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
805743
- don't prereq new initscripts
805743
805743
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
805743
- initscript munging
805743
805743
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
805743
- rebuild for exciting FHS stuff
805743
805743
* Wed May 31 2000 Bill Nottingham <notting@redhat.com>
805743
- fix init script again (#11699)
805743
- add --enable-delay-pools (#11695)
805743
- update to STABLE3
805743
- update FAQ
805743
805743
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
805743
- fix init script (#11087)
805743
805743
* Fri Apr  7 2000 Bill Nottingham <notting@redhat.com>
805743
- three more bugfix patches from the squid people
805743
- buildprereq jade, sgmltools
805743
805743
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
805743
- make %%pre more portable
805743
805743
* Thu Mar 16 2000 Bill Nottingham <notting@redhat.com>
805743
- bugfix patches
805743
- fix dependency on /usr/local/bin/perl
805743
805743
* Sat Mar  4 2000 Bill Nottingham <notting@redhat.com>
805743
- 2.3.STABLE2
805743
805743
* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
805743
- Yet More Bugfix Patches
805743
805743
* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
805743
- add more bugfix patches
805743
- --enable-heap-replacement
805743
805743
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
805743
- rebuild to fix dependencies
805743
805743
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
805743
- grab some bugfix patches
805743
805743
* Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
805743
- 2.3.STABLE1 (whee, another serial number)
805743
805743
* Tue Dec 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
805743
- Fix compliance with ftp RFCs
805743
  (http://www.wu-ftpd.org/broken-clients.html)
805743
- Work around a bug in some versions of autoconf
805743
- BuildPrereq sgml-tools - we're using sgml2html
805743
805743
* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
805743
- add a couple of bugfix patches
805743
805743
* Wed Oct 13 1999 Bill Nottingham <notting@redhat.com>
805743
- update to 2.2.STABLE5.
805743
- update FAQ, fix URLs.
805743
805743
* Sat Sep 11 1999 Cristian Gafton <gafton@redhat.com>
805743
- transform restart in reload and add restart to the init script
805743
805743
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
805743
- add squid user as user 23.
805743
805743
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
805743
- initscript munging
805743
- fix conflict between logrotate & squid -k (#4562)
805743
805743
* Wed Jul 28 1999 Bill Nottingham <notting@redhat.com>
805743
- put cachemgr.cgi back in /usr/lib/squid
805743
805743
* Wed Jul 14 1999 Bill Nottingham <notting@redhat.com>
805743
- add webdav bugfix patch (#4027)
805743
805743
* Mon Jul 12 1999 Bill Nottingham <notting@redhat.com>
805743
- fix path to config in squid.init (confuses linuxconf)
805743
805743
* Wed Jul  7 1999 Bill Nottingham <notting@redhat.com>
805743
- 2.2.STABLE4
805743
805743
* Wed Jun 9 1999 Dale Lovelace <dale@redhat.com>
805743
- logrotate changes
805743
- errors from find when /var/spool/squid or
805743
- /var/log/squid didn't exist
805743
805743
* Thu May 20 1999 Bill Nottingham <notting@redhat.com>
805743
- 2.2.STABLE3
805743
805743
* Thu Apr 22 1999 Bill Nottingham <notting@redhat.com>
805743
- update to 2.2.STABLE.2
805743
805743
* Sun Apr 18 1999 Bill Nottingham <notting@redhat.com>
805743
- update to 2.2.STABLE1
805743
805743
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
805743
- don't need to run groupdel on remove
805743
- fix useradd
805743
805743
* Mon Apr 12 1999 Bill Nottingham <notting@redhat.com>
805743
- fix effective_user (bug #2124)
805743
805743
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
805743
- strip binaries
805743
805743
* Thu Apr  1 1999 Bill Nottingham <notting@redhat.com>
805743
- duh. adduser does require a user name.
805743
- add a serial number
805743
805743
* Tue Mar 30 1999 Bill Nottingham <notting@redhat.com>
805743
- add an adduser in %%pre, too
805743
805743
* Thu Mar 25 1999 Bill Nottingham <notting@redhat.com>
805743
- oog. chkconfig must be in %%preun, not %%postun
805743
805743
* Wed Mar 24 1999 Bill Nottingham <notting@redhat.com>
805743
- switch to using group squid
805743
- turn off icmp (insecure)
805743
- update to 2.2.DEVEL3
805743
- build FAQ docs from source
805743
805743
* Tue Mar 23 1999 Bill Nottingham <notting@redhat.com>
805743
- logrotate changes
805743
805743
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
805743
- auto rebuild in the new build environment (release 4)
805743
805743
* Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
805743
- update to 2.2.PRE2
805743
805743
* Wed Dec 30 1998 Bill Nottingham <notting@redhat.com>
805743
- cache & log dirs shouldn't be world readable
805743
- remove preun script (leave logs & cache @ uninstall)
805743
805743
* Tue Dec 29 1998 Bill Nottingham <notting@redhat.com>
805743
- fix initscript to get cache_dir correct
805743
805743
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
805743
- update to 2.1.PATCH2
805743
- merge in some changes from RHCN version
805743
805743
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
805743
- strip binaries
805743
- version 1.1.22
805743
805743
* Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
805743
- don't make packages conflict with each other...
805743
805743
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
805743
- added a proxy auth patch from Alex deVries <adevries@engsoc.carleton.ca>
805743
- fixed initscripts
805743
805743
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
805743
- rebuilt for Manhattan
805743
805743
* Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
805743
- upgraded to 1.1.21/1.NOVM.21
805743
805743
* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
805743
- updated the init script to use reconfigure option to restart squid instead
805743
  of shutdown/restart (both safer and quicker)
805743
805743
* Sat Feb 07 1998 Cristian Gafton <gafton@redhat.com>
805743
- upgraded to 1.1.20
805743
- added the NOVM package and tryied to reduce the mess in the spec file
805743
805743
* Wed Jan 7 1998 Cristian Gafton <gafton@redhat.com>
805743
- first build against glibc
805743
- patched out the use of setresuid(), which is available only on kernels
805743
  2.1.44 and later
805743