diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-09-15 19:41:31 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2022-09-15 19:51:31 +0000 |
commit | 312ab68be498f0d895d8d4dc5b2f0fc857e45eb9 (patch) | |
tree | 9baab57bb05a5916ebec7b726605a35a67b9516d /net/curl/patches | |
parent | 40f02355993a24dedcce87ef8487e0bbc8f5b402 (diff) |
curl: update to 7.85.0
* https://curl.se/changes.html#7_85_0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/curl/patches')
-rw-r--r-- | net/curl/patches/100-wolfssl.patch | 10 | ||||
-rw-r--r-- | net/curl/patches/200-no_docs_tests.patch | 4 |
2 files changed, 2 insertions, 12 deletions
diff --git a/net/curl/patches/100-wolfssl.patch b/net/curl/patches/100-wolfssl.patch deleted file mode 100644 index d395a07c4..000000000 --- a/net/curl/patches/100-wolfssl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/m4/curl-wolfssl.m4 -+++ b/m4/curl-wolfssl.m4 -@@ -93,6 +93,7 @@ if test "x$OPT_WOLFSSL" != xno; then - They are set up properly later if it is detected. */ - #undef SIZEOF_LONG - #undef SIZEOF_LONG_LONG -+#include <wolfssl/options.h> - #include <wolfssl/ssl.h> - ]],[[ - return wolfSSL_Init(); diff --git a/net/curl/patches/200-no_docs_tests.patch b/net/curl/patches/200-no_docs_tests.patch index 463aeac0b..863c82801 100644 --- a/net/curl/patches/200-no_docs_tests.patch +++ b/net/curl/patches/200-no_docs_tests.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -155,7 +155,7 @@ CLEANFILES = $(VC10_LIBVCXPROJ) $(VC10_S +@@ -158,7 +158,7 @@ CLEANFILES = $(VC10_LIBVCXPROJ) $(VC10_S bin_SCRIPTS = curl-config SUBDIRS = lib src @@ -9,7 +9,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -@@ -269,8 +269,6 @@ cygwinbin: +@@ -272,8 +272,6 @@ cygwinbin: # We extend the standard install with a custom hook: install-data-hook: (cd include && $(MAKE) install) |