From 266e3a395d0d60fc44c58e1c4bcaee660703c5de6fdecc2b4a984c04a123c5b2 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 29 Jan 2018 10:06:52 +0000 Subject: [PATCH 1/2] Adding CVE numbers to the changes file. (bnc#1077003, CVE-2018-1000024) (bnc#1077006, CVE-2018-1000027) OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=147 --- squid.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squid.changes b/squid.changes index fe19052..48fa6b8 100644 --- a/squid.changes +++ b/squid.changes @@ -5,10 +5,10 @@ Mon Jan 22 12:48:24 UTC 2018 - adam.majer@suse.de * fixes DoS caused by incorrect pointer handling when processing ESI responses. This affects the default custom esi_parser (libxml2 and expat esi_parsers are unaffected) - (bnc#1077003) + (bnc#1077003, CVE-2018-1000024) * fixes DoS caused by incorrect pointer handing whien processing ESI responses or downloading intermediate CA certificates - (bnc#1077006) + (bnc#1077006, CVE-2018-1000027) * fixes "User names not sent to url_rewrite_program" * fixes % Date: Mon, 29 Jan 2018 10:37:51 +0000 Subject: [PATCH 2/2] - Change default error pages symlink from German to English. OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=148 --- squid.changes | 5 +++++ squid.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/squid.changes b/squid.changes index 48fa6b8..0df488c 100644 --- a/squid.changes +++ b/squid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 29 10:36:36 UTC 2018 - adam.majer@suse.de + +- Change default error pages symlink from German to English. + ------------------------------------------------------------------- Mon Jan 22 12:48:24 UTC 2018 - adam.majer@suse.de diff --git a/squid.spec b/squid.spec index fb2bb07..e173b0f 100644 --- a/squid.spec +++ b/squid.spec @@ -175,7 +175,7 @@ for i in errors/*; do install -m 644 $i/* %{buildroot}%{_datadir}/%{name}/$i fi done -ln -sf %{_datadir}/%{name}/errors/de %{buildroot}%{squidconfdir}/errors +ln -sf %{_datadir}/%{name}/errors/en %{buildroot}%{squidconfdir}/errors # fix file duplicates %fdupes -s %{buildroot}%{_prefix}