- 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:
Kristyna Streitova 2014-09-29 08:30:32 +00:00 committed by Git OBS Bridge
parent 163b7694ca
commit 94c97faa9a
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
TCP="http"
# space separated list of allowed UDP ports
UDP="http"
UDP=""
# space separated list of allowed RPC services
RPC=""

View File

@ -311,7 +311,7 @@ for development using the Apache API.
%package doc
Summary: Additional Package Documentation.
Summary: Additional Package Documentation
Group: Documentation/Other
%if 0%{?suse_version} >= 901 && 0%{?sles_version} != 9
Provides: apache-doc

View File

@ -5,7 +5,7 @@
TCP="https"
# space separated list of allowed UDP ports
UDP="https"
UDP=""
# space separated list of allowed RPC services
RPC=""