[arch-commits] Commit in ferm/repos/community-any (4 files)
Sébastien Luttringer
seblu at archlinux.org
Sat Apr 16 21:57:54 UTC 2016
Date: Saturday, April 16, 2016 @ 23:57:54
Author: seblu
Revision: 171215
archrelease: copy trunk to community-any
Added:
ferm/repos/community-any/PKGBUILD
(from rev 171214, ferm/trunk/PKGBUILD)
ferm/repos/community-any/ferm.service
(from rev 171214, ferm/trunk/ferm.service)
Deleted:
ferm/repos/community-any/PKGBUILD
ferm/repos/community-any/ferm.service
--------------+
PKGBUILD | 74 ++++++++++++++++++++++++++++-----------------------------
ferm.service | 30 +++++++++++------------
2 files changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-16 21:52:23 UTC (rev 171214)
+++ PKGBUILD 2016-04-16 21:57:54 UTC (rev 171215)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Marti Raudsepp <marti at juffo.org>
-# Contributor: Manuel Mazzuola <origin.of at gmail.com>
-
-pkgname=ferm
-pkgver=2.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=('f2d6e6950d90c768ef9e1f055a01fba2'
- '9c5ece2628fd86a73b70f9c39df63e9f')
-
-package() {
- # software setup
- cd $pkgname-$pkgver
- make PREFIX="$pkgdir/usr" install
- cd "$pkgdir"
- # setup default config
- install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm etc/$pkgname.conf
- # remove fancy docs
- rm usr/share/doc/ferm/ferm.{html,txt}
- # /usr merge
- mv usr/sbin usr/bin
- # systemd
- install -Dm 644 "$srcdir/$pkgname.service" usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:
Copied: ferm/repos/community-any/PKGBUILD (from rev 171214, ferm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-04-16 21:57:54 UTC (rev 171215)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Marti Raudsepp <marti at juffo.org>
+# Contributor: Manuel Mazzuola <origin.of at gmail.com>
+
+pkgname=ferm
+pkgver=2.3
+pkgrel=1
+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=('135c4038190a53dde1d431a0ac01de15'
+ '9c5ece2628fd86a73b70f9c39df63e9f')
+
+package() {
+ # software setup
+ cd $pkgname-$pkgver
+ make PREFIX="$pkgdir/usr" install
+ cd "$pkgdir"
+ # setup default config
+ install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm etc/$pkgname.conf
+ # remove fancy docs
+ rm usr/share/doc/ferm/ferm.{html,txt}
+ # /usr merge
+ mv usr/sbin usr/bin
+ # systemd
+ install -Dm 644 "$srcdir/$pkgname.service" usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: ferm.service
===================================================================
--- ferm.service 2016-04-16 21:52:23 UTC (rev 171214)
+++ ferm.service 2016-04-16 21:57:54 UTC (rev 171215)
@@ -1,15 +0,0 @@
-[Unit]
-Description=for Easy Rule Making
-After=ipset.service
-Before=network-pre.target
-Wants=network-pre.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ferm /etc/ferm.conf
-ExecReload=/usr/bin/ferm /etc/ferm.conf
-ExecStop=/usr/bin/ferm -F /etc/ferm.conf
-
-[Install]
-WantedBy=multi-user.target
Copied: ferm/repos/community-any/ferm.service (from rev 171214, ferm/trunk/ferm.service)
===================================================================
--- ferm.service (rev 0)
+++ ferm.service 2016-04-16 21:57:54 UTC (rev 171215)
@@ -0,0 +1,15 @@
+[Unit]
+Description=for Easy Rule Making
+After=ipset.service
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ferm /etc/ferm.conf
+ExecReload=/usr/bin/ferm /etc/ferm.conf
+ExecStop=/usr/bin/ferm -F /etc/ferm.conf
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list