[Buildroot] [git commit] dnsmasq: bump to version 2.72

Peter Korsgaard peter at korsgaard.com
Wed Sep 24 20:56:14 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=fbaf9b13d90518fe349cf0f81c61342d3ffd18a1
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/dnsmasq/dnsmasq.hash |    2 ++
 package/dnsmasq/dnsmasq.mk   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/dnsmasq/dnsmasq.hash b/package/dnsmasq/dnsmasq.hash
new file mode 100644
index 0000000..d5e5740
--- /dev/null
+++ b/package/dnsmasq/dnsmasq.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	7d0bd23f5d74b3a6b26a75d5ffcf9db81d461b47cbe578cb65a83a98008600b1	dnsmasq-2.72.tar.xz
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index 6e97c68..e7f5776 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -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)"


More information about the buildroot mailing list