[yocto] [meta-security][PATCH 04/12] sssd: update to 1.16.0

Armin Kuster akuster808 at gmail.com
Tue Feb 6 07:43:25 PST 2018


update some PACKAGECONFIG changes

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-security/sssd/{sssd_1.13.3.bb => sssd_1.16.0.bb} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename recipes-security/sssd/{sssd_1.13.3.bb => sssd_1.16.0.bb} (86%)

diff --git a/recipes-security/sssd/sssd_1.13.3.bb b/recipes-security/sssd/sssd_1.16.0.bb
similarity index 86%
rename from recipes-security/sssd/sssd_1.13.3.bb
rename to recipes-security/sssd/sssd_1.16.0.bb
index 07abb93..e41a38e 100644
--- a/recipes-security/sssd/sssd_1.13.3.bb
+++ b/recipes-security/sssd/sssd_1.16.0.bb
@@ -11,8 +11,8 @@ DEPENDS += "libldb dbus libtalloc libpcre glib-2.0 popt e2fsprogs libtevent"
 SRC_URI = "https://releases.pagure.org/SSSD/${BPN}/${BP}.tar.gz\
             file://sssd.conf "
 
-SRC_URI[md5sum] = "38bbb24ea9139508cc1d6e402e253244"
-SRC_URI[sha256sum] = "3fd8fe8e6ee9f50b33eecd1bcccfaa44791f30d4e5f3113ba91457ba5f411f85"
+SRC_URI[md5sum] = "f721ace2ebfa6744cfea55e3ecd2d82f"
+SRC_URI[sha256sum] = "c581a6e5365cef87fca419c0c9563cf15eadbb682863d648d85ffcded7a3940f"
 
 inherit autotools pkgconfig gettext update-rc.d python-dir
 
@@ -35,9 +35,10 @@ PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto"
 PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
 PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
 PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/, --with-systemdunitdir="
-PACKAGECONFIG[systemd] = "--with-systemdconfdir=${systemd_unitdir}/system/, --with-systemdconfdir="
+PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
+PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
 
-EXTRA_OECONF += "--disable-config-lib --disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab"
+EXTRA_OECONF += "--disable-cifs-idmap-plugin --without-nfsv4-idmapd-plugin --without-ipa-getkeytab"
 
 do_configure_prepend() {
     mkdir -p ${AUTOTOOLS_AUXDIR}/build
-- 
2.7.4




More information about the yocto mailing list