From efc6e91b59461ffa02b671e7417cf1e83bcdbb52 Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Fri, 13 Jan 2017 13:18:18 +0100
Subject: [PATCH] curl: update to 7.52.1

---
 components/web/curl/Makefile                      |    4 ++--
 components/web/curl/manifests/sample-manifest.p5m |   21 +++++++++++++++++++++
 components/web/curl/curl.p5m                      |   21 +++++++++++++++++++++
 3 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/components/web/curl/Makefile b/components/web/curl/Makefile
index 535017a..4b7be55 100644
--- a/components/web/curl/Makefile
+++ b/components/web/curl/Makefile
@@ -23,12 +23,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =        curl
-COMPONENT_VERSION=      7.51.0
+COMPONENT_VERSION=      7.52.1
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=  http://curl.haxx.se/
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH= \
-    sha256:65b5216a6fbfa72f547eb7706ca5902d7400db9868269017a8888aa91d87977c
+    sha256:a8984e8b20880b621f61a62d95ff3c0763a3152093a9f9ce4287cfd614add6ae
 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
 COMPONENT_SIG_URL=  	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE).asc
 COMPONENT_BUGDB=	library/curl
diff --git a/components/web/curl/curl.p5m b/components/web/curl/curl.p5m
index 8593325..a2bbf94 100644
--- a/components/web/curl/curl.p5m
+++ b/components/web/curl/curl.p5m
@@ -90,7 +90,9 @@
 file path=usr/share/man/man3/CURLINFO_PRIMARY_IP.3
 file path=usr/share/man/man3/CURLINFO_PRIMARY_PORT.3
 file path=usr/share/man/man3/CURLINFO_PRIVATE.3
+file path=usr/share/man/man3/CURLINFO_PROTOCOL.3
 file path=usr/share/man/man3/CURLINFO_PROXYAUTH_AVAIL.3
+file path=usr/share/man/man3/CURLINFO_PROXY_SSL_VERIFYRESULT.3
 file path=usr/share/man/man3/CURLINFO_REDIRECT_COUNT.3
 file path=usr/share/man/man3/CURLINFO_REDIRECT_TIME.3
 file path=usr/share/man/man3/CURLINFO_REDIRECT_URL.3
@@ -100,6 +102,7 @@
 file path=usr/share/man/man3/CURLINFO_RTSP_CSEQ_RECV.3
 file path=usr/share/man/man3/CURLINFO_RTSP_SERVER_CSEQ.3
 file path=usr/share/man/man3/CURLINFO_RTSP_SESSION_ID.3
+file path=usr/share/man/man3/CURLINFO_SCHEME.3
 file path=usr/share/man/man3/CURLINFO_SIZE_DOWNLOAD.3
 file path=usr/share/man/man3/CURLINFO_SIZE_UPLOAD.3
 file path=usr/share/man/man3/CURLINFO_SPEED_DOWNLOAD.3
@@ -250,6 +253,7 @@
 file path=usr/share/man/man3/CURLOPT_POSTQUOTE.3
 file path=usr/share/man/man3/CURLOPT_POSTREDIR.3
 file path=usr/share/man/man3/CURLOPT_PREQUOTE.3
+file path=usr/share/man/man3/CURLOPT_PRE_PROXY.3
 file path=usr/share/man/man3/CURLOPT_PRIVATE.3
 file path=usr/share/man/man3/CURLOPT_PROGRESSDATA.3
 file path=usr/share/man/man3/CURLOPT_PROGRESSFUNCTION.3
@@ -262,7 +266,24 @@
 file path=usr/share/man/man3/CURLOPT_PROXYTYPE.3
 file path=usr/share/man/man3/CURLOPT_PROXYUSERNAME.3
 file path=usr/share/man/man3/CURLOPT_PROXYUSERPWD.3
+file path=usr/share/man/man3/CURLOPT_PROXY_CAINFO.3
+file path=usr/share/man/man3/CURLOPT_PROXY_CAPATH.3
+file path=usr/share/man/man3/CURLOPT_PROXY_CRLFILE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_KEYPASSWD.3
+file path=usr/share/man/man3/CURLOPT_PROXY_PINNEDPUBLICKEY.3
 file path=usr/share/man/man3/CURLOPT_PROXY_SERVICE_NAME.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLCERT.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLCERTTYPE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLKEY.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLKEYTYPE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLVERSION.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_CIPHER_LIST.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_OPTIONS.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYHOST.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYPEER.3
+file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_PASSWORD.3
+file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_TYPE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_USERNAME.3
 file path=usr/share/man/man3/CURLOPT_PROXY_TRANSFER_MODE.3
 file path=usr/share/man/man3/CURLOPT_PUT.3
 file path=usr/share/man/man3/CURLOPT_QUOTE.3
diff --git a/components/web/curl/manifests/sample-manifest.p5m b/components/web/curl/manifests/sample-manifest.p5m
index b0d7ba9..7a4f22e 100644
--- a/components/web/curl/manifests/sample-manifest.p5m
+++ b/components/web/curl/manifests/sample-manifest.p5m
@@ -72,7 +72,9 @@
 file path=usr/share/man/man3/CURLINFO_PRIMARY_IP.3
 file path=usr/share/man/man3/CURLINFO_PRIMARY_PORT.3
 file path=usr/share/man/man3/CURLINFO_PRIVATE.3
+file path=usr/share/man/man3/CURLINFO_PROTOCOL.3
 file path=usr/share/man/man3/CURLINFO_PROXYAUTH_AVAIL.3
+file path=usr/share/man/man3/CURLINFO_PROXY_SSL_VERIFYRESULT.3
 file path=usr/share/man/man3/CURLINFO_REDIRECT_COUNT.3
 file path=usr/share/man/man3/CURLINFO_REDIRECT_TIME.3
 file path=usr/share/man/man3/CURLINFO_REDIRECT_URL.3
@@ -82,6 +84,7 @@
 file path=usr/share/man/man3/CURLINFO_RTSP_CSEQ_RECV.3
 file path=usr/share/man/man3/CURLINFO_RTSP_SERVER_CSEQ.3
 file path=usr/share/man/man3/CURLINFO_RTSP_SESSION_ID.3
+file path=usr/share/man/man3/CURLINFO_SCHEME.3
 file path=usr/share/man/man3/CURLINFO_SIZE_DOWNLOAD.3
 file path=usr/share/man/man3/CURLINFO_SIZE_UPLOAD.3
 file path=usr/share/man/man3/CURLINFO_SPEED_DOWNLOAD.3
@@ -232,6 +235,7 @@
 file path=usr/share/man/man3/CURLOPT_POSTQUOTE.3
 file path=usr/share/man/man3/CURLOPT_POSTREDIR.3
 file path=usr/share/man/man3/CURLOPT_PREQUOTE.3
+file path=usr/share/man/man3/CURLOPT_PRE_PROXY.3
 file path=usr/share/man/man3/CURLOPT_PRIVATE.3
 file path=usr/share/man/man3/CURLOPT_PROGRESSDATA.3
 file path=usr/share/man/man3/CURLOPT_PROGRESSFUNCTION.3
@@ -244,7 +248,24 @@
 file path=usr/share/man/man3/CURLOPT_PROXYTYPE.3
 file path=usr/share/man/man3/CURLOPT_PROXYUSERNAME.3
 file path=usr/share/man/man3/CURLOPT_PROXYUSERPWD.3
+file path=usr/share/man/man3/CURLOPT_PROXY_CAINFO.3
+file path=usr/share/man/man3/CURLOPT_PROXY_CAPATH.3
+file path=usr/share/man/man3/CURLOPT_PROXY_CRLFILE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_KEYPASSWD.3
+file path=usr/share/man/man3/CURLOPT_PROXY_PINNEDPUBLICKEY.3
 file path=usr/share/man/man3/CURLOPT_PROXY_SERVICE_NAME.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLCERT.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLCERTTYPE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLKEY.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLKEYTYPE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSLVERSION.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_CIPHER_LIST.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_OPTIONS.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYHOST.3
+file path=usr/share/man/man3/CURLOPT_PROXY_SSL_VERIFYPEER.3
+file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_PASSWORD.3
+file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_TYPE.3
+file path=usr/share/man/man3/CURLOPT_PROXY_TLSAUTH_USERNAME.3
 file path=usr/share/man/man3/CURLOPT_PROXY_TRANSFER_MODE.3
 file path=usr/share/man/man3/CURLOPT_PUT.3
 file path=usr/share/man/man3/CURLOPT_QUOTE.3

--
Gitblit v1.9.3