From 46b6053f6dea5968ed20493b69f3daf0a4a05237 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 13 Mar 2023 19:30:11 +0300 Subject: Upgrade to 7.88.1 That in particular fixes CVE-2023-23914 CVE-2023-23915 CVE-2023-23916. --- curl/curl/tool_main.c | 4 ++-- curl/manifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'curl') diff --git a/curl/curl/tool_main.c b/curl/curl/tool_main.c index 9b8d498..0eb4e6d 100644 --- a/curl/curl/tool_main.c +++ b/curl/curl/tool_main.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -194,7 +194,7 @@ static CURLcode main_init(struct GlobalConfig *config) #endif /* Initialise the global config */ - config->showerror = -1; /* Will show errors */ + config->showerror = FALSE; /* show errors when silent */ config->errors = stderr; /* Default errors to stderr */ config->styled_output = TRUE; /* enable detection */ config->parallel_max = PARALLEL_DEFAULT; diff --git a/curl/manifest b/curl/manifest index 87476f3..31f1348 100644 --- a/curl/manifest +++ b/curl/manifest @@ -1,6 +1,6 @@ : 1 name: curl -version: 7.87.0 +version: 7.88.1-a.0.z priority: security summary: Command line tool for transferring data with URLs license: curl ; MIT/X derivate license. -- cgit v1.1