curl: Update to version 8.14.1
Commit Message
- Update from version 8.14.0 to 8.14.1
- Update of rootfile not required
- Changelog
8.14.1
Bugfixes:
o asyn-thrdd: fix cleanup when RR fails due to OOM [20]
o autotools: recognize more Linux targets when setting `-D_GNU_SOURCE` [35]
o BUG-BOUNTY.md. mention the medium bounty amount in 2025 [5]
o cmake: fix missed version number for multi-pkg-config detections [14]
o cmdline-docs: mention HTTP resumed uploads to be shaky [21]
o curl: make -N handled correctly [34]
o curl: upload from '.' fix [9]
o dllmain: exclude from Cygwin builds [32]
o docs/tests: remove mention of hyper [23]
o docs: fix typos [12]
o ftp: fix teardown of DATA connection in done [31]
o http: fail early when rewind of input failed when following redirects [2]
o license: update some copyright links to curl.se [24]
o memanalyze.pl: fix getaddrinfo/freeaddrinfo checks [25]
o misc: fix spelling [15]
o misc: we write *an* IPv6 address [10]
o multi: fix add_handle resizing [3]
o spelling: 'a' vs 'an' [8]
o spelling: call it null-terminate consistently [6]
o test1510: fix expectation [19]
o tests: await portfile to be complete [1]
o tests: fix checks for https-mtls proto [30]
o tests: improve server start reliability [18]
o tests: move test docs into /docs [16]
o tests: re-enable 1510, document heimdal memleak [22]
o tests: test mtls also w/ clientAuth EKU only [28]
o tests: test mtls with --insecure [29]
o tls BIOs: handle BIO_CTRL_EOF correctly [33]
o tool_getparam: make --no-anyauth not be accepted [13]
o tool_getparam: refactored, simplified [4]
o tool_getparam: remove two nextarg NULL checks [11]
o VULN-DISCLOSURE-POLICY.md: the distros list wants <= 7 days embargo [26]
o wolfssl: fix sending of early data [7]
o ws: handle blocked sends better [27]
o ws: tests and fixes [17]
Planned upcoming removals include:
o Support for the msh3 HTTP/3 backend
o Supporting curl builds using VS2008
o The Secure Transport and BearSSL TLS backends
o The winbuild build system
o Windows CE support
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/curl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -24,7 +24,7 @@
include Config
-VER = 8.14.0
+VER = 8.14.1
THISAPP = curl-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d8b7d58e6923366265a1d95d3a6f14002729dfb95d88b17ec925d096bd199b206f6c9645e1e4be3bc2d295e8898c35990eda6f45329396f38753725907e402a1
+$(DL_FILE)_BLAKE2 = 4ce2277d143084823855b714e86047a94d4c52a686b8d16d9ab76c31168f1a74d63dfa7608cff36706a8a0b9bf9cc611a9b99860b176a227bca580cd95e9cff2
install : $(TARGET)