From 331963717bf4781ead1ff03b56de2802b9e05164 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 18 Feb 2019 15:21:06 +0100 Subject: [PATCH] odhcpd: update to latest git HEAD 1f01299 config: fix build failure in case DHCPv4 support is disabled 67b3a14 dhcpv4: fix assignment of requested IP address ca8ba91 dhcp: rework static lease logic 36833ea dhcpv6: rapid commit support 1ae316e dhcpv6: fix parsing of DHCPv6 relay messages 80157e1 dhcpv4: fix compile issue 671ccaa dhcpv6-ia: move function definitions to odhcpd.h 0db69b0 dhcpv6: improve code readibility 7847b27 treewide: unify dhcpv6 and dhcpv4 assignments a54cee0 netlink: rework handling of netlink messages 9f25dd8 treewide: use avl tree to store interfaces f21a0a7 treewide: align syslog tracing edc5fb0 dhcpv6-ia: add full CONFIRM support 9d6eadf dhcpv6-ia: rework append_reply() Signed-off-by: Hans Dedecker --- package/network/services/odhcpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index 5c024f14f1..b36df5d95b 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcpd.git -PKG_SOURCE_DATE:=2019-01-16 -PKG_SOURCE_VERSION:=0a36768064ee2869a747446ed8b9d89121ecc1f1 -PKG_MIRROR_HASH:=119da62ab4c9a4a5954ef9005d84f3de18d0b774bb557ed4f78f90bb82ec18d1 +PKG_SOURCE_DATE:=2019-02-18 +PKG_SOURCE_VERSION:=1f01299c677653cf6d67c82c2df7b7e028508876 +PKG_MIRROR_HASH:=1b79e2f8feac939eba909e1fb137d17576ec9ef81406f87f6164bbab2fac1628 PKG_MAINTAINER:=Hans Dedecker PKG_LICENSE:=GPL-2.0