IABSD.fr/ports/lang

Branch :


Log

Author Commit Date CI Message
bf82045f 2024-07-01 15:32:55 unhook removed php versions (7.4 and 8.0), reminded by aja@
5c0f4f5f 2024-06-30 13:09:20 - remove out-of-security-support PHP versions - move the unversioned bin files (bin/php bin/phar etc) to 8.2 as should have been done previously when ports default changed
5c6a7bbf 2024-06-30 11:47:58 update lang/sbcl to 2.4.6 News: https://www.sbcl.org/news.html#2.4.6
4d892d69 2024-06-26 20:02:24 lang/elixir: Update to 1.17.1
7e5bbacb 2024-06-26 19:48:00 lang/erlang/26: Update to 26.2.5.1
31428ae9 2024-06-25 13:48:24 Remove openbsd/mips64 from lang/go. The openbsd/mips64 port is effectively unmaintainable, largely due to not being able to upstream the direct syscall to libc conversion: https://github.com/golang/go/issues/61546 Remove mips64 from GO_ARCHS, along with armv7 (arm is already included). Remove mips64 from the lang/go Makefile and sort the MACHINE_ARCH handling list. Do the same in go.port.mk, adding riscv64 in the process (neither mips64 or riscv64 were included previously). ok jca@ sthen@
74a36b15 2024-06-23 20:17:23 Bugfix update to mawk-1.3.4-20240622
21b3f1df 2024-06-23 15:51:55 update to RSM 1.81.1
e5c88669 2024-06-23 12:39:35 The configure script adds -mbranch-protection=pac-ret which *disables* BTI on OpenBSD. Change this to -mbranch-protection=standard such that both BTI and PAC support are enabled. This makes BTI work so drop the USE_NOBTCFI-aarch64=Yes bit from the Makefile. ok jeremy@
645b8d8f 2024-06-22 14:01:40 Bump _MODGO_SYSTEM_VERSION due to lang/go BTCFI support. Also remove USE_NOBTCFI, since this is no longer the case on amd64 and arm64 (the flag is still set on other architectures for the time being, but this is ineffective). ok sthen@