diff mbox series

[meta-oe,dunfell] apache2: upgrade 2.4.55 -> 2.4.56

Message ID 20230314112819.24301-1-valeria.petrov@spinetix.com
State New
Headers show
Series [meta-oe,dunfell] apache2: upgrade 2.4.55 -> 2.4.56 | expand

Commit Message

Valeria Petrov March 14, 2023, 11:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-  rotatelogs: Add -T flag to allow subsequent rotated logfiles to be
   truncated without the initial logfile being truncated.

-  mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to
   allow connections of any age to be reused. Up to now, a negative value
   was handled as an error when parsing the configuration file.  PR 66421.

-  mod_proxy_ajp: Report an error if the AJP backend sends an invalid number
   of headers.

-  mod_md:
   - Enabling ED25519 support and certificate transparency information when
     building with libressl v3.5.0 and newer.
   - MDChallengeDns01 can now be configured for individual domains.
   - Fixed a bug that caused the challenge
     teardown not being invoked as it should.

-  mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
   reported in access logs and error documents. The processing of the
   reset was correct, only unneccesary reporting was caused.

-  mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../apache2/{apache2_2.4.55.bb => apache2_2.4.56.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.55.bb => apache2_2.4.56.bb} (99%)

Comments

Valeria Petrov March 18, 2023, 6:22 p.m. UTC | #1
Ping.

Thanks,

-----Original Message-----
From: Valeria Petrov 
Sent: Tuesday, 14 March 2023 12:30
To: openembedded-devel@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>; Khem Raj <raj.khem@gmail.com>
Subject: [meta-oe][dunfell][PATCH] apache2: upgrade 2.4.55 -> 2.4.56

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-  rotatelogs: Add -T flag to allow subsequent rotated logfiles to be
   truncated without the initial logfile being truncated.

-  mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to
   allow connections of any age to be reused. Up to now, a negative value
   was handled as an error when parsing the configuration file.  PR 66421.

-  mod_proxy_ajp: Report an error if the AJP backend sends an invalid number
   of headers.

-  mod_md:
   - Enabling ED25519 support and certificate transparency information when
     building with libressl v3.5.0 and newer.
   - MDChallengeDns01 can now be configured for individual domains.
   - Fixed a bug that caused the challenge
     teardown not being invoked as it should.

-  mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
   reported in access logs and error documents. The processing of the
   reset was correct, only unneccesary reporting was caused.

-  mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../apache2/{apache2_2.4.55.bb => apache2_2.4.56.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.55.bb => apache2_2.4.56.bb} (99%)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
similarity index 99%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
index 88cef0ef83..1ad222ace4 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
@@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \
            "
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"
-SRC_URI[sha256sum] = "11d6ba19e36c0b93ca62e47e6ffc2d2f2884942694bce0f23f39c71bdc5f69ac"
+SRC_URI[sha256sum] = "d8d45f1398ba84edd05bb33ca7593ac2989b17cb9c7a0cafe5442d41afdb2d7c"
 
 S = "${WORKDIR}/httpd-${PV}"
 
--
2.25.1
akuster808 March 21, 2023, 5:20 p.m. UTC | #2
On 3/18/23 2:22 PM, Valeria Petrov via lists.openembedded.org wrote:
> Ping.
>
> Thanks,

The other earlier branches need updated first. Those should land this 
week if not sooner.

- armin
> -----Original Message-----
> From: Valeria Petrov
> Sent: Tuesday, 14 March 2023 12:30
> To: openembedded-devel@lists.openembedded.org
> Cc: Wang Mingyu <wangmy@fujitsu.com>; Khem Raj <raj.khem@gmail.com>
> Subject: [meta-oe][dunfell][PATCH] apache2: upgrade 2.4.55 -> 2.4.56
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> -  rotatelogs: Add -T flag to allow subsequent rotated logfiles to be
>     truncated without the initial logfile being truncated.
>
> -  mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to
>     allow connections of any age to be reused. Up to now, a negative value
>     was handled as an error when parsing the configuration file.  PR 66421.
>
> -  mod_proxy_ajp: Report an error if the AJP backend sends an invalid number
>     of headers.
>
> -  mod_md:
>     - Enabling ED25519 support and certificate transparency information when
>       building with libressl v3.5.0 and newer.
>     - MDChallengeDns01 can now be configured for individual domains.
>     - Fixed a bug that caused the challenge
>       teardown not being invoked as it should.
>
> -  mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
>     reported in access logs and error documents. The processing of the
>     reset was correct, only unneccesary reporting was caused.
>
> -  mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>   .../apache2/{apache2_2.4.55.bb => apache2_2.4.56.bb}            | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.55.bb => apache2_2.4.56.bb} (99%)
>
> diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
> similarity index 99%
> rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb
> rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
> index 88cef0ef83..1ad222ace4 100644
> --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb
> +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
> @@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \
>              "
>   
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"
> -SRC_URI[sha256sum] = "11d6ba19e36c0b93ca62e47e6ffc2d2f2884942694bce0f23f39c71bdc5f69ac"
> +SRC_URI[sha256sum] = "d8d45f1398ba84edd05bb33ca7593ac2989b17cb9c7a0cafe5442d41afdb2d7c"
>   
>   S = "${WORKDIR}/httpd-${PV}"
>   
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#101596): https://lists.openembedded.org/g/openembedded-devel/message/101596
> Mute This Topic: https://lists.openembedded.org/mt/97603103/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
similarity index 99%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
index 88cef0ef83..1ad222ace4 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.55.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.56.bb
@@ -27,7 +27,7 @@  SRC_URI:append:class-target = " \
            "
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"
-SRC_URI[sha256sum] = "11d6ba19e36c0b93ca62e47e6ffc2d2f2884942694bce0f23f39c71bdc5f69ac"
+SRC_URI[sha256sum] = "d8d45f1398ba84edd05bb33ca7593ac2989b17cb9c7a0cafe5442d41afdb2d7c"
 
 S = "${WORKDIR}/httpd-${PV}"