mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +01:00
openssl: update to 3.6.0 + remove pregenerated files
There are a fairly significant number. The previous check was actually wrong (all GENERATE files are generated in the build process :\). Change Python accordingly.
This commit is contained in:
parent
2e18c35df8
commit
af23ad1607
10 changed files with 187 additions and 41 deletions
14
steps/openssl-3.6.0/patches/missing-files.patch
Normal file
14
steps/openssl-3.6.0/patches/missing-files.patch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
SPDX-FileCopyrightText: 2025 Samuel Tyler <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
--- openssl-3.6.0/Configure 2025-10-01 22:11:48.000000000 +1000
|
||||
+++ openssl-3.6.0/Configure 2025-12-26 12:04:24.790872245 +1100
|
||||
@@ -2729,7 +2729,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
- die "There are files missing\n" if $missing > 0;
|
||||
|
||||
# Go through the sources of all libraries and check that the same basename
|
||||
# doesn't appear more than once. Some static library archivers depend on
|
||||
Loading…
Add table
Add a link
Reference in a new issue