-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sync with probe-cli v3.23.0 (#1211)
Co-authored-by: decfox <[email protected]>
- Loading branch information
Showing
145 changed files
with
6,177 additions
and
1,422 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1 +1 @@ | ||
v3.22.0-alpha | ||
v3.23.0 |
This file contains 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 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 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 |
---|---|---|
|
@@ -27,13 +27,13 @@ func cdepsOpenSSLBuildMain(globalEnv *cBuildEnv, deps buildtoolmodel.Dependencie | |
defer restore() | ||
|
||
// See https://github.com/Homebrew/homebrew-core/blob/master/Formula/o/[email protected] | ||
cdepsMustFetch("https://www.openssl.org/source/openssl-3.3.0.tar.gz") | ||
cdepsMustFetch("https://www.openssl.org/source/openssl-3.3.1.tar.gz") | ||
deps.VerifySHA256( // must be mockable | ||
"53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02", | ||
"openssl-3.3.0.tar.gz", | ||
"777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e", | ||
"openssl-3.3.1.tar.gz", | ||
) | ||
must.Run(log.Log, "tar", "-xf", "openssl-3.3.0.tar.gz") | ||
_ = deps.MustChdir("openssl-3.3.0") // must be mockable | ||
must.Run(log.Log, "tar", "-xf", "openssl-3.3.1.tar.gz") | ||
_ = deps.MustChdir("openssl-3.3.1") // must be mockable | ||
|
||
mydir := filepath.Join(topdir, "CDEPS", "openssl") | ||
for _, patch := range cdepsMustListPatches(mydir) { | ||
|
This file contains 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 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 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
Oops, something went wrong.