diff options
author | 2010-09-25 13:13:55 +0000 | |
---|---|---|
committer | 2010-09-25 13:13:55 +0000 | |
commit | c44ae3bca046934525ac32eeba51c467686acde3 (patch) | |
tree | 75295d9678bde83806973ce8debfcc5b23470b00 | |
parent | Update to Compress-Raw-Bzip2 2.031; no actual code changes since (diff) | |
download | wireguard-openbsd-c44ae3bca046934525ac32eeba51c467686acde3.tar.xz wireguard-openbsd-c44ae3bca046934525ac32eeba51c467686acde3.zip |
Add CVE-2010-0405 to list of local patches.
-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 |