forked from pool/apache2
This commit is contained in:
parent
3d46fee338
commit
3a862fa338
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:23:41 CEST 2008 - skh@suse.de
|
||||||
|
|
||||||
|
- apache2.firewall, apache2.ssl-firewall
|
||||||
|
Use unique name tags "HTTP Server" and "HTTPS Server" in for
|
||||||
|
SuSEFirewall2 configuration [bnc#414962]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 19 16:18:39 CEST 2008 - skh@suse.de
|
Fri Sep 19 16:18:39 CEST 2008 - skh@suse.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## Name: Apache 2
|
## Name: HTTP Server
|
||||||
## Description: Opens ports for Apache Web Server.
|
## Description: Opens ports for Apache Web Server.
|
||||||
|
|
||||||
# space separated list of allowed TCP ports
|
# space separated list of allowed TCP ports
|
||||||
|
@ -63,7 +63,7 @@ License: The Apache Software License
|
|||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
%define realver 2.2.9
|
%define realver 2.2.9
|
||||||
Version: 2.2.9
|
Version: 2.2.9
|
||||||
Release: 4
|
Release: 5
|
||||||
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
#Source0: http://www.apache.org/dist/httpd-%{version}.tar.bz2
|
||||||
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
|
Source0: http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
|
||||||
Source10: SUSE-NOTICE
|
Source10: SUSE-NOTICE
|
||||||
@ -1025,6 +1025,10 @@ if ! test -f /.buildenv; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 24 2008 skh@suse.de
|
||||||
|
- apache2.firewall, apache2.ssl-firewall
|
||||||
|
Use unique name tags "HTTP Server" and "HTTPS Server" in for
|
||||||
|
SuSEFirewall2 configuration [bnc#414962]
|
||||||
* Fri Sep 19 2008 skh@suse.de
|
* Fri Sep 19 2008 skh@suse.de
|
||||||
- add httpd-2.x.x-logresolve.patch again [bnc#210904]
|
- add httpd-2.x.x-logresolve.patch again [bnc#210904]
|
||||||
- add httpd-2.2.x-CVE-2008-2939.patch [bnc#415061]:
|
- add httpd-2.2.x-CVE-2008-2939.patch [bnc#415061]:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## Name: Apache 2
|
## Name: HTTPS Server
|
||||||
## Description: Opens ports for Apache Web Server.
|
## Description: Opens ports for Apache Web Server.
|
||||||
|
|
||||||
# space separated list of allowed TCP ports
|
# space separated list of allowed TCP ports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user