diff --git a/Lrp2/usr/share/shorewall/action.AllowPCA b/Lrp2/usr/share/shorewall/action.AllowPCA index b6e424ca3..26b57bdca 100644 --- a/Lrp2/usr/share/shorewall/action.AllowPCA +++ b/Lrp2/usr/share/shorewall/action.AllowPCA @@ -6,6 +6,6 @@ ###################################################################################### #TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/ # PORT PORT(S) LIMIT GROUP -ACCEPT - - udp 5631 -ACCEPT - - tcp 5632 +ACCEPT - - udp 5632 +ACCEPT - - tcp 5631 #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/STABLE/action.AllowPCA b/STABLE/action.AllowPCA index bda0e4a1f..2afc22987 100644 --- a/STABLE/action.AllowPCA +++ b/STABLE/action.AllowPCA @@ -6,6 +6,6 @@ ###################################################################################### #TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/ # PORT PORT(S) LIMIT GROUP -ACCEPT - - udp 5631 -ACCEPT - - tcp 5632 +ACCEPT - - udp 5632 +ACCEPT - - tcp 5631 #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/STABLE/changelog.txt b/STABLE/changelog.txt index cb9fcfd02..79ae7e89d 100644 --- a/STABLE/changelog.txt +++ b/STABLE/changelog.txt @@ -123,3 +123,5 @@ Changes in 2.0.16 Changes in 2.0.17 1) Fix rejNotSyn. + +2) Fix port numbers in action.AllowPCA diff --git a/STABLE/releasenotes.txt b/STABLE/releasenotes.txt index cab82fe85..d5de20a54 100644 --- a/STABLE/releasenotes.txt +++ b/STABLE/releasenotes.txt @@ -303,4 +303,7 @@ New Features in 2.0.16 Problems corrected in 2.0.17 1) Invoking the 'rejNotSyn' action results in an error at startup. + +2) The UDP and TCP port numbers in /usr/share/shorewall/action.AllowPCA + were reversed. diff --git a/STABLE2/action.AllowPCA b/STABLE2/action.AllowPCA index b6e424ca3..26b57bdca 100644 --- a/STABLE2/action.AllowPCA +++ b/STABLE2/action.AllowPCA @@ -6,6 +6,6 @@ ###################################################################################### #TARGET SOURCE DEST PROTO DEST SOURCE RATE USER/ # PORT PORT(S) LIMIT GROUP -ACCEPT - - udp 5631 -ACCEPT - - tcp 5632 +ACCEPT - - udp 5632 +ACCEPT - - tcp 5631 #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/STABLE2/changelog.txt b/STABLE2/changelog.txt index a901c96f2..7a78aa456 100644 --- a/STABLE2/changelog.txt +++ b/STABLE2/changelog.txt @@ -17,6 +17,8 @@ Changes in 2.2.2 7) Fix logging rule generation. +8) Correct port numbers in action.AllowPCA. + Changes in 2.2.1 1) Add examples to the zones and policy files. diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index 323ee74c3..d7b266b5b 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -14,6 +14,9 @@ Problems corrected in version 2.2.2 is now considered fatal and Shorewall will be either restored from the last save (if any) or it will be stopped. +4) The port numbers for UDP and TCP were previously reversed in the + /usr/share/shorewall/action.AllowPCA file. + ----------------------------------------------------------------------- New Features in version 2.2.2