OPNsense Forum

English Forums => General Discussion => Topic started by: deanfourie on October 13, 2024, 12:33:12 PM

Title: Who maintains the OPNsense plugins repositories?
Post by: deanfourie on October 13, 2024, 12:33:12 PM
I'm just curious as they are always out of date, for example, ntopng.

Who is responsible for the package updates for plugins? Is this OPN sense directly or community?

Thanks
Title: Re: Who maintains the OPNsense plugins repositories?
Post by: Monviech (Cedrik) on October 13, 2024, 01:10:49 PM
https://github.com/opnsense/plugins/blob/bc3495c5722a78489eb799a0dbb00607a9aee69b/net/ntopng/Makefile#L5

You can see the current maintainer in the Makefile of each plugin. They are most of the time community maintained, but not all of them. The plugin is only the system glue around a port.

The ones with higher tiers can be directly supported by OPNsense (Deciso).

https://docs.opnsense.org/support.html

The ports themselves (aka the binaries) are updated here:

https://github.com/opnsense/ports/blob/df1513956059fd9ffddeda1f5973a93f19d2cb6e/net/ntopng/Makefile#L2

That happens automatically most of the time by synching the ports with upstream FreeBSD ports. So that sync is maintained by OPNsense (I believe most of the time).
Title: Re: Who maintains the OPNsense plugins repositories?
Post by: deanfourie on October 13, 2024, 11:15:36 PM
Ok thanks,

and this is done with

opnsense-code ports

Correct?