I encounter this issue with git and a ~/.netrc file: git pull fatal: unable to access 'https://git.freebsd.org/ports.git/': .netrc parser error https://github.com/curl/curl/issues/15496 fixed with https://github.com/curl/curl/commit/f5c616930b5cf148b1b2632da4f5963ff48bdf88
fwiw, Both Alpine and Arch actually have multiple backports for curl, https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/curl/APKBUILD#L35 https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/blob/main/PKGBUILD?ref_type=heads#L32
Also confirming issue with curl-8.11.0_1 and git-2.47.1. Manually applying patch fixes issue. Severity should probably be raised from "Affects Only Me" as this is a widely used package.
Can this get fixed rapidly ? This problem is really annoying.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e60b6b06e2ecec0824f5afbceabe98bf1ce0ea5 commit 4e60b6b06e2ecec0824f5afbceabe98bf1ce0ea5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-05 19:01:55 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-05 19:03:40 +0000 multimedia/libmtp: Update to 1.1.22 * Revert upstream commit aa45292de4e9047ff38bb5da79f896709aa0293a as new API isn't implemented in FreeBSD's libusb * Do some slight rearrangement of port Makefile PR: 283020 Approved by: desktop (arrowd) multimedia/libmtp/Makefile | 23 +++++++++++++++-------- multimedia/libmtp/distinfo | 6 +++--- multimedia/libmtp/files/patch-src_libusb1-glue.c | 17 ++++++++++++++--- 3 files changed, 32 insertions(+), 14 deletions(-)
Err... paste error, it was supposed to be 282932
Created attachment 255661 [details] Patch picked from upstream repo Cherry-pick upstream fix for broken netrc initialisation
PR 283266 might also be of interest
Fixed in 8.11.1 update in ports 2a3bac310439f8de03b945ae6b596ddf6384d411. Thanks.