diff options
author | Steven Barth <steven@midlink.org> | 2013-10-02 14:16:05 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-02 14:16:05 +0000 |
commit | 09838598c11831ce1f3821caa270c5f4cbc09e2f (patch) | |
tree | b7cebc9fe717b7f80c6d6aedee826d95c85319ba /package/network/ipv6/odhcp6c | |
parent | 414c5be62b1300ed7fe1521a9a1abb6b2e0d8158 (diff) | |
download | upstream-09838598c11831ce1f3821caa270c5f4cbc09e2f.tar.gz upstream-09838598c11831ce1f3821caa270c5f4cbc09e2f.tar.bz2 upstream-09838598c11831ce1f3821caa270c5f4cbc09e2f.zip |
odhcp6c: validate hop-limit on RAs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38285 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 03e29b497f..d6540d6e30 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:=2013-09-21 +PKG_VERSION:=2013-10-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcp6c.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=4323a13ae58f9be363847d58ae25733289d91205 +PKG_SOURCE_VERSION:=357ecc1f5163bc7f74c64f4bca387e8d44a2eac5 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> include $(INCLUDE_DIR)/package.mk |