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:
EWouters 2023-09-02 16:26:46 +02:00 committed by Jelle Raaijmakers
parent 05c5598c38
commit ffbfeb87c5
Notes: sideshowbarker 2024-07-16 18:26:46 +09:00
2 changed files with 4 additions and 4 deletions

View File

@ -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/ |
| [`mandoc`](mandoc/) | mandoc | 1.14.5 | https://mandoc.bsd.lv/ |
| [`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/ |
| [`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/ |

View File

@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='mbedtls'
version='3.1.0'
version='3.4.1'
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'
)