aboutsummaryrefslogtreecommitdiff
path: root/security/hydra/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/hydra: update to 8.5Ruslan Makhmatkhanov2017-06-101-2/+1
| | | | Notes: svn path=/head/; revision=443117
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* security/hydra: update to 8.4Ruslan Makhmatkhanov2017-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :) Notes: svn path=/head/; revision=432798
* security/hydra: deregister conflict with www/hydraRuslan Makhmatkhanov2016-11-051-2/+0
| | | | | | | | www/hydra was removed at 1st of November after being broken for 6 months. Notes: svn path=/head/; revision=425441
* security/hydra: Configure for any SSL base and IGNORE LibreSSLJohn Marino2016-09-131-1/+9
| | | | | | | | | | 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 Notes: svn path=/head/; revision=422041
* security/hydra: update to 8.3Ruslan Makhmatkhanov2016-08-221-1/+1
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=420628
* security/hydra: update to 8.2Ruslan Makhmatkhanov2016-07-221-24/+13
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=418930
* Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | | | Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414015
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* security/hydra: update to 8.1Ruslan Makhmatkhanov2014-12-101-2/+1
| | | | Notes: svn path=/head/; revision=374443
* security/hydra: Switch Firebird client options from 2.1 => 2.5John Marino2014-09-061-1/+1
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=367480
* dns/libidn:Tijl Coosemans2014-08-301-0/+1
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=366659
* - update to 8.0Ruslan Makhmatkhanov2014-05-201-1/+1
| | | | Notes: svn path=/head/; revision=354593
* Bump optional, non-default version of firebird from 2.0 (expired) to 2.1Rene Ladan2014-05-111-1/+1
| | | | Notes: svn path=/head/; revision=353693
* - update to 7.6Ruslan Makhmatkhanov2013-12-291-25/+17
| | | | | | | | | | - enable ssh support by default (for package users) - use options helpers - add stage support - general clean-up Notes: svn path=/head/; revision=338034
* - update distfile mirror to avoid redirectRuslan Makhmatkhanov2013-10-041-1/+1
| | | | Notes: svn path=/head/; revision=329365
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Rename www/hydra package name to hydra-web to avoid confusion with ↵Baptiste Daroussin2013-09-161-2/+1
| | | | | | | | | | | security/hydra While here adjust CONFLICTS_INSTALL modernize lib_depends remove leading article in COMMENT Notes: svn path=/head/; revision=327390
* - update to 7.5Ruslan Makhmatkhanov2013-09-061-17/+15
| | | | | | | | | | - reflect license change: GPLv3 -> AGPLv3 - use new library dependencies syntax and remove no more needed hacks for libssh dependency - unmute installation commands Notes: svn path=/head/; revision=326528
* Eradicate USE_GNOME=pkgconfig from securityBaptiste Daroussin2013-08-311-2/+3
| | | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix - Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325745
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - update to 7.4.2Ruslan Makhmatkhanov2013-01-141-1/+1
| | | | Notes: svn path=/head/; revision=310383
* - enclose email in header into proper bracketsRuslan Makhmatkhanov2012-12-311-1/+1
| | | | Notes: svn path=/head/; revision=309712
* - update to 7.4.1Ruslan Makhmatkhanov2012-12-311-8/+2
| | | | Notes: svn path=/head/; revision=309711
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO2012-12-101-0/+1
| | | | | | | This bumps shlib version of libsasl2. Notes: svn path=/head/; revision=308609
* - register conflicts with www/hydraRuslan Makhmatkhanov2012-06-041-0/+2
| | | | | | | Reported by: Sulev-Madis 'ketas' Silber <madis555 at hot dot ee> Notes: svn path=/head/; revision=298375
* Drop descriptions for (now) well-known port options SVN and SSH.Ruslan Makhmatkhanov2012-05-301-2/+0
| | | | | | | Requested by: miwi Notes: svn path=/head/; revision=297726
* - update to 7.3Ruslan Makhmatkhanov2012-05-291-23/+23
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=297710
* - add PACKETSTORM mirrorRuslan Makhmatkhanov2012-02-161-1/+2
| | | | Notes: svn path=/head/; revision=291543
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - update to 7.2Ruslan Makhmatkhanov2012-02-141-1/+1
| | | | | | | | changes: http://freeworld.thc.org/thc-hydra/CHANGES Notes: svn path=/head/; revision=291332
* Change email for my ports to FreeBSD one.Ruslan Makhmatkhanov2011-11-101-1/+1
| | | | | | | | Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=285480
* - Updated to 7.1Greg Larkin2011-10-181-1/+1
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=283846
* - Fix build when WITH_SSH is usedRyan Steinmetz2011-09-261-0/+2
| | | | | | | | | | | - No need to bump PORTREVISION PR: ports/161039 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Reported by: Jason Hellenthal <jhell@DataIX.net> Notes: svn path=/head/; revision=282438
* - Update to 7.0 [1]Ryan Steinmetz2011-09-261-5/+2
| | | | | | | | | | - Mark MAKE_JOBS_SAFE PR: ports/160985 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) [1] Notes: svn path=/head/; revision=282401
* - Unbreak the build when libssh is not enabled but libidn isGabor Kovesdan2011-08-181-0/+5
| | | | | | | | | | | | - Add some LIB_DEPENDS PR: ports/159124 Submitted by: Michael Scheidell <scheidell@secnap.net> Reviewed by: Helmut Schneider <jumper99@gmx.de> Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=279983
* Update to 6.5Ryan Steinmetz2011-07-191-2/+7
| | | | | | | | | | | | Fix whitespace in pkg-descr Fix build when using clang PR: ports/159009 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [maintainer] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=277968
* - Update to 6.4Martin Wilke2011-06-251-1/+1
| | | | | | | | PR: 157996 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=276294
* - update to 6.3Martin Wilke2011-06-111-2/+2
| | | | | | | | | | | - add pkgconfig dependency explicitly when building xhydra - align local patches for new version PR: 157468 Submitted by: maintainer Notes: svn path=/head/; revision=275393
* - Update to 6.2Martin Wilke2011-05-311-2/+9
| | | | | | | | | PR: 6.2 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Notes: svn path=/head/; revision=274857
* Hand over to a new maintainer.Shaun Amott2011-04-151-1/+1
| | | | | | | | Submitted by: Laurent LEVIER <llevier@argosnet.com> (maintainer) via freebsd-ports Notes: svn path=/head/; revision=272770
* - Update to 6.1Martin Wilke2011-03-041-6/+16
| | | | | | | | | PR: 154905 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Notes: svn path=/head/; revision=270229
* - Update to 5.9Pav Lucistnik2010-12-271-2/+18
| | | | | | | | | | | - Add options for db backends PR: ports/152683 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Notes: svn path=/head/; revision=267020
* - Update to 5.8Pav Lucistnik2010-11-081-4/+4
| | | | | | | | | PR: ports/151699 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer) Notes: svn path=/head/; revision=264265
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544