Update to upstream 3.2.1
This commit is contained in:
parent
84a615ff95
commit
608dd54f95
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ squid-3.1-10021.patch
|
||||
/squid-3.2.0.15.tar.bz2.asc
|
||||
/squid-3.2.0.16.tar.bz2
|
||||
/squid-3.2.0.16.tar.bz2.asc
|
||||
/squid-3.2.1.tar.bz2
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
1e2c1297992e151a1cafd8512f6cac1c squid-3.2.0.16.tar.bz2
|
||||
552abca0d963c6e5ef37b928effe2b3d squid-3.2.0.16.tar.bz2.asc
|
||||
929f7a3988fe63ec188d2ad920d92d82 squid-3.2.1.tar.bz2
|
||||
|
20
squid-3.2.1.tar.bz2.asc
Normal file
20
squid-3.2.1.tar.bz2.asc
Normal file
@ -0,0 +1,20 @@
|
||||
File: squid-3.2.1.tar.bz2
|
||||
Date: Wed Aug 15 03:43:34 UTC 2012
|
||||
Size: 2889003
|
||||
MD5 : 929f7a3988fe63ec188d2ad920d92d82
|
||||
SHA1: 896b50960c2ae327966b8c3715f3e73be9e4b24a
|
||||
Key : 0xFF5CF463 <squid3@treenet.co.nz>
|
||||
fingerprint = EA31 CC5E 9488 E516 8D2D CC5E B268 E706 FF5C F463
|
||||
keyring = http://www.squid-cache.org/pgp.asc
|
||||
keyserver = subkeys.pgp.net
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJQK0lXAAoJELJo5wb/XPRjaqcIAJMIA6RG3K4PGyp26jEBVcfu
|
||||
fPET1BdosL7R4RQQCgpBX7Tcajb200vZLgKzz7Ba15RZK1axKLPT4Na1oqjxq0fQ
|
||||
H3niYZRIACPDYQnnC6H4AIwBvlghrSFfPL421dD1MSBmjSL3PpQNMLZD1MsH/iEk
|
||||
K37ELogysNxwe2531k/YbjWztf29O0RfzJkmdYpM1C1As3wXsvnhpVpNVHAnSHi9
|
||||
rsoRU+ZWZcd18IzGWbnooBkcYJXad+0AA7LIisfYDttx0HL6ajE2wJryGtB9Su1Z
|
||||
pJKfhmTL1MrKRmoIHQ7u10BZeAamMySspPV1I6JsCn2B/nD0nnBYvlFmNH36pQ4=
|
||||
=qUAR
|
||||
-----END PGP SIGNATURE-----
|
@ -3,8 +3,8 @@
|
||||
## % define __find_requires %{SOURCE99}
|
||||
|
||||
Name: squid
|
||||
Version: 3.2.0.16
|
||||
Release: 3%{?dist}
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -114,6 +114,7 @@ The squid-sysvinit contains SysV initscritps support.
|
||||
LDFLAGS="-pie"
|
||||
|
||||
%configure \
|
||||
--disable-strict-error-checking \
|
||||
--exec_prefix=/usr \
|
||||
--libexecdir=%{_libdir}/squid \
|
||||
--localstatedir=/var \
|
||||
@ -310,6 +311,9 @@ fi
|
||||
/sbin/chkconfig --add squid >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.1-1
|
||||
- Update to latest upstream 3.2.1
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.2.0.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user