openwrt / routing

OpenWrt Routing Packages
328 stars 369 forks source link

[23.05] mesh11sd: update to version 3.1.1 #1059

Closed bluewavenet closed 4 months ago

bluewavenet commented 5 months ago

Maintainer: Rob White rob@blue-wave.net

Compile tested: All

Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, mips_24kc, aarch64_cortex-a53, x86-64 On 23.5 and master/snapshot.

Description: mesh11sd (3.1.1) This release contains several bug fixes. These fixes include improved ndp scan and more reliable peer node identification.

Details can be found here: https://github.com/openNDS/mesh11sd/releases/tag/v3.1.1

Signed-off-by: Rob White rob@blue-wave.net (cherry picked from commit 334058d94df230a89cc33cb807027266ba8aed85)

bluewavenet commented 5 months ago

@BKPepe Sorry to bring bad news but CI fails on olsrd, so it bombs out entirely......

WARNING: PKG_MIRROR_HASH does not match olsrd-2023.06.12~a9b3f1ac.tar.xz hash bd37e1373cd1f4f802fa99f24eb141d226a9297f9e11dbcf0a1780d1f4e07982

BKPepe commented 5 months ago

Something is happening with that tarball. I can not check it, right now. I would have some time tomorrow.

Dne so 6. 4. 2024 18:09 uživatel Rob White @.***> napsal:

@BKPepe https://github.com/BKPepe Sorry to bring bad news but CI fails on olsrd, so it bombs out entirely......

WARNING: PKG_MIRROR_HASH does not match olsrd-2023.06.12~a9b3f1ac.tar.xz hash bd37e1373cd1f4f802fa99f24eb141d226a9297f9e11dbcf0a1780d1f4e07982

— Reply to this email directly, view it on GitHub https://github.com/openwrt/routing/pull/1059#issuecomment-2041127541, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7IDVH2LVNCNRLCHTHR5MLY4AM5BAVCNFSM6AAAAABF2RCHVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGEZDONJUGE . You are receiving this because you were mentioned.Message ID: @.***>

bluewavenet commented 5 months ago

@BKPepe Did you have time to check what was going on? It is very odd for the hash to have changed....

bluewavenet commented 5 months ago

@BKPepe As this is purely a problem with CI, could we merge this anyway? - Noting that the mesh11sd update has now rolled out correctly in master/snapshot.

BKPepe commented 5 months ago

Oh... I know what is going on. 🤦

  1. CI tries to download and compile package: olsrd Unfortunately or fortunately, it checkouts Git sources. There was recent change for master that OpenWrt core members switched to use zstd instead of xz. (https://github.com/openwrt/routing/pull/1061)

In other words, master is using zstd, hashes changed, but OpenWrt stable branches e.g. 23.05 are still using xz, thus it does not match as it tries to download it from OpenWrt's sources CDN.

Not sure, though if it is only CI/CD related. Need to check it further.

bluewavenet commented 5 months ago

@BKPepe Thanks for looking into this - it's a large PITA ;-)

bluewavenet commented 4 months ago

@BKPepe Did you manage to look into the problem?

I am closing this now as a new release is imminent.