diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-29 15:18:26 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-31 10:37:09 -0700 |
commit | 1fae87cd1c3e64bd89cfe8ecbe4d01ed2a342a43 (patch) | |
tree | 59fb3d19215210eb934ebcb4022639e620a9ab68 | |
parent | 9553b9a8dd6c8b6f79284aa1694b0def1b074d02 (diff) | |
download | meta-security-1fae87cd1c3e64bd89cfe8ecbe4d01ed2a342a43.tar.gz |
sssd: update to 1.16.4
Add systemd pkgconf via DISTRO_FEATURE
Fix uid/gid of sssd.conf
[v2]
drop non update related changes
also, this includes CVE-2019-3811
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/sssd/sssd_1.16.4.bb (renamed from recipes-security/sssd/sssd_1.16.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/sssd/sssd_1.16.3.bb b/recipes-security/sssd/sssd_1.16.4.bb index e996a61..34bc8c8 100644 --- a/recipes-security/sssd/sssd_1.16.3.bb +++ b/recipes-security/sssd/sssd_1.16.4.bb | |||
@@ -11,8 +11,8 @@ DEPENDS += "libldb dbus libtalloc libpcre glib-2.0 popt e2fsprogs libtevent" | |||
11 | SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\ | 11 | SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\ |
12 | file://sssd.conf " | 12 | file://sssd.conf " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "af4288c9d1f9953e3b3b6e0b165a5ece" | 14 | SRC_URI[md5sum] = "757bbb6f15409d8d075f4f06cb678d50" |
15 | SRC_URI[sha256sum] = "ee5d17a0c663c09819cbab9364085b9e57faeca02406cc30efe14cc0cfc04ec4" | 15 | SRC_URI[sha256sum] = "6bb212cd6b75b918e945c24e7c3f95a486fb54d7f7d489a9334cfa1a1f3bf959" |
16 | 16 | ||
17 | inherit autotools pkgconfig gettext python-dir distro_features_check | 17 | inherit autotools pkgconfig gettext python-dir distro_features_check |
18 | 18 | ||