Accepting request 528048 from home:adamm:branches:server:proxy

- Add missing build dependency on libnsl-devel for Factory.
  libnsl was split from glibc
- Update Squid to 3.5.27
  * bug fix release - for complete list of changes see
    http://www.squid-cache.org/Versions/v3/3.5/changesets/

OBS-URL: https://build.opensuse.org/request/show/528048
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=133
This commit is contained in:
Martin Pluskal 2017-09-21 15:51:36 +00:00 committed by Git OBS Bridge
parent f5a50006fc
commit 361fcf9691
6 changed files with 36 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:baa1eecb7d6e18881f4455060d80ee7cb95ae7e2695fdccf7e21ccc8f879a982
size 2328352

View File

@ -1,20 +0,0 @@
File: squid-3.5.26.tar.xz
Date: Fri Jun 2 00:43:54 UTC 2017
Size: 2328352
MD5 : 510e2c84773879c00d0e7ced997864d9
SHA1: 51a664217957b35de8b7fae180b9f93a759a4204
Key : 0xFF5CF463 <squid3@treenet.co.nz>
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-----
iQEzBAABCAAdFiEE6jHMXpSI5RaNLcxesmjnBv9c9GMFAlkwtTYACgkQsmjnBv9c
9GPpRAf7B+2gZgh1GGwjDheRvX43odQhVg9KkXB+raufqDBSRs7cyj5E/cC9XBPC
bmhyF2sk03p0a8wgmSbIH7gBFZ01TbQ5np2dUGh0b9sZPI8DJcSDPS8g9I2IT99v
axAttf8IbSzeNTgOk4l/veNMA1RU5fgyY19FnD+G22rVhcmWZFMfD/GBTyw3oc1i
7Hs/ulyCmdOHmzzTinMBEaU787mxwng2K7j2SV0O4W6wnuakAMWLdSCGsrUNBwik
teu5nd/AuAo1Y1KhM8adjHcANwa12s02yPUgkxyIDkVKBgYmbJAGvfSwFpOqRK4q
2uvHSqEAJr47u+n+Y2QampwAXCOEDQ==
=XyzG
-----END PGP SIGNATURE-----

3
squid-3.5.27.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ddb4367f2dc635921f9ca7a59d8b87edb0412fa203d1543393ac3c7f9fef0ec
size 2303468

20
squid-3.5.27.tar.xz.asc Normal file
View File

@ -0,0 +1,20 @@
File: squid-3.5.27.tar.xz
Date: Sat Aug 19 20:16:51 UTC 2017
Size: 2303468
MD5 : 39ef8199675d48a314b540f92c00c545
SHA1: 1e69c96d13cd49844da3bcf33a0b428fbe7b6f77
Key : 0xFF5CF463 <squid3@treenet.co.nz>
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-----
iQEzBAABCAAdFiEE6jHMXpSI5RaNLcxesmjnBv9c9GMFAlmYnLsACgkQsmjnBv9c
9GM1uAf+PeYKQI/hwJZXul020S5+pyxBem8txVVqTba1YZA/khk0vRqj54lBBxrX
C5AsnNbY6yGfsH6S0tQCFn3IkftXgUVMWij5x10yUYhZiXjV0EFe9rBiAOkd4zuT
j/4HOsHaG0I1qNqh1NZmvyV/a40Eq65lphOySt6N2okXeZS0Daoc23HHUXtZrO49
QqY2LEhKYg9mtxE3k7lnZ7AxWtzZPQrdqNOZLs7pyJikGn7Usv2hzdIjyyaBRV9g
jwUPzEOiCLYleExCeqE/9k5M7JLRIJE7ofnkbkVs9+V57csYkQ5Cqr5vMWhvL1RN
4GGMjSMMS2m7vhiLPTgMn5ebHn6bJw==
=eHYj
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 21 12:01:50 UTC 2017 - adam.majer@suse.de
- Add missing build dependency on libnsl-devel for Factory.
libnsl was split from glibc
- Update Squid to 3.5.27
* bug fix release - for complete list of changes see
http://www.squid-cache.org/Versions/v3/3.5/changesets/
-------------------------------------------------------------------
Thu Jul 27 06:54:01 UTC 2017 - brassh@web.de

View File

@ -19,7 +19,7 @@
%define squidlibdir %{_libdir}/squid
%define squidconfdir %{_sysconfdir}/squid
Name: squid
Version: 3.5.26
Version: 3.5.27
Release: 0
Summary: Caching and forwarding HTTP web proxy
License: GPL-2.0+
@ -45,6 +45,9 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libcap-devel
BuildRequires: libtool
%if 0%{?suse_version} >= 1500
BuildRequires: libnsl-devel
%endif
BuildRequires: openldap2-devel
BuildRequires: opensp-devel
BuildRequires: openssl-devel