From 05fe0cd40f6e685005316857d5fd914d3578f24d Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 25 May 2022 00:23:08 +0000 Subject: [PATCH] AU: 1 updated - nginx-service [skip ci] https://gist.github.com/1b0f0584554f6e98b14aca7f2fec2230/0514c431f3edfb919c35149b2019a913dbde92a1 --- nginx-service/nginx-service.nuspec | 24 ++----------- nginx-service/nginx-service.nuspec.mainline | 40 ++++----------------- nginx-service/nginx-service.nuspec.stable | 24 ++----------- nginx-service/tools/VERIFICATION.ps1 | 4 +-- nginx-service/tools/VERIFICATION.txt | 4 +-- 5 files changed, 17 insertions(+), 79 deletions(-) diff --git a/nginx-service/nginx-service.nuspec b/nginx-service/nginx-service.nuspec index 1f05131..6e233c4 100644 --- a/nginx-service/nginx-service.nuspec +++ b/nginx-service/nginx-service.nuspec @@ -4,7 +4,7 @@ nginx-service - 1.20.2 + 1.22.0 https://github.com/Pilskalns/choco-au-packages/tree/master/nginx-service Andzs Pilskalns @@ -12,7 +12,7 @@ Igor Sysoev http://nginx.org/ http://cdn.rawgit.com/Pilskalns/choco-au-packages/master/nginx-service/nginx-service.png - 2021 © Nginx, Inc. + 2022 © Nginx, Inc. http://nginx.org/LICENSE false https://trac.nginx.org/nginx/browser @@ -57,25 +57,7 @@ On default, the service will autostart with Windows. To disable this use Service See the [nginx.org](https://nginx.org) for more detailed documentation. ]]> - + diff --git a/nginx-service/nginx-service.nuspec.mainline b/nginx-service/nginx-service.nuspec.mainline index 91d56e3..a57a8ce 100644 --- a/nginx-service/nginx-service.nuspec.mainline +++ b/nginx-service/nginx-service.nuspec.mainline @@ -4,7 +4,7 @@ nginx-service - 1.21.4-mainline + 1.21.6-mainline https://github.com/Pilskalns/choco-au-packages/tree/master/nginx-service Andzs Pilskalns @@ -12,7 +12,7 @@ Igor Sysoev http://nginx.org/ http://cdn.rawgit.com/Pilskalns/choco-au-packages/master/nginx-service/nginx-service.png - 2021 © Nginx, Inc. + 2022 © Nginx, Inc. http://nginx.org/LICENSE false https://trac.nginx.org/nginx/browser @@ -57,39 +57,13 @@ On default, the service will autostart with Windows. To disable this use Service See the [nginx.org](https://nginx.org) for more detailed documentation. ]]> - +*) Bugfix: in the "ssl_session_ticket_key" when using TLSv1.3.]]> diff --git a/nginx-service/nginx-service.nuspec.stable b/nginx-service/nginx-service.nuspec.stable index 1f05131..6e233c4 100644 --- a/nginx-service/nginx-service.nuspec.stable +++ b/nginx-service/nginx-service.nuspec.stable @@ -4,7 +4,7 @@ nginx-service - 1.20.2 + 1.22.0 https://github.com/Pilskalns/choco-au-packages/tree/master/nginx-service Andzs Pilskalns @@ -12,7 +12,7 @@ Igor Sysoev http://nginx.org/ http://cdn.rawgit.com/Pilskalns/choco-au-packages/master/nginx-service/nginx-service.png - 2021 © Nginx, Inc. + 2022 © Nginx, Inc. http://nginx.org/LICENSE false https://trac.nginx.org/nginx/browser @@ -57,25 +57,7 @@ On default, the service will autostart with Windows. To disable this use Service See the [nginx.org](https://nginx.org) for more detailed documentation. ]]> - + diff --git a/nginx-service/tools/VERIFICATION.ps1 b/nginx-service/tools/VERIFICATION.ps1 index 931807a..f8e8703 100644 --- a/nginx-service/tools/VERIFICATION.ps1 +++ b/nginx-service/tools/VERIFICATION.ps1 @@ -18,7 +18,7 @@ Invoke-WebRequest "https://nginx.org/keys/mdounin.key" -UseBasicParsing -OutFile # Get original signature from # https://nginx.org/en/download.html -Invoke-WebRequest "https://nginx.org/download/nginx-1.20.2.zip.asc" -UseBasicParsing -OutFile "$toolsDir\..\bin\nginx-1.20.2.zip.asc" +Invoke-WebRequest "https://nginx.org/download/nginx-1.22.0.zip.asc" -UseBasicParsing -OutFile "$toolsDir\..\bin\nginx-1.22.0.zip.asc" ### Preperation # Check that we have GPG @@ -27,4 +27,4 @@ choco install gpg4win -y | out-null ### Verify # Import keys and verify ZIP file against the signature gpg --import "$toolsDir\..\bin\mdounin.key" -gpg --verify "$toolsDir\..\bin\nginx-1.20.2.zip.asc" "$toolsDir\..\bin\nginx.zip" +gpg --verify "$toolsDir\..\bin\nginx-1.22.0.zip.asc" "$toolsDir\..\bin\nginx.zip" diff --git a/nginx-service/tools/VERIFICATION.txt b/nginx-service/tools/VERIFICATION.txt index c3a1a28..c5c4698 100644 --- a/nginx-service/tools/VERIFICATION.txt +++ b/nginx-service/tools/VERIFICATION.txt @@ -3,12 +3,12 @@ VERIFICATION Nginx for each release provide a ZIP file and .asc signature file. Files are listed on the official page http://nginx.org/en/download.html -This package bin\ content includes the release ZIP file, obtained from https://nginx.org/download/nginx-1.20.2.zip +This package bin\ content includes the release ZIP file, obtained from https://nginx.org/download/nginx-1.22.0.zip Package also includes VERIFICATION.ps1, which essentially does the following: 1. Downloads Maxim Dounin’s publick key from https://nginx.org/en/pgp_keys.html - 2. Downloads signature for this release: https://nginx.org/download/nginx-1.20.2.zip.asc + 2. Downloads signature for this release: https://nginx.org/download/nginx-1.22.0.zip.asc 3. Verifies signature authenticity against bin\nginx.zip File 'LICENSE.txt' is obtained from