ftp/curl: Update to 7.88.1

ChangeLog:	https://curl.se/changes.html#7_88_1
PR:		269967
Approved by:	maintainer timeout
MFH:		2023Q1
Security:	be233fc6-bae7-11ed-a4fb-080027f5fec9

(cherry picked from commit 90ac2baf0f)
This commit is contained in:
Yasuhiro Kimura 2023-03-05 09:33:51 +09:00
parent 4f152a4f02
commit 9f291ac624
4 changed files with 4 additions and 24 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= curl
PORTVERSION= 7.87.0
PORTREVISION= 1
PORTVERSION= 7.88.1
CATEGORIES= ftp net www
MASTER_SITES= https://curl.se/download/ \
https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1671874820
SHA256 (curl-7.87.0.tar.xz) = ee5f1a1955b0ed413435ef79db28b834ea5f0fb7c8cfb1ce47175cc3bee08fff
SIZE (curl-7.87.0.tar.xz) = 2547932
TIMESTAMP = 1677975271
SHA256 (curl-7.88.1.tar.xz) = 1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f
SIZE (curl-7.88.1.tar.xz) = 2581032

View file

@ -1,18 +0,0 @@
Description: Different handling of signals and threads.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2010-12-18
--- lib/url.c.orig 2021-07-20 21:07:48 UTC
+++ lib/url.c
@@ -630,6 +630,10 @@ CURLcode Curl_init_userdefined(struct Curl_easy *data)
CURL_HTTP_VERSION_1_1
#endif
;
+#if defined(__FreeBSD_version)
+ /* different handling of signals and threads */
+ set->no_signal = TRUE;
+#endif
Curl_http2_init_userset(set);
return result;
}

View file

@ -566,7 +566,6 @@ share/aclocal/libcurl.m4
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chkspeed.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie_interface.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crawler.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curlgtk.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debug.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ephiperfifo.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evhiperfifo.c