SPECS: apache1-mod_ssl.spec - updated to 2.8.31 for apache 1.3.41 ...
qboosh
qboosh at pld-linux.org
Sat Feb 9 21:51:38 CET 2008
Author: qboosh Date: Sat Feb 9 20:51:38 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.8.31 for apache 1.3.41
- fixed logs location (and avoid installation through symlinks)
- include LICENSE file
---- Files affected:
SPECS:
apache1-mod_ssl.spec (1.127 -> 1.128)
---- Diffs:
================================================================
Index: SPECS/apache1-mod_ssl.spec
diff -u SPECS/apache1-mod_ssl.spec:1.127 SPECS/apache1-mod_ssl.spec:1.128
--- SPECS/apache1-mod_ssl.spec:1.127 Wed Dec 12 09:22:40 2007
+++ SPECS/apache1-mod_ssl.spec Sat Feb 9 21:51:33 2008
@@ -1,6 +1,6 @@
# $Revision$, $Date$
-%define SSLVER 2.8.30
-%define APACHEVER 1.3.39
+%define SSLVER 2.8.31
+%define APACHEVER 1.3.41
%define apxs /usr/sbin/apxs1
%define mod_name ssl
Summary: An SSL module for the Apache Web server
@@ -22,11 +22,11 @@
Summary(uk.UTF-8): Модуль підтримки SSL в Apache
Name: apache1-mod_%{mod_name}
Version: %{SSLVER}_%{APACHEVER}
-Release: 5
+Release: 1
License: BSD
Group: Networking/Daemons
Source0: http://www.modssl.org/source/mod_%{mod_name}-%{SSLVER}-%{APACHEVER}.tar.gz
-# Source0-md5: 66c1ad26954cb1abe59b42dab54d2cd1
+# Source0-md5: 4d55fc5c7cbf38820b44edf767f571c4
Source1: %{name}.conf
Source2: %{name}-server.crt
Source3: %{name}-server.key
@@ -55,7 +55,7 @@
%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
%define _sysconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null)
-%define _pkglogdir %(%{apxs} -q PREFIX 2>/dev/null)/logs
+%define _pkglogdir /var/log/apache
%description
The mod_ssl project provides strong cryptography for the Apache 1.3
@@ -256,7 +256,7 @@
%files
%defattr(644,root,root,755)
-%doc ANNOUNCE CHANGES CREDITS NEWS README* ssl-doc
+%doc ANNOUNCE CHANGES CREDITS LICENSE NEWS README* ssl-doc
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ssl.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/server.crt
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/server.key
@@ -283,6 +283,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.128 2008-02-09 20:51:33 qboosh
+- updated to 2.8.31 for apache 1.3.41
+- fixed logs location (and avoid installation through symlinks)
+- include LICENSE file
+
Revision 1.127 2007-12-12 08:22:40 glen
- require apache1 which has log rotation; rel 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1-mod_ssl.spec?r1=1.127&r2=1.128&f=u
More information about the pld-cvs-commit
mailing list