[arch-commits] Commit in ferm/repos/community-any (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Mar 31 22:50:12 UTC 2013


    Date: Monday, April 1, 2013 @ 00:50:11
  Author: seblu
Revision: 87456

archrelease: copy trunk to community-any

Added:
  ferm/repos/community-any/PKGBUILD
    (from rev 87455, ferm/trunk/PKGBUILD)
  ferm/repos/community-any/ferm.service
    (from rev 87455, ferm/trunk/ferm.service)
Deleted:
  ferm/repos/community-any/PKGBUILD
  ferm/repos/community-any/ferm.service

--------------+
 PKGBUILD     |   70 ++++++++++++++++++++++++++++-----------------------------
 ferm.service |   24 ++++++++++---------
 2 files changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-31 22:50:06 UTC (rev 87455)
+++ PKGBUILD	2013-03-31 22:50:11 UTC (rev 87456)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Marti Raudsepp <marti at juffo.org>
-# Contributor: Manuel Mazzuola <origin.of at gmail.com>
-
-pkgname=ferm
-pkgver=2.1.2
-pkgrel=2
-pkgdesc='Tool to maintain complex firewalls'
-arch=('any')
-url='http://ferm.foo-projects.org/'
-license=('GPL2')
-depends=('iptables' 'perl')
-optdepends=('ebtables' 'arptables' 'ipset')
-backup=("etc/$pkgname.conf")
-source=(
-  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz"
-  "$pkgname.service")
-md5sums=('bcfeae169c4e8e9a702df19f453605ed'
-         '26df9a01e03eb89a4ec3350230092777')
-
-package() {
-  # software setup
-  pushd $pkgname-$pkgver
-  make PREFIX="${pkgdir}/usr" install
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # setup default config
-  install -D -m 644 "$pkgdir/usr/share/doc/ferm/examples/workstation.ferm" \
-    "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ferm/repos/community-any/PKGBUILD (from rev 87455, ferm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-31 22:50:11 UTC (rev 87456)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Marti Raudsepp <marti at juffo.org>
+# Contributor: Manuel Mazzuola <origin.of at gmail.com>
+
+pkgname=ferm
+pkgver=2.1.2
+pkgrel=3
+pkgdesc='Tool to maintain complex firewalls'
+arch=('any')
+url='http://ferm.foo-projects.org/'
+license=('GPL2')
+depends=('iptables' 'perl')
+optdepends=('ebtables' 'arptables' 'ipset')
+backup=("etc/$pkgname.conf")
+source=(
+  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz"
+  "$pkgname.service")
+md5sums=('bcfeae169c4e8e9a702df19f453605ed'
+         '62b75692f4ce998497b2276bcda8eb05')
+
+package() {
+  # software setup
+  pushd $pkgname-$pkgver
+  make PREFIX="${pkgdir}/usr" install
+  popd
+  # systemd
+  install -Dm 644 $pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # setup default config
+  install -D -m 644 "$pkgdir/usr/share/doc/ferm/examples/workstation.ferm" \
+    "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ferm.service
===================================================================
--- ferm.service	2013-03-31 22:50:06 UTC (rev 87455)
+++ ferm.service	2013-03-31 22:50:11 UTC (rev 87456)
@@ -1,11 +0,0 @@
-[Unit]
-Description=for Easy Rule Making
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/sbin/ferm /etc/ferm.conf
-ExecStop=/usr/sbin/ferm -F /etc/ferm.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: ferm/repos/community-any/ferm.service (from rev 87455, ferm/trunk/ferm.service)
===================================================================
--- ferm.service	                        (rev 0)
+++ ferm.service	2013-03-31 22:50:11 UTC (rev 87456)
@@ -0,0 +1,13 @@
+[Unit]
+Description=for Easy Rule Making
+After=ipset.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/sbin/ferm /etc/ferm.conf
+ExecReload=/usr/sbin/ferm /etc/ferm.conf
+ExecStop=/usr/sbin/ferm -F /etc/ferm.conf
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list