upgrade httpd to 2.4.56 (#5089)

This commit is contained in:
Trung 2023-03-14 17:37:57 -07:00 committed by GitHub
parent dc03bfebe7
commit 70cf720dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -10,6 +10,6 @@
"httpd-ssl-pass-dialog": "b9bd4816dda673ad9294a0fbd2904fac9b96eabddb4d72080ae58b498bcd1db9",
"macros.httpd": "6dbf9313a5d085cb705fa5ef393372ec940008f08bf1c9350f8f49d58df75dff",
"ssl.conf": "6690cb873d2312d0ecffcda3822562cd1b1b11ac44b1fcb7bd1b720a9e53c333",
"httpd-2.4.55.tar.bz2": "11d6ba19e36c0b93ca62e47e6ffc2d2f2884942694bce0f23f39c71bdc5f69ac"
"httpd-2.4.56.tar.bz2": "d8d45f1398ba84edd05bb33ca7593ac2989b17cb9c7a0cafe5442d41afdb2d7c"
}
}

View File

@ -2,7 +2,7 @@
%define _confdir %{_sysconfdir}
Summary: The Apache HTTP Server
Name: httpd
Version: 2.4.55
Version: 2.4.56
Release: 1%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
@ -21,7 +21,7 @@ Source8: 10-listen443.conf
Source9: httpd-init.service
Source10: httpd-ssl-gencerts
# https://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.4.53-blfs_layout-1.patch
# https://www.linuxfromscratch.org/patches/blfs/svn/httpd-2.4.56-blfs_layout-1.patch
Patch0: httpd-2.4.53-blfs_layout-3.patch
Patch1: httpd-uncomment-ServerName.patch
@ -342,6 +342,9 @@ fi
%{_libexecdir}/httpd-ssl-pass-dialog
%changelog
* Tue Mar 14 2023 Thien Trung Vuong <tvuong@microsoft.com> - 2.4.56-1
- Upgrade to version 2.4.56 - Fixes CVE-2023-27522, CVE-2023-25690
* Tue Feb 07 2023 Rachel Menge <rachelmenge@microsoft.com> - 2.4.55-1
- Upgrade to version 2.4.55. Fixes CVE-2022-36760

View File

@ -5300,8 +5300,8 @@
"type": "other",
"other": {
"name": "httpd",
"version": "2.4.55",
"downloadUrl": "https://archive.apache.org/dist/httpd/httpd-2.4.55.tar.bz2"
"version": "2.4.56",
"downloadUrl": "https://archive.apache.org/dist/httpd/httpd-2.4.56.tar.bz2"
}
}
},