diff options
author | 2010-12-06 14:34:15 +0000 | |
---|---|---|
committer | 2010-12-06 14:34:15 +0000 | |
commit | 743b3e5168623dc39935178ac2be27db9c00772c (patch) | |
tree | 061b39b1d46acc511aee331618c83f06675cafe9 /gnu/usr.bin/perl/patchlevel.h | |
parent | this can't work yet (diff) | |
download | wireguard-openbsd-743b3e5168623dc39935178ac2be27db9c00772c.tar.xz wireguard-openbsd-743b3e5168623dc39935178ac2be27db9c00772c.zip |
- update CGI to 3.50, which includes a fix for SA42443,
"multipart_init()" HTTP Header Injection Vulnerability.
- add a mention in patchlevel.h (reminded by millert@)
ok millert@
Diffstat (limited to 'gnu/usr.bin/perl/patchlevel.h')
-rw-r--r-- | gnu/usr.bin/perl/patchlevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/patchlevel.h b/gnu/usr.bin/perl/patchlevel.h index 373fd972d59..2d0673957bd 100644 --- a/gnu/usr.bin/perl/patchlevel.h +++ b/gnu/usr.bin/perl/patchlevel.h @@ -128,6 +128,7 @@ hunk. static const char * const local_patches[] = { NULL ,"CVE-2010-0405" + ,"Updated CGI to 3.50" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |