]> git.pld-linux.org Git - packages/squid.git/blame - squid.spec
- Release 5
[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
e242a126 5Release: 5
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
27a7ed0d 14Source5: %{name}.conf
15Source6: %{name}.logrotate
16Patch0: %{name}-2.0-make.patch
17Patch1: %{name}-perl.patch
18Patch2: %{name}-linux.patch
19Patch3: %{name}-fhs.patch
29ca562c 20# Bug fixes from Squid home page.
27a7ed0d 21Patch10: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-ftp_icon_not_found.patch
22Patch11: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-internal_dns_rcode_table_formatting.patch
14298327 23Patch12: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-ipfw_configure.patch
24Patch13: http://www.squid-cache.org/Versions/v2/2.3/bugs/%{name}-2.3.stable4-invalid_ip_acl_entry.patch
f01c9d57 25Requires: rc-scripts >= 0.2.0
bbd3a6ea 26Prereq: /sbin/chkconfig
f01c9d57 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e1baf3c8 28
7480ed4d
AF
29%define _libexecdir %{_libdir}/%{name}
30%define _sysconfdir /etc/%{name}
31
e1baf3c8 32%description
36fddb2a 33Squid is a high-performance proxy caching server for web clients,
34supporting FTP, gopher, and HTTP data objects. Unlike traditional
35caching software, Squid handles all requests in a single,
36non-blocking, I/O-driven process. Squid keeps meta data and especially
37hot objects cached in RAM, caches DNS lookups, supports non-blocking
38DNS lookups, and implements negative caching of failed requests. If
39you are tight on memory, check out the NOVM version of this package.
40Squid supports SSL, extensive access controls, and full request
41logging. By using the lightweight Internet Cache Protocol, Squid
8f00d34a 42caches can be arranged in a hierarchy or mesh for additional bandwidth
36fddb2a 43savings. Squid consists of a main server program squid, a Domain Name
44System lookup program dnsserver, a program for retrieving FTP data
45ftpget, and some management and client tools. When squid starts up, it
46spawns a configurable number of dnsserver processes, each of which can
47perform a single, blocking Domain Name System (DNS) lookup. This
48reduces the amount of time the cache waits for DNS lookups. Squid is
49derived from the ARPA-funded Harvest project.
e1baf3c8 50
51%description -l pl
52