package/dnsmasq: bump version to 2.93

https://thekelleys.org.uk/dnsmasq/CHANGELOG

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-06-04 19:45:58 +02:00
committed by Julien Olivain
parent 8e5477637d
commit 374d0a02e4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Locally calculated after checking pgp signature # Locally calculated after checking pgp signature
# https://thekelleys.org.uk/dnsmasq/dnsmasq-2.92rel2.tar.xz.asc # https://thekelleys.org.uk/dnsmasq/dnsmasq-2.93.tar.xz.asc
sha256 43d72b8c129bdf33d17bafedc98823f63e46b5005128066bf0d2a472a32ce06a dnsmasq-2.92rel2.tar.xz sha256 0c00d4e5c97c8306e5fb932b348b34269c9c29a0e7df0e8e82958b407092bc19 dnsmasq-2.93.tar.xz
# Locally calculated # Locally calculated
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING-v3 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING-v3

View File

@@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
DNSMASQ_VERSION = 2.92rel2 DNSMASQ_VERSION = 2.93
DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz
DNSMASQ_SITE = https://thekelleys.org.uk/dnsmasq DNSMASQ_SITE = https://thekelleys.org.uk/dnsmasq
DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)" DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"