From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from masterfoo.zenlinux.com (masterfoo.zenlinux.com [207.192.74.254]) by mx1.pokylinux.org (Postfix) with ESMTP id A989E4C804FF for ; Mon, 25 Apr 2011 15:08:22 -0500 (CDT) Received: from localhost (c-76-105-143-140.hsd1.or.comcast.net [76.105.143.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by masterfoo.zenlinux.com (Postfix) with ESMTP id 6D1E5308CF for ; Mon, 25 Apr 2011 16:08:17 -0400 (EDT) Message-Id: Old-Date: Mon, 25 Apr 2011 13:04:35 -0700 Date: Mon, 25 Apr 2011 13:08:11 -0700 To: poky@yoctoproject.org CC: From: Scott Garman X-MasterFoo-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 6D1E5308CF.E0716 X-MasterFoo-MailScanner: Found to be clean X-MasterFoo-MailScanner-SpamCheck: not spam X-MasterFoo-MailScanner-From: scott.a.garman@intel.com X-Spam-Status: No Subject: [PATCH 0/2] cdrtools recipe cleanup X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 20:08:22 -0000 From: Scott Garman Hi Saul, Looking closer at the existing cdrtools recipe we have, in fact the CVE advisory does not apply, since the problematic utility (rscsi) is staged in ${sbindir} and the custom do_install() function only packages ${bindir}. So instead I took the opportunity to do some recipe cleanup, updated the patches, and added distro tracking information. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: sgarman/cdrtools-cve Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/cdrtools-cve Thanks, Scott Garman --- Scott Garman (2): cdrtools: recipe and patch cleanup distro_tracking_fields.inc: add cdrtools recipe .../conf/distro/include/distro_tracking_fields.inc | 11 ++++++++++ .../cdrtools-native/glibc-conflict-rename.patch | 8 +++++++ .../cdrtools/cdrtools-native/no_usr_src.patch | 7 ++++++ .../cdrtools/cdrtools-native_2.01.bb | 21 ++++++++++--------- 4 files changed, 37 insertions(+), 10 deletions(-)