summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-aiohue: upgrade 4.4.1 -> 4.4.2Xu Huan2022-07-021-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 4.16.3 -> 4.16.4Yue Tao2022-07-021-1/+1
| | | | | | | | | | | To fix CVE-2022-32278 Upstream fix is: https://gitlab.xfce.org/xfce/exo/-/commit/c71c04ff5882b2866a0d8506fb460d4ef796de9f Signed-off-by: Yue Tao <yue.tao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Upgrade 2.13.1 -> 2.14Alex Kiernan2022-07-021-3/+4
| | | | | | | | Releases have moved to github in 2.14. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alexk@zuma.ai> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 5.9.5 -> 5.9.6Yi Zhao2022-07-023-94/+33
| | | | | | | | | | | | | * Drop backport patch 0001-openssl-Don-t-unload-providers.patch * Backport a patch to fix the build error: src/libstrongswan/utils/enum.c: In function 'enum_flags_to_string': src/libstrongswan/utils/enum.c:100:9: error: format not a string literal and no format arguments [-Werror=format-security] 100 | if (snprintf(buf, len, e->names[0]) >= len) | ^~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq: fix -dev RDEPENDSRoss Burton2022-07-021-0/+1
| | | | | | | | | | | Since oe-core 6f28420 PN-dev RRECOMMENDS PN instead of RDEPENDS, so this recipe RDEPENDS on a non-existent package. Unset DEV_PKG_DEPENDENCY to remove the automatic dependency on PN from PN-dev. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.6 -> 6.2.7Changqing Li2022-07-022-7/+9
| | | | | | | | | This upgrade include CVE fix: CVE-2022-24735 CVE-2022-24736 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: fix build with enabled pppJavier Viguera2022-07-021-1/+1
| | | | | | | | | | | | | | | | | If 'ppp' packageconfig option is enabled, but the build system does NOT have pppd binary installed, the build fails with: | Has header "pppd/pppd.h" : YES | Program pppd /sbin/pppd /usr/sbin/pppd found: NO | | ../NetworkManager-1.36.2/meson.build:570:4: ERROR: Assert failed: pppd required but not found, please provide a valid pppd path or use -Dppp=false to disable it This is due to meson trying to look for the 'pppd' binary in the build system when it should not. If the build system does not contain pppd, the build fails. Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.11 -> 0.12wangmy2022-07-021-1/+1
| | | | | | | | | | Changelog: ========== * support dynamic tracing with -fpatchable-function-entry * --clock option to use a different clock source Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 14.3 -> 14.4wangmy2022-07-022-4/+4
| | | | | | | | 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.8.0 -> 1.9.0wangmy2022-07-021-1/+1
| | | | | | | | | | | | | Changelog: ============ Add zip_file_is_seekable(). Improve compatibility with WinAES. Fix encoding handling in zip_name_locate(). Add option to zipcmp to output summary of changes. Various bug fixes and documentation improvements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.27 -> 1.28wangmy2022-07-021-1/+1
| | | | | | | | | | | | | | Changelog: ========== Fix issue with handling invalid EAPoL frames. Fix issue with handling unexpectedly unencrypted EAP frames. Fix issue with handling AlwaysRandomizeAddress/AddressOverride. Fix issue with handling initial signal level notification. Fix issue with handling sorting of scan requests. Fix issue with handling frame type check in FT. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: upgrade 2.9.1 -> 2.10wangmy2022-07-022-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | ppc-musl.patch refreshed for new version. Changelog: ========== * Matt T. Proud contributed documentation fix to call Go programming language by it's true name instead of golang. * Robert Scott contributed debugallocator feature to use readable (PROT_READ) fence pages. This is activated by TCMALLOC_PAGE_FENCE_READABLE environment veriable. * User stdpain contributed fix for cmake detection of libunwind. * Natale Patriciello contributed fix for OSX Monterey support. * Volodymyr Nikolaichuk contributed support for returning memory back to OS by using mmap with MAP_FIXED and PROT_NONE. It is off by default and enabled by preprocessor define: FREE_MMAP_PROT_NONE. This should help OSes that don't support Linux-style madvise MADV_DONTNEED or BSD-style MADV_FREE. * Jingyun Hua has contributed basic support for LoongArch. * Github issue #1338 of failing to build on some recent musl versions has been fixed. * Github issue #1321 of failing to ship cmake bits with .tar.gz archive has been fixed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: upgrade 1.11.0 -> 1.12.0wangmy2022-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== C++ Language Support ---------------------- This will be the last release to support C++11. Future releases will require at least C++14. Mocking --------- Support for move-only values to Return (5126f71) Matchers -------------- New matchers WhenBase64Unescaped (652ec31) ResultOf() now has a 3-arg overload that takes a description string for better error messages (0e40217) Build & Test ---------------- CMake minimum increased to 3.5 Bazel users that build GoogleTest using the Abseil library as a dependency now also require a dependency on RE2 (e33c2b2) Bazel users that build GoogleTest using the Abseil library now use the Abseil library to parse all command-line flags (25dcdc7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.31.8 -> 1.31.9wangmy2022-07-021-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwacom: upgrade 2.2.0 -> 2.3.0wangmy2022-07-021-1/+1
| | | | | | | | | | | | | | Changelog: ============ - New Devices: - Acer Chromebook Spin 13 - Huion HS611 - Lenovo 14s Yoga, X13 Yoga, X1 Yoga, X380 - Samsung Galaxy Book Pro 360, Flex2 - Devices matching a "* Keyboard" glob are no longer treated as tablets Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-commander: upgrade 1.14.2 -> 1.14.3wangmy2022-07-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.3.2 -> 1.3.3wangmy2022-07-021-1/+1
| | | | | | | | | | | Changelog: ========= - Fix unclosed socket error (#826) - Update header dict access (#818) - Add utf8 workaround to docs (fc9ee9f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.1.8 -> 2.1.9wangmy2022-07-021-1/+1
| | | | | | | | | | | | Changelog: ========= [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter. [inotify] Suppress occasional OSError: [Errno 9] Bad file descriptor at shutdown. #805 [watchmedo] Make auto-restart restart the sub-process if it terminates. #896 [watchmedo] Avoid zombie sub-processes when running shell-command without --wait. #405 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.1.0 -> 5.3.0wangmy2022-07-022-9/+15
| | | | | | | | | | | | 0001-setup.py-Do-not-strip-debugging-symbols.patch refreshed for new version. License-Update: version updated to 5.3.0 Build options added Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework-seriallibrary: upgrade 0.3.1 -> 0.4.3wangmy2022-07-022-50/+2
| | | | | | | | | | | | e31d5fdf2ea00ac6349e64580a20816783064dd4.patch removed since it's not available in 0.4.3 License-Update: version updated to 0.4.3 The content location of the description of the license has changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dill: upgrade 0.3.4 -> 0.3.5.1wangmy2022-07-022-14/+15
| | | | | | | | | License-Update: Copyright year updated to 2022. Add dependence python3-logging. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: Upgrade 4.1.0 -> 4.2.0Leon Anavi2022-07-021-1/+1
| | | | | | | | | | Upgrade to release 4.2.0: - Add humanize.metric() for converting big/small numbers to SI units - Add type hints Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: Upgrade 5.2.1 -> 5.3.0Leon Anavi2022-07-021-1/+1
| | | | | | | | | | Upgrade to release 5.3.0: - Fix traitlet name in docstring - Re-support multiple-alias key for ArgParseConfigLoader Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.3.1 -> 4.3.3Xu Huan2022-07-021-1/+1
| | | | | | | | | | Changelog: ========== Fix Lock crash, and versioning 4.3.3 (#2210) Async cluster: improve docs (#2208) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: upgrade 4.2.2 -> 4.2.3Xu Huan2022-07-021-1/+1
| | | | | | | | | | | Changelog: ========== Fix github action creating the demo-repo by, #644 Update GitHub actions, #645 Automatically create directory when saving config file, #648 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 2.14.1 -> 2.14.3Xu Huan2022-07-021-1/+1
| | | | | | | | | | | | | Changelog: ========== * Fixed two false positives for bad-super-call for calls that refer to a non-direct parent. * Fixed a false positive for useless-super-delegation for subclasses that specify the number of of parameters against a parent that uses a variadic argument. * Allow suppressing undefined-loop-variable and undefined-variable without raising useless-suppression. * Fixed false positive for undefined-variable for __class__ in inner methods. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 12.1.2 -> 12.1.3Xu Huan2022-07-021-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: upgrade 9.0.1 -> 9.1.1Xu Huan2022-07-021-3/+3
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nmap: upgrade 1.5.1 -> 1.5.4zhengruoqin2022-07-021-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kiwisolver: upgrade 1.4.2 -> 1.4.3zhengruoqin2022-07-021-1/+1
| | | | | | | | | | | Changelog: ========= add support for Python 3.11 PR #142 do not install tests PR #143 fix packaging for latest setuptools PR #140 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.50.0 -> 2.51.0zhengruoqin2022-07-021-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: upgrade 0.4.8 -> 0.4.9zhengruoqin2022-07-022-14/+14
| | | | | | | License-Update: Copyright year updated to 2022. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-wtf: upgrade 0.15.1 -> 1.0.1zhengruoqin2022-07-021-2/+2
| | | | | | | | | | | | | | | License-Update : license check file changed from LICENSE to LICENSE.rst Changelog from 0.15.1 to 1.0.1: =============================== Update compatibility with the latest Werkzeug release. #511 Deprecated items removal #484 Support for alternatives captcha services #425 #342 #387 #384 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybluez: fix a runtime issue with python 3.10Bartosz Golaszewski2022-07-022-0/+154
| | | | | | | | | Add an upstream patch that's not part of any release yet that addresses an issue with python 3.10 (related to a missing macro). Link: https://github.com/pybluez/pybluez/issues/426 Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: New recipe for pyproj version 3.3.1Zoltán Böszörményi2022-07-021-0/+16
| | | | | | | It needs PROJ.4 >= 8.x. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: Upgrade to 8.2.1Zoltán Böszörményi2022-07-011-3/+4
| | | | | Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-iperf: initial add 0.1.11Daide Li2022-06-301-0/+11
| | | | | Signed-off-by: Daide Li <dai-de.li@leica-geosystems.com.cn> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: update to 2.0.6Markus Volk2022-06-302-18/+21
| | | | | | | | | | | | | - fix flatc not found issue - build the python3 module as a separate package to allow proper install - remove fpic CXXFLAG as it seems to be unneeded - use python3-native - remove -DCMAKE_BUILD_TYPE=Release option and its outdated comment. After a long discussion the default behavior was changed: https://github.com/google/flatbuffers/pull/5180 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd-machine-conf: allow creation of an empty packageFabien Parent2022-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | gpsd-machine-conf is an empty recipe that does not ship any files on the rootfs. This recipe is targeted to be extended by a bbappend that will provide the gpsd machine configuration. In the case where gpsd-machine-conf is included into an image, and if no layers is providing the machine configuration, the build fails with the following error: No match for argument: gpsd-machine-conf Error: Unable to find a match: gpsd-machine-conf This error is because no package was created for gpsd-machine-conf since the recipe does not install any files. This commit allows the creation of an empty package in order to avoid the do_rootfs failure when this package is included into an image. Signed-off-by: Fabien Parent <fabien.parent@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: create /var/lib/chrony by systemd-tmpfilesChangqing Li2022-06-301-0/+4
| | | | | | | | | Ensure /var/lib/chrony exist to avoid error like: chronyd.service: Failed to set up mount namespacing: /run/systemd/unit-root/var/lib/chrony: No such> chronyd.service: Failed at step NAMESPACE spawning /usr/sbin/chronyd: No such file or directory Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: Security fix CVE-2022-0934Yi Zhao2022-06-302-0/+192
| | | | | | | | | | | | | | CVE-2022-0934: Heap use after free in dhcp6_no_relay Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-0934 Patch from: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=03345ecefe Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smbus2: upgrade 0.4.1 -> 0.4.2Xu Huan2022-06-301-1/+1
| | | | | | | | | | | Changelog: ========= * Explicitly export from top level of package #69. * Transitioned pipelines from Travis-CI to GitHub Actions. Python 3.10 added. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: upgrade 2.13.9 -> 2.14.1Xu Huan2022-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Avoid reporting unnecessary-dict-index-lookup or unnecessary-list-index-lookup when the index lookup is part of a destructuring assignment. Fixed parsing of unrelated options in tox.ini. Fixed a crash when linting __new__() methods that return a call expression. Don't crash if we can't find the user's home directory. Fixed false positives for unused-import when aliasing typing e.g. as t and guarding imports under t.TYPE_CHECKING. Fixed a false positive regression in 2.13 for used-before-assignment where it is safe to rely on a name defined only in an except block because the else block returned. Fixed the use of abbreviations for some special options on the command line. Fix a crash in the optional pylint.extensions.private_import extension. bad-option-value (E0012) is now a warning unknown-option-value (W0012). Deleted messages that do not exist anymore in pylint now raise useless-option-value (R0022) instead of bad-option-value. This allows to distinguish between genuine typos and configuration that could be cleaned up. Existing message disables for bad-option-value will still work on both new messages. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: upgrade 0.960 -> 0.961Xu Huan2022-06-301-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyconnman: Add 'future' runtime dependencyMarcus Flyckt2022-06-301-1/+1
| | | | | | | | pyconnman has an install_requires on 'future', but the corresponding 'python3-future' is missing from the recipes RDEPENDS. Signed-off-by: Marcus Flyckt <mafl@kvaser.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Upgrade to version 4.6.0Zoltán Böszörményi2022-06-302-32/+3
| | | | | | | | Re-enable automatic ffmpeg PACKAGECONFIG. Drop an upstream patch. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: do not enforce -mfpu=neon on armJonas Gorski2022-06-304-12/+60
| | | | | | | | | | | | | | | Abseil-cpp assumes that if you are building for ARM, you can use neon instructions. This is of course bogus, since not every ARM platform supports these. This then leaks via pkgconfig into any package using abseil-cpp, e.g. gprc. Fixes application crashes on ARM platforms without neon that use grpc due to use of illegal instructions. Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Added postatinstallwangmy2022-06-301-1/+1
| | | | | | | Added postatinstall. Otherwise defined pkg_postinst could not work. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lldpd: upgrade 1.0.8 -> 1.0.14Harshal2022-06-301-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.4.2 to 5.4.3Ross Burton2022-06-301-1/+1
| | | | | | | Now that we have a new enough setuptools, cbor2 5.4.3 successfully builds. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>