fix release in ServerTokens Full-Release (#1932442)
Related: rhbz#1932442
This commit is contained in:
parent
f0962294b0
commit
694f7e90dc
@ -13,7 +13,7 @@
|
||||
Summary: Apache HTTP Server
|
||||
Name: httpd
|
||||
Version: 2.4.48
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
URL: https://httpd.apache.org/
|
||||
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
||||
@ -263,6 +263,7 @@ written in the Lua programming language.
|
||||
|
||||
# Patch in the vendor string
|
||||
sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h
|
||||
sed -i 's/@RELEASE@/%{release}/' server/core.c
|
||||
|
||||
# Prevent use of setcap in "install-suexec-caps" target.
|
||||
sed -i '/suexec/s,setcap ,echo Skipping setcap for ,' Makefile.in
|
||||
@ -801,6 +802,9 @@ exit $rv
|
||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||
|
||||
%changelog
|
||||
* Fri Jul 9 2021 Joe Orton <jorton@redhat.com> - 2.4.48-10
|
||||
- fix release in ServerTokens Full-Release (#1932442)
|
||||
|
||||
* Wed Jul 7 2021 Joe Orton <jorton@redhat.com> - 2.4.48-9
|
||||
- use OOMPolicy=continue in httpd.service, httpd@.service (#1947475)
|
||||
|
||||
@ -813,7 +817,7 @@ exit $rv
|
||||
renegotiation
|
||||
|
||||
* Thu Jul 01 2021 Luboš Uhliarik <luhliari@redhat.com> - 2.4.48-6
|
||||
- Resolves: #1932442 - "ServerTokens FullRelease" support
|
||||
- Resolves: #1932442 - "ServerTokens Full-Release" support
|
||||
|
||||
* Fri Jun 25 2021 Joe Orton <jorton@redhat.com> - 2.4.48-5
|
||||
- mod_ssl: fix loading encrypted privkeys with OpenSSL 3.0 (#1976080)
|
||||
|
Loading…
Reference in New Issue
Block a user