aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-09-01 13:31:00 +0000
committerSteven Barth <cyrus@openwrt.org>2015-09-01 13:31:00 +0000
commit750a344a552b6fbe76d2f04a7ec522c400c7ad55 (patch)
tree1fc34d3d7a5c706486008fe0e1a42135cbcfba1f /package/network/services/odhcpd/Makefile
parent1bc35a08d1d5c82b0e1d5f4f75c4edd721bb7e17 (diff)
downloadupstream-750a344a552b6fbe76d2f04a7ec522c400c7ad55.tar.gz
upstream-750a344a552b6fbe76d2f04a7ec522c400c7ad55.tar.bz2
upstream-750a344a552b6fbe76d2f04a7ec522c400c7ad55.zip
odhcpd: fix incorrect address assignment for DHCPv6
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46761
Diffstat (limited to 'package/network/services/odhcpd/Makefile')
-rw-r--r--package/network/services/odhcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index f7dacfd6c1..beea353e24 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_VERSION:=2015-08-20
+PKG_VERSION:=2015-09-01
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/odhcpd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=5b12eeba475a3301c362cf59f138ec7aa60d2dd9
+PKG_SOURCE_VERSION:=b8f53276092dc48409006fec3c1e90383820cbc5
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0