Skip to content

Commit 30734ca

Browse files
authored
Merge branch 'opnsense:master' into fix_5362_localip
2 parents 237d2df + 055c933 commit 30734ca

9 files changed

Lines changed: 12 additions & 7 deletions

File tree

dns/bind/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PLUGIN_NAME= bind
22
PLUGIN_VERSION= 1.34
3-
PLUGIN_REVISION= 2
3+
PLUGIN_REVISION= 3
44
PLUGIN_COMMENT= BIND domain name service
55
PLUGIN_DEPENDS= bind920
66
PLUGIN_MAINTAINER= m.muenz@gmail.com

dns/bind/pkg-descr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Plugin Changelog
1414
* Add custom configuration include directory /usr/local/etc/namedb/named.conf.d (contributed by Nicholas Card)
1515
* Add forward zones
1616
* Fix primary zones grid and command column (contributed by benyamin-codez)
17+
* Add HTTPS and SVCB record types (contributed by Michael Bedworth)
1718

1819
1.33
1920

net/freeradius/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PLUGIN_NAME= freeradius
2-
PLUGIN_VERSION= 1.10.1
2+
PLUGIN_VERSION= 1.10.2
33
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
44
PLUGIN_DEPENDS= freeradius3
55
PLUGIN_MAINTAINER= m.muenz@gmail.com

net/freeradius/pkg-descr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ security, particularly in the academic community, including eduroam.
99
Plugin Changelog
1010
================
1111

12+
1.10.2
13+
14+
* Add configurable LDAP group membership mode (contributed by Jerzy Kołosowski)
15+
1216
1.10.1
1317

1418
* Add TLS maximum version setting for EAP (contributed by Kota Shiratsuka)

net/frr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PLUGIN_NAME= frr
22
PLUGIN_VERSION= 1.53
3-
PLUGIN_REVISION= 2
3+
PLUGIN_REVISION= 3
44
PLUGIN_COMMENT= The FRRouting Protocol Suite
55
PLUGIN_DEPENDS= frr10-pythontools
66
PLUGIN_MAINTAINER= ad@opnsense.org

net/frr/pkg-descr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Plugin Changelog
1818
* Diagnostics: do not mismatch on vtysh command escape
1919
* OSPF: improve many to one relationship between prefix lists and route maps, allow multiple selection
2020
* OSPF/OSPF6: more visibility and safety for ModelRelationField references
21+
* BFD: use physical interface helper in bfdd.conf
2122

2223
1.52
2324

net/haproxy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PLUGIN_NAME= haproxy
22
PLUGIN_VERSION= 5.1
33
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
4-
PLUGIN_DEPENDS= haproxy py${PLUGIN_PYTHON}-haproxy-cli
4+
PLUGIN_DEPENDS= haproxy32 py${PLUGIN_PYTHON}-haproxy-cli
55
PLUGIN_MAINTAINER= opnsense@moov.de
66

77
.include "../../Mk/plugins.mk"

security/maltrail/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PLUGIN_NAME= maltrail
22
PLUGIN_VERSION= 1.10
3-
PLUGIN_REVISION= 2
3+
PLUGIN_REVISION= 3
44
PLUGIN_COMMENT= Malicious traffic detection system
55
PLUGIN_DEPENDS= maltrail
66
PLUGIN_MAINTAINER= m.muenz@gmail.com

security/maltrail/pkg-descr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ custom user defined lists, where trail can be anything from domain name,
55
URL, IP address or HTTP User-Agent header value. Also, it uses advanced
66
heuristic mechanisms that can help in discovery of unknown threats.
77

8-
WWW: https://github.com/stamparm/maltrail
9-
108

119
Changelog
1210
---------
@@ -16,6 +14,7 @@ Changelog
1614
* Add CHECK_HOST_DOMAINS option
1715
* Fix CUSTOM_TRAILS_DIR (contributed by codiflow)
1816
* Fix python3 binary use in RC scripting (contributed by Tom Reid)
17+
* Fix missing FAIL2BAN_ALLOWLIST to allow localhost access to fail2ban endpoint (contributed by whitej46)
1918

2019
1.9
2120

0 commit comments

Comments
 (0)