Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
squid: The Squid proxy caching server.
Name: | squid |
Vendor: | Scientific Linux |
Version: | 2.5.STABLE3 |
License: | GPL |
Release: | 6.3E.7 |
URL: | |
- Summary
- Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, Squid handles all requests in a single,
non-blocking, I/O-driven process. Squid keeps meta data and especially
hot objects cached in RAM, caches DNS lookups, supports non-blocking
DNS lookups, and implements negative caching of failed requests.
Squid consists of a main server program squid, a Domain Name System
lookup program (dnsserver), a program for retrieving FTP data
(ftpget), and some management and client tools.
Changelog
- * Tue Feb 1 18:00:00 2005 Jay Fenlason <fenlason{%}redhat{*}com> 7:2.5.STABLE3-6.3E.7
- Backport a security fix for
CAN-2005-0194 bz#146787 Empty proxy_auth ACLs are silently accepted but
lead to unpredictable ACL matching
- Backport two more security fixes to close
CAN-2005-0211 bz#146777 buffer overflow in wccp recvfrom() call
bz#146780 correct handling of oversize reply headers
- * Thu Jan 27 18:00:00 2005 Jay Fenlason <fenlason{%}redhat{*}com> 7:2.5.STABLE3-6.3E.6
- Include the reply_header_max_size patch to make the header_parsing
and response_splitting patches easier to apply. (And more functional.)
- * Tue Jan 25 18:00:00 2005 Jay Fenlason <fenlason{%}redhat{*}com> 7:2.5.STABLE3-6.3E.5
- Backport three more security patches to close bz#146159