@@ -30,6 +30,60 @@ can be found below as well.
30
30
* Full mirror list: https://opnsense.org/download/
31
31
32
32
33
+ --------------------------------------------------------------------------
34
+ 24.7.7 (October 23, 2024)
35
+ --------------------------------------------------------------------------
36
+
37
+
38
+ A small update to keep things moving forward while things are quietening
39
+ down a little bit. Still working on improving the trust store integration
40
+ and already tackling new MVC/API conversions on the development end.
41
+
42
+ Here are the full patch notes:
43
+
44
+ * system: add OpenSSH "RekeyLimit" with a limited set of choices
45
+ * system: fix certificate condition in setCRL() (contributed by richierg)
46
+ * system: untrusted directory changed in FreeBSD 14
47
+ * system: remove obsolete banners from static pages
48
+ * system: address CRL/cert subject hash mismatch during trust store rehash
49
+ * reporting: refactor existing RRD backend code
50
+ * firewall: throttle live logging on dashboard widget
51
+ * interfaces: fix VXLAN interface being busy when vxlanlocal or vxlanremote is changed
52
+ * interfaces: 6RD/6to4 route creation should be limited to IPv6
53
+ * firmware: remove escaped slashes workaround on mirror/flavour write
54
+ * firmware: CRL checking for business update mirror
55
+ * firmware: introduce config.sh and use it in launcher.sh and connection.sh
56
+ * firmware: restart cron on updates
57
+ * intrusion detection: reorganise settings page with headers
58
+ * intrusion detection: support configuration of eve-log for HTTP and TLS (contributed by Toby Chen)
59
+ * ipsec: fix advanced option "max_ikev1_exchanges"
60
+ * backend: cache file cleanup when TTL is reached
61
+ * backend: correct template helper exists() return type (contributed by kumy)
62
+ * mvc: fix config.xml file open mode in overwrite()
63
+ * mvc: add missing request->hasQuery()
64
+ * mvc: add missing request->getScheme()
65
+ * mvc: add missing request->getURI()
66
+ * mvc: extend sanity checks in isIPInCIDR()
67
+ * ui: fix tree view style targeting elements outside this view
68
+ * plugins: enforce defaults on devices
69
+ * plugins: os-caddy 1.7.3 `[1] <https://github.com/opnsense/plugins/blob/stable/24.7/www/caddy/pkg-descr >`__
70
+ * plugins: os-ddclient 1.25 `[2] <https://github.com/opnsense/plugins/blob/stable/24.7/dns/ddclient/pkg-descr >`__
71
+ * plugins: os-freeradius 1.9.26 `[3] <https://github.com/opnsense/plugins/blob/stable/24.7/net/freeradius/pkg-descr >`__
72
+ * plugins: os-frr 1.42 `[4] <https://github.com/opnsense/plugins/blob/stable/24.7/net/frr/pkg-descr >`__
73
+ * plugins: os-lldpd 1.2 `[5] <https://github.com/opnsense/plugins/blob/stable/24.7/net-mgmt/lldpd/pkg-descr >`__
74
+ * plugins: os-net-snmp 1.6 `[6] <https://github.com/opnsense/plugins/blob/stable/24.7/net-mgmt/net-snmp/pkg-descr >`__
75
+ * plugins: os-upnp 1.7 `[7] <https://github.com/opnsense/plugins/blob/stable/24.7/net/upnp/pkg-descr >`__
76
+ * plugins: os-wazuh-agent 1.1 `[8] <https://github.com/opnsense/plugins/blob/stable/24.7/security/wazuh-agent/pkg-descr >`__
77
+ * ports: monit 5.34.2 `[9] <https://mmonit.com/monit/changes/ >`__
78
+ * ports: nss 3.105 `[10] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_105.html >`__
79
+ * ports: openssh 9.9.p1 `[11] <https://www.openssh.com/txt/release-9.9 >`__
80
+ * ports: pkg fix for for embedded libfetch when doing CRL verification
81
+ * ports: py-duckdb 1.1.2 `[12] <https://github.com/duckdb/duckdb/releases/tag/v1.1.2 >`__
82
+ * ports: syslog-ng 4.8.1 `[13] <https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.8.1 >`__
83
+ * ports: unbound 1.22.0 `[14] <https://nlnetlabs.nl/projects/unbound/download/#unbound-1-22-0 >`__
84
+
85
+
86
+
33
87
--------------------------------------------------------------------------
34
88
24.7.6 (October 09, 2024)
35
89
--------------------------------------------------------------------------
0 commit comments