summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* atftp: move atftpd.init from files to atftp subdirectoryMing Liu2021-03-231-0/+0
| | | | | | | | It does not have to maintain two patch directories files and atftp, merge them. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.4.57 -> 2.4.58Changqing Li2021-03-221-2/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: fix CVE-2019-5061Mingli Yu2021-03-222-0/+855
| | | | | | | | | Backport a patch to fix CVE-2019-5061. Reference: https://security-tracker.debian.org/tracker/CVE-2019-5061 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.104 -> 3.3.108Zang Ruochen2021-03-221-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update v1.6.2 -> v1.6.3Bartosz Golaszewski2021-03-221-2/+2
| | | | | | | | This is a small bugfix release addressing some issues with C++ and Python bindings. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wpa-supplicant: replace DESCRIPTION with SUMMARYBartosz Golaszewski2021-03-221-1/+1
| | | | | | | | | | SUMMARY seems to be the preferred variable for short info on a project supported by the recipe. Replace DESCRIPTION with SUMMARY for python wpa-supplicant module. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wpa-supplicant: fix importing the cli submoduleBartosz Golaszewski2021-03-222-0/+129
| | | | | | | | | | | The @click.argument decorator in the version of click provided by meta-python no longer takes more than one positional argument. Add a local patch for python3-wpa-supplicant that fixes the parsing error when running: 'from wpa_supplicant import cli'. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wpa-supplicant: add runtime dependenciesBartosz Golaszewski2021-03-221-0/+2
| | | | | | | | This adds missing runtime dependencies for python3-wpa-supplicant. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-txdbus: new packageBartosz Golaszewski2021-03-222-0/+12
| | | | | | | | | Add a recipe for python3-txdbus: a native Python implementation of the DBus protocol for Twisted applications. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-urllib3: Upgrade 1.26.3 -> 1.26.4Leon Anavi2021-03-221-1/+1
| | | | | | | | | | | | Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: Upgrade 3.24.0 -> 3.25.0Leon Anavi2021-03-221-2/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 3.25.0: - Ensure the driver can connect when invalid peer hosts are in system.peers - Implement protocol v5 checksumming - Fix the default cqlengine connection mechanism to work with Astra - Asyncore race condition cause logging exception on shutdown - Update list of reserved keywords - Drop Python 3.4 support - Update security documentation and examples to use PROTOCOL_TLS Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Upgrade 2.2 -> 2.2.1Leon Anavi2021-03-221-1/+1
| | | | | | | | | | Upgrade to release 2.2.1: - Fix an issue with namespaces when one of the keys is self. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: Delete recipe for 1.0.0Khem Raj2021-03-221-50/+0
| | | | | | | 1.0.1 is already in Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-werkzeug: Clarify BSD license typeKhem Raj2021-03-221-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-spidev: Remove recipe for 3.2Khem Raj2021-03-221-16/+0
| | | | | | | 3.5 is already there Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Add new package python3-pythonpingKhem Raj2021-03-221-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* pipewire: Package systemd unit file for pipewire-media-sessionKhem Raj2021-03-211-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsound: Use () instead of {} for makefile variable in gsound_play_VALAFLAGSKhem Raj2021-03-202-0/+30
| | | | | | | Fixes build with latest perl/autoconf Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* pipewire: Upgrade to 0.3.24Carlos Rafael Giani2021-03-201-19/+24
| | | | | | | | | | | | | | | | | | | | | | This is a bugfix upgrade with some necessary changes to the recipe itself. Changelogs: https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.23 https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.24 Fixes in the recipe itself: - meson_options.txt now uses features for everything, so the "=true" and "=false" packageconfig args were replaced by "=enabled" and "=disabled", respectively - "docs" packageconfig was incorrectly adding doxygen instead of doxygen-native to the DEPENDS variable - "man" packageconfig removed, since manpage generation requires xmltoman, and that tool is not available Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xxhash: Remove recipeKhem Raj2021-03-202-22/+0
| | | | | | It has been moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: Drop gatesgarth from LAYERSERIES_COMPATKhem Raj2021-03-1910-10/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* links-x11,links: Upgrade to 2.22Khem Raj2021-03-193-57/+30
| | | | | | Remove devtool added comment Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: Add __divmoddi4 builtin supportKhem Raj2021-03-192-0/+37
| | | | | | gcc 11 needs it on i686 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: upgrade 1.36.2 -> 1.36.3zhengruoqin2021-03-191-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glmark2: upgrade 20201114 -> 2021.02zhengruoqin2021-03-192-141/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: upgrade 2.3.4 -> 2.3.5zhengruoqin2021-03-191-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tclap: upgrade 1.2.2 -> 1.4.0Randy MacLeod2021-03-183-47/+22
| | | | | | | | Project switched from autotools to CMake so drop the Makefile.am patch. The COPYING file copyright years were updated. Add description. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plymouth_0.9.5.bb: allow building with musl libcStefan Schmidt2021-03-181-0/+3
| | | | | | | | | Plymouth uses rpmatch() which is not provided by musl. Instead we use the standalone rpmatch implementation and add dependencies and LDFLAGS adjustment for musl libs based builds. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* musl-rpmatch_git.bb: add new recipe to provide rpmatch() for musl libc buildsStefan Schmidt2021-03-181-0/+12
| | | | | | | | | | | | Musl does not provide rpmatch() while glibc does. This is a standalone implementation for musl libc based systems. Using it for a recipe is as simple as adding the dependency and adding -lrpmatch to the LDFLAGS for linking. An example for plymouth is provided as follow up patch. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 3.4.3 -> 3.4.4zangrc2021-03-181-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-tools: upgrade 1.0.20210223 -> 1.0.20210315zangrc2021-03-181-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.25.3 -> 1.25.4zangrc2021-03-181-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: upgrade 2.0.8 -> 2.0.9zangrc2021-03-181-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iscsi-initiator-utils: upgrade 2.1.3 -> 2.1.4zangrc2021-03-181-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorriso: upgrade 1.5.3 -> 1.5.5zangrc2021-03-181-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wpa-supplicant: new packageBartosz Golaszewski2021-03-182-0/+13
| | | | | | | | | Add a recipe for python3-wpa-supplicant - a package allowing to talk to the wpa_supplicant over dbus using a convenient python API. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pythonping: new packageBartosz Golaszewski2021-03-181-0/+12
| | | | | | | | | Add a new recipe for pythonping - a python module allowing to send ICMP probes. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Upgrade to 1.4.0 releaseKhem Raj2021-03-1816-219/+319
| | | | | | | | | Drop upstreamed patches Backport musl fix and deterministic build patches from master Release notes - https://oprofile.sourceforge.io/release-notes/oprofile-1.4.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: upgrade 27 -> 28Luca Boccassi2021-03-181-1/+1
| | | | | | | See full changelog https://github.com/bus1/dbus-broker/releases/tag/v28 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pastedeploy: Add recipeDevon Pringle2021-03-172-0/+22
| | | | | | | | | | | | | | | | Add release 2.1.1: - Added setuptools as an explicit dependency. This has always been required but now that more environments are becoming capable of operating without it being installed, we now need to ensure it's available. - pytest-runner removed, use tox to run tests. License-Update: Use license file from PyPI tarball. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: Upgrade 5.0.4 -> 5.1.0Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.1.0: - Added wait argument to client's connect method - Invoke the disconnect handler when the client initiates a disconnection - Pass auth information sent by client to the connect handler - Catch all possible Redis errors - Reset message queue sleep timer upon reconnect - Fixed bad event object used by asyncio client reconnect logic - Adding missing example of async client implementation to documentation - Add scrolling to documentation sidebar - Typo fix in documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: Upgrade 3.3.0 -> 3.4.0Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | Upgrade to release 3.4.0: - Prefer importlib.metadata for entry point handling - Rely on importlib_metadata 3.6 for nicer entry point processing - Eliminated dependency on Setuptools/pkg_resources and replaced with packaging and importlib_metadata Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-defusedxml: Upgrade 0.6.0 -> 0.7.1Leon Anavi2021-03-171-2/+1
| | | | | | | | | | | | | | | | Upgrade to release 0.7.1: - Re-add and deprecate ``defusedxml.cElementTree`` - Use GitHub Actions instead of TravisCI - Restore ``ElementTree`` attribute of ``xml.etree`` module after patching - Add support for Python 3.9 - Python 2 is deprecate. Support for Python 2 will be removed in 0.8.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configparser: Upgrade 5.0.1 -> 5.0.2Leon Anavi2021-03-171-2/+1
| | | | | | | | | | Upgrade to release 5.0.2: - Packaging refresh Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: Upgrade 21.2.0 -> 21.3.4Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | Upgrade to release 21.3.4: - Add timeout= option for connect() method - Expose "base_volume" (alsa volume level) attribute for sinks/sources - There is now https://pypi.org/project/pulsectl-asyncio/ module Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: Upgrade 21.2.2 -> 21.3.1Leon Anavi2021-03-171-1/+1
| | | | | | | | | | Upgrade to release 21.3.1: - fix: Twisted v21.2.0 breaks Crossbar.io Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyflakes: Upgrade 2.2.0 -> 2.3.0Leon Anavi2021-03-171-2/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 2.3.0: - Recognize tuple concatenation in __all__ export definitions - Better support use of annotation-only assignments when using from __future__ import annotations - Recognize special-case typing for Annotated - Fix undefined name __qualname__ in class scope - Recognize special-cased typing for TypeVar - Errors for undefined exports in __all__ are shown in a deterministic order - Fix false positives in certain typing constructs (TypeVar, NamedTuple, TypedDict, cast) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: Upgrade 1.5.5 -> 1.5.7Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | Upgrade to release 1.5.7: - Bug fix: adjusted the recently added EnvironmentContext.configure.include_name hook to accommodate for additional object types such as "views" that don't have a parent table, to support third party recipes and extensions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 1.7.0 -> 1.7.1Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.7.1: - raise TypeError when incorrect index is used during assignment, e.g. `a[1.5] = 1` - raise TypeError (not IndexError) when assigning slice to incorrect type, e.g. `a[1:4] = 1.2` - improve some docstrings and tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: Upgrade 2.6.0 -> 2.7.0Leon Anavi2021-03-171-2/+1
| | | | | | | | | | | | Upgrade to release 2.7.0: - Fix physical checks (such as W191) at end of file - Add --indent-size option (defaulting to 4) - W605: fix escaped crlf false positive on windows Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>