Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2010 22:11:05 +0300
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        pav@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org, llevier@argosnet.com
Subject:   Re: ports/152683: [PATCH] security/hydra: update to 5.9 [feature safe]
Message-ID:  <4CFFD849.6040002@yandex.ru>
In-Reply-To: <201012081615.oB8GFord050219@freefall.freebsd.org>
References:  <201012081615.oB8GFord050219@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
08.12.2010 19:15, pav@FreeBSD.org пишет:
> Synopsis: [PATCH] security/hydra: update to 5.9 [feature safe]
>
> State-Changed-From-To: open->feedback
> State-Changed-By: pav
> State-Changed-When: Wed Dec 8 15:55:23 UTC 2010
> State-Changed-Why:
> Generally looking good, but I have some comments on the optional dependencies:
>
> SVN, FIREBIRD -- you will need to upgrade these to LIB_DEPENDS, the shared
> object is linked to the hydra binary

Sorry, will do it. But i have a question (see below):

> LIBSSH -- is this ever used? The configure gives
>
> Checking for libssh (libssh/libssh.h) ...
>                                        ... found
> NOTE: ensure that you have libssh v0.4.x installed!! Get it from http://www.libssh.org !
>

Yes, it needs libssh, and it needs libssh from 0.x branch exactly. 
Without it will not be able to check ssh passwords. And it will not 
build with libssh2. The problem is that we have libssh.so in base system 
- /usr/lib/libssh.so and configure found it but can't be build with it. 
Can i use something like this to make sure that it will not be confused 
with libssh.so that is in base?

LIB_DEPENDS+=${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh

I was forced to trick configure little bit to make it link with port's 
one libssh.so, not that in base one:

-    XLIBPATHS="-L/usr/lib -L/usr/local/lib -L/lib"
+    XLIBPATHS="-L/usr/local/lib -L/usr/lib -L/lib"

>
>
> Responsible-Changed-From-To: freebsd-ports-bugs->pav
> Responsible-Changed-By: pav
> Responsible-Changed-When: Wed Dec 8 15:55:23 UTC 2010
> Responsible-Changed-Why:
> Take
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=152683

-- 
Regards,
Ruslan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CFFD849.6040002>