diff options
author | Steven Barth <steven@midlink.org> | 2015-05-17 08:06:45 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-05-17 08:06:45 +0000 |
commit | 96bad9198642c9ab52f4ae898a9907b4843ee5f2 (patch) | |
tree | 655c79ba585bf59826281d517ce2f81a491b0920 /package | |
parent | d1f2cc220af68d58a0cc18ed4b0b63c757a5e2f1 (diff) | |
download | master-187ad058-96bad9198642c9ab52f4ae898a9907b4843ee5f2.tar.gz master-187ad058-96bad9198642c9ab52f4ae898a9907b4843ee5f2.tar.bz2 master-187ad058-96bad9198642c9ab52f4ae898a9907b4843ee5f2.zip |
dnsmasq: bump to dnsmasq2.73rc8 Important.
Bump dnsmasq to v2.73rc8
Important - fixes remotely exploitable buffer overflow introduced in all v2.73 test/release candidates.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45693 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 8f55274b7f..93bfcf35bc 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.73rc7 +PKG_VERSION:=2.73rc8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates -PKG_MD5SUM:=526f7d51b71e07e6e431f5ea48f4b5be +PKG_MD5SUM:=7d4e04c875528d64d8e82abceba78489 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |