Skip to content

Commit

Permalink
Update to vanilla curl 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Jan 13, 2024
1 parent 6d7d624 commit ed0fec3
Show file tree
Hide file tree
Showing 828 changed files with 21,161 additions and 9,938 deletions.
86 changes: 43 additions & 43 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
# triaging, but is intended to add labels to the easy cases. If the matching
# language becomes more powerful, more cases should be able to be handled.
#
# Labels are added in two ways: the AnyGlobToAllFiles ones are added if all the
# files fit into the category, and the AnyGlobToAnyFile ones are added as long
# as any file matches. The first ones are for "major" categories (the PR is all
# about that one topic, like HTTP/3), while the second ones are "addendums"
# that give useful information about a PR that's really mostly something else
# (e.g. CI if the PR also touches CI jobs).
# Labels are added in two ways: the any-glob-to-all-files ones are added if all
# the files fit into the category, and the any-glob-to-any-file ones are added
# as long as any file matches. The first ones are for "major" categories (the
# PR is all about that one topic, like HTTP/3), while the second ones are
# "addendums" that give useful information about a PR that's really mostly
# something else (e.g. CI if the PR also touches CI jobs).

appleOS:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- '.github/workflows/macos.yml'
- 'lib/config-mac.h'
- 'lib/macos*'
Expand All @@ -28,7 +28,7 @@ appleOS:
authentication:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/mk-ca-bundle.1'
- 'docs/libcurl/opts/CURLINFO_HTTPAUTH*'
- 'docs/libcurl/opts/CURLINFO_PROXYAUTH*'
Expand All @@ -51,7 +51,7 @@ authentication:
build:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- '**/CMakeLists.txt'
- '**/Makefile.am'
- '**/Makefile.inc'
Expand All @@ -77,7 +77,7 @@ build:
CI:
- all:
- changed-files:
- AnyGlobToAnyFile:
- any-glob-to-any-file:
- '.azure-pipelines.yml'
- '.circleci/**'
- '.cirrus.yml'
Expand All @@ -91,7 +91,7 @@ CI:
cmake:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- '**/CMakeLists.txt'
- 'CMake/**'
- 'docs/INSTALL.cmake'
Expand All @@ -100,14 +100,14 @@ cmake:
cmdline tool:
- all:
- changed-files:
- AnyGlobToAnyFile:
- any-glob-to-any-file:
- 'docs/cmdline-opts/**'
- 'src/**'

connecting & proxies:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/CONNECTION-FILTERS.md'
- 'docs/examples/ipv6.c'
- 'docs/libcurl/opts/CURLINFO_CONNECT*'
Expand Down Expand Up @@ -136,7 +136,7 @@ connecting & proxies:
cookies:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/HTTP-COOKIES.md'
- 'docs/cmdline-opts/cookie*'
- 'docs/cmdline-opts/junk-session-cookies.d'
Expand All @@ -149,7 +149,7 @@ cookies:
cryptography:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/CIPHERS.md'
- 'docs/RUSTLS.md'
- 'docs/libcurl/opts/CURLOPT_EGDSOCKET*'
Expand All @@ -163,14 +163,14 @@ cryptography:
DICT:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'lib/dict.*'
- 'tests/dictserver.py'

documentation:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- '**/*.md'
- '**/*.txt'
- '**/*.1'
Expand All @@ -189,7 +189,7 @@ documentation:
FTP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/libcurl/opts/CURLINFO_FTP*'
- 'docs/libcurl/opts/CURLOPT_FTP*'
- 'docs/libcurl/opts/CURLOPT_WILDCARDMATCH*'
Expand All @@ -202,13 +202,13 @@ FTP:
GOPHER:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'lib/gopher*'

HTTP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/examples/hsts*'
- 'docs/examples/http-*'
- 'docs/examples/httpput*'
Expand Down Expand Up @@ -244,7 +244,7 @@ HTTP:
HTTP/2:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'CMake/FindNGHTTP2.cmake'
- 'CMake/FindQUICHE.cmake'
- 'docs/HTTP2.md'
Expand All @@ -256,7 +256,7 @@ HTTP/2:
HTTP/3:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- '.github/workflows/ngtcp2*'
- '.github/workflows/quiche*'
- 'CMake/FindMSH3.cmake'
Expand All @@ -271,35 +271,35 @@ HTTP/3:
Hyper:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/HYPER.md'
- 'lib/c-hyper.*'

IMAP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'lib/imap*'
- 'docs/examples/imap*'

LDAP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'lib/*ldap*'

libcurl API:
- all:
- changed-files:
- AnyGlobToAnyFile:
- any-glob-to-any-file:
- 'docs/libcurl/ABI.md'
- 'docs/libcurl/curl_*.3'
- 'include/curl/**'

logging:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/cmdline-opts/trace*'
- 'docs/libcurl/curl_global_trace*'
- 'lib/curl_trc*'
Expand All @@ -308,7 +308,7 @@ logging:
MIME:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/libcurl/curl_form*'
- 'docs/libcurl/curl_mime_*'
- 'docs/libcurl/opts/CURLOPT_MIME*'
Expand All @@ -320,15 +320,15 @@ MIME:
MQTT:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/MQTT.md'
- 'lib/mqtt*'
- 'tests/server/mqttd.c'

name lookup:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/examples/resolve.c'
- 'docs/libcurl/opts/CURLINFO_NAMELOOKUP*'
- 'docs/libcurl/opts/CURLOPT_DNS*'
Expand All @@ -346,20 +346,20 @@ name lookup:
POP3:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/examples/pop3*'
- 'lib/pop3.*'

RTMP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'lib/curl_rtmp.*'

RTSP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/libcurl/opts/CURLINFO_RTSP*'
- 'docs/libcurl/opts/CURLOPT_RTSP*'
- 'lib/rtsp.*'
Expand All @@ -369,7 +369,7 @@ RTSP:
SCP/SFTP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'CMake/FindLibSSH2.cmake'
- 'docs/libcurl/opts/CURLOPT_SSH*'
- 'docs/examples/sftp*'
Expand All @@ -380,7 +380,7 @@ SCP/SFTP:
script:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- '**/*.pl'
- '**/*.sh'
- 'curl-config.in'
Expand All @@ -392,36 +392,36 @@ script:
SMB:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'lib/smb.*'
- 'tests/smbserver.py'

SMTP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/examples/smtp-*'
- 'docs/libcurl/opts/CURLOPT_MAIL*'
- 'lib/smtp.*'

tests:
- all:
- changed-files:
- AnyGlobToAnyFile:
- any-glob-to-any-file:
- 'tests/**'

TFTP:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'lib/tftp.*'
- 'tests/tftpserver.pl'
- 'tests/server/tftp*'

TLS:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'CMake/FindBearSSL.cmake'
- 'CMake/FindMbedTLS.cmake'
- 'CMake/FindWolfSSL.cmake'
Expand Down Expand Up @@ -453,7 +453,7 @@ TLS:
URL:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/libcurl/curl_url*'
- 'docs/URL-SYNTAX.md'
- 'docs/examples/parseurl*'
Expand All @@ -463,7 +463,7 @@ URL:
WebSocket:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- 'docs/WEBSOCKET.md*'
- 'docs/examples/websocket*'
- 'docs/libcurl/curl_ws_*'
Expand All @@ -478,7 +478,7 @@ WebSocket:
Windows:
- all:
- changed-files:
- AnyGlobToAllFiles:
- any-glob-to-all-files:
- '**/Makefile.mk'
- 'appveyor.yml'
- 'CMake/Platforms/WindowsCache.cmake'
Expand Down
15 changes: 15 additions & 0 deletions .github/scripts/codespell-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
#
# SPDX-License-Identifier: curl
clen
te
wont
statics
nome
wast
numer
anull
inout
msdos
ba
fo
Loading

0 comments on commit ed0fec3

Please sign in to comment.