summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2015-07-15 15:29:48 +0200
committerJan Kaluza <jkaluza@redhat.com>2015-07-15 15:29:48 +0200
commit1cdbc457b36e41ba161579bb34dec3892c6b479f (patch)
treea970bcdbc74e0ef0b9f6bb9dcb969b00b4562a99 /httpd.spec
parentdb205dad277f6b7712dc2fd57d9e3b056b637c14 (diff)
downloadhttpd-1cdbc457b36e41ba161579bb34dec3892c6b479f.tar.gz
httpd-1cdbc457b36e41ba161579bb34dec3892c6b479f.tar.xz
httpd-1cdbc457b36e41ba161579bb34dec3892c6b479f.zip
update to 2.4.16
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/httpd.spec b/httpd.spec
index 2295813..1d62390 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,8 +7,8 @@
Summary: Apache HTTP Server
Name: httpd
-Version: 2.4.12
-Release: 3%{?dist}
+Version: 2.4.16
+Release: 1%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -49,7 +49,6 @@ Patch2: httpd-2.4.9-apxs.patch
Patch3: httpd-2.4.1-deplibs.patch
Patch5: httpd-2.4.3-layout.patch
Patch6: httpd-2.4.3-apctl-systemd.patch
-Patch7: httpd-2.4.10-lua53.patch
# Needed for socket activation and mod_systemd patch
Patch19: httpd-2.4.10-detect-systemd.patch
# Features/functional changes
@@ -194,7 +193,6 @@ interface for storing and accessing per-user session data.
%patch3 -p1 -b .deplibs
%patch5 -p1 -b .layout
%patch6 -p1 -b .apctlsystemd
-%patch7 -p0 -b .lua53
%patch19 -p1 -b .detectsystemd
@@ -667,6 +665,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Wed Jul 15 2015 Jan Kaluza <jkaluza@redhat.com> - 2.4.12-4
+- update to 2.4.16
+
* Tue Jul 7 2015 Joe Orton <jorton@redhat.com> - 2.4.12-3
- mod_ssl: use "localhost" in the dummy SSL cert if len(FQDN) > 59 chars