[openwrt/openwrt] umdns: update to version 2020-10-26

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 27 17:52:15 EDT 2020


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f9005d4f80dee3dcc257d4613cbc46668faad094

commit f9005d4f80dee3dcc257d4613cbc46668faad094
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Oct 26 08:35:01 2020 +0100

    umdns: update to version 2020-10-26
    
    59e4fc98162d cache: cache_answer: fix off by one
    4cece9cc7db4 cache: cache_record_find: fix buffer overflow
    be687257ee0b cmake: tests: provide umdns-san binary
    bf01f2dd0089 tests: add dns_handle_packet_file tool
    134afc728846 tests: add libFuzzer based fuzzing
    de08a2c71ca8 cmake: create static library
    cdc18fbb3ea8 interface: fix possible null pointer dereference
    1fa034c65cb6 interface: fix value stored to 'fd' is never read
    3a67ebe3fc66 Add initial GitLab CI support
    50caea125517 cmake: fix include dirs and libs lookup
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 package/network/services/umdns/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/services/umdns/Makefile b/package/network/services/umdns/Makefile
index 05d0f61cf8..f02177dca2 100644
--- a/package/network/services/umdns/Makefile
+++ b/package/network/services/umdns/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2020-07-20
-PKG_SOURCE_VERSION:=eadfa26a5cf31e27f551c37c1362983e9db37c4d
-PKG_MIRROR_HASH:=a7ea35b9078543050399cda08da49199f49e2535cb8dd957e0dc5a7ff86c32a4
+PKG_SOURCE_DATE:=2020-10-26
+PKG_SOURCE_VERSION:=59e4fc98162d253b4e5ecd110f7bc5ea3962e221
+PKG_MIRROR_HASH:=35fefc76d84c963ccb0aa72ac738065649f361d2946d3bc45fbd205d1dfc3d9f
 
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>
 PKG_LICENSE:=LGPL-2.1



More information about the lede-commits mailing list