- allow only TCP ports in Yast2 firewall files
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=408
This commit is contained in:
parent
163b7694ca
commit
94c97faa9a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 26 15:38:17 UTC 2014 - oholecek@suse.com
|
||||||
|
|
||||||
|
- allow only TCP ports in Yast2 firewall files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 26 15:00:45 UTC 2014 - pgajdos@suse.com
|
Fri Sep 26 15:00:45 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
TCP="http"
|
TCP="http"
|
||||||
|
|
||||||
# space separated list of allowed UDP ports
|
# space separated list of allowed UDP ports
|
||||||
UDP="http"
|
UDP=""
|
||||||
|
|
||||||
# space separated list of allowed RPC services
|
# space separated list of allowed RPC services
|
||||||
RPC=""
|
RPC=""
|
||||||
|
@ -311,7 +311,7 @@ for development using the Apache API.
|
|||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Additional Package Documentation.
|
Summary: Additional Package Documentation
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
|
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
|
||||||
Provides: apache-doc
|
Provides: apache-doc
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
TCP="https"
|
TCP="https"
|
||||||
|
|
||||||
# space separated list of allowed UDP ports
|
# space separated list of allowed UDP ports
|
||||||
UDP="https"
|
UDP=""
|
||||||
|
|
||||||
# space separated list of allowed RPC services
|
# space separated list of allowed RPC services
|
||||||
RPC=""
|
RPC=""
|
||||||
|
Loading…
Reference in New Issue
Block a user