Compare commits

..

No commits in common. "main" and "6.9-1mamba" have entirely different histories.

2 changed files with 8 additions and 15 deletions

View File

@ -4,3 +4,5 @@ Squid is a high-performance proxy caching server for Web clients, supporting FTP
Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process.
Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.
Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools.

View File

@ -5,7 +5,7 @@
%define userid 65010
Name: squid
Version: 6.12
Version: 6.9
Release: 1mamba
Summary: The Squid proxy caching server
Group: System/Servers
@ -22,11 +22,13 @@ Source5: %{name}-conf
Source6: %{name}.service
Patch: %{name}-3.0.STABLE15-default_config.patch
Patch1: %{name}-3.0.STABLE13-gcc44.patch
# patches from: http://www.squid-cache.org/Versions/v2/2.5/bugs/
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcap-devel
BuildRequires: libe2fs-devel
BuildRequires: libexpat-devel
BuildRequires: libgcc
BuildRequires: libgnutls-devel
BuildRequires: libkrb5-devel
@ -41,6 +43,7 @@ BuildRequires: libsasl2-devel
BuildRequires: libstdc++6-devel
BuildRequires: libsystemd-devel
BuildRequires: libxcrypt-devel
BuildRequires: libxml2-devel
BuildRequires: perl-Crypt-OpenSSL-X509
BuildRequires: perl-DBI
BuildRequires: perl-URI
@ -51,14 +54,14 @@ BuildRequires: openjade
BuildRequires: linuxdoc-tools
Obsoletes: squid-respawn < 6.3-2mamba
%systemd_requires
Provides: user(squid)
Provides: group(squid)
%description
Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects.
Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process.
Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.
Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools.
%debug_package
%prep
@ -250,18 +253,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
#%doc QUICKSTART README RELEASENOTES.html SPONSORS
%changelog
* Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 6.12-1mamba
- automatic version update by autodist
* Mon Sep 16 2024 Automatic Build System <autodist@openmamba.org> 6.11-1mamba
- automatic version update by autodist
* Sun Jun 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.10-2mamba
- provide user and group squid
* Mon Jun 10 2024 Automatic Build System <autodist@openmamba.org> 6.10-1mamba
- automatic version update by autodist
* Mon Apr 08 2024 Automatic Build System <autodist@openmamba.org> 6.9-1mamba
- automatic version update by autodist