diff options
| author | Michael Forney <mforney@mforney.org> | 2017-07-03 16:36:56 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-07-03 19:02:09 -0700 |
| commit | d669766711ee7731f0ce7d14cf69c93fadc03d27 (patch) | |
| tree | 6feb2ab7f13a151b660843c0a81e60197f227913 /pkg/curl | |
| parent | 9958c5cd385f74b7489bbdfa1a808102c3d88769 (diff) | |
curl: Update to 7.54.1
Diffstat (limited to 'pkg/curl')
| -rw-r--r-- | pkg/curl/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/curl/curl_config.h | 3 | ||||
| -rw-r--r-- | pkg/curl/gen.rc | 1 | ||||
| -rw-r--r-- | pkg/curl/rev | 2 | ||||
| -rw-r--r-- | pkg/curl/sha256 | 2 | ||||
| -rw-r--r-- | pkg/curl/url | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore index 041aa18b..f33547ca 100644 --- a/pkg/curl/.gitignore +++ b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.54.0.tar.gz +/curl-7.54.1.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h index db4a4719..25f46fd9 100644 --- a/pkg/curl/curl_config.h +++ b/pkg/curl/curl_config.h @@ -1,7 +1,7 @@ #include <config-posix.h> /* features */ -#define CURL_CA_BUNDLE "/etc/ssl/cert.pem" +#define CURL_CA_FALLBACK 1 #define CURL_DISABLE_LDAP 1 #define CURL_DISABLE_LDAPS 1 #define CURL_DISABLE_POP3 1 @@ -14,6 +14,7 @@ #define HAVE_ZLIB_H 1 #define USE_OPENSSL 1 #define USE_UNIX_SOCKETS 1 +/* #undef CURL_CA_BUNDLE "/etc/ssl/cert.pem" */ /* #undef CURL_CA_PATH */ /* #undef CURL_DISABLE_COOKIES */ /* #undef CURL_DISABLE_CRYPTO_AUTH */ diff --git a/pkg/curl/gen.rc b/pkg/curl/gen.rc index bdc502f4..1dc0b200 100644 --- a/pkg/curl/gen.rc +++ b/pkg/curl/gen.rc @@ -95,7 +95,6 @@ exe curl -d '$dir'/deps\ tool_urlglob.c\ tool_util.c\ tool_vms.c\ - tool_writeenv.c\ tool_writeout.c\ tool_xattr.c\ )\ diff --git a/pkg/curl/rev b/pkg/curl/rev index 45a4fb75..ec635144 100644 --- a/pkg/curl/rev +++ b/pkg/curl/rev @@ -1 +1 @@ -8 +9 diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 index 87770dfb..69997f70 100644 --- a/pkg/curl/sha256 +++ b/pkg/curl/sha256 @@ -1 +1 @@ -a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf curl-7.54.0.tar.gz +cd404b808b253512dafec4fed0fb2cc98370d818a7991826c3021984fc27f9d0 curl-7.54.1.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url index ac349e9d..2fe5bc74 100644 --- a/pkg/curl/url +++ b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.54.0.tar.gz" +url = "https://curl.haxx.se/download/curl-7.54.1.tar.gz" |
