diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2013-06-17 22:28:50 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:55 +0100 |
commit | bac191afc6c67a95f7dff842f3fcf9b34c293371 (patch) | |
tree | 8c7e896e1622119c9e9f126989220ea719166804 /meta/recipes-extended/logrotate/logrotate_3.8.1.bb | |
parent | b8043be91573f85d89c4b62caa308c0efba8addd (diff) | |
download | poky-bac191afc6c67a95f7dff842f3fcf9b34c293371.tar.gz |
logrotate: fix for CVE-2011-1548
If a logfile is a symlink, it may be read when being compressed, being
copied (copy, copytruncate) or mailed. Secure data (eg. password files)
may be exposed.
Portback nofollow.patch from:
http://logrotate.sourcearchive.com/downloads/3.8.1-5/logrotate_3.8.1-5.debian.tar.gz
(From OE-Core rev: d0e3fc1b28fc16200adbe690aa27124041036ba3)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/logrotate/logrotate_3.8.1.bb')
-rw-r--r-- | meta/recipes-extended/logrotate/logrotate_3.8.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.8.1.bb b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb index 5a8156be57..2b6dc93284 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.8.1.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb | |||
@@ -12,6 +12,7 @@ SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.g | |||
12 | file://act-as-mv-when-rotate.patch \ | 12 | file://act-as-mv-when-rotate.patch \ |
13 | file://disable-check-different-filesystems.patch \ | 13 | file://disable-check-different-filesystems.patch \ |
14 | file://update-the-manual.patch \ | 14 | file://update-the-manual.patch \ |
15 | file://logrotate-CVE-2011-1548.patch \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[md5sum] = "bd2e20d8dc644291b08f9215397d28a5" | 18 | SRC_URI[md5sum] = "bd2e20d8dc644291b08f9215397d28a5" |