OPNSense/tools beafe2bconfig/26.1 base.plist.amd64

config: rebase on 26.1
DeltaFile
+2-0config/26.1/base.plist.amd64
+2-01 files

OPNSense/core d50fa90. plist, src/etc/pkg/fingerprints/OPNsense/revoked pkg.opnsense.org.20241217

firmware: add 26.1 fingerprint and revoke 25.1
DeltaFile
+2-1plist
+2-0src/etc/pkg/fingerprints/OPNsense/revoked/pkg.opnsense.org.20241217
+2-0src/etc/pkg/fingerprints/OPNsense/trusted/pkg.opnsense.org.20260120
+0-2src/etc/pkg/fingerprints/OPNsense/trusted/pkg.opnsense.org.20241217
+6-34 files

OPNSense/core bdf23e3src/etc opnsense-update.conf.in

firmware: prep for 26.1-RC1
DeltaFile
+3-0src/etc/opnsense-update.conf.in
+3-01 files

OPNSense/core 094c352src/opnsense/scripts/filter list_divert_sockets.php

intrusion detection: prune divert socket script

(cherry picked from commit a2bf8549283d68c8cfda6a78fbbc547e9f1a23f8)
DeltaFile
+1-2src/opnsense/scripts/filter/list_divert_sockets.php
+1-21 files

OPNSense/core f48dd3dsrc/opnsense/mvc/app/views/OPNsense/Firewall firewall_migration.volt

firewall: add missing copyright header

(cherry picked from commit 377e4f8fd82e8ae1adefa2b13367a54f634ca32b)
DeltaFile
+25-0src/opnsense/mvc/app/views/OPNsense/Firewall/firewall_migration.volt
+25-01 files

OPNSense/core 682d86b. plist, Mk version.mk

pkg: prep stable branch

Dial back on these changes and remove unwanted code.
DeltaFile
+0-37src/etc/rc.syshook.d/upgrade/20-isc-dhcp-plugin.sh
+3-17src/etc/rc
+4-4Mk/version.mk
+5-0src/etc/rc.subr.d/var
+0-3src/etc/rc.restart_webgui
+0-1plist
+12-626 files

OPNSense/core a2bf854src/opnsense/scripts/filter list_divert_sockets.php

intrusion detection: prune divert socket script
DeltaFile
+1-2src/opnsense/scripts/filter/list_divert_sockets.php
+1-21 files

OPNSense/core 377e4f8src/opnsense/mvc/app/views/OPNsense/Firewall firewall_migration.volt

firewall: add missing copyright header
DeltaFile
+25-0src/opnsense/mvc/app/views/OPNsense/Firewall/firewall_migration.volt
+25-01 files

OPNSense/core 1068782src/opnsense/mvc/app/controllers/OPNsense/Core/Api MenuController.php, src/www fbegin.inc

ui: allow tags to render in menu but remove them in search
DeltaFile
+2-2src/opnsense/mvc/app/controllers/OPNsense/Core/Api/MenuController.php
+2-2src/www/fbegin.inc
+4-42 files

OPNSense/core 7ebebc1src/opnsense/scripts/filter list_legacy_rules.php

firewall: style update
DeltaFile
+1-0src/opnsense/scripts/filter/list_legacy_rules.php
+1-01 files

OPNSense/core 70ee0f8src/opnsense/mvc/app/controllers/OPNsense/Firewall MigrationController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api MigrationController.php

Firewall: Rules:  Migration assistant - add export option and guidance for migrations to the new mvc system. (#9606)

* Firewall: Rules:  Migration assistant - add export option and guidance for migrations to the new mvc system.

Add new "Firewall: Rules: Migration assistant" to help people moving to our new mvc based firewall system by offering a couple of simple steps for exporting the old rules into a csv file and importing them into the new system. When all rules are migrated the user may drop all old ones using the ConfigMaintenance module used in "defaults".

There's one small issue remaining in fbegin.inc as it doesn't render the icon correctly due to VisibleName being escaped currently (which isn't the case in our mvc template).

closes https://github.com/opnsense/core/issues/9579

* Update src/opnsense/service/conf/actions.d/actions_filter.conf

---------

Co-authored-by: Franco Fichtner <franco at opnsense.org>
DeltaFile
+142-0src/opnsense/scripts/filter/list_legacy_rules.php
+98-0src/opnsense/mvc/app/views/OPNsense/Firewall/firewall_migration.volt
+55-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/MigrationController.php
+36-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/MigrationController.php
+6-1src/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuSystem.php
+6-0src/opnsense/service/conf/actions.d/actions_filter.conf
+343-11 files not shown
+347-17 files

OPNSense/tools c8b23b2config/26.1 make.conf ports.conf

config: add haproxy 3.2

PR: https://github.com/opnsense/plugins/pull/5101
DeltaFile
+1-0config/26.1/make.conf
+1-0config/26.1/ports.conf
+2-02 files

OPNSense/plugins 1a2fd01security/acme-client pkg-descr Makefile

security/acme-client: sync with master
DeltaFile
+6-0security/acme-client/pkg-descr
+1-1security/acme-client/Makefile
+7-12 files

OPNSense/plugins 735eaa5security/tinc/src/opnsense/mvc/app/controllers/OPNsense/Tinc/forms dialogNetwork.xml, security/tinc/src/opnsense/mvc/app/models/OPNsense/Tinc Tinc.xml

add disablesubnetroutes option (#5136)

closes https://github.com/opnsense/plugins/issues/5135
DeltaFile
+9-8security/tinc/src/opnsense/scripts/OPNsense/Tinc/tincd.py
+7-0security/tinc/src/opnsense/scripts/OPNsense/Tinc/lib/objects.py
+6-0security/tinc/src/opnsense/mvc/app/controllers/OPNsense/Tinc/forms/dialogNetwork.xml
+5-1security/tinc/src/opnsense/mvc/app/models/OPNsense/Tinc/Tinc.xml
+1-0security/tinc/src/opnsense/service/templates/OPNsense/Tinc/tinc_deploy.xml
+28-95 files

OPNSense/plugins 3e0c77fsecurity/acme-client pkg-descr Makefile

Merge pull request #5153 from fraenki/acme_412

security/acme-client: release 4.12
DeltaFile
+6-0security/acme-client/pkg-descr
+1-1security/acme-client/Makefile
+7-12 files

OPNSense/plugins 5a94cd8. LICENSE README.md

LICENSE|README: sync
DeltaFile
+4-1LICENSE
+1-1README.md
+5-22 files

OPNSense/plugins bf3a534. LICENSE README.md

LICENSE|README: sync
DeltaFile
+4-2LICENSE
+1-2README.md
+5-42 files

OPNSense/plugins a458d4esysutils/apuled LICENSE README.md, sysutils/apuled/src/etc/rc.syshook.d/early 30-apuled

sysutils/apuled: remove unfinished plugin

26.1 still has the kernel code but 26.7 on FreeBSD will drop the
custom patch.
DeltaFile
+0-91sysutils/apuled/src/opnsense/scripts/apuled/apuledctl
+0-42sysutils/apuled/src/etc/rc.syshook.d/early/30-apuled
+0-25sysutils/apuled/LICENSE
+0-18sysutils/apuled/README.md
+0-18sysutils/apuled/+POST_INSTALL
+0-11sysutils/apuled/src/etc/rc.syshook.d/start/60-apuled
+0-2053 files not shown
+0-2219 files

OPNSense/tools 0a83ec8config/26.1 plugins.conf

config: remove aplued plugin on 26.1
DeltaFile
+0-1config/26.1/plugins.conf
+0-11 files

OPNSense/tools abe7bdbconfig/26.1 ports.conf skim.conf

config: move dnsmasq to better port location
DeltaFile
+1-1config/26.1/ports.conf
+1-0config/26.1/skim.conf
+2-12 files

OPNSense/ports 9871191opnsense/dnsmasq Makefile pkg-plist, opnsense/dnsmasq/files dnsmasq.in patch-src_util.c

opnsense/dnsmasq: make a copy for better control and safeguarding

Also handy for manipulating for a test version upstream.
DeltaFile
+141-0opnsense/dnsmasq/Makefile
+109-0opnsense/dnsmasq/files/dnsmasq.in
+73-0opnsense/dnsmasq/files/patch-src_util.c
+24-0opnsense/dnsmasq/files/pkg-message.in
+21-0opnsense/dnsmasq/files/patch-src_dbus.c
+18-0opnsense/dnsmasq/pkg-plist
+386-02 files not shown
+401-08 files

OPNSense/plugins 728902cMk defaults.mk

plugins: this is 26.1
DeltaFile
+1-1Mk/defaults.mk
+1-11 files

OPNSense/plugins db3d47aMk devel.mk defaults.mk

plugins: switches to stable mode
DeltaFile
+0-28Mk/devel.mk
+1-1Mk/defaults.mk
+1-292 files

OPNSense/plugins 38e6614www/nginx pkg-descr Makefile

www/nginx: new version
DeltaFile
+4-0www/nginx/pkg-descr
+1-2www/nginx/Makefile
+5-22 files

OPNSense/plugins b4ae3dcsecurity/q-feeds-connector pkg-descr

security/q-feeds-connector: style
DeltaFile
+2-1security/q-feeds-connector/pkg-descr
+2-11 files

OPNSense/plugins 9603879net/haproxy Makefile

net/haproxy: change revision due to pending changes coming to 26.1

Since there wasn't a relese here in a while my minor modifications piled
up.  That's not a bad thing, but to make it traceable bump the revision
now in order to have better means to distinguish the problem on the stable
plugin since this will be stable/26.1 in a few minutes.
DeltaFile
+1-1net/haproxy/Makefile
+1-11 files

OPNSense/plugins 6d2c6cenet/isc-dhcp pkg-descr Makefile

net/isc-dhcp: ready for prime time
DeltaFile
+9-0net/isc-dhcp/pkg-descr
+1-1net/isc-dhcp/Makefile
+10-12 files

OPNSense/plugins cb7b2aanet/freeradius pkg-descr Makefile

net/freeradius: new version
DeltaFile
+5-0net/freeradius/pkg-descr
+1-2net/freeradius/Makefile
+6-22 files

OPNSense/plugins 9c6fe30net/freeradius/src/opnsense/mvc/app/models/OPNsense/Freeradius Eap.xml

net/freeradius: EAP: Allow user to select minimum TLS Version of 1.3; closes #5140
DeltaFile
+1-0net/freeradius/src/opnsense/mvc/app/models/OPNsense/Freeradius/Eap.xml
+1-01 files

OPNSense/plugins 7b646b8net-mgmt/net-snmp Makefile

net-mgmt/net-snmp: bump after change
DeltaFile
+1-0net-mgmt/net-snmp/Makefile
+1-01 files