summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* phpmyadmin: CVE-2015-8669Liu Jian2016-02-012-1/+21
| | | | | | | | | | | | libraries/config/messages.inc.php in phpMyAdmin 4.0.x before 4.0.10.12, 4.4.x before 4.4.15.2, and 4.5.x before 4.5.3.1 allows remote attackers to obtain sensitive information via a crafted request, which reveals the full path in an error message. This patch is from https://github.com/phpmyadmin/phpmyadmin/commit/c4d649325b25139d7c097e56e2e46cc7187fae45 Signed-off-by: Jian Liu <jian.liu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: disable build of documentation to fix build in some envirionmentsAndreas Müller2016-02-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | man/Makfile.am make is trying to download http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl which sometimes fails with: make[2]: Entering directory `/home/peter/oe-core/tmp-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/gvfs/1.24.2-r0/build/man' /home/peter/oe-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl /home/peter/oe-core/tmp-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/gvfs/1.24.2-r0/gvfs-1.24.2/man/gvfs-cat.xml /home/peter/oe-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl /home/peter/oe-core/tmp-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/gvfs/1.24.2-r0/gvfs-1.24.2/man/gvfs-copy.xml /home/peter/oe-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl /home/peter/oe-core/tmp-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/gvfs/1.24.2-r0/gvfs-1.24.2/man/gvfs-info.xml /home/peter/oe-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl /home/peter/oe-core/tmp-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/gvfs/1.24.2-r0/gvfs-1.24.2/man/gvfs-ls.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl make[2]: *** [gvfs-cat.1] Error 4 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [gvfs-copy.1] Error 4 I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl make[2]: *** [gvfs-info.1] Error 4 I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl make[2]: *** [gvfs-ls.1] Error 4 make[2]: Leaving directory `/home/peter/oe-core/tmp-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/gvfs/1.24.2-r0/build/man' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/peter/oe-core/tmp-glibc/work/cortexa9t2hf-vfp-neon-angstrom-linux-gnueabi/gvfs/1.24.2-r0/build' make: *** [all] Error 2 ERROR: oe_runmake failed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx86-1: port a patch to make it workRoy Li2016-02-013-1/+221
| | | | | | | | port a patch from libx86-1.1-21.fc23.src.rpm, and make libx86-1 be able to work and assume zero which return by LRMI_common_init is valid address Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: Fix build with muslKhem Raj2016-02-012-0/+108
| | | | | | | | | Make features like netgroup optional, these are not supported by posix secondly they are poked at during configure so nothing changes for glibc based systems but it helps compiling with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: Fix out of tree builds ( S != B )Khem Raj2016-02-012-3/+38
| | | | | | | Remove assumption about glibc == linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: Portable fixes for fixing compile with muslKhem Raj2016-02-015-1/+247
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numactl: update to 2.0.11Armin Kuster2016-02-011-3/+3
| | | | | | | LIC_FILES_CKSUM changed do to adding version history. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wmiconfig: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* s3c64xx-gpio: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* s3c24xx-gpio: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* illume-keyboards-shr: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python(3)-flask-pymongo: add recipesSven Ebenfeld2016-02-013-0/+17
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-flask-login: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-flask: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-whoosh: add recipesSven Ebenfeld2016-02-013-0/+17
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-xlrd: add recipesSven Ebenfeld2016-02-013-0/+14
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python3-tornado: add recipeSven Ebenfeld2016-02-013-34/+29
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-certifi: 14.05.14 -> 2015.11.20.1 and add python3 recipeSven Ebenfeld2016-02-013-12/+7
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-pymongo: add recipesSven Ebenfeld2016-02-013-0/+16
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-jinja2: 2.7.3 -> 2.8 and add python3 recipeSven Ebenfeld2016-02-014-21/+20
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-pymisp: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-werkzeug: add recipeSven Ebenfeld2016-02-013-0/+20
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-redis: add recipesSven Ebenfeld2016-02-013-0/+13
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-requests: 2.7.0 -> 2.9.1 and add python3 recipeSven Ebenfeld2016-02-014-18/+15
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-passlib: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-markupsafe: add recipesSven Ebenfeld2016-02-013-18/+20
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-itsdangerous: add recipesSven Ebenfeld2016-02-013-0/+13
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-dateutil: 1.5 -> 2.4.2 and add python3 recipeSven Ebenfeld2016-02-014-22/+27
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-six: 1.9.0 -> 1.10.0 and add python3-recipeSven Ebenfeld2016-02-013-4/+6
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* add pypi3 bbclass to make python3 recipe creation easier as wellSven Ebenfeld2016-02-013-21/+23
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-feedformatter: add recipesSven Ebenfeld2016-02-013-0/+15
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-lxml: 3.4.4 -> 3.5.0Sven Ebenfeld2016-02-013-7/+18
| | | | | | | Update python-lxml and python3-lxml to version 3.5.0 and correct licensing information. The file LICENSES.txt states four different licenses. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* scsirastools: remove inherit autotools_stageRobert Yang2016-02-011-1/+1
| | | | | | | The autotools can instead of it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* telepathy-glib: update python-native-runtime dependencyMartin Jansa2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | * it was renamed in oe-core with: commit 8a474057d86b3ebf6271656d6b9adf384ea9ad6d Author: Ed Bartosh <ed.bartosh@linux.intel.com> Date: Wed Jan 13 10:03:04 2016 +0200 bitbake.conf: rename python-native-runtime The code in native.bbclass adds -native suffix to the package names that don't have it. Renamed python-native-runtime -> hostpython-runtime-native to avoid mangling it and to conform with the naming convetion for native packages. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* phoronix-test-suite: exclude bash, php, python dependency with ↵Martin Jansa2016-01-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS * otherwise the recipe cannot inherit allarch. as detected with openembedded-core/scripts/sstate-diff-machines.sh: === Comparing signatures for task do_package_write_ipk.sigdata between qemux86copy and qemuarm === ERROR: phoronix-test-suite different signature for task do_package_write_ipk.sigdata between qemux86copy and qemuarm runtaskdeps changed from ['bashbash_4.3.30.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'phoronix-test-suitephoronix-test-suite_6.0.1.bb.do_package', 'phoronix-test-suitephoronix-test-suite_6.0.1.bb.do_packagedata', 'phpphp_5.6.16.bb.do_packagedata', 'pseudopseudo_1.7.4.bb.do_populate_sysroot:virtual:native', 'pythonpython_2.7.9.bb.do_packagedata'] to ['bashbash_4.3.30.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'phoronix-test-suitephoronix-test-suite_6.0.1.bb.do_package', 'phoronix-test-suitephoronix-test-suite_6.0.1.bb.do_packagedata', 'phpphp_5.6.16.bb.do_packagedata', 'pseudopseudo_1.7.4.bb.do_populate_sysroot:virtual:native', 'pythonpython_2.7.9.bb.do_packagedata'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-extended/bash/bash_4.3.30.bb.do_packagedata with hash 6750d401e680e6e5dac8e8585c43b386 changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-extended/bash/bash_4.3.30.bb.do_packagedata with hash bc992ff361286bc2f048935132a20348 /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-devtools/php/php_5.6.16.bb.do_packagedata with hash 17a21823eea3e0d1cce1d516f77b23ad changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-devtools/php/php_5.6.16.bb.do_packagedata with hash 6058efb32e6f622aa866f982c3688f08 /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-devtools/python/python_2.7.9.bb.do_packagedata with hash 4e3278467af71cb9d0219f674415a2fa changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-devtools/python/python_2.7.9.bb.do_packagedata with hash 4186010efd8bd3464948437ae114ec2a Hash for dependent task phpphp_5.6.16.bb.do_packagedata changed from 17a21823eea3e0d1cce1d516f77b23ad to 6058efb32e6f622aa866f982c3688f08 Hash for dependent task bashbash_4.3.30.bb.do_packagedata changed from 6750d401e680e6e5dac8e8585c43b386 to bc992ff361286bc2f048935132a20348 Hash for dependent task pythonpython_2.7.9.bb.do_packagedata changed from 4e3278467af71cb9d0219f674415a2fa to 4186010efd8bd3464948437ae114ec2a Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cryptsetup: 1.6.7 -> 1.7.0Dai Caiyun2016-01-271-3/+3
| | | | | | | Upgrade cryptsetup from 1.6.7 to 1.7.0. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libjpeg-turbo: remove recipeMaxin B. John2016-01-271-40/+0
| | | | | | | | Remove libjpeg-turbo package from meta-oe as it will be moved to oe-core to replace libjpeg package. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: upgrade to 4.3Derek Straka2016-01-271-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: Error fix for recipes depend on python-sixLi xin2016-01-271-0/+8
| | | | | | | | | | | | | | If you bitbake recipes which depends on python-six such as python-cryptography. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/six/: [Errno -5] No address associated with hostname -- Some packages may not be found! Couldn't find index page for 'six' (maybe misspelled?) No local packages or download links found for six So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* syslog-ng: 3.5.4.1 -> 3.6.4Dai Caiyun2016-01-274-29/+27
| | | | | | | | | | | | | | | | | | | | | | Upgrade syslog-ng from 3.5.4.1 to 3.6.4. 1) Modify the syslog-ng.service-the-syslog-ng-service.patch,since the datas has been changed. 2) Delete these patches,since they are not needed any more. afsql-afsql_dd_insert_db-refactor.patch deinit-the-new-config-when-reverting-to-the.patch free-global-LogTemplateOptions.patch still-free-the-unconsumed-item.patch syslog-ng-verify-the-list-before-del.patch rewrite-expr-grammar.ym-Free-up-token.patch logwriter-dont-allocate-a-new-buffer.patch 3) Fix WARNING: QA Issue: syslog-ng-libs rdepends on libpcre, but it isn't a build dependency? [build-deps] QA Issue: syslog-ng rdepends on libpcre, but it isn't a build dependency? [build-deps] 4) Fix ERROR: QA Issue: non -staticdev package contains static .a library: work/i586-poky-linux/syslog-ng/3.6.4-r0/packages-split/syslog-ng/usr/lib/syslog-ng/libtest/libsyslog-ng-test.a' [staticdev] Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jq: upgrade to 1.5Derek Straka2016-01-271-5/+6
| | | | | | | | update source url and checksums license checksum update since trailing whitespace removed upstream disable-maintainer-mode to avoid bison > 3.0 dependency Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dracut: 043 -> 044Dai Caiyun2016-01-271-4/+4
| | | | | | | Upgrade dracut from 043 to 044. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: 7.1.0 -> 7.1.2Dai Caiyun2016-01-271-2/+2
| | | | | | | Upgrade python-pip from 7.1.0 to 7.1.2. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager-openvpn: Update to 1.0.8Adrian2016-01-271-2/+2
| | | | | Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: 1.0.6 -> 1.0.10Dai Caiyun2016-01-275-3/+193
| | | | | | | | | | | | * Upgrade networkmanager from 1.0.6 to 1.0.10. * add patches: - Apply three bug fix patches from NM git. - Apply a patch to fix a bug in the header files breaking gnome-panel build. - fix ppp rdepend: pppd is not on the target if NM does not rdepend on it. Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: fix building with gcc 5.xBelal, Awais2016-01-272-3/+137
| | | | | | | | | | | | | | | This patch works around a potential problem in the theora glue code where it assumes that the compiler will somehow find a function which is not exported explicitly through the libtheora library. Due to this problem the build fails with gcc-5.x compiler. The included patch essentially backports a commit which updates the glue code to use the Theora 1.0 API to eliminate this problem and PNBLACKLIST is cleared for mplayer2. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logwatch: fix host-user-contaminatedYi Zhao2016-01-271-0/+1
| | | | | | | | | Fix QA warning: WARNING: QA Issue: logwatch: /logwatch/usr/share/logwatch/scripts/services/resolver is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* orrery: fix host-user-contaminatedYi Zhao2016-01-271-0/+1
| | | | | | | | | Fix QA warning: WARNING: QA Issue: orrery: /orrery/usr/share/orrery/deepSky/messier is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* espeak: fix host-user-contaminatedYi Zhao2016-01-271-0/+1
| | | | | | | | | Fix QA warning: WARNING: QA Issue: espeak: /espeak/usr/share/espeak-data/mbrola_ph/de6_phtrans is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* debootstrap: fix host-user-contaminatedYi Zhao2016-01-271-0/+1
| | | | | | | | | Fix QA warning: WARNING: QA Issue: debootstrap: /debootstrap/usr/share/debootstrap/scripts/gutsy is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>