You are not logged in.

#1 2005-12-07 07:46:21

zyrax
Member
Registered: 2005-12-07
Posts: 12

Problem with lftp and tls-encryption after upgrade.

Anyone else had problem with connecting to encrypted ftps after last upgrade to lftp 3.3.5?
It doesnt seem to have any encryption-options at all. I switched back to lftp 3.2.1 and it works fine.
Any suggestions on any other command-line ftp-clients that handle encryption well?

/F

Offline

#2 2005-12-19 03:38:02

enderst
Member
Registered: 2004-06-28
Posts: 69

Re: Problem with lftp and tls-encryption after upgrade.

same problem here. seems it wasn't compiled with ssl

Offline

#3 2005-12-19 08:30:46

zyrax
Member
Registered: 2005-12-07
Posts: 12

Re: Problem with lftp and tls-encryption after upgrade.

enderst wrote:

same problem here. seems it wasn't compiled with ssl

Yes. Seems like it. I added an IgnorePKG in pacman.conf so now it works again.

/F

Offline

#4 2005-12-19 15:54:06

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problem with lftp and tls-encryption after upgrade.

You might want to email the maintainer or submit a bug report (http://bugs.archlinux.org/) to ask why the new lftp doesn't use ssl and if ssl support could be re-added.

Offline

#5 2005-12-19 16:18:47

enderst
Member
Registered: 2004-06-28
Posts: 69

Re: Problem with lftp and tls-encryption after upgrade.

done #3637

Offline

#6 2006-01-15 01:52:29

enderst
Member
Registered: 2004-06-28
Posts: 69

Re: Problem with lftp and tls-encryption after upgrade.

since there doesn't seem to be any action taken from the bug submission nor by update, i've taken care of it myself.

abs
mkdir /var/abs/local/lftp
cd /var/abs/local/lftp
cp -v /var/abs/network/lftp* .

edit PKGBUILD
change

./configure --prefix=/usr --without-gnutls

to

./configure --prefix=/usr

save&exit

makepkg
pacman -U lftp-3.3.5-1.pkg.tar.gz

finished, not too rough

zyrax
if you want to use the latest stable (released dec 31) change pkgver in the package build and update the md5sum

pkgver=3.3.5

to

pkgver=3.4.0
.
.
.
.
md5sums=('5d39a8b250691a693470b1773b5c6bd4')

Offline

Board footer

Powered by FluxBB