mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
dawn: update to latest version 2020-07-12
Includes: - dawn_uci: no need uci_alloc_context on each uci_set_network call - test_storage: extend test harness; datastorage: two bug fixes - tcpsocket: free con after ustream write error and make list each safe list_each is not safe against removal of list entry Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
@@ -5,13 +5,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dawn
|
PKG_NAME:=dawn
|
||||||
PKG_SOURCE_DATE:=2020-06-12
|
PKG_SOURCE_DATE:=2020-07-12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git
|
PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git
|
||||||
PKG_SOURCE_VERSION:=ada3bf3ff2b1faa24bcbc3754f8f52b9e66b02cd
|
PKG_SOURCE_VERSION:=32640de37836f674429aab1ff06f26c27c2c0986
|
||||||
PKG_MIRROR_HASH:=7139fc3ff71ab05a0d651e6a05cfcaa07d1084f47e4cf76d894217487eeb7ce3
|
PKG_MIRROR_HASH:=82d55383d6594dae46f2eb11b65f217f3e994e3ce3d655aa1c5a7ac80a5c8d63
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
|
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
|
|||||||
Reference in New Issue
Block a user