mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
Ports/openssl: Update to 3.0.9
The 3.0 series is the new LTS version and is supported until 7th September 2026. The 1.1.1 series which is the previous LTS version has an end of support on 11th September 2023.
This commit is contained in:
parent
25b89aa962
commit
b38edc9d43
6 changed files with 43 additions and 13 deletions
|
@ -0,0 +1,23 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Kenneth Myhra <kennethmyhra@gmail.com>
|
||||
Date: Tue, 18 Jul 2023 19:18:27 +0200
|
||||
Subject: [PATCH] Add serenity alias to linker version script
|
||||
|
||||
This adds a serenity alias to the linker version script and forwards it
|
||||
to the solaris configuration.
|
||||
---
|
||||
util/mkdef.pl | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/util/mkdef.pl b/util/mkdef.pl
|
||||
index d9534674cde1ed722cbf665692b9efc541f1d01a..28976aafe65b97dfd6bab7c460cc0f9648d33ebd 100755
|
||||
--- a/util/mkdef.pl
|
||||
+++ b/util/mkdef.pl
|
||||
@@ -113,6 +113,7 @@ my %OS_data = (
|
||||
platforms => { UNIX => 1 } },
|
||||
"solaris-gcc" => 'solaris', # alias
|
||||
linux => 'solaris', # alias
|
||||
+ serenity => 'solaris', # alias
|
||||
"bsd-gcc" => 'solaris', # alias
|
||||
aix => { writer => \&writer_aix,
|
||||
sort => sorter_unix(),
|
Loading…
Add table
Add a link
Reference in a new issue