bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] next wget release?


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] next wget release?
Date: Mon, 25 Jul 2011 13:11:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Jan,

$ ldd ./wget
        linux-gate.so.1 =>  (0xb781d000)
        libssl.so.1.0.0 => /usr/lib/i686/cmov/libssl.so.1.0.0 (0xb77b7000)
        libcrypto.so.1.0.0 => /usr/lib/i686/cmov/libcrypto.so.1.0.0 (0xb7609000)
        libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb7604000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb75f0000)
        libidn.so.11 => /usr/lib/i386-linux-gnu/libidn.so.11 (0xb75be000)
        librt.so.1 => /lib/i386-linux-gnu/i686/cmov/librt.so.1 (0xb75b5000)
        libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb745b000)
        /lib/ld-linux.so.2 (0xb781e000)
        libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 
(0xb7441000)

Please note that by default the new wget version will use the GNU TLS
backend instead of OpenSSL, the long term plan is to drop completely
OpenSSL.  That error doesn't appear on both back-ends now.

Cheers,
Giuseppe



Jan Thomas <address@hidden> writes:

> Hey Giuseppe,
>
> That's great. Can you do a 'ldd wget' and tell me which libs it's linked 
> against?
>
> I built the last wget openssl-devel in fedora 14 , and it's working, but 
> built against rhel 5 it still fails.
>
> [Fedora]$ ldd wget
>       linux-vdso.so.1 =>  (0x00007fffc2cd7000)
>       libssl.so.10 => /usr/lib64/libssl.so.10 (0x0000003933800000)
>       libcrypto.so.10 => /lib64/libcrypto.so.10 (0x000000394d000000)
>       libdl.so.2 => /lib64/libdl.so.2 (0x0000003eb1200000)
>       librt.so.1 => /lib64/librt.so.1 (0x0000003eb2200000)
>       libc.so.6 => /lib64/libc.so.6 (0x0000003eb0e00000)
>       libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x0000003933000000)
>       libkrb5.so.3 => /lib64/libkrb5.so.3 (0x0000003933400000)
>       libcom_err.so.2 => /lib64/libcom_err.so.2 (0x0000003ebce00000)
>       libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x0000003932800000)
>       libz.so.1 => /lib64/libz.so.1 (0x0000003eb2600000)
>       /lib64/ld-linux-x86-64.so.2 (0x0000003eb0a00000)
>       libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003eb1600000)
>       libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x0000003932c00000)
>       libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x0000003ebe600000)
>       libresolv.so.2 => /lib64/libresolv.so.2 (0x0000003eb3e00000)
>       libselinux.so.1 => /lib64/libselinux.so.1 (0x0000003eb2e00000)
>
>
> [rhel5]# ldd wget
>       linux-vdso.so.1 =>  (0x00007fffc4377000)
>       libssl.so.6 => /lib64/libssl.so.6 (0x0000003f92200000)
>       libcrypto.so.6 => /lib64/libcrypto.so.6 (0x0000003f8fe00000)
>       libdl.so.2 => /lib64/libdl.so.2 (0x0000003f85000000)
>       librt.so.1 => /lib64/librt.so.1 (0x0000003f85c00000)
>       libc.so.6 => /lib64/libc.so.6 (0x0000003f84800000)
>       libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 
> (0x0000003f90200000)
>       libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x0000003f91a00000)
>       libcom_err.so.2 => /lib64/libcom_err.so.2 (0x0000003f8e600000)
>       libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x0000003f90a00000)
>       libz.so.1 => /usr/lib64/libz.so.1 (0x0000003f85800000)
>       /lib64/ld-linux-x86-64.so.2 (0x0000003f84400000)
>       libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003f85400000)
>       libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 
> (0x0000003f90600000)
>       libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x0000003f90e00000)
>       libresolv.so.2 => /lib64/libresolv.so.2 (0x0000003f8ac00000)
>       libselinux.so.1 => /lib64/libselinux.so.1 (0x0000003f86400000)
>       libsepol.so.1 => /lib64/libsepol.so.1 (0x0000003f86000000)
>
>
> So, I think the bug is in the older version of openssl and not in wget.
>
>
> regards, s pozdravem,
>
> Jan G Thomas
> address@hidden
>
> ----- Original Message -----
>> From: "Giuseppe Scrivano" <address@hidden>
>> To: "Jan Thomas" <address@hidden>
>> Cc: address@hidden
>> Sent: Monday, July 25, 2011 12:24:44 PM
>> Subject: Re: [Bug-wget] next wget release?
>> hey Jan,
>> 
>> this is what I get using the last development version of wget.
>> 
>> $ LANG=en ./wget -O/dev/null
>> https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl
>> --2011-07-25 12:23:29--
>> https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl
>> Resolving github.com (github.com)... 207.97.227.239
>> Connecting to github.com (github.com)|207.97.227.239|:443...
>> connected.
>> HTTP request sent, awaiting response... 302 Found
>> Location: https://raw.github.com/rg3/youtube-dl/2011.01.30/youtube-dl
>> [following]
>> --2011-07-25 12:23:30--
>> https://raw.github.com/rg3/youtube-dl/2011.01.30/youtube-dl
>> Resolving raw.github.com (raw.github.com)... 207.97.227.243
>> Connecting to raw.github.com (raw.github.com)|207.97.227.243|:443...
>> connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 93827 (92K) [text/plain]
>> Saving to: `/dev/null'
>> 
>> 100%[==============================================================================================>]
>> 93,827 305K/s in 0.3s
>> 
>> 2011-07-25 12:23:32 (305 KB/s) - `/dev/null' saved [93827/93827]
>> 
>> Cheers,
>> Giuseppe
>> 
>> 
>> 
>> Jan Thomas <address@hidden> writes:
>> 
>> > Ciao Giuseppe,
>> >
>> > Great that you are preparing a release.
>> >
>> > Could you confirm that the code for the bugfix relating to
>> > https://bugzilla.redhat.com/show_bug.cgi?id=674186 (wget fails to
>> > verify proper certificate) will be included?
>> >
>> >
>> > kind regards,
>> > Jan G Thomas
>> > address@hidden
>> >
>> > ----- Original Message -----
>> >> From: "Giuseppe Scrivano" <address@hidden>
>> >> To: "Noël Köthe" <address@hidden>
>> >> Cc: address@hidden
>> >> Sent: Saturday, July 23, 2011 12:42:16 PM
>> >> Subject: Re: [Bug-wget] next wget release?
>> >> Hi Noël,
>> >>
>> >> you write exactly in time. I am checking the last stuff (some
>> >> pending
>> >> bug reports, mostly choosing what can be postponed) before do a
>> >> release.
>> >> It might be in the next week.
>> >>
>> >> Cheers,
>> >> Giuseppe
>> >>
>> >>
>> >>
>> >> Noël Köthe <address@hidden> writes:
>> >>
>> >> > Hello,
>> >> >
>> >> > I don't want to pester with this question but when is the next
>> >> > wget
>> >> > release planed? 1.12 was released 2009-09-22 and since then there
>> >> > were
>> >> > some bugfixes and patches integrated in the VCS but they do not
>> >> > reach
>> >> > the user.
>> >> >
>> >> > Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]