diff options
author | rm <rm@FreeBSD.org> | 2017-01-30 05:13:55 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2017-01-30 05:13:55 +0800 |
commit | b76051cadeeabcaa78b3c20767f1a04347e4e346 (patch) | |
tree | 3cc391bdd059bbbb4f06b7244ff46cae60895bbf /security | |
parent | 61f19e7e5b136ebeb674877b48c42843c2f1c3c6 (diff) | |
download | freebsd-ports-gnome-b76051cadeeabcaa78b3c20767f1a04347e4e346.tar.gz freebsd-ports-gnome-b76051cadeeabcaa78b3c20767f1a04347e4e346.tar.zst freebsd-ports-gnome-b76051cadeeabcaa78b3c20767f1a04347e4e346.zip |
security/hydra: update to 8.4
Release 8.4
! Reports came in that the rdp module is not working reliable sometimes, most
likely against new Windows versions. please test, report and if possible
send a fix
* Proxy support re-implemented:
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
- HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP]
* New protocol: adam6500 - this one is work in progress, please test and report
* New protocol: rpcap - thanks to Petar Kaleychev <petar.kaleychev@gmail.com>
* New command line options:
-y : disables -x 1aA interpretation, thanks to crondaemon for the patch
-I : ignore an existing hydra.restore file (dont wait for 10 seconds)
* hydra-svn: works now with the current libsvn version
* hydra-ssh: initial check for password auth support now uses login supplied
* Fixed dpl4hydra to be able to update from the web again
* Fixed crash when -U was used without any service (thanks to thecarterb for
reporting)
* Updated default password lists
* The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially
long sleep commands due a patch in 8.2, fixed
* Added special error message for clueless users :)
Diffstat (limited to 'security')
-rw-r--r-- | security/hydra/Makefile | 2 | ||||
-rw-r--r-- | security/hydra/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 319266f79b05..5bf9245d8e0e 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hydra -PORTVERSION= 8.3 +PORTVERSION= 8.4 CATEGORIES= security MASTER_SITES= https://www.thc.org/releases/ \ PACKETSTORM/groups/thc/ diff --git a/security/hydra/distinfo b/security/hydra/distinfo index 2fe0c6d952ce..054fddac76d5 100644 --- a/security/hydra/distinfo +++ b/security/hydra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471866771 -SHA256 (hydra-8.3.tar.gz) = b94ee47254e01a8c18be38eae8b953bfe4f734db60cafd1054b3316419b1687d -SIZE (hydra-8.3.tar.gz) = 1136387 +TIMESTAMP = 1485723289 +SHA256 (hydra-8.4.tar.gz) = 482846580888f54e000bb125e263a65c32fa28ba86c9d4012371cf55c3bdc140 +SIZE (hydra-8.4.tar.gz) = 1205609 |