diff options
| author | Michael Forney <mforney@mforney.org> | 2017-06-05 21:27:03 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-06-05 21:45:55 -0700 |
| commit | 905fd09117d4c9dbe7118e2c1a268520e60185b9 (patch) | |
| tree | c8f7fa727c982d8e15d9e70064430d82c093ff9c /pkg | |
| parent | 541d83dfe83510aeccb1297f7dd4d509155b5ad8 (diff) | |
curl: Update to 7.54.0
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/curl/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/curl/curl_config.h | 1 | ||||
| -rw-r--r-- | pkg/curl/gen.rc | 5 | ||||
| -rw-r--r-- | pkg/curl/rev | 2 | ||||
| -rw-r--r-- | pkg/curl/sha256 | 2 | ||||
| -rw-r--r-- | pkg/curl/url | 2 |
6 files changed, 9 insertions, 5 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore index 660568eb..041aa18b 100644 --- a/pkg/curl/.gitignore +++ b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.53.1.tar.gz +/curl-7.54.0.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h index f3850a5e..db4a4719 100644 --- a/pkg/curl/curl_config.h +++ b/pkg/curl/curl_config.h @@ -39,6 +39,7 @@ /* #undef HAVE_OLD_GSSMIT */ /* #undef USE_ARES */ /* #undef USE_BLOCKING_SOCKETS */ +/* #undef USE_DARWINSSL */ /* #undef USE_GNUTLS */ /* #undef USE_LIBSSH2 */ /* #undef USE_MANUAL */ diff --git a/pkg/curl/gen.rc b/pkg/curl/gen.rc index c76d185e..bdc502f4 100644 --- a/pkg/curl/gen.rc +++ b/pkg/curl/gen.rc @@ -9,7 +9,10 @@ cflags\ -I '$srcdir'/lib\ -I '$srcdir'/src -hdrs=include/curl/^(curl.h curlbuild.h curlrules.h curlver.h easy.h mprintf.h multi.h stdcheaders.h typecheck-gcc.h) +hdrs=include/curl/^(\ + curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h\ + typecheck-gcc.h curlbuild.h curlrules.h system.h\ +) for(hdr in $hdrs) build '$outdir'/$hdr copy '$srcdir'/$hdr phony headers '$outdir'/$hdrs diff --git a/pkg/curl/rev b/pkg/curl/rev index 7f8f011e..45a4fb75 100644 --- a/pkg/curl/rev +++ b/pkg/curl/rev @@ -1 +1 @@ -7 +8 diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 index 1eab6961..87770dfb 100644 --- a/pkg/curl/sha256 +++ b/pkg/curl/sha256 @@ -1 +1 @@ -64f9b7ec82372edb8eaeded0a9cfa62334d8f98abc65487da01188259392911d curl-7.53.1.tar.gz +a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf curl-7.54.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url index 82bdc46c..ac349e9d 100644 --- a/pkg/curl/url +++ b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.53.1.tar.gz" +url = "https://curl.haxx.se/download/curl-7.54.0.tar.gz" |
