SHA256
1
0
forked from pool/ncurses

Update to 6.1-20191015

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=446
This commit is contained in:
Dr. Werner Fink 2019-10-16 08:31:45 +00:00 committed by Git OBS Bridge
parent f6e037c2b9
commit d49b15ba47
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa91f15bcbb81254825737ffb3bd9fb5b4fc4e3f88e20b199c8b515eea6141b4
size 1892656
oid sha256:59ce1326db94b5295bd4dff94678176673395c41748b5c9e6ae5f42c2a981e50
size 1894356

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 16 08:29:53 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20191015
+ improve buffer-checks in captoinfo.c, for some cases when the
input string is shorter than expected.
> fix two errata in tic (report/testcases by Hongxu Chen):
+ check for missing character after backslash in write_it
+ check for missing characters after "%>" when converting from termcap
syntax (cf: 980530).
-------------------------------------------------------------------
Mon Oct 14 10:04:05 UTC 2019 - Dr. Werner Fink <werner@suse.de>