summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* inotify-tools: Disable -WerrorKhem Raj2021-12-151-0/+4
| | | | | | This is to squash a new warning popping with glibc 2.35 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libkcapi: update to 1.3.1Oleksandr Kravchuk2021-12-152-41/+3
| | | | | | | | | Dropped upstreamed patch. License-Update: copyright years updated. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jemalloc: Fix license fileJoshua Watt2021-12-151-1/+1
| | | | | | | The license is contained in the COPYING file, not the README Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcp-relay: fix rebuildsRoss Burton2021-12-151-3/+3
| | | | | | | | | | | | | | | dhcp-relay needs a fresh tarball of bind unpacked in ${S}, but this is done by fetching the tarball to ${WORKDIR}, then in do_configure moving it to ${S} and unpacking it. If dhcp-relay is re-configured, the tarball no longer exists in ${WORKDIR} so this fails. Copy instead of moving so rebuilds work. Also don't rename the downloaded file to just bind.tar.gz as that can cause probems if the version changes. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Upgrade to 3.21.9.6Khem Raj2021-12-151-3/+2
| | | | | | | | | | | | | | Changes https://github.com/inotify-tools/inotify-tools/compare/e268888...8f8fcdf Fixes build errors /usr/include/bits/stdlib.h:46:12: e3.21.9.6rror: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Werror=attribute-warning] | 46 | return __realpath_chk_warn (__name, __resolved, sz); | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | cc1: all warnings being treated as errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: Added json-glib into DEPENDS to fix build error.Lei Maohui2021-12-141-0/+1
| | | | | | | | | | Run-time dependency json-glib-1.0 found: NO (tried pkgconfig) | | ../sysprof-3.42.0/src/libsysprof/meson.build:115:0: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd: Update to 1.7.3Richard Hughes2021-12-141-2/+21
| | | | | | | | | | | | | | | | | | | | | New features: - Add a sync-bkc subcommand to ensure a known set of firmware versions - Make Upower and powerd support optional Fixed bugs: - Check the value range when parsing the quirk keys - Do not wait for a USB runtime if will-disappear is set - Enable the MOTD integration when using pam_motd - Ignore a USB error for STM32 attach when the device goes away - Make the HSI tests optional for embedded targets - Make the plugin startup order deterministic - Use endian-safe version functions when enumerating Logitech hardware Adding support for the following hardware: - Most Nordic Semiconductor nRF Secure devices Signed-off-by: Richard Hughes <richard@hughsie.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxmlb: Update to 0.3.6Richard Hughes2021-12-141-1/+1
| | | | | | | | | Bugfixes: - Ensure _IS_TOKENIZED is set if tokens are added manually - Ensure we never add too many tokens to the silo Signed-off-by: Richard Hughes <richard@hughsie.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: Update to 0.1.9Richard Hughes2021-12-141-3/+3
| | | | | | | | | | | | | | | New Features: - Set which backends are supported in the pkgconfig file - Use -Dcli=false to reduce the install size Bugfixes: - Return an error if we try to self-sign no bytes of data - Show a more accurate output when not all engines are enabled Also, inherit lib_package so the binary isn't installed by default. Signed-off-by: Richard Hughes <richard@hughsie.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Add grapheneKhem Raj2021-12-131-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: Move from meta-gnome -> meta-oeJoshua Watt2021-12-131-0/+0
| | | | | | | | | This library is not specific to GNOME and has no GNOME specific functionality. Move it to meta-oe so that users can pull it in without meta-gnome. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gssdp: Use sniffer only when gnome layer is in mixKhem Raj2021-12-131-2/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gssdp: update to 1.4.0.1Oleksandr Kravchuk2021-12-132-20/+26
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: Link libatomic on mipsKhem Raj2021-12-131-0/+1
| | | | | | | This is for providing the atomics which is available as intrinsics on other arches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: properly initialize libtoolRoss Burton2021-12-132-0/+74
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: add libgcrypt PACKAGECONFIGRoss Burton2021-12-131-2/+3
| | | | | | | | | | | Instead of forcibly disabling libgcrypt, add a PACKAGECONFIG and enable it as functionality is good. Also remove the redundant libtool-native DEPENDS as autotools adds this dependency by default. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: remove obsolete support for renamed libtoolRoss Burton2021-12-131-1/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cloc: upgrade 1.90 -> 1.92wangmy2021-12-131-2/+1
| | | | | | | | | | | | Changelog: =========== New languages GraphQL, Metal Shading Language, PlantUML, Properties, Umka. Better consistency with upper- and lowercase file names on Windows. Bug fixes for --force-lang-def, --csv-delimiter, --vcs=git with --max-file-size, --unicode, --ignored (directory names no longer appear). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort: upgrade 2.9.18.1 -> 2.9.19wangmy2021-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog: ========= * src/snort.c : Fixed an issue where verdict will be applied onto next session when timeout occurs in some scenarios. * rc/file-process/file_service.c : Removed an excessively flooding log. * src/dynamic-preprocessors/modbus/modbus_decode.c : Fixed possible integer overflow. * src/fpcreate.c : Added fix to GCC compiled snort to use AC-BNFA-Q search-method when Intel-cpm is enabled. * src/generators.h src/preprocessors/Stream6/snort_stream_tcp.c : Added fix to not to drop packets when window size is 0 by TCP normalizer and Added new alert with GID 129 and SID 21 when such packets are seen. * src/dynamic-preprocessors/appid/detector_plugins/detector_imap.c src/dynamic-preprocessors/appid/detector_plugins/detector_pop3.c : Added support for Appid to detect login success and failure for IMAP and POP3 protocols. * src/dynamic-preprocessors/reputation/reputation_config.c src/dynamic-preprocessors/reputation/spp_reputation.c src/dynamic-preprocessors/reputation/spp_reputation.h src/pkt_tracer.c src/snort.c src/util.c : Fixed terminology to be bias-free in log/error messages. * src/snort.c : Fixed a potential race condition. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgusb: upgrade 0.3.8 -> 0.3.9Wang Mingyu2021-12-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: upgrade 91.2.0 -> 91.4.0Wang Mingyu2021-12-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache-websocket: remove obsolete support for renamed libtoolRoss Burton2021-12-131-2/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk+: remove obsolete support for renamed libtoolRoss Burton2021-12-132-37/+0
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpufrequtils: remove obsolete support for renamed libtoolRoss Burton2021-12-131-1/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: remove obsolete support for renamed libtoolRoss Burton2021-12-131-3/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: remove obsolete support for renamed libtoolRoss Burton2021-12-131-2/+0
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2: remove obsolete support for renamed libtoolRoss Burton2021-12-131-1/+0
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcp-relay: remove obsolete support for renamed libtoolRoss Burton2021-12-131-2/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: remove obsolete support for renamed libtoolRoss Burton2021-12-131-2/+2
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: remove obsolete support for renamed libtoolRoss Burton2021-12-131-3/+1
| | | | | | | | libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-themes-extra: set correct SRC_URIRoss Burton2021-12-131-0/+2
| | | | | | | | | | | gnome-themes-extra uses an unconventional version for GNOME as it doesn't have three parts, it's just 3.28 instead of 3.28.0. Because of this the default SRC_URI from gnomebase doesn't work, so manually set the correct SRC_URI. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: use precise BSD licenseRoss Burton2021-12-131-1/+1
| | | | | | | "BSD" is vague, this license is BSD 3-clause BSD. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "ccid: Fix floating runtime dependency on flex"Jacob Kroon2021-12-132-19/+0
| | | | | | | | | | | With the switch to recipe-specific sysroots this patch is no longer needed. Tested building with and without the patch and the resulting binaries are identical. This reverts commit 960314be5d854212ee65604a68a92a3616b2a544. Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* surf: Add soup3 patch conditionallyKhem Raj2021-12-131-3/+7
| | | | | | | This patch is only needed when webkit is compiled with soup3 support Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Joshua Watt <JPEWhacker@gmail.com>
* yelp: Add option to support webkit2gtk-4-0Khem Raj2021-12-131-0/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Joshua Watt <JPEWhacker@gmail.com>
* sysprof: update to 3.42.0Oleksandr Kravchuk2021-12-133-72/+1
| | | | | | | Dropped upstreamed patches. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-cxx: update to 2.1.0Oleksandr Kravchuk2021-12-133-32/+49
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsrtp: update to 2.4.2Oleksandr Kravchuk2021-12-132-20/+16
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: Switch back to libsoup2Joshua Watt2021-12-134-1197/+162
| | | | | | | | | | | libsoup3 and libsoup2 cannot be mixed in the same program, and webkitgtk in oe-core is moving back to libsoup2 to better align with the rest of GNOME. Drop the parts of patches that updated this recipe to libsoup3, but keep the part that allows it to work with the (unreleased) rest 1.0. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwacom: update to 1.12Oleksandr Kravchuk2021-12-132-14/+24
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: add UPSTREAM_CHECK_URIOleksandr Kravchuk2021-12-131-0/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: from 1.22.1 to 1.32.0Jan Vermaete2021-12-131-2/+5
| | | | | | | | | | | | * Added openssl so it can compile with default configuration. * ebpf I had to disable. It seems to have issues with cross-compiling. And the libbpf isn't available at all platforms. Tested on raspberrypy4-64 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librdkafka: update to 1.8.2Oleksandr Kravchuk2021-12-132-91/+6
| | | | | | | Dropped upstreamed patch. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: update to 0.11Oleksandr Kravchuk2021-12-131-2/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* soci: update to 4.0.2Oleksandr Kravchuk2021-12-132-8/+45
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wtforms: update to 3.0.0Oleksandr Kravchuk2021-12-131-2/+5
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-redis: update to 4.0.2Oleksandr Kravchuk2021-12-131-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pywbem: update to 1.3.0Oleksandr Kravchuk2021-12-131-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pymetno: update to 0.9.0Oleksandr Kravchuk2021-12-131-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-matplotlib: update to 3.5.1Oleksandr Kravchuk2021-12-131-12/+14
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>