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

Florin Braescu florin at lunar-linux.org
Sat Aug 4 08:34:16 CEST 2012


commit f29738a5579e3c68c2b4930191b5e54b8d95aae9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 03 Aug 2012 23:34:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f29738a5579e3c68c2b4930191b5e54b8d95aae9

ferm: version bumped to 2.1.1.
---
  security/ferm/DETAILS                                        +4/-4     
  security/ferm/systemd.d/ferm.service                         +12/-0    
  2 files changed, 16 insertions (+), 4 deletions (-)

--- a/security/ferm/DETAILS
+++ b/security/ferm/DETAILS
@@ -1,11 +1,11 @@
           MODULE=ferm
-         VERSION=2.1
+         VERSION=2.1.1
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://ferm.foo-projects.org/download/2.1
-      SOURCE_VFY=sha1:28e50794e63e91f6c2260ca75dff3ca44d02c756
+      SOURCE_URL=http://ferm.foo-projects.org/download/${VERSION:0:3}
+      SOURCE_VFY=sha1:1f7ecb5b5ab24a7337d4c3a44f3fa16ba49bf950
         WEB_SITE=http://ferm.foo-projects.org
          ENTERED=20020514
-         UPDATED=20110722
+         UPDATED=20120804
       MAINTAINER=ferm at foo-projects.org
            SHORT="A tool to maintain complex firewalls"
 
--- /dev/null
+++ b/security/ferm/systemd.d/ferm.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Ferm
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+EnvironmentFile=/etc/ferm.conf
+ExecStart=/usr/sbin/ferm ${CONFIG_FILE}
+ExecStop=/usr/sbin/ferm -F ${CONFIG_FILE}
+
+[Install]
+WantedBy=multi-user.target




More information about the Lunar-commits mailing list