Skip to content

Commit 0a40605

Browse files
committed
DOC: install: update the list of supported versions
OpenSSL up to 3.4 was tested, and gcc up to 14 was tested, so let's reflect this in the install doc.
1 parent 16022c2 commit 0a40605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ HAProxy requires a working GCC or Clang toolchain and GNU make :
111111
may want to retry with "gmake" which is the name commonly used for GNU make
112112
on BSD systems.
113113

114-
- GCC >= 4.2 (up to 13 tested). Older versions can be made to work with a
114+
- GCC >= 4.2 (up to 14 tested). Older versions can be made to work with a
115115
few minor adaptations if really needed. Newer versions may sometimes break
116116
due to compiler regressions or behaviour changes. The version shipped with
117117
your operating system is very likely to work with no trouble. Clang >= 3.0
@@ -235,7 +235,7 @@ to forcefully enable it using "USE_LIBCRYPT=1".
235235
-----------------
236236
For SSL/TLS, it is necessary to use a cryptography library. HAProxy currently
237237
supports the OpenSSL library, and is known to build and work with branches
238-
1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, and 3.0 to 3.3. It is recommended to use
238+
1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, and 3.0 to 3.4. It is recommended to use
239239
at least OpenSSL 1.1.1 to have support for all SSL keywords and configuration
240240
in HAProxy. OpenSSL follows a long-term support cycle similar to HAProxy's,
241241
and each of the branches above receives its own fixes, without forcing you to

0 commit comments

Comments
 (0)