Commit Graph

8028 Commits

Author SHA1 Message Date
Wang Mingyu 72fd749e64 websocketpp: upgrade 0.8.1 -> 0.8.2
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-25 08:32:42 -07:00
Wang Mingyu 38ed9d2c50 vboxguestdrivers: upgrade 6.1.4 -> 6.1.6
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:42 -07:00
Martin Jansa b3013a0bc9 daemontools: use u-a for /usr/bin/svc and /usr/bin/svok
* 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-25 08:32:42 -07:00
Martin Balik f48d31a4eb libwebsockets: upgrade 3.2.2 -> 4.0.1
Signed-off-by: Martin Balik <martin.balik@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj e10df72f44 rsyslog: Disable valgrind dependency for riscv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj 712df4714e gperftools: Do not build on riscv
Its not yet ported to work on RISCV

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj a0744673f0 recipes,packagegroups: Remove libunwind deps for riscv
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-25 08:32:41 -07:00
Wang Mingyu a29c0d794a redis: upgrade 5.0.8 -> 5.0.9
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj f33a094ddb oprofile: Disable build on riscv
Not supported arch yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj d7b31f2bf4 ltrace: Do not build on riscv
Does not have riscv port yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj 74a3ff28f5 breakpad: Disable build on riscv
Unsupported arch as of now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj 29076c7492 crash: Do not build on riscv
Keep mips64 exclusion as well

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Khem Raj 0b5662a1ed nss: Fix build on riscv64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:41 -07:00
Matt Campbell 2d7e3a772f sdbus-c++-tools: add nativesdk
Signed-off-by: Matthew Campbell <mcampbell@izotope.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:30 -07:00
niko.mauno@vaisala.com a7d022fe54 zeromq: Fix host-specific path issue with libsodium
Avoid propagation of full build host specific path into
WORKDIR/sysroot-destdir/usr/share/cmake/ZeroMQ/ZeroMQTargets.cmake
when building the recipe as this causes following-like breakage on
sstate cache consumer hosts (with different build host specific path,
than the host that populated sstate cache)

  ninja: error: '/build/host/specific/path/to/zeromq/4.3.2-r0/recipe-sysroot/usr/lib/libsodium.so', needed by 'src/FooBar', missing and no known rule to make it

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-22 12:14:44 -07:00
Khem Raj e8214f1113 rocksdb: Link with pthreads on riscv
Fixes
 librocksdb.so.6.6.4: undefined reference to `__atomic_compare_exchange_1'
collect2: error: ld returned 1 exit status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-21 22:52:58 -07:00
Tim Orling 0ea2b9992f icewm: upgrade 1.5.5 -> 1.6.5
Add additional DEPENDS on libxcomposite, libxfixes, libxdamage
Add update-alternatives similar to xfce-session from meta-xfce

For release notes and changes see:
https://github.com/ice-wm/icewm/releases/

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-21 19:21:55 -07:00
Wang Mingyu 0acf2e26e9 hostapd: CVE-2019-16275.patch
security Advisory

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16275

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-21 07:14:06 -07:00
Chenxi Mao 794d0cc12e Android-tools: Support Risc-V ISA
Risc-V ADB implementation is based on ARM64 implemtentation.
The core change is leverage fence command to implement memroy barrier
featrue.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-20 21:45:13 -07:00
Khem Raj 94dff2b994 utouch-evemu: Correctly specify PV to match upstream
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-20 09:59:08 -07:00
Christophe PRIOUZEAU 85d6bc79a5 utouch-evemu: correct Fix build for 32bit arches with 64bit time_t
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-20 09:59:08 -07:00
Andreas Müller 394b64e95a xcb-util-cursor: initial add 0.1.3
* Have it in meta-qt5-extra for a while
* Now meta-musicians will depend on it

=> move to a more common layer

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-19 11:55:06 -07:00
Khem Raj 0651858d83 sysdig: Do not depend on luaJIT for riscv
LuaJIT is not porteed to riscv yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-19 11:55:06 -07:00
Pierre-Jean Texier 9b61f412d3 libuv: upgrade 1.35.0 -> 1.36.0
See full changelog https://github.com/libuv/libuv/releases/tag/v1.36.0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-19 11:55:06 -07:00
Pierre-Jean Texier 38df8d2a6e fbgrab: upgrade 1.3.1 -> 1.3.3
See full changelog https://github.com/GunnarMonell/fbgrab/releases

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-19 11:55:06 -07:00
Haseeb Ashraf 334ce5ab37 luaposix: add 33.4.0 version recipe which is compatible with lua5.3
Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-17 19:05:58 -07:00
Haseeb Ashraf 7c37f90893 modify LUA_CPATH_DEFAULT for 64-bit architectures
LUA_CPATH_DEFAULT for *.so files should include
LUA_ROOT/lib64/lua/LUA_VDIR not LUA_ROOT/lib/lua/LUA_VDIR

Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-16 11:40:40 -07:00
Moorthy 77bb271721 safec: aarch64 support added
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-16 11:40:40 -07:00
Peter Kjellerstedt 922c1c78c2 dlt-daemon: Make it support usrmerge
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-16 11:40:40 -07:00
Changqing Li 60c1d2eb9a php: upgrade 7.3.11 -> 7.3.16
* upgrade to 7.3.16
* remove unuseful patches

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-16 08:43:06 -07:00
Mingli Yu 4ebfa9afa4 mariadb: clean the empty /lib dir
When usrmerge is enabled in DISTRO_FEATURES, there
comes below error:
ERROR: mariadb-10.4.12-r0 do_package_qa: QA Issue: mariadb-leftovers package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge]
ERROR: mariadb-10.4.12-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.

It is because empty /lib dir exists in mariadb-leftovers
as below:
 $ rpm -qpl mariadb-leftovers-10.4.12-r0.core2_64.rpm |grep ^/lib
 /lib

Considering the empty /lib dir is introduced when pam
is enabled in DISTRO_FEATURES, so remove the empty /lib
dir when pam is enabled to fix the above error.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-16 08:43:06 -07:00
Peter Kjellerstedt e17b7701d0 syslog-ng: Don't install configuration files as executable
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-16 08:43:06 -07:00
Martin Jansa 3bd2833065 lapack: use git fetcher
* fixes:
  ERROR: lapack-3.9.0-r0 do_package_qa: QA Issue: lapack: SRC_URI uses unstable GitHub archives [src-uri-bad]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-15 23:10:02 -07:00
Khem Raj db0075f503 nodejs: Fix -Wc++11-narrowing on mips
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-15 23:10:02 -07:00
Wang Mingyu 63f587ecb7 mksh: upgrade 57 -> 58
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-14 21:26:57 -07:00
Wang Mingyu e3eea33c11 libdvdread: upgrade 6.1.0 -> 6.1.1
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-14 21:26:57 -07:00
Wang Mingyu 184e38775c cpuid: upgrade 20200203 -> 20200211
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-14 21:26:57 -07:00
Pierre-Jean Texier 2322940fc3 libssh: upgrade 0.8.8 -> 0.8.9
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-14 10:17:58 -07:00
Pierre-Jean Texier 8f9d5569a8 pegtl: upgrade 2.8.1 -> 2.8.2
License-Update: copyright years updated

See full changelog https://github.com/taocpp/PEGTL/releases/tag/2.8.2

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-14 10:17:51 -07:00
Mingli Yu 6018030050 mce-test: switch to python3
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-13 23:38:56 -07:00
Khem Raj d7937a3ec0 libcanberra: Do not assume all gdk displays to be X11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-13 14:46:22 -07:00
Khem Raj 2bb2736bf1 kernel-selftest: Specify the target with -target instead of -arch
This ensures that generated code is properly cross compiled

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-13 11:42:55 -07:00
Pierre-Jean Texier 5297e3f7e1 nss: upgrade 3.51 -> 3.51.1
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-13 11:19:29 -07:00
Khem Raj 48e0c38ce3 yad: Upgrade to 6.0
Make it depend on x11 in distro features since it needs gtk/gtkx.h and
gdk/gdkx.h headers

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-12 23:33:38 -07:00
Andreas Müller 781d7130df poppler: Add splash PACKAGECONFIG and enable it by default
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-12 22:57:22 -07:00
Andreas Müller 1cb563d831 sysdig: upgrade 0.26.5 -> 0.26.6
Bug fixes
    Rewrite the probe builder (#1576)
    Build fixes for 5.4+ kernels (#1595)
    Use Debian Stable as the base container image (#1605)
    All the fixes incorporated in 0.26.5 (that didn't get artifacts released for tooling reasons)

New features
    Support for s390x and ppc64le architectures

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-12 22:57:22 -07:00
Pierre-Jean Texier b069fb8442 nlohmann-fifo: use UPSTREAM_CHECK_COMMITS
Fixes:

$: devtool check-upgrade-status nlohmann-fifo
<...>

INFO: nlohmann-fifo             1.0.0           UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-12 22:57:22 -07:00
Khem Raj f7a89d36e3 remmina: Check for x11 in distro features
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-12 22:57:22 -07:00
Pierre-Jean Texier 7d46719656 tmux: fix upstream check URL
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-11 08:00:20 -07:00
Randy MacLeod 1ec13d7d95 rsyslog: 8.1911.0 -> 8.2002.0
Add some error handling to run-ptests.

Fix up the new set-envvars script to that 36 new tests pass.
On qemux86-64/kvm the ptest results with extra filesystem
space and a timeout of 800 seconds are:
         1911   2002
 TOTAL:   389    408
 PASS:    339    357
 SKIP:     39     39
 XFAIL:     0      0
 FAIL:     11     12
 XPASS:     0      0
 ERROR:     0      0

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-10 17:48:38 -07:00