mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
libstore: Reallow unbracketed IPv6 addresses in store references
This implements a special back-compat shim to specifically allow unbracketed IPv6 addresses in store references. This is something that is relied upon in the wild and the old parsing logic accepted both ways (brackets were optional). This patch restores this behavior. As always, we didn't have any tests for this. Addresses #13937.
This commit is contained in:
parent
12db0726e9
commit
7cc654afa9
6 changed files with 91 additions and 2 deletions
|
|
@ -0,0 +1 @@
|
|||
ssh://::1
|
||||
|
|
@ -0,0 +1 @@
|
|||
ssh://userinfo@fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e
|
||||
|
|
@ -0,0 +1 @@
|
|||
ssh://userinfo@fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e?a=b&c=d
|
||||
Loading…
Add table
Add a link
Reference in a new issue