![]() |
|
Message-ID: <6798054a-127b-4edb-af2b-d6df3cc19390@gmail.com> Date: Thu, 18 Sep 2025 16:08:17 -0400 From: Demi Marie Obenour <demiobenour@...il.com> To: musl@...ts.openwall.com, Drew Brown <drewbr@...gle.com> Subject: Re: git server protocol support On 9/18/25 15:13, Drew Brown wrote: > Hi there, > > Has there recently been a change to your git server and support for the > git:// protocol? > > I was trying to clone https://github.com/NVIDIA/enroot which lists musl as > a submodule via git://git.musl-libc.org/musl. That recursive submodule > init failed, but if I change it to https://git.musl-libc.org/git/musl, then > it succeeds. > > The same is true for direct git clones of those URLs. The git:// URL > fails with: > > fatal: unable to connect to git.musl-libc.org: > git.musl-libc.org[0: 45.63.0.111]: errno=Connection refused > git.musl-libc.org[1: 2001:19f0:4009:4061:5400:ff:fe11:6da2]: errno=Network > is unreachable > > It doesn't look like a firewall issue on my end, but I'd like to rule out > any issues on your end if something has changed (intentionally or > inadvertently.) > > Please cc me on any responses as I am not currently subscribed to the > mailing list. > > Thanks! Can you switch to https://? git:// is unencrypted and unauthenticated, so at least I consider it deprecated. Also, this message got sent to spam. It looks like the mailing list needs to take ownership of the message by rewriting the From: header. I think it is best to do this rewriting unconditionally, as it avoids future problems. For instance, DKIM v2 looks like it will require this. -- Sincerely, Demi Marie Obenour (she/her/hers) Download attachment "OpenPGP_0xB288B55FFF9C22C1.asc" of type "application/pgp-keys" (7141 bytes) Download attachment "OpenPGP_signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.