From a4b232f79fde596be3fb865c20319761e3b11e85 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 27 Jun 2023 00:28:42 +0000 Subject: [PATCH] s2n: upgrade 1.3.45 -> 1.3.46 --- .../s2n/{s2n_1.3.45.bb => s2n_1.3.46.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename recipes-sdk/s2n/{s2n_1.3.45.bb => s2n_1.3.46.bb} (60%) diff --git a/recipes-sdk/s2n/s2n_1.3.45.bb b/recipes-sdk/s2n/s2n_1.3.46.bb similarity index 60% rename from recipes-sdk/s2n/s2n_1.3.45.bb rename to recipes-sdk/s2n/s2n_1.3.46.bb index 6a67da601..54a64df4b 100644 --- a/recipes-sdk/s2n/s2n_1.3.45.bb +++ b/recipes-sdk/s2n/s2n_1.3.46.bb @@ -1,9 +1,31 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -205,7 +205,7 @@ +# ============================================================================ +# S2N SUBCOMPONENTS: +# +# - The s2n Project contains subcomponents with seperate copyright notices +# + The s2n Project contains subcomponents with separate copyright notices +# and license terms. Your use of the source code for these subcomponents is +# subject to the terms and conditions of the following licenses. +# +# +# + SUMMARY = "s2n" DESCRIPTION = "s2n is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority." HOMEPAGE = "https://github.com/aws/s2n-tls" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=26d85861cd0c0d05ab56ebff38882975" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1423a53b96536406d47f23fa077ac57e" DEPENDS = "${@bb.utils.contains('PACKAGECONFIG', 'static', 'aws-lc', 'openssl', d)}" @@ -15,7 +37,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "b9c4d60de49193cea31f0acfbddc47cc66d41d2c" +SRCREV = "e954ee5dc878c5c343d35574e7d07246a1e59314" UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)" S = "${WORKDIR}/git"