From 0254385348bfa066bdf8863d88d108efbcf14c00 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 29 Aug 2016 10:34:05 +0200 Subject: [PATCH] net: bump VPN plugins --- net/l2tp/Makefile | 1 + net/pppoe/Makefile | 1 + net/pptp/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index 261bf7111..3ea83584c 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= l2tp PLUGIN_VERSION= 1.1 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= L2TP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pppoe/Makefile b/net/pppoe/Makefile index de44f0daa..ca42dd31f 100644 --- a/net/pppoe/Makefile +++ b/net/pppoe/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= pppoe PLUGIN_VERSION= 1.1 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPPoE server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pptp/Makefile b/net/pptp/Makefile index 6b04cd9bf..891586994 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= pptp PLUGIN_VERSION= 1.1 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPTP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org