diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-19 18:27:08 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-19 18:27:29 +0200 |
commit | 0556397f8153373c5a1b8b4716b6142fcb91e7e0 (patch) | |
tree | b7345818567a70d5e89984d53e3b9e00f598307d /net-irc/irssi/files | |
parent | x11-apps/xinit: Rev bump to -r3 after previous commit's revert (diff) | |
download | gentoo-0556397f8153373c5a1b8b4716b6142fcb91e7e0.tar.gz gentoo-0556397f8153373c5a1b8b4716b6142fcb91e7e0.tar.bz2 gentoo-0556397f8153373c5a1b8b4716b6142fcb91e7e0.zip |
net-irc/irssi: remove vulnerable versions.
Bug: https://bugs.gentoo.org/624100
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-irc/irssi/files')
-rw-r--r-- | net-irc/irssi/files/irssi-0.8.20-tinfo.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-irc/irssi/files/irssi-0.8.20-tinfo.patch b/net-irc/irssi/files/irssi-0.8.20-tinfo.patch deleted file mode 100644 index 346c6e963e56..000000000000 --- a/net-irc/irssi/files/irssi-0.8.20-tinfo.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/m4/curses.m4 2010-04-04 02:19:58.000000000 +1000 -+++ b/m4/curses.m4 2014-03-06 16:36:12.404404130 +1100 -@@ -218,9 +218,17 @@ - CURSES_LIBS="$CHECKLIBS" - ],, $CHECKLIBS) - ], $CURSES_LIBS) -+ AC_CHECK_LIB(ncurses, tputs, [ -+ true; -+ ], [ -+ CHECKLIBS=`echo "$3"|sed 's/-lncurses/-lncurses -ltinfo/g'` -+ AC_CHECK_LIB(tinfo, tputs, [ -+ CURSES_LIBS="$CHECKLIBS" -+ ],, $CHECKLIBS) -+ ], $CURSES_LIBS) - CURSES_INCLUDEDIR="$4" - search_ncurses=false -- screen_manager="$5" -+ screen_manager=$5 - AC_DEFINE(HAS_CURSES) - has_curses=true - has_ncurses=true |