[openwrt/openwrt] dnsmasq: bump to 2.79 release

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 19 03:39:38 PDT 2018


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/b0b5d0aebb7e42e46d13977e0f841eeaad1745c7

commit b0b5d0aebb7e42e46d13977e0f841eeaad1745c7
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Sun Mar 18 22:25:42 2018 +0000

    dnsmasq: bump to 2.79 release
    
    94b6878 Tidy crypto.c of old library compat. Now need libnettle 3.
    8b96552 Fix compiler warning.
    
    Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
---
 package/network/services/dnsmasq/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index d49a7f6..66d6641 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dnsmasq
-PKG_VERSION:=2.79rc2
+PKG_VERSION:=2.79
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates/
-PKG_HASH:=1aa10aff223bad361db56716ee3f88e5cd14ee5cd3615c45daae593e72c85cd3
+PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/
+PKG_HASH:=78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list