From 01e36d6c6ca74ab1ff809843c1abbe5326f55109 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 24 Jul 2018 07:10:59 +0200 Subject: [PATCH] change version numbers as they should have, whitespace --- .gitignore | 5 ++--- .../opnsense/service/templates/OPNsense/Bind/blacklist.db | 8 ++++---- net/haproxy/Makefile | 2 +- security/acme-client/Makefile | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b4b781414..547c60c39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*/*/work +/*/*/work *.pyc -.idea/ - +.idea diff --git a/dns/bind/src/opnsense/service/templates/OPNsense/Bind/blacklist.db b/dns/bind/src/opnsense/service/templates/OPNsense/Bind/blacklist.db index 44f0c7c0e..2503b6cbe 100644 --- a/dns/bind/src/opnsense/service/templates/OPNsense/Bind/blacklist.db +++ b/dns/bind/src/opnsense/service/templates/OPNsense/Bind/blacklist.db @@ -1,13 +1,13 @@ -$TTL 86400 +$TTL 86400 @ IN SOA opnsense.localdomain. hostmaster.opnsense.localdomain. ( 2018072201 28800 7200 864000 - 3600 ) + 3600 ) NS localhost. NS localhost. - A 127.0.0.1 -@ IN A 127.0.0.1 + A 127.0.0.1 +@ IN A 127.0.0.1 * IN A 127.0.0.1 * IN AAAA ::1 diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 1dc057c91..a0087958b 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 2.8 +PLUGIN_VERSION= 2.7 PLUGIN_REVISION= 2 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy-devel diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index f8bc9e65f..df5d3f60d 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= acme-client PLUGIN_VERSION= 1.15 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Let's Encrypt client PLUGIN_MAINTAINER= opnsense@moov.de PLUGIN_DEPENDS= acme.sh bind913