From 25202fe3cf8722b1f81bb83e40df136c720c8a22 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Fri, 26 Nov 2010 15:21:31 -0500 Subject: quiet a build warning the previous INET_DIAG change caused --- kernel.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index e8e3109f..72152fb9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -737,6 +737,7 @@ Patch12400: ipc-zero-struct-memory-for-compat-fns.patch Patch12401: ipc-shm-fix-information-leak-to-user.patch Patch12405: inet_diag-make-sure-we-run-the-same-bytecode-we-audited.patch +Patch12408: netlink-make-nlmsg_find_attr-take-a-const-ptr.patch Patch12406: posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch @@ -1380,6 +1381,7 @@ ApplyPatch ipc-shm-fix-information-leak-to-user.patch # rhbz#651264 (CVE-2010-3880) ApplyPatch inet_diag-make-sure-we-run-the-same-bytecode-we-audited.patch +ApplyPatch netlink-make-nlmsg_find_attr-take-a-const-ptr.patch # rhbz#656264 ApplyPatch posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch @@ -2004,6 +2006,9 @@ fi # || || %changelog +* Fri Nov 26 2010 Kyle McMartin +- Quiet a build warning the previous INET_DIAG fix caused. + * Fri Nov 26 2010 Kyle McMartin - Plug stack leaks in tty/serial drivers. (#648663, #648660) -- cgit