From c7e6b98dbf8fb53a6d3089af468dcee3f9fad2f6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 11 Aug 2016 19:37:49 +0200 Subject: [PATCH] net/*: bump version numbers after recent confirmed fixes --- net/l2tp/Makefile | 3 +-- net/pppoe/Makefile | 3 +-- net/pptp/Makefile | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index 7bd0cd2fa..261bf7111 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= l2tp -PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 3 +PLUGIN_VERSION= 1.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 b453f7157..de44f0daa 100644 --- a/net/pppoe/Makefile +++ b/net/pppoe/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= pppoe -PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 1.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 970061b81..6b04cd9bf 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= pptp -PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 1.1 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPTP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org