All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] ntpsec: upgrade 1.2.2a -> 1.2.4
@ 2026-03-04  9:05 G B
  2026-03-05  6:19 ` [oe] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: G B @ 2026-03-04  9:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: G B

Upgrade to latest upstream release 1.2.4.

Release notes: https://blog.ntpsec.org/2025/04/18/version-1.2.4.html

Signed-off-by: G B <gitbeam@proton.me>
---
 .../ntpsec/{ntpsec_1.2.2a.bb => ntpsec_1.2.4.bb}   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
 rename meta-networking/recipes-support/ntpsec/{ntpsec_1.2.2a.bb => ntpsec_1.2.4.bb} (88%)

diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
similarity index 88%
rename from meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
rename to meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
index 872d1ce4f7..057f6582f9 100644
--- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
+++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
@@ -2,12 +2,12 @@ SUMMARY = "The Network Time Protocol suite, refactored"
 HOMEPAGE = "https://www.ntpsec.org/"
 
 LICENSE = "CC-BY-4.0 & BSD-2-Clause & NTP & BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "file://LICENSES/BSD-2;md5=653830da7b770a32f6f50f6107e0b186 \
-                    file://LICENSES/BSD-3;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
-                    file://LICENSES/CC-BY-4.0;md5=2ab724713fdaf49e4523c4503bfd068d \
-                    file://LICENSES/MIT;md5=5a9dfc801af3eb49df2055c9b07918b2 \
-                    file://LICENSES/NTP;md5=cb56b7747f86157c78ca81f224806694"
-
+LIC_FILES_CHKSUM = "file://LICENSES/BSD-2-Clause.txt;md5=653830da7b770a32f6f50f6107e0b186 \
+                    file://LICENSES/BSD-3-Clause.txt;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
+                    file://LICENSES/CC-BY-4.0.txt;md5=2ab724713fdaf49e4523c4503bfd068d \
+                    file://LICENSES/MIT.txt;md5=5a9dfc801af3eb49df2055c9b07918b2 \
+                    file://LICENSES/NTP.txt;md5=cb56b7747f86157c78ca81f224806694"
+                    
 DEPENDS += "bison-native \
             openssl \
             python3"
@@ -17,7 +17,7 @@ SRC_URI = "https://ftp.ntpsec.org/pub/releases/ntpsec-${PV}.tar.gz \
            file://0001-wscript-Add-BISONFLAGS-support.patch \
            "
 
-SRC_URI[sha256sum] = "e0ce93af222a0a9860e6f5a51aadba9bb5ca601d80b2aea118a62f0a3226950e"
+SRC_URI[sha256sum] = "443e54a6149d1b0bf08677d17b18fced9028b101fc2ffd2c81e0834f87eebc7d"
 
 UPSTREAM_CHECK_URI = "ftp://ftp.ntpsec.org/pub/releases/"
 
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-oe][PATCH] ntpsec: upgrade 1.2.2a -> 1.2.4
  2026-03-04  9:05 [meta-oe][PATCH] ntpsec: upgrade 1.2.2a -> 1.2.4 G B
@ 2026-03-05  6:19 ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2026-03-05  6:19 UTC (permalink / raw)
  To: gitbeam; +Cc: openembedded-devel, G B

[-- Attachment #1: Type: text/plain, Size: 3117 bytes --]

fails to configure with error

| Unknown option: '--enable-debug-gdb'

for more details See

https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/5616082/raw_inline



On Wed, Mar 4, 2026 at 1:08 AM G B via lists.openembedded.org <gitbeam=
gmail.com@lists.openembedded.org> wrote:

> Upgrade to latest upstream release 1.2.4.
>
> Release notes: https://blog.ntpsec.org/2025/04/18/version-1.2.4.html
>
> Signed-off-by: G B <gitbeam@proton.me>
> ---
>  .../ntpsec/{ntpsec_1.2.2a.bb => ntpsec_1.2.4.bb}   | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>  rename meta-networking/recipes-support/ntpsec/{ntpsec_1.2.2a.bb =>
> ntpsec_1.2.4.bb} (88%)
>
> diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
> b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
> similarity index 88%
> rename from meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
> rename to meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
> index 872d1ce4f7..057f6582f9 100644
> --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
> +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
> @@ -2,12 +2,12 @@ SUMMARY = "The Network Time Protocol suite, refactored"
>  HOMEPAGE = "https://www.ntpsec.org/"
>
>  LICENSE = "CC-BY-4.0 & BSD-2-Clause & NTP & BSD-3-Clause & MIT"
> -LIC_FILES_CHKSUM =
> "file://LICENSES/BSD-2;md5=653830da7b770a32f6f50f6107e0b186 \
> -
> file://LICENSES/BSD-3;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
> -
> file://LICENSES/CC-BY-4.0;md5=2ab724713fdaf49e4523c4503bfd068d \
> -
> file://LICENSES/MIT;md5=5a9dfc801af3eb49df2055c9b07918b2 \
> -
> file://LICENSES/NTP;md5=cb56b7747f86157c78ca81f224806694"
> -
> +LIC_FILES_CHKSUM =
> "file://LICENSES/BSD-2-Clause.txt;md5=653830da7b770a32f6f50f6107e0b186 \
> +
> file://LICENSES/BSD-3-Clause.txt;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
> +
> file://LICENSES/CC-BY-4.0.txt;md5=2ab724713fdaf49e4523c4503bfd068d \
> +
> file://LICENSES/MIT.txt;md5=5a9dfc801af3eb49df2055c9b07918b2 \
> +
> file://LICENSES/NTP.txt;md5=cb56b7747f86157c78ca81f224806694"
> +
>  DEPENDS += "bison-native \
>              openssl \
>              python3"
> @@ -17,7 +17,7 @@ SRC_URI = "
> https://ftp.ntpsec.org/pub/releases/ntpsec-${PV}.tar.gz \
>             file://0001-wscript-Add-BISONFLAGS-support.patch \
>             "
>
> -SRC_URI[sha256sum] =
> "e0ce93af222a0a9860e6f5a51aadba9bb5ca601d80b2aea118a62f0a3226950e"
> +SRC_URI[sha256sum] =
> "443e54a6149d1b0bf08677d17b18fced9028b101fc2ffd2c81e0834f87eebc7d"
>
>  UPSTREAM_CHECK_URI = "ftp://ftp.ntpsec.org/pub/releases/"
>
> --
> 2.47.3
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#124843):
> https://lists.openembedded.org/g/openembedded-devel/message/124843
> Mute This Topic: https://lists.openembedded.org/mt/118129522/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 5740 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [meta-oe][PATCH] ntpsec: upgrade 1.2.2a -> 1.2.4
@ 2026-03-06 21:55 G B
  2026-03-25 18:32 ` git beam
  0 siblings, 1 reply; 4+ messages in thread
From: G B @ 2026-03-06 21:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: G B

Upgrade to latest upstream release 1.2.4.

Release notes: https://blog.ntpsec.org/2025/04/18/version-1.2.4.html

Signed-off-by: G B <gitbeam@proton.me>
---
 .../{ntpsec_1.2.2a.bb => ntpsec_1.2.4.bb}     | 20 +++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)
 rename meta-networking/recipes-support/ntpsec/{ntpsec_1.2.2a.bb => ntpsec_1.2.4.bb} (86%)

diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
similarity index 86%
rename from meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
rename to meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
index 872d1ce4f7..9704e2d15e 100644
--- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
+++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
@@ -2,12 +2,12 @@ SUMMARY = "The Network Time Protocol suite, refactored"
 HOMEPAGE = "https://www.ntpsec.org/"
 
 LICENSE = "CC-BY-4.0 & BSD-2-Clause & NTP & BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "file://LICENSES/BSD-2;md5=653830da7b770a32f6f50f6107e0b186 \
-                    file://LICENSES/BSD-3;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
-                    file://LICENSES/CC-BY-4.0;md5=2ab724713fdaf49e4523c4503bfd068d \
-                    file://LICENSES/MIT;md5=5a9dfc801af3eb49df2055c9b07918b2 \
-                    file://LICENSES/NTP;md5=cb56b7747f86157c78ca81f224806694"
-
+LIC_FILES_CHKSUM = "file://LICENSES/BSD-2-Clause.txt;md5=653830da7b770a32f6f50f6107e0b186 \
+                    file://LICENSES/BSD-3-Clause.txt;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
+                    file://LICENSES/CC-BY-4.0.txt;md5=2ab724713fdaf49e4523c4503bfd068d \
+                    file://LICENSES/MIT.txt;md5=5a9dfc801af3eb49df2055c9b07918b2 \
+                    file://LICENSES/NTP.txt;md5=cb56b7747f86157c78ca81f224806694"
+                    
 DEPENDS += "bison-native \
             openssl \
             python3"
@@ -17,7 +17,7 @@ SRC_URI = "https://ftp.ntpsec.org/pub/releases/ntpsec-${PV}.tar.gz \
            file://0001-wscript-Add-BISONFLAGS-support.patch \
            "
 
-SRC_URI[sha256sum] = "e0ce93af222a0a9860e6f5a51aadba9bb5ca601d80b2aea118a62f0a3226950e"
+SRC_URI[sha256sum] = "443e54a6149d1b0bf08677d17b18fced9028b101fc2ffd2c81e0834f87eebc7d"
 
 UPSTREAM_CHECK_URI = "ftp://ftp.ntpsec.org/pub/releases/"
 
@@ -63,7 +63,6 @@ EXTRA_OECONF = "--cross-compiler='${CC}' \
                 --pyshebang=${bindir}/python3 \
                 --pythondir=${PYTHON_SITEPACKAGES_DIR} \
                 --pythonarchdir=${PYTHON_SITEPACKAGES_DIR} \
-                --enable-debug-gdb \
                 --enable-early-droproot"
 
 EXTRA_OEWAF_BUILD ?= "-v"
@@ -89,6 +88,11 @@ do_install:append() {
 	else
 		install -D -m 0644 ${T}/volatiles.ntpsec ${D}${sysconfdir}/default/volatiles/99_${BPN}
 	fi
+
+    if [ -d ${D}/usr/lib64 ]; then
+        mv ${D}/usr/lib64/* ${D}${libdir}/
+        rmdir ${D}/usr/lib64
+    fi
 }
 
 PACKAGE_BEFORE_PN = "${PN}-python ${PN}-utils ${PN}-viz"
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-oe][PATCH] ntpsec: upgrade 1.2.2a -> 1.2.4
  2026-03-06 21:55 G B
@ 2026-03-25 18:32 ` git beam
  0 siblings, 0 replies; 4+ messages in thread
From: git beam @ 2026-03-25 18:32 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3244 bytes --]

Gentle ping – any feedback on this patch would be appreciated.

On Fri, 6 Mar 2026 at 22:56, G B <gitbeam@gmail.com> wrote:

> Upgrade to latest upstream release 1.2.4.
>
> Release notes: https://blog.ntpsec.org/2025/04/18/version-1.2.4.html
>
> Signed-off-by: G B <gitbeam@proton.me>
> ---
>  .../{ntpsec_1.2.2a.bb => ntpsec_1.2.4.bb}     | 20 +++++++++++--------
>  1 file changed, 12 insertions(+), 8 deletions(-)
>  rename meta-networking/recipes-support/ntpsec/{ntpsec_1.2.2a.bb =>
> ntpsec_1.2.4.bb} (86%)
>
> diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
> b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
> similarity index 86%
> rename from meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
> rename to meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
> index 872d1ce4f7..9704e2d15e 100644
> --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
> +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.4.bb
> @@ -2,12 +2,12 @@ SUMMARY = "The Network Time Protocol suite, refactored"
>  HOMEPAGE = "https://www.ntpsec.org/"
>
>  LICENSE = "CC-BY-4.0 & BSD-2-Clause & NTP & BSD-3-Clause & MIT"
> -LIC_FILES_CHKSUM =
> "file://LICENSES/BSD-2;md5=653830da7b770a32f6f50f6107e0b186 \
> -
> file://LICENSES/BSD-3;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
> -
> file://LICENSES/CC-BY-4.0;md5=2ab724713fdaf49e4523c4503bfd068d \
> -
> file://LICENSES/MIT;md5=5a9dfc801af3eb49df2055c9b07918b2 \
> -
> file://LICENSES/NTP;md5=cb56b7747f86157c78ca81f224806694"
> -
> +LIC_FILES_CHKSUM =
> "file://LICENSES/BSD-2-Clause.txt;md5=653830da7b770a32f6f50f6107e0b186 \
> +
> file://LICENSES/BSD-3-Clause.txt;md5=55e9dcf6a625a2dcfcda4ef6a647fbfd \
> +
> file://LICENSES/CC-BY-4.0.txt;md5=2ab724713fdaf49e4523c4503bfd068d \
> +
> file://LICENSES/MIT.txt;md5=5a9dfc801af3eb49df2055c9b07918b2 \
> +
> file://LICENSES/NTP.txt;md5=cb56b7747f86157c78ca81f224806694"
> +
>  DEPENDS += "bison-native \
>              openssl \
>              python3"
> @@ -17,7 +17,7 @@ SRC_URI = "
> https://ftp.ntpsec.org/pub/releases/ntpsec-${PV}.tar.gz \
>             file://0001-wscript-Add-BISONFLAGS-support.patch \
>             "
>
> -SRC_URI[sha256sum] =
> "e0ce93af222a0a9860e6f5a51aadba9bb5ca601d80b2aea118a62f0a3226950e"
> +SRC_URI[sha256sum] =
> "443e54a6149d1b0bf08677d17b18fced9028b101fc2ffd2c81e0834f87eebc7d"
>
>  UPSTREAM_CHECK_URI = "ftp://ftp.ntpsec.org/pub/releases/"
>
> @@ -63,7 +63,6 @@ EXTRA_OECONF = "--cross-compiler='${CC}' \
>                  --pyshebang=${bindir}/python3 \
>                  --pythondir=${PYTHON_SITEPACKAGES_DIR} \
>                  --pythonarchdir=${PYTHON_SITEPACKAGES_DIR} \
> -                --enable-debug-gdb \
>                  --enable-early-droproot"
>
>  EXTRA_OEWAF_BUILD ?= "-v"
> @@ -89,6 +88,11 @@ do_install:append() {
>         else
>                 install -D -m 0644 ${T}/volatiles.ntpsec
> ${D}${sysconfdir}/default/volatiles/99_${BPN}
>         fi
> +
> +    if [ -d ${D}/usr/lib64 ]; then
> +        mv ${D}/usr/lib64/* ${D}${libdir}/
> +        rmdir ${D}/usr/lib64
> +    fi
>  }
>
>  PACKAGE_BEFORE_PN = "${PN}-python ${PN}-utils ${PN}-viz"
> --
> 2.47.3
>
>

[-- Attachment #2: Type: text/html, Size: 5315 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-25 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04  9:05 [meta-oe][PATCH] ntpsec: upgrade 1.2.2a -> 1.2.4 G B
2026-03-05  6:19 ` [oe] " Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2026-03-06 21:55 G B
2026-03-25 18:32 ` git beam

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.