Date: Tue, 4 May 2004 02:10:25 -0700 (PDT) From: Mikhail Teterin <mi+kde@aldan.algebra.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/65395: Hydra 3.1 port upgrade Message-ID: <200405040910.i449APpn037006@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65395; it has been noted by GNATS. From: Mikhail Teterin <mi+kde@aldan.algebra.com> To: Laurent LEVIER <llevier@argosnet.com> Cc: Mikhail Teterin <mi+mx@aldan.algebra.com>, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/65395: Hydra 3.1 port upgrade Date: Tue, 4 May 2004 05:01:20 -0400 On Tuesday 04 May 2004 01:44 am, Laurent LEVIER wrote: = >In addition, I plan to add the two attached patches to the port's = >files-directory, so that the smbnt-cracking is always enabled using = >OpenSSL instead of libdes = I did not checked the difference between using OpenSSL and libdes. = Does it bring something? There is no libdes.so on -current nor on modern -stable. OpenSSL provides its own compatible implementation (see comment in /usr/include/openssl/des_old.h). Hydra links with OpenSSL anyway -- there is no need to drag in -ldes even if available. Same applies to md4 -- there is no need to compile Hydra's own md4.c -- FreeBSD has its own (two!) implementations -- in -lcrypto (OpenSSL) and in -lmd. Hydra's d3des.c is, probably, redundant too, but getting rid of it seems a little more involved. = I'll respond about each point on end of this week maximum, after I = created my own 4.0 port to validate your patches. Is it acceptable? Certainly. Thanks for a prompt response! -mi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405040910.i449APpn037006>