From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QkHug-0006el-KL for openembedded-core@lists.openembedded.org; Fri, 22 Jul 2011 17:45:18 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 22 Jul 2011 08:41:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,248,1309762800"; d="scan'208";a="30372765" Received: from unknown (HELO [10.255.14.61]) ([10.255.14.61]) by azsmga001.ch.intel.com with ESMTP; 22 Jul 2011 08:41:08 -0700 Message-ID: <4E299A14.3050004@linux.intel.com> Date: Fri, 22 Jul 2011 08:41:08 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 0/2] Misc Fixes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2011 15:45:18 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/21/2011 02:08 PM, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble > > The following changes since commit 8bd302b16dbd708fb9446fdc534ac64d873a34f5: > > glib-2.0: fix a compilation issue due to dtrace (2011-07-21 14:01:33 -0700) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib nitin/misc > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc > > Nitin A Kamble (2): > python: fix security vulnerability > fix Upstream-Status line for few patches > > .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 2 +- > .../dosfstools/dosfstools-2.10-kernel-2.6.patch | 2 +- > .../elfutils/elfutils/fix_for_gcc-4.7.patch | 2 +- > meta/recipes-devtools/python/python.inc | 2 +- > .../python/python/security_issue_2254_fix.patch | 184 ++++++++++++++++++++ > meta/recipes-devtools/python/python_2.6.6.bb | 3 +- > 6 files changed, 190 insertions(+), 5 deletions(-) > create mode 100644 meta/recipes-devtools/python/python/security_issue_2254_fix.patch > Merged into OE-Core Thanks Sau!