Re: [Bug-wget] next wget release?

2011-08-06 Thread Giuseppe Scrivano
Noël Köthe n...@debian.org writes:

 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.

I have just uploaded another test version.

  ftp://alpha.gnu.org/gnu/wget/wget-1.12-2523.tar.bz2

and the detached GPG signature (using the key C03363F4):

  ftp://alpha.gnu.org/gnu/wget/wget-1.12-2523.tar.bz2.sig

Unless there will be reports like I have lost my home directory when I
specify recursive download, I will release it in the next few days.

Have fun!
Giuseppe



Re: [Bug-wget] next wget release?

2011-08-06 Thread Jochen Roderburg

Zitat von Giuseppe Scrivano gscriv...@gnu.org:


I have just uploaded another test version.

  ftp://alpha.gnu.org/gnu/wget/wget-1.12-2523.tar.bz2

and the detached GPG signature (using the key C03363F4):

  ftp://alpha.gnu.org/gnu/wget/wget-1.12-2523.tar.bz2.sig

Unless there will be reports like I have lost my home directory when I
specify recursive download, I will release it in the next few days.



Not so serious, but since the latest changes I get on every request an  
error message:


wget http://www.uni-koeln.de

  --2011-08-06 17:54:28--  http://www.uni-koeln.de/
  Resolving www.uni-koeln.de (www.uni-koeln.de)... 134.95.19.39,  
2a00:a200:0:f::888,

  error: Address family not supported by protocol, ...
  Connecting to www.uni-koeln.de  
(www.uni-koeln.de)|134.95.19.39|:80... connected.


Could this have something to do with IPV6? Wget has:

+digest +https +ipv6 +iri +large-file +nls -ntlm +opie +ssl/openssl

but I do not have any IPV6 support in my Linux.

Best regards,

Jochen Roderburg
RRZK
University of Cologne
Robert-Koch-Str. 10Tel.:   +49-221/478-7024
D-50931 Koeln  E-Mail: roderb...@uni-koeln.de
Germany





Re: [Bug-wget] next wget release?

2011-08-06 Thread Giuseppe Scrivano
Jochen Roderburg roderb...@uni-koeln.de writes:

 --- ./src/host.c.orig   2011-08-06 16:45:59.0 +
 +++ ./src/host.c2011-08-06 19:49:41.0 +
 @@ -829,7 +829,7 @@
int printmax = al-count;

if (! opt.show_all_dns_entries)
 -printmax = 3;
 +if (printmax  3) printmax = 3;

Thanks, applied!

Regards,
Giuseppe



Re: [Bug-wget] next wget release?

2011-07-25 Thread Giuseppe Scrivano
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 (0xb75f)
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 jatho...@redhat.com 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 =  (0x7fffc2cd7000)
   libssl.so.10 = /usr/lib64/libssl.so.10 (0x00393380)
   libcrypto.so.10 = /lib64/libcrypto.so.10 (0x00394d00)
   libdl.so.2 = /lib64/libdl.so.2 (0x003eb120)
   librt.so.1 = /lib64/librt.so.1 (0x003eb220)
   libc.so.6 = /lib64/libc.so.6 (0x003eb0e0)
   libgssapi_krb5.so.2 = /lib64/libgssapi_krb5.so.2 (0x00393300)
   libkrb5.so.3 = /lib64/libkrb5.so.3 (0x00393340)
   libcom_err.so.2 = /lib64/libcom_err.so.2 (0x003ebce0)
   libk5crypto.so.3 = /lib64/libk5crypto.so.3 (0x00393280)
   libz.so.1 = /lib64/libz.so.1 (0x003eb260)
   /lib64/ld-linux-x86-64.so.2 (0x003eb0a0)
   libpthread.so.0 = /lib64/libpthread.so.0 (0x003eb160)
   libkrb5support.so.0 = /lib64/libkrb5support.so.0 (0x003932c0)
   libkeyutils.so.1 = /lib64/libkeyutils.so.1 (0x003ebe60)
   libresolv.so.2 = /lib64/libresolv.so.2 (0x003eb3e0)
   libselinux.so.1 = /lib64/libselinux.so.1 (0x003eb2e0)


 [rhel5]# ldd wget
   linux-vdso.so.1 =  (0x7fffc4377000)
   libssl.so.6 = /lib64/libssl.so.6 (0x003f9220)
   libcrypto.so.6 = /lib64/libcrypto.so.6 (0x003f8fe0)
   libdl.so.2 = /lib64/libdl.so.2 (0x003f8500)
   librt.so.1 = /lib64/librt.so.1 (0x003f85c0)
   libc.so.6 = /lib64/libc.so.6 (0x003f8480)
   libgssapi_krb5.so.2 = /usr/lib64/libgssapi_krb5.so.2 
 (0x003f9020)
   libkrb5.so.3 = /usr/lib64/libkrb5.so.3 (0x003f91a0)
   libcom_err.so.2 = /lib64/libcom_err.so.2 (0x003f8e60)
   libk5crypto.so.3 = /usr/lib64/libk5crypto.so.3 (0x003f90a0)
   libz.so.1 = /usr/lib64/libz.so.1 (0x003f8580)
   /lib64/ld-linux-x86-64.so.2 (0x003f8440)
   libpthread.so.0 = /lib64/libpthread.so.0 (0x003f8540)
   libkrb5support.so.0 = /usr/lib64/libkrb5support.so.0 
 (0x003f9060)
   libkeyutils.so.1 = /lib64/libkeyutils.so.1 (0x003f90e0)
   libresolv.so.2 = /lib64/libresolv.so.2 (0x003f8ac0)
   libselinux.so.1 = /lib64/libselinux.so.1 (0x003f8640)
   libsepol.so.1 = /lib64/libsepol.so.1 (0x003f8600)


 So, I think the bug is in the older version of openssl and not in wget.


 regards, s pozdravem,

 Jan G Thomas
 jatho...@redhat.com

 - Original Message -
 From: Giuseppe Scrivano gscriv...@gnu.org
 To: Jan Thomas jatho...@redhat.com
 Cc: bug-wget@gnu.org
 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 jatho...@redhat.com writes:
 
  Ciao Giuseppe,
 
  Great

Re: [Bug-wget] next wget release?

2011-07-25 Thread Jan Thomas
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 =  (0x7fffc2cd7000)
libssl.so.10 = /usr/lib64/libssl.so.10 (0x00393380)
libcrypto.so.10 = /lib64/libcrypto.so.10 (0x00394d00)
libdl.so.2 = /lib64/libdl.so.2 (0x003eb120)
librt.so.1 = /lib64/librt.so.1 (0x003eb220)
libc.so.6 = /lib64/libc.so.6 (0x003eb0e0)
libgssapi_krb5.so.2 = /lib64/libgssapi_krb5.so.2 (0x00393300)
libkrb5.so.3 = /lib64/libkrb5.so.3 (0x00393340)
libcom_err.so.2 = /lib64/libcom_err.so.2 (0x003ebce0)
libk5crypto.so.3 = /lib64/libk5crypto.so.3 (0x00393280)
libz.so.1 = /lib64/libz.so.1 (0x003eb260)
/lib64/ld-linux-x86-64.so.2 (0x003eb0a0)
libpthread.so.0 = /lib64/libpthread.so.0 (0x003eb160)
libkrb5support.so.0 = /lib64/libkrb5support.so.0 (0x003932c0)
libkeyutils.so.1 = /lib64/libkeyutils.so.1 (0x003ebe60)
libresolv.so.2 = /lib64/libresolv.so.2 (0x003eb3e0)
libselinux.so.1 = /lib64/libselinux.so.1 (0x003eb2e0)


[rhel5]# ldd wget
linux-vdso.so.1 =  (0x7fffc4377000)
libssl.so.6 = /lib64/libssl.so.6 (0x003f9220)
libcrypto.so.6 = /lib64/libcrypto.so.6 (0x003f8fe0)
libdl.so.2 = /lib64/libdl.so.2 (0x003f8500)
librt.so.1 = /lib64/librt.so.1 (0x003f85c0)
libc.so.6 = /lib64/libc.so.6 (0x003f8480)
libgssapi_krb5.so.2 = /usr/lib64/libgssapi_krb5.so.2 
(0x003f9020)
libkrb5.so.3 = /usr/lib64/libkrb5.so.3 (0x003f91a0)
libcom_err.so.2 = /lib64/libcom_err.so.2 (0x003f8e60)
libk5crypto.so.3 = /usr/lib64/libk5crypto.so.3 (0x003f90a0)
libz.so.1 = /usr/lib64/libz.so.1 (0x003f8580)
/lib64/ld-linux-x86-64.so.2 (0x003f8440)
libpthread.so.0 = /lib64/libpthread.so.0 (0x003f8540)
libkrb5support.so.0 = /usr/lib64/libkrb5support.so.0 
(0x003f9060)
libkeyutils.so.1 = /lib64/libkeyutils.so.1 (0x003f90e0)
libresolv.so.2 = /lib64/libresolv.so.2 (0x003f8ac0)
libselinux.so.1 = /lib64/libselinux.so.1 (0x003f8640)
libsepol.so.1 = /lib64/libsepol.so.1 (0x003f8600)


So, I think the bug is in the older version of openssl and not in wget.


regards, s pozdravem,

Jan G Thomas
jatho...@redhat.com

- Original Message -
 From: Giuseppe Scrivano gscriv...@gnu.org
 To: Jan Thomas jatho...@redhat.com
 Cc: bug-wget@gnu.org
 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 jatho...@redhat.com 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
  jatho...@redhat.com
 
  - Original Message -
  From: Giuseppe Scrivano gscriv...@gnu.org
  To: Noël Köthe n...@debian.org
  Cc: bug-wget@gnu.org
  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 n...@debian.org 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