--- rpl/configure.ac 2021/12/16 10:02:48 1.266 +++ rpl/configure.ac 2022/01/03 11:56:00 1.269 @@ -7,7 +7,7 @@ AC_SUBST(target_cpu) AC_CONFIG_HEADERS([rplconfig.h]) dnl Libraries -NCURSES=ncurses-6.1 +NCURSES=ncurses-6.3 READLINE=readline-8.1 UNITS=units-2.21 GSL=gsl-2.7.1 @@ -17,7 +17,7 @@ dnl ftp://ftp.astron.com/pub/file/ FILE=file-5.41 ICONV=libiconv-1.16 SQLITE=sqlite-3.37.0 -OPENSSL=openssl-1.1.1l +OPENSSL=openssl-1.1.1m OPENMOTIF=motif-2.3.8 LIBXPM=libXpm-3.5.12 SIGSEGV=libsigsegv-2.12 @@ -491,10 +491,6 @@ if test ! -d "$srcdir"/tools/$NCURSES; t for i in $(ls ../$NCURSES*.patch.gz); do echo Applying patch $i && \ gunzip -c $i | patch -p1; - done; - for i in $(ls ../ncurses-6.1*.patch.gz); - do echo Applying patch $i && \ - gunzip -c $i | patch -p1; done); fi if test ! -d "$srcdir"/tools/$READLINE; then