diff mbox series

[meta-webserver,kirkstone,1/1] nginx: upgrade 1.25.2 -> 1.25.3

Message ID 20231214103812.512113-1-meenali.gupta@windriver.com
State Accepted
Headers show
Series [meta-webserver,kirkstone,1/1] nginx: upgrade 1.25.2 -> 1.25.3 | expand

Commit Message

mgupta1 Dec. 14, 2023, 10:38 a.m. UTC
From: Meenali Gupta <meenali.gupta@windriver.com>

Changelog:
===========
https://nginx.org/en/CHANGES

*) Change: improved detection of misbehaving clients when using HTTP/2.

*) Feature: startup speedup when using a large number of locations.
       Thanks to Yusuke Nojima.

*) Bugfix: a segmentation fault might occur in a worker process when
       using HTTP/2 without SSL; the bug had appeared in 1.25.1.

*) Bugfix: the "Status" backend response header line with an empty
       reason phrase was handled incorrectly.

*) Bugfix: memory leak during reconfiguration when using the PCRE2
       library.
       Thanks to ZhenZhong Wu.

*) Bugfixes and improvements in HTTP/3.

Signed-off-by: Meenali Gupta <meenali.gupta@windriver.com>
---
 .../recipes-httpd/nginx/{nginx_1.25.2.bb => nginx_1.25.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.2.bb => nginx_1.25.3.bb} (51%)

Comments

Khem Raj Dec. 14, 2023, 4:46 p.m. UTC | #1
we need this on master as well. Its good to mention the branches a
patch is needed in subject. Its fine to mention more than one if it
applied directly to all of the requested branches.
I almost ignored it as it said kirkstone alone.

On Thu, Dec 14, 2023 at 2:38 AM Meenali Gupta via
lists.openembedded.org
<meenali.gupta=windriver.com@lists.openembedded.org> wrote:
>
> From: Meenali Gupta <meenali.gupta@windriver.com>
>
> Changelog:
> ===========
> https://nginx.org/en/CHANGES
>
> *) Change: improved detection of misbehaving clients when using HTTP/2.
>
> *) Feature: startup speedup when using a large number of locations.
>        Thanks to Yusuke Nojima.
>
> *) Bugfix: a segmentation fault might occur in a worker process when
>        using HTTP/2 without SSL; the bug had appeared in 1.25.1.
>
> *) Bugfix: the "Status" backend response header line with an empty
>        reason phrase was handled incorrectly.
>
> *) Bugfix: memory leak during reconfiguration when using the PCRE2
>        library.
>        Thanks to ZhenZhong Wu.
>
> *) Bugfixes and improvements in HTTP/3.
>
> Signed-off-by: Meenali Gupta <meenali.gupta@windriver.com>
> ---
>  .../recipes-httpd/nginx/{nginx_1.25.2.bb => nginx_1.25.3.bb}    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.2.bb => nginx_1.25.3.bb} (51%)
>
> diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> similarity index 51%
> rename from meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
> rename to meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> index 66eef23895..8aa9fa0267 100644
> --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
> +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> @@ -2,5 +2,5 @@ require nginx.inc
>
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d"
>
> -SRC_URI[sha256sum] = "05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711"
> +SRC_URI[sha256sum] = "64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86"
>
> --
> 2.40.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107451): https://lists.openembedded.org/g/openembedded-devel/message/107451
> Mute This Topic: https://lists.openembedded.org/mt/103167529/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #2
On Thu, 14 Dec 2023 10:38:12 +0000, mgupta1 wrote:
> Changelog:
> ===========
> https://nginx.org/en/CHANGES
> 
> *) Change: improved detection of misbehaving clients when using HTTP/2.
> 
> *) Feature: startup speedup when using a large number of locations.
>        Thanks to Yusuke Nojima.
> 
> [...]

Applied, thanks!

[1/1] nginx: upgrade 1.25.2 -> 1.25.3
      commit: dc4bef4648ea5ff73230ff2d343f498c93bd333b

Best regards,
mgupta1 Dec. 19, 2023, 6:46 a.m. UTC | #3
Hi Khem raj,


Please ignore this patch.

Regards
Meenali
mgupta1 March 28, 2024, 4:16 a.m. UTC | #4
Reminder!
________________________________
From: Khem Raj <raj.khem@gmail.com>
Sent: 14 December 2023 22:16
To: Gupta, Meenali <Meenali.Gupta@windriver.com>
Cc: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe][meta-webserver][kirkstone][PATCH 1/1] nginx: upgrade 1.25.2 -> 1.25.3

CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know the content is safe.

we need this on master as well. Its good to mention the branches a
patch is needed in subject. Its fine to mention more than one if it
applied directly to all of the requested branches.
I almost ignored it as it said kirkstone alone.

On Thu, Dec 14, 2023 at 2:38 AM Meenali Gupta via
lists.openembedded.org
<meenali.gupta=windriver.com@lists.openembedded.org> wrote:
>
> From: Meenali Gupta <meenali.gupta@windriver.com>
>
> Changelog:
> ===========
> https://nginx.org/en/CHANGES
>
> *) Change: improved detection of misbehaving clients when using HTTP/2.
>
> *) Feature: startup speedup when using a large number of locations.
>        Thanks to Yusuke Nojima.
>
> *) Bugfix: a segmentation fault might occur in a worker process when
>        using HTTP/2 without SSL; the bug had appeared in 1.25.1.
>
> *) Bugfix: the "Status" backend response header line with an empty
>        reason phrase was handled incorrectly.
>
> *) Bugfix: memory leak during reconfiguration when using the PCRE2
>        library.
>        Thanks to ZhenZhong Wu.
>
> *) Bugfixes and improvements in HTTP/3.
>
> Signed-off-by: Meenali Gupta <meenali.gupta@windriver.com>
> ---
>  .../recipes-httpd/nginx/{nginx_1.25.2.bb => nginx_1.25.3.bb}    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.2.bb => nginx_1.25.3.bb} (51%)
>
> diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> similarity index 51%
> rename from meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
> rename to meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> index 66eef23895..8aa9fa0267 100644
> --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
> +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> @@ -2,5 +2,5 @@ require nginx.inc
>
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d"
>
> -SRC_URI[sha256sum] = "05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711"
> +SRC_URI[sha256sum] = "64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86"
>
> --
> 2.40.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107451): https://lists.openembedded.org/g/openembedded-devel/message/107451
> Mute This Topic: https://lists.openembedded.org/mt/103167529/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
akuster808 April 25, 2024, 12:58 p.m. UTC | #5
On 3/28/24 12:16 AM, Meenali Gupta via lists.openembedded.org wrote:
> Reminder!

Kirkstone has three versions of nginx: 1.20.1, 1.21.0 and 1.24.0. This 
is a package upgrade and I don't want a fourth version.

- armin
> ------------------------------------------------------------------------
> *From:* Khem Raj <raj.khem@gmail.com>
> *Sent:* 14 December 2023 22:16
> *To:* Gupta, Meenali <Meenali.Gupta@windriver.com>
> *Cc:* openembedded-devel@lists.openembedded.org 
> <openembedded-devel@lists.openembedded.org>
> *Subject:* Re: [oe][meta-webserver][kirkstone][PATCH 1/1] nginx: 
> upgrade 1.25.2 -> 1.25.3
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender 
> and know the content is safe.
>
> we need this on master as well. Its good to mention the branches a
> patch is needed in subject. Its fine to mention more than one if it
> applied directly to all of the requested branches.
> I almost ignored it as it said kirkstone alone.
>
> On Thu, Dec 14, 2023 at 2:38 AM Meenali Gupta via
> lists.openembedded.org
> <meenali.gupta=windriver.com@lists.openembedded.org> wrote:
> >
> > From: Meenali Gupta <meenali.gupta@windriver.com>
> >
> > Changelog:
> > ===========
> > https://nginx.org/en/CHANGES
> >
> > *) Change: improved detection of misbehaving clients when using HTTP/2.
> >
> > *) Feature: startup speedup when using a large number of locations.
> >        Thanks to Yusuke Nojima.
> >
> > *) Bugfix: a segmentation fault might occur in a worker process when
> >        using HTTP/2 without SSL; the bug had appeared in 1.25.1.
> >
> > *) Bugfix: the "Status" backend response header line with an empty
> >        reason phrase was handled incorrectly.
> >
> > *) Bugfix: memory leak during reconfiguration when using the PCRE2
> >        library.
> >        Thanks to ZhenZhong Wu.
> >
> > *) Bugfixes and improvements in HTTP/3.
> >
> > Signed-off-by: Meenali Gupta <meenali.gupta@windriver.com>
> > ---
> >  .../recipes-httpd/nginx/{nginx_1.25.2.bb => nginx_1.25.3.bb}    | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.2.bb => 
> nginx_1.25.3.bb} (51%)
> >
> > diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb 
> b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> > similarity index 51%
> > rename from meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
> > rename to meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> > index 66eef23895..8aa9fa0267 100644
> > --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
> > +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
> > @@ -2,5 +2,5 @@ require nginx.inc
> >
> >  LIC_FILES_CHKSUM = 
> "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d 
> <file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d>"
> >
> > -SRC_URI[sha256sum] = 
> "05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711"
> > +SRC_URI[sha256sum] = 
> "64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86"
> >
> > --
> > 2.40.0
> >
> >
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109650): https://lists.openembedded.org/g/openembedded-devel/message/109650
> Mute This Topic: https://lists.openembedded.org/mt/103167529/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/nginx/nginx_1.25.2.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
similarity index 51%
rename from meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
rename to meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
index 66eef23895..8aa9fa0267 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.2.bb
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.3.bb
@@ -2,5 +2,5 @@  require nginx.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d"
 
-SRC_URI[sha256sum] = "05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711"
+SRC_URI[sha256sum] = "64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86"