[Bug 249178] base system pkg bootstrap handles only .txz packages
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 7 20:28:32 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249178
Bug ID: 249178
Summary: base system pkg bootstrap handles only .txz packages
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: emaste at freebsd.org
usr.sbin/pkg/pkg.c specifies the filename for the pkg package via:
snprintf(url, MAXPATHLEN, "%s/Latest/pkg.txz", packagesite);
we should support the same set of compression types as pkg itself (tzst, txz,
tbz, tgz, tar)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list