summaryrefslogtreecommitdiffstats
path: root/source/l/readline/readline.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-04-05 20:26:51 +0000
committer Eric Hameleers <alien@slackware.com>2019-04-06 08:59:46 +0200
commit5a7ce2ee4bcd9a1b23eaee34748e0f19cc1b1022 (patch)
tree8d776bffffe111161ac3907c04dedd625c08b33c /source/l/readline/readline.SlackBuild
parent7f86ecac76c7de867583f148418f62b660b82ded (diff)
downloadcurrent-720547ad5cc7864f9092a2906941f59787af98ed.tar.gz
current-720547ad5cc7864f9092a2906941f59787af98ed.tar.xz
Fri Apr 5 20:26:51 UTC 201920190405202651
ap/vim-8.1.1119-x86_64-1.txz: Upgraded. l/openjpeg-2.3.1-x86_64-1.txz: Upgraded. Includes many bug fixes (including security fixes). (* Security fix *) n/links-2.19-x86_64-1.txz: Upgraded. n/stunnel-5.51-x86_64-1.txz: Upgraded. n/wget-1.20.3-x86_64-1.txz: Upgraded. Fixed a buffer overflow vulnerability: src/iri.c(do_conversion): Reallocate the output buffer to a larger size if it is already full. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5953 (* Security fix *) xap/vim-gvim-8.1.1119-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/readline/readline.SlackBuild')
-rwxr-xr-xsource/l/readline/readline.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/readline/readline.SlackBuild b/source/l/readline/readline.SlackBuild
index 382e3607e..670b44f4b 100755
--- a/source/l/readline/readline.SlackBuild
+++ b/source/l/readline/readline.SlackBuild
@@ -59,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
# Determine readline patchlevel:
-PATCHLEVEL="$( cd $CWD/readline-${VERSION}-patches ; /bin/ls readline7?-??? 2> /dev/null | tail -1 | cut -f 2 -d - 2> /dev/null )"
+PATCHLEVEL="$( cd $CWD/readline-${VERSION}-patches ; /bin/ls readline??-??? 2> /dev/null | tail -1 | cut -f 2 -d - 2> /dev/null )"
if [ "$PATCHLEVEL" = "" ]; then
PATCHLEVEL=000
fi