* [m-c-s][PATCH] nss-pam-ldapd: add UPSTREAM_CHECK_URI
@ 2025-11-27 13:53 Yi Zhao
2025-12-02 5:03 ` [meta-virtualization] " Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhao @ 2025-11-27 13:53 UTC (permalink / raw)
To: meta-virtualization
Add UPSTREAM_CHECK_URI to check the correct latest stable verison.
Before the patch:
$ devtool latest-version nss-pam-ldapd
INFO: Current version: 0.9.12
INFO: Latest version:
After the patch:
$ devtool latest-version nss-pam-ldapd
INFO: Current version: 0.9.12
INFO: Latest version: 0.9.13
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
index 08923275..98fcc0b3 100644
--- a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
+++ b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
@@ -21,6 +21,8 @@ SRC_URI = "\
file://nslcd.service \
"
+UPSTREAM_CHECK_URI = "https://arthurdejong.org/nss-pam-ldapd/downloads"
+
inherit autotools features_check
REQUIRED_DISTRO_FEATURES = "pam"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization] [m-c-s][PATCH] nss-pam-ldapd: add UPSTREAM_CHECK_URI
2025-11-27 13:53 [m-c-s][PATCH] nss-pam-ldapd: add UPSTREAM_CHECK_URI Yi Zhao
@ 2025-12-02 5:03 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2025-12-02 5:03 UTC (permalink / raw)
To: yi.zhao; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization] [m-c-s][PATCH] nss-pam-ldapd: add UPSTREAM_CHECK_URI
on 27/11/2025 Yi Zhao via lists.yoctoproject.org wrote:
> Add UPSTREAM_CHECK_URI to check the correct latest stable verison.
>
> Before the patch:
> $ devtool latest-version nss-pam-ldapd
> INFO: Current version: 0.9.12
> INFO: Latest version:
>
> After the patch:
> $ devtool latest-version nss-pam-ldapd
> INFO: Current version: 0.9.12
> INFO: Latest version: 0.9.13
>
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> ---
> recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
> index 08923275..98fcc0b3 100644
> --- a/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
> +++ b/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.12.bb
> @@ -21,6 +21,8 @@ SRC_URI = "\
> file://nslcd.service \
> "
>
> +UPSTREAM_CHECK_URI = "https://arthurdejong.org/nss-pam-ldapd/downloads"
> +
> inherit autotools features_check
> REQUIRED_DISTRO_FEATURES = "pam"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9463): https://lists.yoctoproject.org/g/meta-virtualization/message/9463
> Mute This Topic: https://lists.yoctoproject.org/mt/116500718/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-02 5:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 13:53 [m-c-s][PATCH] nss-pam-ldapd: add UPSTREAM_CHECK_URI Yi Zhao
2025-12-02 5:03 ` [meta-virtualization] " Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.