[source] odhcpd: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 6 10:20:53 PDT 2017


dedeckeh pushed a commit to source.git, branch master:
https://git.lede-project.org/e227bade26fc9edebd374a6b59bdba0821f8f032

commit e227bade26fc9edebd374a6b59bdba0821f8f032
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Thu Jul 6 19:16:58 2017 +0200

    odhcpd: update to the latest version
    
    f0d78e7 ndp: optimize check_addr6_updates code
    94afe3b ndp: fix syslog tracing for netlink neigbor and address events
    18df6cc treewide: rework logic to retrieve IPv6 interface addresses
    803b83e router: use enum to specify order and index of iov struct
    5dad295 treewide: rework code to get rid of fixed IPv6 address arrays
    3e4c8ad config: rework code to get rid of IFNAMSIZ usage
    ab7813e treewide: use angle-brackets to include libubox header files
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 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 4e2e0f9..a697c78 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/odhcpd.git
-PKG_SOURCE_DATE:=2017-05-15
-PKG_SOURCE_VERSION:=93abe6f02ad6e050996c4ead2481f103417df64f
-PKG_MIRROR_HASH:=231f80a3ed1bb6f7437eec57da623a38aff660109ff1a5be7cb52246658d7f97
+PKG_SOURCE_DATE:=2017-07-04
+PKG_SOURCE_VERSION:=f0d78e7ebfa785fd6037e1f1f711d6c382450c3b
+PKG_MIRROR_HASH:=e8889e1364128502741cdc58b28281e4efdb03adb6eb4f51f4f7015ddd35ac6d
 
 PKG_MAINTAINER:=Hans Dedecker <dedeckeh at gmail.com>
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list