aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2020-07-14nss: Fix CVE-2020-12399Ovidiu Panait
Master (nss version 3.54) is not affected by this issue. This is a backport from nss version 3.54. NSS has shown timing differences when performing DSA signatures, which was exploitable and could eventually leak private keys. This vulnerability affects Thunderbird < 68.9.0, Firefox < 77, and Firefox ESR < 68.9. Upstream patch: https://hg.mozilla.org/projects/nss/rev/daa823a4a29bcef0fec33a379ec83857429aea2e Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-12multipath-tools: disable parallel build as a workaroundQi.Chen@windriver.com
With parallel build enabled, we got the following error: ld: error in libsg.o(.eh_frame); no .eh_frame_hdr table will be created .... ld: BFD (GNU Binutils) 2.34.0.20200220 internal error, aborting at ../../bfd/merge.c:933 in _bfd_merged_section_offset .... | make[1]: *** [Makefile:24: libcheckcciss_tur.so] Error 1 | make[1]: *** Waiting for unfinished jobs.... However, looking at the Makefile, it does not seem to have problem. So disable the parallel build as a workaround. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 45d6317353ea7431e2ffbe0419ba7e07a911265b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-12openldap: packaging fixesKonrad Weihmann
in FILES_${PN}-slurpd: - ${localstatedir}/volatile/run is already covered by FILES_${PN}-slapd - ${localstatedir}/run is already covered by FILES_${PN}-slapd in FILES_${PN}-dev: - ${libdir}/*.a is already covered by FILES_${PN}-staticdev remove the settings as they were without effect anyway Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 68988584921332f929f2508a3b2678cb33579290) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-12nss: Remove mcpu to avoid march conflictsKhem Raj
Some files are compiled with armv8-a+crypto and when using cortex-a55 the deduced march is armv8.2-a which then conflicts Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-01rsnapshot: upgrade 1.4.2 -> 1.4.3Pierre-Jean Texier
VERSION 1.4.3 ------------------------------------------------------------------------------ - Fixes and minor updates to Pod / man page. - Adds more tests. - Restore rsync error code 23 as an important warning. - Fixes shortargs appending. - Non-LVM backup source breaks after LVM backup source. - Update rsnapreport.pl utility script to work with rsync >= 3.1.0 stats and bytes changes. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4ea3135e945aadba7d1cb6424a861378c484b570) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-01zile: properly append PACKAGECONFIGKonrad Weihmann
As ??= assignment will be overwritten by += in any case, one can't define a default of PACKAGECONFIG in this recipe. Using _append instead mitigates chances of accidental overwriting the default Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1a1194a92bca9276676679588a4cda9ff31713ee) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-01uriparser: upgrade 0.9.3 -> 0.9.4Pierre-Jean Texier
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67) * Fixed: CMake: Support GTest 1.8.0 (GitHub #68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub #79, #81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub #72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub #69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub #77 and #78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub #74, #75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 27adb9336cda4eea9fcd2e881807756f6d53eae0) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-07-01zchunk: upgrade 1.1.5 -> 1.1.6Pierre-Jean Texier
- Remove patches already in version Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d3e33a705a0bf36fe2876ae59e1bfed0f52e27e1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12gsoap: upgrade 2.8.100 -> 2.8.103Zheng Ruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fd389304acc29aa2b4c3f3ebca3c899f21e35e17) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12nano: upgrade 4.9.2 -> 4.9.3Zheng Ruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a3f13f3d868a4266cfc1fa79cc6e3b5ecf97b2b3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-12multipath-tools: fix compiling parallel issueHongxu Jia
Add explicit dependency on libraries [snip] gcc/i686-overc-linux/10.1.0/ld: cannot find -lmpathpersist collect2: error: ld returned 1 exit status Makefile:36: recipe for target 'multipathd' failed make[1]: *** [multipathd] Error 1 make[1]: Leaving directory 'git/multipathd' Makefile:29: recipe for target 'multipathd' failed make: *** [multipathd] Error 2 ln -sf libmpathpersist.so.0 libmpathpersist.so [snip] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 78509dbb7966906c78a16bec24e6c31e307b78aa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28openldap: upgrade 2.4.49 -> 2.4.50Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8398669b9d423d13a086160af48e0a1185c9644f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28unicode-ucd: Stop broken license downloadingAdrian Bunk
WARNING: unicode-ucd-12.1.0-r0 do_fetch: Checksum mismatch for local file /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html Cleaning and trying again. WARNING: unicode-ucd-12.1.0-r0 do_fetch: Renaming /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html to /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html_bad-checksum_e9dd7d435db23241be3be21b5fca729b5cf883c8c039a70ea093031420d06abb WARNING: unicode-ucd-12.1.0-r0 do_fetch: Checksum failure encountered with download of https://www.unicode.org/license.html;name=license;subdir=unicode-ucd-12.1.0;downloadfilename=unicode.org.license.html - will attempt other sources if available This downloaded a license file from upstream. The upstream file did not match (copyright year changed). A stale copy was downloaded from a mirror instead and checked. The stale file with known contents never changes. Replace with a dummy check on a local copy of the license file. License checksum changed due to dos2unix conversion. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a2719b02e11e6bf13b23796a3d07ada005dd6f8e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28dstat: Fix runtime error that depend python.Zheng Ruoqin
Make dstat to depend python3. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5a825b5ce781aef64f347a6c9a76307406a4f295) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28librsync: upgrade 2.3.0 -> 2.3.1Pierre-Jean Texier
This is a patch release that adds peformance improvements, updates and tidies documentation, and fixes two build/test bugs. See full changelog https://github.com/librsync/librsync/releases/tag/v2.3.1 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c8d1042a9892c38cefab8c6f4a9cce6dcad19db4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-28uim: Add patch to fix -fno-common link errorKhem Raj
This is unearthed by gcc10 like below | /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/gcroots.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here | /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/mach_dep.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here | collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5c6f6797047d5d3fdf6d84c2d7fe441ed8eb89b6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20cpprest: Disable one more test requiring internet connectionGianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 014c4d224aa186f69cf722a3874231474cf3e4e1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20multipath-tools: upgrade 0.8.3 -> 0.8.4Wang Mingyu
refresh the following patches: 0024-RH-use-rpm-optflags-if-present.patch 0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch add patch 0001-fix-bug-of-do_compile-and-do_install.patch to fix the bug of do_conpile and do_install Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0b98738428a67549775ec8bd603ed7ff9506e272) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-20cpprest: upgrade 2.10.15 -> 2.10.16Zheng Ruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 22a3ff957ad1ac08239ca84e074af367c8fdf0dc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17mailcap: upgrade 2.1.48 -> 2.1.49Wang Mingyu
man page changed from mailcap.4 to mailcap.5 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2d6575d3f1aeff68961530990814cf29da1374e4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-03syslog-ng: change shebang to python3Slater, Joseph
The file is executable and can be put on a target. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03poppler: upgrade 0.86.1 -> 0.88.0Andreas Müller
Release 0.88.0: core: * Support Widget Annotation Buttons not linked to any Form * SplashOuputDev: Use stroking opacity when clipping to a stroke path * Handle 1 bit RGB images in ICC colorspace * Internal code improvements qt5: * Add Document::signatures. Returns signatures not attached to any page * ArthurOutputDev: Fix font hinting * ArthurOutputDev: Set the opacity when filling with axial gradients * ArthurOutputDev: Implement the clipToStrokePath method * ArthurOutputDev: Use stroking opacity when clipping to a stroke path glib: * Add poppler_page_get_bounding_box * Add poppler_form_field_get_alternate_ui_name * Implement rotation for 'flagNoRotate' annots. Issue #767 cpp: * Add non_raw_non_physical layout for page::text() utils: * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page * pdfsig: Show also signatures that aren't attached to any page Release 0.87.0: core: * Fix leak in broken files * Internal code improvements qt5: * Add option to get form choice for export value * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695 glib: * Internal code improvements utils: * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03nss: enable uint128 support on mips64Mingli Yu
Fix below build error: | verified/kremlin/kremlib/dist/minimal/FStar_UInt128.h:22:1: error: 'FStar_UInt128___proj__Mkuint128__item__low' declared 'static' but never defined [-Werror=unused-function] | 22 | FStar_UInt128___proj__Mkuint128__item__low(FStar_UInt128_uint128 projectee); Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27websocketpp: refresh patches to apply cleanly on websocketpp 0.8.2Gianfranco
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25freerdp: update to 2.0.0 releaseMax Krummenacher
Bump PE to prevent 'version-going-backwards (from 0:2.0.0-rc4-r0 to 0:2.0.0-r0)' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25freerdp: wayland: depend on wayland-nativeMax Krummenacher
do_configure tests for wayland-scanner and silently drops the wayland configure option if not found. Adding wayland-native to depends fixes that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25xmlsec1: upgrade 1.2.29 -> 1.2.30Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25websocketpp: upgrade 0.8.1 -> 0.8.2Wang Mingyu
0001-Replace-make_shared-with-new-in-some-cases.patch 0002-Fix-missed-entries-fix-testing.patch 771.patch 842.patch removed since they are included in 0.8.2 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25vboxguestdrivers: upgrade 6.1.4 -> 6.1.6Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25daemontools: use u-a for /usr/bin/svc and /usr/bin/svokMartin Jansa
* busybox provides the same, causing busybox postinst to fail when both packages are installed in the same image: update-alternatives: Error: not linking rootfs/usr/bin/svc to /usr/bin/busybox.nosuid since rootfs/usr/bin/svc exists and is not a link update-alternatives: Error: not linking rootfs/usr/bin/svok to /usr/bin/busybox.nosuid since rootfs/usr/bin/svok exists and is not a link Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25gperftools: Do not build on riscvKhem Raj
Its not yet ported to work on RISCV Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25recipes,packagegroups: Remove libunwind deps for riscvKhem Raj
since libunwind is not buildable, it results in glog not being buildable and that results in ceres-solver and gperftools opencv needs glob to eenable libeigen Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25nss: Fix build on riscv64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-20utouch-evemu: Correctly specify PV to match upstreamKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-20utouch-evemu: correct Fix build for 32bit arches with 64bit time_tChristophe PRIOUZEAU
A pair of parenthesis are missing on correction which generate bad behaviour at runtime. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-16syslog-ng: Don't install configuration files as executablePeter Kjellerstedt
Also remove unnecessary slashes before ${sysconfdir} and ${localstatedir}. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-14libssh: upgrade 0.8.8 -> 0.8.9Pierre-Jean Texier
This is a security release. See changelog https://www.libssh.org/2020/04/09/libssh-0-9-4-and-libssh-0-8-9-security-release/ Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-13mce-test: switch to python3Mingli Yu
Make gcov_merge.py and scov_merge.py port to python3. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-13libcanberra: Do not assume all gdk displays to be X11Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-13nss: upgrade 3.51 -> 3.51.1Pierre-Jean Texier
See full release notes: - https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.51.1_release_notes Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-12poppler: Add splash PACKAGECONFIG and enable it by defaultAndreas Müller
Splash graphics option is enabled by default in CMakeLists.txt. So * add it to our defaults to keep situation as it was before * when using splash follow upstream's suggestion and add boost to depends: | Warning: Use of boost is recommended for better performance. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-12remmina: Check for x11 in distro featuresKhem Raj
Add missing dependency on libxkbfile It cant be built without it since plugins CMake is asking for it unconditionally Fixes | -- Checking for module 'xkbfile' | -- No package 'xkbfile' found Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com>
2020-04-10bdwgc: no need to set ARM_INSTRUCTION_SET anymoreChris Laplante
It was necessary in 2012 (https://patchwork.openembedded.org/patch/26155/), but it appears to no longer be required. Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-09tbb: upgrade 2017 -> 2020.2Anuj Mittal
* Remove patches that are not needed anymore and fix the recipe to point to new source location. * Remove the compilation tweaks that don't seem to be required anymore. * Include a patch to fix builds on musl. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-09nspr: Use _MIPS_SIM_ABI64 instead of _ABI64Khem Raj
_ABI64 is glibc specific, to use a common define from asm/sgidefs.h will work in every case Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-08wireshark: poppler: prevent PACKAGECONFIG change based on different layersMingde (Matthew) Zeng
As per discussed in a previous email under the subject "Regarding poppler auto PACKAGECONFIG when qt5-layer exists", adding a layer but not using it should not change PACKAGECONFIG automatically. It may result unexpected error. Signed-off-by: Matthew Zeng <matthew.zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-08nano: upgrade 4.4 -> 4.9.2Pierre-Jean Texier
See full changelog https://www.nano-editor.org/news.php Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-07fmt: upgrade 6.1.2 -> 6.2.0Pierre-Jean Texier
See full changelog https://github.com/fmtlib/fmt/releases/tag/6.2.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-07librsync: upgrade 2.2.1 -> 2.3.0Pierre-Jean Texier
See full changelog https://github.com/librsync/librsync/releases/tag/v2.3.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05libmimetic: use UPSTREAM_CHECK_COMMITSPierre-Jean Texier
Fixes: $: devtool check-upgrade-status libmimetic <...> INFO: libmimetic 0.9.8 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>