389,165 commits found in 33 milliseconds
www/nginx: sync with master
www/nginx: update revision
www/OPNProxy: sync with master
OPNSense /plugins 9abddfc — net/tayga pkg-descr Makefile, net/tayga/src/opnsense/service/templates/OPNsense/Tayga tayga.conf net/tayga: sync with master
net/wol: sync with master
OPNSense /plugins 29b6b22 — net/frr pkg-descr Makefile, net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms dialogEditBGPNeighbor.xml net/frr: sync with master
OPNSense /plugins 82bc7e2 — dns/ddclient Makefile pkg-descr, dns/ddclient/src/opnsense/scripts/ddclient/lib/account hetzner.py dns/ddclient: sync with master
dns/ddclient: update revision
net/frr: clear revision
OPNSense /plugins 7f7ca89 — misc/theme-cicada Makefile, misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets main.scss misc/theme-cicada: sync with master
firewall: rename onetoone and dnat correctly #10024
(cherry picked from commit e0b813e6e0e0df084acbe912cfda7bc305b753f8 )
firewall: rename onetoone and dnat correctly #10024
OPNSense /core bc7180a — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api ServiceController.php captive portal: no need to bump copyright on removal
OPNSense /core 67296e6 — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogOption6.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv4.xml KeaDhcpv6.xml Services: Kea: Add DHCP option support (#9958)
(cherry picked from commit 8350fcb73b9dd44e8b1e00d2ea03ced71e0f71ac )
(cherry picked from commit 5b07e0917484b90d0e9411c5e2c4f8ed5a07b8c7 )
(cherry picked from commit 57015c28435e82f41902328dd75e0e8aee7d6f33 )
(cherry picked from commit b67a8fdc931936f768b3d6a2eea1e179320f257a )
(cherry picked from commit f8364f426a986f879ecd4c40a0ed4b15f67b5fa9 )
(cherry picked from commit 633fbc614965dba5fbc3f6eafdfbb535e03920ef )
(cherry picked from commit 5b4ae2c56e40fb2639a702bb923baf370130517c )
(cherry picked from commit 1f8eedd705e10fe355ae1cabc9faa0d3caa9a598 )
OPNSense /core f951c04 — src/opnsense/mvc/app/controllers/OPNsense/Kea/Api DdnsController.php, src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogSubnet4.xml dialogSubnet6.xml Services: Kea: Add DDNS support (#9923)
(cherry picked from commit e5b530a67c68c633c46f922c8f9eacca9b1fd641 )
(cherry picked from commit 4ecbfd5cde05f88a34bcf5b84af0e874cb105760 )
(cherry picked from commit ef7aea0efb1a2c9eb325600edd1a175139f3c1f2 )
(cherry picked from commit faf1562b1c2999106d59b016433f4fa80a8ab302 )
OPNSense /core 497ed54 — src/opnsense/mvc/app/library/OPNsense/System/Status CaptivePortalStatus.php, src/opnsense/mvc/app/views/OPNsense/CaptivePortal clients.volt Captive portal: IPv6 support (#9745)
Co-authored-by: Alex Goodkind <alex at goodkind.io>
(cherry picked from commit 369630dbd35c0acacc7384aa997f553fdc6ca91a )
(cherry picked from commit 5b07e0917484b90d0e9411c5e2c4f8ed5a07b8c7 )
(cherry picked from commit 2ac18ce7e872dcc3db86412708ec4250e47beeeb )
(cherry picked from commit cff0e8d70a9269d8815a0b3b03a4e4e74bac5408 )
(cherry picked from commit 6f00e1e3250e2896b726d0cf5046fd77b71438e4 )
unbound: include blocklist length in state change logic, fixes https://github.com/opnsense/core/issues/10001
(cherry picked from commit fd1166b21e49711160a05a69dadd9da2db13e4a0 )
OPNSense /core 44fe0f0 — src/opnsense/mvc/app/controllers/OPNsense/Kea/Api LeasesController.php, src/opnsense/mvc/app/views/OPNsense/Kea leases6.volt leases4.volt Allow deleting multiple selected leases
dns/ddclient hetzner existing record update patch (#5188)
* Update hetzner.py
Added workaround for API bug on update record. Thanks to @arcanconsulting
* Update hetzner.py
Added LOG_NOTICE for deletion.
* Update hetzner.py
Updated _update method. No workaround needed.
* Update hetzner.py
fix: correct indentation of return statement in _update_record
* Update hetzner.py
[13 lines not shown ] OPNSense /core 8d0e59b — src/opnsense/mvc/app/controllers/OPNsense/Kea/Api LeasesController.php, src/opnsense/mvc/app/views/OPNsense/Kea leases4.volt leases6.volt Wire delete action into standard bootgrid command
Fix copy paste error in view from v4 to v6
www/OPNProxy: fix issue with 2e56601903b39bba
Simplify diff
Forgot to declare button correctly after renaming it
Improve lease collection via socket, detect automatically if socket is unavailable and fall back to cvs parsing
Improve detection if kea control agent socket is not running correctly
Adjust deleteBtn event binding
mvc: missed a spot in 2edab3d , no ref in the sass files either
OPNSense /core 2edab3d — src/opnsense/www/js opnsense_bootgrid.js, src/opnsense/www/themes/opnsense/build/css main.css mvc: anchor base_apply_button on page-content-head, adjust padding for content-box-main
netinet6: try to guard against known in6_selecthlim() panic
At least for tcp_default_output() it's easy to avoid this. May cause
more panics but we will have to go one by one since the FreeBSD fixes
on main are not compatible/backported.
PR: https://forum.opnsense.org/index.php?topic=51348.0