Bug#768476: can't even do curl --version

2015-02-24 Thread Ritesh Raj Sarraf
On 02/24/2015 02:16 PM, 積丹尼 Dan Jacobson wrote:
 All I know is on Debian curl is unusable,
 https://sourceforge.net/p/curl/bugs/1483/
 but wget works fine.

rrs@learner:/tmp$ curl -V
curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1k
zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps
pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API SPNEGO NTLM NTLM_WB SSL
libz TLS-SRP
15:24 ♒♒♒   ☺   


rrs@learner:/tmp$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 8.0 (jessie)
Release:8.0
Codename:   jessie
15:24 ♒♒♒   ☺

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System




signature.asc
Description: OpenPGP digital signature


Bug#768476: can't even do curl --version

2015-02-24 Thread 積丹尼 Dan Jacobson
All I know is on Debian curl is unusable,
https://sourceforge.net/p/curl/bugs/1483/
but wget works fine.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#768476: can't even do curl --version

2015-02-24 Thread James Cowgill
On Tue, 2015-02-24 at 15:25 +0530, Ritesh Raj Sarraf wrote:
 On 02/24/2015 02:16 PM, 積丹尼 Dan Jacobson wrote:
  All I know is on Debian curl is unusable,
  https://sourceforge.net/p/curl/bugs/1483/
  but wget works fine.
 
 rrs@learner:/tmp$ curl -V
 curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1k
 zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3
 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps
 pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
 Features: AsynchDNS IDN IPv6 Largefile GSS-API SPNEGO NTLM NTLM_WB SSL
 libz TLS-SRP
 15:24 ♒♒♒   ☺   

He's probably using libssl1.0.0_1.0.2-1 installed from experimental. But
if you're installing stuff from experimental, you should expect stuff
relating to it to break.

Although it would be good if curl didn't use those SSLv3 functions, the
relocation error is definitely a bug in the OpenSSL package rather than
in curl.

James


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#768476: [Pkg-openssl-devel] Bug#768476: can't even do curl --version

2015-02-24 Thread Kurt Roeckx
On Tue, Feb 24, 2015 at 04:46:36PM +0800, ??? Dan Jacobson wrote:
 All I know is on Debian curl is unusable,

Stop using the version from experimental.


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#768476: can't even do curl --version

2015-02-24 Thread 積丹尼 Dan Jacobson
OK thanks. I have come up with a workaround:

# aptitude purge libssl1.0.0
Choose: The following actions will resolve these dependencies:
 Downgrade the following packages:
1) libssl1.0.0 [1.0.2-1 (experimental, now) - 1.0.1k-1 (unstable)]
2) openssl [1.0.2-1 (experimental, now) - 1.0.1k-1 (unstable)]
# aptitude forbid-version libssl1.0.0 openssl


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org