From: Steven Barth Date: Tue, 19 Aug 2014 05:58:51 +0000 (+0000) Subject: odhcpd: various DHCPv4 and DHCPv6 fixes X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8d22f9d0f4f63d4cbe5f03c0879e21a86950980f;p=15.05%2Fopenwrt.git odhcpd: various DHCPv4 and DHCPv6 fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42217 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index bd6328dcd2..f9b3a57a4d 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:=2014-08-13 +PKG_VERSION:=2014-08-19 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:=f41da55f11f06361e23f11a87f179aa56565c106 +PKG_SOURCE_VERSION:=710744ecea73b6a3cf560776e298741b04fb727a PKG_MAINTAINER:=Steven Barth