From: Jarkko Hietaniemi Date: Mon, 14 Aug 2000 20:52:16 +0000 (+0000) Subject: Add SUIDMAIL as was done for the CERT alert. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21d69035f84773352d4e1cb1382dd46ff8cc8935;p=p5sagit%2Fp5-mst-13.2.git Add SUIDMAIL as was done for the CERT alert. p4raw-id: //depot/perl@6625 --- diff --git a/patchlevel.h b/patchlevel.h index f95db63..645620d 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 };