diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-09-25 20:18:40 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-09-25 20:18:40 +0200 |
commit | 38f3ad640a2ce50cbf934db240afaab2eda2da27 (patch) | |
tree | 7ffed568f4f97428792c23bd0fdffe25257b3d0e /patchlevel.h | |
parent | c196461c4a8e7376d1ce7a1ae675f73861a751cd (diff) | |
download | vyatta-bash-38f3ad640a2ce50cbf934db240afaab2eda2da27.tar.gz vyatta-bash-38f3ad640a2ce50cbf934db240afaab2eda2da27.zip |
CVE-2014-6271: Import patch by Chet Ramey.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 2af2f56..b7bba6a 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -25,6 +25,6 @@ regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh looks for to find the patch level (for the sccs version string). */ -#define PATCHLEVEL 0 +#define PATCHLEVEL 48 #endif /* _PATCHLEVEL_H_ */ |