From 6d92bbe44d0a4f19290abcdd63d5a4c9b776ba96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 10 Jan 2016 11:47:31 +0100 Subject: app-misc/tmux: Drop versions vulnerable to 'Out of bounds heap read' Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564400 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- app-misc/tmux/files/tmux-1.9a-flags.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app-misc/tmux/files/tmux-1.9a-flags.patch (limited to 'app-misc/tmux/files') diff --git a/app-misc/tmux/files/tmux-1.9a-flags.patch b/app-misc/tmux/files/tmux-1.9a-flags.patch deleted file mode 100644 index 8bf21d86ed6c..000000000000 --- a/app-misc/tmux/files/tmux-1.9a-flags.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- tmux-1.9a/Makefile.am -+++ tmux-1.9a/Makefile.am -@@ -27,23 +27,20 @@ - if IS_GCC - CFLAGS += -std=gnu99 - if IS_DEBUG --CFLAGS += -O0 -g - CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 - CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations - CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare - CFLAGS += -Wundef -Wbad-function-cast -Winline -Wcast-align - CFLAGS += -Wdeclaration-after-statement - CPPFLAGS += -DDEBUG --else --CFLAGS += -O2 - endif - if IS_GCC4 --CPPFLAGS += -iquote. -I/usr/local/include -+CPPFLAGS += -iquote. - if IS_DEBUG - CFLAGS += -Wno-pointer-sign - endif - else --CPPFLAGS += -I. -I- -I/usr/local/include -+CPPFLAGS += -I. -I- - endif - endif - -- cgit v1.2.3-65-gdbad