diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-15 13:26:10 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-16 11:09:27 -0200 |
| commit | aaf2c4beb205e9f9eef1b8a9732468acb7f1a4ee (patch) | |
| tree | 35d88f0e454ca7703cbba91c740bbe8e02e8eac0 /recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb | |
| parent | d709b2e285633fad2818baf53f3f1ddd35cf8527 (diff) | |
| download | meta-freescale-aaf2c4beb205e9f9eef1b8a9732468acb7f1a4ee.tar.gz | |
openssl-qoriq: update recipes
*Update URL to fetch qoriq-open-source github
*Update to b9e6572
This includes the following changes:
b9e6572 - eng_cryptodev: add support for TLS algorithms offload
b3a3bab - Prepare for 1.0.2l release
539c4d3 - make update
cde19ec - Update CHANGES and NEWS for new release
8ded5f1 - Ignore -rle and -comp when compiled with OPENSSL_NO_COMP. Fixes make test when configured with no-comp.
d130456 - Fix regression in openssl req -x509 behaviour.
7c300b9 - Remove notification settings from appveyor.yml
b020bf6 - Remove dead code.
ea3fc60 - Copy custom extension flags in a call to SSL_set_SSL_CTX()
4ae5993 - perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.
16d78fb - Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME
6b8fa5b - RT2867: des_ede3_cfb1 ignored "size in bits" flag
5453820 - Fix URL links in comment
d2335f3 - Fix time offset calculation.
13f70ae - Check fflush on BIO_ctrl call
de46e82 - Remove unnecessary loop in pkey_rsa_decrypt.
b99f102 - check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AAD
fb2345a - Annotate ASN.1 attributes of the jurisdictionCountryName NID
60a70a5 - Fixed typo in X509_STORE_CTX_new description
74bcd77 - Numbers greater than 1 are usually non-negative.
e8f2e2f - pkeyutl exit with 0 if the verification succeeded
71d66c4 - Additional check to handle BAD SSL_write retry
a91bfe2 - crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.
3f524f7 - Ensure dhparams can handle X9.42 params in DER
1f3b0fe - Add missing macros for DHxparams
248cf95 - Fix for #2730. Add CRLDP extension to list of supported extensions
d75c56f - Free the compression methods in s_server and s_client
4bc46d - doc: Add stitched ciphers to EVP_EncryptInit.pod
8625e92 - doc: Add missing options in s_{server,client}
62f488d - Fix the error handling in CRYPTO_dup_ex_data.
144ab9b - Add documentation for SNI APIs
*Openssl git includes all qoriq patches so remove qoriq patches folder
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb')
| -rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb b/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb index a2346ba1d..04052ac36 100644 --- a/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb +++ b/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=057d9218c6180e1d9ee407572b2dd225" | |||
| 12 | export DIRS = "crypto ssl apps engines" | 12 | export DIRS = "crypto ssl apps engines" |
| 13 | export OE_LDFLAGS="${LDFLAGS}" | 13 | export OE_LDFLAGS="${LDFLAGS}" |
| 14 | 14 | ||
| 15 | SRC_URI += "file://find.pl;subdir=${BP}/util \ | 15 | SRC_URI += "file://find.pl;subdir=git/util \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | file://openssl-c_rehash.sh \ | 17 | file://openssl-c_rehash.sh \ |
| 18 | file://configure-targets.patch \ | 18 | file://configure-targets.patch \ |
| @@ -44,14 +44,7 @@ SRC_URI += "file://find.pl;subdir=${BP}/util \ | |||
| 44 | file://Use-SHA256-not-MD5-as-default-digest.patch \ | 44 | file://Use-SHA256-not-MD5-as-default-digest.patch \ |
| 45 | file://0001-Fix-build-with-clang-using-external-assembler.patch \ | 45 | file://0001-Fix-build-with-clang-using-external-assembler.patch \ |
| 46 | " | 46 | " |
| 47 | SRC_URI[md5sum] = "f85123cd390e864dfbe517e7616e6566" | 47 | SRCREV = "b9e6572a0dcbaaf84a8925cabd1a86bd594ca69f" |
| 48 | SRC_URI[sha256sum] = "ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c" | ||
| 49 | |||
| 50 | SRC_URI += " \ | ||
| 51 | file://find.pl;subdir=openssl-${PV}/util/ \ | ||
| 52 | file://0001-remove-double-initialization-of-cryptodev-engine.patch \ | ||
| 53 | file://0002-eng_cryptodev-add-support-for-TLS-algorithms-offload.patch \ | ||
| 54 | " | ||
| 55 | 48 | ||
| 56 | PACKAGES =+ "${PN}-engines" | 49 | PACKAGES =+ "${PN}-engines" |
| 57 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" | 50 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" |
