Add SUIDMAIL as was done for the CERT alert.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 14 Aug 2000 20:52:16 +0000 (20:52 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 14 Aug 2000 20:52:16 +0000 (20:52 +0000)
p4raw-id: //depot/perl@6625

patchlevel.h

index f95db63..645620d 100644 (file)
@@ -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
 };