diff mbox series

[walnascar] passwdqc: correct the SRC_URI

Message ID 20250805075018.2987975-1-jiaying.song.cn@windriver.com
State New
Headers show
Series [walnascar] passwdqc: correct the SRC_URI | expand

Commit Message

Song, Jiaying (CN) Aug. 5, 2025, 7:50 a.m. UTC
From: Jiaying Song <jiaying.song.cn@windriver.com>

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
---
 meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb b/meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb
index 8694052e61..2b9356f60e 100644
--- a/meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb
+++ b/meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb
@@ -27,7 +27,7 @@  REQUIRED_DISTRO_FEATURES = "pam"
 LICENSE = "BSD-1-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ac99c8678577a1c2f9f04cccee411d5d"
 
-SRC_URI = "http://www.openwall.com/${BPN}/${BP}.tar.gz \
+SRC_URI = "https://download.openwall.net/pub/projects/${BPN}/${BP}.tar.gz \
            file://makefile-add-ldflags.patch \
           "
 SRC_URI[sha256sum] = "53b0f4bc49369f06195e9e13abb6cff352d5acb79e861004ec95973896488cf4"