[arch-commits] Commit in thc-ipv6/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Jan 7 20:50:06 UTC 2019


    Date: Monday, January 7, 2019 @ 20:50:04
  Author: anthraxx
Revision: 420972

archrelease: copy trunk to community-x86_64

Added:
  thc-ipv6/repos/community-x86_64/PKGBUILD
    (from rev 420971, thc-ipv6/trunk/PKGBUILD)
Deleted:
  thc-ipv6/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-07 20:49:57 UTC (rev 420971)
+++ PKGBUILD	2019-01-07 20:50:04 UTC (rev 420972)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: henning mueller <mail at nning.io>
-# Contributor: Ariel Popper <a at arielp.com>
-# Contributor: mortzu <me at mortzu.de>
-
-pkgname=thc-ipv6
-pkgver=3.4
-pkgrel=1
-pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6'
-url='https://thc.org/thc-ipv6/'
-arch=('x86_64')
-license=('AGPL3')
-depends=('libpcap' 'openssl' 'libnetfilter_queue')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('26fd3b873f298b7601bbb49ccdb67ef5b8956c8f49bd725291c27415607558afc7e89b20993fe71959498616bad92fa49db72ad2bd59f2b323acb1b89febeea4')
-DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u --insecure")
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 README CHANGES HOWTO-INJECT -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: thc-ipv6/repos/community-x86_64/PKGBUILD (from rev 420971, thc-ipv6/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-07 20:50:04 UTC (rev 420972)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: henning mueller <mail at nning.io>
+# Contributor: Ariel Popper <a at arielp.com>
+# Contributor: mortzu <me at mortzu.de>
+
+pkgname=thc-ipv6
+pkgver=3.6
+pkgrel=1
+pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6'
+url='https://github.com/vanhauser-thc/thc-ipv6'
+arch=('x86_64')
+license=('AGPL3')
+depends=('libpcap' 'openssl' 'libnetfilter_queue')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}.tar.gz)
+sha512sums=('3ca25b85a6c31450490dc46ec999fff86303b7dfd28edefb8fd2319b794e43d36ed3c289d5ca775ba031055e83174e9927c25f74eed2b4dcfc63d8e04446d0ab')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 README CHANGES HOWTO-INJECT -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list