[arch-commits] Commit in sshuttle/repos/community-testing-any (8 files)

Felix Yan felixonmars at archlinux.org
Sat Jun 6 15:14:37 UTC 2020


    Date: Saturday, June 6, 2020 @ 15:14:32
  Author: felixonmars
Revision: 639505

archrelease: copy trunk to community-testing-any

Added:
  sshuttle/repos/community-testing-any/PKGBUILD
    (from rev 639503, sshuttle/trunk/PKGBUILD)
  sshuttle/repos/community-testing-any/prefixes.conf
    (from rev 639503, sshuttle/trunk/prefixes.conf)
  sshuttle/repos/community-testing-any/sshuttle.service
    (from rev 639504, sshuttle/trunk/sshuttle.service)
  sshuttle/repos/community-testing-any/tunnel.conf
    (from rev 639504, sshuttle/trunk/tunnel.conf)
Deleted:
  sshuttle/repos/community-testing-any/PKGBUILD
  sshuttle/repos/community-testing-any/prefixes.conf
  sshuttle/repos/community-testing-any/sshuttle.service
  sshuttle/repos/community-testing-any/tunnel.conf

------------------+
 PKGBUILD         |   92 ++++++++++++++++++++++++++---------------------------
 prefixes.conf    |   10 ++---
 sshuttle.service |   22 ++++++------
 tunnel.conf      |   38 ++++++++++-----------
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-06 15:14:17 UTC (rev 639504)
+++ PKGBUILD	2020-06-06 15:14:32 UTC (rev 639505)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: alphazo <alphazo at gmail.com>
-
-pkgname=sshuttle
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
-arch=('any')
-url="https://github.com/sshuttle/sshuttle"
-license=('GPL2')
-depends=('python-setuptools' 'iptables' 'openssh' 'net-tools')
-makedepends=('python-sphinx' 'python-setuptools_scm')
-checkdepends=('python-pytest-cov' 'python-pytest-runner' 'python-mock' 'flake8')
-backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sshuttle/$pkgname/archive/v$pkgver.tar.gz"
-        'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
-sha512sums=('9b77605aeddb3ea4e420e655a2a415ede142055d5d48eab0c5369eb93fee7c9e56098453bcdb93f580361c0a2615ee91f39c02678fb9d6de7a78948a04f07172'
-            'c22504798f6220cd6b0946d6975375437c52753a241cd2a6a03d3aeb005ed1d78e6356dde23716e2514ccf6d7f1c6aace43956dbeede1bf028753b9bdcdd8b7d'
-            'cc5a5dee7991c7641fa8a4fb356e1977aa9d1cbfed63cb5ebf8732c4de76be841f66d9267472e70578b176f528d8cfb4f75e634d5d915f4c8bcdc0b801db8a13'
-            'acd3d0024d4604cc6a96609286c3f27bce2f0b70a068f58a2110dacc235b22ba7cd83c8989f46d0a9391eda7d272040bb3b1b2c547ae3fa0c9f61bef0a187dda')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 docs/_build/man/sshuttle.1 "$pkgdir"/usr/share/man/man1/sshuttle.1
-
-  install -d "$pkgdir"/etc/sshuttle
-  install -m644 "$srcdir"/{tunnel.conf,prefixes.conf} "$pkgdir"/etc/sshuttle
-  install -Dm644 "$srcdir"/sshuttle.service "$pkgdir"/usr/lib/systemd/system/sshuttle.service
-}

Copied: sshuttle/repos/community-testing-any/PKGBUILD (from rev 639503, sshuttle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-06 15:14:32 UTC (rev 639505)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: alphazo <alphazo at gmail.com>
+
+pkgname=sshuttle
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
+arch=('any')
+url="https://github.com/sshuttle/sshuttle"
+license=('GPL2')
+depends=('python-setuptools' 'iptables' 'openssh' 'net-tools')
+makedepends=('python-sphinx' 'python-setuptools_scm')
+checkdepends=('python-pytest-cov' 'python-pytest-runner' 'python-mock' 'flake8')
+backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sshuttle/$pkgname/archive/v$pkgver.tar.gz"
+        'sshuttle.service' 'prefixes.conf' 'tunnel.conf')
+sha512sums=('76eb7ea1e5c195a3be810f1fc25915380936063e5eba043cf753b11229a6dddcd8f0b183351177e2ec63d85409294eea2bd0ca8b2fd80c14c010216c782f9769'
+            'c22504798f6220cd6b0946d6975375437c52753a241cd2a6a03d3aeb005ed1d78e6356dde23716e2514ccf6d7f1c6aace43956dbeede1bf028753b9bdcdd8b7d'
+            'cc5a5dee7991c7641fa8a4fb356e1977aa9d1cbfed63cb5ebf8732c4de76be841f66d9267472e70578b176f528d8cfb4f75e634d5d915f4c8bcdc0b801db8a13'
+            'acd3d0024d4604cc6a96609286c3f27bce2f0b70a068f58a2110dacc235b22ba7cd83c8989f46d0a9391eda7d272040bb3b1b2c547ae3fa0c9f61bef0a187dda')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 docs/_build/man/sshuttle.1 "$pkgdir"/usr/share/man/man1/sshuttle.1
+
+  install -d "$pkgdir"/etc/sshuttle
+  install -m644 "$srcdir"/{tunnel.conf,prefixes.conf} "$pkgdir"/etc/sshuttle
+  install -Dm644 "$srcdir"/sshuttle.service "$pkgdir"/usr/lib/systemd/system/sshuttle.service
+}

Deleted: prefixes.conf
===================================================================
--- prefixes.conf	2020-06-06 15:14:17 UTC (rev 639504)
+++ prefixes.conf	2020-06-06 15:14:32 UTC (rev 639505)
@@ -1,5 +0,0 @@
-# Output prefixes here, one per line.  Prefix is in:
-# prefix/netmask format
-# Like this:
-# 192.168.0.0/16
-# 192.0.43.10/32

Copied: sshuttle/repos/community-testing-any/prefixes.conf (from rev 639503, sshuttle/trunk/prefixes.conf)
===================================================================
--- prefixes.conf	                        (rev 0)
+++ prefixes.conf	2020-06-06 15:14:32 UTC (rev 639505)
@@ -0,0 +1,5 @@
+# Output prefixes here, one per line.  Prefix is in:
+# prefix/netmask format
+# Like this:
+# 192.168.0.0/16
+# 192.0.43.10/32

Deleted: sshuttle.service
===================================================================
--- sshuttle.service	2020-06-06 15:14:17 UTC (rev 639504)
+++ sshuttle.service	2020-06-06 15:14:32 UTC (rev 639505)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Create a transparent proxy over SSH
-After=network-online.target
-
-[Service]
-Type=notify
-NotifyAccess=all
-ExecStart=/usr/bin/sshuttle --dns --listen 0.0.0.0 --remote sshuttle_tunnel -s /etc/sshuttle/prefixes.conf -e "ssh -F /etc/sshuttle/tunnel.conf"
-
-[Install]
-WantedBy=multi-user.target

Copied: sshuttle/repos/community-testing-any/sshuttle.service (from rev 639504, sshuttle/trunk/sshuttle.service)
===================================================================
--- sshuttle.service	                        (rev 0)
+++ sshuttle.service	2020-06-06 15:14:32 UTC (rev 639505)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Create a transparent proxy over SSH
+After=network-online.target
+
+[Service]
+Type=notify
+NotifyAccess=all
+ExecStart=/usr/bin/sshuttle --dns --listen 0.0.0.0 --remote sshuttle_tunnel -s /etc/sshuttle/prefixes.conf -e "ssh -F /etc/sshuttle/tunnel.conf"
+
+[Install]
+WantedBy=multi-user.target

Deleted: tunnel.conf
===================================================================
--- tunnel.conf	2020-06-06 15:14:17 UTC (rev 639504)
+++ tunnel.conf	2020-06-06 15:14:32 UTC (rev 639505)
@@ -1,19 +0,0 @@
-# Here is where you can specify any SSH tunnel options See ssh_config(5) for
-# details.  You need to leave the Host line intact, but everything else can
-# specify whatever you want
-Host sshuttle_tunnel
-
-# REQUIRED: Set this to be the host to which you would like to connect your
-# tunnel
-#Hostname localhost
-
-# REQUIRED: Set this to be the target SSH user on the remote system
-#User foo
-
-# ---------------------------------------------------------------------------
-# The rest are all optional; see ssh_config(5) for the full list of what can
-# be specified.  Some very commonly needed ones are below.
-# ---------------------------------------------------------------------------
-
-# SSH key used for connecting
-#IdentityFile /path/to/key

Copied: sshuttle/repos/community-testing-any/tunnel.conf (from rev 639504, sshuttle/trunk/tunnel.conf)
===================================================================
--- tunnel.conf	                        (rev 0)
+++ tunnel.conf	2020-06-06 15:14:32 UTC (rev 639505)
@@ -0,0 +1,19 @@
+# Here is where you can specify any SSH tunnel options See ssh_config(5) for
+# details.  You need to leave the Host line intact, but everything else can
+# specify whatever you want
+Host sshuttle_tunnel
+
+# REQUIRED: Set this to be the host to which you would like to connect your
+# tunnel
+#Hostname localhost
+
+# REQUIRED: Set this to be the target SSH user on the remote system
+#User foo
+
+# ---------------------------------------------------------------------------
+# The rest are all optional; see ssh_config(5) for the full list of what can
+# be specified.  Some very commonly needed ones are below.
+# ---------------------------------------------------------------------------
+
+# SSH key used for connecting
+#IdentityFile /path/to/key



More information about the arch-commits mailing list