Description of problem: curl update that addresses .netrc related issue breaks git. Curl itself can still use the netrc as expected, doesn't fail, but git does. Version-Release number of selected component (if applicable): curl 7.88.1-4.5 and git 2.41.1-1 respectively How reproducible: 100% Steps to Reproduce: 1. create a ~/.netrc file: machine foobar.examle.com login sampleuser password 1234xdeadbeefwhatever 2. try to checkout or pull from a repo using https:// scheme $ git clone https://github.com/curl/curl.git Cloning into 'curl'... fatal: unable to access 'https://github.com/curl/curl.git/': .netrc parser error 3. try to checkout or pull from a repo using git:// scheme → still works
Thanks for the reproduction recipe—I'm able to reproduce this. The strange thing is that all the curl regression tests passed with this release, including the netrc ones. Also, running curl -n works without any issue as well, both with the host in the .netrc and with a different host. The symptoms make it look like an issue in git instead, except that the problem goes away after downgrading to lib64curl4-7.88.1-4.4.mga9.x86_64.rpm
Status: NEW => ASSIGNEDAssignee: bugsquad => danCC: (none) => dan
Looks like this is https://github.com/curl/curl/issues/15496
yes, sorry, I did put that ticket in the URL field when filing the bug, but failed to point it out in the description, sorry for that.
I didn't spot that! I now have a patched local build working. I'll push it to updates_testing tomorrow.
curl-7.88.1-4.6.mga9 is now available in updates_testing. RPMS for x86_64: curl-7.88.1-4.6.mga9.x86_64.rpm curl-examples-7.88.1-4.6.mga9.noarch.rpm lib64curl4-7.88.1-4.6.mga9.x86_64.rpm lib64curl-devel-7.88.1-4.6.mga9.x86_64.rpm
Whiteboard: (none) => has_procedureAssignee: dan => qa-bugs
can confirm that the version from testing solves the problem for me. Thx!
Keywords: (none) => advisory
RH x86_64 installing lib64curl-devel-7.88.1-4.6.mga9.x86_64.rpm lib64curl4-7.88.1-4.6.mga9.x86_64.rpm curl-7.88.1-4.6.mga9.x86_64.rpm from //home/katnatek/qa-testing/x86_64 Preparing... ################################################################################################## 1/3: lib64curl4 ################################################################################################## 2/3: lib64curl-devel ################################################################################################## 3/3: curl ################################################################################################## 1/3: removing lib64curl-devel-1:7.88.1-4.5.mga9.x86_64 ################################################################################################## 2/3: removing curl-1:7.88.1-4.5.mga9.x86_64 ################################################################################################## 3/3: removing lib64curl4-1:7.88.1-4.5.mga9.x86_64 ################################################################################################# curl is set as dowloder for urpmi LC_ALL=C urpmi.update -a --debug -ff show that curl works
MGA9-64 Plasma Wayland on Compaq H000SB No installation issues. Ref bug 33844 Comments 4 and 54 fro testing. $ curl -I https://www.mageia.org/fr/ HTTP/1.1 200 OK Date: Mon, 13 Jan 2025 14:20:55 GMT Server: Apache Vary: User-Agent Content-Type: text/html; charset=UTF-8 $ curl -O https://geex.freeboxos.fr/distrib/9/x86_64/install/images/Mageia-9-netinstall-x86_64.iso % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 70.0M 100 70.0M 0 0 10.0M 0 0:00:06 0:00:06 --:--:-- 10.8M Same results, so good to go.
Whiteboard: has_procedure => MGA9-64-OKCC: (none) => herman.viaene
Validating.
Keywords: (none) => validated_updateCC: (none) => andrewsfarm, sysadmin-bugs
An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGAA-2025-0004.html
Status: ASSIGNED => RESOLVEDResolution: (none) => FIXED
Blocks: (none) => 33992