From nobody Fri May 16 14:48:49 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ZzVMS6Pt3z5vqmG for ; Fri, 16 May 2025 14:48:52 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (mvd.osorio.me [37.187.111.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4ZzVMS0D8gz3R1M for ; Fri, 16 May 2025 14:48:52 +0000 (UTC) (envelope-from rodrigo@osorio.me) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of rodrigo@osorio.me designates 37.187.111.94 as permitted sender) smtp.mailfrom=rodrigo@osorio.me; dmarc=none Received: from [192.168.1.29] (lfbn-idf1-1-971-net.w86-238.abo.wanadoo.fr [86.238.50.0]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id B0D1DE3176 for ; Fri, 16 May 2025 14:53:10 +0000 (UTC) Message-ID: <6c1a04bf-8e23-4ed2-97df-4bb12cf07821@osorio.me> Date: Fri, 16 May 2025 16:48:49 +0200 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: New packages repositories for kernel modules (without typo) To: freebsd-current@freebsd.org References: <682742f0.c1kjogtHsKHAqFq9%bapt@FreeBSD.org> Content-Language: en-US From: Rodrigo Osorio In-Reply-To: <682742f0.c1kjogtHsKHAqFq9%bapt@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4ZzVMS0D8gz3R1M X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.39 / 15.00]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_SPAM_SHORT(0.39)[0.390]; R_SPF_ALLOW(-0.20)[+ip4:37.187.111.94]; ONCE_RECEIVED(0.20)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:16276, ipnet:37.187.0.0/16, country:FR]; MIME_TRACE(0.00)[0:+]; FREEFALL_USER(0.00)[rodrigo]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[osorio.me]; ARC_NA(0.00)[] On 16/05/25 15:51, bapt@FreeBSD.org wrote: > New package repositories available for kernel modules. > > Since 14.2-RELEASE we have been publishing a repository of packages built for > all supported arches. > > With the upcoming 14.3-RELEASE we have extended the infrastructure so it now > covers the following branches: > - releng/14.2 (14.2-RELEASE) (from latest and quarterly ports) > - releng/14.3 (14.3-RELEASE) (from latest and quarterly ports) > - stable/14 (14.3-STABLE) (from latest and quarterly ports) > - main (15.0-CURRENT) (only latest ports) > > To use them, here is the necessary configuration: > (it can be added to /usr/local/etc/pkg/repos/kmods.conf) > > ---- > FreeBSD-kmods: { > url: "pkg+https://pkg.FreeBSD.org/${ABI}/KMODSFLAVOR", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > ---- > > KMODSFLAVOR repect the following pattern: > > kmods_PORTBRANCH_MINORRELEASE > > List of what is being published: > > +----------------------+----------------+-------------------+ > | FreeBSD Release | ports main | ports quarterly | > +----------------------+----------------+-------------------+ > | FreeBSD 14.2-RELEASE | kmods_latest_2 | kmods_quarterly_2 | > | FreeBSD 14.3-RELEASE | kmods_latest_3 | kmods_quarterly_3 | > | FreeBSD 14.3-STABLE | kmods_latest | kmods_quarterly | > | FreeBSD 15.0-CURRENT | kmods_latest | | > +----------------------+----------------+-------------------+ > > Note for current and stable the repositories are built against > the version available in the weekly pkgbase snapshots. > > Best regards, > Bapt > Hi bapt, Thanks you for this amazing service. -- rodrigo