Skip to content

Commit

Permalink
Merge pull request opnsense#1347 from fraenki/haproxy_216
Browse files Browse the repository at this point in the history
net/haproxy: release 2.16
  • Loading branch information
fraenki authored Jul 7, 2019
2 parents 844093f + cd07c15 commit f9f4bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions net/haproxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PLUGIN_NAME= haproxy
PLUGIN_VERSION= 2.15
PLUGIN_REVISION= 1
PLUGIN_VERSION= 2.16
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
PLUGIN_DEPENDS= haproxy18
PLUGIN_MAINTAINER= [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
</enabled>
<name type="TextField">
<Required>Y</Required>
<mask>/^([0-9a-zA-Z._]){1,255}$/u</mask>
<mask>/^([0-9a-zA-Z._\-]){1,255}$/u</mask>
<ValidationMessage>Should be a string between 1 and 255 characters.</ValidationMessage>
</name>
<description type="TextField">
Expand Down Expand Up @@ -697,7 +697,7 @@
</enabled>
<name type="TextField">
<Required>Y</Required>
<mask>/^([0-9a-zA-Z._]){1,255}$/u</mask>
<mask>/^([0-9a-zA-Z._\-]){1,255}$/u</mask>
<ValidationMessage>Should be a string between 1 and 255 characters.</ValidationMessage>
</name>
<description type="TextField">
Expand Down Expand Up @@ -1013,7 +1013,7 @@
<Required>Y</Required>
</enabled>
<name type="TextField">
<mask>/^([0-9a-zA-Z._]){1,255}$/u</mask>
<mask>/^([0-9a-zA-Z._\-]){1,255}$/u</mask>
<ValidationMessage>Should be a string between 1 and 255 characters.</ValidationMessage>
<Required>Y</Required>
</name>
Expand Down

0 comments on commit f9f4bc7

Please sign in to comment.