Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
limit-weight-to-int-max.patch | fix weight maximum value Ipvs kernel module accepts weight up to 2147483647 (INT_MAX). This patch raises ipvsadm weight maximum value to INT_MAX instead of 65535. |
Francois Lallart <fraff@free.fr> | no | debian | 2023-12-21 | |
cross.patch | fix FTCBFS Replace hard-coded pkg-config with a variable. | Helmut Grohne <helmut@subdivi.de> | no | debian | ||
fix-ambiguous-usage-error-message.patch | Fix ambiguous usage error message If `-6` is used without `-f`, the upstream error message is "-6 used before -f", which can be misconstrued as warning that both options were used but in the wrong order. . This patch changes the option-parsing to allow `-6` to appear before `-f` and changes the error-message in the case that `-6` was used without `-f`. |
Jeremy Sowden <jeremy@azazel.net> | no | debian | ||
fix-build-flags.patch | Patch Makefiles to support build flags The upstream Makefiles don't use CPPFLAGS or LDFLAGS, and set CFLAGS unconditionally, ignoring any value inherited from the environment. |
Jeremy Sowden <jeremy@azazel.net> | no | |||
fix-build-race-condition.patch | make sure libipvs.a is built before ipvsadm There is no explicit rule in the top-level Makefile to build libipvs.a. It is built by the phony target `libs`. However, there is no guarantee of the order in which the prerequisites of the `all` target are built, so add a dependency of `$(STATIC_LIBS)` on `libs`. |
Jeremy Sowden <jeremy@azazel.net> | no | 2024-11-24 |