From c0fb95d700574a369988f3379559f66dba57404c Mon Sep 17 00:00:00 2001 From: Michaël Zasso Date: Fri, 31 Aug 2018 10:57:20 +0200 Subject: build: stop supporting FreeBSD 10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FreeBSD 10 is considered a Legacy Release by the FreeBSD project. Its latest version 10.4 was released in October 2017 and support for it is expected to EoL on October 31, 2018. Refs: https://www.freebsd.org/security/security.html#sup PR-URL: https://github.com/nodejs/node/pull/22617 Reviewed-By: Ruben Bridgewater Reviewed-By: Refael Ackermann Reviewed-By: George Adams Reviewed-By: Gireesh Punathil Reviewed-By: Trivikram Kamat Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Richard Lau Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: Anatoli Papirovski Reviewed-By: Denys Otrishko --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index 32c4c47e14..243ee56df5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -44,7 +44,7 @@ platforms in production. | macOS/OS X | Tier 1 | >= 10.11 | x64 | | | Windows | Tier 1 | >= Windows 7/2008 R2/2012 R2 | x86, x64 | [2](#fn2),[3](#fn3),[4](#fn4) | | SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | [1](#fn1) | -| FreeBSD | Tier 2 | >= 10 | x64 | | +| FreeBSD | Tier 2 | >= 11 | x64 | | | GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | | | AIX | Tier 2 | >= 7.1 TL04 | ppc64be >=power7 | | | GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | | -- cgit v1.2.3