diff options
author | Hans Dedecker <hans.dedecker@technicolor.com> | 2016-06-30 12:28:22 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-30 14:53:21 +0200 |
commit | ecbc138343f4f4c6fc65c3e6e143447dabc8e1a3 (patch) | |
tree | 0bf0c231bfc7ca3520278fa16bbb3f43b01b1750 /package/network/ipv6/odhcp6c | |
parent | 0b208a7de16040f6c719d0c5767b41725e7a42da (diff) | |
download | upstream-ecbc138343f4f4c6fc65c3e6e143447dabc8e1a3.tar.gz upstream-ecbc138343f4f4c6fc65c3e6e143447dabc8e1a3.tar.bz2 upstream-ecbc138343f4f4c6fc65c3e6e143447dabc8e1a3.zip |
odhcp6c: Upstep to latest version
Following fixes are included in the latest version:
-Script is launched with incorrect action
-Possible buffer overflows
-Lots of minor bugfixes
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/ipv6/odhcp6c')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 0b38be93cd..0dc771d374 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2015-09-04 +PKG_VERSION:=2016-06-30 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/sbyx/odhcp6c.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=dc186d6d2b0dd4ad23ca5fc69c00e81f796ff6d9 +PKG_SOURCE_VERSION:=7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |