svn commit: r455322 - in head/ftp/curl: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 1 23:33:51 UTC 2017
Author: sunpoet
Date: Fri Dec 1 23:33:50 2017
New Revision: 455322
URL: https://svnweb.freebsd.org/changeset/ports/455322
Log:
Update to 7.57.0
Changes: https://curl.haxx.se/changes.html
https://curl.haxx.se/docs/security.html
Security: 301a01b7-d50e-11e7-ac58-b499baebfeaf
MFH: 2017Q4
Modified:
head/ftp/curl/Makefile
head/ftp/curl/distinfo
head/ftp/curl/files/patch-lib-url.c
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Fri Dec 1 23:05:03 2017 (r455321)
+++ head/ftp/curl/Makefile Fri Dec 1 23:33:50 2017 (r455322)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= curl
-PORTVERSION= 7.56.1
+PORTVERSION= 7.57.0
CATEGORIES= ftp net www
MASTER_SITES= https://curl.haxx.se/download/ \
LOCAL/sunpoet
Modified: head/ftp/curl/distinfo
==============================================================================
--- head/ftp/curl/distinfo Fri Dec 1 23:05:03 2017 (r455321)
+++ head/ftp/curl/distinfo Fri Dec 1 23:33:50 2017 (r455322)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508856904
-SHA256 (curl-7.56.1.tar.xz) = 8eed282cf3a0158d567a0feaa3c4619e8e847970597b5a2c81879e8f0d1a39d1
-SIZE (curl-7.56.1.tar.xz) = 2269416
+TIMESTAMP = 1512157622
+SHA256 (curl-7.57.0.tar.xz) = f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878
+SIZE (curl-7.57.0.tar.xz) = 2283688
Modified: head/ftp/curl/files/patch-lib-url.c
==============================================================================
--- head/ftp/curl/files/patch-lib-url.c Fri Dec 1 23:05:03 2017 (r455321)
+++ head/ftp/curl/files/patch-lib-url.c Fri Dec 1 23:33:50 2017 (r455322)
@@ -3,15 +3,15 @@ Forwarded: not-needed
Author: Peter Pentchev <roam at FreeBSD.org>
Last-Update: 2010-12-18
---- lib/url.c.orig 2017-04-18 06:36:20 UTC
+--- lib/url.c.orig 2017-11-27 12:50:52 UTC
+++ lib/url.c
-@@ -671,6 +671,9 @@ CURLcode Curl_open(struct Curl_easy **cu
- data->state.current_speed = -1; /* init to negative == impossible */
- data->set.fnmatch = ZERO_NULL;
- data->set.maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */
+@@ -591,6 +591,9 @@ CURLcode Curl_open(struct Curl_easy **cu
+ data->state.current_speed = -1; /* init to negative == impossible */
+ data->set.fnmatch = ZERO_NULL;
+ data->set.maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */
+#if defined(__FreeBSD_version)
-+ data->set.no_signal = TRUE; /* different handling of signals and threads */
++ data->set.no_signal = TRUE; /* different handling of signals and threads */
+#endif /* __FreeBSD_version */
- Curl_http2_init_state(&data->state);
- }
+ Curl_http2_init_state(&data->state);
+ }
More information about the svn-ports-all
mailing list