summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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