mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-08 23:29:46 +00:00
0001-nss-nspr-fix-for-multilib.patch
change-finding-path-of-nss.patch
ensure-search-path-non-host.patch
fix-ltmain.sh.patch
refreshed for 1.3.3
Changelog
========
-Disabled KeyValue and DEREncodedKeyValue XML nodes by default. Use the
'--enabled-key-data' option for the xmlsec command line utility or update
the 'keyInfoCtx->enabledKeyData' parameter if you need to re-enable these
nodes (also see question 3.5 in the FAQ).
-Removed '--enable-size-t' ('size_t' for MSVC builds) option and made
'xmlSecSize' to always be the same as 'size_t'.
-Removed previously deprecated functions, defines, etc.
-Fixed build for libxml2 v2.12.0.
-Removed support for OpenSSL 1.1.0 (end of life in Aug 2016).
The minimum OpenSSL supported version is 1.1.1; the version 3.0.0 or greater is recommended.
-Added runtime check for the enabled algorithms in NSS.
-Removed NT4 support.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
718 B
Diff
27 lines
718 B
Diff
From 1b9701faf22f5a17a81a2a2732794d9627499fcb Mon Sep 17 00:00:00 2001
|
|
From: Yulong Pei <Yulong.pei@windriver.com>
|
|
Date: Thu, 21 Jan 2010 14:11:20 +0800
|
|
Subject: [PATCH] force to use our own libtool
|
|
|
|
Upstream-Status: Inappropriate [ OE specific ]
|
|
|
|
Signed-off-by: Yulong Pei <Yulong.pei@windriver.com>
|
|
|
|
---
|
|
ltmain.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/ltmain.sh b/ltmain.sh
|
|
index 1dea62a..bfb9784 100755
|
|
--- a/ltmain.sh
|
|
+++ b/ltmain.sh
|
|
@@ -7225,7 +7225,7 @@ func_mode_link ()
|
|
dir=$func_resolve_sysroot_result
|
|
# We need an absolute path.
|
|
case $dir in
|
|
- [\\/]* | [A-Za-z]:[\\/]*) ;;
|
|
+ =* | [\\/]* | [A-Za-z]:[\\/]*) ;;
|
|
*)
|
|
absdir=`cd "$dir" && pwd`
|
|
test -z "$absdir" && \
|