diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-04-23 15:31:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-23 21:41:26 -0700 |
commit | a7d0d878542ec24d718972423b34c59aa5bd2498 (patch) | |
tree | a1aa01d98c369b4f39db5ed84b429649223c0860 /meta-oe/recipes-support/nss | |
parent | 7bc8f7d2d13bff7a1252847cea45d4a0329ea7d3 (diff) | |
download | meta-openembedded-a7d0d878542ec24d718972423b34c59aa5bd2498.tar.gz |
nss: upgrade 3.63 -> 3.64
-License-Update: Add the license of MIT.
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/nss')
-rw-r--r-- | meta-oe/recipes-support/nss/nss_3.64.bb (renamed from meta-oe/recipes-support/nss/nss_3.63.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.63.bb b/meta-oe/recipes-support/nss/nss_3.64.bb index b7192a46d1..1863db131b 100644 --- a/meta-oe/recipes-support/nss/nss_3.63.bb +++ b/meta-oe/recipes-support/nss/nss_3.64.bb | |||
@@ -11,11 +11,12 @@ SECTION = "libs" | |||
11 | DEPENDS = "sqlite3 nspr zlib nss-native" | 11 | DEPENDS = "sqlite3 nspr zlib nss-native" |
12 | DEPENDS_class-native = "sqlite3-native nspr-native zlib-native" | 12 | DEPENDS_class-native = "sqlite3-native nspr-native zlib-native" |
13 | 13 | ||
14 | LICENSE = "MPL-2.0 | (MPL-2.0 & GPL-2.0+) | (MPL-2.0 & LGPL-2.1+)" | 14 | LICENSE = "(MPL-2.0 & MIT) | (MPL-2.0 & GPL-2.0+ & MIT) | (MPL-2.0 & LGPL-2.1+ & MIT)" |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \ | 16 | LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \ |
17 | file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \ | 17 | file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \ |
18 | file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132" | 18 | file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132 \ |
19 | file://nss/lib/freebl/verified/Hacl_Poly1305_256.c;beginline=1;endline=22;md5=d4096c1e4421ee56e9e0f441a8161f78" | ||
19 | 20 | ||
20 | VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}" | 21 | VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}" |
21 | 22 | ||
@@ -32,7 +33,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO | |||
32 | file://nss-fix-nsinstall-build.patch \ | 33 | file://nss-fix-nsinstall-build.patch \ |
33 | file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ | 34 | file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ |
34 | " | 35 | " |
35 | SRC_URI[sha256sum] = "182d2fef629102ae9423aabf2c192242b565cf5098e82c5a26cf70c5e4ea2221" | 36 | SRC_URI[sha256sum] = "d3175427172e9c3a6f1ebc74452cb791590f28191c6a1a443dbc0d87c9df1126" |
36 | 37 | ||
37 | UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" | 38 | UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" |
38 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" | 39 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" |