summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-09 08:34:12 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commitd743e447108e74053291abba924d1ed2bb76a0a7 (patch)
treeec4d2a13460ee1610cc495e21cf040981de0439f
parent31de145fe1793e497f9c803dc445586929d1265f (diff)
downloadmeta-security-d743e447108e74053291abba924d1ed2bb76a0a7.tar.gz
sssd: update to 1.16.3
Includes: CVE-2018-10852 see: https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_3.html Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/sssd/sssd_1.16.3.bb (renamed from recipes-security/sssd/sssd_1.16.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/sssd/sssd_1.16.0.bb b/recipes-security/sssd/sssd_1.16.3.bb
index ff5b618..8f7f805 100644
--- a/recipes-security/sssd/sssd_1.16.0.bb
+++ b/recipes-security/sssd/sssd_1.16.3.bb
@@ -1,6 +1,6 @@
1SUMMARY = "system security services daemon" 1SUMMARY = "system security services daemon"
2DESCRIPTION = "SSSD is a system security services daemon" 2DESCRIPTION = "SSSD is a system security services daemon"
3HOMEPAGE = "https://fedorahosted.org/sssd/" 3HOMEPAGE = "https://pagure.io/SSSD/sssd/"
4SECTION = "base" 4SECTION = "base"
5LICENSE = "GPLv3+" 5LICENSE = "GPLv3+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
@@ -11,8 +11,8 @@ DEPENDS += "libldb dbus libtalloc libpcre glib-2.0 popt e2fsprogs libtevent"
11SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\ 11SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\
12 file://sssd.conf " 12 file://sssd.conf "
13 13
14SRC_URI[md5sum] = "f721ace2ebfa6744cfea55e3ecd2d82f" 14SRC_URI[md5sum] = "af4288c9d1f9953e3b3b6e0b165a5ece"
15SRC_URI[sha256sum] = "c581a6e5365cef87fca419c0c9563cf15eadbb682863d648d85ffcded7a3940f" 15SRC_URI[sha256sum] = "ee5d17a0c663c09819cbab9364085b9e57faeca02406cc30efe14cc0cfc04ec4"
16 16
17inherit autotools pkgconfig gettext update-rc.d python-dir distro_features_check 17inherit autotools pkgconfig gettext update-rc.d python-dir distro_features_check
18 18