genode/repos/libports/ports/curl.port
Josef Söntgen 344831ec06 curl: update to version 8.7.1
This commits updates the contrib sources to version 8.7.1.

This version requires more random entropy as it queries OpenSSL
about the current random state and will bail if it is not sufficient.
Doubling the content of the '<inline>' VFS plugin as used in static
configurations seems satisfactory.

Furthermore DNS resolving needs a configured '<pipe>' plugin to work
properly.

Fixes #5184.
2024-04-19 08:54:21 +02:00

16 lines
432 B
Plaintext

LICENSE := MIT
DOWNLOADS := curl.archive
VERSION := 8.7.1
URL(curl) := https://curl.se/download/curl-$(VERSION).tar.gz
SHA(curl) := f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495
SIG(curl) := ${URL(curl)}.asc
KEY(curl) := daniel@haxx.se
DIR(curl) := src/lib/curl
PATCHES := $(addprefix src/lib/curl/,curl_setup.patch max_write_size.patch)
DIRS := include
DIR_CONTENT(include) = src/lib/curl/include/curl