From b444196d9946c7aaa281446418f4409a16ea22cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 27 Feb 2023 09:36:53 +0800 Subject: [PATCH] Add a missing description for curl. --- parts.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parts.rst b/parts.rst index c2c6ffb..c10d235 100644 --- a/parts.rst +++ b/parts.rst @@ -614,6 +614,12 @@ make 3.82 GNU ``make`` is now rebuilt properly using the build system and GCC, which means that it does not randomly segfault while building the Linux kernel. +curl 7.83.0 +=========== + +``curl`` is used to download files using various protocols including HTTP and HTTPS. +However, this first build does not support encrypted HTTPS yet. + kexec-tools 2.0.22 ==================