Re: StrawberryPerl and the OpenSSL "heartbleed" bug
[email protected] Wed, 16 Apr 2014 18:37:54 -0400
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <1F4B6209-EE25-4156-A053-586DBC947224> |
Folks, I just ftped to the link below and found pari.2.7.0.tar.gz. Isn't that what we're looking for or am I missing something? Sent from my iPad > On Apr 16, 2014, at 4:50 PM, "Jan Dubois" <[email protected]> wrote: > > On Wed, Apr 16, 2014 at 1:46 PM, kmx <[email protected]> wrote: > > The reason is simple - it does not build anymore as it is not able to find > > required pari source tarball at > > ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ > > Here is a quick-and-dirty patch to work around this (but hard-wires > you to 2.1.7): > > --- a/utils/Math/PariBuild.pm > +++ b/utils/Math/PariBuild.pm > @@ -301,7 +301,7 @@ EOP > } > > $base_url = "ftp://$host$dir"; > - my @extra_chdir = qw(OLD); > + my @extra_chdir = qw(OLD/2.1); > print "Getting GP/PARI from $base_url\n"; > > eval { > > Cheers, > -Jan