[openwrt/openwrt] umdns: update to Git 7c675979 (2024-03-04)
LEDE Commits
lede-commits at lists.infradead.org
Thu Mar 7 23:57:42 PST 2024
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/0844937947ec1c9124dbb332b5fb5d1e3616b1e2
commit 0844937947ec1c9124dbb332b5fb5d1e3616b1e2
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Mar 4 16:12:05 2024 +0000
umdns: update to Git 7c675979 (2024-03-04)
Backport of single commit 9040335e102 ("interface: fix interface memory
corruption").
Fixes: openwrt/openwrt/issues/14120
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
package/network/services/umdns/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/network/services/umdns/Makefile b/package/network/services/umdns/Makefile
index 4510bdeb68..8684c80596 100644
--- a/package/network/services/umdns/Makefile
+++ b/package/network/services/umdns/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=umdns
-PKG_RELEASE:=5
+PKG_RELEASE:=1
PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2023-10-19
-PKG_SOURCE_VERSION:=d45c443aa1e6514aab58bbbf9311913e484d31a6
-PKG_MIRROR_HASH:=20d91d867f4f34a37c7b2a600327884375f9f16c1ea9bbb3199347d8b617d856
+PKG_SOURCE_DATE:=2024-03-04
+PKG_SOURCE_VERSION:=7c6759792502fa45ac1e38aa5644f8cf8f290894
+PKG_MIRROR_HASH:=7314ac31559b16d34d381f001037d9679c48778d2738948c8bd361aeab491c22
PKG_MAINTAINER:=John Crispin <john at phrozen.org>
PKG_LICENSE:=LGPL-2.1
More information about the lede-commits
mailing list