diff --git a/CHANGES b/CHANGES index 25d52338c..6a455e82e 100644 --- a/CHANGES +++ b/CHANGES @@ -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