Browse Source

apache2-2.4.17-1

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

+ 12 - 7
a/apache2/apache2-vl.spec

@@ -8,8 +8,8 @@
 
 Summary: Apache HTTP Server
 Name: %{pkgname}
-Version: 2.4.9
-Release: 2%{_dist_release}
+Version: 2.4.17
+Release: 1%{_dist_release}
 URL: http://httpd.apache.org/
 
 Vendor: Project Vine
@@ -54,11 +54,11 @@ Patch26: httpd-2.4.4-r1337344+.patch
 Patch27: httpd-2.4.2-icons.patch
 Patch30: httpd-2.4.4-cachehardmax.patch
 Patch31: httpd-2.4.6-sslmultiproxy.patch
-Patch32: httpd-2.4.7-r1537535.patch
-Patch33: httpd-2.4.9-r1573626.patch
 # Bug fixes
 Patch55: httpd-2.4.4-malformed-host.patch
 Patch56: httpd-2.4.4-mod_unique_id.patch
+Patch57: httpd-2.4.10-sigint.patch
+Patch58: httpd-2.4.17-debug-crash.patch
 
 # Security fixes
 
@@ -116,7 +116,7 @@ Group: System Environment/Daemons
 Summary: SSL/TLS module for the Apache HTTP server
 Epoch: 1
 BuildRequires: openssl-devel
-Requires(pre): openssl, dev, /bin/cat
+Requires(pre): net-tools, openssl, dev, /bin/cat
 Requires: apache2, make, apache2-mmn = %{mmn}
 
 %description -n mod_ssl-apache2
@@ -137,12 +137,13 @@ Security (TLS) protocols.
 %patch27 -p1 -b .icons
 %patch30 -p1 -b .cachehardmax
 %patch31 -p1 -b .sslmultiproxy
-%patch32 -p1 -b .r1537535
-%patch33 -p1 -b .r1573626
 
 %patch55 -p1 -b .malformedhost
 %patch56 -p1 -b .uniqueid
 
+%patch57 -p1 -b .sigint
+%patch58 -p1 -b .debug-crash
+
 # Patch in the vendor string
 sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h
 
@@ -519,6 +520,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec  4 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.17-1
+- update to 2.4.17.
+- fixed dependency.
+
 * Wed Jun 25 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.4.9-2
 - modify dependency