diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-09-24 15:26:56 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-24 22:56:14 +0200 |
commit | fbaf9b13d90518fe349cf0f81c61342d3ffd18a1 (patch) | |
tree | 465aabfca48a4e0350d1cdd0455eba3fc03c254c | |
parent | d32d1d3e6a14609bf510e7c8c74fe110e96d2028 (diff) | |
download | buildroot-fbaf9b13d90518fe349cf0f81c61342d3ffd18a1.tar.gz buildroot-fbaf9b13d90518fe349cf0f81c61342d3ffd18a1.zip |
dnsmasq: bump to version 2.72
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/dnsmasq/dnsmasq.hash | 2 | ||||
-rw-r--r-- | 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 0000000000..d5e5740eb4 --- /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 6e97c68fcc..e7f5776dc0 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)" |