diff --git a/apache2.changes b/apache2.changes index 7cc7e90..78fe081 100644 --- a/apache2.changes +++ b/apache2.changes @@ -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 diff --git a/apache2.firewall b/apache2.firewall index ad286f5..8c5cd69 100644 --- a/apache2.firewall +++ b/apache2.firewall @@ -5,7 +5,7 @@ TCP="http" # space separated list of allowed UDP ports -UDP="http" +UDP="" # space separated list of allowed RPC services RPC="" diff --git a/apache2.spec b/apache2.spec index 1681bf4..ff600c2 100644 --- a/apache2.spec +++ b/apache2.spec @@ -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 diff --git a/apache2.ssl-firewall b/apache2.ssl-firewall index 87b9064..fe679f4 100644 --- a/apache2.ssl-firewall +++ b/apache2.ssl-firewall @@ -5,7 +5,7 @@ TCP="https" # space separated list of allowed UDP ports -UDP="https" +UDP="" # space separated list of allowed RPC services RPC=""