diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-01-26 11:36:07 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-01-27 14:33:42 +0100 |
commit | 3416f262f9c1120eb7900b83615b453f99896258 (patch) | |
tree | 1ca387872351592d023235a4ea85333bd74c644a | |
parent | 48b628b8613d5f9a40c426be766285ca1bdaae58 (diff) | |
download | buildroot-novena-3416f262f9c1120eb7900b83615b453f99896258.tar.gz buildroot-novena-3416f262f9c1120eb7900b83615b453f99896258.zip |
Bump dnsmasq to 2.52
Closes #961.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | package/dnsmasq/dnsmasq.mk | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,7 @@ New packages: libcdaudio, libdvdnav, libdvdread, hostapd, tcpreplay Updated/fixed packages: autoconf, bind, binutils, bootutils, busybox, - directfb, e2fsprogs, gstreamer, gst-plugins-bad, hal, iptables, + directfb, dnsmasq, e2fsprogs, gstreamer, gst-plugins-bad, hal, iptables, iw, jpeg, kismet, libfuse, libpcap, libungif, lighttpd, mesa, mpg123, mtd-utils, neon, openvpn, pcre, qt, rpm, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot, usb_modeswitch, usbutils, wpa_supplicant, xfsprogs @@ -37,6 +37,7 @@ #931: Bump kismet package to 2010-01-R1 #937: Bump openvpn package to 2.1.1 #943: Bump sqlite package to 3.6.22 + #961: Bump dnsmasq to 2.52 2009.11, Released December 1st, 2009: diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk index 6d66d09fd..86b3eef01 100644 --- a/package/dnsmasq/dnsmasq.mk +++ b/package/dnsmasq/dnsmasq.mk @@ -4,7 +4,7 @@ # ############################################################# -DNSMASQ_VERSION = 2.51 +DNSMASQ_VERSION = 2.52 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq DNSMASQ_AUTORECONF = NO DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" |