]> git.pld-linux.org Git - packages/squid.git/blame - squid.spec
- no files should be owned by squid user
[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
36fddb2a 7Group: Networking/Daemons
8Group(pl): Sieciowe/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
36fddb2a 31Squid is a high-performance proxy caching server for web clients,
32supporting FTP, gopher, and HTTP data objects. Unlike traditional
33caching software, Squid handles all requests in a single,
34non-blocking, I/O-driven process. Squid keeps meta data and especially
35hot objects cached in RAM, caches DNS lookups, supports non-blocking
36DNS lookups, and implements negative caching of failed requests. If
37you are tight on memory, check out the NOVM version of this package.
38Squid supports SSL, extensive access controls, and full request
39logging. By using the lightweight Internet Cache Protocol, Squid
8f00d34a 40caches can be arranged in a hierarchy or mesh for additional bandwidth
36fddb2a 41savings. Squid consists of a main server program squid, a Domain Name
42System lookup program dnsserver, a program for retrieving FTP data
43ftpget, and some management and client tools. When squid starts up, it
44spawns a configurable number of dnsserver processes, each of which can
45perform a single, blocking Domain Name System (DNS) lookup. This
46reduces the amount of time the cache waits for DNS lookups. Squid is
47derived from the ARPA-funded Harvest project.
e1baf3c8 48
49%description -l pl
50