On Thu, Aug 01, 2013 at 03:39:01PM +0200, Javier Viguera wrote: > vsftpd links with openssl libraries (libssl and libcrypto) so there is a > compile-time dependence on openssl package. > > Signed-off-by: Javier Viguera <[email protected]> > --- > meta-networking/recipes-daemons/vsftpd/vsftpd_2.3.5.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_2.3.5.bb > b/meta-networking/recipes-daemons/vsftpd/vsftpd_2.3.5.bb > index c02ee9c..f146910 100644 > --- a/meta-networking/recipes-daemons/vsftpd/vsftpd_2.3.5.bb > +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_2.3.5.bb > @@ -4,7 +4,7 @@ SECTION = "network" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://COPYING;md5=a6067ad950b28336613aed9dd47b1271" > > -DEPENDS = "libcap" > +DEPENDS = "libcap openssl" >
It was fixed a month ago: commit 46354a697c18a64c5836159adf8dbd92e6547e85 Author: Martin Jansa <[email protected]> Date: Tue Jul 2 20:31:56 2013 +0200 vsftpd: add missing dependency on openssl And current vsftpd is 3.0.0: commit 441502b68d03a4ce7796436a53c5e95399724ad2 Author: Roy.Li <[email protected]> Date: Fri Jul 19 10:19:25 2013 +0800 Upgrade vsftpd to 3.0.0 > SRC_URI = "https://security.appspot.com/downloads/vsftpd-${PV}.tar.gz \ > file://makefile-destdir.patch \ > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
