[Bug 281924] Missing pkg.txz prevents pkg bootstrap

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 11 Oct 2024 16:18:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281924

--- Comment #13 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=911ebc3d8cb3907ec44a772aafe2310b3c8fe27c

commit 911ebc3d8cb3907ec44a772aafe2310b3c8fe27c
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-07 15:11:09 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-11 16:17:40 +0000

    pkg: prefer .pkg extension

    .pkg is the default extension as of commit c244b1d8a387, falling back to
    .txz if not found.

    PR:             281924
    Reviewed by:    bapt
    Fixes: a2aac2f5e564 ("pkg(7): when bootstrapping first search for pkg.bsd
file then pkg.txz")
    Fixes: c244b1d8a387 ("pkg: settle the uniq extension to .pkg instead of
.bsd")
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D46977

    (cherry picked from commit f5c847ae849aab9354d0956afd683f1c90bfd91e)
    (cherry picked from commit fef1f3fecd5b6e7bf040f6dd2e31177332c3c0ec)

 usr.sbin/pkg/pkg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.