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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:04:15 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:04:14
  Author: felixonmars
Revision: 333817

archrelease: copy trunk to community-x86_64

Added:
  ptunnel/repos/community-x86_64/PKGBUILD
    (from rev 333816, ptunnel/trunk/PKGBUILD)
  ptunnel/repos/community-x86_64/ptunnel.service
    (from rev 333816, ptunnel/trunk/ptunnel.service)
Deleted:
  ptunnel/repos/community-x86_64/PKGBUILD
  ptunnel/repos/community-x86_64/ptunnel.service

-----------------+
 PKGBUILD        |   58 +++++++++++++++++++++++++++---------------------------
 ptunnel.service |   30 +++++++++++++--------------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:03:50 UTC (rev 333816)
+++ PKGBUILD	2018-05-31 02:04:14 UTC (rev 333817)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: George Hilliard <gh403 at msstate.edu>
-
-pkgname=ptunnel
-pkgver=0.72
-pkgrel=4
-pkgdesc="A tool for reliably tunneling TCP connections over ICMP echo request and reply packets"
-arch=('i686' 'x86_64')
-url="http://www.cs.uit.no/~daniels/PingTunnel"
-license=('BSD')
-depends=('libpcap')
-source=("http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-$pkgver.tar.gz"
-        "ptunnel.service")
-md5sums=('c5f0c36d1a48d84ce7b5217f1ba52dd0'
-         'd81e6db82c90362f0d273d1bd031c9fd')
-
-build() {
-  cd "$srcdir/PingTunnel"
-  make
-}
-
-package() {
-  install -Dm755 PingTunnel/ptunnel "$pkgdir/usr/bin/ptunnel"
-  install -Dm644 ptunnel.service "$pkgdir/usr/lib/systemd/system/ptunnel.service"
-  install -Dm644 PingTunnel/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ptunnel/repos/community-x86_64/PKGBUILD (from rev 333816, ptunnel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:04:14 UTC (rev 333817)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: George Hilliard <gh403 at msstate.edu>
+
+pkgname=ptunnel
+pkgver=0.72
+pkgrel=5
+pkgdesc="A tool for reliably tunneling TCP connections over ICMP echo request and reply packets"
+arch=('x86_64')
+url="http://www.cs.uit.no/~daniels/PingTunnel"
+license=('BSD')
+depends=('libpcap')
+source=("http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-$pkgver.tar.gz"
+        "ptunnel.service")
+sha512sums=('943fc571ca95bb6af59f2a74458470865a89a502145bb1e5cf9b86159d61d897418d10d100691337f299892af7aba65964624462068a77ef1645890a4abf5d17'
+            'fcb49a4fab083c126bf8355bd6df86ab92abc77b792747e217c445591917851f8993b20fbd69292f74b5f5bdab4f36909ec3aa739ce350809220a5ebd1b243dd')
+
+build() {
+  cd "$srcdir/PingTunnel"
+  make
+}
+
+package() {
+  install -Dm755 PingTunnel/ptunnel "$pkgdir/usr/bin/ptunnel"
+  install -Dm644 ptunnel.service "$pkgdir/usr/lib/systemd/system/ptunnel.service"
+  install -Dm644 PingTunnel/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ptunnel.service
===================================================================
--- ptunnel.service	2018-05-31 02:03:50 UTC (rev 333816)
+++ ptunnel.service	2018-05-31 02:04:14 UTC (rev 333817)
@@ -1,15 +0,0 @@
-[Unit]
-Description=Ping Tunnel
-After=syslog.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/ptunnel.pid
-ExecStart=/usr/bin/ptunnel \
- -setuid nobody -setgid nobody -setcon \
- -syslog \
- -daemon /var/run/ptunnel.pid
-Restart=on-abort
-
-[Install]
-WantedBy=multi-user.target

Copied: ptunnel/repos/community-x86_64/ptunnel.service (from rev 333816, ptunnel/trunk/ptunnel.service)
===================================================================
--- ptunnel.service	                        (rev 0)
+++ ptunnel.service	2018-05-31 02:04:14 UTC (rev 333817)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Ping Tunnel
+After=syslog.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/ptunnel.pid
+ExecStart=/usr/bin/ptunnel \
+ -setuid nobody -setgid nobody -setcon \
+ -syslog \
+ -daemon /var/run/ptunnel.pid
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list