Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Who maintains the OPNsense plugins repositories?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Who maintains the OPNsense plugins repositories? (Read 288 times)
deanfourie
Newbie
Posts: 23
Karma: 0
Who maintains the OPNsense plugins repositories?
«
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
Logged
Monviech (Cedrik)
Global Moderator
Hero Member
Posts: 1601
Karma: 176
Re: Who maintains the OPNsense plugins repositories?
«
Reply #1 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).
«
Last Edit: October 13, 2024, 01:16:12 pm by Monviech
»
Logged
Hardware:
DEC740
deanfourie
Newbie
Posts: 23
Karma: 0
Re: Who maintains the OPNsense plugins repositories?
«
Reply #2 on:
October 13, 2024, 11:15:36 pm »
Ok thanks,
and this is done with
Code:
[Select]
opnsense-code ports
Correct?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Who maintains the OPNsense plugins repositories?