Ports: Bump libffi from version 3.3 to 3.4.2
This commit is contained in:
parent
4563d6da8d
commit
37543234ce
Notes:
sideshowbarker
2024-07-18 08:45:35 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/37543234cee Pull-request: https://github.com/SerenityOS/serenity/pull/8866 Reviewed-by: https://github.com/linusg ✅
3 changed files with 15 additions and 14 deletions
|
@ -58,7 +58,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libarchive`](libarchive/) | libarchive | 3.4.0 | https://libarchive.org/ |
|
||||
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
|
||||
| [`libexpat`](libexpat/) | Expat | 2.2.9 | https://libexpat.github.io/ |
|
||||
| [`libffi`](libffi/) | libffi | 3.3 | https://www.sourceware.org/libffi/ |
|
||||
| [`libffi`](libffi/) | libffi | 3.4.2 | https://www.sourceware.org/libffi/ |
|
||||
| [`libgcrypt`](libgcrypt/) | libgcrypt | 1.9.2 | https://gnupg.org/software/libgcrypt/index.html |
|
||||
| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.42 | https://gnupg.org/software/libgpg-error/index.html |
|
||||
| [`libiconv`](libiconv/) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libffi
|
||||
version=3.3
|
||||
version=3.4.2
|
||||
useconfigure=true
|
||||
files="ftp://sourceware.org/pub/libffi/libffi-${version}.tar.gz libffi-${version}.tar.gz 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056"
|
||||
files="https://github.com/libffi/libffi/releases/download/v${version}/libffi-${version}.tar.gz libffi-${version}.tar.gz 540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620"
|
||||
auth_type=sha256
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
--- a/config.sub 2019-10-31 17:49:54.000000000 +0300
|
||||
+++ b/config.sub 2020-09-10 17:03:14.219589932 +0300
|
||||
@@ -1417,7 +1417,8 @@
|
||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
|
||||
- | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*)
|
||||
+ | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* \
|
||||
+ | -serenity* )
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
diff --git a/config.sub b/config.sub
|
||||
index 14b5150..b541768 100644
|
||||
--- a/config.sub
|
||||
+++ b/config.sub
|
||||
@@ -1722,7 +1722,7 @@ case $os in
|
||||
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
||||
- | nsk* | powerunix* | genode* | zvmoe* )
|
||||
+ | nsk* | powerunix* | genode* | zvmoe* | serenity* )
|
||||
;;
|
||||
-qnx*)
|
||||
# This one is extra strict with allowed versions
|
||||
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
||||
|
|
Loading…
Add table
Reference in a new issue