Re: official packages
- In reply to: Renato Botelho : "Re: official packages"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 14:10:26 UTC
On Thu, Nov 02, 2023 at 11:07:00AM -0300, Renato Botelho wrote:
> On 30/10/23 19:16, Chuck Tuffli wrote:
> > On Mon, Oct 30, 2023 at 7:25 AM Baptiste Daroussin <bapt@freebsd.org> wrote:
> > >
> > > Hello everyone,
> > >
> > > The project has started building and populated official packages for pkgbase.
> > >
> > > For people interested: just create a new repo like this:
> > >
> > > FreeBSD-base {
> > > url: pkg+https://pkg.freebsd.org/${ABI}/base_latest
> > > signature_type: "fingerprints"
> > > fingerprints: "/usr/share/keys/pkg"
> > > mirror_type: "srv"
> > > }
> >
> > Should base_latest be working right now? I'm seeing this type of error:
> >
> > > GET /FreeBSD:14:amd64/base_latest/packagesite.txz HTTP/1.1
> > Host: pkgmir.geo.freebsd.org
> > Accept: */*
> > If-Modified-Since: Thu, 01 Jan 1970 00:00:00 GMT
> >
> > * old SSL session ID is stale, removing
> > < HTTP/1.1 404 Not Found
> > * Failed writing header
> > * Closing connection
> > pkg: An error occured while fetching package
> > Unable to update repository FreeBSD-base
> > Error updating repositories!
>
> Seems to be working fine for me:
>
> root@x230:/usr/src # pkg update
> Updating FreeBSD-base repository catalogue...
> FreeBSD-base repository is up to date.
> Updating FreeBSD repository catalogue...
> FreeBSD repository is up to date.
> All repositories are up to date.
>
> root@x230:/usr/src # cat /etc/pkg/FreeBSD-base.conf
> FreeBSD-base {
> url: pkg+https://pkg.freebsd.org/${ABI}/base_latest
> signature_type: "fingerprints"
> fingerprints: "/usr/share/keys/pkg"
> mirror_type: "srv"
> }
> --
> Renato Botelho
>
the amd64 for stable/14 was published late, so it was a 404 at the time Chuck
reported.
Best regards,
Bapt