summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* cmpi-bindings: append PYTHON_ABI suffix to libpython sonameKhem Raj2020-01-102-8/+5
| | | | | | | | This makes it independent of python vesion 3.7 or 3.8 where with python 3.7 has 'm' as abi suffix but 3.8 wont Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
* dnsmasq: CVE-2019-14834Zhixiong Chi2020-01-102-0/+50
| | | | | | | Backport the CVE patch from the upstream to fix the memory leak. Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigc++-3: let meson buildAndreas Müller2020-01-101-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop3: upgrade 3.34.2 -> 3.34.3Andreas Müller2020-01-102-5/+5
| | | | | | | | | | | | | | | >From [1]: ============== Version 3.34.3 ============== - seccomp is not supported ATM on riscv64 architecture, blacklist it for now (#128) [1] http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.3.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.58.3 -> 1.58.4Andreas Müller2020-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >From [1]: Version 1.58.4 -------------- - Now prints a warning when constructing an unregistered object inheriting from GObject (i.e. if you forgot to use GObject.registerClass.) In 1.58.2 this would throw an exception, which broke some existing code, so that change was reverted in 1.58.3. In this version the check is reinstated, but we log a warning instead of throwing an exception, so that people know to fix their code, but without breaking things. NOTE: In 1.64 (the next stable release) the warning will be changed back into an exception, because code with this problem can be subtly broken and cause unexpected errors elsewhere. So make sure to fix your code if you get this warning. - Closed bugs and merge requests: * GSettings crash fixes [Andy Holmes, !373] - Memory savings for Cairo objects [Philip Chimento, !374] - Fix for crash in debug functions [Philip Chimento, !374] [1] http://ftp.gnome.org/pub/gnome/sources/gjs/1.58/gjs-1.58.4.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.34.2 -> 3.34.3Andreas Müller2020-01-101-3/+3
| | | | | | | | | | | | | | | | | | >From [1]: Evolution-Data-Server 3.34.3 2020-01-03 --------------------------------------- Bug Fixes: I#177 - DAV: Ignore 404 responses on content refresh (Milan Crha) Translations: Yi-Jyun Pan (zh_TW) [1] http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/3.34/evolution-data-server-3.34.3.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: upgrade 3.34.2 -> 3.34.3Andreas Müller2020-01-101-2/+2
| | | | | | | | | | Frmo announcement: * polkitAgent: Fix confirming via keyboard when password-less [Jonas; #2066] * Misc. bug fixes and cleanups [Florian; !906] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 3.34.2 -> 3.34.3Andreas Müller2020-01-101-2/+2
| | | | | | | | | | >From announcement: * Fix window recording on HiDPI [Pascal; !976] * Fix top-left pixel being insensitive to clicks [Sebastian; #893] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-terminal: upgrade 0.8.9 -> 0.8.9.1Andreas Müller2020-01-101-2/+2
| | | | | | | | | | | | | | | | | This is a hotfix release for 0.8.9: Release notes for 0.8.9.1 ========================= This is a bug-fix release featuring only one change. 0.8.9.1 ======= - Fix "Open terminal here" functionality that was broken in release 0.8.9 (bug #16307) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.82.0 -> 0.84.0Andreas Müller2020-01-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >From announcements: Release 0.84.0: core: * Fix crash when converting from Unicode to ASCII-7 * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big * JBIG2Stream: fix potential crash in malformed documents * JBIG2Stream: fix leak in reset() if called several times * Internal code improvements utils: * pdfimages: Add error message if first page is larger then number of pages. * pdfinfo: Improved paper size recognition * pdfsig: Fix exit code when dumping signatures * pdftocairo: Error out when even/odd selects 0 pages * pdftohtml: Fix memory leak * pdftoppm: Add an option to scale before rotate * pdftoppm: Add -hide-annotations option * pdftoppm: Error out when even/odd selects 0 pages * pdftops: Improve -optimizecolorspace qt5: * Code cleanups glib: * Fix compiler warnings Release 0.83.0: core: * Improve when a file is recognized as Linearized * Improve const-ness of the code * Make code a bit more readable/maintanable * Fix uninitialized memory uses in broken files utils: * pdffonts: Make code a bit more readable/maintanable * pdftohtml: Make code a bit more readable/maintanable qt5: * Remove a bunch of unused internal functions * trUtf8 -> tr (less warnings) build system: * make-glib-api-docs: switch to python3 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: abort configure if we need to downloadRoss Burton2020-01-102-0/+34
| | | | | | | | | OpenCV's habit of downloading files during do_configure is bad form (as it becomes impossible to do offline builds), so add an option to error out if a download would be needed. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: PACKAGECONFIG for G-API, use system ADERoss Burton2020-01-101-1/+2
| | | | | | | | | | | The Graph API is enabled by default, and if ADE isn't present it will download a copy of the source during do_configure. Add a PACKAGECONFIG for the Graph API, and depend on the ADE that we package. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: also download face alignment data in do_fetch()Ross Burton2020-01-101-0/+3
| | | | | | | | The face alignment data is downloaded in do_configure, so download it in do_fetch and add it to the cache. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: don't download during configureRoss Burton2020-01-101-2/+21
| | | | | | | | | | | | | | | | | OpenCV downloads data files during the CMake configure phase, which is bad because fetching should only happen in do_fetch (and if proxies are needed, won't be set in do_configure). The recipe attempts to solve this already by having the repositories in SRC_URI and moving the files to the correct place before do_configure(). However they are written to ${B} which is then wiped in do_configure so they're not used. The OpenCV download logic has a download cache with specially formatted filenames, so take the downloaded files and populate the cache. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Added bb file for libcamera integrationmadhavank272020-01-102-0/+92
| | | | | Signed-off-by: madhavank27 <madhavan.krishnan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: fix cmake installation directoryGianfranco Costamagna2020-01-101-1/+1
| | | | | | | | This should help reverse-dependencies find the cmake files also in multiarch locations 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>
* brotli: rename static libraries avoding the -static suffix.Gianfranco Costamagna2020-01-101-0/+6
| | | | | | | | | This leads to link failures such as the ones described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943321 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>
* websocketpp: add various upstream accepted and proposed patches to fix ↵Gianfranco Costamagna2020-01-105-1/+221
| | | | | | | | | | | | | | | various issues, including: - build failure with boost 1.71 - bad installation of header files correct version on some OSes. - fix version minor number - fix Scons script not being Python3 ready - build examples and tests only if ptest is enabled in DISTRO_FEATURES - do not depend on websocketpp from -dev package, because this is an header only dev package for now 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>
* libplist: upgrade 2.0.0 -> 2.1.0Wang Mingyu2020-01-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: upgrade 2.5.17 -> 2.5.23Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: upgrade 1.9.6 -> 1.9.8Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.102 -> 3.3.103Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: upgrade 2.5.14 -> 2.5.23Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnuplot: upgrade 5.2.2 -> 5.2.8Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adduser: set default shell with /sbin/nologinKai Kang2020-01-102-0/+35
| | | | | | | | | | | Shell nologin whether provided by shadow or util-linux is installed to /sbin/nologin in oe-core. But the default shell of adduser is /usr/sbin/nologin and will fail to create a new user. Set the default shell with /sbin/nologin to fix the issue. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makedumpfile: Drop linking with libeblKhem Raj2020-01-102-0/+35
| | | | | | | | This seems to be not needed as link succeeds without this library, moreover this is static-only library in latest elfutils Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
* smbnetfs: Update to latest 0.6.2 revKhem Raj2020-01-102-10/+7
| | | | | | | | | Brings in fixes to build with latest xattr Forward port configure.ac patch Drop using gitpkgv Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
* python3-jsonrpcserver: Use PYTHON_BASEVERSION instead of hardcoding py versionKhem Raj2020-01-101-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
* add sqlite-orm v1.5hmenn2020-01-091-0/+22
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: Enable plugins when enabling qt5Khem Raj2020-01-091-1/+1
| | | | | | | | | | | | | | | | plugins tab and about dialog have created dependency with commit[1] this fails to build when qt5 is in bblayers Fixes wireshark-3.2.0/ui/qt/about_dialog.cpp:137:29: error: 'plugins_add_description' was not declared in this scope; did you mean 'plugins_get_descriptions'? 137 | extcap_get_descriptions(plugins_add_description, &plugin_data); | ^~~~~~~~~~~~~~~~~~~~~~~ | plugins_get_descriptions [1] https://github.com/wireshark/wireshark/commit/5dfde7ff83a35bb7186cd05ce61f4b139ab01203 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: update to version 6.1.0 and unblacklistGianfranco Costamagna2020-01-092-8/+84
| | | | | | | | | | - Change oe_runmake call because the yocto one exposes AR/O and other variables, not understood by KBUILD makefile. - Add KBUILD_VERBOSE to add some build verbosity - Add upstream patch to fix export of the module tarball. 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>
* msgpack-c: upgrade 3.1.1 -> 3.2.1Wang Mingyu2020-01-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cscope: upgrade 15.8b -> 15.9Wang Mingyu2020-01-091-3/+3
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oniguruma: enable ptestAndré Draszik2020-01-093-1/+94
| | | | | | | All tests (with 3400 subtests) are passing (on musl+arm). Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oniguruma: update to v6.9.4André Draszik2020-01-095-76/+64
| | | | | | | | | | | | | | | | | The version meta-oe is carrying is more than 4 years old, from 2015, with numerous CVEs fixed and more than 2000 commits since. The license checksum changed because it contains the year (which is at 2019 now). Onigurama can now also be built using CMake, but for now this recipe stays with using autotools as only autotools builds support testing (which the next patch adds support for). Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Fix compile error for DEBUG_BUILDRobert Yang2020-01-092-0/+32
| | | | | | | | Fixed do_compile error when DEBUG_BUILD = "1": db/write_thread.cc:183:14: error: 'state' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmxml: upgrade 3.0 -> 3.1Pierre-Jean Texier2020-01-091-1/+1
| | | | | | | See https://github.com/michaelrsweet/mxml/releases/tag/v3.1 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcserver: allow to use as non-rootAndré Draszik2020-01-091-0/+4
| | | | | | | | | | | | | | | | This version has some file system permission issues, all the files are readable by the owner only (in the archive from pypi.org). Given all files in the target file system will ultimately be owned by root, this means that this package can only be used by root. Fix the permissions, and hopefully the next version will have the archive fixed. The version has been hard-coded on purpose here so as to remind us to double-check if the _append() is still needed after a version upgrade. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rabbitmq-c: upgrade 0.9.0 -> 0.10.0Wang Mingyu2020-01-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phoronix-test-suite: upgrade 9.0.1 -> 9.2.1Wang Mingyu2020-01-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.33.1 -> 1.34.0Wang Mingyu2020-01-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigc++-2.0: upgrade 3.0.0 -> 3.0.2Wang Mingyu2020-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1]: 3.0.2 (stable) * Build: Meson build improvements. (Kjell Ahlstedt, Chun-Wei Fan) From [2]: 3.0.1 (stable) * Build: - Add meson build, alongside the existing autotools and CMake builds. (Kjell Ahlstedt, Chun-Wei Fan) - CMake: Fix the MSVC build, enable warnings, and disable unnecessary warnings, with MVSC. (Stuart Dootson) * connection: Allow copying of empty connections. (Aigrind) * sigc++/adaptors/bind.h: Make bind_functor::bound_ public. (Used by sigc::visitor::do_visit_each(). (Kjell Ahlstedt) Bug #26 * test_limit_reference: Avoid virtual-move-assign warning (seen with g++ 9.2) (Murray Cumming) * signal: slot_iterator_buf: Remove unused T_result default type (Murray Cumming) * tests: Slight cleanups (Murray Cumming) * Remove unused #ifdefed code. (Murray Cumming) [1] http://ftp.gnome.org/pub/gnome/sources/libsigc++/3.0/libsigc++-3.0.2.news [2] http://ftp.gnome.org/pub/gnome/sources/libsigc++/3.0/libsigc++-3.0.1.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfc: upgrade to 1.7.1Wang Mingyu2020-01-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.20.2 -> 1.20.4Wang Mingyu2020-01-071-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iozone3: upgrade 487 -> 488Wang Mingyu2020-01-071-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq: upgrade 4.4.1 -> 4.5.0Wang Mingyu2020-01-071-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: upgrade 2.11.0 -> 2.13.0Wang Mingyu2020-01-071-3/+3
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 3.0.7 -> 3.2.0Wang Mingyu2020-01-071-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrok: add support for bluetooth integrationBartosz Golaszewski2020-01-071-0/+1
| | | | | | | | libsigrok now supports bluetooth communication using bluez5. Add a new packageconfig option that enables building of the bluetooth module. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Introduce recipes for sdbus-c++ library and its toolssangelovic2020-01-0627-0/+2734
| | | | | | | sdbus-c++ is a high-level, expressive, easy-to-use C++ D-Bus client library written on top of systemd D-Bus client C library. Signed-off-by: Stanislav Angelovic <angelovic.s@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>