public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] nginx: Update to version 1.22.1
@ 2022-11-25  8:54 Adolf Belka
  2022-11-25 11:17 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-11-25  8:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

- Update from version 1.21.6 to 1.22.1
- Update of rootfile not required
- Changelog
    Changes with nginx 1.22.1                                        19 Oct 2022
	    *) Security: processing of a specially crafted mp4 file by the
	       ngx_http_mp4_module might cause a worker process crash, worker
	       process memory disclosure, or might have potential other impact
	       (CVE-2022-41741, CVE-2022-41742).
    Changes with nginx 1.22.0                                        24 May 2022
	    *) 1.22.x stable branch.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/nginx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/nginx b/lfs/nginx
index ac0530034..ef13eefb4 100644
--- a/lfs/nginx
+++ b/lfs/nginx
@@ -25,7 +25,7 @@
 include Config
 
 SUMMARY    = A HTTP server and IMAP/POP3 proxy server
-VER        = 1.21.6
+VER        = 1.22.1
 
 THISAPP    = nginx-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG	   = nginx
-PAK_VER	   = 13
+PAK_VER	   = 14
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 815d035df33bd947eec41a2f5c993d1f179aa0bd4d069280916aa089a2f96fd3bada7a7192b4a0ef7b8f43036f3a2def0e93d8c8f720dd7145a5d55ea058652f
+$(DL_FILE)_BLAKE2 = 253cd4c53ed0e6d3da8ca0f0ab3b2c46f6c7222c4f6fedd05302dd05efee31869d25a33947cca3ca526899cbdfcea96754be34e15643ebd77da24175319edb46
 
 install : $(TARGET)
 
-- 
2.38.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] nginx: Update to version 1.22.1
  2022-11-25  8:54 [PATCH] nginx: Update to version 1.22.1 Adolf Belka
@ 2022-11-25 11:17 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-11-25 11:17 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1816 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 25 Nov 2022, at 08:54, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from version 1.21.6 to 1.22.1
> - Update of rootfile not required
> - Changelog
>    Changes with nginx 1.22.1                                        19 Oct 2022
>    *) Security: processing of a specially crafted mp4 file by the
>       ngx_http_mp4_module might cause a worker process crash, worker
>       process memory disclosure, or might have potential other impact
>       (CVE-2022-41741, CVE-2022-41742).
>    Changes with nginx 1.22.0                                        24 May 2022
>    *) 1.22.x stable branch.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/nginx | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/nginx b/lfs/nginx
> index ac0530034..ef13eefb4 100644
> --- a/lfs/nginx
> +++ b/lfs/nginx
> @@ -25,7 +25,7 @@
> include Config
> 
> SUMMARY    = A HTTP server and IMAP/POP3 proxy server
> -VER        = 1.21.6
> +VER        = 1.22.1
> 
> THISAPP    = nginx-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> PROG   = nginx
> -PAK_VER   = 13
> +PAK_VER   = 14
> 
> DEPS       =
> 
> @@ -47,7 +47,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_BLAKE2 = 815d035df33bd947eec41a2f5c993d1f179aa0bd4d069280916aa089a2f96fd3bada7a7192b4a0ef7b8f43036f3a2def0e93d8c8f720dd7145a5d55ea058652f
> +$(DL_FILE)_BLAKE2 = 253cd4c53ed0e6d3da8ca0f0ab3b2c46f6c7222c4f6fedd05302dd05efee31869d25a33947cca3ca526899cbdfcea96754be34e15643ebd77da24175319edb46
> 
> install : $(TARGET)
> 
> -- 
> 2.38.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-25 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25  8:54 [PATCH] nginx: Update to version 1.22.1 Adolf Belka
2022-11-25 11:17 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox