[openwrt/openwrt] odhcpd: fix interop with wide DHCPv6 client (FS#1377)
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 2 07:41:50 PST 2018
dedeckeh pushed a commit to openwrt/openwrt.git, branch lede-17.01:
https://git.lede-project.org/dfe620cb93c00650d0adda335f40cf434fb3d4f1
commit dfe620cb93c00650d0adda335f40cf434fb3d4f1
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Fri Mar 2 16:35:54 2018 +0100
odhcpd: fix interop with wide DHCPv6 client (FS#1377)
aedc154 dhcpv6-ia: don't always send reconf accept option (FS#1377)
Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
package/network/services/odhcpd/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 5ba9e7c..9a1dafa 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/odhcpd.git
-PKG_SOURCE_DATE:=2017-10-02
-PKG_SOURCE_VERSION:=c6f3d5d4ea5154e5971fa0b1b1e9a9c07119429f
-PKG_MIRROR_HASH:=5ce8f52b5c6acea27d9733918e9c3bc8a154d516a02eef9b172c5e3d459f494c
+PKG_SOURCE_DATE:=2018-03-02
+PKG_SOURCE_VERSION:=2da5850fe82313ef0ef7f37be426571ce80fd276
+PKG_MIRROR_HASH:=0e6d20fa958150d92d8d0d416f04823d6e77b56c782af0393627670e49594c8e
PKG_MAINTAINER:=Hans Dedecker <dedeckeh at gmail.com>
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list