On Mon, Apr 14, 2025 at 07:30:22PM +0000, Lucas Gabriel Vuotto wrote: > Hi ports, > > A new release of HAProxy came out shortly after the ports tree lock. > The announcement didn't show anything significant, so I delayed it until > now. Announcement at [0], changelog at [1]. > > [0]: https://www.mail-archive.com/haproxy@formilux.org/msg45741.html > [1]: > https://git.haproxy.org/?p=haproxy-3.0.git;a=blob_plain;f=CHANGELOG;hb=7f0031e394d46a60efb2b8967b5ea9f39f867126 > > OK?
ok This is a bit annoying, if harmless: In file included from src/tools.c:60: In file included from include/import/eb32sctree.h:24: In file included from include/import/ebtree.h:250: In file included from include/import/ebtree-t.h:24: In file included from include/haproxy/api-t.h:36: include/haproxy/compiler.h:252:9: warning: 'CONCAT' macro redefined [-Wmacro-redefined] #define CONCAT(a,b) _CONCAT(a,b) ^ /usr/include/sys/exec_elf.h:752:9: note: previous definition is here #define CONCAT(x,y) __CONCAT(x,y) ^ 1 warning generated.