octave-maintainers
[Top][All Lists]
Advanced

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

Re: pkg netlist


From: Bob Weigel
Subject: Re: pkg netlist
Date: Wed, 07 Mar 2007 07:58:39 -0500
User-agent: KMail/1.8.2

> Ok.  I'll revise pkglist.m accordingly.  If md5 is not available in Octave,
> I can use a system call.  The only thing left is to add the nofollow option
> to urlwrite.cc.  I have not had a chance to test this, but I think it is
> only a matter of adding the following at line 152 in urlwrite.cc:
>
>     curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1);
>
> Bob

Here is a patch for the above.

2007-03-07  Bob Weigel <address@hidden>

        * urlwrite.cc Allow URL redirects

Attachment: urlwrite.patch
Description: Text Data


reply via email to

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