OPNsense Forum

Archive => 22.1 Legacy Series => Topic started by: almodovaris on January 12, 2022, 08:00:47 am

Title: 22.1.r1
Post by: almodovaris on January 12, 2022, 08:00:47 am
I'm on 22.1.r1 (opnsense-update -fur 22.1.r1), but it wants to update to 22.1.b3.

LibreSSL if that matters.

If I switch to community version, it says "The release type "opnsense" is not available on this repository."

https://pkg.opnsense.org/FreeBSD:13:amd64/22.1/libressl/Latest/opnsense-update.txz says 22.1.b3.

https://pkg.opnsense.org/FreeBSD:13:amd64/22.1/libressl/Latest/opnsense-devel.txz says 22.1.b_141.

====

Okay, done like this:

# nano /usr/local/etc/pkg/repos/OPNsense2.conf

With the following content:

OPNsense2: {
  fingerprints: "/usr/local/etc/pkg/fingerprints/OPNsense",
  url: "pkg+https://pkg.opnsense.org/${ABI}/snapshots/libressl",
  signature_type: "fingerprints",
  mirror_type: "srv",
  priority: 22,
  enabled: yes
}

pkg update -f
pkg upgrade -f
reboot
Option 12 in the menu. Choose 22.1.r1. Let it reboot, and bingo!

I'm running now OPNsense 22.1.r_3 LibreSSL.
Title: Re: 22.1.r1
Post by: franco on January 12, 2022, 08:45:03 am
Clever, but you could have waited a few more hours until actual release :)

I'm working on it.


Cheers,
Franco
Title: Re: 22.1.r1
Post by: almodovaris on January 12, 2022, 09:14:47 am
I did not know it will get released so soon.
Title: Re: 22.1.r1
Post by: franco on January 12, 2022, 09:32:49 am
We need room for RC2 and 22.1 release :D

Images are also available if you like to try https://pkg.opnsense.org/releases/22.1/

And now you can switch back to community release type.


Cheers,
Franco