All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/5] Revert "sssd: fix libcrypto version used"
@ 2019-03-29  5:28 Armin Kuster
  2019-03-29  5:28 ` [meta-security][PATCH 2/5] libldb: work around samba libldb packaging issues Armin Kuster
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Armin Kuster @ 2019-03-29  5:28 UTC (permalink / raw)
  To: yocto

This reverts commit 2488c965d6b1b440734f43326fb33ac642ac7b82.

This corrects an incorrect fix as pointed out by Adrian Bunk.
---
 recipes-security/sssd/sssd_1.16.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/sssd/sssd_1.16.3.bb b/recipes-security/sssd/sssd_1.16.3.bb
index d39fa23..8f7f805 100644
--- a/recipes-security/sssd/sssd_1.16.3.bb
+++ b/recipes-security/sssd/sssd_1.16.3.bb
@@ -33,7 +33,7 @@ PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
 PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings"
 PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
 PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
-PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto10"
+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="
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-03-29 17:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29  5:28 [meta-security][PATCH 1/5] Revert "sssd: fix libcrypto version used" Armin Kuster
2019-03-29  5:28 ` [meta-security][PATCH 2/5] libldb: work around samba libldb packaging issues Armin Kuster
2019-03-29  6:50   ` Adrian Bunk
2019-03-29 12:58     ` Adrian Bunk
2019-03-29 17:45     ` akuster
2019-03-29  5:28 ` [meta-security][PATCH 3/5] sssd: fix a few runtime issues Armin Kuster
2019-03-29  6:51   ` Adrian Bunk
2019-03-29 17:45     ` akuster
2019-03-29  5:28 ` [meta-security][PATCH 4/5] sssd: update to 1.16.4 Armin Kuster
2019-03-29  7:10   ` Adrian Bunk
2019-03-29 17:46     ` akuster
2019-03-29  5:28 ` [meta-security][PATCH 5/5] sssd: Add basic runtime test Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.