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