[arch-commits] Commit in sshuttle/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Jan 11 16:31:38 UTC 2016


    Date: Monday, January 11, 2016 @ 17:31:38
  Author: fyan
Revision: 156020

upgpkg: sshuttle 0.74-2

revert an upstream commit to fix FS#47708

Modified:
  sshuttle/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-11 16:18:44 UTC (rev 156019)
+++ PKGBUILD	2016-01-11 16:31:38 UTC (rev 156020)
@@ -4,7 +4,7 @@
 
 pkgname=sshuttle
 pkgver=0.74
-pkgrel=1
+pkgrel=2
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')
 url="https://github.com/sshuttle/sshuttle"
@@ -20,6 +20,12 @@
          'e780f69851445f739ea76774bb3a3b17'
          '4137f5e6d5dd92b7f7f34a1bfdbda45c')
 
+prepare() {
+  cd $pkgname
+  # FS#47708
+  git revert --no-commit b4b283b2145f937248e90032d6944178278fb1f5
+}
+
 build() {
   cd $pkgname
   python setup.py build



More information about the arch-commits mailing list