From: Yousong Zhou Date: Fri, 2 Oct 2015 00:16:41 +0000 (+0800) Subject: xl2tpd: bump version X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2817f1d9208266d27977e134c4a87e038aba8dbc;p=feed%2Fpackages.git 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 --- 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