summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-pygtk
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2014-05-06 02:53:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-08 12:56:40 +0100
commit580033721abbbb4302bc803ebc70c90e331e4587 (patch)
tree4f08331c75b61889fdecde76c8e4262710a5fc5e /meta/recipes-devtools/python/python-pygtk
parent7b2ffd68ae8235dcc3ddff9cbe8525e61f3b3d28 (diff)
downloadopenembedded-core-580033721abbbb4302bc803ebc70c90e331e4587.tar.gz
openembedded-core-580033721abbbb4302bc803ebc70c90e331e4587.tar.bz2
openembedded-core-580033721abbbb4302bc803ebc70c90e331e4587.zip
openssl: fix CVE-2014-0198
A null pointer dereference bug was discovered in do_ssl3_write(). An attacker could possibly use this to cause OpenSSL to crash, resulting in a denial of service. https://access.redhat.com/security/cve/CVE-2014-0198 Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygtk')
0 files changed, 0 insertions, 0 deletions
meta/classes/archive-patched-source.bbclass?h=jethro&id=392562a21d9f2deb6fe6f8bb5378b09f4c5918d4'>archiver: fix archive filtering behaviorKevin Strasser1 With the addition of sstate, ensure that archiving tasks are only added to the build if they produce output in the directory specified by the 'sstate-inputdirs' flag. Move calls to 'tar_filter' and 'not_tarball' out to archive-*-source.bbclass in order to filter out packages before their archiving tasks are added to the build. Additionally, negate the return value of copyleft_should_include in tar_filter, so that packages that do not pass are in turn filtered out. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-03-18archive-*-source.bbclass: fix scripts_with_logs build errorKevin Strasser1 Log and script archives are only generated when explicitly enabled by setting the environment variable SOURCE_ARCHIVE_LOG_WITH_SCRIPTS to 'logs_with_scripts'. When left disabled, the path specified to be handled by sstate is never created, resulting in a build error. Only attempt to archive scripts and logs when explicitly enabled. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-02-28archive-*-source.bbclass: Handle all package classesMuhammad Shakeel1 * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-02-28archiver class: Use tasks with sstate instead of pre/post funcsMuhammad Shakeel1 * Add tasks to move sources, script/logs and diff/env files in deploy directory. * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task because source archive package can result into a very large file. It will be an unnecessary overhead to keep sources in DL_DIR and cached-binaries. * If 'SOURCE_ARCHIVE_PACKAGE_TYPE' is 'srpm' then use pre/post functions because in this case we do not want to use tasks to move sources/logs in DEPLOY_DIR. 'do_package_write_rpm' is responsible for handling archiver packages. [YOCTO #3449] Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-08-28archiver.bbclass: fix the coding styleRobert Yang1 * Make the comment line under 80 characters. * Use the triple double quotes for the docstring. * Add a whitespace behind the comma (,). * Other minor fixes. [YOCTO #2619] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-04-04archive-patched-source.bbclass: Archive patched sourceXiaofeng Yan1 This bbclass inherits archiver.bbclass to archive patched source [YOCTO #1977] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>