-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
55 additions
and
61 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
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
curl-config.in: Don't surround CA path with quotes | ||
|
||
https://github.com/curl/curl/issues/15041 | ||
--- curl-config.in.orig | ||
+++ curl-config.in | ||
@@ -71,7 +71,7 @@ while test "$#" -gt 0; do | ||
;; | ||
|
||
--ca) | ||
- echo '@CURL_CA_BUNDLE@' | ||
+ echo @CURL_CA_BUNDLE@ | ||
;; | ||
|
||
--cc) |
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,11 +1,11 @@ | ||
--- Makefile.orig 2024-07-24 01:21:35.000000000 -0500 | ||
+++ Makefile 2024-07-24 06:28:30.000000000 -0500 | ||
--- Makefile.dist.orig 2024-09-18 00:56:40.000000000 -0500 | ||
+++ Makefile.dist 2024-09-22 13:57:59.000000000 -0500 | ||
@@ -64,7 +64,7 @@ | ||
|
||
ca-bundle: scripts/mk-ca-bundle.pl | ||
@echo "generate a fresh ca-bundle.crt" | ||
- @perl $< -b -l -u lib/ca-bundle.crt | ||
+ @perl $< -n lib/ca-bundle.crt | ||
|
||
ca-firefox: lib/firefox-db2pem.sh | ||
ca-firefox: scripts/firefox-db2pem.sh | ||
@echo "generate a fresh ca-bundle.crt" |
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