summaryrefslogtreecommitdiff
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-05 09:05:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-05 09:05:26 +0200
commit9030c3feff75a65db47a5c23351e59ed58c14bb5 (patch)
tree14281c4c5e68c377cb632f3ad92b2ce3d8e57079 /package/dnsmasq
parent56df778d52d6aa41c812fba42ff1af07e4d1288f (diff)
update to latest stable upstream version
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 3cca7cc35..39dd371a5 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= dnsmasq
-PKG_VERSION:= 2.55
-PKG_RELEASE:= 3
-PKG_MD5SUM:= b093d7c6bc7f97ae6fd35d048529232a
+PKG_VERSION:= 2.57
+PKG_RELEASE:= 1
+PKG_MD5SUM:= d10faeb409717eae94718d7716ca63a4
PKG_DESCR:= A lightweight DNS and DHCP server
PKG_SECTION:= dns
PKG_URL:= http://thekelleys.org.uk/dnsmasq/
@@ -20,7 +20,7 @@ CONFIG_STYLE:= manual
post-install:
${INSTALL_DIR} ${IDIR_DNSMASQ}/usr/sbin ${IDIR_DNSMASQ}/etc
- ${INSTALL_BIN} ${WRKINST}/usr/sbin/dnsmasq ${IDIR_DNSMASQ}/usr/sbin/
+ ${INSTALL_BIN} ${WRKINST}/usr/sbin/dnsmasq ${IDIR_DNSMASQ}/usr/sbin
${INSTALL_DATA} ./files/dnsmasq.conf ${IDIR_DNSMASQ}/etc/dnsmasq.conf
include ${TOPDIR}/mk/pkg-bottom.mk