From nobody Thu Jun 11 14:42:13 2026 X-Original-To: erlang@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gbljb445Gz6hd1P for ; Thu, 11 Jun 2026 14:42:27 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from hub.olgeni.com (hub.olgeni.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 4gbljZ2dnJz3jcq for ; Thu, 11 Jun 2026 14:42:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=freebsd.org (policy=none); spf=softfail (mx1.freebsd.org: 31.171.246.156 is neither permitted nor denied by domain of olgeni@FreeBSD.org) smtp.mailfrom=olgeni@FreeBSD.org Received: from macbook-m3.lan (93-44-108-206.ip96.fastwebnet.it [93.44.108.206]) by hub.olgeni.com (Postfix) with ESMTPSA id 95732C3F5D; Thu, 11 Jun 2026 16:42:14 +0200 (CEST) Date: Thu, 11 Jun 2026 16:42:13 +0200 (CEST) From: Jimmy Olgeni To: Dave Cottlehuber cc: erlang@FreeBSD.org Subject: Re: remove lang/erlang-runtime21-26 & update lang/erlang -> OTP28 In-Reply-To: Message-ID: <137c7a12-5a72-fbaf-20cf-748c1abe2816@FreeBSD.org> References: List-Id: Support of Erlang-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-erlang List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-erlang@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Result: default: False [0.81 / 15.00]; VIOLATED_DIRECT_SPF(3.50)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_LONG(-1.00)[-0.998]; NEURAL_HAM_MEDIUM(-0.99)[-0.989]; ONCE_RECEIVED(0.20)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : No valid SPF, No valid DKIM,none]; RCVD_NO_TLS_LAST(0.10)[]; ASN(0.00)[asn:50837, ipnet:31.171.244.0/22, country:CH]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[olgeni]; TO_DN_SOME(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MISSING_XM_UA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[erlang@FreeBSD.org]; MID_RHS_MATCH_FROM(0.00)[]; R_DKIM_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2] X-Spamd-Bar: / X-Rspamd-Queue-Id: 4gbljZ2dnJz3jcq Hello :D On Mon, 27 Apr 2026, Dave Cottlehuber wrote: > hi erlangers > > Some proposed changes: > > - add OTP29 as soon as its ready > - update lang/erlang to OTP28 > - retire OTP21-26 as they're not supported upstream > - remove databases/leofs as upstream has not been updated in 6 years > > AFAICT there are no other ports still dependent on very old erlang versions so this shouldn't be a problem. > > If there's no objections I'll do this mid May. I think Erlang 26 is not getting security patches anymore, so I guess the time has come :D (we might even have erlang28/erlang29 with some Mk magic to pick the preferred one like Python etc., but bumping to 28 would be good enough) Should I give a look at it? -- jimmy