summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* p7zip: build and package lib7z.so needed for fastbootNisha Parrakat2021-05-282-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | a) use option 7z to build the lib7z.so library This is needed for android-tools for building fastboot from android-tools b) Packaged the lib7z.so and codec libraries as a part of this recipe Fastboot RDepends on it lib7z.so c) Fixed a C++17 forbidden error when lib7z.so is built fixes the below error | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp: In member function 'virtual LONG NArchive::NWim::CHandler::GetArchiveProperty(PROPID, PROPVARIANT*)': | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:308:11: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17 | 308 | numMethods++; | | ^~~~~~~~~~ | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:318:9: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17 | 318 | numMethods++; Signed-off-by: Nisha Parrakat <Nisha.Parrakat@kpit.com> Signed-off-by: Nisha Parrakat <nishaparrakat@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nyancat: add new packageDaniel Ammann2021-05-282-0/+18
| | | | | Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.9.4 -> 0.10wangmy2021-05-282-49/+1
| | | | | | | | 0001-aarch64-Fix-a-plthook-crash-on-aarch64-with-binutils.patch removed since it is removed in 0.10 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell-dictionaries: use better names for dictionary filesAndreas Müller2021-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Played around with gspell and followed their suggestion to prefer hunspell [1] in enchant [2]. Tests with gedit showed that all entries for sub-languages (e.g English UK) were missing. By changing names of *.dic and *.aff from <language>-<SUBLANGUAGE>.* to <language>_<SUBLANGUAGE>.* languages as 'English UK' appear and can be selected in gedit. Tested also on libreoffice: That displayed all languages properly before and does still with files renamed. [1] https://gitlab.gnome.org/GNOME/gspell [2] https://github.com/schnitzeltony/meta-mortsgna/commit/b5d17de7cf9fd033339c2609c5b14c108bbbff4f Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: parse separated cpu exec lineLiweiSong2021-05-282-0/+52
| | | | | | | | | | | | | | if cpu exec line was split into different line, there will be an error when parse it: File "/usr/bin/sleepgraph", line 3165, in parseTraceLog proclist[name] = int(val[1]) IndexError: list index out of range check this case and append to parse the unfinished line. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: work around file-rdeps QA issues with usrmerge in DISTRO_FEATURESMartin Jansa2021-05-281-0/+5
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: upgrade 1.7 -> 1.13Andreas Müller2021-05-282-36/+5
| | | | | | | | * backported patch can go * license checksum was changed by update of copyright year Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: upgrade 0.32.0 -> 0.33.1Andreas Müller2021-05-281-10/+12
| | | | | | | | | | | Some PACKAGECONFIG / configuration changes were necessary: * libass is mandatory * luajit on aarch64 is fine * wayland requires egl * --disable-libsmbclient is gone Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mime-support: upgrade 3.48 -> 3.62Andreas Müller2021-05-282-17/+31
| | | | | | | | | | | * Many changes since 2009 (!!!) - most notable: CVE-2014-7209: run-mailcap shellcommand injection. * They added Bellcore license for mailcap.man * There is a later version 3.66 available but tarball is almost empty because with 3.65 they splitted mime-support into several packages Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml2: restore building shared libraryMartin Jansa2021-05-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * since the upgrade to 8.1.0 which includes: https://github.com/leethomason/tinyxml2/commit/7df6b3ff4ab3e3cec7a242fa5f8749decd129e13 it no longer produces shared libraries by default and linking with static one will often fail, e.g.: rosbag2-storage/0.2.4-1-r0/recipe-sysroot/usr/lib/libtinyxml2.a(tinyxml2.cpp.o): relocation R_ARM_THM_MOVW_ABS_NC against `_ZN8tinyxml210XMLPrinter11CompactModeERKNS_10XMLElementE' can not be used when making a shared object; recompile with -fPIC rosbag2-storage/0.2.4-1-r0/recipe-sysroot/usr/lib/libtinyxml2.a(tinyxml2.cpp.o)(.text+0x162): unresolvable R_ARM_THM_CALL relocation against symbol `vfprintf@@GLIBC_2.4' fastrtps/1.9.3-2-r0/recipe-sysroot/usr/lib/libtinyxml2.a(tinyxml2.cpp.o): relocation R_ARM_THM_MOVW_ABS_NC against `_ZN8tinyxml210XMLPrinter11CompactModeERKNS_10XMLElementE' can not be used when making a shared object; recompile with -fPIC fastrtps/1.9.3-2-r0/recipe-sysroot/usr/lib/libtinyxml2.a(tinyxml2.cpp.o)(.text+0x162): unresolvable R_ARM_THM_CALL relocation against symbol `vfprintf@@GLIBC_2.4' fastrtps-native/1.9.3-2-r0/recipe-sysroot-native/usr/lib/libtinyxml2.a(tinyxml2.cpp.o): relocation R_X86_64_PC32 against symbol `_ZN8tinyxml27StrPair5ResetEv' can not be used when making a shared object; recompile with -fPIC * restore building shared library as 8.0.0 did * it also fixes PN package being empty: diff --git a/packages/core2-64-webos-linux/libtinyxml2/libtinyxml2/latest b/packages/core2-64-webos-linux/libtinyxml2/libtinyxml2/latest index 594585fe..496a109d 100644 --- a/packages/core2-64-webos-linux/libtinyxml2/libtinyxml2/latest +++ b/packages/core2-64-webos-linux/libtinyxml2/libtinyxml2/latest @@ -1,9 +1,8 @@ -PV = 8.0.0 +PV = 8.1.0 PR = r0 -PKG = libtinyxml2-8 -RPROVIDES = libtinyxml2 (=8.0.0) -RDEPENDS = glibc (>= 2.33) libgcc (>= 11.1.0) libstdc++ (>= 11.1.0) +RPROVIDES = +RDEPENDS = RRECOMMENDS = libtinyxml2-lic -PKGSIZE = 90076 +PKGSIZE = 0 FILES = /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/libtinyxml2 /usr/lib/libtinyxml2/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers -FILELIST = /usr/lib/libtinyxml2.so.8 /usr/lib/libtinyxml2.so.8.0.0 +FILELIST = Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: explicity disable building tests and benchmarkMartin Jansa2021-05-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * with these changes introduced in 1.1.9: https://github.com/google/snappy/commit/549685a https://github.com/google/snappy/commit/4ebd8b2 it now installs gtest,gmock,benchmark with snappy which causes conflicts when something depends on both snappy and googletest or google-benchmark, e.g. leveldb-tl.do_prepare_recipe_sysroot: ERROR: The file /usr/lib/pkgconfig/gmock_main.pc is installed by both snappy and googletest, aborting * looking at buildhistory the 1.1.9 upgrade added a lot of files to snappy: diff --git a/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt b/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt index 4bb97db2..559c84fc 100644 --- a/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt +++ b/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt @@ -1,14 +1,85 @@ drwxr-xr-x root root 4096 ./usr drwxr-xr-x root root 4096 ./usr/include +drwxr-xr-x root root 4096 ./usr/include/benchmark +-rw-r--r-- root root 56897 ./usr/include/benchmark/benchmark.h +drwxr-xr-x root root 4096 ./usr/include/gmock +-rw-r--r-- root root 61607 ./usr/include/gmock/gmock-actions.h +-rw-r--r-- root root 6037 ./usr/include/gmock/gmock-cardinalities.h +-rw-r--r-- root root 24223 ./usr/include/gmock/gmock-function-mocker.h +-rw-r--r-- root root 30996 ./usr/include/gmock/gmock-generated-actions.h +-rw-r--r-- root root 15545 ./usr/include/gmock/gmock-generated-actions.h.pump +-rw-r--r-- root root 3711 ./usr/include/gmock/gmock.h +-rw-r--r-- root root 200261 ./usr/include/gmock/gmock-matchers.h +-rw-r--r-- root root 3341 ./usr/include/gmock/gmock-more-matchers.h +-rw-r--r-- root root 8967 ./usr/include/gmock/gmock-nice-strict.h +-rw-r--r-- root root 76003 ./usr/include/gmock/gmock-spec-builders.h +drwxr-xr-x root root 4096 ./usr/include/gmock/internal +drwxr-xr-x root root 4096 ./usr/include/gmock/internal/custom +-rw-r--r-- root root 365 ./usr/include/gmock/internal/custom/gmock-generated-actions.h +-rw-r--r-- root root 451 ./usr/include/gmock/internal/custom/gmock-generated-actions.h.pump +-rw-r--r-- root root 1861 ./usr/include/gmock/internal/custom/gmock-matchers.h +-rw-r--r-- root root 1894 ./usr/include/gmock/internal/custom/gmock-port.h +-rw-r--r-- root root 439 ./usr/include/gmock/internal/custom/README.md +-rw-r--r-- root root 17975 ./usr/include/gmock/internal/gmock-internal-utils.h +-rw-r--r-- root root 3788 ./usr/include/gmock/internal/gmock-port.h +-rw-r--r-- root root 13530 ./usr/include/gmock/internal/gmock-pp.h +drwxr-xr-x root root 4096 ./usr/include/gtest +-rw-r--r-- root root 14374 ./usr/include/gtest/gtest-death-test.h +-rw-r--r-- root root 94367 ./usr/include/gtest/gtest.h +-rw-r--r-- root root 27455 ./usr/include/gtest/gtest-matchers.h +-rw-r--r-- root root 8030 ./usr/include/gtest/gtest-message.h +-rw-r--r-- root root 22681 ./usr/include/gtest/gtest-param-test.h +-rw-r--r-- root root 14850 ./usr/include/gtest/gtest_pred_impl.h +-rw-r--r-- root root 32033 ./usr/include/gtest/gtest-printers.h +-rw-r--r-- root root 2519 ./usr/include/gtest/gtest_prod.h +-rw-r--r-- root root 10097 ./usr/include/gtest/gtest-spi.h +-rw-r--r-- root root 6853 ./usr/include/gtest/gtest-test-part.h +-rw-r--r-- root root 15988 ./usr/include/gtest/gtest-typed-test.h +drwxr-xr-x root root 4096 ./usr/include/gtest/internal +drwxr-xr-x root root 4096 ./usr/include/gtest/internal/custom +-rw-r--r-- root root 1843 ./usr/include/gtest/internal/custom/gtest.h +-rw-r--r-- root root 1858 ./usr/include/gtest/internal/custom/gtest-port.h +-rw-r--r-- root root 2079 ./usr/include/gtest/internal/custom/gtest-printers.h +-rw-r--r-- root root 1682 ./usr/include/gtest/internal/custom/README.md +-rw-r--r-- root root 13436 ./usr/include/gtest/internal/gtest-death-test-internal.h +-rw-r--r-- root root 9764 ./usr/include/gtest/internal/gtest-filepath.h +-rw-r--r-- root root 61757 ./usr/include/gtest/internal/gtest-internal.h +-rw-r--r-- root root 35114 ./usr/include/gtest/internal/gtest-param-util.h +-rw-r--r-- root root 4090 ./usr/include/gtest/internal/gtest-port-arch.h +-rw-r--r-- root root 84530 ./usr/include/gtest/internal/gtest-port.h +-rw-r--r-- root root 7213 ./usr/include/gtest/internal/gtest-string.h +-rw-r--r-- root root 6270 ./usr/include/gtest/internal/gtest-type-util.h -rw-r--r-- root root 5414 ./usr/include/snappy-c.h --rw-r--r-- root root 9885 ./usr/include/snappy.h --rw-r--r-- root root 7256 ./usr/include/snappy-sinksource.h --rw-r--r-- root root 2845 ./usr/include/snappy-stubs-public.h +-rw-r--r-- root root 9909 ./usr/include/snappy.h +-rw-r--r-- root root 7265 ./usr/include/snappy-sinksource.h +-rw-r--r-- root root 2579 ./usr/include/snappy-stubs-public.h drwxr-xr-x root root 4096 ./usr/lib drwxr-xr-x root root 4096 ./usr/lib/cmake +drwxr-xr-x root root 4096 ./usr/lib/cmake/benchmark +-rw-r--r-- root root 60 ./usr/lib/cmake/benchmark/benchmarkConfig.cmake +-rw-r--r-- root root 2742 ./usr/lib/cmake/benchmark/benchmarkConfigVersion.cmake +-rw-r--r-- root root 4247 ./usr/lib/cmake/benchmark/benchmarkTargets.cmake +-rw-r--r-- root root 1380 ./usr/lib/cmake/benchmark/benchmarkTargets-noconfig.cmake +drwxr-xr-x root root 4096 ./usr/lib/cmake/GTest +-rw-r--r-- root root 1438 ./usr/lib/cmake/GTest/GTestConfig.cmake +-rw-r--r-- root root 1978 ./usr/lib/cmake/GTest/GTestConfigVersion.cmake +-rw-r--r-- root root 4958 ./usr/lib/cmake/GTest/GTestTargets.cmake +-rw-r--r-- root root 2525 ./usr/lib/cmake/GTest/GTestTargets-noconfig.cmake drwxr-xr-x root root 4096 ./usr/lib/cmake/Snappy -rw-r--r-- root root 2864 ./usr/lib/cmake/Snappy/SnappyConfig.cmake -rw-r--r-- root root 2742 ./usr/lib/cmake/Snappy/SnappyConfigVersion.cmake -rw-r--r-- root root 3616 ./usr/lib/cmake/Snappy/SnappyTargets.cmake -rw-r--r-- root root 806 ./usr/lib/cmake/Snappy/SnappyTargets-noconfig.cmake +lrwxrwxrwx root root 22 ./usr/lib/libbenchmark_main.so -> libbenchmark_main.so.1 +lrwxrwxrwx root root 17 ./usr/lib/libbenchmark.so -> libbenchmark.so.1 +lrwxrwxrwx root root 23 ./usr/lib/libgmock_main.so -> libgmock_main.so.1.10.0 +lrwxrwxrwx root root 18 ./usr/lib/libgmock.so -> libgmock.so.1.10.0 +lrwxrwxrwx root root 23 ./usr/lib/libgtest_main.so -> libgtest_main.so.1.10.0 +lrwxrwxrwx root root 18 ./usr/lib/libgtest.so -> libgtest.so.1.10.0 lrwxrwxrwx root root 14 ./usr/lib/libsnappy.so -> libsnappy.so.1 +drwxr-xr-x root root 4096 ./usr/lib/pkgconfig +-rw-r--r-- root root 240 ./usr/lib/pkgconfig/benchmark.pc +-rw-r--r-- root root 275 ./usr/lib/pkgconfig/gmock_main.pc +-rw-r--r-- root root 268 ./usr/lib/pkgconfig/gmock.pc +-rw-r--r-- root root 275 ./usr/lib/pkgconfig/gtest_main.pc +-rw-r--r-- root root 243 ./usr/lib/pkgconfig/gtest.pc diff --git a/packages/core2-64-webos-linux/snappy/snappy-dev/latest b/packages/core2-64-webos-linux/snappy/snappy-dev/latest index 0cc143d2..19a23796 100644 --- a/packages/core2-64-webos-linux/snappy/snappy-dev/latest +++ b/packages/core2-64-webos-linux/snappy/snappy-dev/latest @@ -1,9 +1,8 @@ -PV = 1.1.8 +PV = 1.1.9 PR = r0 -PKG = libsnappy-dev -RPROVIDES = snappy-dev (=1.1.8) -RDEPENDS = snappy (= 1.1.8-r0) +RPROVIDES = +RDEPENDS = snappy (= 1.1.9-r0) RRECOMMENDS = glibc-dev libgcc-dev libstdc++-dev snappy-lic -PKGSIZE = 35442 +PKGSIZE = 1062733 FILES = /usr/include /lib/lib*.so /usr/lib/lib*.so /usr/lib/*.la /usr/lib/*.o /usr/lib/pkgconfig /usr/share/pkgconfig /usr/share/aclocal /lib/*.o /usr/lib/snappy/*.la /lib/*.la /usr/lib/cmake /usr/share/cmake -FILELIST = /usr/lib/libsnappy.so.1 /usr/lib/libsnappy.so.1.1.8 +FILELIST = /usr/lib/libbenchmark.so.1 /usr/lib/libbenchmark.so.1.5.2 /usr/lib/libbenchmark_main.so.1 /usr/lib/libbenchmark_main.so.1.5.2 /usr/lib/libgmock.so.1.10.0 /usr/lib/libgmock_main.so.1.10.0 /usr/lib/libgtest.so.1.10.0 /usr/lib/libgtest_main.so.1.10.0 /usr/lib/libsnappy.so.1 /usr/lib/libsnappy.so.1.1.9 * disable tests and benchmarks to install only the files 1.1.8 version used to install Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.346 -> 0.347Andreas Müller2021-05-241-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.108 -> 3.3.109 / move to gtk3 / tidy up recipeAndreas Müller2021-05-242-23/+40
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 1.12.0 -> 2.0.0Andreas Müller2021-05-241-4/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* colord: upgrade 1.4.4 -> 1.4.5Andreas Müller2021-05-242-6/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20210319 -> 1.3-20210509Andreas Müller2021-05-241-4/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: upgrade 2.14.0 -> 2.18.1Andreas Müller2021-05-241-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: upgrade 1.3.5 -> 1.3.6Andreas Müller2021-05-246-245/+19
| | | | | | | | | | | * DOPTION_BUILD_EXAMPLES was deprecated in favor of FLTK_BUILD_TEST * FLTK_BUILD_TEST fails for native due to reduced build * FLTK_BUILD_TEST fails for cross due ti trying to run cross fluid * Patches: 0002.. adjust / 0003.. upstream has acknowledged it a bad ides so change was commented out / 0004.. upstreamed Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* giflib: upgrade 5.1.4 -> 5.2.1Andreas Müller2021-05-242-32/+9
| | | | | | | | | * Project removed autotools configuration files. It is now a pure Makefile build so autotools are not required any more * Checked sources: Back ported CVE-patch can go Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libeigen: upgrade 3.3.7 -> 3.3.9Andreas Müller2021-05-221-3/+2
| | | | | | | Simplify packaging a bit Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgusb: upgrade 0.3.5 -> 0.3.6Andreas Müller2021-05-221-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmxml: upgrade 3.1 -> 3.2Andreas Müller2021-05-221-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: upgrade 10.2.0 -> 10.3.2Andreas Müller2021-05-221-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.15.2 -> 3.17.0Andreas Müller2021-05-221-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mm-common: upgrade 1.0.2 -> 1.0.3Andreas Müller2021-05-221-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.16.2 -> 1.16.4Andreas Müller2021-05-221-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: upgrade 1.26.0 -> 1.30.0Andreas Müller2021-05-223-64/+1
| | | | | | | (Identical) patches have been applied upstream Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: upgrade 1.4.11 -> 1.4.17Andreas Müller2021-05-221-16/+24
| | | | | | | | * 1.4.11 fails to fetch * do_install_append can go the only path left is metainfo and mime Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.2 -> 6.2.3Andreas Müller2021-05-222-7/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: upgrade 1.1.8 -> 1.1.9Andreas Müller2021-05-221-3/+3
| | | | | | | Get sources from github repo Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: upgrade 0.9.15 -> 0.9.16Andreas Müller2021-05-222-4/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-lohit: upgrade 2 -> 2.92.1Andreas Müller2021-05-221-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: upgrade 5.4.2 -> 5.8Andreas Müller2021-05-221-15/+3
| | | | | | | | | * without autotools-brokensep install fails for several isssues. Started to fix them but stooped after third * remove some odd/orphaned code in recipe Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnuplot: upgrade 5.2.8 -> 5.4.1Andreas Müller2021-05-224-30/+33
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: Use PACKAGECONFIG for build optionsRobert Joslyn2021-05-211-4/+13
| | | | | | | | | | | | | | | | | | | | Make the dependencies optional via PACKAGECONFIG where possible to make it easier for users to enable or disable them as desired. Set the new PACKAGECONFIG defaults to recreate what was built previously. The configure script does not have a manpages option, resulting in a warning: ctags-5.9.20210502.0-r0 do_configure: QA Issue: ctags: invalid PACKAGECONFIG: manpages [invalid-packageconfig] The configure script detects if rst2man.py is available, and enables creating the man pages if found. Add python3-docutils-native as a dependency only when documentation is requested. Remove commented code which looks like leftover debugging. The binary is installed as expected. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Disable tbb on riscv/muslKhem Raj2021-05-201-0/+3
| | | | | | | getcontext|setcontext functionality is provided via libucontext for musl but this library is not yet ported to RISCV Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml2: upgrade 8.0.0 -> 8.1.0zhengruoqin2021-05-191-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.28.2 -> 1.28.4zhengruoqin2021-05-191-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 13.2 -> 13.3zangrc2021-05-192-2/+2
| | | | | | | | Refresh the following patch: 0001-configure.in-bypass-autoconf-2.69-version-check.patch Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makedumpfile: upgrade 1.6.8 -> 1.6.9zangrc2021-05-191-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Conflict resolutionwangmy2021-05-191-0/+2
| | | | | | | perf(oe-core) also uses the doc included in plugins/, so package it in own subdirs of trace-cmd. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: disable building for ppcSaul Wold2021-05-191-0/+2
| | | | | | | Sysdig depends on tbb which no longer builds for powerpc Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: remove tbb packageconfig for powerpcSaul Wold2021-05-191-0/+3
| | | | | | | Since tbb does not build for powerpc remove it from the enabled list Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* surf: Upgrade 2.0 -> 2.1Leon Anavi2021-05-192-27/+14
| | | | | | | | | | | | Upgade Surf browser to release 2.1: - Remove accelerated canvas parameter - Remove external plugin handling License-Update: Update contributors in file LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 5.6 -> 5.7Andreas Müller2021-05-191-1/+2
| | | | | | | | | Full changelog is found at [1] [1] https://www.nano-editor.org/dist/latest/ChangeLog Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* portaudio-v19: upgrade 19.6.0 -> 19.7.0Andreas Müller2021-05-194-83/+64
| | | | | | | | | | | | | | | | | | | | * development continues on github * build with CMake * examples is a configure option -> replace (always empty) extra package by PACKAGECONFIG From announcement: * support for latest Mac OS APIs * Jack - fixes for device names that allows use on Linux systems with PipeWire * WASAPI - numerous improvements * OSS - better format support * ALSA - various fixes for hangs and crashes * WDMKS - improved performance and fixes * updated build scripts Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl: Fix CVE-2019-13616wangmy2021-05-192-0/+28
| | | | | | | | | | | | | | References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13616 SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in BlitNtoN in video/SDL_blit_N.c when called from SDL_SoftBlit in video/SDL_blit.c. Upstream-Status: Backport [https://github.com/libsdl-org/SDL/commit/97fefd050976bbbfca9608499f6a7d9fb86e70db] CVE: CVE-2019-13616 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Fix CVE-2021-29473wangmy2021-05-192-0/+22
| | | | | | | | | | | | | | | References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29473 The out-of-bounds read is triggered when Exiv2 is used to write metadata into a crafted image file. An attacker could potentially exploit the vulnerability to cause a denial of service by crashing Exiv2, if they can trick the victim into running Exiv2 on a crafted image file. Upstream-Status: Accepted [https://github.com/Exiv2/exiv2/pull/1587/commits/e6a0982f7cd9282052b6e3485a458d60629ffa0b] CVE: CVE-2021-29473 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Fix CVE-2021-29470wangmy2021-05-192-0/+33
| | | | | | | | | | | | | | | References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29470 The out-of-bounds read is triggered when Exiv2 is used to write metadata into a crafted image file. An attacker could potentially exploit the vulnerability to cause a denial of service by crashing Exiv2, if they can trick the victim into running Exiv2 on a crafted image file. Upstream-Status: Accepted [https://github.com/Exiv2/exiv2/pull/1581/commits/6628a69c036df2aa036290e6cd71767c159c79ed] CVE: CVE-2021-29470 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Fix CVE-2021-29464wangmy2021-05-192-0/+73
| | | | | | | | | | | | | | | References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29464 The heap overflow is triggered when Exiv2 is used to write metadata into a crafted image file. An attacker could potentially exploit the vulnerability to gain code execution, if they can trick the victim into running Exiv2 on a crafted image file. Upstream-Status: Accepted [https://github.com/Exiv2/exiv2/commit/f9308839198aca5e68a65194f151a1de92398f54] CVE: CVE-2021-29464 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>