View | Details | Raw Unified | Return to bug 283020
Collapse All | Expand All

(-)b/ftp/curl/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	curl
1
PORTNAME=	curl
2
PORTVERSION=	8.11.0
2
PORTVERSION=	8.11.0
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	ftp net www
4
CATEGORIES=	ftp net www
5
MASTER_SITES=	https://curl.se/download/ \
5
MASTER_SITES=	https://curl.se/download/ \
6
		https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/
6
		https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/
(-)b/ftp/curl/files/patch-lib_easy.c (+10 lines)
Added Link Here
1
--- lib/easy.c.orig	2024-11-06 07:09:19 UTC
2
+++ lib/easy.c
3
@@ -940,6 +940,7 @@ CURL *curl_easy_duphandle(CURL *d)
4
     goto fail;
5
 
6
   Curl_dyn_init(&outcurl->state.headerb, CURL_MAX_HTTP_HEADER);
7
+  Curl_netrc_init(&outcurl->state.netrc);
8
 
9
   /* the connection pool is setup on demand */
10
   outcurl->state.lastconnect_id = -1;

Return to bug 283020