diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-02 15:58:07 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-02 15:58:07 +0000 |
commit | ca40fd69eb679c21aecb52b101341b981401bcc6 (patch) | |
tree | bbafa9f668e980654a08861fc0d6308d40236b90 /lang/perl5.10/files/patch-patchlevel.h | |
parent | Add Bugtraq ID for evolution issue. (diff) |
Fix vulnerability in suidperl/sperl [CAN-2005-0155].
Fix buffer overflow in perl [CAN-2005-0156].
Bump PORTREVISION.
Upgrade from previous versions/revisions of lang/perl5.8 is recommended.
Submitted by: Nicholas Clark <nick $at$ ccl4 org>
Notes
Notes:
svn path=/head/; revision=127915
Diffstat (limited to 'lang/perl5.10/files/patch-patchlevel.h')
-rw-r--r-- | lang/perl5.10/files/patch-patchlevel.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl5.10/files/patch-patchlevel.h b/lang/perl5.10/files/patch-patchlevel.h new file mode 100644 index 000000000000..c24961cf5dbc --- /dev/null +++ b/lang/perl5.10/files/patch-patchlevel.h @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- patchlevel.h.orig Wed Feb 2 16:45:30 2005 ++++ patchlevel.h Wed Feb 2 16:45:34 2005 +@@ -120,6 +120,8 @@ hunk. + #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) + static char *local_patches[] = { + NULL ++ ,"SUIDPERLIO0 - fix PERLIO_DEBUG local root exploit (CAN-2005-0155)" ++ ,"SUIDPERLIO1 - fix PERLIO_DEBUG buffer overflow (CAN-2005-0156)" + ,NULL + }; + |