On Fri, Feb 20, 2026 at 7:45 PM Gyorgy Sarvari <[email protected]> wrote: > > > On 2/20/26 04:34, Ankur Tyagi via lists.openembedded.org wrote: > > On Thu, Feb 19, 2026 at 9:19 PM Yoann Congal <[email protected]> wrote: > >> On Thu Feb 19, 2026 at 4:04 AM CET, Anuj Mittal via lists.openembedded.org > >> wrote: > >>> On Wed, Feb 11, 2026 at 8:01 PM Ankur Tyagi via lists.openembedded.org > >>> <[email protected]> wrote: > >>>> From: Ankur Tyagi <[email protected]> > >>>> > >>>> The previous one became inaccessible. > >>>> > >>>> Signed-off-by: Ankur Tyagi <[email protected]> > >>>> --- > >>>> meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb | 3 ++- > >>>> 1 file changed, 2 insertions(+), 1 deletion(-) > >>>> > >>>> diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb > >>>> b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb > >>>> index f172168335..a90a33ada4 100644 > >>>> --- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb > >>>> +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb > >>>> @@ -5,9 +5,10 @@ being useful purely as a system analysis tool." > >>>> HOMEPAGE = "http://tomoyo.sourceforge.jp/" > >>>> SECTION = "System Environment/Kernel" > >>>> > >>>> -SRC_URI = > >>>> "http://jaist.dl.sourceforge.jp/tomoyo/70710/${BP}-20210910.tar.gz" > >>>> +SRC_URI = "${SOURCEFORGE_MIRROR}/tomoyo/${BP}.tar.gz" > >>> How do we know it's -20210910? > >> Also, please put add a downloadfilename containing "${PV}". If not, it > >> will break the mirroring test at the next upgrade. > >> > >> Thanks! > > Thanks Anuj, Yoann. > > > > Let's drop this patch for now as existing SRC_URI seems to be working again. > > Is it working though? When I visit it, it offers me to buy the domain, > and the direct SRC_URI[1] gives me http 403. Is it geo-dependent? >
hmm, maybe it is. > That "-20210910" comes from the original filename. IMO the full BPN > should be tomoyo-tools-2.6.1 (this number refers to another software), > and the version is 20210910, but didn't want to start messing with the > versions with such an old recipe. > > [1]: > http://jaist.dl.sourceforge.jp/tomoyo/70710/tomoyo-tools-2.6.1-20210910.tar.gz > I tested with following SRC_URI which addresses all comments SRC_URI = "${SOURCEFORGE_MIRROR}/tomoyo/${BPN}-${PV}.tar.gz" PV .= "-20210910" If ok then I will send v2. cheers Ankur > > I will monitor the situation and send a new patch if needed. > > > > cheers > > Ankur > > > >>>> SRC_URI[sha256sum] = > >>>> "47a12cdb1fe7bbd0b2e3486150fe1e754fa9c869aeefd42fd311c4022b78010a" > >>>> > >>>> +PV .= "-20210910" > >>>> S = "${UNPACKDIR}/${BPN}" > >>>> > >>>> LICENSE = "GPL-2.0-only" > >>>> > >>>> > >>>> > >> > >> -- > >> Yoann Congal > >> Smile ECS > >> > >> > >> > >> >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124527): https://lists.openembedded.org/g/openembedded-devel/message/124527 Mute This Topic: https://lists.openembedded.org/mt/117754895/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
