diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-08-03 20:33:57 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-08-03 20:33:57 +0000 |
commit | d508f3d51dab35a306f6015c8d8836857f737f01 (patch) | |
tree | 747591f86666b67a993e4602ef939e050d996c0f | |
parent | 7580cbdea5700f0b61ef326926c4ef217c51f987 (diff) | |
download | master-187ad058-d508f3d51dab35a306f6015c8d8836857f737f01.tar.gz master-187ad058-d508f3d51dab35a306f6015c8d8836857f737f01.tar.bz2 master-187ad058-d508f3d51dab35a306f6015c8d8836857f737f01.zip |
dnsmasq: Bump to dnsmasq2.75
Fixes a 100% cpu usage issue if using dhcp-script.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46550 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 9b0ecc518d..444459baaa 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.74 +PKG_VERSION:=2.75 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -PKG_MD5SUM:=f48cd0fe26a55617a375ffc95b71e3c3 +PKG_MD5SUM:=887236f1ddde6eb57cdb9d01916c9f72 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |