mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
xl2tpd: bump to version devel-20151125
Main changes are as the following - Allow specifying port in server option, e.g. example.com:1702 (fixes github issue #1960 "xl2tpd port change bug"). - Fixes NULL dereference on connection timeout - Update 100-makefile_opt_flags.patch Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=xl2tpd
|
||||
PKG_VERSION:=devel-20150930
|
||||
PKG_VERSION:=devel-20151125
|
||||
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:=5faece38704ae32063abe1d25e199c03e6f44669
|
||||
PKG_SOURCE_VERSION:=e2065bf0fc22ba33001ad503c01bba01648024a8
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
Reference in New Issue
Block a user