From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 468431381FA for ; Fri, 16 May 2014 19:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6854E0825; Fri, 16 May 2014 19:28:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 297B9E0825 for ; Fri, 16 May 2014 19:28:07 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 008AF3400CD for ; Fri, 16 May 2014 19:28:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2335) id 9D9EF2004C; Fri, 16 May 2014 19:28:04 +0000 (UTC) From: "Tom Wijsman (tomwij)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomwij@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog package.mask X-VCS-Directories: profiles X-VCS-Committer: tomwij X-VCS-Committer-Name: Tom Wijsman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140516192804.9D9EF2004C@flycatcher.gentoo.org> Date: Fri, 16 May 2014 19:28:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a10f3853-243b-454d-a26e-b54b4fa266a2 X-Archives-Hash: d8b9f9e69484cc197e1f72703f59ae24 tomwij 14/05/16 19:28:04 Modified: ChangeLog package.mask Log: Mask gentoo-sources revisions that have a broken security mask. Revision Changes Path 1.8970 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8970&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8970&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8969&r2=1.8970 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.8969 retrieving revision 1.8970 diff -u -r1.8969 -r1.8970 --- ChangeLog 16 May 2014 14:15:34 -0000 1.8969 +++ ChangeLog 16 May 2014 19:28:03 -0000 1.8970 @@ -1,12 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8969 2014/05/16 14:15:34 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8970 2014/05/16 19:28:03 tomwij Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! 16 May 2014; Tom Wijsman package.mask: + Mask gentoo-sources revisions that have a broken security mask. + + 16 May 2014; Tom Wijsman package.mask: Mask gentoo-sources ebuilds that are affected with security bug CVE-2014-0196. 1.15694 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15694&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15694&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15693&r2=1.15694 Index: package.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.15693 retrieving revision 1.15694 diff -u -r1.15693 -r1.15694 --- package.mask 16 May 2014 14:15:34 -0000 1.15693 +++ package.mask 16 May 2014 19:28:03 -0000 1.15694 @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15693 2014/05/16 14:15:34 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15694 2014/05/16 19:28:03 tomwij Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -31,6 +31,12 @@ #--- END OF EXAMPLES --- # Tom Wijsman (16 May 2014) +# Broken backport; wait for a kernel maintainer to release a new revision or +# version, alternatively unmask the previous insecure revision and downgrade. +=sys-kernel/gentoo-sources-3.2.58-r1 +=sys-kernel/gentoo-sources-3.4.90-r1 + +# Tom Wijsman (16 May 2014) # Mask gentoo-sources ebuilds that are affected with security bug CVE-2014-0196. # # The n_tty_write function in drivers/tty/n_tty.c in the Linux kernel through