diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index 180cb6a..c288a4c 100644 --- a/ncurses-6.2-patches.tar.bz2 +++ b/ncurses-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1af6ab98b3a7ea07920eda3ac27cc5b8baa00f59b6e68e1ed7490d137dcc5516 -size 2443163 +oid sha256:c10d4c92a12c95986aab6cc913a831f13aa5f4e4bc6ad4428b4c0ab091324f37 +size 2762762 diff --git a/ncurses-6.2.dif b/ncurses-6.2.dif index 70c54af..cd3d1b1 100644 --- a/ncurses-6.2.dif +++ b/ncurses-6.2.dif @@ -319,7 +319,7 @@ +#include #include - #undef NCURSES_OSPEED + #undef NCURSES_OSPEED --- include/tic.h +++ include/tic.h 2021-06-07 07:18:38.420598827 +0000 @@ -237,12 +237,12 @@ struct user_table_entry diff --git a/ncurses.changes b/ncurses.changes index 980727b..f334e55 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 21 07:50:36 UTC 2021 - Dr. Werner Fink + +- Add ncurses patch 20210619 + + improve configure-macro used for dependencies of --disable-leaks such + as --with-valgrind + + trim trailing blanks from files +- Remove trailing space in patch ncurses-6.2.dif + ------------------------------------------------------------------- Mon Jun 14 06:31:35 UTC 2021 - Dr. Werner Fink @@ -89,7 +98,7 @@ Tue Apr 6 06:52:18 UTC 2021 - Dr. Werner Fink + relax modification-time comparison in CF_LINK_FUNCS to allow it to accept link() function with NFS filesystems which change the mtime on the link target, e.g., several BSD systems. - + call delay_output_sp to handle BSD-style padding when tputs_sp is + + call delay_output_sp to handle BSD-style padding when tputs_sp is called, whether directly or internally, to ensure that the SCREEN pointer is passed correctly (reports by Henric Jungheim, Juraj Lutter).