]> git.pld-linux.org Git - packages/squid.git/blame - squid.spec
- Updated to 2.3STABLE3.
[packages/squid.git] / squid.spec
CommitLineData
bbd3a6ea
AF
1Summary: SQUID Internet Object Cache
2Summary(pl): Uniwersalny proxy-cache
3Name: squid
f4c48afd 4Version: 2.3.STABLE3
5Release: 1
8f00d34a 6License: GPL
5509a6f7 7Group: Daemons
8Group(pl): Serwery
29ca562c 9Source0: http://www.squid-cache.org/Versions/v2/2.3/%{name}-%{version}-src.tar.gz
bbd3a6ea
AF
10Source1: %{name}-1.1.19-faq.tar.gz
11Source2: %{name}.init
29ca562c 12Source3: %{name}.sysconfig
8f00d34a 13Source4: http://cache.is.co.za/%{name}-docs.tar.gz
29ca562c 14Source5: squid.conf
15Source6: squid.logrotate
16Patch0: squid-2.0-make.patch
17Patch1: squid-perl.patch
5509a6f7 18Patch2: squid-linux.patch
19Patch3: squid-fhs.patch
29ca562c 20# Bug fixes from Squid home page.
f4c48afd 21Patch10: http://www.squid-cache.org/Versions/v2/2.3/bugs/squid-2.3.stable3-storeExpiredReferenceAge.patch
22Patch11: http://www.squid-cache.org/Versions/v2/2.3/bugs/squid-2.3.stable3-carp_compile.patch
f01c9d57 23Requires: rc-scripts >= 0.2.0
bbd3a6ea 24Prereq: /sbin/chkconfig
f01c9d57 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e1baf3c8 26
7480ed4d
AF
27%define _libexecdir %{_libdir}/%{name}
28%define _sysconfdir /etc/%{name}
29
e1baf3c8 30%description
31Squid is a high-performance proxy caching server for web clients, supporting
32FTP, gopher, and HTTP data objects. Unlike traditional caching software,
33Squid handles all requests in a single, non-blocking, I/O-driven process.
e1baf3c8 34Squid keeps meta data and especially hot objects cached in RAM, caches DNS
35lookups, supports non-blocking DNS lookups, and implements negative caching
36of failed requests. If you are tight on memory, check out the NOVM version
8f00d34a 37of this package. Squid supports SSL, extensive access controls, and full
38request logging. By using the lightweight Internet Cache Protocol, Squid
39caches can be arranged in a hierarchy or mesh for additional bandwidth
40savings. Squid consists of a main server program squid, a Domain Name System
41lookup program dnsserver, a program for retrieving FTP data ftpget, and some
e1baf3c8 42management and client tools. When squid starts up, it spawns a configurable
43number of dnsserver processes, each of which can perform a single, blocking
44Domain Name System (DNS) lookup. This reduces the amount of time the cache
8f00d34a 45waits for DNS lookups. Squid is derived from the ARPA-funded Harvest
46project.
e1baf3c8 47
48%description -l pl
49