[arch-commits] Commit in fwknop/repos/community-x86_64 (4 files)

Levente Polyak anthraxx at archlinux.org
Mon Aug 13 15:19:06 UTC 2018


    Date: Monday, August 13, 2018 @ 15:19:05
  Author: anthraxx
Revision: 371302

archrelease: copy trunk to community-x86_64

Added:
  fwknop/repos/community-x86_64/PKGBUILD
    (from rev 371301, fwknop/trunk/PKGBUILD)
  fwknop/repos/community-x86_64/fwknopd.service
    (from rev 371301, fwknop/trunk/fwknopd.service)
Deleted:
  fwknop/repos/community-x86_64/PKGBUILD
  fwknop/repos/community-x86_64/fwknopd.service

-----------------+
 PKGBUILD        |   82 ++++++++++++++++++++++++++++--------------------------
 fwknopd.service |   20 ++++++-------
 2 files changed, 53 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-13 15:18:58 UTC (rev 371301)
+++ PKGBUILD	2018-08-13 15:19:05 UTC (rev 371302)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Florian Pritz <f-p at gmx.at>
-# Contributor: Xyne <xyne at archlinux dot us>
-# Contributor: thiagoc
-# Contributor: Chris <chris at christopherjones dot us>
-# Contributor: henning mueller <henning at orgizm.net>
-# Contributor: Fabiano Furtado <fusca14 at gmail dot com>
-
-pkgname=fwknop
-pkgver=2.6.9
-pkgrel=4
-pkgdesc='FireWall KNock OPerator: Single Packet Authorization and Port Knocking'
-url='https://www.cipherdyne.org/fwknop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-backup=(etc/${pkgname}/access.conf
-        etc/${pkgname}/fwknopd.conf)
-depends=('gpgme' 'iptables' 'libpcap' 'wget')
-source=(https://cipherdyne.org/fwknop/download/fwknop-${pkgver}.tar.bz2{,.asc}
-        fwknopd.service)
-sha512sums=('d37b1f72c1b0e690e23523aa15e180dcc2bd6100854487f5bf56e0d4943b8bc47e989c9779fb2b12c83dc2cc707b8a870067dfd893cf3906bcb7b3dfc9fb472e'
-            'SKIP'
-            'a171682a054495bb10315e98a300ddbe4adf1f653b719d3344ecb6cfb8ccd15043cffbbd28304c4f15569a12ddcd9733409448d596f0c706e48d4fda2c877a6a')
-validpgpkeys=('4D6644A9DA036904BDA2CB90E6C9E3350D3E7410') # Michael Rash (Signing key for cipherdyne.org projects) <mbr at cipherdyne.org>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 "${srcdir}/fwknopd.service" "${pkgdir}/usr/lib/systemd/system/fwknopd.service"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fwknop/repos/community-x86_64/PKGBUILD (from rev 371301, fwknop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-13 15:19:05 UTC (rev 371302)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Florian Pritz <f-p at gmx.at>
+# Contributor: Xyne <xyne at archlinux dot us>
+# Contributor: thiagoc
+# Contributor: Chris <chris at christopherjones dot us>
+# Contributor: henning mueller <henning at orgizm.net>
+# Contributor: Fabiano Furtado <fusca14 at gmail dot com>
+
+pkgname=fwknop
+pkgver=2.6.10
+pkgrel=1
+pkgdesc='FireWall KNock OPerator: Single Packet Authorization and Port Knocking'
+url='https://www.cipherdyne.org/fwknop'
+arch=('x86_64')
+license=('GPL2')
+backup=(etc/${pkgname}/access.conf
+        etc/${pkgname}/fwknopd.conf)
+depends=('gpgme' 'iptables' 'libpcap' 'wget')
+source=(https://cipherdyne.org/fwknop/download/fwknop-${pkgver}.tar.bz2{,.asc}
+        fwknopd.service)
+sha512sums=('3fe0a7c673ebe3d417da9bf8e3c9a882181391ecc64d9f67e77e00a56f9f7bcec2c6d94dc51a5ee77a6c64a89f032a865dd304f1cb8ebb359580c70dc0cd374f'
+            'SKIP'
+            'a171682a054495bb10315e98a300ddbe4adf1f653b719d3344ecb6cfb8ccd15043cffbbd28304c4f15569a12ddcd9733409448d596f0c706e48d4fda2c877a6a')
+validpgpkeys=('4D6644A9DA036904BDA2CB90E6C9E3350D3E7410') # Michael Rash (Signing key for cipherdyne.org projects) <mbr at cipherdyne.org>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 "${srcdir}/fwknopd.service" "${pkgdir}/usr/lib/systemd/system/fwknopd.service"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fwknopd.service
===================================================================
--- fwknopd.service	2018-08-13 15:18:58 UTC (rev 371301)
+++ fwknopd.service	2018-08-13 15:19:05 UTC (rev 371302)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Firewall Knock Operator Daemon
-After=network.target network-online.target iptables.service ip6tables.service
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/fwknopd
-
-[Install]
-WantedBy=multi-user.target

Copied: fwknop/repos/community-x86_64/fwknopd.service (from rev 371301, fwknop/trunk/fwknopd.service)
===================================================================
--- fwknopd.service	                        (rev 0)
+++ fwknopd.service	2018-08-13 15:19:05 UTC (rev 371302)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Firewall Knock Operator Daemon
+After=network.target network-online.target iptables.service ip6tables.service
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/fwknopd
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list