forked from pool/apache2
- updated to 2.4.29:
*) mod_unique_id: Use output of the PRNG rather than IP address and pid, avoiding sleep() call and possible DNS issues at startup, plus improving randomness for IPv6-only hosts. [Jan Kaluza] *) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is used in a condition that evaluates to true. PR 58231 [Luca Toscano] *) mod_http2: v0.10.12, removed optimization for mutex handling in bucket beams that could lead to assertion failure in edge cases. [Stefan Eissing] *) mod_proxy: Fix regression for non decimal loadfactor parameter introduced in 2.4.28. [Jim Jagielski] *) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set. PR 61546. [Lubos Uhliarik <luhliari redhat.com>] *) mod_rewrite: Add support for starting External Rewriting Programs as non-root user on UNIX systems by specifying username and group name as third argument of RewriteMap directive. [Jan Kaluza] *) core: Rewrite the Content-Length filter to avoid excessive memory consumption. Chunked responses will be generated in more cases than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem] *) mod_ssl: Fix SessionTicket callback return value, which does seem to matter with OpenSSL 1.1. [Yann Ylavic] OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=530
This commit is contained in:
parent
a7a85e96b3
commit
fd7f9d1515
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 09:22:41 UTC 2017 - pgajdos@suse.com
|
||||
|
||||
- updated to 2.4.29:
|
||||
*) mod_unique_id: Use output of the PRNG rather than IP address and
|
||||
pid, avoiding sleep() call and possible DNS issues at startup,
|
||||
plus improving randomness for IPv6-only hosts. [Jan Kaluza]
|
||||
*) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST
|
||||
is used in a condition that evaluates to true. PR 58231 [Luca Toscano]
|
||||
*) mod_http2: v0.10.12, removed optimization for mutex handling in bucket
|
||||
beams that could lead to assertion failure in edge cases.
|
||||
[Stefan Eissing]
|
||||
*) mod_proxy: Fix regression for non decimal loadfactor parameter introduced
|
||||
in 2.4.28. [Jim Jagielski]
|
||||
*) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set.
|
||||
PR 61546. [Lubos Uhliarik <luhliari redhat.com>]
|
||||
*) mod_rewrite: Add support for starting External Rewriting Programs
|
||||
as non-root user on UNIX systems by specifying username and group
|
||||
name as third argument of RewriteMap directive. [Jan Kaluza]
|
||||
*) core: Rewrite the Content-Length filter to avoid excessive memory
|
||||
consumption. Chunked responses will be generated in more cases
|
||||
than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem]
|
||||
*) mod_ssl: Fix SessionTicket callback return value, which does seem to
|
||||
matter with OpenSSL 1.1. [Yann Ylavic]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 12:41:23 UTC 2017 - pgajdos@suse.com
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%define mods_static unixd
|
||||
%endif
|
||||
Name: apache2
|
||||
Version: 2.4.28
|
||||
Version: 2.4.29
|
||||
Release: 0
|
||||
Summary: The Apache Web Server Version 2.4
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1197a3a62a4ab5c584ab89b249af38cf28b4adee9c0106b62999fd29f920666
|
||||
size 6553163
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIVAwUAWcjw5zTqduZ5FIWoAQr5EQ/7BXT4HjCD3eUJK9OymmpchCYZL1l4uZNy
|
||||
4oywYvn5THhWy4i9+sOxgju4LFQJCUlu/Cmqeh5bZgZIfdCAnxNANiNmtIaL0gum
|
||||
in0ZmLYeiJHLT1qkUYUhmUgRXoUTG5GBeHEhKaQUG36aywYlJK/OVRxEA/tqaLPX
|
||||
SyaUCHao98E0UjarDvSLwpH1/7KAA8GyknEaZnTXhnyFboEFGRiI2xpkeRM8NhNh
|
||||
ASIq0YfndBlneG4uHlsPoWLcFp5HttQ9YdpBo39sbSVLKFlUg9XYK/3n0mh3Xx5Z
|
||||
xowVOs2/5gP2sPjmC92ycx3LRlwK7ygw1/Dx/dImuhTtTAL7OG6i1/qFNY1utNCh
|
||||
LAddU/on5YQz5beV1LjZip9ef4yBikqBsRUtyu/fQG+EqiszzpxxHf+JfaWXl+hu
|
||||
NoFIALVtSEBf8LHT0cvIRWY3Id05nYDpknGiuNxuDIpYc4qdY7yDOa6lPeS3kGzC
|
||||
iPFh63B6nhzNudNWCT0YH2mLKGs6szDM4Hwh13Kotva3vus7UWv4O8jFAiSPvO8h
|
||||
aNpfy2IMcvjuXBu4oWbuu/X6l0FLZo/LKGzvUDZiG62Z1RCH/zg9f5OiBVIlEIWM
|
||||
INe6IsivQOM3DMNJX6U3VZUyx2hN4J5O31bkP4qMoNnHOzA7PD9JX4owirpxy4eZ
|
||||
Y2Ywbc9jeBk=
|
||||
=kUfO
|
||||
-----END PGP SIGNATURE-----
|
3
httpd-2.4.29.tar.bz2
Normal file
3
httpd-2.4.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00
|
||||
size 6567926
|
16
httpd-2.4.29.tar.bz2.asc
Normal file
16
httpd-2.4.29.tar.bz2.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIVAwUAWeZRsjTqduZ5FIWoAQpkfBAAmw+wwCpBTWRErxmPss368OSX139b3bYe
|
||||
za6+PvbiZghj+K3btOC2pHcov+h6sb6kvsFA0D5f2Bk2oCiBgmN4IJYS3h9mUcNg
|
||||
vcGCb0P0rLPneFpHTt3SXFJCahTOwmxW22e8V/y/3pes/6VsVEMJ2Sx1hQcDkkjw
|
||||
FPPB5ElXbmLi+3dZnojwwshCGKyza6OVY5CrAHb3/Pr+wSo0RSNgrpA3qsCyhAn7
|
||||
f+dLlOc44KLCF8y/grwJRLsM+MHWog+YI0B5e+95alTgcbBvEg3n6RivOCDrkJr2
|
||||
trvM10fTBzj5Hs8Gh1yuA46qD6mvRjVm0OzJc7xJTXNmpvByfsQNHoxduI1OrPgq
|
||||
rL4rt4wuh8INa5PiD80RLL3o0K69mGzCqVzJJp6/XENiMSgSsesbtaOrw0lOiYwv
|
||||
rO/yzzR9WwkiXIQR934lduFfiOrf2A81Q5HpsfLaaP7Ezc5bIPlUVRzK68TPEe+u
|
||||
VGvSYqg4umQqCrNh3yX06UBJokB8UxzkOgY8bvvPEkHFv8AlqUKg1bVxkTIZypYL
|
||||
e6xnXrM/LQ/UuWo6n+Pb9balieXZg6SfrQ2tQmI2yMIuFhN+fGcXVt1l9miWoNy9
|
||||
fjEpLvUxW4HqXjaPEG0xwD/BX+5+uadGVkr2oIbFCeknXZES/fPdrbuC7XpZzYqH
|
||||
9trgC1ZLILg=
|
||||
=EwOe
|
||||
-----END PGP SIGNATURE-----
|
Loading…
x
Reference in New Issue
Block a user