FreeBSD Bugzilla – Attachment 255661 Details for
Bug 283020
ftp/curl: .netrc parser error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch picked from upstream repo
curl-8.11.0_2.diff (text/plain), 914 bytes, created by
Martin Neubauer
on 2024-12-06 09:40:13 UTC
(
hide
)
Description:
Patch picked from upstream repo
Filename:
MIME Type:
Creator:
Martin Neubauer
Created:
2024-12-06 09:40:13 UTC
Size:
914 bytes
patch
obsolete
>diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile >index 42e6fa4f27dc..141c7d081c50 100644 >--- a/ftp/curl/Makefile >+++ b/ftp/curl/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= curl > PORTVERSION= 8.11.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= ftp net www > MASTER_SITES= https://curl.se/download/ \ > https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ >diff --git a/ftp/curl/files/patch-lib_easy.c b/ftp/curl/files/patch-lib_easy.c >new file mode 100644 >index 000000000000..66269dfa6874 >--- /dev/null >+++ b/ftp/curl/files/patch-lib_easy.c >@@ -0,0 +1,10 @@ >+--- lib/easy.c.orig 2024-11-06 07:09:19 UTC >++++ lib/easy.c >+@@ -940,6 +940,7 @@ CURL *curl_easy_duphandle(CURL *d) >+ goto fail; >+ >+ Curl_dyn_init(&outcurl->state.headerb, CURL_MAX_HTTP_HEADER); >++ Curl_netrc_init(&outcurl->state.netrc); >+ >+ /* the connection pool is setup on demand */ >+ outcurl->state.lastconnect_id = -1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
m.ne
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 283020
: 255661