mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
thc-hydra: update to 8.6.
This commit is contained in:
parent
866b3dead5
commit
6864a65edb
2 changed files with 21 additions and 4 deletions
17
srcpkgs/thc-hydra/patches/musl.patch
Normal file
17
srcpkgs/thc-hydra/patches/musl.patch
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
--- pw-inspector.c.orig 2017-07-21 11:35:56.000000000 +0000
|
||||||
|
+++ pw-inspector.c 2017-09-17 09:14:00.560000916 +0000
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <stdint.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
@@ -36,7 +37,7 @@
|
||||||
|
exit(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
-int32_t main(int32_t argc, char *argv[]) {
|
||||||
|
+int main(int argc, char *argv[]) {
|
||||||
|
int32_t i, j, k;
|
||||||
|
int32_t sets = 0, countsets = 0, minlen = 0, maxlen = MAXLENGTH, count = 0;
|
||||||
|
int32_t set_low = 0, set_up = 0, set_no = 0, set_print = 0, set_other = 0;
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'thc-hydra'
|
# Template file for 'thc-hydra'
|
||||||
pkgname=thc-hydra
|
pkgname=thc-hydra
|
||||||
version=8.5
|
version=8.6
|
||||||
revision=2
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel libressl-devel libidn-devel ncurses-devel pcre-devel
|
makedepends="zlib-devel libressl-devel libidn-devel ncurses-devel pcre-devel
|
||||||
|
@ -11,5 +11,5 @@ short_desc="A tool to guess/crack valid login/password pairs"
|
||||||
maintainer="Nicklaus McClendon <nicklaus@kulinacs.com>"
|
maintainer="Nicklaus McClendon <nicklaus@kulinacs.com>"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
homepage="https://github.com/vanhauser-thc/${pkgname}"
|
homepage="https://github.com/vanhauser-thc/${pkgname}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=69b69d16ce9499f3a941836b4d8a1c8a3ff9b905c921cc8c588a3af7f65a3b4b
|
checksum=05a87eb018507b24afca970081f067e64441460319fb75ca1e64c4a1f322b80b
|
||||||
|
|
Loading…
Add table
Reference in a new issue