This commit is contained in:
parent
510ad4116f
commit
b0a4ed1619
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 01:20:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- initscript: copy Should-Start to Should-Stop to fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 16:55:37 CEST 2008 - skh@suse.de
|
||||
|
||||
|
15
apache2.spec
15
apache2.spec
@ -2,9 +2,16 @@
|
||||
# spec file for package apache2 (Version 2.2.8)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -56,7 +63,7 @@ License: The Apache Software License
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
%define realver 2.2.8
|
||||
Version: 2.2.8
|
||||
Release: 24
|
||||
Release: 49
|
||||
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
||||
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
|
||||
Source10: SUSE-NOTICE
|
||||
@ -1033,6 +1040,8 @@ if ! test -f /.buildenv; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Aug 25 2008 ro@suse.de
|
||||
- initscript: copy Should-Start to Should-Stop to fix build
|
||||
* Mon May 26 2008 skh@suse.de
|
||||
- CVE-2008-1678: modules/ssl/mod_ssl.c (ssl_cleanup_pre_config):
|
||||
Remove the call to CRYPTO_cleanup_all_ex_data here, fixing a
|
||||
|
@ -16,7 +16,7 @@
|
||||
# Required-Start: $local_fs $remote_fs $network
|
||||
# Should-Start: $named $time postgresql sendmail mysql ypclient dhcp radiusd
|
||||
# Required-Stop: $local_fs $remote_fs $network
|
||||
# X-UnitedLinux-Should-Stop:
|
||||
# Should-Stop: $named $time postgresql sendmail mysql ypclient dhcp radiusd
|
||||
# Default-Start: 3 5
|
||||
# Default-Stop: 0 1 2 6
|
||||
# Short-Description: Apache 2.2 httpd
|
||||
|
Loading…
Reference in New Issue
Block a user