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 :)
Several symbols including RSA_get0_key are unreferenced while linking
with LibreSSL so IGNORE this port if SSL_DEFAULT matches "libressl".
Approved by: SSL blanket
- update to 8.3
- remove patch, applied upstream
- regenerate patches with makepatch
changelog:
* Support for upcoming OpenSSL 1.1 added. needs testing.
* Fixed hydra redo bug (issue #113)
* Updated xhydra for new hydra features and options
* Some more command line error checking
* Ensured unneeded sockets are closed
- update to 8.2
- switch to option helpers
- kick off WANT_GNOME and define all the deps explicitly
- regenerate patches with make makepatch
Changes: https://www.thc.org/thc-hydra/CHANGES
databases/firebird21-* will be removed imminently. Hydra has a
non-default option that relies on the firebird client library which
the currently version of Firebird (2.5.x) also has. This change
is untested. There's no revbump because the option is not normally set.
Change is necessary, it's an attempt to avoid breakage when Firebird
ports are removed.
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
- reflect license change: GPLv3 -> AGPLv3
- use new library dependencies syntax and remove
no more needed hacks for libssh dependency
- unmute installation commands
- add some tabs into Makefile header
- drop EXTRACT_SUFX, WRKSRC, LICENSE_FILE - they are not needed anymore
- drop library versions in LIB_DEPENDS
- convert to optionsNG
- use bsd.port.options.mk instead of bsd.port.pre.mk
- use BUILD/RUN_DEPENDS instead of LIB_ to depend on security/libssh:
this library will not be installed if misc/compat7x in installed
- Added patch to avoid superfluous inclusion of libssh.h to make it build
with WITH_SSH
PR: ports/161543
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
- No need to bump PORTREVISION
PR: ports/161039
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Reported by: Jason Hellenthal <jhell@DataIX.net>