| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: squid | Distribution: openSUSE 10.2 (i586) |
| Version: 2.6.STABLE6 | Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany |
| Release: 0.10 | Build date: Fri Apr 4 17:02:02 2008 |
| Group: Productivity/Networking/Web/Proxy | Build host: vivaldi.suse.de |
| Size: 5667709 | Source RPM: squid-2.6.STABLE6-0.10.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.squid-cache.org | |
| Summary: Squid WWW proxy server | |
The stable version of the Squid WWW Proxy Server.
Home page: http://www.squid-cache.org
Authors:
--------
Duane Wessels <wessels@ircache.net>
GPL v2 or later
internal MD5: efdce35dbb93bb7d53284bd290fc4b24
GPG
* Thu Apr 03 2008 - kssingvo@suse.de
- fix for assertion DoS CVE-2008-1612 (bugzilla#376176)
* Tue Dec 04 2007 - kssingvo@suse.de
- fix of memory leak DoS CVE-2007-6239 (bugzilla#345829)
* Wed Mar 21 2007 - kssingvo@suse.de
- fix for DoS in TRACE method, CVE-2007-1560, swamp-9131 (bugzilla#256324)
* Thu Jan 18 2007 - kssingvo@suse.de
- infinite loop in external_acls CVE-2007-0248, swamp-7957 (bugzilla#235823)
- includes fix for ftpserver crashes CVE-2007-0247
- fix for max_user_ip in ntlm_auth
* Tue Jan 09 2007 - kssingvo@suse.de
- fixed gnu ftpserver name mangling (bugzilla#230751)
- fixed pidfile removal issue (bugzilla#223067)
* Tue Dec 12 2006 - kssingvo@suse.de
- upgrade to 2.6.STABLE5:
* Whitespace cleanup
* Preparing for 2.6.STABLE6
* Resurrect httpd_accel_no_pmtu_disc after the transparent interception
cleanup
* Spell check in release notes
* Windows port: Updated release notes
* Windows port: Fixed build error on MinGW using SSL support
* Windows port: Updated release notes
* Windows port: Fix build errors when using latest MinGW environment
* Bug #1641: assertion failed: stmem.c:149: "size > 0" while processing
certain Vary objects
* Bug #1840: Disable digest and netdb queries to multicast peers
* Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply.
* Bug #1801: NTLM authentication ends up in a loop if the server responds
with a retriable error
* Bug #439: Multicast ICP peering is unstable and considers most peers dead
* Fix the WCCPv2 mask assignment code to not crash as the value assignments
are built.
* Bug #1584: Unable to register with multiple WCCP2 routers
* Convert the connStateData->chr single link list to a normal dlink_list for
clarity.
* Accept large dates >2^31. Seen for example in the Google logo.
* Remove old leftover variable after the client_side buffer cleanup
* Reduce memory allocator pressure by not continually allocating client-side
read buffers
* Remove malloc/free of temporary buffer in time parsing routines.
* Document that proxy_auth also accepts -i for case-insensitive operation
* Convert snmpDebugOid to use a temporary String object instead of strcat
* Bug #1832: Error building squid-2.6.STABLE5 using --enable-truncate
* Add support for the weight= parameter to round-robin peers
* Fix defaultsite= processing after the accelerator mode cleanup
* Clarify the external_acl_type helper format specification and some defaults
* Bug #1773: Segmentation violation bug in the cleanup of transparent mode
* Cleanup to silence a harmess GCC inline warning
* Bug #1805: assertion failed: StatHist.c:195: "D[i] >= 0"
* Remove extra newline in redirect message sent by deny_info http://...
aclname
* Bug #1117: assertion failed: aufs/store_dir_aufs.c:642:
"rb->flags.need_to_validate"
* Bug #1818: Assertion failure assert(e->swap_dirn >= 0) in fs/coss/
store_dir_coss.c storeCoss_DeleteStoreEntry
* Windows port: updated release notes
* Only use crypt() if it's available
* automake no longer recommends mkinstalldirs. Remove it from the
distribution.
* Bug #1799: Harmless 1 byte buffer overflow on long host names in /etc/hosts
* Cleanup of transparent & accelerator mode request parsing to untangle the
firewall dependencies a bit
* Add client source port logformat tag >p
* Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c
htcpBuildAuth()
* Mon Nov 06 2006 - kssingvo@suse.de
- upgrade to version 2.6.STABLE5, which is only a bug fix version, with
these most important bug fixes:
* Some memory leaks corrected, some of which could result in
denial of service conditions after some time.
* Assertion failure related to Vary/ETag processing, which could
maybe result in a denial of service condition.
* Delay pools now assigns bandwidth fairly among competing
connections.
* Port 563 removed from the default set of SSL ports.
- Changes from 2.6.STABEL4 to 2.6.STABEL5 in detail:
* 2.6.STABLE4 aufs fails to compile if coss isn't enabled
* COSS improvements and cleanups
* SNMP linking issue resolved, enabling SNMP support to be build in all
platforms
* access_log syslog results in blanks syslog lines between every entry
* Incorrect error message on invalid cache_peer specifications
* Memory leak in handling of negatively cached objects
* Incorrect Vary processing in combination with collapsed_forwarding
* Memory leak in ncsa_auth on password changes
* Suppress some annoying coss startup messages raising the debug level
to 2.
* Clarify the external_acl_helper concurrency= change.
* aioDone() could be called twice from aufs and from coss (when using
AIOPS) during shutdown.
* Accept 00:00-24:00 as a valid time specification even if redundand
and the same as 00:00-23:59
* Theoretical memory leak in storeSetPublicKey
* Removing port 563 from the default SSL_ports and Safe_ports ACLs
* Automatically enable Linux Netfilter support with
--enable-linux-tproxy.
* squid -k reconfigure crash when using req/rep_header acls
* Clarify the select/poll/kqueue/epoll configure --enable/disable
options
* Delay pools fairness when multiple connections compete for bandwidth
* Crash on exit in certain conditions where cache.log is not writeable
* Assertion error HttpHeader.c:914: "str"
* Crash on wccp2 + mask assignement + standard wccp service
* Silence harmless gcc compile warning.
* Clean up poll memory on shutdown
* Ported select, poll and win32 to new comm event framework
* Windows port: Correctly identify Windows Vista and Windows Server
Longhorn
* Added a basic comm_select_simple comm loop only requiring minimal
POSIX compliance.
* Safeguard from kb_t counter overflows on 32-bit platforms
* Wed Oct 18 2006 - kssingvo@suse.de
- upgrade to version 2.6.STABLE4:
* New wccp2_weight directive
* Numeros COSS fixes and improvements
* Support for WCCP2 hash based assignment and weighted assignments
* Windows port update
* Many small fixes to better detect invalid configurations
* Bug #1760: FTP related memory leak
* SNMP mib updates for some minor missing details
* Bug #1590: Silence those harmless ETag loop warnings
* Bug #1740: Squid crashes on certain malformed HTTP responses
* Bug #1699: assertion failed: authenticate.c:836:
"auth_user_request != NULL"
* a number of other minor and cosmetic bugfixes. See the list of
squid-2.6.STABLE4 changes and the ChangeLog file for details.
- removed ncsa patch, now upstream included
* Wed Aug 30 2006 - kssingvo@suse.de
- fix for buffer size in ncsa auth (bugzilla#202249)
* Wed Aug 23 2006 - kssingvo@suse.de
- upgrade to version 2.6.STABLE3:
* src/dst acl parsing changed to not attempt to guess a netmask
if none was specified. Instead assume it's an IP address and not
a network even if it ends in 0
* Several memory leaks plugged
* Delay pools now work again (broken in 2.6.STABLE1 & 2)
* New log_format %ue and %us tags for external acl or ssl user id
* COSS fixes and performance improvements
* Include acl's is now shown in their original form in cachemgr
configuration dumps.
* ntlm fake_auth finally handles non-ascii user names
* TCP fallback on truncated DNS responses, making the internal
DNS client complete.
* Downloads could hang when using the cache_dir max-size option
* Fixed some assertion failures and segmentation faults
* Some small optimizations to reduce CPU usage
* a number of other minor and cosmetic bugfixes. See the list of
squid-2.6 changes and the ChangeLog file for details.
* Thu Aug 03 2006 - kssingvo@suse.de
- upgrade to version 2.6.STABLE2:
* Bug #1650: transparent interception "Unable to forward this
request at this time"
* Bug #1658: Memory corruption when using client-side SSL
certificates
* Multiple fixes to the experimental COSS cache_dir type Added
* the missing concurrency parameter to basic/digest auth
schemes
* Bug #1669: SEGV in storeAddVaryReadOld Bug #1670: assertion
* failure: i->prefix_size > 0 in
client_side.c:2509
* Bug #1671: transparent interception fails with FreeBSD ipfw or
Linux-2.2 ipchains
* Bug #1660: Accept-Encoding related memory corruption Bug #1673:
* cache digests not served to other caches Bug #1684: xstrdup:
* tried to dup a NULL pointer! Bug #1688: Assertion failure in
* HttpHeader.c in some header_access
configurations
* Bug #1696, Bug #1700 and more: WCCP2 fixes Bug #1677: Duplicate
* etags in the If-None-Match in cache
validations causing lighttpd to fail with error 400
* Added ARP acl support for OpenBSD and ARP fixes for Windows Bug
* #1681: All ntlmauthenticator processes are busy new
* minimum_expiry_time squid.conf directive backported from
Squid-3
* Bug #1703: Wrong default path to the diskd helper causing hangs
* at
100% CPU
* Bug #1685: Crashes or other odd results after
* storeSwapMetaUnpack:
errors
* a number of other minor and cosmetic bugfixes. See the list of
squid-2.6 changes and the ChangeLog file for details.
- adapted ldflags patch
- added /usr/sbin/cossdump
* Tue Jul 25 2006 - schwab@suse.de
- Fix build requires.
* Thu Jul 13 2006 - kssingvo@suse.de
- upgrade to version 2.6.STABLE1:
o bug fixes
o Major improvements to the way that Squid handles web proxy,
accelerated and transparent proxy requests to make it easier to
configure transparent and acceleration functionality
o WCCPv2 support multiple cache engines registering with multiple
WCCP routers and switches.
o TPROXY totally transparent proxy support under Linux, which to
allow Squid to appear totally invisible to both client and server
systems when transparently caching requests.
o Support for Etag and Vary HTTP headers.
o Collapsed forwarding, which gives Squid the ability to
intelligently merge client requests for objects into one request
to the server.
o Support for epoll under Linux, which gives Squid the ability to
handle many many more concurrent requests with lower CPU
overhead.
o SSL assisted hardware encryption making use of OpenSSL
functionality within Squid.
o Logging enhancements to allow even greater customization of the
way Squid logs requests in the access-log or to syslog if
required
o Authentication enhancements including Negotiate/Kerberos support,
extra workarounds for NTLM clients and others using Microsoft
Integrated Login.
o Additional external_acl parameters to support SSL and even more
client side parameters.
o ACL changes in conjunction with SSL changes which have been
merged, to allow matching based on SSL certificate parameters.
o New authentication helpers:
- Digest LDAP helper
- Native Windows basic, NTLM and negotiate helpers
- External acl helpers for session monitoring and native Windows
group membership check
o HTCP significantly cleaned up and added support for the CLR
operation to purge contents from the cache
o Support for parsing X-Forwarded-For headers allowing access
controls to be based on the real client IP even if behind secondary
proxies
- adapted SUSE patches
* Sat Jun 17 2006 - schwab@suse.de
- Fix typo.
* Sat Jun 17 2006 - schwab@suse.de
- Set mandir.
- Use --with-maxfd and don't build as root.
- Don't lose LDFLAGS.
* Mon Mar 13 2006 - kssingvo@suse.de
- added 6 official upstream patches
* Mon Mar 06 2006 - kssingvo@suse.de
- added 15 official upstream patches
- updated FAQ
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 20 2006 - schwab@suse.de
- Don't strip binaries.
* Wed Jan 11 2006 - kssingvo@suse.de
- added 2 official patches
- updated FAQ
* Fri Dec 16 2005 - mmj@suse.de
- compile with -fno-strict-aliasing
* Thu Dec 15 2005 - kssingvo@suse.de
- upgrade to squid-2.5.STABLE12
- added official patches
- updated FAQ
* Wed Oct 26 2005 - kssingvo@suse.de
- upgrade to squid-2.5.STABLE11
- added official patches (includes CAN-2005-2917 and CVE-2005-3258)
- changed error message when creating cache dir (bugzilla#118561)
* Tue Oct 18 2005 - mmj@suse.de
- add -DLDAP_DEPRECATED (to RPM_OPT_FLAGS, since they're the only
ones respected by all subsystems)
* Fri Sep 02 2005 - kssingvo@suse.de
- added latest official patches from squid-cache.org
* Tue Aug 02 2005 - kssingvo@suse.de
- fixed problem in rc script (bugzilla#100250)
* Tue Jul 26 2005 - kssingvo@suse.de
- added latest official patches
- updated FAQ
- changed rc.squid to honor $SQUID_CONF (bugzilla#98186)
* Thu Jun 30 2005 - kssingvo@suse.de
- upgrade to squid-2.5.STABLE10
- added official patches and added cachemgr.conf
- adapted local patches
* Mon Jun 27 2005 - ro@suse.de
- build with fPIE/pie
- use RPM_OPT_FLAGS
- rename vprintf to packer_vprintf (macro clash)
* Mon Apr 11 2005 - kssingvo@suse.de
- fixed rc script for upgrade (bugzilla#76687)
* Thu Mar 10 2005 - kssingvo@suse.de
- fixed permission problem (bugzilla#71801)
- fixed ulimit problem (bugzilla#71848)
- added 14 upstream patches (only minor+cosmetic)
- updated FAQ
* Wed Mar 02 2005 - kssingvo@suse.de
- update to version 2.5.STABLE9
* Thu Feb 17 2005 - kssingvo@suse.de
- updated FAQ
* Tue Feb 15 2005 - kssingvo@suse.de
- fix for fillup and norootforbuild trigger
* Mon Feb 14 2005 - kssingvo@suse.de
- update to version 2.5.STABLE8
- added latest official patches
- shutdown timeout is now configurable (bugzilla#50785)
- fixed init message for squid shutdown (bugzilla#50786)
* Sat Jan 15 2005 - schwab@suse.de
- Use <owner>:<group> in permissions file.
* Mon Nov 15 2004 - kukuk@suse.de
- Use common-* PAM configuration
* Fri Sep 24 2004 - kssingvo@suse.de
- updated FAQ documents
- added 3 official patches (2 minor, 1 cosmetic)
* Tue Aug 31 2004 - kssingvo@suse.de
- removed ancient notify message
- added four official fixes
* Tue Aug 24 2004 - kssingvo@suse.de
- added official fix for crash in NTLM module
- added ie_blocker configuration as suggested by Markus Gaugusch
* Tue Aug 17 2004 - kssingvo@suse.de
- added 15 official patches
- had to adapt 2 of the official patches to SUSE configuration
- reenabled linux-netfilter on public request
- removed the error directory from %doc, as its already in %sysconfig
* Thu Jul 15 2004 - kssingvo@suse.de
- update to version 2.5.STABLE6
* Thu Jun 24 2004 - kssingvo@suse.de
- added EGREP definition in spec file to make configure happy
- added 13 official patches, with three major fixes;
and includes fix for cache_mem variable > 2048MB (bugzilla#42417)
- replaced NTLM security fix with official one
* Tue Jun 08 2004 - kssingvo@suse.de
- buffer overflow fix in NTLM authentication helper (bugzilla#41771)
* Wed May 26 2004 - kssingvo@suse.de
- added 1 mainstream patch (minor)
- updated FAQ documents
* Mon Apr 26 2004 - kssingvo@suse.de
- updated FAQ documents
- added official patches: 2xcosmetic, 1xminor
- re-enabled transparent proxy support for sles (thx ke)
- re-enabled heap removale policy for sles
* Wed Apr 21 2004 - kssingvo@suse.de
- added official patches: 2xcosmetic, 2xmedium, 1xmajor
- enabled more store I/O modules for sles products
* Mon Mar 29 2004 - kssingvo@suse.de
- added two official patches: timeout produces wrong error code,
deny_info redirection escaped wrong
- update FAQs with latest available
* Mon Mar 22 2004 - kssingvo@suse.de
- added official patches
* Mon Mar 15 2004 - kssingvo@suse.de
- added four official patches
* Mon Mar 01 2004 - kssingvo@suse.de
- upgrade to squid-2.5.STABLE5
* Thu Feb 19 2004 - kssingvo@suse.de
- added many official patches (> 10)
- rejected official squid-2.5.STABLE4-ntlm_auth_popups.patch (breaks build)
- dropped winbind authentification support
(according to author and FAQ no longer supported with samba3.x)
- updated FAQ
* Mon Feb 09 2004 - kssingvo@suse.de
- fixes for samba3 (first try - waiting for approve by personal samba
contact :)
- added next official patch: squid-2.5.STABLE4-ftp_telnet.patch
- rejected official patch: squid-2.5.STABLE4-ntlm_auth_popups.patch
causes a lot of compilation problems.
* Wed Jan 21 2004 - kssingvo@suse.de
- added missing (official) squid-2.5.STABLE4-xpi_mime.patch
* Tue Jan 20 2004 - kssingvo@suse.de
- added official patches (and did some fixes)
* Fri Jan 16 2004 - kukuk@suse.de
- Build as normal user
- Add pam-devel to neededforbuild
* Tue Nov 11 2003 - kssingvo@suse.de
- enabled external-acl-helpers
* Wed Oct 01 2003 - kssingvo@suse.de
- fixed RELEASENOTES version in %doc
* Thu Sep 25 2003 - kssingvo@suse.de
- updated to 2.5.STABLE4
- removed old patches
- and added new ones. :-)
* Mon Sep 22 2003 - kssingvo@suse.de
- change e-mail to root in squid.spec as suggested in bugzilla#31447
* Mon Sep 15 2003 - kukuk@suse.de
- Fix pam_auth permissions/group (like in /etc/permissions)
* Thu Sep 11 2003 - kssingvo@suse.de
- added another upstream patch (delay_access_auth); had to make him fit
* Mon Sep 01 2003 - kssingvo@suse.de
- removed patch listed twice: Patch10 and Patch11
- added official patches of last two weeks
- updated documentation to latest version
- fixed smb_auth (bugzilla#28260)
* Mon Sep 01 2003 - kssingvo@suse.de
- specfile: restart of daemon on rpm package update (bugzilla#29036)
- try-restart needs rc_status for test and not rc_stop (bugzilla#26937)
* Mon Aug 11 2003 - kssingvo@suse.de
- added next bunch of official patches (w/o improvement patch)
* Tue Jul 29 2003 - aj@suse.de
- Fix chown calls.
* Wed Jul 23 2003 - kssingvo@suse.de
- added a bunch of official patches
* Mon Jun 02 2003 - kssingvo@suse.de
- updated to 2.5.STABLE3
- added official patches
- fixed build problems with unpackaged files
* Wed Apr 02 2003 - kssingvo@suse.de
- updated to 2.5.STABLE2
- added official patches
- made several fixes (and adaption of old ones)
* Wed Apr 02 2003 - ro@suse.de
- rediffed some patches to make it build
* Thu Mar 06 2003 - kukuk@suse.de
- Remove cyrus-sasl from neededforbuild
* Mon Mar 03 2003 - kssingvo@suse.de
- updated neededforbuild: samba-devel -> samba (bugzilla#24235)
* Mon Mar 03 2003 - kssingvo@suse.de
- added official patches
- adapted the winbind patch (bugzilla#24235) (hopefully builds on all archs)
- updated FAQ
* Tue Feb 18 2003 - kssingvo@suse.de
- added and updated /etc/permissions.d/squid (bugzilla#23752)
* Wed Feb 12 2003 - kssingvo@suse.de
- added manual pages
- added a few fixes for 64bit architecture
- enabled some useful (configure) options
* Mon Feb 10 2003 - kssingvo@suse.de
- added all the missing official patches (before feature freeze)
- changed default heap replacement policy from "lru" to "heap"
* Fri Feb 07 2003 - kukuk@suse.de
- Use pam_unix2.so instead of pam_unix.so
* Tue Feb 04 2003 - kssingvo@suse.de
- fix of automake fix
- added another official patch (today released)
* Tue Feb 04 2003 - kssingvo@suse.de
- added mime.conf link and ...
- thanks to ro for again forgotten neededforbuild update
* Tue Feb 04 2003 - ro@suse.de
- fixed neededforbuild for the umpteenth time ...
* Mon Feb 03 2003 - kssingvo@suse.de
- added next official patches
- requires now use of automake system
- fixed problematic config file mime.confs (now in /etc)
* Wed Jan 22 2003 - kssingvo@suse.de
- added several official patches from www.squid-cache.org *sigh*
- added missing cachemgr.cgi
- added missing contrib files from old squid version
- added FAQ in various forms; downloaded from www.squid-cache.org
- added scripts as %doc
* Thu Jan 16 2003 - ro@suse.de
- fixed neededforbuild "sp" -> "opensp"
* Tue Jan 14 2003 - kssingvo@suse.de
- added another bunch of official patches
- fixed path problems (runtime) in spec file
* Thu Dec 12 2002 - kssingvo@suse.de
- updated to 2.5.STABLE1
- added official patches
- tuned up spec file
* Mon Nov 11 2002 - ro@suse.de
- changed neededforbuild <sp> to <opensp>
- changed neededforbuild <sp-devel> to <>
* Tue Sep 03 2002 - kssingvo@suse.de
- fixed pathes in squid.logrotate (bugzilla#18792)
* Mon Aug 05 2002 - kssingvo@suse.de
- added official msnt_auth patch
- added test for suse_version to be backward compatible with PreReq:
* Wed Jul 31 2002 - kssingvo@suse.de
- fixed spec file: new PreReq tokens
- fixed spec file: file permission for cache_dir and log_dir
- fixed rc script: now honors cache_dir in squid.conf and fails if
problems in creation (bugzilla #14892)
* Mon Jul 29 2002 - kssingvo@suse.de
- fixed Requires/Provides in SPEC file.
* Mon Jul 29 2002 - kssingvo@suse.de
- added useful configure options
- added a lot of new authentification methods (and therefore conflicts
with RPM smb_auth)
- re-organized %Files section
* Fri Jul 26 2002 - kssingvo@suse.de
- created /etc/logrotate.d/squid
* Sun Jul 14 2002 - poeml@suse.de
- update to patchlevel 2.4STABLE7 (dropping the respective patches)
- rc.squid INIT section: use X-UnitedLinux-Should-Start
- move configuration to /etc/squid
- install error message files to /usr/share/squid. Link to English
as default.
- drop %pre script that renamed /usr/share/squid/errors
- use %defattr
* Wed Jul 03 2002 - ro@suse.de
- create squid user also at begin of install section
* Tue Jul 02 2002 - poeml@suse.de
- squid does not need a valid login shell.
* Tue Jul 02 2002 - poeml@suse.de
- Update to 2.4.STABLE6 (dropping the last two patches), and add
several new security fixes (see
http://www.squid-cache.org/Versions/v2/2.4/bugs/):
* Buffer overflows in the Gopher client
* Sanity checks of the FTP data channel
* FTP directory parsing buffer overflows
* Make Squid deny transfer-encoding to work around Apache issue
* Insecure forwarding of proxy_auth
and minor fixes:
* cache_mem documentation
* client -T not implemented
* HTCP coredump on "squid -k reconfigure"
Not included, because the module is not activated:
* Buffer overflows in the MSNT auth helper (updating the module
from 1.2 to 2.0)
- Using useradd in the specfile.
* Thu Mar 21 2002 - draht@suse.de
- squid-2.4.STABLE3-rfc1035-security.diff fixes compressed dns
reply buffer overflow.
* Mon Feb 25 2002 - poeml@suse.de
- disable HTCP support (upon recommendation of Henrik Nordstrom
<hno@squid-cache.org>). The implementation lacks access control
and logging, and does not add any value to cache peering compared
to ICP.
* Sat Feb 23 2002 - poeml@suse.de
- test for correct cache directory in rc.squid
- specify DEFAULT_PID_FILE
* Wed Feb 20 2002 - draht@suse.de
- added three security-relevant patches, combined in
squid-2.4.STABLE3-misc-sec.dif:
* "htcp port 0" fails to disable the HTCP port
* coredump on ftp:// style URLs
* fix for SNMP memory leaks
See http://www.squid-cache.org/Versions/v2/2.4/bugs/.
* Mon Feb 18 2002 - poeml@suse.de
- update to 2.4.STABLE3: numerous bug fixes. for the Changelog see
http://www.squid-cache.org/Versions/v2/2.4/ChangeLog.txt
- make file locations more FHS conform:
/var/squid/cache --> /var/cache/squid
/var/squid/logs --> /var/log/squid
- drop security patch (included upstream)
* Sat Feb 02 2002 - poeml@suse.de
- replace GmbH --> AG
* Fri Dec 14 2001 - ro@suse.de
- removed START_SQUID
* Fri Oct 05 2001 - bjacke@suse.de
- update to 2.4RC2 (prev. squid-beta package)
- use buildroot
- fix security hole where squid could be crashed by certain requests
* Tue Sep 04 2001 - bodammer@suse.de
- specfile fix: install /etc/squid.conf with noreplace [Bug #10023]
* Fri Aug 24 2001 - ro@suse.de
- removed /lib/security path from pam.d config file
* Fri Aug 17 2001 - bodammer@suse.de
- initscript and textfiles moved away from squid-2.3.STABLE4.dif
* Mon Aug 13 2001 - ro@suse.de
- changed neededforbuild <sp_libs> to <sp-devel>
* Thu May 10 2001 - bodammer@suse.de
- initscript fix: don't start squid in runlevel 2 [bug #7956]
* Wed May 09 2001 - mfabian@suse.de
- bzip2 sources
* Tue Apr 17 2001 - bodammer@suse.de
- initscript fix: check for running squid before creating cache-dir
* Thu Apr 05 2001 - bodammer@suse.de
- squid.conf: allow localhost access to squid by default
- initscript: ulimit -n 4096 added to increase filedescriptors
- cachemgr.cgi moved to doc/scripts
- build of Programming-Guide removed from specfile
* Fri Mar 30 2001 - bodammer@suse.de
- initscript-fix: $named for added for required startup
* Wed Mar 28 2001 - bodammer@suse.de
- new initscript more LSB conform
* Thu Mar 22 2001 - bodammer@suse.de
- new patch from www.squid-cache.org applied
* Fri Mar 16 2001 - kukuk@suse.de
- Fix bogus requires
* Thu Mar 15 2001 - ro@suse.de
- changed for openldap2
* Thu Mar 15 2001 - ro@suse.de
- fixed neededforbuild for openldap
* Tue Feb 13 2001 - bodammer@suse.de
- package squid23 renamed to squid
- specfile: Obsoletes squid2 and squid23 added
Conflicts squid-beta added (instead of squid24)
- pam_auth: permissions set to sgid shadow
- build of doc/Programming-Guide fixed
* Fri Jan 19 2001 - bodammer@suse.de
- specfile fix: ulimit was missing and conflicts squid24 added
* Tue Dec 19 2000 - bodammer@suse.de
- squid.h patched to allow increase of available filedescriptors:
set to 4096 at buildtime by "ulimit -n 4096" in spec-file
* Tue Dec 12 2000 - ro@suse.de
- use official tags for required-start
* Tue Dec 12 2000 - bodammer@suse.de
- error in initscript fixed
* Wed Dec 06 2000 - bodammer@suse.de
- Requires ldaplib added in specfile
- errors in README.SuSE fixed
* Tue Dec 05 2000 - bodammer@suse.de
- hno-patch by Henrik Nordstrom included
- Initscript now checks for a running squid
* Tue Dec 05 2000 - bodammer@suse.de
- new patches from www.squid-cache.org included
* Tue Nov 28 2000 - bodammer@suse.de
- Fix location of rcscript
* Fri Nov 24 2000 - bodammer@suse.de
- rcscript update
* Mon Nov 06 2000 - ro@suse.de
- fixed neededforbuild
* Sat Oct 28 2000 - kukuk@suse.de
- Fix need for build filelist
* Mon Sep 18 2000 - bodammer@suse.de
- initscript reload-option fixed
- more patches from www.squid-cache.org
* Mon Jul 24 2000 - bodammer@suse.de
- another patch from www.squid-cache.org added
* Fri Jul 21 2000 - bodammer@suse.de
- patch ftp_icon_not_found from www.squid-cache.org added
* Tue Jul 18 2000 - bodammer@suse.de
- update -> squid-2.3.STABLE4
* Mon Jun 26 2000 - bodammer@suse.de
- another patch from www.squid-cache.org added
* Tue May 23 2000 - bodammer@suse.de
- specfile-fix: installation of docu changed
- initscript fixed
* Thu May 18 2000 - bodammer@suse.de
- new patches ("Disk space over the limit") included
* Wed May 17 2000 - bodammer@suse.de
- update -> squid-2.3STABLE3
* Wed Apr 12 2000 - bodammer@suse.de
- logfile-rotation disabled in squid.conf to avoid interaction
with logfile-compression configured in /etc/logfiles
* Mon Mar 13 2000 - bodammer@suse.de
- new patches from squid.nlanr.net included
* Fri Mar 03 2000 - bodammer@suse.de
- update -> squid-2.3STABLE2
* Wed Feb 23 2000 - bodammer@suse.de
- more patches from squid.nlanr.net included
- init-script fix: wait for squid to shutdown
- location of pid-file changed to /var/run
* Wed Feb 16 2000 - bk@suse.de
- initial squid2.3STABLE1 package by bodammer
رõ -
Generated by rpm2html 1.8.1
Daniel Veillard, Fri Oct 10 04:33:07 2008