On Sun, Aug 25, 2019 at 09:09:58PM +0200, Alessandro Gallo wrote: > Hi, > > Looks like stable packages for aarch64 are now available (?): > > https://ftp.openbsd.org/pub/OpenBSD/6.5/packages-stable/aarch64 > > The following diff updates the relevant section of the FAQ: > > Index: faq10.html > =================================================================== > RCS file: /cvs/www/faq/faq10.html,v > retrieving revision 1.288 > diff -u -p -u -p -r1.288 faq10.html > --- faq10.html 14 Aug 2019 13:07:46 -0000 1.288 > +++ faq10.html 25 Aug 2019 19:06:52 -0000 > @@ -90,8 +90,8 @@ there are two options: > new packages will include any security fixes. > Simply call <a > href="https://man.openbsd.org/pkg_add">pkg_add(1)</a> with > the <code>-u</code> flag to get the new files. > - Note that updated -stable packages are only available for the amd64 and > - i386 architectures. > + Note that updated -stable packages are only available for the amd64, > + i386, and aarch64 architectures. > <li><b>Use the -stable ports tree</b> > <br> > Fetch (or update) your <a href="ports/ports.html">ports tree</a>, > > Thanks >
Indeed, we also provide aarch64 packages now :) Thx for spotting this lack, it's committed.
