Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-12 Thread Tim Rühsen
have to check that. Tim Am Samstag, 12. Dezember 2015, 18:21:43 schrieb Darshit Shah: > If he's talking about releases, he is probably using the release > tarballs. Those don't need ./bootstrap > > On 12 December 2015 at 18:15, Tim Rühsen <tim.rueh...@gmx.de> wrote: > > Hi

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-12 Thread Tim Rühsen
Am Samstag, 12. Dezember 2015, 17:57:00 schrieb Darshit Shah: > Didn't we fix this by using the Gnulib module? > I thought all the tests were passing on Solaris after that. What went > wrong with the release? > Immediately after the release, even the Solaris buildbot complained > about a broken

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-12 Thread Tim Rühsen
Hi Christian, did you ./bootstrap, ./configure, make clean, make after updating ? Especially without ./bootstrap flock might not be taken from gnulib (which call lockf if flock is not available). Regards, Tim Am Samstag, 12. Dezember 2015, 17:42:10 schrieb Christian Jullien: > Hi, trying to

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-12 Thread Tim Rühsen
er message is not helpful at all. Need > someone who is more experienced in such systems to take alook > > On 12 December 2015 at 18:49, Tim Rühsen <tim.rueh...@gmx.de> wrote: > > Am Samstag, 12. Dezember 2015, 17:57:00 schrieb Darshit Shah: > >> Didn't we fix this b

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-12 Thread Tim Rühsen
amstag, 12. Dezember 2015, 19:15:17 schrieb Tim Rühsen: > It is just the compiler/compiler flags that the buildbot uses. > > CC and CFLAGS not set and the error is reproducible. > With CC=gcc and CFLAGS="-std=c89 -Wall -O2" the build runs fine. > > I'll make some more

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-12 Thread Tim Rühsen
Am Samstag, 12. Dezember 2015, 20:23:17 schrieb Christian Jullien: > => Ok, _XPG6 is now required, 3rd attempt > $ CFLAGS="-D_XPG6" PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ ./configure; > make Could you try -std=c89 instead of -D_XPG6 ? Tim

Re: [Bug-wget] Can't build wget with GnuTLS on Mac OS X

2015-12-06 Thread Tim Rühsen
Am Sonntag, 6. Dezember 2015, 12:48:45 schrieb 桃源老師: > Hello, Tim-san, > > > 2015/12/06 7:47 A.M. Tim Rühsen <tim.rueh...@gmx.de> wrote: > > > > Am Sonntag, 6. Dezember 2015, 01:29:17 schrieb 桃源老師: > >> my configure statement: > >> $ export TAR

Re: [Bug-wget] Can't build wget with GnuTLS on Mac OS X

2015-12-05 Thread Tim Rühsen
Am Sonntag, 6. Dezember 2015, 01:29:17 schrieb 桃源老師: > Hello, > > I'm trying to build wget with GnuTLS on Mac OS X. > > Version Info: > Mac OS X: 10.11.1 El Capitan > Xcode: 7.1.1 > GMP: 6.1.0 > Nettle: 3.1.1 > GnuTLS:3.4.7 > > Since I can build rtmpdump and ffmpeg with

Re: [Bug-wget] --no-check-cert does not avoid cert warning

2015-12-01 Thread Tim Rühsen
Am Dienstag, 1. Dezember 2015, 21:48:52 schrieb Ander Juaristi: > On 12/01/2015 09:31 AM, Tim Ruehsen wrote: > > Are you working on *nix ? > > > > Try wget ... |& grep -v "WARNING: cannot verify" > > > > To filter out the warnings you don't want to see. You could use egrep to > > filter

Re: [Bug-wget] --no-check-cert does not avoid cert warning

2015-11-30 Thread Tim Rühsen
There is the situation where --no-check-cert is implicitly set (.wgetrc, /etc/wgetrc, alias) and the user isn't aware of it. Just downloading without a warning opens a huge security hole because you can't verify where you downloaded it from (DNS attacks, MITM). I leave it to your imagination

Re: [Bug-wget] wget 1.17 segfaults under openSUSE 13.1 (x86_64; glibc 2.18)

2015-11-21 Thread Tim Rühsen
0x004241e0 in http_loop () > >>#3 0x00433619 in retrieve_url () > >>#4 0x0042c64b in main () > >> > >>The used gcc version is > >>4.8.1 > >>and a "rpm -qf /lib64/libc.so.6" issues > >>glibc-2.18-4.3

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-17 Thread Tim Rühsen
Hi Dagobert, Am Dienstag, 17. November 2015, 15:09:05 schrieb Dagobert Michelsen: > > RUNNING TEST test_hsts_url_rewrite_superdomain... > > A new entry should've been created > > Tests run: 15 > > FAIL unit-tests (exit status: 1) > > So which test is failing? test_hsts_url_rewrite_superdomain ?

Re: [Bug-wget] Travis-CI updates and minor bug fixes

2015-10-11 Thread Tim Rühsen
Hi Darshit, nice to see your Travis-CI patches ! I am not sure, but maybe an older version of valgrind hits you: http://stackoverflow.com/questions/12708501/valgrind-breaks-with-dirname (They say memrchr should work with valgrind 3.8+... but maybe just from 3.8.1 on ?) I guess a suppression to

Re: [Bug-wget] Travis-CI updates and minor bug fixes

2015-10-11 Thread Tim Rühsen
Am Sonntag, 11. Oktober 2015, 12:32:14 schrieb Darshit Shah: > However, I did come across a small problem. Travis currently accepts > open source build requests from GitHub only. So I don't think we can > use it from Savannah. Would it be a problem if we pushed the > .travis.yml to master and

Re: [Bug-wget] possible fix to a "make check" failure...

2015-10-10 Thread Tim Rühsen
Am Freitag, 9. Oktober 2015, 04:00:35 schrieb christian fafard: > 2 tests fail when the "IO::Socket::SSL" perl module is not > installed,Test-proxied-https-auth-keepalive.px and > Test-proxied-https-auth.px. In my opinion, it falsly suggests a problem > with wget's build.I propose instead to test

Re: [Bug-wget] [bug #46161] make check fails due to missing library in tests/Makefile link command

2015-10-10 Thread Tim Rühsen
Hi Kevin, I can't reproduce the wget compilation problem. Steps I did: - download http://ftp.gnu.org/gnu/wget/wget-1.16.3.tar.gz - tar xvfz wget-1.16.3.tar.gz - cd wget-1.16.3/ - ./configure - make - make check You should really give us all details on how to reproduce your problem with

Re: [Bug-wget] Multi segment download

2015-08-29 Thread Tim Rühsen
Hi, normally it makes much more sense when having several download mirrors and checksums for each chunk. The perfect technique for such is called 'Metalink' (more on www.metalinker.org). Wget has it in branch 'master'. A GSOC project of Hubert Tarasiuk. Additionally, Wget2 is under

Re: [Bug-wget] Unit test case for parse_content_range()

2015-08-29 Thread Tim Rühsen
Am Samstag, 29. August 2015, 23:13:23 schrieb Darshit Shah: I've written a unit test for the parse_content_range() method. However, I haven't yet populated it with various test cases. Sharing the patch for the unit test here. I will add more test cases for this test later. Kindly do review

Re: [Bug-wget] Lint

2015-08-22 Thread Tim Rühsen
Am Samstag, 22. August 2015, 02:21:10 schrieb grarpamp: NEWS:122:** Accept the arguments --accept-reject and --reject-regex. s/reject /regex / Thanks, fixed. Tim

Re: [Bug-wget] [PATCH] Clarify that links are being converted.

2015-08-21 Thread Tim Rühsen
Pushed, thanks. Tim Am Samstag, 22. August 2015, 02:29:05 schrieb Jookia: * src/convert.c: Add 'links in' after 'Converted %d' and 'Converting %s'. --- src/convert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/convert.c b/src/convert.c index

Re: [Bug-wget] bad filenames (again)

2015-08-21 Thread Tim Rühsen
Am Freitag, 21. August 2015, 17:28:09 schrieb Andries E. Brouwer: On Fri, Aug 21, 2015 at 04:34:36PM +0200, Tim Ruehsen wrote: On Friday 21 August 2015 14:22:22 Andries E. Brouwer wrote: Let me find some random site. Say http://web2go.board19.com/gopro/go_view.php?id=12345 The server

Re: [Bug-wget] [PATCH] Removed useless TODOs.

2015-08-21 Thread Tim Rühsen
Pushed, thanks. Tim Am Samstag, 22. August 2015, 01:41:44 schrieb Jookia: * testenv/Test--reject-log.py: Remove TODOs. --- testenv/Test--rejected-log.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/testenv/Test--rejected-log.py b/testenv/Test--rejected-log.py index

Re: [Bug-wget] afl-fuzz'ing wget?

2015-08-15 Thread Tim Rühsen
Am Samstag, 15. August 2015, 23:08:03 schrieb Jacek Wielemborek: W dniu 15.08.2015 o 22:23, Tim Rühsen pisze: Am Samstag, 15. August 2015, 12:29:45 schrieb Jacek Wielemborek: Hello, I was looking into fuzzing wget with afl-fuzz [1]. While I hadn't managed to crash it yet, I found a lot

Re: [Bug-wget] recur.c compile error

2015-08-15 Thread Tim Rühsen
Am Samstag, 15. August 2015, 12:15:46 schrieb Darshit Shah: On Sat, Aug 15, 2015 at 1:33 AM, Gisle Vanem gva...@yahoo.no wrote: The new reject stuff in recur.c: typedef enum { SUCCESS, BLACKLIST, NOTHTTPS, NONHTTP, 1, 1, PARENT, LIST, REGEX, RULES, SPANNEDHOST, ROBOTS

Re: [Bug-wget] afl-fuzz'ing wget?

2015-08-15 Thread Tim Rühsen
Am Samstag, 15. August 2015, 12:29:45 schrieb Jacek Wielemborek: Hello, I was looking into fuzzing wget with afl-fuzz [1]. While I hadn't managed to crash it yet, I found a lot of code paths so far with the following input: HTTP/1.1 200 OK Server: nginx Date: Mon, 10 Aug 2015

Re: [Bug-wget] bad filenames (again)

2015-08-13 Thread Tim Rühsen
Am Donnerstag, 13. August 2015, 19:33:56 schrieb Andries E. Brouwer: After git clone, one gets a wget tree without autogenerated files. README.checkout tells one to run ./bootstrap to generate configure. But: $ ./bootstrap ./bootstrap: Bootstrapping from checked-out wget sources...

Re: [Bug-wget] Metalink support

2015-07-04 Thread Tim Rühsen
Am Freitag, 3. Juli 2015, 18:15:27 schrieb Anthony Bryan: $ wget --input-metalink=http://www.metalinker.org/samples/dsl-3.3.iso.metalink I'm not sure what the typical wget user expects, but here are some examples. if you keep the current behavior, it might be helpful to print to the

Re: [Bug-wget] Metalink support

2015-07-03 Thread Tim Rühsen
Am Freitag, 3. Juli 2015, 20:23:00 schrieb Hubert Tarasiuk: W dniu 03.07.2015 o 17:12, Tim Ruehsen pisze: To copy GPGME m4 macro, I have to install libgpgme11-dev. And if I do that, a ./bootstrap (maybe just a configure) does the job for me. Actually I meant copying over the m4 GPGME macro

Re: [Bug-wget] Behaviour of spanning to accepted domains

2015-06-07 Thread Tim Rühsen
Am Sonntag, 7. Juni 2015, 08:19:28 schrieb Tony Lewis: On Friday, June 05, 2015 1:24 PM, Tim Rühsen wrote: First, I have not dug into the source code to see how -H is implemented. However, it makes sense to me that one ought to be able to specify both -H and -D together. -H (=all

Re: [Bug-wget] TCP Fast Open for HTTP

2015-05-28 Thread Tim Rühsen
Am Donnerstag, 28. Mai 2015, 18:51:52 schrieb Giuseppe Scrivano: Hubert Tarasiuk hubert.taras...@gmail.com writes: W dniu 28.05.2015 o 10:26, Giuseppe Scrivano pisze: Hubert Tarasiuk I wouldn't even have an option for --tcp-fast-open and avoid adding such low level details to the command

Re: [Bug-wget] Conditional GET requests

2015-05-18 Thread Tim Rühsen
are attached here as well as on Github for easy viewing. https://github.com/jy987321/Wget/commits/master-hubert Thank you, Hubert W dniu 14.05.2015 o 22:35, Hubert Tarasiuk pisze: W dniu 14.05.2015 o 21:12, Tim Rühsen pisze: Am Donnerstag, 14. Mai 2015, 15:43:54 schrieb Hubert Tarasiuk

Re: [Bug-wget] Contribution on bug #45037

2015-05-17 Thread Tim Rühsen
Am Sonntag, 17. Mai 2015, 00:56:50 schrieb Ángel González: On 16/05/15 22:10, Ander Juaristi Alamos wrote: Hello, I found another task where I want to contribute, the issue with 45037. For what I understand, and read in the mailling list, the problem occur inftp.c ftp_loop_internal -

Re: [Bug-wget] Conditional GET requests

2015-05-15 Thread Tim Rühsen
Am Freitag, 15. Mai 2015, 12:51:16 schrieb Ander Juaristi: On 05/14/2015 10:35 PM, Hubert Tarasiuk wrote: Ok, I will name the option --no-if-modified-since and will enable that by default. Why not implement both ie. '--if-modified-since' and '--no-if-modified-since', and assert the former

Re: [Bug-wget] Conditional GET requests

2015-05-15 Thread Tim Rühsen
Am Freitag, 15. Mai 2015, 19:23:41 schrieb Giuseppe Scrivano: Tim Rühsen tim.rueh...@gmx.de writes: would not be better to not enable it by default? At least this is what we do with --timestamping and having --if-modified-since by default will break the use case of downloading successive

[Bug-wget] HTTP/2 and HPACK specs published by IETF

2015-05-15 Thread Tim Rühsen
HTTP/2 https://tools.ietf.org/html/rfc7540 HPACK https://tools.ietf.org/html/rfc7541 Have fun ! Tim signature.asc Description: This is a digitally signed message part.

Re: [Bug-wget] Conditional GET requests

2015-05-15 Thread Tim Rühsen
Am Freitag, 15. Mai 2015, 14:15:31 schrieb Ander Juaristi: On 05/15/2015 01:26 PM, Tim Rühsen wrote: Long boolean option do automatically accept a --no-... don't they ? I don't know. It might be. To be honest, I didn't think of it. Sorry if I screwed up. I wasn't 100% sure either. Please

Re: [Bug-wget] Conditional GET requests

2015-05-15 Thread Tim Rühsen
Am Freitag, 15. Mai 2015, 14:38:08 schrieb Giuseppe Scrivano: Tim Rühsen tim.rueh...@gmx.de writes: Am Donnerstag, 14. Mai 2015, 15:43:54 schrieb Hubert Tarasiuk: W dniu 13.05.2015 o 13:28, Ander Juaristi pisze: And second, I'm not really sure whether --condget is the best name

Re: [Bug-wget] Conditional GET requests

2015-05-14 Thread Tim Rühsen
Am Donnerstag, 14. Mai 2015, 15:35:29 schrieb Hubert Tarasiuk: W dniu 13.05.2015 o 10:24, Tim Ruehsen pisze: Hi Hubert, nice to see your work... it looks very good to me. Just from a quick first glimpse, there are a few small points: - please avoid abort() (found in

[Bug-wget] Extending Wget's git branching model

2015-05-14 Thread Tim Rühsen
Hi people, we would like to discuss a slightly amended branching model for Wget with the community. Taking a look at the past release model reveals some managing flaws regarding bugfix releases. After a release like e.g. 1.6.0, reported bugs are fixed and committed onto 'master'. At the same

Re: [Bug-wget] Conditional GET requests

2015-05-14 Thread Tim Rühsen
Am Donnerstag, 14. Mai 2015, 15:43:54 schrieb Hubert Tarasiuk: W dniu 13.05.2015 o 13:28, Ander Juaristi pisze: And second, I'm not really sure whether --condget is the best name for the switch. Requests that include any of If-Unmodified-Since, If-Match, If-None-Match, or If-Range

Re: [Bug-wget] Task 44817 http/gzip compression

2015-05-14 Thread Tim Rühsen
Hi Loïc, hi Ander, Loïc, very good that asked before you started a non-trivial task. Are you aware of the GNU/Wget copyright assignment For non-trivial code contributions !? Am Donnerstag, 14. Mai 2015, 15:50:52 schrieb Loïc Maury: Hi Ander, On Thu, May 14, 2015 at 3:44 PM, Ander Juaristi

Re: [Bug-wget] [PATCH 3/3] Redirect containing %2B behaves differently depending on locale

2015-05-12 Thread Tim Rühsen
Am Mittwoch, 22. April 2015, 16:14:06 schrieb Ander Juaristi: On 04/22/2015 03:47 PM, Ander Juaristi wrote: On 04/21/2015 04:19 PM, Darshit Shah wrote: Regarding the patch itself, I wanted to ask if it would not be cleaner to dig into the code and replace every call to url_unescape with the

Re: [Bug-wget] [bug #20398] Save a list of the links that were not followed

2015-05-07 Thread Tim Rühsen
Hi Jookia, if you want us to include your patch (and it is welcome of course), you have to sign a copyright assignment. Please email the following information to ass...@gnu.org with a CC to dar...@gmail.com, tim.rueh...@gmx.de and gscriv...@gnu.org, and we will send you the assignment form for

Re: [Bug-wget] GSoC15: Speed up Wget's Download Mechanism

2015-04-30 Thread Tim Rühsen
Am Donnerstag, 30. April 2015, 18:45:05 schrieb Daniel Stenberg: On Thu, 30 Apr 2015, Tim Ruehsen wrote: Originally, Gisle talked about CPU cycles, not elapsed time. That is quite a difference... Thousands of cycles per invoke * many invokes = measurable elapsed time Again: That is quite

Re: [Bug-wget] avoiding a large number of HEAD reqs when resuming

2015-04-30 Thread Tim Rühsen
Am Donnerstag, 30. April 2015, 12:04:18 schrieb User Goblin: The situation: I'm trying to resume a large recursive download of a site with many files (-r -l 10 -c) The problem: When resuming, wget issues a large number of HEAD requests for each file that it already downloaded. This triggers

Re: [Bug-wget] [PATCH 2/2] openssl: Read cert from private key file if only private key file is given

2015-04-27 Thread Tim Rühsen
Thanks Rohit ! I pushed your patches with a slighty amended commit message. Regards, Tim Am Freitag, 24. April 2015, 15:48:30 schrieb Rohit Mathulla: * src/openssl.c (ssl_init): Assign opt.cert_{file, type} from opt.private_key(_type) --- While making the previous double free patch, I saw

Re: [Bug-wget] gethttp cleanup

2015-04-19 Thread Tim Rühsen
Am Donnerstag, 9. April 2015, 23:41:22 schrieb Hubert Tarasiuk: W dniu 01.04.2015 o 17:01, Giuseppe Scrivano pisze: Hubert Tarasiuk hubert.taras...@gmail.com writes: When these two issues are dealt with, a common cleanup code for `gethttp` will be easily possible for variables: - req -

Re: [Bug-wget] WGET 1.15

2015-04-12 Thread Tim Rühsen
Am Sonntag, 12. April 2015, 07:15:49 schrieb Bernard Veasey: Hi Tim Now I've got WGET 1.15.1 working on RISC OS fetching a file, I have come across another problem. When WGET is called, even if it's only WGET --help it stops Mplayer playing Internet Radio. If I revert to an older version

Re: [Bug-wget] Memory leak in idn_encode; Valgrind suppression file

2015-04-11 Thread Tim Rühsen
Am Donnerstag, 9. April 2015, 23:14:22 schrieb Hubert Tarasiuk: W dniu 08.04.2015 o 22:21, Tim Rühsen pisze: Could you use $srcdir instead Cwd ? I didn't test it, but it could fail when using DISTCHECK_CONFIGURE_FLAGS=VALGRIND_TESTS=1 make distcheck. It least we should use the same path

Re: [Bug-wget] Memory leak in idn_encode; Valgrind suppression file

2015-04-10 Thread Tim Rühsen
Am Mittwoch, 8. April 2015, 21:09:28 schrieb Ángel González: On 08/04/15 19:08, Hubert Tarasiuk wrote: W dniu 07.04.2015 o 00:11, Ángel González pisze: On 06/04/15 22:15, Hubert Tarasiuk wrote: We should probably also fix this comment: /* sXXXav : free new when needed ! */

Re: [Bug-wget] Memory leak in idn_encode; Valgrind suppression file

2015-04-07 Thread Tim Rühsen
Am Montag, 6. April 2015, 22:26:27 schrieb Tim Rühsen: Hi Hubert, Am Montag, 6. April 2015, 12:57:18 schrieb Hubert Tarasiuk: Hello devs, Also, IMHO it is worth to add a suppression file for valgrind tests in wget. Otherwise, the tests do not pass. (Apart from the bug mentioned

Re: [Bug-wget] Memory leak in idn_encode; Valgrind suppression file

2015-04-06 Thread Tim Rühsen
Hi Hubert, Am Montag, 6. April 2015, 12:57:18 schrieb Hubert Tarasiuk: Hello devs, Also, IMHO it is worth to add a suppression file for valgrind tests in wget. Otherwise, the tests do not pass. (Apart from the bug mentioned above, there is a Valgrind's false positive at `idna_to_ascii_4z`

Re: [Bug-wget] Redirect containing %2B behaves differently depending on locale

2015-04-03 Thread Tim Rühsen
Hi Ander, Am Freitag, 3. April 2015, 12:26:09 schrieb Ander Juaristi: On 03/13/2015 11:48 PM, Adam Sampson wrote: Hi, I've just found a case where wget 1.16.3 responds to a 302 redirect differently depending on whether it's in an ASCII or UTF-8 locale. This works:

Re: [Bug-wget] Incorrect handling of Cyrillic characters in http request - any workaround?

2015-03-31 Thread Tim Rühsen
Hi Steven, Am Dienstag, 31. März 2015, 18:11:58 schrieb Stephen Wells: Dear all - I am currently trying to use wget to obtain mp3 files from the Google Translate TTS system. In principle this can be done using: wget -U Mozilla -O ${string}.mp3

Re: [Bug-wget] [Student] Hi

2015-03-21 Thread Tim Rühsen
Am Mittwoch, 18. März 2015, 04:31:11 schrieb Gowtham Ashok: Hello, Hi Gowtham, nice to see you being interested in Wget development. I'm Gowtham Ashok, a senior undergraduate from Madras Institute of Technology, India. I'm a KDE contributor and have mentored Google Code-in 2014 for them.

[Bug-wget] [PATCH] two Coverity bugs fixed

2015-03-16 Thread Tim Rühsen
I would like to push these two patches tomorrow if nobody complains. Tim From e49a93abda978c42771b7055d6a3134cf052952a Mon Sep 17 00:00:00 2001 From: Tim Ruehsen tim.rueh...@gmx.de Date: Mon, 16 Mar 2015 21:12:22 +0100 Subject: [PATCH 1/2] src/ftp.c: make sure warc_tmp becomes closed before

Re: [Bug-wget] [PATCH] Added wget http test for 503 Service unavailable

2015-03-14 Thread Tim Rühsen
Hi Satyam, good work, thanks for your coitribution ! Just two little things are missing for a complete patch: - please add the test to testenv/Makefile.am (so it is executed with 'make check') - please chmod a+x testenv/Test-503.py (so one can execute the test stand- alone if needed) And a

Re: [Bug-wget] --connect-timeout doesn't work on Windows

2015-03-14 Thread Tim Rühsen
Am Samstag, 14. März 2015, 14:27:14 schrieb Jernej Simončič: It appears that --connect-timeout doesn't work on recent versions of wget when running on Windows (compiled with mingw). I have confirmed this with my own builds of wget (available at https://eternallybored.org/misc/wget/, both

Re: [Bug-wget] wget-1.16.1.46-3d8e7 missing hint in the tarball

2015-02-18 Thread Tim Rühsen
Hi Darshit, Am Mittwoch, 18. Februar 2015, 22:39:18 schrieb Darshit Shah: Readme.checkout is a file that is only available in the git repository. I guess this is a side effect of having gitlog-to-changelog generate out changelogs. A reference to this file has crept into the tarball.

Re: [Bug-wget] [bug #44090] The function strcasestr is strictly non-standard and non-portable thus wget is broken

2015-02-10 Thread Tim Rühsen
Hi Dennis, I put this discussion onto the wget mailing list. There is Dagobert Michelsen, a Solaris expert. He drives a Solaris build farm. I git-cloned wget on that farm and built it from scratch without problems. (I did not try the official tarball.) Of course I don't know in detail how the

Re: [Bug-wget] [PATCH] Fix for #43785

2015-02-07 Thread Tim Rühsen
Am Samstag, 7. Februar 2015, 10:14:33 schrieb Giuseppe Scrivano: Tim Ruehsen tim.rueh...@gmx.de writes: Fix #43785 for another Solaris issue. I would like to see this in the next bugfix release. Do you agree ? Tim From 518ed8d07c0a6e441e0a919ba1967d89e0061898 Mon Sep 17

Re: [Bug-wget] Use of 'ssl_st'

2015-02-05 Thread Tim Rühsen
Am Donnerstag, 5. Februar 2015, 23:56:43 schrieb Darshit Shah: Hi Tim, I'm getting a page does not exist for the link you provided. Can you please check it? I just checked with Iceweasel/Firefox, Konqueror and Chromium. It works in all cases. Could you try it again ? But I can copy the

Re: [Bug-wget] Avoid filename indexes

2015-01-31 Thread Tim Rühsen
Am Samstag, 31. Januar 2015, 17:58:54 schrieb Alexander Kurakin: Good day! Suppose I use --recursive mode. Suppose there are 'www.example.com/about' and 'www.example.com/about/more' pages. Then I have 'about.1.html' and 'about/more.html' files. Can I avoid '.1' suffix by wget options?

Re: [Bug-wget] [PATCH] Force --show-progress to print progress bar to stderr

2015-01-20 Thread Tim Rühsen
Am Dienstag, 20. Januar 2015, 22:36:12 schrieb Darshit Shah: So, I tried pushing the changes, but I'm unable to do so. git push gives me the following error: Counting objects: 11, done. Delta compression using up to 4 threads. Compressing objects: 100% (11/11), done. Writing objects: 100%

Re: [Bug-wget] wget doesn't handle 5-digit port numbers in EPSV reponses

2015-01-04 Thread Tim Rühsen
Am Sonntag, 4. Januar 2015, 16:19:01 schrieb Adam Sampson: Dear wget authors, When using wget --passive-ftp against IPv6 FTP servers, I occasionally get the following error: == EPSV Cannot parse PASV response. I finally found an FTP server that consistently had this problem

Re: [Bug-wget] wget doesn't handle 5-digit port numbers in EPSV reponses

2015-01-04 Thread Tim Rühsen
Am Sonntag, 4. Januar 2015, 18:57:23 schrieb Tim Rühsen: Am Sonntag, 4. Januar 2015, 16:19:01 schrieb Adam Sampson: Dear wget authors, When using wget --passive-ftp against IPv6 FTP servers, I occasionally get the following error: == EPSV Cannot parse PASV response

Re: [Bug-wget] wget doesn't handle 5-digit port numbers in EPSV reponses

2015-01-04 Thread Tim Rühsen
Am Sonntag, 4. Januar 2015, 18:39:05 schrieb Adam Sampson: On Sun, Jan 04, 2015 at 07:06:05PM +0100, Tim Rühsen wrote: But since i never becomes 5, the checks does not make sense and we should remove that check. Or change it to what is was meant to be (e.g. i==5 c_isdigit(*s)), I guess

Re: [Bug-wget] wget 1.16.1 on Cygwin mangles %2B in redirects

2015-01-03 Thread Tim Rühsen
A short test here on Linux can reproduce it: LC_ALL=C ../src/wget -d --restrict-file-names=windows http://www.example.com/bla?Signature=xxx%2Bxxx; ... URI encoding = 'ANSI_X3.4-1968' converted 'http://www.example.com/bla?Signature=xxx%2Bxxx' (ANSI_X3.4-1968) -

Re: [Bug-wget] IDN and IRI tests fail on MS-Windows with wget 1.16.1

2014-12-27 Thread Tim Rühsen
Am Samstag, 27. Dezember 2014, 10:39:25 schrieb Eli Zaretskii: From: Tim Rühsen tim.rueh...@gmx.de Date: Thu, 25 Dec 2014 15:43:27 +0100 FAIL: Test-idn-headers.px FAIL: Test-idn-meta.px These use EUC_JP encoded file name, but do not state --local-encoding

Re: [Bug-wget] IDN and IRI tests fail on MS-Windows with wget 1.16.1

2014-12-27 Thread Tim Rühsen
Am Samstag, 27. Dezember 2014, 13:57:21 schrieb Tim Rühsen: Am Samstag, 27. Dezember 2014, 10:39:25 schrieb Eli Zaretskii: From: Tim Rühsen tim.rueh...@gmx.de Date: Thu, 25 Dec 2014 15:43:27 +0100 FAIL: Test-idn-headers.px FAIL: Test-idn-meta.px

Re: [Bug-wget] Need wget feature defending against evil ISP's HPPT 302 HIJACK

2014-12-25 Thread Tim Rühsen
Am Mittwoch, 24. Dezember 2014, 08:48:46 schrieb Dawei Tong: Hell wget developers:I live in China and has an China TieTong Telecommunications DSL connetion .This ISP 's servers continous sending http 302 redirect with junk/AD link that corrupt my downloading files. I found this by

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.

2014-12-25 Thread Tim Rühsen
Am Donnerstag, 18. Dezember 2014, 16:06:01 schrieb Jochen Roderburg: Hi Tim, Am 16.12.2014 um 14:00 schrieb Tim Ruehsen: That is not so easy, since when having --with-libssl-prefix=/usr/local/ssl, you can't just OPENSSL_CFLAGS=$with_libssl_prefix/include

Re: [Bug-wget] IDN and IRI tests fail on MS-Windows with wget 1.16.1

2014-12-25 Thread Tim Rühsen
Am Samstag, 20. Dezember 2014, 10:28:53 schrieb Eli Zaretskii: I've looked into the failing tests. Here's the list of failed tests and my conclusions from looking at the logs and the test scripts: FAIL: Test-idn-headers.px FAIL: Test-idn-meta.px These use EUC_JP encoded file

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-21 Thread Tim Rühsen
Am Sonntag, 21. Dezember 2014, 05:43:09 schrieb Eli Zaretskii: From: Tim Rühsen tim.rueh...@gmx.de Date: Sat, 20 Dec 2014 22:16:16 +0100 # FTP Server has to start with english locale due to use of strftime month names in LIST command

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-21 Thread Tim Rühsen
Am Sonntag, 21. Dezember 2014, 18:30:28 schrieb Eli Zaretskii: From: Tim Rühsen tim.rueh...@gmx.de Date: Sun, 21 Dec 2014 13:13:50 +0100 The .listing file can't be parsed correctly when the month names are incorrect. I see. But then this is not the problem in my case

Re: [Bug-wget] Building and testing wget 1.16.1 on MinGW

2014-12-20 Thread Tim Rühsen
Am Samstag, 20. Dezember 2014, 10:37:30 schrieb Eli Zaretskii: From: Tim Ruehsen tim.rueh...@gmx.de Date: Fri, 19 Dec 2014 12:53:13 +0100 4. make check fails to link test programs, such as unit-tests.exe, because it doesn't link against libintl. Again, not sure how best

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-20 Thread Tim Rühsen
Am Freitag, 19. Dezember 2014, 18:18:31 schrieb Eli Zaretskii: I've built wget 1.16.1 on GNU/Linux as well, and compared the test results to try and figure out why some tests fail on Windows. When I run Test-ftp-bad-list.px on GNU/Linux, I see this output: Running test

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-20 Thread Tim Rühsen
Am Samstag, 20. Dezember 2014, 22:06:01 schrieb Eli Zaretskii: From: Tim Rühsen tim.rueh...@gmx.de Date: Sat, 20 Dec 2014 18:18:20 +0100 But on Windows the same test yields this: Running test Test-ftp-bad-list Calling /d/gnu/wget-1.16.1/tests/../src/wget -nH -Nc -r

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.

2014-12-14 Thread Tim Rühsen
Am Sonntag, 14. Dezember 2014, 18:12:05 schrieb Jochen Roderburg: OK, that worked, thanks; indeed, all I had to do was 'PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure blah blah'. Easy enough. (That's the default location for a built-from-source openssl; is openssl not

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.

2014-12-13 Thread Tim Rühsen
Am Freitag, 12. Dezember 2014, 22:16:38 schrieb Darshit Shah: On Fri, Dec 12, 2014 at 9:45 PM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Thursday 11 December 2014 11:51:27 Charles Diza wrote: On Thu, Dec 11, 2014 at 4:39 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Wednesday 10 December

Re: [Bug-wget] [PATCH] Script to check Wget status (for developers)

2014-12-05 Thread Tim Rühsen
Am Freitag, 5. Dezember 2014, 18:06:15 schrieb Giuseppe Scrivano: Tim Ruehsen tim.rueh...@gmx.de writes: +for CC in gcc clang-3.6; do could we replace clang-3.6 with just clang? ;-) Yes On my office machine I do not have a 'clang' command, instead just clang-3.5 and clang-3.6 (but as I

Re: [Bug-wget] [PATCH] OpenSSL TLSv1+ regression in wget-1.16

2014-12-03 Thread Tim Rühsen
Am Mittwoch, 3. Dezember 2014, 12:36:33 schrieb Jérémie Courrèges-Anglas: Hi, Giuseppe Scrivano gscriv...@gnu.org writes: [...] we should also hide --rand-egd from wget --help and do not accept this option when HAVE_RAND_EGD is not set. I thought about that and took the lazy

Re: [Bug-wget] [PATCH] Fixing C89 warnings

2014-12-03 Thread Tim Rühsen
Thanks, Gisle. It is pushed. That's really good news to me. But there are still lots more C99 errors. Espesially in main.c. Feel free to send patches. Sadly, I can't work with -Werror (but use -std=c89 -pedantic -Wall -Wextra + more). And I also might oversee warnings because the

Re: [Bug-wget] [PATCH] Fix #41235

2014-12-01 Thread Tim Rühsen
Am Montag, 1. Dezember 2014, 18:38:07 schrieb Giuseppe Scrivano: Tim Ruehsen tim.rueh...@gmx.de writes: Fix some issues found by 'parfait' static analysis scanner. Even if these are not 'real' bugs, the changes look like good programming. Please review. Tim From

[Bug-wget] [PATCH] Replaced-xfree_null-by-xfree-and-nullify-argument-aftfer-freeing

2014-11-29 Thread Tim Rühsen
This patch removes xfree_null() and replaces it by xfree(). xfree() automatically nullifies the argument after freeing to reduce dangling pointer problems like double frees. I also cleaned up code like if (p) xfree (p); and xfree(p); p = NULL; Both cases reduce

Re: [Bug-wget] How to prevent .1.html numbering of downloaded file?

2014-11-28 Thread Tim Rühsen
Am Freitag, 28. November 2014, 16:38:43 schrieb B Wooster: OK some more info after some debugging. Looks like the problem is in the unique_name function. At that point, it does not know about adjust-extensions, so it always checks for name without the extension. And depending on how things

Re: [Bug-wget] Check for flex before compiling

2014-11-23 Thread Tim Rühsen
Am Sonntag, 23. November 2014, 16:46:07 schrieb Darshit Shah: I've often seen people asking for help compiling Wget because a file, css.c cannot be found. This occurs because Flex is required to generate that file. However, configure does not attempt to check if flex is installed on the

Re: [Bug-wget] Disable assertions by default

2014-11-22 Thread Tim Rühsen
Am Samstag, 22. November 2014, 09:55:23 schrieb Darshit Shah: On 11/21, Tim Rühsen wrote: Let's get this patch through first and others to handle the old assertions can flow in over the next week. Yes, looks good to me. Go push it. More comments below. Tim On Friday 21 November

Re: [Bug-wget] [PATCH] Change testenv/Test-auth-both.py from XFAIL to a normal test

2014-11-22 Thread Tim Rühsen
Am Freitag, 21. November 2014, 21:13:45 schrieb Darshit Shah: Thanking You, Darshit Shah Sent from mobile device. Please excuse my brevity On 21-Nov-2014 8:45 pm, Tim Ruehsen tim.rueh...@gmx.de wrote: I had two issues with the above mentioned test. 1. XFAIL is not common to people -

Re: [Bug-wget] Fix various compiler warnings

2014-11-22 Thread Tim Rühsen
Am Samstag, 22. November 2014, 14:52:14 schrieb Darshit Shah: This is a new set pf patches to eliminate some more compiler warnings. [PATCH 1/8] Mark unused paramter in utils.c [PATCH 2/8] Add extern declaration for version.c strings [PATCH 3/8] Fix missing extern declaration error for

Re: [Bug-wget] [PATCH] Change testenv/Test-auth-both.py from XFAIL to a normal test

2014-11-22 Thread Tim Rühsen
Am Samstag, 22. November 2014, 16:24:18 schrieb Darshit Shah: Another reason why I never got around to implementing this feature is that it is required by almost no one. The issue at hand is that when a Server responds with two possible authentication methods, the client is expected to choose

Re: [Bug-wget] [PATCH] Change testenv/Test-auth-both.py from XFAIL to a normal test

2014-11-22 Thread Tim Rühsen
Am Samstag, 22. November 2014, 18:56:43 schrieb Tim Rühsen: But the HTTP test server offers both (Digest,Basic) within a single WWW- Authenticate line. The ABNF in RFC2616 does not allow this: Sorry, I meant RFC2617. And found in RFC2616 4.2 Multiple message-header fields with the same

Re: [Bug-wget] [PATCH] Change testenv/Test-auth-both.py from XFAIL to a normal test

2014-11-22 Thread Tim Rühsen
Am Samstag, 22. November 2014, 23:53:58 schrieb Darshit Shah: Multiple challenges in a single header are allowed. I had to hack a workaround in the Test suite explicitly to support this behaviour. I quote RFC 2616, sec. 14.47 The WWW-Authenticate response-header field MUST be included in

Re: [Bug-wget] [PATCH] Let Wget select strongest auth challenge

2014-11-22 Thread Tim Rühsen
Am Samstag, 22. November 2014, 16:24:18 schrieb Darshit Shah: Another reason why I never got around to implementing this feature is that it is required by almost no one. The issue at hand is that when a Server responds with two possible authentication methods, the client is expected to choose

Re: [Bug-wget] Remove most warnings for missing extern

2014-11-21 Thread Tim Rühsen
Darshit Shah: On 11/21, Tim Rühsen wrote: On Friday 21 November 2014 19:58:46 Darshit Shah wrote: On 11/21, Tim Rühsen wrote: On Friday 21 November 2014 17:13:22 Darshit Shah wrote: Clang provides some warnings for missing extern declarations for non-static variables. The following two

Re: [Bug-wget] wcat?

2014-11-20 Thread Tim Rühsen
Am Donnerstag, 20. November 2014, 17:22:24 schrieb Dagobert Michelsen: Hi, Am 20.11.2014 um 08:55 schrieb Ángel González keis...@gmail.com: On 20/11/14 07:34, Darshit Shah wrote: And talking about legalities, I'm hoping you already have signed the assignment papers because otherwise

Re: [Bug-wget] *BROKEN* Configure cleanup

2014-11-20 Thread Tim Rühsen
Am Donnerstag, 20. November 2014, 15:42:22 schrieb Tim Ruehsen: On Thursday 20 November 2014 15:36:57 Darshit Shah wrote: On 11/20, Darshit Shah wrote: How does this look for another attempt at the configure file? Here's another patch that uses pkg-config to check for libpsl Also,

Re: [Bug-wget] [PATCH] Fixing C89 warnings

2014-11-20 Thread Tim Rühsen
Am Donnerstag, 20. November 2014, 15:56:00 schrieb Gisle Vanem: Tim Ruehsen wrote: [1]: #else # define count_cols(mbs) ((int)(strlen(mbs))) # define cols_to_bytes(mbs, cols, *ncols) do { \ *ncols = cols; \ bytes = cols;

Re: [Bug-wget] [PATCH] Fixing C89 warnings

2014-11-19 Thread Tim Rühsen
Am Mittwoch, 19. November 2014, 22:07:28 schrieb Darshit Shah: On 11/18, Tim Rühsen wrote: This patch fixes most C89 warnings for me (-std=c89 -pedantic) since these may prevent from compiling with MSVC. There are still some warnings ISO C forbids conversion of function pointer to object

Re: [Bug-wget] [PATCH] Fix possible issues running in a turkish locale

2014-11-19 Thread Tim Rühsen
Am Mittwoch, 19. November 2014, 22:21:12 schrieb Darshit Shah: On 11/18, Tim Rühsen wrote: I amended three tests to fail when run with turkish locale. I fixed these issues (using c_strcasecmp/c_strncasecmp) and also replaced strcasecmp/strncasecmp by c_strcasecmp/c_strncasecmp at places where

<    2   3   4   5   6   7   8   9   >