Updating link to change in openSUSE:Factory/ncurses revision 212.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=3f541788ab39b70293b7754e7fd4bf74
This commit is contained in:
OBS User buildservice-autocommit 2022-04-23 17:44:53 +00:00 committed by Git OBS Bridge
parent 7f8fc60efa
commit c09d294a3b
4 changed files with 29 additions and 12 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5191cd02195d3d625f87265b5d2b904ed3e20255b08a3ce9f4f5ea71b32f557d
size 881975
oid sha256:4a24270e01a757edc9475aa87f8a33d4abc2619cbb021336a069479c5f6f00c3
size 949354

View File

@ -177,7 +177,7 @@
do
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
@@ -14877,12 +14877,15 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14892,12 +14892,15 @@ cat >>$cf_edit_man <<CF_EOF
echo "? missing rename for \$cf_source"
cf_target="\$cf_source"
fi
@ -195,7 +195,7 @@
sed -f "$cf_man_alias" \\
CF_EOF
@@ -14892,7 +14895,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14907,7 +14910,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -204,7 +204,7 @@
CF_EOF
fi
@@ -14932,7 +14935,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14947,7 +14950,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_so_strip \$TMP
fi
fi
@ -213,7 +213,7 @@
CF_EOF
fi
@@ -14941,23 +14944,23 @@ case "$MANPAGE_FORMAT" in
@@ -14956,23 +14959,23 @@ case "$MANPAGE_FORMAT" in
cat >>$cf_edit_man <<CF_EOF
if test "\$form" = format ; then
# BSDI installs only .0 suffixes in the cat directories
@ -243,7 +243,7 @@
for cf_alias in \$aliases
do
if test "\$section" = 1 ; then
@@ -14966,7 +14969,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14981,7 +14984,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f "\$cf_alias\${suffix}" ; then
@ -252,7 +252,7 @@
then
continue
fi
@@ -14976,18 +14979,18 @@ CF_EOF
@@ -14991,18 +14994,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -274,7 +274,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_compress" ; then
@@ -15007,9 +15010,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15022,9 +15025,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test "\$verb" = removing ; then
@ -287,7 +287,7 @@
)
test -d "\$cf_subdir\${section}" &&
test -n "\$aliases" && (
@@ -15029,6 +15032,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -15044,6 +15047,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi
@ -811,7 +811,7 @@
--- test/test.priv.h
+++ test/test.priv.h 2022-02-21 08:55:21.212338812 +0000
@@ -1037,12 +1037,12 @@ extern char *_nc_strstr(const char *, co
@@ -1041,12 +1041,12 @@ extern char *_nc_strstr(const char *, co
#endif
/* out-of-band values for representing absent capabilities */

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 20 06:37:39 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20220416 (boo#1198627 for CVE-2022-29458)
+ add a limit-check to guard against corrupt terminfo data
(report/testcase by NCNIPC of China).
+ add check/warning in configure script if option --with-xterm-kbs is
missing or inconsistent (Arch #74379).
+ add setlocale call to several test-programs.
+ allow extended-color number in opts parameter of wattr_on.
-------------------------------------------------------------------
Tue Apr 19 10:18:14 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20220409
+ add test/test_unget_wch.c
-------------------------------------------------------------------
Mon Apr 4 07:48:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>

View File

@ -535,7 +535,7 @@ export CFLAGS_SHARED
--with-dlsym \
--with-default-terminfo-dir=%{_datadir}/terminfo \
--with-terminfo-dirs=%{_sysconfdir}/terminfo:%{_datadir}/terminfo \
--with-xterm-kbs=del \
--with-xterm-kbs=DEL \
%if %{with usepcre2}
--with-pcre2 \
%endif