dnsmasq: bump to version 2.72
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 24 Sep 2014 18:26:56 +0000 (15:26 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 24 Sep 2014 20:56:14 +0000 (22:56 +0200)
Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dnsmasq/dnsmasq.hash [new file with mode: 0644]
package/dnsmasq/dnsmasq.mk

diff --git a/package/dnsmasq/dnsmasq.hash b/package/dnsmasq/dnsmasq.hash
new file mode 100644 (file)
index 0000000..d5e5740
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256 7d0bd23f5d74b3a6b26a75d5ffcf9db81d461b47cbe578cb65a83a98008600b1        dnsmasq-2.72.tar.xz
index 6e97c68fcc6c3ddda40453253ae73cb6ba9b3b2f..e7f5776dc05bff2847dd0900aacd929ff7b1c7aa 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DNSMASQ_VERSION = 2.71
+DNSMASQ_VERSION = 2.72
 DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz
 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
 DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"