[openwrt/openwrt] dnsmasq: reset PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 13 06:02:27 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/694e6477848eade21851ec27d90c173b373099fc

commit 694e6477848eade21851ec27d90c173b373099fc
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed Mar 13 12:47:31 2024 +0100

    dnsmasq: reset PKG_RELEASE
    
    dnsmasq was recently updated to 2.90, but PKG_RELEASE was not reset to 1.
    
    Fixes: 838a27f64f56 ("dnsmasq: version 2.90")
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/network/services/dnsmasq/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index d2de74d9da..9020278d53 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=dnsmasq
 PKG_UPSTREAM_VERSION:=2.90
 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION)))
-PKG_RELEASE:=8
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
 PKG_SOURCE_URL:=https://thekelleys.org.uk/dnsmasq/




More information about the lede-commits mailing list