Re: Any speculation as to when GA(generally available stable for pu blic consumption) version of wget v 1.7 w/SSL will be released...

2001-06-02 Thread Hrvoje Niksic

Dominic Caffey [EMAIL PROTECTED] writes:

 Any speculation as to when GA(generally available  stable for public
 consumption) version of wget v 1.7 w/SSL will be released.

I plan to do it during this weekend.



Re: Wget 1.7-pre1 available for testing

2001-06-02 Thread Hrvoje Niksic

Andre Majorel [EMAIL PROTECTED] writes:

 Tried it on NCR MP-RAS 3.0 :

Thanks for testing it.

 - The CC -cX problem in wget 1.6 is fixed. Good. :-)

You mean -Xc?  I decided that strict ANSI mode is the wrong thing
to look for.  Among other things, it turns off useful extensions such
as `long long'.  It also often causes problems with the system header
files which are not stress-tested for -Xc-compliance.

 - The empty LIBS problem remains (add -lsocket -lnsl).

Do you have a config.log for this?  Wget's configure tries hard to
determine whether `-lsocket' and `-lnsl' are needed, and this seems to
work on Solaris.  Can you see why it fails on your machine?

 - utils.c doesn't compile because MAP_FAILED is not defined in
   the system headers, so :

Ick.  I guess we add this to `sysdep.h':

#ifndef MAP_FAILED
# define MAP_FAILED ((void *) -1)
#endif

Then the application code could use MAP_FAILED normally, without
getting cluttered with ifdefs.



Request For Information

2001-06-02 Thread josh . winters


Hello,

Could you please direct this request to the proper party. We would like to get your 
latest press or media kit.

Please send to:

WebStream Internet Solutions
Purchasing Department
2200 W.Commercial Blvd. Suite 204
Ft. Lauderdale, FL 33309 USA

Thank you very much.

Josh Winters
[EMAIL PROTECTED]
http://webstream.net




wget/src/ftp-ls.c: tiny typo

2001-06-02 Thread Karl Eichwalder

2001-06-03  Karl Eichwalder  [EMAIL PROTECTED]

* ftp-ls.c (ftp_parse_ls): Fix typo.

--- wget/src/ftp-ls.c.~1.18.~   Sun Jun  3 07:32:03 2001
+++ wget/src/ftp-ls.c   Sun Jun  3 07:33:39 2001
@@ -785,7 +785,7 @@
   return ftp_parse_unix_ls (file, TRUE);
 default:
   logprintf (LOG_NOTQUIET, _(\
-Usupported listing type, trying Unix listing parser.\n));
+Unsupported listing type, trying Unix listing parser.\n));
   return ftp_parse_unix_ls (file, FALSE);
 }
 }

Diff finished at Sun Jun  3 07:34:43

-- 
work : [EMAIL PROTECTED]  |   ,__o
 : http://www.suse.de/~ke/ | _-\_,
home : [EMAIL PROTECTED] |(*)/'(*)