Skip to content

[openwrt-24.10] haproxy: update to v3.0.12#27945

Merged
GeorgeSapkin merged 1 commit intoopenwrt:openwrt-24.10from
gladiac:haproxy-3.0.12-openwrt-24.10
Dec 3, 2025
Merged

[openwrt-24.10] haproxy: update to v3.0.12#27945
GeorgeSapkin merged 1 commit intoopenwrt:openwrt-24.10from
gladiac:haproxy-3.0.12-openwrt-24.10

Conversation

@gladiac
Copy link
Contributor

@gladiac gladiac commented Nov 25, 2025

Maintainer: Thomas Heil heil@terminal-consulting.de, Christian Lachner gladiac@gmail.com (/me)
Compile tested: ipq806x
Run tested: ipq806x (r7800)

Description: Update to v3.0.12

@BKPepe
Copy link
Member

BKPepe commented Nov 28, 2025

@gladiac Can you take a look why the CI/CD fails for you?

@gladiac
Copy link
Contributor Author

gladiac commented Dec 1, 2025

@gladiac Can you take a look why the CI/CD fails for you?

@BKPepe I just checked. All the build pipelines fail while creating the package index. See:

2025-11-25T08:11:58.1745865Z ##[group]  make package/index
2025-11-25T08:11:58.5686379Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'eip197-mini-firmware', which does not exist
2025-11-25T08:11:58.5694601Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'airoha-en8811h-firmware', which does not exist
2025-11-25T08:11:58.5695874Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'r8169-firmware', which does not exist
2025-11-25T08:11:58.5697061Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'e100-firmware', which does not exist
2025-11-25T08:11:58.5698487Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'bnx2-firmware', which does not exist
2025-11-25T08:11:58.5699609Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'bnx2x-firmware', which does not exist
2025-11-25T08:11:58.5703576Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'ar3k-firmware', which does not exist
2025-11-25T08:11:58.5704915Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'mwifiex-sdio-firmware', which does not exist
2025-11-25T08:11:58.5708950Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb2', which does not exist
2025-11-25T08:11:58.5710263Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'edgeport-firmware', which does not exist
2025-11-25T08:11:58.5711616Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'r8152-firmware', which does not exist
2025-11-25T08:11:58.5712824Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb3', which does not exist
2025-11-25T08:11:58.5715700Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'amdgpu-firmware', which does not exist
2025-11-25T08:11:58.5716423Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'i915-firmware-dmc', which does not exist
2025-11-25T08:11:58.5717963Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'radeon-firmware', which does not exist
2025-11-25T08:11:58.5719336Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'kmod-gpio-button-hotplug', which does not exist
2025-11-25T08:11:58.5720041Z WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'nu801', which does not exist
2025-11-25T08:11:58.7450808Z make[2]: Entering directory '/builder/scripts/config'
2025-11-25T08:11:58.7451391Z make[2]: 'conf' is up to date.
2025-11-25T08:11:58.7451865Z make[2]: Leaving directory '/builder/scripts/config'
2025-11-25T08:11:58.8060465Z tmp/.config-package.in:66:warning: ignoring type redefinition of 'PACKAGE_libc' from 'bool' to 'tristate'
2025-11-25T08:11:58.8061446Z tmp/.config-package.in:93:warning: ignoring type redefinition of 'PACKAGE_libgcc' from 'bool' to 'tristate'
2025-11-25T08:11:58.8062159Z tmp/.config-package.in:207:warning: ignoring type redefinition of 'PACKAGE_libpthread' from 'bool' to 'tristate'
2025-11-25T08:11:58.8063058Z tmp/.config-package.in:262:warning: ignoring type redefinition of 'PACKAGE_librt' from 'bool' to 'tristate'
2025-11-25T08:11:58.8066006Z Config-build.in:1247:warning: defaults for choice values not supported
2025-11-25T08:11:58.8066592Z Config-build.in:1251:warning: defaults for choice values not supported
2025-11-25T08:11:58.8067011Z Config-build.in:1255:warning: defaults for choice values not supported
2025-11-25T08:11:58.8097885Z #
2025-11-25T08:11:58.8098185Z # No change to .config
2025-11-25T08:11:58.8098397Z #
2025-11-25T08:11:58.8161199Z  make[1] package/index
2025-11-25T08:12:12.8648286Z make -r package/index: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
2025-11-25T08:12:12.8649299Z make: *** [/builder/include/toplevel.mk:226: package/index] Error 1
2025-11-25T08:12:12.8651667Z ##[endgroup]
2025-11-25T08:12:16.0093962Z ##[error]Process completed with exit code 2.

However, I cannot reproduce this on my build machine as the build goes through just fine on the 24.10 branch. Also just running make -r package/index works as expected. Not sure what's wrong in the CI

@BKPepe BKPepe force-pushed the haproxy-3.0.12-openwrt-24.10 branch from adf6cda to a794062 Compare December 1, 2025 12:36
@gladiac
Copy link
Contributor Author

gladiac commented Dec 2, 2025

Same problem again. However, it seems like other PRs for the 24.10 branch suffer from the same problem...

- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-3.0.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
@GeorgeSapkin GeorgeSapkin force-pushed the haproxy-3.0.12-openwrt-24.10 branch from a794062 to 248ea76 Compare December 2, 2025 12:27
@GeorgeSapkin
Copy link
Member

GeorgeSapkin commented Dec 2, 2025

The opkg signing issues in the CI are addressed now. However some tests seem to be failing for unrelated reasons.

@gladiac
Copy link
Contributor Author

gladiac commented Dec 3, 2025

The remaining failing checks are caused by download failures of several Packages.gz from downloads.openwrt.org and should be unrelated to this PR.

@GeorgeSapkin GeorgeSapkin merged commit 0f1e74b into openwrt:openwrt-24.10 Dec 3, 2025
8 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OpenWrt 24.10 Issue/PR on branch 24.10 Update package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants