summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-14 20:52:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-14 20:52:16 +0000
commit21d69035f84773352d4e1cb1382dd46ff8cc8935 (patch)
tree808eb0d7a127702f6134fac9d861a4318b2429f9 /patchlevel.h
parent25259385426119fb5acf8b2dd97ac8cc49d2e21f (diff)
downloadperl-21d69035f84773352d4e1cb1382dd46ff8cc8935.tar.gz
Add SUIDMAIL as was done for the CERT alert.
p4raw-id: //depot/perl@6625
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index f95db63f63..645620d799 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -69,7 +69,8 @@
*/
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char *local_patches[] = {
- NULL
+ NULL
+ ,"SUIDMAIL - fixes for suidperl security"
,NULL
};