OPNsense Forum

Archive => 24.1, 24.4 Legacy Series => Topic started by: SimpleRezo on May 30, 2024, 11:29:54 AM

Title: 24.1.8 - packages set not published ?
Post by: SimpleRezo on May 30, 2024, 11:29:54 AM
Hi

Thanks for the last release 24.1.8 :)

Unfortunately I cannot find the packages set for 24.1.8 on mirrors, only base and kernel sets are available.

  https://mirror.ams1.nl.leaseweb.net/opnsense/FreeBSD:13:amd64/24.1/sets/
  https://opnsense.c0urier.net/FreeBSD:13:amd64/24.1/sets/

BTW, does python 3.9 is still necessary on 24.1.7+ ? Currently updated system have both version (3.11 and 3.9)...

BR

Clément
Title: Re: 24.1.8 - packages set not published ?
Post by: franco on May 30, 2024, 12:42:39 PM
The packages set is only published as an archive for the initial release or when we need it to be there for pinning the upgrade path to a later release.

We don't use an Python 3.9 anymore and don't provide it either.


Cheers,
Franco
Title: Re: 24.1.8 - packages set not published ?
Post by: meyergru on May 30, 2024, 01:37:53 PM
You probably have mimugmail repo enabled, see this (https://forum.opnsense.org/index.php?topic=36641.msg198841#msg198841).
Title: Re: 24.1.8 - packages set not published ?
Post by: SimpleRezo on May 30, 2024, 02:32:50 PM
@franco, OK thanks for the reply. I was asking because it has been published for 24.1.2 and 24.1.5.
About python3.9, good to know, we will delete it manually. Already tried on our test instance, it works.

@meyergru: no we don't, only official one and our private repo (with no python dependencies).
Title: Re: 24.1.8 - packages set not published ?
Post by: franco on May 30, 2024, 03:24:20 PM
Well if you installed any Python 3.9 thing manually you end up with it sticking to the system (pkg-autoremove will never touch it).

And, yes, .2 and .5 were used for the upgrade path so that bugs already fixed can be avoided.


Cheers,
Franco