diff mbox series

[meta-oe] nss: upgrade 3.116 -> 3.117

Message ID 20251012183447.97493-1-schonm@gmail.com
State Under Review
Headers show
Series [meta-oe] nss: upgrade 3.116 -> 3.117 | expand

Commit Message

Jason Schonberg Oct. 12, 2025, 6:34 p.m. UTC
Update homepage to location where it is being redirected.

Changelog: https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_117.html

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-oe/recipes-support/nss/{nss_3.116.bb => nss_3.117.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/nss/{nss_3.116.bb => nss_3.117.bb} (97%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/nss/nss_3.116.bb b/meta-oe/recipes-support/nss/nss_3.117.bb
similarity index 97%
rename from meta-oe/recipes-support/nss/nss_3.116.bb
rename to 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. \
 Applications built with NSS can support SSL v2 and v3, \
 TLS, PKCS 5, PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 \
 v3 certificates, and other security standards."
-HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
+HOMEPAGE = "https://firefox-source-docs.mozilla.org/security/nss/index.html"
 SECTION = "libs"
 
 DEPENDS = "sqlite3 nspr zlib nss-native"
@@ -20,7 +20,7 @@  LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
 
 VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}"
 
-SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \
+SRC_URI = "https://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \
            file://nss.pc.in \
            file://blank-cert9.db \
            file://blank-key4.db \
@@ -33,7 +33,7 @@  SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/$
            file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \
            file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \
            "
-SRC_URI[sha256sum] = "3938611de4ad1e3b71f27f3cd5ea717a5b5f83bffc9cd427e6d929dc67f2bb73"
+SRC_URI[sha256sum] = "5786b523a2f2e9295ed10d711960d2e33cd620bb80d6288443eda43553a51996"
 
 UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>\d+(\_\d+)+)"