Browse Source

apache2-2.4.20-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10359 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
1ed6b6feb9
1 changed files with 6 additions and 1 deletions
  1. 6 1
      a/apache2/apache2-vl.spec

+ 6 - 1
a/apache2/apache2-vl.spec

@@ -9,7 +9,7 @@
 Summary: Apache HTTP Server
 Name: %{pkgname}
 Version: 2.4.20
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 URL: http://httpd.apache.org/
 
 Vendor: Project Vine
@@ -70,6 +70,7 @@ BuildRequires: findutils, perl, openldap-devel, zlib-devel
 BuildRequires: apr-devel, apr-util-devel
 BuildRequires: pcre-devel, sqlite3-devel
 BuildRequires: lua-devel, libxml2-devel
+BuildRequires: libnghttp2-devel
 BuildRequires: www-common
 Requires: mailcap, gawk, file, findutils, apr, apr-util
 Requires(pre): www-common
@@ -205,6 +206,7 @@ AP_CONFOPTS="\
 	--enable-proxy --enable-proxy-connect \
 	--enable-proxy-http --enable-proxy-ftp \
 	--enable-case-filter --enable-case-filter-in \
+	--enable-http2 \
 	--enable-mpms-shared=all"
 ./configure ${AP_CONFOPTS}
 make %{?_smp_mflags}
@@ -519,6 +521,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.20-2
+- enabled HTTP/2.
+
 * Sun May 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.20-1
 - updated to 2.4.20.
 - updated Patch58.