Re: Win ssl bug

2001-12-03 Thread Matt Pease
somebody please get me off this list! emailing [EMAIL PROTECTED] does not work Thanks - Matt - Original Message - From: "Herold Heiko" <[EMAIL PROTECTED]> To: "List wget-bug (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 11:36 AM Subject: RE: Win ssl bug > Sorry, I f

patch for hanging on connect

2001-12-03 Thread rick herbel
I have a problem where my wget hangs on the connect call. found with an strace.Someone submitted a patch in 1999 for this problem so I was wondering if we can get the patch in the source? here is the patch I made for the current release Not clean some unsed variables; but I was cutting and p

Re: Wget 1.8-beta3 now available

2001-12-03 Thread Stefan Bender
You can add (not using ssl) Irix64 6.5.12m SunOS 5.8 ... but at home I get gen-md5.c:31: md5.h: No such file or directory when I try to compile the newer cvs versions. (debian/potato, openssl installed in /usr/local) On Mon, 3 Dec 2001 22:47:32 +0100 Andre Majorel <[EMAIL PROTECTED]> wrote:

Re: Wget 1.8-beta3 now available

2001-12-03 Thread Andre Majorel
On 2001-12-03 21:55 +0100, Hrvoje Niksic wrote: > Bugfixes since 1.8-beta2. Please test it from clean compilation on > Unix (Windows and MacOS are known not to compile without modifications > when SSL is used.) > > Get it from: > > ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.betas/wget-1.8

Wget 1.8-beta3 now available

2001-12-03 Thread Hrvoje Niksic
Bugfixes since 1.8-beta2. Please test it from clean compilation on Unix (Windows and MacOS are known not to compile without modifications when SSL is used.) Get it from: ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.betas/wget-1.8-beta3.tar.gz (The `.betas' directory is intentionally unread

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Hrvoje Niksic
Andre Majorel <[EMAIL PROTECTED]> writes: > The work you did on the list of already downloaded URLs seems to > have been efficient ; Wget's long standing tendency to "forget" > files in recursive downloads appears to be gone. Good to hear. That is another reason I'm pushing for a release of 1.8

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Hrvoje Niksic
"Maciej W. Rozycki" <[EMAIL PROTECTED]> writes: > On Mon, 3 Dec 2001, Hrvoje Niksic wrote: > >> > and use AC_CHECK_DECLS(h_errno,,,[#include ]) somewhere in >> > configure.in. >> >> My version of Autoconf does not have an "AC_CHECK_DECLS" macro. > > Hmm, how about considering autoconf 2.52?

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Andre Majorel
On 2001-12-03 19:16 +0100, Hrvoje Niksic wrote: > > I find describing HP-UX 10 as a modern OS mildly amusing. :-) > > How old is it? I used to work on HPUX 9, and I'm not old by most > definitions of the word. Around 1995. > > I completely disagree with your perception that snprintf() is to b

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Maciej W. Rozycki
On Mon, 3 Dec 2001, Hrvoje Niksic wrote: > > and use AC_CHECK_DECLS(h_errno,,,[#include ]) somewhere in > > configure.in. > > My version of Autoconf does not have an "AC_CHECK_DECLS" macro. Hmm, how about considering autoconf 2.52? It is said to be less broken than 2.13 and indeed it seems s

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Hrvoje Niksic
"Maciej W. Rozycki" <[EMAIL PROTECTED]> writes: > Better yet: > > #if !HAVE_DECL_H_ERRNO > extern int h_errno; > #endif > > and use AC_CHECK_DECLS(h_errno,,,[#include ]) somewhere in > configure.in. My version of Autoconf does not have an "AC_CHECK_DECLS" macro.

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Andre Majorel
On 2001-12-01 23:30 +0100, Hrvoje Niksic wrote: > Here is the next 1.8 beta. Please test it if you can -- try compiling > it on your granma's Ultrix box, run it on your niece's flashy web > site, see if cookies work, etc. > > Get it from: > > ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.bet

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Hrvoje Niksic
Andre Majorel <[EMAIL PROTECTED]> writes: >> And weird ones, too. These arguments are of type "pointer to >> fd_set". What would HPUX like to see there? > > HP-UX 10 wants (int *). However it defines fd_set as > > struct > { > long[]; > } > > so it works anyway. > > HP-UX 10 is wro

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Andre Majorel
On 2001-12-03 18:30 +0100, Hrvoje Niksic wrote: > Andre Majorel <[EMAIL PROTECTED]> writes: > > > gcc -I. -I.-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" >-DLOCALEDIR=\"/usr/local/share/locale\" -O2 -Wall -Wno-implicit -c connect.c > > connect.c: In function `test_socket

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Hrvoje Niksic
Andre Majorel <[EMAIL PROTECTED]> writes: > gcc -I. -I.-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" >-DLOCALEDIR=\"/usr/local/share/locale\" -O2 -Wall -Wno-implicit -c connect.c > connect.c: In function `test_socket_open': > connect.c:190: warning: passing arg 2 of `

RE: Win ssl bug

2001-12-03 Thread Herold Heiko
Sorry, I forgot. Changelog: * windows\Makefile.src: add gen_sslfunc.c * windows\Makefile.src.bor: ditto. Heiko -- -- PREVINET S.p.A.[EMAIL PROTECTED] -- Via Ferretto, 1ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY

RE: Win ssl bug

2001-12-03 Thread Herold Heiko
In other words, something basic like --- wget\src\gen_sslfunc.c Fri Nov 30 09:18:19 2001 +++ wget.wip\src\gen_sslfunc.c Mon Dec 3 16:05:37 2001 @@ -70,6 +70,7 @@ RAND_seed((unsigned char *)&t, sizeof(time_t)); /* Initialize system's random number generator */ RAND_byte

Re: Make -p work with framed pages.

2001-12-03 Thread Hrvoje Niksic
"Ian Abbott" <[EMAIL PROTECTED]> writes: > On 1 Dec 2001 at 4:04, Hrvoje Niksic wrote: > >> As a TODO entry summed up: >> >> * -p should probably go "_two_ more hops" on pages. > > More generally, I think it probably needs to be made to work for > nested framesets too. Maybe. You can make i

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Maciej W. Rozycki
On Mon, 3 Dec 2001, Andre Majorel wrote: > Problem #2 : > > gcc -I. -I.-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" >-DLOCALEDIR=\"/usr/local/share/locale\" -O2 -Wall -Wno-implicit -c host.c > host.c: In function `lookup_host': > host.c:258: `h_errno' undeclared (

Re: Wget 1.8-beta2 now available

2001-12-03 Thread Andre Majorel
On 2001-12-01 23:30 +0100, Hrvoje Niksic wrote: > Here is the next 1.8 beta. Please test it if you can -- try compiling > it on your granma's Ultrix box, run it on your niece's flashy web > site, see if cookies work, etc. > > Get it from: > > ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.bet

Re: Win ssl bug

2001-12-03 Thread Daniel Stenberg
On Mon, 3 Dec 2001, Herold Heiko wrote: > However it still won' work due to mising > > gen_sslfunc.obj : error LNK2001: unresolved external symbol _lrand48 > gen_sslfunc.obj : error LNK2001: unresolved external symbol _srand48 > > In fact looking through the VC++ documentation there doesn't seem

Win ssl bug

2001-12-03 Thread Herold Heiko
The current CVS 1.8 needs this in order to compile with ssl: diff -urbB wget/windows/Makefile.src wget.wip/windows/Makefile.src --- wget/windows/Makefile.src Thu Nov 29 14:30:24 2001 +++ wget.wip/windows/Makefile.src Mon Dec 3 13:39:58 2001 @@ -55,12 +55,12 @@ SRC = cmpt.c safe-ctype.c c

Re: Wget 1.8-beta1 now available

2001-12-03 Thread csaba . raduly
On 01/12/2001 19:44:44 John Poltorak wrote: >On Sat, Dec 01, 2001 at 04:30:47PM +0100, Hrvoje Niksic wrote: >> John Poltorak <[EMAIL PROTECTED]> writes: >> >> > Is it possible to include OBJEXT in Makefile.in to make this more >> > cross-platform? >> >> I suppose so. I mean, o is already define

Re: Make -p work with framed pages.

2001-12-03 Thread Ian Abbott
On 1 Dec 2001 at 4:04, Hrvoje Niksic wrote: > As a TODO entry summed up: > > * -p should probably go "_two_ more hops" on pages. More generally, I think it probably needs to be made to work for nested framesets too.