Re: Using Perl 5.8.8

2010-01-22 Thread Tom Hukins
On Thu, Jan 21, 2010 at 05:29:17PM +, Matthew Seaman wrote: portdowngrade is what you'ld have to use. However, perl-5.8.8 has known security vulnerabilities: http://www.vuxml.org/freebsd/4a99d61c-f23a-11dd-9f55-0030843d3802.html It looks like VuXML might have got that wrong. The

Re: Using Perl 5.8.8

2010-01-22 Thread rihad
jhell wrote: On Thu, 21 Jan 2010 13:02, rihad@ wrote: Matthew Seaman wrote: rihad wrote: Hi, one of the programs I'm using (freeradius' rlm_perl) segfaults with both Perl 5.8.9 and 5.10, only working with 5.8.8. How can I cleanly install Perl 5.8.8 on a fresh system, without mangling the

Re: Using Perl 5.8.8

2010-01-22 Thread Tom Hukins
On Fri, Jan 22, 2010 at 11:54:08AM +, Tom Hukins wrote: On Thu, Jan 21, 2010 at 05:29:17PM +, Matthew Seaman wrote: portdowngrade is what you'ld have to use. However, perl-5.8.8 has known security vulnerabilities:

Re: Using Perl 5.8.8

2010-01-22 Thread Matthew Seaman
rihad wrote: # portdowngrade -s:pserver:anon...@anoncvs.freebsd.org:/home/ncvs lang/perl5.8 portdowngrade 0.6 by Heiner Eichmann Please note, that nothing is changed in the ports tree unless it is explicitly permitted in step 6! Seeking port lang/perl5.8 ... not found # Hmmm --- try it

Re: Using Perl 5.8.8

2010-01-22 Thread rihad
Matthew Seaman wrote: rihad wrote: # portdowngrade -s:pserver:anon...@anoncvs.freebsd.org:/home/ncvs lang/perl5.8 portdowngrade 0.6 by Heiner Eichmann Please note, that nothing is changed in the ports tree unless it is explicitly permitted in step 6! Seeking port lang/perl5.8 ... not found

Using Perl 5.8.8

2010-01-21 Thread rihad
Hi, one of the programs I'm using (freeradius' rlm_perl) segfaults with both Perl 5.8.9 and 5.10, only working with 5.8.8. How can I cleanly install Perl 5.8.8 on a fresh system, without mangling the port Makefile? I've tried putting both USE_PERL=5.8.8 and PERL_VERSION=5.8.8 in

Re: Using Perl 5.8.8

2010-01-21 Thread Matthew Seaman
rihad wrote: Hi, one of the programs I'm using (freeradius' rlm_perl) segfaults with both Perl 5.8.9 and 5.10, only working with 5.8.8. How can I cleanly install Perl 5.8.8 on a fresh system, without mangling the port Makefile? I've tried putting both USE_PERL=5.8.8 and PERL_VERSION=5.8.8 in

Re: Using Perl 5.8.8

2010-01-21 Thread rihad
Matthew Seaman wrote: rihad wrote: Hi, one of the programs I'm using (freeradius' rlm_perl) segfaults with both Perl 5.8.9 and 5.10, only working with 5.8.8. How can I cleanly install Perl 5.8.8 on a fresh system, without mangling the port Makefile? I've tried putting both USE_PERL=5.8.8 and