From 2817f1d9208266d27977e134c4a87e038aba8dbc Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 2 Oct 2015 08:16:41 +0800 Subject: [PATCH] xl2tpd: bump version The update is mainly for addressing some memory corruption and segementation faults issues observed when running xl2tpd in OpenWrt. The relevant upstream pull request was at link [1] [1] Devel fix valgrind #77, https://github.com/xelerance/xl2tpd/pull/77 Signed-off-by: Yousong Zhou --- net/xl2tpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/xl2tpd/Makefile b/net/xl2tpd/Makefile index f46cec6158..91dcbfb037 100644 --- a/net/xl2tpd/Makefile +++ b/net/xl2tpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd -PKG_VERSION:=devel-20150812 +PKG_VERSION:=devel-20150930 PKG_RELEASE:=1 PKG_MAINTAINER:=Yousong Zhou PKG_LICENSE:=GPL-2.0 @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/xelerance/xl2tpd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=5674a5835e9b89b7438917a380f3a6d68528fa3e +PKG_SOURCE_VERSION:=5faece38704ae32063abe1d25e199c03e6f44669 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_INSTALL:=1 -- 2.30.2