diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-09-25 13:13:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-09-25 13:13:56 +0000 |
commit | fc98235e47dbcd05b1910c290cda7deff5718f49 (patch) | |
tree | 92017a1412dc16040971a430c3a81816e7139854 /gnu | |
parent | 1b80133cd1dc229e6516740ff904edd86effcd04 (diff) |
Add CVE-2010-0405 to list of local patches.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/git_version.h | 1 | ||||
-rw-r--r-- | gnu/usr.bin/perl/patchlevel.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/git_version.h b/gnu/usr.bin/perl/git_version.h index 73e89dbecf4..6f62ef9a835 100644 --- a/gnu/usr.bin/perl/git_version.h +++ b/gnu/usr.bin/perl/git_version.h @@ -2,7 +2,6 @@ * WARNING: 'git_version.h' is automatically generated by make_patchnum.pl * DO NOT EDIT DIRECTLY - edit make_patchnum.pl instead ***************************************************************************/ -#define PERL_GIT_UNCOMMITTED_CHANGES #define PERL_PATCHNUM "" #define PERL_GIT_UNPUSHED_COMMITS \ /*leave-this-comment*/ diff --git a/gnu/usr.bin/perl/patchlevel.h b/gnu/usr.bin/perl/patchlevel.h index aa10c962408..373fd972d59 100644 --- a/gnu/usr.bin/perl/patchlevel.h +++ b/gnu/usr.bin/perl/patchlevel.h @@ -127,6 +127,7 @@ hunk. # endif static const char * const local_patches[] = { NULL + ,"CVE-2010-0405" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |