summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate/logrotate_3.8.1.bb
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2013-06-17 22:28:50 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-09 10:53:55 +0100
commit6dc7ac5431f698f5363efe7437723ce146d39640 (patch)
tree1414965b2025c5c917e36b7277d3da9e5965a786 /meta/recipes-extended/logrotate/logrotate_3.8.1.bb
parent2ef0e6a35f85ee7be0e78265d0e601622598f865 (diff)
downloadpoky-6dc7ac5431f698f5363efe7437723ce146d39640.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 master rev: d0e3fc1b28fc16200adbe690aa27124041036ba3) (From OE-Core rev: 247157849f41f2d386b102a4b3d81fd11e8f3ac0) 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.bb1
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
17SRC_URI[md5sum] = "bd2e20d8dc644291b08f9215397d28a5" 18SRC_URI[md5sum] = "bd2e20d8dc644291b08f9215397d28a5"