--- rpms/e-smith-apache/sme8/e-smith-apache.spec 2009/03/07 21:04:27 1.8 +++ rpms/e-smith-apache/sme8/e-smith-apache.spec 2013/10/04 23:38:18 1.15 @@ -1,8 +1,10 @@ +# $Id: e-smith-apache.spec,v 1.14 2012/06/30 03:32:05 wellsi Exp $ + Summary: e-smith server and gateway - apache module %define name e-smith-apache Name: %{name} %define version 2.2.0 -%define release 4 +%define release 10 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -11,6 +13,12 @@ Source: %{name}-%{version}.tar.gz Patch0: e-smith-apache-2.2.0-AddOffice2007MIMETypes.patch Patch1: e-smith-apache-2.2.0-AddOpenOfficeMIMETypes.patch Patch2: e-smith-apache-2.2.0-AddXMLMIMEType.patch +Patch3: e-smith-apache-2.2.0-AddOpenOffice2MIMETypes.patch +Patch4: e-smith-apache-2.2.0-optionDisableSSLv2.patch +Patch5: e-smith-apache-2.2.0-disable-SSLv2.patch +Patch6: e-smith-apache-2.2.0-server-resources-redirect-fix.patch +Patch7: e-smith-apache-2.2.0-disableIconsIndex.patch +Patch8: e-smith-apache-2.2.0-missing_modules.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base >= 4.15.1 @@ -26,8 +34,26 @@ BuildRequires: e-smith-devtools >= 1.11. e-smith server and gateway software - apache module. %changelog +* Fri Oct 04 2013 John H. Bennett III 2.2.0-10.sme +- Patch to add missing default httpd.conf modules [SME: 7871] + +* Fri Jun 29 2012 Ian Wells 2.2.0-9.sme +- Disable index listing of Apache icons folder [SME: 7015] + +* Fri Dec 23 2011 Jonathan Martens 2.2.0-8.sme +- Fix server-resources redirect w/o trailing slash [SME: 6758] + +* Sat Mar 12 2011 Jonathan Martens 2.2.0-7.sme +- Disable SSLv2 by default [SME: 6482] + +* Sun Apr 26 2009 Jonathan Martens 2.2.0-6.sme +- Add option to disable SSLv2 [SME: 5034] + +* Sat Mar 28 2009 Jonathan Martens 2.2.0-5.sme +- Add OpenOffice2 MIME Types [SME: 5112] + * Sat Mar 7 2009 Jonathan Martens 2.2.0-4.sme -- Add OpenOffixe MIME Types [SME: 4848] +- Add OpenOffice MIME Types [SME: 4848] - Add XML MIME Type [SME: 5035] * Thu Dec 11 2008 Jonathan Martens 2.2.0-3.sme @@ -532,6 +558,12 @@ e-smith server and gateway software - ap %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %pre