-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[curl] Update to 8.19.0 [wolfssl] Fixup #50125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d137543
[curl] 8.19.0 rc2
dg0yt 493aa82
rc3
dg0yt fc00d0a
Merge remote-tracking branch 'origin/master' into curl
dg0yt 0640322
Trace
dg0yt dde2983
[wolfssl] Fix arm32 android
dg0yt fdb171d
Trace [skip actions]
dg0yt cf23ba3
Trace [skip actions]
dg0yt 1e21c4f
Fixup [skip actions]
dg0yt 36212c9
WIP
dg0yt accc5d0
Revert "Trace [skip actions]"
dg0yt 52c7e02
WIP
dg0yt 8340cf5
Finish
dg0yt 0d9f479
Remove tracing
dg0yt 361b46b
Trace
dg0yt c7e1d77
Revert "Trace"
dg0yt 4dcdd52
Fixup
dg0yt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| diff --git a/cmake/config.in b/cmake/config.in | ||
| index f2524e4..6054b6d 100644 | ||
| --- a/cmake/config.in | ||
| +++ b/cmake/config.in | ||
| @@ -19,9 +19,6 @@ | ||
| /* Define to 1 if you have the `gmtime_r' function. */ | ||
| #cmakedefine HAVE_GMTIME_R @HAVE_GMTIME_R@ | ||
|
|
||
| -/* Define to 1 if you have the <limits.h> header file. */ | ||
| -#cmakedefine HAVE_LIMITS_H @HAVE_LIMITS_H@ | ||
| - | ||
| /* Define to 1 if you have the <pcap/pcap.h> header file. */ | ||
| #cmakedefine HAVE_PCAP_PCAP_H @HAVE_PCAP_PCAP_H@ | ||
|
|
||
| diff --git a/cmake/options.h.in b/cmake/options.h.in | ||
| index 7446b1b..615cc9b 100644 | ||
| --- a/cmake/options.h.in | ||
| +++ b/cmake/options.h.in | ||
| @@ -122,6 +122,8 @@ extern "C" { | ||
| #cmakedefine HAVE_KEYING_MATERIAL | ||
| #undef HAVE_LIBOQS | ||
| #cmakedefine HAVE_LIBOQS | ||
| +#undef HAVE_LIMITS_H | ||
| +#cmakedefine HAVE_LIMITS_H @HAVE_LIMITS_H@ | ||
| #undef HAVE_MAX_FRAGMENT | ||
| #cmakedefine HAVE_MAX_FRAGMENT | ||
| #undef HAVE_OCSP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wolfSSL/wolfssl#9936