summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* networkmanager: upgrade 1.32.8 -> 1.32.10wangmy2021-08-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 5.12.0 -> 5.13.0wangmy2021-08-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: upgrade 3.1 -> 3.1.1Changqing Li2021-08-261-3/+2
| | | | | | | | | | | | | | | | | | | * fix WARNING: linuxptp-3.1-r0 do_fetch: Failed to fetch URL http://sourceforge.net/projects/linuxptp/files/v3.1/linuxptp-3.1.tgz, attempting MIRRORS if available linuxptp-3.1.tgz replace by linuxptp-3.1.1.tgz * 3.1.1 release note Version 3.1.1 Fixes: CVE-2021-3570 linuxptp: missing length check of forwarded messages CVE-2021-3571 linuxptp: wrong length of one-step follow-up in transparent clock Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gunicorn: tweak run-ptest, add RDEPENDSTrevor Gamblin2021-08-262-0/+6
| | | | | | | | | | | | gunicorn relies on eventlet and gevent for its ptests, and it also requires a non-empty /etc/resolv.conf for one of those tests. Add those two modules to RDEPENDS for the recipe, and add an echo in run-ptest to make sure that there is something basic in /etc/resolv.conf before the test actually runs. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-eventlet: add 0.30.2 to meta-pythonTrevor Gamblin2021-08-261-0/+12
| | | | | | | | | | | | | | | | | python3-gunicorn in meta-python relies on python3-eventlet for its ptests, so add a version of the eventlet recipe to the layer and update to the latest version. This recipe file is based on the one from the meta-openstack layer, but the .inc and .bb files have been combined. Also add python3-dnspython to RDEPENDS so that "import eventlet" works. Note that there is a newer version of eventlet, but anything 0.30.3 and newer is incompatible with the current version of gunicorn. eventlet will get another update as soon as there is a new release of gunicorn handling the API change. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-django_2.2.x: only check upstream 2.2.xTim Orling2021-08-261-0/+4
| | | | | | | | | | | | | AUH currently sees this recipe needing to upgrade to 3.x but we do not want that. We are intentionally pinning at the 2.2.x LTS for this recipe. References: https://www.djangoproject.com/download/ Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* libio-socket-ssl-perl: upgrade 2.071 -> 2.072zangrc2021-08-251-1/+1
| | | | | | | | | | | 2.072 - add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based on idea by rovo89 in #101 - certs/*.p12 used for testing should now work with OpenSSL 3.0 too #108 - update public suffix database Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Move /usr/share/gpsd/doc to the gpsd-doc packagePeter Kjellerstedt2021-08-251-0/+2
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Let scons install the udev and systemd filesPeter Kjellerstedt2021-08-251-27/+18
| | | | | | | | | | | | | | | | | With the update to 3.23 (commit 87f3070f), the recipe was changed to incorrectly install the gpsd.rules.in file instead of gpsd.rules. It also missed that a new template string (@RUNDIR@) was introduced in the systemd files, making them unusable. Instead of trying to keep up with upstream changes, let scons do the job and install the udev and systemd files by using the "udev-install" production instead of "install". In addition to the correct files being installed, "/etc/udev/rules.d/gpsd.rules" is now "/lib/udev/rules.d/25-gpsd.rules". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jemalloc: improve reproducibilityMingli Yu2021-08-251-0/+6
| | | | | | | Remove build host info from config file to improve reproducibility. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libkcapi: allow an option to build nativelySinan Kaya2021-08-251-0/+2
| | | | | Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libkcapi: add a hash only packageconfigSinan Kaya2021-08-251-0/+1
| | | | | Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.62.0 -> 4.62.2zhengruoqin2021-08-251-1/+1
| | | | | | | | | | fix notebook memory leak (#1216) fix contrib.concurrent with generators (#1233 <- #1231) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: upgrade 22.1.0 -> 22.2.1zhengruoqin2021-08-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 22.2.1 Fix bundling of wepoll on Windows. 22.2.0 New features: IPC support on Windows: where available (64bit Windows wheels and bundled libzmq when compiling from source, via wepoll), IPC should work on appropriate Windows versions. Nicer reprs of contexts and sockets Memory allocated by recv(copy=False) is no longer read-only asyncio: Always reference current loop instead of attaching to the current loop at instantiation time. This fixes e.g. contexts and/or sockets instantiated prior to a call to asyncio.run. ssh: $PYZMQ_PARAMIKO_HOST_KEY_POLICY can be used to set the missing host key policy, e.g. AutoAdd. Fixes: Fix memory corruption in gevent integration Fix memoryview(zmq.Frame) with cffi backend Fix threadsafety issue when closing sockets Changes: pypy Windows wheels are 64b-only, following an update in cibuildwheel 2.0 deprecate zmq.utils.jsonapi and remove support for non-stdlib json implementations in send/recv_json. Custom serialization methods should be used instead. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.144 -> 2.4.148zhengruoqin2021-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | New ~~~ - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - Save one REST call when initialize PyMISP class. [Jakub Onderka] - Method `organisation_exists` [Jakub Onderka] - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - `to_dict` method supports `json_format` parameter. [Jakub Onderka] - Method `organisation_exists` [Jakub Onderka] - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - Save one REST call when initialize PyMISP class. [Jakub Onderka] - Method `organisation_exists` [Jakub Onderka] - Method `sharing_group_exists` [Jakub Onderka] - Method `update_sharing_group` [Jakub Onderka] - Exclude decayed attributes in search. [Raphaël Vinot] Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: Upgrade 2.1.3 -> 2.1.5Leon Anavi2021-08-251-1/+1
| | | | | | | | | | | | | Upgrade to release 2.1.5: - Fix regression introduced in 2.1.4 (reverted "Allow overriding or adding custom event handlers to event dispatch map. - Convert regexes of type str to list. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 2.3.0 -> 2.3.2Leon Anavi2021-08-251-1/+1
| | | | | | | | | | | | | Upgrade to release 2.3.2: - fix slice assignment for shared buffer with offset case - add tests (including internal debug mode tests for `buffers_overlap()`) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simplejson: Upgrade 3.17.4 -> 3.17.5Leon Anavi2021-08-251-1/+1
| | | | | | | | | | | | | | | Upgrade to release 3.17.5: - Fix the C extension module to harden is_namedtuple against looks-a-likes such as Mocks. Also prevent dict encoding from causing an unraised SystemError when encountering a non-Dict. Noticed by running user tests against a CPython interpreter with C asserts enabled (COPTS += -UNDEBUG). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ruamel-yaml: Upgrade 0.17.11 -> 0.17.13Leon Anavi2021-08-251-1/+1
| | | | | | | | | | | | | Upgrade to release 0.17.13: - minor fix in attr handling - fix issue with anchor on registered class not preserved and those classes using package attrs with @attr.s() Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: Upgrade 5.0.1 -> 6.4.1Leon Anavi2021-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 6.4.1: - Renamed colorlog.logging to colorlog.wrappers - Import log levels from the logging module - Dropped support for Python 2 and Python versions below 3.5 - Added type hints and added mypy to CI - Support 256 colour ANSI codes - Support "light" ANSI codes - Support the NO_COLOR environment variable, and a no_color option - Updated various examples and documentation - Merged TTYColoredFormatter into ColoredFormatter, and ensure no ANSI codes are printed when colors are disabled - Replaced LevelFormatter with a far simpler implementation - Fixed version_info check for the Formatter validate parameter - Define formatMessage instead of format, so that ColoredRecord is used in fewer places - Use setuptool's "normalised" format for the version number - Add PEP 561 typing marker so mypy can find type annotations - Renamed internal modules - colorlog.colorlog is now colorlog.formatter - colorlog.logging is now colorlog.wrappers - Removed colorlog.escape_codes object so that the colorlog.escape_codes module can be imported and used - Import log levels from the logging module Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 10.6.4Mingli Yu2021-08-238-96/+28
| | | | | | | | | | | Drop patches such as 0001-disable-ucontext-on-musl.patch is used to patch include/my_context.h which is deleted in 10.6.x [1] and rebase one patch to avoid fuzz warnings. [1] https://github.com/MariaDB/server/commit/32a29afea777d8bbfcea7a2b5e6e5ee674013cb5 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: make SHARED library build optionalSinan Kaya2021-08-231-2/+2
| | | | | | | | Shared library build is known to not work on win32 platforms. Make it configurable. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: remove custom patchesSinan Kaya2021-08-233-108/+1
| | | | | | | | | | | | | | | | | | | | | Current patch is breaking the library dependencies added by cmake especially when you are static linking. Applications need the ws2_32 library to be linked for mingw32 and with the existing patch this is not getting passed to the users. Current patch seems to address this issue: https://github.com/c-ares/c-ares/issues/373 Both issues are resolved in 1.17.2: 1.17.2-r0/git $ find . | grep c-ares-config.cmake.in ./c-ares-config.cmake.in 1.17.2-r0/git $ find . | grep libcares.pc.cmake ./libcares.pc.cmake Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-networking: Add bmonKhem Raj2021-08-231-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bmon: Add recipePatrick Areny2021-08-231-0/+12
| | | | | | | | bmon is a monitoring and debugging tool to capture networking related statistics and prepare them visually in a human friendly way Signed-off-by: Patrick Areny <patrick.areny@notiloplus.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libConfuse: Add recipePatrick Areny2021-08-231-0/+14
| | | | | | | | libconfuse a configuration file parser library written in C Used by bmon network monitor. Signed-off-by: Patrick Areny <patrick.areny@notiloplus.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libencode-perl: upgrade 3.11 -> 3.12zhengruoqin2021-08-231-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sedutil: upgrade 1.15.1 -> 1.15.1.01zhengruoqin2021-08-231-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: upgrade 0.21.0 -> 0.22.0wangmy2021-08-231-1/+1
| | | | | | | | | | | | | | | | | | | Use standard paths for file cache on Linux and OSX Various issues of memory/buffer handling in legacy drivers mostly reported by oss-fuzz and coverity (tcos, oberthur, isoapplet, iasecc, westcos, gpk, flex, dnie, mcrd, authentic, belpic) Add threading test to pkcs11-tool Add support to generate generic secret keys opensc-explorer: Print information about LCS (Life cycle status byte) Add support for Apple's arm64 (M1) binaries, removed TokenD. A seperate installer with TokenD (and without arm64 binaries) will be available. Support for gcc11 and its new strict aliasing rules Initial support for building with OpenSSL 3.0 pkcs15-tool: Write data objects in binary mode Avoid limited size of log messages Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: upgrade 20210720 -> 20210809wangmy2021-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.28.8 -> 1.30.0zhengruoqin2021-08-231-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20210801.0 -> 5.9.20210815.0wangmy2021-08-231-1/+1
| | | | | | | SQL: fix a typo in the code deciding a promise area Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsftpd: Upgrade to 3.0.5Mingli Yu2021-08-2311-101/+1
| | | | | | | | | Drop 2 seccomp patches as seccomp sandbox policy tweaks in new version [1]. [1] https://security.appspot.com/vsftpd/Changelog.txt Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: upgrade 0.102 -> 0.103wangmy2021-08-233-40/+30
| | | | | | | | | | 0001-Handle-enum-element-override.patch removed since it is included in 0.103 Add patch to fix bug for 32bit format string bug. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wheel: upgrade 0.36.2 -> 0.37.0zangrc2021-08-231-1/+1
| | | | | | | | | | | **0.37.0 (2021-08-09)** - Added official Python 3.10 support - Updated vendored ``packaging`` library to v20.9 Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-grpcio: upgrade 1.38.1 -> 1.39.0zangrc2021-08-231-1/+1
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-grpcio-tools: upgrade 1.38.1 -> 1.39.0zangrc2021-08-231-1/+1
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-google-api-python-client: upgrade 2.15.0 -> 2.17.0zangrc2021-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | Features apigee: update the api bigqueryreservation: update the api chat: update the api cloudbuild: update the api cloudscheduler: update the api contactcenterinsights: update the api dialogflow: update the api displayvideo: update the api monitoring: update the api networkconnectivity: update the api notebooks: update the api retail: update the api servicenetworking: update the api sts: update the api Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-socketio: upgrade 5.1.0 -> 5.1.1zangrc2021-08-231-1/+1
| | | | | | | | | | | | | Release 5.1.1 - 2021-08-02 Only use SSL socket if at least one SSL kwarg is not None #1639 (commit) (thanks JT Raber!) Remove unused SSL arguments from eventlet server options #1639 (commit) Remove executable permissions from files that lack shebang lines #1621 (commit) (thanks Ben Beasley!) Improved project structure (commit) Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-migrate: upgrade 3.0.1 -> 3.1.0zangrc2021-08-231-1/+1
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-regex: Upgrade 2021.7.6 -> 2021.8.3Leon Anavi2021-08-231-1/+1
| | | | | | | | | | | Upgrade to release 2021.8.3: - re.sub and re.findall freeze with regex, but not old re - regex's `Match` and `Pattern` types do not act as generics Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-simplejson: Upgrade 3.17.3 -> 3.17.4Leon Anavi2021-08-231-1/+1
| | | | | | | | | | Upgrade to release 3.17.4: - Upgrade cibuildwheel Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-qrcode: Upgrade 7.2 -> 7.3Leon Anavi2021-08-231-1/+1
| | | | | | | | | | Upgrade to release 7.3: - Skip color mask if QR is black and white Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-unidiff: Upgrade 0.6.0 -> 0.7.0Leon Anavi2021-08-231-2/+1
| | | | | | | | | | | | | Upgrade to release 0.7.0: - Fixed issues handling multiple git renames. - Renamed files return target filename as PatchedFile.path. - Fixed error when first change is a binary file. - Added source code type hints. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-ruamel-yaml: Upgrade 0.17.10 -> 0.17.11Leon Anavi2021-08-231-1/+1
| | | | | | | | | | | | Upgrade to release 0.17.11: - fix error baseclass for ``DuplicateKeyErorr`` - fix typo in reader error message, causing `KeyError` during reader error Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* icewm: upgrade 2.6.0 -> 2.7.0wangmy2021-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Increase the maximum value for TaskbarButtonWidthDivisor from 25 to 50. Add a --with-background= build option to set a default background path. Improve the responsiveness of icewmbg when a new image must be scaled. Reduce the memory usage by icewmbg by removing the image cache. Make icewmbg much faster when scanning directories for image files. Improve the reliability of icewm motion compression by also testing for subwindow equality. Decrease the number of system calls for path lookups. Guard against array indexing with negative indices. Double the timeout for the dynamic menu generator to 1.4 seconds. Eliminate most of the inefficiences when looking for icon directories. Postpone the loading of cursors, because some cursors are seldomly used. Rewrite the task successor and task predecessor actions to properly take into account the separation of TaskBarApp and TaskButton, as well as task grouping. This resolves issues #602 and #604. Allow to build icewm using cmake -GNinja (issue #603). Fix building on a case-insensitive file system (issue #601). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bootchart: drop; unfetchableTim Orling2021-08-204-110/+0
| | | | | | | | | | | This was replaced by bootchart2 long ago in oe-core. gitorious.org no longer exists, so this is unfetchable. Also, this has seen no development since bootchart2 was created. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.17.1 -> 1.17.2wangmy2021-08-201-8/+5
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: fix CVE-2021-3618Joe Slater2021-08-202-0/+109
| | | | | | | | | | | Backport with no change a patch from version 1.21.0. This patch was not cherry-picked by nginx to version 1.20.1. Information about this CVE comes from https://ubuntu.com/security/CVE-2021-3618. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: upgrade 2.9.2 -> 2.9.3Andreas Müller2021-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 2.9.2: * Ignore "Extended Boot Loader" GPT partition * Use the mkfs command to format exfat partitions * udiskslinuxblockobject: Add safety checks for UDisksLinuxBlock interface * udiskslinuxfsinfo: Add dosfstools >= 4.2 quirks * udiskslinuxblock: Re-read partition table after creating FAT filesystem * udiskslinuxdriveata: Use GTask to apply configuration in a thread * udiskslinuxfilesystemhelpers: Fix leaking string in case g_mkdtemp() fails * udiskslinuxmdraidobject: Optimize unused data out from the g_io_channel_read_to_end() call * udiskslinuxmdraidobject: Handle source attach failure gracefully * udiskslinuxmanager: Trigger uevent on a newly created mdraid array * udiskslinuxswapspace: Trigger uevent after setting label * udiskslinuxblock: Handle missing parent device while looking up drive for block * modules: Limit module name to alphanumeric characters and -_ separators * tests: Mark Drive.ATA tests as unstable * tests: Handle missing /dev/disk/by-path gracefully * tests: Respect custom method call timeouts * tests: Extend iscsi method call timeouts * tests: Extend module tests with invalid characters * tests: Do not dist config_h.py * spec: Do not build udisks2-zram for any RHEL release * udiskslinuxpartition: Trigger uevent after changing partition type * dbus_tests: Fix including non-existing tests based on tags * Add (no)autodefrag to list of allowed btrfs mount options * udisksclient: Make get_block_for_drive deterministic * Fix two comments (one copy'o, one typo) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>