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