Reverted `nginx` to stable version 1.22.1 (#4128)
This commit is contained in:
parent
161503424f
commit
d433fc87df
|
@ -2,6 +2,6 @@
|
|||
"Signatures": {
|
||||
"nginx-njs-0.2.1.tar.gz": "1e9d6692d47ba1a529139dcc238585ae0e23d1543f25d85fc6516a2f241dbc11",
|
||||
"nginx.service": "73a1321ae35eafc4e02614cde224fc0bf20ceba97f969b3373dd73c15c22a0e1",
|
||||
"nginx-1.23.2.tar.gz": "a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46"
|
||||
"nginx-1.22.1.tar.gz": "9ebb333a9e82b952acd3e2b4aeb1d4ff6406f72491bab6cd9fe69f0dea737f31"
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@ Summary: High-performance HTTP server and reverse proxy
|
|||
Name: nginx
|
||||
# Currently on "stable" version of nginx from https://nginx.org/en/download.html.
|
||||
# Note: Stable versions are even (1.20), mainline versions are odd (1.21)
|
||||
Version: 1.23.2
|
||||
Version: 1.22.1
|
||||
Release: 1%{?dist}
|
||||
License: BSD 2-Clause
|
||||
Vendor: Microsoft Corporation
|
||||
|
@ -108,8 +108,11 @@ exit 0
|
|||
%dir %{_sysconfdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 Cameron Baird <cameronbaird@microsoft.com> - 1.22.1-1
|
||||
- Move to stable release
|
||||
|
||||
* Tue Oct 25 2022 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.23.2-1
|
||||
- Upgrade to 1.23.2
|
||||
- Upgrade to 1.23.2 (fixes CVE-2022-41741 and CVE-2022-41742)
|
||||
|
||||
* Tue Apr 19 2022 Max Brodeur-Urbas <maxbr@microsoft.com> - 1.20.2-2
|
||||
- Addressing CVE-2021-3618.
|
||||
|
|
|
@ -12833,8 +12833,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "nginx",
|
||||
"version": "1.23.2",
|
||||
"downloadUrl": "https://nginx.org/download/nginx-1.23.2.tar.gz"
|
||||
"version": "1.22.1",
|
||||
"downloadUrl": "https://nginx.org/download/nginx-1.22.1.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue