]> git.pld-linux.org Git - packages/squid.git/blame - squid.spec
- Requires for rc-scripts changed to Prereq.
[packages/squid.git] / squid.spec
CommitLineData
bbd3a6ea
AF
1Summary: SQUID Internet Object Cache
2Summary(pl): Uniwersalny proxy-cache
3Name: squid
c935f3ae 4Version: 2.3.STABLE4
d633ed14 5Release: 7
688434c4 6Epoch: 6
8f00d34a 7License: GPL
36fddb2a 8Group: Networking/Daemons
4dc42b89 9Group(de): Netzwerkwesen/Server
36fddb2a 10Group(pl): Sieciowe/Serwery
29ca562c 11Source0: http://www.squid-cache.org/Versions/v2/2.3/%{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
27a7ed0d 16Source5: %{name}.conf
17Source6: %{name}.logrotate
18Patch0: %{name}-2.0-make.patch
19Patch1: %{name}-perl.patch
20Patch2: %{name}-linux.patch
21Patch3: %{name}-fhs.patch
29ca562c 22# Bug fixes from Squid home page.
27a7ed0d 23Patch10: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-ftp_icon_not_found.patch
24Patch11: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-internal_dns_rcode_table_formatting.patch
14298327 25Patch12: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-ipfw_configure.patch
26Patch13: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-invalid_ip_acl_entry.patch
31decaf2 27Patch14: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-accel_only_access.patch
28Patch15: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-html_quoting.patch
29Patch16: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-carp-assertion.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