diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-06-08 16:22:50 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-18 19:23:38 +0200 |
commit | c32ce8b56b0257c4e55652356b65df01c7c1e1e3 (patch) | |
tree | 582809eff304393212602e30c8cc40d866351c80 | |
parent | 1e627bf212afff670e414d3ebfc8fb4c4b31c318 (diff) |
ncurses: bump to 5.7
Closes #2038
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | package/ncurses/ncurses.mk | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -15,8 +15,8 @@ Updated/fixed packages: busybox, cdrkit, file, gawk, gstreamer, intltool, ipsec-tools, iptables, libart, libidn, - lmbench, lrzsz, netperf, ntfsprogs, openssl, php, qt, sqlite, - squashfs, tn5250, usbutils, xkeyboard-config + lmbench, lrzsz, ncurses, netperf, ntfsprogs, openssl, php, qt, + sqlite, squashfs, tn5250, usbutils, xkeyboard-config Removed packages: modutils @@ -40,6 +40,7 @@ #1987: intltool: Fix spelling mistake #1999: Typo in path checking #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x + #2038: Bump ncurses to 5.7 2010.05, Released May 30th, 2010: diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk index 584a96902..ee101f3a3 100644 --- a/package/ncurses/ncurses.mk +++ b/package/ncurses/ncurses.mk @@ -23,7 +23,7 @@ # USA # TARGETS -NCURSES_VERSION = 5.6 +NCURSES_VERSION = 5.7 NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses NCURSES_SOURCE = ncurses-$(NCURSES_VERSION).tar.gz NCURSES_INSTALL_STAGING = YES |