lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2817f1d9208266d27977e134c4a87e038aba8dbc
parent 31e6a7832af1cd3e752bd4bb623c89ed16b98634
Author: Yousong Zhou <yszhou4tech@gmail.com>
Date:   Fri,  2 Oct 2015 08:16:41 +0800

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 <yszhou4tech@gmail.com>

Diffstat:
Mnet/xl2tpd/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 <yszhou4tech@gmail.com> 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