SHA256
1
0
forked from pool/squid
Commit Graph

77 Commits

Author SHA256 Message Date
Dominique Leuenberger
f80fe2e0f3 Accepting request 339261 from server:proxy
- Fix rpmlint errors / warnings
  * systemd-service-without-service_add_pre
    moved service_add_pre to %pre
  * non-etc-or-var-file-marked-as-conffile
    moved mib.txt to /usr/share/snmp/mibs/SQUID-MIB.txt
    idea taken from Fedora package

OBS-URL: https://build.opensuse.org/request/show/339261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=33
2015-10-19 20:52:04 +00:00
Jochen Keil
f2a6677342 - Fix rpmlint errors / warnings
* systemd-service-without-service_add_pre
    moved service_add_pre to %pre
  * non-etc-or-var-file-marked-as-conffile
    moved mib.txt to /usr/share/snmp/mibs/SQUID-MIB.txt
    idea taken from Fedora package
  * macro-in-comment
    removed comment

Other issues are:

- permissions-dir-without-slash
  => opened security audit bug: bsc#950557

- missing-call-to-setgroups-before-setuid
  * should be an upstream bug

- binary-or-shlib-calls-gethostbyname
  * should be an upstream bug

OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=92
2015-10-15 15:08:57 +00:00
Stephan Kulow
c6c50dfbd7 Accepting request 337274 from server:proxy
- Changes to squid-3.5.10 (01 Oct 2015):
  * Regression Fix cache_peer login=PASS(THRU) after CVE-2015-5400
  * Regression Bug 4326: base64 binary encoder rejects data beginning with nil byte
  * Bug 4323: Netfilter broken cross-includes with Linux 4.2
  * Bug 4328: %un format code does not work for external ACLs in credentials-fetching rules
  * Bug 4208: more than one port in wccp2_service_info line causes error
  * Bug 4304: PeerConnector.cc:743 "!callback" assertion.
  * Bug 4330: Do not use SSL_METHOD::put_cipher_by_char to determine size of SSL hello ciphers
  * Relicense ntlm_fake_auth.pl to GPLv2+
  * Relicense smb_lm auth helper to GPLv2+
  * Relicense SSPI helper to GPLv2+
  * ... and several minor performance optimizations

OBS-URL: https://build.opensuse.org/request/show/337274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=32
2015-10-12 08:02:23 +00:00
Jochen Keil
0c05a3b834 - Changes to squid-3.5.10 (01 Oct 2015):
* Regression Fix cache_peer login=PASS(THRU) after CVE-2015-5400
  * Regression Bug 4326: base64 binary encoder rejects data beginning with nil byte
  * Bug 4323: Netfilter broken cross-includes with Linux 4.2
  * Bug 4328: %un format code does not work for external ACLs in credentials-fetching rules
  * Bug 4208: more than one port in wccp2_service_info line causes error
  * Bug 4304: PeerConnector.cc:743 "!callback" assertion.
  * Bug 4330: Do not use SSL_METHOD::put_cipher_by_char to determine size of SSL hello ciphers
  * Relicense ntlm_fake_auth.pl to GPLv2+
  * Relicense smb_lm auth helper to GPLv2+
  * Relicense SSPI helper to GPLv2+
  * ... and several minor performance optimizations

OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=90
2015-10-08 14:49:06 +00:00
Dominique Leuenberger
7ff1d84074 Accepting request 331084 from server:proxy
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/331084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=31
2015-09-17 07:21:24 +00:00
Dominique Leuenberger
4bec3526bb Accepting request 328804 from server:proxy
- Changes to squid-3.5.8 (02 Sep 2015):
  * Regression Bug 4306: build portability fix in Kerberos helpers
  * Bug 4302: IPFilter v5 transparent interception
  * Bug 4301: compile errors with IPFilter interception
  * Bug 4285 partial: %us is not supported in access.log
  * Bug 4278: Docs: typo in the refresh_pattern freshness algorithm
  * Bug 4242: compile errors with eCAP using clang-3.6
  * Bug 3696: crash when client delay pools are activated
  * Bug 3553: cache_swap_high ignored and maxCapacity used instead
  * Regression Fix: FtpServer.cc:1024: "reply != NULL" assertion
  * Fix ignore of impossible SSL bumping actions, as intended and documented
  * Fix memory leak in Surrogate-Capability header detection
  * Fix truncated body length when RESPMOD service aborts
  * Reject non-chunked HTTP messages with conflicting Content-Length values
  * Support splice for SSLv3 and TLSv1 sessions that start with an SSLv2 Hello
  * ... and several portability and compile fixes
  * ... and several documentation updates

OBS-URL: https://build.opensuse.org/request/show/328804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=30
2015-09-08 15:39:18 +00:00
Christian Wittmer
07031411bd rebase squid-config.patch
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=87
2015-09-04 15:19:22 +00:00
Jochen Keil
30b301923f - Changes to squid-3.5.8 (02 Sep 2015):
* Regression Bug 4306: build portability fix in Kerberos helpers
  * Bug 4302: IPFilter v5 transparent interception
  * Bug 4301: compile errors with IPFilter interception
  * Bug 4285 partial: %us is not supported in access.log
  * Bug 4278: Docs: typo in the refresh_pattern freshness algorithm
  * Bug 4242: compile errors with eCAP using clang-3.6
  * Bug 3696: crash when client delay pools are activated
  * Bug 3553: cache_swap_high ignored and maxCapacity used instead
  * Regression Fix: FtpServer.cc:1024: "reply != NULL" assertion
  * Fix ignore of impossible SSL bumping actions, as intended and documented
  * Fix memory leak in Surrogate-Capability header detection
  * Fix truncated body length when RESPMOD service aborts
  * Reject non-chunked HTTP messages with conflicting Content-Length values
  * Support splice for SSLv3 and TLSv1 sessions that start with an SSLv2 Hello
  * ... and several portability and compile fixes
  * ... and several documentation updates

OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=86
2015-09-03 13:02:05 +00:00
Dominique Leuenberger
49f355e9a3 Accepting request 321598 from server:proxy
- Move update logic to proper scriptlet
  * Replace 'etc' with %{_sysconfdir} macro

OBS-URL: https://build.opensuse.org/request/show/321598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=29
2015-08-11 06:26:59 +00:00
Jochen Keil
8507b0836c - Move update logic to proper scriptlet
* Replace 'etc' with %{_sysconfdir} macro

OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=84
2015-08-10 12:29:31 +00:00
Dominique Leuenberger
b90b709d01 Accepting request 320788 from server:proxy
update to 3.5.7 (forwarded request 320787 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/320788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=28
2015-08-06 22:24:30 +00:00
Christian Wittmer
1bb7ead10c Accepting request 320787 from server:proxy:Test
update to 3.5.7

OBS-URL: https://build.opensuse.org/request/show/320787
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=82
2015-08-05 21:25:35 +00:00
Stephan Kulow
5c51c5d502 Accepting request 317787 from server:proxy
1

OBS-URL: https://build.opensuse.org/request/show/317787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=27
2015-07-22 07:19:52 +00:00
Martin Pluskal
a8325841ad Accepting request 317732 from server:proxy:Test
- Update to 3.5.6
  * Bug 4274: ssl_crtd.8 not being installed
  * Bug 4193: memory leak on FTP listings
  * Bug 4183: segfault when freeing https_port clientca on 
    reconfigure or exit
  * Bug 3875: bad mimeLoadIconFile error handling
  * Bug 3483: assertion failed store.cc:1866: 'isEmpty()'
  * Bug 3329: pinned server connection is not closed properly
  * TLS: Disable client-initiated renegotiation
  * ext_edirectory_userip_acl: fix uninitialized variable
  * Support custom OIDs in *_cert ACLs
  * Fix CONNECT failover to IPv4 after trying broken IPv6 servers
  * Use relative-URL in errorpage.css for SN.png
  * Do not blindly forward cache peer CONNECT responses
  * Fix assertion String.cc:221: "str"
  * Fix assertion comm.cc:759: "Comm::IsConnOpen(conn)" in
    ConnStateData::getSslContextDone
  * Translations: add Spanish US dialect alias
- Drop no longer needed squid-nobuilddates.patch

OBS-URL: https://build.opensuse.org/request/show/317732
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=80
2015-07-21 11:48:51 +00:00
Dominique Leuenberger
bf4a0a65c5 Accepting request 310390 from server:proxy
1

OBS-URL: https://build.opensuse.org/request/show/310390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=26
2015-06-06 07:54:03 +00:00
Martin Pluskal
631c738b0a Accepting request 310389 from server:proxy:Test
1

OBS-URL: https://build.opensuse.org/request/show/310389
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=78
2015-06-04 22:51:06 +00:00
Dominique Leuenberger
57817d3185 Accepting request 308403 from server:proxy
1

OBS-URL: https://build.opensuse.org/request/show/308403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=25
2015-05-23 11:07:58 +00:00
Martin Pluskal
252937dc51 Accepting request 308402 from server:proxy:Test
- Update to 3.5.4
- Refresh patches

OBS-URL: https://build.opensuse.org/request/show/308402
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=76
2015-05-22 18:22:37 +00:00
Dominique Leuenberger
014d22e399 Accepting request 305549 from server:proxy
1

OBS-URL: https://build.opensuse.org/request/show/305549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=24
2015-05-06 10:10:47 +00:00
Martin Pluskal
908318e727 Accepting request 305548 from server:proxy:Test
1

OBS-URL: https://build.opensuse.org/request/show/305548
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=74
2015-05-06 08:55:14 +00:00
Stephan Kulow
bc2fad90df Accepting request 304326 from server:proxy
1

OBS-URL: https://build.opensuse.org/request/show/304326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=23
2015-04-28 09:47:10 +00:00
Martin Pluskal
77be9e00d4 Accepting request 304324 from server:proxy:Test
- Fix update from 3.4 to 3.5

- Fix SLE 11 build with older kerberos libraries

OBS-URL: https://build.opensuse.org/request/show/304324
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=72
2015-04-28 09:27:43 +00:00
Dominique Leuenberger
610ddbc7b4 Accepting request 304039 from server:proxy
1

OBS-URL: https://build.opensuse.org/request/show/304039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=22
2015-04-27 11:05:12 +00:00
Martin Pluskal
65168e03c3 Accepting request 304037 from server:proxy:Test
OBS-URL: https://build.opensuse.org/request/show/304037
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=70
2015-04-26 11:28:54 +00:00
Martin Pluskal
38587fb5fc Accepting request 304031 from server:proxy:Test
1

OBS-URL: https://build.opensuse.org/request/show/304031
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=69
2015-04-26 11:20:33 +00:00
Dominique Leuenberger
8b0932b77d Accepting request 286699 from server:proxy
remove obsolete RELEASENOTES (forwarded request 286698 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/286699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=21
2015-03-11 08:56:44 +00:00
Christian Wittmer
7fcad09b21 Accepting request 286698 from server:proxy:Test
remove obsolete RELEASENOTES

OBS-URL: https://build.opensuse.org/request/show/286698
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=67
2015-02-18 23:30:16 +00:00
Christian Wittmer
9412243d2f Accepting request 285729 from home:pluskalm:branches:server:proxy
- Update to 3.4.11:
  * cachemgr.cgi: memory leak in request parser
  * Fix typo on commStartSslClose
  * Fix SQUID_CC_REQUIRE_ARGUMENT autoconf macro
  * Bug #3760: squidclient ignores --disable-ipv6
  * Bug #3664: ssl_crtd fails to build on OpenSolaris/OpenIndiana/Solaris 11
  * Bug #3754: configure doesnt detect IPFilter 5.1.2 system headers
  * Bug #4164: SEGFAULT when %W formating code used in errorpages
  * Deleting first fs left psstate->servers pointing to uninitialized memory
  * Maintenance: check release notes on packaging
  * Bug #4057: Avoid on-exit crashes when adaptation is enabled.

OBS-URL: https://build.opensuse.org/request/show/285729
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=66
2015-02-18 23:18:29 +00:00
Christian Wittmer
69403394b4 Accepting request 286695 from server:proxy:Test
recover old spec, fix permissions for SLE11

OBS-URL: https://build.opensuse.org/request/show/286695
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=65
2015-02-18 23:15:24 +00:00
Dominique Leuenberger
8510e6c251 Accepting request 280566 from server:proxy
OBS-URL: https://build.opensuse.org/request/show/280566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=20
2015-01-09 19:50:52 +00:00
Tomáš Chvátal
3ca11bdc56 Accepting request 280563 from server:proxy:Test
- Cleanup with spec-cleaner
- Version bump to 3.4.10:
  * Fix bootstrap.sh dependency on SPONSORS.list
  * HTTP/2: Support 421 (Misdirected Request) status code
  * Alternate-Protocol is a hop-by-hop header
  * Bug #4148: external_acl_type header format does not accept the new libformat syntax
  * Bug #4033: Rebuild corrupted ssl_db/size file
  * Bug #3902: Docs: external_acl_type cache hash key
  * Bug #4145: squid_endian.h compile errors with OpenBSD 5.6
  * Fix segmentation fault in ACLUrlPathStrategy::match
- Remove support for other distros as we build for opensuse anyway

- remove permissions.easy and permissions.paranoid files from package
  as they are not used any more

OBS-URL: https://build.opensuse.org/request/show/280563
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=64
2015-01-09 10:36:46 +00:00
Christian Wittmer
a26a7b04bb Accepting request 266863 from server:proxy:Test
factory fixes

OBS-URL: https://build.opensuse.org/request/show/266863
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=63
2015-01-02 15:04:06 +00:00
Tomáš Chvátal
08d4caed07 Accepting request 264508 from home:dimstar:branches:server:proxy
Use URLs to paths that the source validator actually understands
  and make this acceptable for Tumbleweed.

The source validatory uses
  perl -I/usr/lib/build -MBuild -e Build::show /usr/lib/build/configs/sl13.2.conf squid.spec sources
to find the sources; and this seems to not like the %() parts to expand.

Would be nice to have this fixed in Tumbleweed - after failing for 19 days

OBS-URL: https://build.opensuse.org/request/show/264508
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=62
2014-12-24 16:18:44 +00:00
Christian Wittmer
c3f10526dc Accepting request 263262 from server:proxy:Test
update to 3.4.9, fix for bnc#891268 (CVE-2014-7141, CVE-2014-7142)

OBS-URL: https://build.opensuse.org/request/show/263262
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=61
2014-11-27 20:53:15 +00:00
Christian Wittmer
c1113da01b Accepting request 247589 from server:proxy:Test
fix for bnc#894840

OBS-URL: https://build.opensuse.org/request/show/247589
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=60
2014-09-04 21:20:40 +00:00
Christian Wittmer
5a2a646e40 Accepting request 244146 from server:proxy:Test
some permission and redhat stuff

OBS-URL: https://build.opensuse.org/request/show/244146
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=59
2014-08-10 17:56:45 +00:00
Lars Vogdt
f645c10624 Accepting request 243193 from home:dimstar:rpmlintrc
Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/243193
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=58
2014-08-10 14:48:24 +00:00
Stephan Kulow
82ec796f4b Accepting request 229070 from server:proxy
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/229070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=18
2014-04-05 14:48:23 +00:00
Christian Wittmer
14dee11119 fix pidfiledir
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=56
2014-03-28 18:49:46 +00:00
Stephan Kulow
3784cd6b45 Accepting request 226329 from server:proxy
update to 3.4.4

OBS-URL: https://build.opensuse.org/request/show/226329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=17
2014-03-18 13:07:03 +00:00
Christian Wittmer
9a499fc5bf fix changes file
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=54
2014-03-16 23:52:40 +00:00
Christian Wittmer
e331af6a50 Accepting request 226292 from home:bmanojlovic:branches:server:proxy
- added patch to force kerberos principalname handling
  ( http://bugs.squid-cache.org/show_bug.cgi?id=4042 )

OBS-URL: https://build.opensuse.org/request/show/226292
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=53
2014-03-16 13:39:08 +00:00
Christian Wittmer
b16b6d18da Accepting request 226276 from server:proxy:Test
fix for bnc#743563, update to 3.4.4

OBS-URL: https://build.opensuse.org/request/show/226276
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=52
2014-03-15 21:47:02 +00:00
Christian Wittmer
1bd7a002f9 Accepting request 225977 from home:bmanojlovic:branches:server:proxy
- add ssl bump to build config

OBS-URL: https://build.opensuse.org/request/show/225977
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=51
2014-03-14 18:23:19 +00:00
Stephan Kulow
d7aa5e4f6d Accepting request 214647 from server:proxy
update to 3.4.2 (forwarded request 214646 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/214647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=16
2014-01-22 13:00:42 +00:00
Christian Wittmer
72ca3a8613 Accepting request 214646 from server:proxy:Test
update to 3.4.2

OBS-URL: https://build.opensuse.org/request/show/214646
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=49
2014-01-21 23:20:48 +00:00
Stephan Kulow
28c1fb79cd Accepting request 212269 from server:proxy
update to 3.3.11 (forwarded request 212267 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/212269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=15
2013-12-30 09:44:18 +00:00
Christian Wittmer
dbcfdd68ea Accepting request 212267 from home:computersalat:devel:proxy
update to 3.3.11

OBS-URL: https://build.opensuse.org/request/show/212267
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=47
2013-12-25 21:46:51 +00:00
Stephan Kulow
1d799156d2 Accepting request 201325 from server:proxy
update to 3.3.9 (forwarded request 201324 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/201325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=14
2013-09-29 15:53:18 +00:00
Christian Wittmer
c5644019a7 Accepting request 201324 from home:computersalat:devel:proxy
update to 3.3.9

OBS-URL: https://build.opensuse.org/request/show/201324
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=45
2013-09-28 18:16:44 +00:00