OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: Patrick M. Hausen on July 23, 2020, 11:46:42 AM

Title: os-<plugin> vs. os-<plugin>-devel - what's the difference?
Post by: Patrick M. Hausen on July 23, 2020, 11:46:42 AM
Hi all,

running 20.7-rc1.

What is the difference between e.g. os-collectd and os-collectd-devel? I am familiar with the -devel ports in FreeBSD but in the OPNsense UI both plugins show the exact same version, size, and description when one clicks on the small (i).

Which one to use? And for most plugins there are both versions, yet for e.g. os-apuled-devel there isn't.

What's the system behind this?

Thanks and kind regards,
Patrick
Title: Re: os-<plugin> vs. os-<plugin>-devel - what's the difference?
Post by: mimugmail on July 23, 2020, 12:50:45 PM
Update to plugins land in -devel. When they are stable the are also release as non-devel.
If you switch your environment to Development you will see both of them.
If you are on stable and want to have a -devel you can see them only via CLI:

pkg search os-
Title: Re: os-<plugin> vs. os-<plugin>-devel - what's the difference?
Post by: franco on July 23, 2020, 01:36:25 PM
-devel is the plugins.git master branch suffix, the "stable" plugins are built from the respective stable/xx.x branch

It allows us to deploy and test changes before we release them as stable versions.


Cheers,
Franco
Title: Re: os-<plugin> vs. os-<plugin>-devel - what's the difference?
Post by: Patrick M. Hausen on July 23, 2020, 02:00:06 PM
Thanks, both  :)