Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023-06-27_00-17-14_master-next_s2n #4337

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions recipes-sdk/s2n/s2n_1.3.45.bb → recipes-sdk/s2n/s2n_1.3.46.bb
Original file line number Diff line number Diff line change
@@ -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)}"

Expand All @@ -15,7 +37,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "b9c4d60de49193cea31f0acfbddc47cc66d41d2c"
SRCREV = "e954ee5dc878c5c343d35574e7d07246a1e59314"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"

S = "${WORKDIR}/git"
Expand Down