Re: official packages
- Reply: Baptiste Daroussin : "Re: official packages"
- In reply to: Chuck Tuffli : "Re: official packages"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 14:07:00 UTC
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