summaryrefslogtreecommitdiff
path: root/package/network/ipv6
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-03-11 08:21:58 +0000
committerSteven Barth <cyrus@openwrt.org>2014-03-11 08:21:58 +0000
commitcd695565fb01f8ea871fef44ca401ee9cfae3ca5 (patch)
tree769f7650e35852552dbc195a009d85cbef7ea1f6 /package/network/ipv6
parentdd7524f3f9627c7a7f0d4d8c0986559caf2c726d (diff)
downloadmtk-20170518-cd695565fb01f8ea871fef44ca401ee9cfae3ca5.zip
mtk-20170518-cd695565fb01f8ea871fef44ca401ee9cfae3ca5.tar.gz
mtk-20170518-cd695565fb01f8ea871fef44ca401ee9cfae3ca5.tar.bz2
odhcpd/odhcp6c: fix HMAC-MD5 in DHCPv6-Reconfigure
SVN-Revision: 39868
Diffstat (limited to 'package/network/ipv6')
-rw-r--r--package/network/ipv6/odhcp6c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 1b12c23..0b98b68 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:=2014-03-07
+PKG_VERSION:=2014-03-11
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:=5b98f902f616bd9b96a2128587bc6995555a43c1
+PKG_SOURCE_VERSION:=9c7c654cb2d5ac6ac536f603cd5a9372416e91da
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
include $(INCLUDE_DIR)/package.mk