projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff374b8
)
dnsmasq: reset PKG_RELEASE
author
Robert Marko
<robimarko@gmail.com>
Wed, 13 Mar 2024 11:47:31 +0000
(12:47 +0100)
committer
RISCi_ATOM
<bob@bobcall.me>
Wed, 20 Mar 2024 15:36:12 +0000
(11:36 -0400)
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@gmail.com>
(cherry picked from commit
694e6477848eade21851ec27d90c173b373099fc
)
package/network/services/dnsmasq/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/dnsmasq/Makefile
b/package/network/services/dnsmasq/Makefile
index 47a5ae54ae7f5ca2f3cdb0918f58d7517e579c6e..9020278d5336311335a39b73bc7b9b029922739a 100644
(file)
--- 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:=
4
+PKG_RELEASE:=
1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
PKG_SOURCE_URL:=https://thekelleys.org.uk/dnsmasq/