diff options
-rw-r--r-- | meta-oe/recipes-support/nss/nss_3.117.bb (renamed from meta-oe/recipes-support/nss/nss_3.116.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.116.bb b/meta-oe/recipes-support/nss/nss_3.117.bb index cc115c4329..5e81441219 100644 --- a/meta-oe/recipes-support/nss/nss_3.116.bb +++ b/meta-oe/recipes-support/nss/nss_3.117.bb | |||
@@ -5,7 +5,7 @@ security-enabled client and server applications. \ | |||
5 | Applications built with NSS can support SSL v2 and v3, \ | 5 | Applications built with NSS can support SSL v2 and v3, \ |
6 | TLS, PKCS 5, PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 \ | 6 | TLS, PKCS 5, PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 \ |
7 | v3 certificates, and other security standards." | 7 | v3 certificates, and other security standards." |
8 | HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/" | 8 | HOMEPAGE = "https://firefox-source-docs.mozilla.org/security/nss/index.html" |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | 10 | ||
11 | DEPENDS = "sqlite3 nspr zlib nss-native" | 11 | DEPENDS = "sqlite3 nspr zlib nss-native" |
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \ | |||
20 | 20 | ||
21 | VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}" | 21 | VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}" |
22 | 22 | ||
23 | SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \ | 23 | SRC_URI = "https://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \ |
24 | file://nss.pc.in \ | 24 | file://nss.pc.in \ |
25 | file://blank-cert9.db \ | 25 | file://blank-cert9.db \ |
26 | file://blank-key4.db \ | 26 | file://blank-key4.db \ |
@@ -33,7 +33,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/$ | |||
33 | file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \ | 33 | file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \ |
34 | file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ | 34 | file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ |
35 | " | 35 | " |
36 | SRC_URI[sha256sum] = "3938611de4ad1e3b71f27f3cd5ea717a5b5f83bffc9cd427e6d929dc67f2bb73" | 36 | SRC_URI[sha256sum] = "5786b523a2f2e9295ed10d711960d2e33cd620bb80d6288443eda43553a51996" |
37 | 37 | ||
38 | UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" | 38 | UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" |
39 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>\d+(\_\d+)+)" | 39 | UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>\d+(\_\d+)+)" |