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

Levente Polyak anthraxx at archlinux.org
Thu Jan 25 23:41:38 UTC 2018


    Date: Thursday, January 25, 2018 @ 23:41:37
  Author: anthraxx
Revision: 286983

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-25 23:41:29 UTC (rev 286982)
+++ PKGBUILD	2018-01-25 23:41:37 UTC (rev 286983)
@@ -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.2
-pkgrel=2
-pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6'
-url='https://thc.org/thc-ipv6/'
-arch=('i686' 'x86_64')
-license=('AGPL3')
-depends=('libpcap' 'openssl' 'libnetfilter_queue')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('222d38285d110301ba4a54b0760dc840ede2d43121236079499553ab11dab42fdb361b0ec03a1b4c7290b02ce52d81d06ccfd9242fddb6de9f55b596fdda228c')
-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 286982, thc-ipv6/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-25 23:41:37 UTC (rev 286983)
@@ -0,0 +1,34 @@
+# 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:



More information about the arch-commits mailing list