[arch-commits] Commit in sslstrip/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:09:07 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:09:06
  Author: felixonmars
Revision: 341663

archrelease: copy trunk to community-any

Added:
  sslstrip/repos/community-any/PKGBUILD
    (from rev 341662, sslstrip/trunk/PKGBUILD)
Deleted:
  sslstrip/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:08:46 UTC (rev 341662)
+++ PKGBUILD	2018-06-07 06:09:06 UTC (rev 341663)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Jonas Heinrich <onny at project-insanity.org>
-# Contributor: MatToufoutu <mattoufootu[at]gmail.com>
-
-pkgname=sslstrip
-pkgver=0.9
-pkgrel=7
-pkgdesc="Python tool to hijack HTTPS connections during a MITM attack"
-url="http://www.thoughtcrime.org/software/sslstrip/"
-arch=('any')
-license=('GPL3')
-depends=('python2-pyopenssl' 'python2-twisted' 'python2-service-identity')
-source=(http://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
-sha512sums=("f6e24db0dcb0c4e137b5828d043db17f5d59e46181f51b1814cf66466b55d6a11a95e7ee8748e59faacfc6176689d030af5fa5c99dedce47e8f9ca6cc7316abc")
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's/env python$/env python2/g' -i sslstrip.py
-  # package data files ourselves
-  sed -e '/data_files = /d' -i setup.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 lock.ico "${pkgdir}/usr/share/${pkgname}/lock.ico"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sslstrip/repos/community-any/PKGBUILD (from rev 341662, sslstrip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:09:06 UTC (rev 341663)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+# Contributor: MatToufoutu <mattoufootu[at]gmail.com>
+
+pkgname=sslstrip
+pkgver=0.9
+pkgrel=8
+pkgdesc="Python tool to hijack HTTPS connections during a MITM attack"
+url="http://www.thoughtcrime.org/software/sslstrip/"
+arch=('any')
+license=('GPL3')
+depends=('python2-pyopenssl' 'python2-twisted' 'python2-service-identity')
+source=(http://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f6e24db0dcb0c4e137b5828d043db17f5d59e46181f51b1814cf66466b55d6a11a95e7ee8748e59faacfc6176689d030af5fa5c99dedce47e8f9ca6cc7316abc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i sslstrip.py
+  # package data files ourselves
+  sed -e '/data_files = /d' -i setup.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 lock.ico "${pkgdir}/usr/share/${pkgname}/lock.ico"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list