summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-08-05 15:50:18 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-06 16:17:15 +0200
commitf042d2bf8577f70f77b77820beb917236365fcfb (patch)
treea1c85e6a43d3ef32bdf12906aa9a4368a4cfb0b0
parent03a0cef7a528b76f8126511dd240e2cb845dd793 (diff)
downloadmeta-openembedded-f042d2bf8577f70f77b77820beb917236365fcfb.tar.gz
passwdqc: correct the SRC_URI
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb2
1 files changed, 1 insertions, 1 deletions
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"
27LICENSE = "BSD-1-Clause" 27LICENSE = "BSD-1-Clause"
28LIC_FILES_CHKSUM = "file://LICENSE;md5=ac99c8678577a1c2f9f04cccee411d5d" 28LIC_FILES_CHKSUM = "file://LICENSE;md5=ac99c8678577a1c2f9f04cccee411d5d"
29 29
30SRC_URI = "http://www.openwall.com/${BPN}/${BP}.tar.gz \ 30SRC_URI = "https://download.openwall.net/pub/projects/${BPN}/${BP}.tar.gz \
31 file://makefile-add-ldflags.patch \ 31 file://makefile-add-ldflags.patch \
32 " 32 "
33SRC_URI[sha256sum] = "53b0f4bc49369f06195e9e13abb6cff352d5acb79e861004ec95973896488cf4" 33SRC_URI[sha256sum] = "53b0f4bc49369f06195e9e13abb6cff352d5acb79e861004ec95973896488cf4"