[Lunar-commits] <moonbase> ferm: version bumped to 2.0.

Florin Braescu florin at lunar-linux.org
Thu Jul 24 17:33:56 CEST 2008


commit d6d0c191c461b67c59d064a5d28ee60629f661eb
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Jul 24 18:33:56 2008 +0300

    ferm: version bumped to 2.0.
    
    Changes:
      - don't hard code built-in match modules
      - support for arptables and ebtables
      - removed support for deprecated ferm 1.1 syntax
        - removed the "set" and the "option" keyword
        - removed support for array-in-string
        - cleared the deprecated keyword translation table
        - removed TOS parameter shortcuts
        - don't default to policy if no action is specified
        - don't allow lower case built-in chain or policy names
        - removed --automod, --use, --clearall, --flushall, --flushchains,
          --createchains, --location, --debug, --verbose
        - comma in array is forbidden
        - removed "source" and "destination" as prefix for "addr" and "port"
      - don't allow match rules before and after "policy"
      - removed support for deprecated netfilter modules
        - dst
        - frag
        - iplimit
      - rewrote the internal rule storage
        - honor the order of match modules
      - import-ferm rewrite
        - use module data from ferm
        - write policy in chain block
      - do not generate implicit protocol modules
      - do not allow targets options after "jump"
      - fixed rollback when there is no iptables-save
      - enable fast mode by default, can be disabled with --slow
---
 security/ferm/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/security/ferm/DETAILS b/security/ferm/DETAILS
index 8556509..2a34147 100644
--- a/security/ferm/DETAILS
+++ b/security/ferm/DETAILS
@@ -1,11 +1,11 @@
           MODULE=ferm
-         VERSION=1.3.5
+         VERSION=2.0
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://ferm.foo-projects.org/download/1.3
-      SOURCE_VFY=sha1:c93908fdcc4571b0be1368b932da3ede816253b0
+      SOURCE_URL=http://ferm.foo-projects.org/download/2.0
+      SOURCE_VFY=sha1:11acc070511f6b339c929b456931215c34b969e3
         WEB_SITE=http://ferm.foo-projects.org
          ENTERED=20020514
-         UPDATED=20080722
+         UPDATED=20080724
       MAINTAINER=ferm at foo-projects.org
            SHORT="A tool to maintain complex firewalls"
 


More information about the Lunar-commits mailing list