summaryrefslogtreecommitdiff
path: root/lang/perl5.10/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make this port honour CFLAGS.Mark Murray1998-08-281-0/+11
| | | | | | | Submitted by: axl (Sheldon Hearn) Notes: svn path=/head/; revision=12895
* Update to Perl 5.005_01.Mark Murray1998-08-064-49/+31
| | | | Notes: svn path=/head/; revision=12295
* Patch to make this compile on 2.2.1Mark Murray1997-09-221-0/+10
| | | | Notes: svn path=/head/; revision=8000
* Make suidperl install on 2.1.*Mark Murray1997-06-041-3/+11
| | | | | | | Submitted by: pius@ienet.com Notes: svn path=/head/; revision=6751
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-234-1202/+89
| | | | Notes: svn path=/head/; revision=6541
* This is the Perl5 equivalent of the MNT_NOSUID patch that was put intoOllivier Robert1997-05-131-0/+42
| | | | | | | | | | | | | | | | | | /usr/bin/perl a while ago. It works with 5.003 and 5.004-tobe. I can't test it on freefall (I don't have a setuid script to play with) but it works at home. I'll test on thud later. Every setuid script found on a partition mounted "nosuid" will not be executed and "Permission Denied" will be displayed. It won't be in soo-to-be-released 5.004 because it is not a FreeBSD speciific problem but it will be dealt with in 5.004_01 (maintenance release). Obtained from: Jörg's patch (edited for Perl5 by me). Notes: svn path=/head/; revision=6446
* Correct my idea of what "FreeBSD after 2.2 needs". SuidPerl failed toMark Murray1996-11-131-1/+2
| | | | | | | compile. Notes: svn path=/head/; revision=4450
* Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDMark Murray1996-11-012-31/+43
| | | | | | | | hints file for future releases. This will be submitted to the Perl maintainers. Notes: svn path=/head/; revision=4241
* (By way of Andrew Stesin):Mark Murray1996-07-271-0/+1077
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From: wjm@best.com (William J. Middleton) Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: PATCH: perltrap.pod <- 425traps Date: 1 Jul 1996 14:49:58 GMT Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4r8oim$e5q@nadine.teleport.com> NNTP-Posting-Host: julie.teleport.com [The rush to 5.003 couldn't integrate this, so here it is] The following is a patch for perltrap.pod, from 5.003 (also 5.002). It integrates the latest version of my simple 425traps document. 425traps demonstrated, with examples, all of the traps which have been discovered and sent to me, which have bitten folks making the transition from perl4 to perl5. It also gave an example for each one, including all of the existing perl4 traps in perltrap.pod. As always, if you discover something that isn't documented in one form or another in here, and isn't an official (or at least reported) bug, drop me a line with it. Also, when or if any of these is ever formally declared a bug, I'll take it out. Notes: svn path=/head/; revision=3436
* Use setreuid instead of seteuid for permissions managementGary Palmer1996-06-021-0/+72
Notes: svn path=/head/; revision=3155