summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initramfs-kexecboot-image: support cases where machines override IMAGE_FSTYPESAndrea Adami2021-06-121-2/+6
| | | | | | | | | | | | | | test case: zaurus.inc IMAGE_FSTYPES ?= "tar.gz jffs2 jffs2.sum ubi ubifs" IMAGE_FSTYPES_collie ?= "tar.gz jffs2 jffs2.sum" INITRAMFS_FSTYPES ?= "cpio.gz cpio.xz" The last assignment IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" did in fact reset the value to IMAGE_FSTYPES_collie, thus not producing cpio.gz / cpio.xz. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: require gobject-introspection-data in DISTRO_FEATURESMartin Jansa2021-06-122-3/+6
| | | | | | | | * introduced in libmediaart-2.0 with: https://git.openembedded.org/meta-openembedded/commit/?id=2b90058c346a5a56dced3c1b7413068027a884f1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: add cmake config file for pkgconfigPeter Bergin2021-06-112-1/+119
| | | | | | | | | | | | | In order to be able to use pkgconfig and find_package in cmake the file HiredisConfig.cmake need to be present in sysroot. This commit adds a patch from Ubuntu/Debian that fixes this. As build system for version 0.14 of Hiredis is Makefile based this is not possible to upstream. In later Hiredis the build system is CMake based and this is fixed. Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cyrus-sasl: add CVE-2020-8032 to allowlistito-yuichi@fujitsu.com2021-06-111-0/+3
| | | | | | | This affects only openSUSE, so add it to allowlist. Signed-off-by: Yuichi Ito <ito-yuichi@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* add CVE-2011-2411 to allowlistSekine Shigeki2021-06-111-0/+4
| | | | | | | This affects only on HP NonStop Server, so add it to allowlist. Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: upgrade 0.8.4 -> 0.8.5zangrc2021-06-111-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.17.0 -> 3.17.3zangrc2021-06-111-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-clhpp: upgrade 2.0.13 -> 2.0.14zangrc2021-06-111-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20210502.0 -> 5.9.20210606.0zangrc2021-06-111-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: set correct python processor directory in configure fileYi Zhao2021-06-101-0/+3
| | | | | | | | | Set an appropriate python processor directory in configure file to fix the minifi startup warning: [org::apache::nifi::minifi::python::PythonCreator] [error] Could not access /etc/minifi/minifi-python/ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: upgrade 2.3.5 -> 2.3.6zangrc2021-06-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: upgrade 20210324 -> 20210324.2zangrc2021-06-102-23/+10
| | | | | | | | Refresh the following patch: 0001-Export-of-internal-Abseil-changes.patch Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* speedtest-cli: upgrade 2.1.2 -> 2.1.3zangrc2021-06-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: upgrade 0.6.6 -> 0.6.7zangrc2021-06-101-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* klibc: Add clang's -rtlib to known optionsKhem Raj2021-06-101-1/+4
| | | | | | | | | This helps in ensuring that we always link klibc apps with libgcc as compiler-rt does not work for klibc due to missing libssp functions e.g. __stack_chk_guard and __stack_chk_guard which it expects in libc Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
* packagegroup-meta-oe: Add zsync-curlKhem Raj2021-06-101-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: upgrade 5.9 -> 5.9.1zhengruoqin2021-06-102-9/+12
| | | | | | | | Refresh the following patch: net-snmp-5.7.2-fix-engineBoots-value-on-SIGHUP.patch Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsync-curl: add recipeRoss Burton2021-06-103-0/+185
| | | | | | | | | | | | | zsync is a tool that is similar to rsync but optimised for transfering single large files where you have a previous version of the file locally. These qualities make it an excellent choice for transfering built images between hosts. zsync-curl is a maintained fork of the original zsync, that uses curl for HTTP requests allowing it to connect to HTTPS servers. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iozone3: upgrade 490 -> 492zhengruoqin2021-06-102-16/+23
| | | | | | | | Refresh the following patch: parallelism.patch Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: upgrade 1.10.2 -> 1.10.6zhengruoqin2021-06-101-2/+4
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libgpiod: ptest: warn if the gpio-mockup kernel module is not selected"Signed-off-by: Bartosz Golaszewski2021-06-091-7/+0
| | | | | | | | | | | | | This reverts commit 977c5f56198f075376f753b0b4178ecb35ad02ec. This recipe doesn't see the final value of KERNEL_FEATURES that the linux-yocto recipe uses - that's why this warning was always triggered if the gpio-mockup feature was not defined globally in this variable. The linux-yocto recipe pulls in gpio-mockup automatically if ptest is in DISTRO_FEATURES so we don't really needs thich check. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update my email addressBartosz Golaszewski2021-06-091-1/+1
| | | | | | | | I now maintain the project and this recipe in my own time. Update my email address in the AUTHOR field. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: Fix patching errorsKhem Raj2021-06-091-23/+3832
| | | | | | | | | Fixes patching file tests/test_functionality.py Hunk #1 FAILED at 5 (different line endings). 1 out of 1 hunk FAILED -- rejects in file tests/test_functionality.py Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: enforce required versions of libselinux and libauditLuca Boccassi2021-06-091-2/+2
| | | | | | | | v29 requires libselinux >= 3.2 and libaudit >= 3.0, set them as such in DEPENDS Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: remove deprecated linux-4-17 optionLuca Boccassi2021-06-091-1/+0
| | | | | | | Removed in v29 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: Upgrade to 0.3.30Carlos Rafael Giani2021-06-091-1/+1
| | | | | | | | | | | This is a bugfix upgrade. Changelog: https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.30 Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: Add filter-chain files to modules-filter-chain packageCarlos Rafael Giani2021-06-091-1/+5
| | | | | Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome: gnome-shell: Move gsettings to their own packageJoshua Watt2021-06-091-2/+4
| | | | | | | | | Moves the gnome-shell-gsettings package to it's own package so that other desktop environments that depends on it can pull it in without pulling in all of gnome-shell Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: ship example configurations in separate packagePeter Bergin2021-06-091-0/+7
| | | | | | | | configs directory from source is shipped in linuxptp-configs package and includes some example configuration files for the applications. Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: add homepagePeter Bergin2021-06-091-0/+1
| | | | | Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: use install from makefile and install more appsPeter Bergin2021-06-091-7/+5
| | | | | | | | | Before this patch just a few of the produced binaries were installed. This patch use install from linuxptp's makefile to install all binaries and man pages. man pages are packaged in linuxptp-doc. Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: 4.16.1 upgrade 4.16.2Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | | | Release notes for 4.16.2 ======================== - keyboard: Mark system defaults switch as active (Fixes #310) - keyboard: Correctly initialize setting (Fixes #310) - keyboard: Fix icon name in settings dialog - keyboard: Make buttons translatable (Fixes #306) - xfsettingsd: Fix setting float array properties - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.16.4 -> 1.16.6Andreas Müller2021-06-091-1/+1
| | | | | | | | | Huge changelog can be found at [1] [1] https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/blob/master/NEWS Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: upgrade 3.36.0 -> 40.2Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-tools: upgrade 3.32.2 -> 40.0Andreas Müller2021-06-091-3/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-xsl: upgrade 3.36.0 -> 4.02Andreas Müller2021-06-091-4/+3
| | | | | | | For a copy of highlight.js they added BSD-3-Clause license Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pangomm: upgrade 2.42.1 -> 2.46.1 / build with mesonAndreas Müller2021-06-091-7/+3
| | | | | | | | 2.46.1 is the version GNOME 40.2 release suggests. There are 2.48 versions but these are for mm-bindings compatible with gtk4. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 40.1 -> 40.2Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | Major changes in 40.2 ===================== * Fix missing "Open Scripts Folder" menu item (Ondrej Holy) * Prevent reopening of previewer on window focus (Felipe Borges) * Keep working directory when executing scripts (António Fernandes) * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigc++-2.0: upgrade 2.10.6 -> 2.10.7Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2.10.7 (stable) Meson build: * Make it possible to use sigc++ as a subproject (Kjell Ahlstedt) * Fix dependency on files generated from .h.m4 files (Kjell Ahlstedt) * No implicit_include_directories (Kjell Ahlstedt) * Make quiet installations possible (Kjell Ahlstedt) * Fix build as subproject without building documentation (Kjell Ahlstedt) Issue #71 (Xavier Claessens) Documentation: * Links to *.gnome.org refer to sigc++-2.0 and gtkmm-3.0 versions instead of latest versions (Kjell Ahlstedt) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmediaart-2.0: upgrade 1.9.4 -> 1.9.5 / merge inc file / build with mesonAndreas Müller2021-06-093-19/+23
| | | | | | | | | | | | | | | NEW in 1.9.5 - 2021-05-22 ========================= * libmediaart: Remove QT4 support * libmediaart: Mandate that input strings are UTF8 * extract: Remove local storage * build: Drop autotools support * build: Update to recent glib API * build: introspection fixes * build: Added CI Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmediaart 0.7.0: removeAndreas Müller2021-06-092-7/+0
| | | | | | | | * we have libmediaart-2.0 * nothing depends on the version introduced 2014 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgdata: upgrade 0.17.13 -> 0.18.1Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | | | | | Overview of changes from libgdata 0.18.0 to libgdata 0.18.1 =========================================================== * Translation updates Overview of changes from libgdata 0.17.13 to libgdata 0.18.0 ============================================================ * Add support for Team Drives (work by Ondrej Holy) (#25) * Bugs fixed: - #25 Team drives API support needed * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.44.1 -> 1.48.1Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gupnp: upgrade 1.2.6 -> 1.2.7Andreas Müller2021-06-093-71/+7
| | | | | | | | | | | | | | | | | Hardening fix was applied 1.2.7 ===== - Fix build with -Wformat-security=error - Bump required GLib version to 2.66 - Fix some introspection annotations - Add missing varargs functions to vapi - Revert fix from 1.2.5 which causes managed control points to live too long Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview4: upgrade 4.6.1 -> 4.8.1Andreas Müller2021-06-091-3/+2
| | | | | | | | | | | | | | | | | | | | | | News in 4.8.1, 2021-03-02 ------------------------- * Fix highlighting in presence of byte-order-marks (BOM) * meson.lang: Update keywords to 0.55.3 syntax * cmake.lang: Update keywords to 3.18.2 syntax * go.lang: make "0i" syntax highlight as integer * Translation updates News in 4.7.90, 2020-08-07 -------------------------- * Bump GTK requirement to 3.24 for gdk_window_move_to_rect() * Use gdk_window_move_to_rect() to more reliably position completion windows * erb.lang: initial support for ERB * javascript.lang, typescript.lang: various correctness and performance improvements. * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm3: upgrade 3.24.3 -> 3.24.5Andreas Müller2021-06-092-56/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted patch was applied 3.24.5 (stable): Gtk: * TreeValueProxy: Mark the copy assignment operator as deleted (Daniel Boles) Issue #94, merge request !63 Build: * Meson build: Use relative paths to untracked/ (Mingli Yu) Merge request !61 * [gdk|gtk]mmconfig.h.*: Don't dllimport on MinGW (Chun-wei Fan) Issue #90 (Lukas K.) * Meson build: Make it possible to use gtkmm as a subproject (Kjell Ahlstedt) Merge request !62 (BogDan Vatra) * Meson build: No implicit_include_directories (Kjell Ahlstedt) * MSVC build: Gtk::TreeModelColumnRecord: Export class selectively (Chun-wei Fan) 3.24.4 (stable): The tarball for 3.24.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Build on Windows: * Gtk::TreePath: Export comparison operators (Chun-wei Fan) Issue #88 (Patrick Storz) (Chun-wei Fan) Merge request !58 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: upgrade 1.8.4 -> 1.9.1Andreas Müller2021-06-091-1/+1
| | | | | | | | | | | | News in 1.9.1, 2020-10-10 ------------------------- * gspell_language_get_name() is now implemented with the ICU library, not with the iso-codes package. As a result, gspell no longer depends on the iso-codes, and has the ICU as a new dependency. * Translation updates. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: upgrade 3.36.2 -> 3.40.2Andreas Müller2021-06-091-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: upgrade 3.36.0 -> 3.40.0Andreas Müller2021-06-091-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-keyring: upgrade 3.36.0 -> 40.0Andreas Müller2021-06-091-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>