Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.5_2 02 May 2024 13:06:58 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of dns/libidn
Reported by: vvd |
9.5_1 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
9.5 22 Jan 2024 07:47:31 |
Ruslan Makhmatkhanov (rm) |
security/hydra: update to 9.5
Changes:
https://github.com/vanhauser-thc/thc-hydra/blob/master/CHANGES |
9.2_2 21 Jan 2024 22:51:34 |
Muhammad Moinur Rahman (bofh) |
security/hydra: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
9.2_1 19 Mar 2023 10:10:09 |
Daniel Engberg (diizzy) |
security/hydra: Fix WWW
Update WWW entry to GitHub URL
PR: 268845
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
9.2_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
9.2_1 30 Jun 2021 05:09:36 |
Fukang Chen (loader) |
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION
devel/anjuta:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Change SUBVERSION_DESC to use the default description
devel/git: (Only the first 15 lines of the commit message are shown above ) |
9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.2 24 Mar 2021 13:01:15 |
rm |
security/hydra: update to 9.2 |
9.1 03 Sep 2020 09:08:29 |
rm |
security/hydra: update to 9.1 |
8.9.1 12 Apr 2019 18:10:44 |
rm |
security/hydra: update to 8.9.1 |
8.8_1 02 Apr 2019 03:35:54 |
yuri |
dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048 |
8.8 13 Jan 2019 18:22:54 |
rm |
security/hydra: update to 8.8
- switch to github
- update to 8.8
- pet portlint |
8.5 10 Jun 2017 20:25:21 |
rm |
security/hydra: update to 8.5 |
8.4_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
8.4 29 Jan 2017 21:13:55 |
rm |
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 :) |
8.3 05 Nov 2016 19:33:32 |
rm |
security/hydra: deregister conflict with www/hydra
www/hydra was removed at 1st of November after being broken
for 6 months. |
8.3 13 Sep 2016 17:17:27 |
marino |
security/hydra: Configure for any SSL base and IGNORE LibreSSL
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 |
8.3 22 Aug 2016 18:16:15 |
rm |
security/hydra: update to 8.3
- 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 |
8.2 22 Jul 2016 20:27:57 |
rm |
security/hydra: update to 8.2
- 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 |
8.1 25 Apr 2016 16:14:02 |
mat |
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
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 |
8.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
8.1 02 Apr 2015 18:38:56 |
rm |
security/hydra: fix build with libressl
Add corrected upstream patch, that fixing build both with LibreSSL
and OpenSSL >= 1.1.0.
PR: 198533
Submitted by: Bernard Spil <spil.oss@gmail.com> |
8.1 10 Dec 2014 07:19:29 |
rm |
security/hydra: update to 8.1 |
8.0_1 06 Sep 2014 22:46:03 |
marino |
security/hydra: Switch Firebird client options from 2.1 => 2.5
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. |
8.0_1 30 Aug 2014 18:18:14 |
tijl |
dns/libidn:
- 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 |
8.0 20 May 2014 05:07:41 |
rm |
- update to 8.0 |
7.6 11 May 2014 14:17:54 |
rene |
Bump optional, non-default version of firebird from 2.0 (expired) to 2.1 |
7.6 29 Dec 2013 19:03:44 |
rm |
- update WWW url |
7.6 29 Dec 2013 19:02:09 |
rm |
- update to 7.6
- enable ssh support by default (for package users)
- use options helpers
- add stage support
- general clean-up |
7.5 04 Oct 2013 19:27:20 |
rm |
- update distfile mirror to avoid redirect |
7.5 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
7.5 16 Sep 2013 13:33:30 |
bapt |
Rename www/hydra package name to hydra-web to avoid confusion with
security/hydra
While here adjust CONFLICTS_INSTALL
modernize lib_depends
remove leading article in COMMENT |
7.5 06 Sep 2013 17:09:58 |
rm |
- update to 7.5
- reflect license change: GPLv3 -> AGPLv3
- use new library dependencies syntax and remove
no more needed hacks for libssh dependency
- unmute installation commands |
7.4.2 31 Aug 2013 00:11:07 |
bapt |
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5 |
7.4.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
7.4.2 14 Jan 2013 14:40:58 |
rm |
- update to 7.4.2 |
7.4.1 31 Dec 2012 08:21:06 |
rm |
- enclose email in header into proper brackets |
7.4.1 31 Dec 2012 08:17:19 |
rm |
- update to 7.4.1 |
7.3_2 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
7.3_1 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
7.3 04 Jun 2012 17:53:26 |
rm |
- register conflicts with www/hydra
Reported by: Sulev-Madis 'ketas' Silber <madis555 at hot dot ee> |
7.3 30 May 2012 03:57:59 |
rm |
Drop descriptions for (now) well-known port options SVN and SSH.
Requested by: miwi |
7.3 29 May 2012 21:20:17 |
rm |
- update to 7.3
- 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 |
7.2_1 16 Feb 2012 17:30:38 |
rm |
- add PACKETSTORM mirror |
7.2_1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
7.2 14 Feb 2012 11:23:55 |
rm |
- update to 7.2
changes:
http://freeworld.thc.org/thc-hydra/CHANGES |
7.1 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
7.1 18 Oct 2011 19:02:54 |
glarkin |
- Updated to 7.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) |
7.0 26 Sep 2011 21:26:45 |
zi |
- Fix build when WITH_SSH is used
- No need to bump PORTREVISION
PR: ports/161039
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Reported by: Jason Hellenthal <jhell@DataIX.net> |
7.0 26 Sep 2011 02:01:30 |
zi |
- Update to 7.0 [1]
- Mark MAKE_JOBS_SAFE
PR: ports/160985
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) [1] |
6.5_1 18 Aug 2011 18:57:15 |
gabor |
- Unbreak the build when libssh is not enabled but libidn is
- 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) |
6.5 19 Jul 2011 21:45:26 |
zi |
Update to 6.5
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) |
6.4 25 Jun 2011 05:23:42 |
miwi |
- Update to 6.4
PR: 157996
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
6.3 13 Jun 2011 21:29:06 |
pav |
- Remove a patch file missed in previous update
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
6.3 11 Jun 2011 18:34:03 |
miwi |
- update to 6.3
- add pkgconfig dependency explicitly when building xhydra
- align local patches for new version
PR: 157468
Submitted by: maintainer |
6.2 31 May 2011 03:30:36 |
miwi |
- Update to 6.2
PR: 6.2
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
6.1 15 Apr 2011 23:02:26 |
shaun |
Hand over to a new maintainer.
Submitted by: Laurent LEVIER <llevier@argosnet.com> (maintainer)
via freebsd-ports |
6.1 04 Mar 2011 03:41:03 |
miwi |
- Update to 6.1
PR: 154905
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
5.9 27 Dec 2010 20:32:24 |
pav |
- Update to 5.9
- Add options for db backends
PR: ports/152683
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
5.8 08 Nov 2010 18:45:02 |
pav |
- Update to 5.8
PR: ports/151699
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer) |
5.4_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
5.4_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
5.4_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
5.4_2 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
5.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
5.4 11 Apr 2007 01:46:48 |
clsung |
- Update from 5.3 to 5.4
PR: ports/111193
Submitted by: "R.Mahmatkhanov"<R dot Mahmatkhanov_AT_SKYLINK dot ru>
Approved by: maintainer (Laurent LEVIER) |
5.3 21 Nov 2006 21:56:25 |
pav |
- Update to 5.3
- Fix detection for optional subversion module
PR: ports/104891
Submitted by: Nicolas Blais <nb_root@videotron.ca>
Approved by: maintainer timeout (3 weeks) |
5.2 25 Apr 2006 20:10:21 |
pav |
- Update to 5.2
PR: ports/96180
Submitted by: Laurent LEVIER <llevier@argosnet.com> (maintainer) |
5.0_1 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
5.0_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
5.0 10 Oct 2005 23:02:44 |
edwin |
Upgrade to 5.0
Submitted by: B3r3n <B3r3n@free.fr> |
4.6 21 May 2005 23:55:39 |
pav |
- Update to 4.6
- Enable xhydra build
PR: ports/81275
Submitted by: Nicolas Blais <nb_root@videotron.ca>
Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer) |
4.5 08 Feb 2005 21:54:03 |
pav |
- Update to 4.5
PR: ports/77179
Submitted by: Laurent LEVIER <llevier@argosnet.com> (maintainer) |
4.0 05 May 2004 20:24:04 |
mi |
Upgrade from 2.6 to 4.0. Declare USE_OPENSSL. Use the OpenSSL's libraries
instead of looking for the obsolete libdes. Use OpenSSL's MD4-functions
instead of compiling Hydra's own md4.c.
Approved by: maintainer |
2.6 28 Mar 2004 17:35:46 |
pav |
- Update to 2.6
PR: ports/64806
Submitted by: Laurent LEVIER <root@tirion.argosnet.com> (maintainer) |
2.2_1 17 Feb 2004 22:19:42 |
cy |
Correct a COMMENT typo.
Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer) |
2.2_1 15 Feb 2004 00:26:41 |
cy |
Add NO_LATEST_LINK to avoid link stomping.
Reported by: kris
Approved by: kris (wearing his portsmgr hat) |
2.2_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
2.2_1 20 Oct 2003 10:48:56 |
osa |
Fix build on -CURRENT [1]
Respect CC/CFLAGS, fix installation path [2]
Bump PORTREVISION.
PR: ports/58164
Submitted by: Samy Al Bahra <samy@kerneled.com> [1],
osa [2]
Approved by: Laurent LEVIER <llevier@argosnet.com> (maintainer) |
2.2 16 Oct 2003 01:26:37 |
kris |
BROKEN on 5.x: does not compile |
2.2 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
2.2 30 Jun 2003 07:41:05 |
foxfair |
Import hydra-2.2, base on PR/43942. This port is provided as a standalone
program to avoid installing a full Nessus scanner system.
Submitted by: Laurent LEVIER <llevier@argosnet.com> |