summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-02-28 19:34:45 +0800
committerSaul Wold <sgw@linux.intel.com>2011-03-01 07:27:31 -0800
commitf3a482b47678819b4a91bb58810c7bc6ef9e6f3e (patch)
treec3301f389f7b617859e7a56619d24f6bf798384d /meta/recipes-extended/shadow/shadow_4.1.4.3.bb
parent0e1f8c2609233b3f95f97d13c7793d7572036c99 (diff)
downloadpoky-f3a482b47678819b4a91bb58810c7bc6ef9e6f3e.tar.gz
shadow: upgrade to 4.1.4.3 to fix security vulnerability
For CVE-2011-0721: http://lists.debian.org/debian-security-announce/2011/msg00030.html Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow_4.1.4.3.bb')
-rw-r--r--meta/recipes-extended/shadow/shadow_4.1.4.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
new file mode 100644
index 0000000000..c8aa223b65
--- /dev/null
+++ b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb
@@ -0,0 +1,14 @@
1require shadow.inc
2
3PR = "r1"
4
5SRC_URI += "file://shadow.automake-1.11.patch \
6 file://shadow-4.1.3-dots-in-usernames.patch \
7 file://shadow-4.1.4.2-env-reset-keep-locale.patch \
8 file://shadow-4.1.4.2-groupmod-pam-check.patch \
9 file://shadow-4.1.4.2-su_no_sanitize_env.patch"
10
11SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79"
12SRC_URI[sha256sum] = "633f5bb4ea0c88c55f3642c97f9d25cbef74f82e0b4cf8d54e7ad6f9f9caa778"
13
14EXTRA_OECONF_libc-uclibc += " --with-nscd=no "