Accepting request 572519 from server:proxy
- Change default error pages symlink from German to English. (bnc#1077003, CVE-2018-1000024) (bnc#1077006, CVE-2018-1000027) OBS-URL: https://build.opensuse.org/request/show/572519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=55
This commit is contained in:
commit
16d2f0b0b0
@ -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
|
Mon Jan 22 12:48:24 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
@ -5,10 +10,10 @@ Mon Jan 22 12:48:24 UTC 2018 - adam.majer@suse.de
|
|||||||
* fixes DoS caused by incorrect pointer handling when processing
|
* fixes DoS caused by incorrect pointer handling when processing
|
||||||
ESI responses. This affects the default custom esi_parser
|
ESI responses. This affects the default custom esi_parser
|
||||||
(libxml2 and expat esi_parsers are unaffected)
|
(libxml2 and expat esi_parsers are unaffected)
|
||||||
(bnc#1077003)
|
(bnc#1077003, CVE-2018-1000024)
|
||||||
* fixes DoS caused by incorrect pointer handing whien processing
|
* fixes DoS caused by incorrect pointer handing whien processing
|
||||||
ESI responses or downloading intermediate CA certificates
|
ESI responses or downloading intermediate CA certificates
|
||||||
(bnc#1077006)
|
(bnc#1077006, CVE-2018-1000027)
|
||||||
* fixes "User names not sent to url_rewrite_program"
|
* fixes "User names not sent to url_rewrite_program"
|
||||||
* fixes %<Hs, %<pt, %<tt, %<bs calculation bugs for error responses
|
* fixes %<Hs, %<pt, %<tt, %<bs calculation bugs for error responses
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ for i in errors/*; do
|
|||||||
install -m 644 $i/* %{buildroot}%{_datadir}/%{name}/$i
|
install -m 644 $i/* %{buildroot}%{_datadir}/%{name}/$i
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
ln -sf %{_datadir}/%{name}/errors/de %{buildroot}%{squidconfdir}/errors
|
ln -sf %{_datadir}/%{name}/errors/en %{buildroot}%{squidconfdir}/errors
|
||||||
|
|
||||||
# fix file duplicates
|
# fix file duplicates
|
||||||
%fdupes -s %{buildroot}%{_prefix}
|
%fdupes -s %{buildroot}%{_prefix}
|
||||||
|
Loading…
Reference in New Issue
Block a user