mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 18:02:46 +00:00
ncurses: update to 6.3
release notes: https://invisible-island.net/ncurses/announce-6.3.html Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
parent
f8b02130d2
commit
3bf10bac11
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ncurses
|
PKG_NAME:=ncurses
|
||||||
PKG_VERSION:=6.2
|
PKG_VERSION:=6.3
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||||
PKG_HASH:=30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d
|
PKG_HASH:=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=README
|
PKG_LICENSE_FILES:=README
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/misc/terminfo.src
|
--- a/misc/terminfo.src
|
||||||
+++ b/misc/terminfo.src
|
+++ b/misc/terminfo.src
|
||||||
@@ -6145,6 +6145,172 @@ rxvt-cygwin-native|rxvt terminal emulato
|
@@ -6616,6 +6616,172 @@ rxvt-cygwin-native|rxvt terminal emulato
|
||||||
rxvt-16color|rxvt with 16 colors like aixterm,
|
rxvt-16color|rxvt with 16 colors like aixterm,
|
||||||
ncv#32, use=ibm+16color, use=rxvt,
|
ncv#32, use=ibm+16color, use=rxvt,
|
||||||
|
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
--- a/misc/terminfo.src
|
--- a/misc/terminfo.src
|
||||||
+++ b/misc/terminfo.src
|
+++ b/misc/terminfo.src
|
||||||
@@ -4513,6 +4513,7 @@ xterm-xfree86|xterm terminal emulator (X
|
@@ -4815,6 +4815,7 @@ xterm+nofkeys|building block for xterm f
|
||||||
# This version reflects the current xterm features.
|
# This version reflects the current xterm features.
|
||||||
xterm-new|modern xterm terminal emulator,
|
xterm-new|modern xterm terminal emulator,
|
||||||
npc,
|
npc,
|
||||||
+ kbs=\177,
|
+ kbs=\177,
|
||||||
kcbt=\E[Z, kent=\EOM, use=ecma+index, use=ansi+rep,
|
kcbt=\E[Z, kent=\EOM, nel=\EE, use=ecma+index,
|
||||||
use=ecma+strikeout, use=xterm+keypad, use=vt420+lrmm,
|
use=ansi+rep, use=ecma+strikeout, use=xterm+pcfkeys,
|
||||||
use=xterm+sm+1006, use=xterm+pcfkeys, use=xterm+tmux,
|
use=xterm+nofkeys,
|
||||||
@@ -5943,6 +5944,7 @@ mlterm-256color|mlterm 3.0 with xterm 25
|
@@ -6416,6 +6417,7 @@ mlterm-256color|mlterm 3.0 with xterm 25
|
||||||
rxvt-basic|rxvt terminal base (X Window System),
|
rxvt-basic|rxvt terminal base (X Window System),
|
||||||
OTbs, am, bce, eo, mir, msgr, xenl, xon, XT,
|
OTbs, am, bce, eo, mir, msgr, xenl, xon, XT,
|
||||||
cols#80, it#8, lines#24,
|
cols#80, it#8, lines#24,
|
||||||
+ kbs=\177,
|
+ kbs=\177,
|
||||||
acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
|
acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
|
||||||
bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l,
|
bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[H\E[2J, cr=\r,
|
||||||
clear=\E[H\E[2J, cnorm=\E[?25h, cr=\r,
|
csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
|
||||||
@@ -5953,7 +5955,7 @@ rxvt-basic|rxvt terminal base (X Window
|
@@ -6425,7 +6427,7 @@ rxvt-basic|rxvt terminal base (X Window
|
||||||
enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l, home=\E[H,
|
enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l, home=\E[H,
|
||||||
ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
|
ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
|
||||||
ind=\n, is1=\E[?47l\E=\E[?1l,
|
ind=\n, is1=\E[?47l\E=\E[?1l,
|
||||||
@ -25,7 +25,7 @@
|
|||||||
kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
|
kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
|
||||||
rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,
|
rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m,
|
||||||
rmul=\E[24m,
|
rmul=\E[24m,
|
||||||
@@ -7454,6 +7456,7 @@ dumb-emacs-ansi|Emacs dumb terminal with
|
@@ -8060,6 +8062,7 @@ dumb-emacs-ansi|Emacs dumb terminal with
|
||||||
screen|VT 100/ANSI X3.64 virtual terminal,
|
screen|VT 100/ANSI X3.64 virtual terminal,
|
||||||
OTbs, OTpt, am, km, mir, msgr, xenl, G0,
|
OTbs, OTpt, am, km, mir, msgr, xenl, G0,
|
||||||
colors#8, cols#80, it#8, lines#24, ncv@, pairs#64, U8#1,
|
colors#8, cols#80, it#8, lines#24, ncv@, pairs#64, U8#1,
|
||||||
@ -33,16 +33,16 @@
|
|||||||
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
|
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
|
||||||
yzz{{||}}~~,
|
yzz{{||}}~~,
|
||||||
bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
|
bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
|
||||||
@@ -7465,7 +7468,7 @@ screen|VT 100/ANSI X3.64 virtual termina
|
@@ -8071,7 +8074,7 @@ screen|VT 100/ANSI X3.64 virtual termina
|
||||||
dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
|
dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K,
|
||||||
enacs=\E(B\E)0, flash=\Eg, home=\E[H, hpa=\E[%i%p1%dG,
|
enacs=\E(B\E)0, flash=\Eg, home=\E[H, hpa=\E[%i%p1%dG,
|
||||||
ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
|
ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L,
|
||||||
- ind=\n, indn=\E[%p1%dS, is2=\E)0, kbs=^H, kcbt=\E[Z,
|
- ind=\n, indn=\E[%p1%dS, is2=\E)0, kbs=^H, kcbt=\E[Z,
|
||||||
+ ind=\n, indn=\E[%p1%dS, is2=\E)0, kcbt=\E[Z,
|
+ ind=\n, indn=\E[%p1%dS, is2=\E)0, kcbt=\E[Z,
|
||||||
kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
|
kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP,
|
||||||
kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
|
kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR,
|
||||||
kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
|
kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~,
|
||||||
@@ -7594,6 +7597,7 @@ screen.xterm-r6|screen customized for X1
|
@@ -8199,6 +8202,7 @@ screen.xterm-r6|screen customized for X1
|
||||||
# on Solaris because Sun's curses implementation gets confused.
|
# on Solaris because Sun's curses implementation gets confused.
|
||||||
screen.teraterm|disable ncv in teraterm,
|
screen.teraterm|disable ncv in teraterm,
|
||||||
ncv#127,
|
ncv#127,
|
||||||
|
@ -15,7 +15,7 @@ Subject: [PATCH] ncurses 5.9 - patch 20141206
|
|||||||
|
|
||||||
--- a/ncurses/base/MKlib_gen.sh
|
--- a/ncurses/base/MKlib_gen.sh
|
||||||
+++ b/ncurses/base/MKlib_gen.sh
|
+++ b/ncurses/base/MKlib_gen.sh
|
||||||
@@ -502,11 +502,22 @@ sed -n -f $ED1 \
|
@@ -511,11 +511,22 @@ sed -n -f $ED1 \
|
||||||
-e 's/gen_$//' \
|
-e 's/gen_$//' \
|
||||||
-e 's/ / /g' >>$TMP
|
-e 's/ / /g' >>$TMP
|
||||||
|
|
||||||
@ -39,6 +39,6 @@ Subject: [PATCH] ncurses 5.9 - patch 20141206
|
|||||||
- -e 's/^ //' \
|
- -e 's/^ //' \
|
||||||
- -e 's/_Bool/NCURSES_BOOL/g' \
|
- -e 's/_Bool/NCURSES_BOOL/g' \
|
||||||
+| sed -f $ED1 \
|
+| sed -f $ED1 \
|
||||||
| $AWK -f $AW2 \
|
| "$AWK" -f $AW2 \
|
||||||
| sed -f $ED3 \
|
| sed -f $ED3 \
|
||||||
| sed \
|
| sed \
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
--- a/aclocal.m4
|
--- a/aclocal.m4
|
||||||
+++ b/aclocal.m4
|
+++ b/aclocal.m4
|
||||||
@@ -454,7 +454,7 @@ AC_REQUIRE([CF_PROG_AR])
|
@@ -505,7 +505,7 @@ AC_CACHE_CHECK(for options to update arc
|
||||||
|
;;
|
||||||
AC_CACHE_CHECK(for options to update archives, cf_cv_ar_flags,[
|
(*)
|
||||||
cf_cv_ar_flags=unknown
|
cf_cv_ar_flags=unknown
|
||||||
- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
|
- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
|
||||||
+ for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
|
+ for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
|
||||||
@ -11,9 +11,9 @@
|
|||||||
# check if $ARFLAGS already contains this choice
|
# check if $ARFLAGS already contains this choice
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -4751,7 +4751,7 @@ if test "${cf_cv_ar_flags+set}" = set; t
|
@@ -5072,7 +5072,7 @@ else
|
||||||
else
|
;;
|
||||||
|
(*)
|
||||||
cf_cv_ar_flags=unknown
|
cf_cv_ar_flags=unknown
|
||||||
- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
|
- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
|
||||||
+ for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
|
+ for cf_ar_flags in -curvD -curv curv -crv crv -cqv cqv -rv rv
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/misc/terminfo.src
|
--- a/misc/terminfo.src
|
||||||
+++ b/misc/terminfo.src
|
+++ b/misc/terminfo.src
|
||||||
@@ -5802,12 +5802,11 @@ konsole-xf3x|KDE console window with key
|
@@ -6240,12 +6240,11 @@ konsole-xf3x|KDE console window with key
|
||||||
# The value for kbs (see konsole-vt100) reflects local customization rather
|
# The value for kbs (see konsole-vt100) reflects local customization rather
|
||||||
# than the settings used for XFree86 xterm.
|
# than the settings used for XFree86 xterm.
|
||||||
konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm,
|
konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user