| Message ID | 20260304090519.14820-1-gitbeam@proton.me |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] ntpsec: upgrade 1.2.2a -> 1.2.4 | expand |
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] > -=-=-=-=-=-=-=-=-=-=-=- > >
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/"
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%)