/[smeserver]/rpms/e-smith-apache/sme9/e-smith-apache.spec
ViewVC logotype

Diff of /rpms/e-smith-apache/sme9/e-smith-apache.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by vip-ire, Mon Feb 18 20:35:39 2013 UTC Revision 1.15 by vip-ire, Wed Jan 6 15:28:13 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-apache.spec,v 1.1 2013/02/14 16:14:18 slords Exp $  # $Id: e-smith-apache.spec,v 1.14 2014/12/10 07:59:13 vip-ire Exp $
2    
3  Summary: e-smith server and gateway - apache module  Summary: e-smith server and gateway - apache module
4  %define name e-smith-apache  %define name e-smith-apache
5  Name: %{name}  Name: %{name}
6  %define version 2.4.0  %define version 2.4.0
7  %define release 2  %define release 13
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch1: e-smith-apache-2.4.0-pwauth.patch
14    Patch2: e-smith-apache-2.4.0-ibay_auth.patch
15    Patch3: e-smith-apache-2.4.0-apache_modules.patch
16    Patch4: e-smith-apache-2.4.0-35SSL10SSLCipherSuite.patch
17    Patch5: e-smith-apache-2.4.0-ssl_engine_on.patch
18    Patch6: e-smith-apache-2.4.0-disable_sslv3.patch
19    Patch7: e-smith-apache-2.4.0-disable_tlsv1.patch
20  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  BuildArchitectures: noarch  BuildArchitectures: noarch
22  Requires: e-smith-base >= 4.15.1  Requires: e-smith-base >= 4.15.1
23  Requires: e-smith-lib >= 1.15.1-19  Requires: e-smith-lib >= 1.15.1-19
24  Requires: e-smith-daemontools >= 1.7.1-01  Requires: e-smith-daemontools >= 1.7.1-01
25  Requires: mod_ssl  Requires: mod_ssl
26    Requires: mod_authnz_external
27    Obsoletes: distcache <= 1.4.5
28    Obsoletes: mod_auth_external
29  Obsoletes: e-smith-proxypass  Obsoletes: e-smith-proxypass
30  Obsoletes: e-smith-apache-proxy  Obsoletes: e-smith-apache-proxy
31  Conflicts: e-smith-ibays < 1.0.2  Conflicts: e-smith-ibays < 1.0.2
# Line 26  BuildRequires: e-smith-devtools >= 1.11. Line 36  BuildRequires: e-smith-devtools >= 1.11.
36  e-smith server and gateway software - apache module.  e-smith server and gateway software - apache module.
37    
38  %changelog  %changelog
39    * Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme
40    - Disable TLSv1 [SME: 9154]
41    
42    * Tue Dec 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme
43    - Disable SSLv3 [SME: 8722]
44    
45    * Fri Oct 31 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme
46    - Revert CRIME mitigation patch, as it's not needed [SME: 8613]
47    
48    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-10.sme
49    - Mitigate CVE-2012-4929 [SME: 8613]
50    
51    * Tue Jul 29 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-9.sme
52    - Turn SSLEngine on in the SSL vhost (ProxyPassVirtualHosts) [SME: 8501]
53    
54    * Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
55    - Remove insecure ciphers [SME: 8138]
56    
57    * Mon Oct 07 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-7.sme
58    - Re-do patch to add missing default httpd.conf modules [SME: 7874]
59    - Add authz_groupfile as a loadable Module [SME: 7875]
60    
61    * Fri Oct 04 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-6.sme
62    - Patch to add missing default httpd.conf modules [SME: 7874]
63    
64    * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-5.sme
65    - Patch to correct issue with not being able to access a password protected ibay [SME: 7794]
66    
67    * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
68    - Obsolete el5 version of distcache [SME: 7273]
69    
70    * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
71    - Obsolete mod_auth_external and require mod_authnz_external [SME: 7319]
72    - Change the way module is loaded and initialized
73    
74  * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme  * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
75  - Add missing dependency on mod_ssl [SME: 7234]  - Add missing dependency on mod_ssl [SME: 7234]
76    
# Line 550  e-smith server and gateway software - ap Line 595  e-smith server and gateway software - ap
595    
596  %prep  %prep
597  %setup  %setup
598    %patch1 -p1
599    %patch2 -p1
600    %patch3 -p1
601    %patch4 -p1
602    %patch5 -p1
603    %patch6 -p1
604    %patch7 -p1
605    
606  %build  %build
607  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed