From: David Woodhouse Date: Fri, 12 Jun 2020 10:22:18 +0000 (+0100) Subject: dawn: update to latest version X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=04d69baef99c9ea3f56df8f139d0c6e228370e59;p=openwrt-packages.git dawn: update to latest version Includes: - test_storage: further refactoring, added test functionality, and TESTING.md to describe testing approach - tcpsocket: implement client_read_cb with ustream_read my wheels are much worse than offical wheels. - Revert "tcpsocket: implement client_read_cb with ustream_read my wheels are much worse than offical wheels." - uci: fix arm64 compiling Fixes: #12488 Signed-off-by: David Woodhouse --- diff --git a/net/dawn/Makefile b/net/dawn/Makefile index 7eb5e67fd..f5149d277 100644 --- a/net/dawn/Makefile +++ b/net/dawn/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dawn -PKG_SOURCE_DATE:=2020-06-10 +PKG_SOURCE_DATE:=2020-06-12 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git -PKG_SOURCE_VERSION:=bd35961de8f963b06913290356a6cd44a42a41fe -PKG_MIRROR_HASH:=bba0758b0906db4af1e6ee8884946747c1e728bf6a51c5fcbaf09e1f1b7e0bdc +PKG_SOURCE_VERSION:=ada3bf3ff2b1faa24bcbc3754f8f52b9e66b02cd +PKG_MIRROR_HASH:=7139fc3ff71ab05a0d651e6a05cfcaa07d1084f47e4cf76d894217487eeb7ce3 PKG_MAINTAINER:=Nick Hainke PKG_LICENSE:=GPL-2.0-only