[Bug 281119] pkg(7) bootstrap treats file URLs differently than pkg(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Sep 2024 12:24:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281119
Baptiste Daroussin <bapt@FreeBSD.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
--- Comment #6 from Baptiste Daroussin <bapt@FreeBSD.org> ---
it is actually a bug in pkg (not bootstrap) to actually accept file:/ file://
AND files:/// actually it accepts the number of /.
I am going to fix pkg, (and issue warnings), as for the bootstrap, I am not
going to do anything. The parser does not live in pkg but in libfetch for pkg
boostrap.
the regression was introduce a year ago in pkg, still soon enough to actually
fix it in pkg(8)
-- 
You are receiving this mail because:
You are the assignee for the bug.