Skip to content

Commit f14108b

Browse files
aws-lc: upgrade 1.51.2 -> 1.52.0
(cherry picked from commit d199a4b)
1 parent 48c20a7 commit f14108b

File tree

1 file changed

+70
-2
lines changed

1 file changed

+70
-2
lines changed

recipes-sdk/aws-lc/aws-lc_1.51.2.bb renamed to recipes-sdk/aws-lc/aws-lc_1.52.0.bb

Lines changed: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
2+
# The following is the difference between the old and the new license text.
3+
# Please update the LICENSE value if needed, and summarize the changes in
4+
# the commit message via 'License-Update:' tag.
5+
# (example: 'License-Update: copyright years updated.')
6+
#
7+
# The changes:
8+
#
9+
# --- LICENSE
10+
# +++ LICENSE
11+
# @@ -215,9 +215,52 @@
12+
# code from sources and by authors listed in
13+
# comments on top of the respective files.
14+
#
15+
# +mlkem-native licensing
16+
# +----------------------
17+
# +
18+
# The code in crypto/fipsmodule/ml_kem/mlkem is imported from mlkem-native
19+
# -(https://github.com/pq-code-package/mlkem-native) and carries the
20+
# -Apache 2.0 license. This license is reproduced at the bottom of this file.
21+
# +(https://github.com/pq-code-package/mlkem-native) and made available
22+
# +under the Apache-2.0 license OR the ISC license OR the MIT license.
23+
# +
24+
# +ISC license for mlkem-native content:
25+
# +
26+
# +Copyright (c) The mlkem-native project authors
27+
# +
28+
# +Permission to use, copy, modify, and/or distribute this software for any purpose
29+
# +with or without fee is hereby granted, provided that the above copyright notice
30+
# +and this permission notice appear in all copies.
31+
# +
32+
# +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
33+
# +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
34+
# +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
35+
# +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
36+
# +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37+
# +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
38+
# +THIS SOFTWARE.
39+
# +
40+
# +MIT license for mlkem-native content:
41+
# +
42+
# +Copyright (c) The mlkem-native project authors
43+
# +
44+
# +Permission is hereby granted, free of charge, to any person obtaining a copy of
45+
# +this software and associated documentation files (the “Software”), to deal in
46+
# +the Software without restriction, including without limitation the rights to
47+
# +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
48+
# +the Software, and to permit persons to whom the Software is furnished to do so,
49+
# +subject to the following conditions:
50+
# +
51+
# +The above copyright notice and this permission notice shall be included in all
52+
# +copies or substantial portions of the Software.
53+
# +
54+
# +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55+
# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
56+
# +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
57+
# +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
58+
# +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
59+
# +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60+
# +
61+
# +The Apache-2.0 license for mlkem-native content is reproduced at
62+
# +the bottom of this file.
63+
#
64+
# Licenses for support code
65+
# -------------------------
66+
#
67+
#
68+
169
# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
270
# The following is the difference between the old and the new license text.
371
# Please update the LICENSE value if needed, and summarize the changes in
@@ -42,7 +110,7 @@ DESCRIPTION = "AWS-LC is a general-purpose cryptographic library maintained by t
42110
HOMEPAGE = "https://github.com/awslabs/aws-lc"
43111

44112
LICENSE = "Apache-2.0"
45-
LIC_FILES_CHKSUM = "file://LICENSE;md5=4d2ce8260a297b70a89c38c25266076e"
113+
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ae91dadf6b1388279f17467b5bf4fe6"
46114

47115
PROVIDES += "aws/lc"
48116

@@ -52,7 +120,7 @@ SRC_URI = "\
52120
git://github.com/awslabs/aws-lc.git;protocol=https;branch=${BRANCH} \
53121
file://run-ptest \
54122
"
55-
SRCREV = "a614f97527d16461d5c904ef90d3bb647e35265f"
123+
SRCREV = "40ac425f8eab7233079d667dacaf63db802d1eb6"
56124
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
57125

58126
S = "${UNPACKDIR}/git"

0 commit comments

Comments
 (0)