summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2018-07-26 10:46:21 -0400
committerGI_Jack2018-07-26 10:46:21 -0400
commit88adf36eb33ca6b43aa55fd217de9993a98f570c (patch)
treedafa14c2d9ed994ebdc5b764078af0a39ac68a95
parent6ef085d2ffcddb483d80ec11b55c78efdb60a4be (diff)
downloadaur-88adf36eb33ca6b43aa55fd217de9993a98f570c.tar.gz
new source on github
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c57af4dc729..c52376d79a1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 04:53:28 UTC 2015
+# Thu Jul 26 14:45:22 UTC 2018
pkgbase = thc-ssl-dos
pkgdesc = THC-SSL-DOS is a tool to verify the performance of SSL by flooding connections
pkgver = 1.4
- pkgrel = 2
- url = http://www.thc.org/thc-ssl-dos/
+ pkgrel = 3
+ url = https://github.com/vanhauser-thc/THC-Archive
install = thc-ssl-dos.install
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = thc-ssl-dos
depends = openssl
depends = glibc
depends = zlib
- source = http://www.thc.org/thc-ssl-dos/thc-ssl-dos-1.4.tar.gz
+ source = https://github.com/vanhauser-thc/THC-Archive/blob/master/Exploits/thc-ssl-dos-1.4.tar.gz
sha256sums = 3e8dcaedf39a11ebaeac6e4d75175fcc724c6255904ef4e27bf72c9788119a04
pkgname = thc-ssl-dos
diff --git a/PKGBUILD b/PKGBUILD
index 3f6bc90c6ef6..c25d023625ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
-# Original Maintainer: Testuser_01 <arch@nico-siebler.de>
-# really shit PKGBUILD fixed by: GI_Jack <iamjacksemail@hackermail.com>
+# Maintainer: GI_Jack <iamjacksemail@hackermail.com>
-# I have no idea why there were so many explicit warnings about the dangers of
-# improperly using netsec tools in the original uncleaned PKGBUILD from AUR3.
-# needless to say they were removed.
+# Welp, it looks like THC as an organization is kaput. It was good enough of
+# VH to keep all their shit on github as the tools will continue to be in use
+# for quite some time. Still compiles...
pkgname=thc-ssl-dos
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="THC-SSL-DOS is a tool to verify the performance of SSL by flooding connections"
-url="http://www.thc.org/${pkgname}/"
+url="https://github.com/vanhauser-thc/THC-Archive"
arch=('i686' 'x86_64')
install="${pkgname}.install"
license=('custom: unknown')
depends=('openssl' 'glibc' 'zlib')
-source=("http://www.thc.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://github.com/vanhauser-thc/THC-Archive/blob/master/Exploits/thc-ssl-dos-1.4.tar.gz")
sha256sums=('3e8dcaedf39a11ebaeac6e4d75175fcc724c6255904ef4e27bf72c9788119a04')