mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports/mbedtls: Update mbedtls to version 3.4.1
This also makes it build in parallel by preserving the default `makeopts`.
This commit is contained in:
parent
05c5598c38
commit
ffbfeb87c5
Notes:
sideshowbarker
2024-07-16 18:26:46 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/ffbfeb87c5 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 4 additions and 4 deletions
|
@ -203,7 +203,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`make`](make/) | GNU make | 4.4.1 | https://www.gnu.org/software/make/ |
|
| [`make`](make/) | GNU make | 4.4.1 | https://www.gnu.org/software/make/ |
|
||||||
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
|
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
|
||||||
| [`mawk`](mawk/) | mawk | 1.3.4-20230808 | https://invisible-island.net/mawk/ |
|
| [`mawk`](mawk/) | mawk | 1.3.4-20230808 | https://invisible-island.net/mawk/ |
|
||||||
| [`mbedtls`](mbedtls/) | Mbed TLS | 3.1.0 | https://tls.mbed.org/ |
|
| [`mbedtls`](mbedtls/) | Mbed TLS | 3.4.1 | https://tls.mbed.org/ |
|
||||||
| [`mc`](mc/) | Midnight Commander | 4.8.29 | https://midnight-commander.org/ |
|
| [`mc`](mc/) | Midnight Commander | 4.8.29 | https://midnight-commander.org/ |
|
||||||
| [`md4c`](md4c/) | Markdown for C | 0.4.8 | https://github.com/mity/md4c |
|
| [`md4c`](md4c/) | Markdown for C | 0.4.8 | https://github.com/mity/md4c |
|
||||||
| [`mednafen`](mednafen/) | Mednafen (My Emulator Doesn't Need A Frickin' Excellent Name) | 1.31.0-UNSTABLE | https://mednafen.github.io/ |
|
| [`mednafen`](mednafen/) | Mednafen (My Emulator Doesn't Need A Frickin' Excellent Name) | 1.31.0-UNSTABLE | https://mednafen.github.io/ |
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='mbedtls'
|
port='mbedtls'
|
||||||
version='3.1.0'
|
version='3.4.1'
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${version}.tar.gz#b02df6f68dd1537e115a8497d5c173dc71edc55ad084756e57a30f951b725acd"
|
"https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${version}.tar.gz#a420fcf7103e54e775c383e3751729b8fb2dcd087f6165befd13f28315f754f5"
|
||||||
)
|
)
|
||||||
makeopts=(
|
makeopts+=(
|
||||||
'SHARED=1'
|
'SHARED=1'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue