All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] curl: Disable crypto related features
@ 2012-08-01 22:41 Cooper Jr., Franklin
  2012-08-08  2:28 ` Denys Dmytriyenko
  2012-08-27 14:55 ` Cooper Jr., Franklin
  0 siblings, 2 replies; 6+ messages in thread
From: Cooper Jr., Franklin @ 2012-08-01 22:41 UTC (permalink / raw)
  To: meta-arago@arago-project.org; +Cc: Cooper Jr., Franklin


[-- Attachment #1.1: Type: text/plain, Size: 117 bytes --]



Regards,
Franklin Cooper Jr.
Texas Instruments
Application Engineer
fcooper@ti.com<mailto:fcooper@ti.com>


[-- Attachment #1.2: Type: text/html, Size: 2023 bytes --]

[-- Attachment #2: 0001-curl-Disable-crypto-related-features.patch --]
[-- Type: application/octet-stream, Size: 1672 bytes --]

From 5e13efa56b4df2d8f5d640e1d8c3587ac0bf3d5a Mon Sep 17 00:00:00 2001
From: Franklin S Cooper Jr <fcooper@ti.com>
Date: Tue, 31 Jul 2012 13:11:54 -0500
Subject: [PATCH] curl: Disable crypto related features

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
---
 .../recipes-support/curl/curl_7.24.0.bbappend      |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-support/curl/curl_7.24.0.bbappend

diff --git a/meta-arago-distro/recipes-support/curl/curl_7.24.0.bbappend b/meta-arago-distro/recipes-support/curl/curl_7.24.0.bbappend
new file mode 100644
index 0000000..b9d8ae5
--- /dev/null
+++ b/meta-arago-distro/recipes-support/curl/curl_7.24.0.bbappend
@@ -0,0 +1,28 @@
+PR_append = "-arago0"
+
+# Disable all crypt support in curl due to export restrictions
+# Explicitly set the below variables to be sure all crypto related
+# features are disabled
+
+EXTRA_OECONF = "\
+            --disable-ares \
+            --enable-cookies \
+            --disable-crypto-auth \
+            --enable-dict \
+            --enable-file \
+            --enable-ftp \
+            --enable-http \
+            --disable-ipv6 \
+            --without-libidn \	
+            --without-libssh2 \	
+            --with-random=/dev/urandom \
+            --without-ssl \   		
+            --enable-telnet \
+            --enable-tftp \
+            --with-zlib=${STAGING_LIBDIR}/../ \
+            ${CURLGNUTLS} \
+		    "
+CURLGNUTLS = "--without-gnutls"
+
+# Removing gnutls dependency since that feature has been disabled
+DEPENDS := "${@d.getVar('DEPENDS', True).replace('gnutls', '')}"
-- 
1.7.0.4


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

end of thread, other threads:[~2012-08-27 16:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 22:41 [PATCH] curl: Disable crypto related features Cooper Jr., Franklin
2012-08-08  2:28 ` Denys Dmytriyenko
2012-08-08  2:35   ` Cooper Jr., Franklin
2012-08-08 15:07   ` Maupin, Chase
2012-08-27 14:55 ` Cooper Jr., Franklin
2012-08-27 16:31   ` Denys Dmytriyenko

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.