summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-google-auth: upgrade 2.19.0 -> 2.19.1Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== Bug Fixes --------- Check id token error response (#1315) (2a71f7b) Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3) Documentation -------------- Replacing abc.com with example.com (dac7cc3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.87.0 -> 2.88.0Wang Mingyu2023-06-051-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: upgrade 0.12.12 -> 0.13.0Wang Mingyu2023-06-051-2/+2
| | | | | | | | | | | | | | | | | | Changelog: ========== Fix #292: disuse HTTPResponse.strict fix: double reading error on urllib3 2.0 Packaging the tests, or not Add type annotations Use Python's unittest mock feat: remove compat module tests: Support python 3.11 fix: use pytest native method name Remove use of utcnow Release 0.13.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pamela: upgrade 1.0.0 -> 1.1.0Wang Mingyu2023-06-052-15/+14
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.38 -> 1.39Wang Mingyu2023-06-051-1/+1
| | | | | | | | Changelog: Fix rt.cpan.org #148340 udpsize uninitialized value Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xwd: upgrade 1.0.8 -> 1.0.9Wang Mingyu2023-06-051-1/+2
| | | | | | | | | | | | | | | | | | | Changelog: ========== Make -help & -version work without requiring an open display list.c: Stop building functions that are never called Delete commented-out local copy of list function prototypes Variable scope reduction as recommended by cppcheck Remove unnecessary casts from malloc() and free() calls Handle -Wcomma warnings from clang Remove unused macros gitlab CI: stop requiring Signed-off-by in commits Build xz tarballs instead of bzip2 gitlab CI: add a basic build test Fix spelling/wording issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 381 -> 382Wang Mingyu2023-06-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdb: upgrade 1.2.1 -> 1.2.2Wang Mingyu2023-06-051-1/+2
| | | | | | | | | | | | | | | | Changelog: ========= gitlab CI: add a basic build test Build xz tarballs instead of bzip2 gitlab CI: stop requiring Signed-off-by in commits Variable scope reduction as recommended by cppcheck Use C99 struct initialization Rename variable 'dup' to avoid shadowing dup() function Fallback asprintf: don't truncate output that has a \0 in string configure: raise minimum autoconf requirement to 2.70 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.1.0 -> 2.1.1Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Various spelling corrections. - Fix issue where following links while doing JSON output would lead to incorrect JSON output. - Fix issue where .info patterns relative to the .info file that did not use a wildcard for matching the prefix were not matching files properly. - Added support for making trees from tab indented files (--fromtabfile) - Fix buffer overflow in listdir() when file names are allowed to be longer than 256 characters (like when using fromfile.) - If when attempting to open a .gitignore or .info file from a top level directory and failing, recursively check the parents for such a file. This stops when successful at opening such a file. This behavior might in the future be modified to open all such files in all parents to until root is reached. - Fix issue where tree would never descend (-l) a symbolic link when a full tree is gathered (--du/matchdirs/prune) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230528.0 -> 6.0.20230604.0Wang Mingyu2023-06-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: upgrade 4.18.2 -> 4.18.3Wang Mingyu2023-06-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.48.2 -> 3.48.3Wang Mingyu2023-06-051-2/+2
| | | | | | | | Bug Fixes: I#475 - EWebDAVSession: Claim also error nodes from propstat response Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* contrib: oe-stylize: Use Python3 explicitlyNiko Mauno2023-06-041-1/+1
| | | | | | | | | | | | | | | | For instance on Debian based host OS 'python' is not provided by default, which results is following error when trying to execute oe-stylize.py script: /usr/bin/env: ‘python’: No such file or directory Update the shebang to explicitly reference 'python3' instead of 'python', which should make the script better out-of-the-box compatible with larger variety of host OSes on which Yocto based development work takes place. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* contrib: oe-stylize: Fix ambiguous variable namesNiko Mauno2023-06-041-4/+4
| | | | | | | | | | | | Fix pycodestyle warnings: oe-stylize.py:439:9: E741 ambiguous variable name 'l' oe-stylize.py:449:17: E741 ambiguous variable name 'l' by switching iterator variables to non-ambiguous characters. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: ignore CVE-2022-3479Peter Marko2023-06-041-0/+3
| | | | | | | | | | | | | | | Investigation based on https://bugzilla.mozilla.org/show_bug.cgi?id=1774654 leads to following: * fixed in 3.87 (https://hg.mozilla.org/projects/nss/rev/a7f363511333b8062945557607691002fd6e40b9) * changed code was introduced in 3.77 (https://hg.mozilla.org/projects/nss/rev/be6a97823bfe10fa08e17c9584938a2d525a38da) * NVD claims fix in 3.81, but there is no evidence for it in commit history (https://hg.mozilla.org/projects/nss/graph/a7f363511333b8062945557607691002fd6e40b9) * Debian also says for old versions "nss <not-affected> (Vulnerable code not present/was introduced later)" (https://security-tracker.debian.org/tracker/CVE-2022-3479) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: add myself as maintainerBartosz Golaszewski2023-06-041-0/+1
| | | | | | | | | While RECIPE_MAINTAINER doesn't seem to be used anywhere, let's add it in hopes that it will at least make people Cc me on any recipe patches in the future. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: modify suffix of spdx file.Wang Mingyu2023-06-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-dataPetr Gotthard2023-06-011-1/+1
| | | | | | | | | | This reverts the commit df47d871c7f3bbe3fdd8b0ed7230d3bfb8daf6fd. The correct DISTRO_FEATURE is gobject-introspection-data, which shall also be used by firewalld. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firewalld: fix REQUIRED_DISTRO_FEATURES gobject-introspection-dataPetr Gotthard2023-06-011-1/+1
| | | | | | | | This fixes the commit 046ee4bb3061214a794d7be6d324a79d92053dfa. The correct DISTRO_FEATURE is gobject-introspection-data. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-dataPetr Gotthard2023-06-011-1/+1
| | | | | | | | This fixes the commit 1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30. The correct DISTRO_FEATURE is gobject-introspection-data. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libgpiod: modify test 'gpioset: toggle (continuous)'"Khem Raj2023-06-012-62/+0
| | | | This reverts commit d891624096cb529ab251c9d80d06f641090738c1.
* python3-zeroconf: upgrade 0.62.0 -> 0.63.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | Changelog: =========== Small speed up to fetch dns addresses from ServiceInfo (#1176) (4deaa6e) Speed up the service registry (#1174) (360ceb2) Improve dns cache performance (#1172) (bb496a1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 380 -> 381Wang Mingyu2023-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.1 -> 3.1.2Wang Mingyu2023-05-311-1/+1
| | | | | | | | | Changelog: =========== Added worksheet page break preview mode via "worksheet.set_pagebreak_view()". Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.1 -> 4.23.2Wang Mingyu2023-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.21 -> 0.22Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Drop Python 3.8 compatability following NEP-29. - Drop NumPy < 1.21 following NEP-29. - Improved typing experience. - Migrated fully to pyproject.toml. - Migrated to ruff. - In order to make static typing possible as required by mypy and similar tools, the way to subclass the registry has been changed. - Allow non-quantity atol parameters for isclose and allclose. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: upgrade 3.1.0 -> 3.2.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | Changelog: https://www.paramiko.org/changelog.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lru-dict: upgrade 1.1.8 -> 1.2.0Wang Mingyu2023-05-312-39/+2
| | | | | | | | 0001-lru-Use-PyCFunction-instead-of-PyCFunctionWithKeywor.patch removed since it's included in 1.2.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-license-expression: upgrade 30.1.0 -> 30.1.1Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | Changelog: ============= Use latest skeleton Update license list to latest ScanCode and SPDX 3.20 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.29.0 -> 2.30.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | Changelog: ========== SPE plugin: Support new SDT-control metadata (#989) (c93536c) Remove standard images from built package (#988) (6288f19) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.18.1 -> 2.19.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | Changelog: ========= Add metrics (part 1) (#1298) (246dd07) Add metrics (part 2) (#1303) (ebd5af7) Add metrics (part 3) (#1305) (c7011b6) Expose universe_domain for external account creds (#1296) (ee07053) Remove python 2.7 from setup.py and nox tests (#1301) (8437490) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.86.0 -> 2.87.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-deprecated: upgrade 1.2.13 -> 1.2.14Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== Fix ------- Fix #60: return a correctly dedented docstring when long docstring are using the D212 or D213 format. Other -------- Add support for Python 3.11. Drop support for Python older than 3.7 in build systems like pytest and tox, while ensuring the library remains production-compatible. Update GitHub workflow to run in recent Python versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 1.3.14 -> 1.3.15Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | Changelog: ========== Fix hashed expressions omitting some entries Enhance .match() precision for 6 position expressions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.6 -> 7.2.7Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | Changelog: ========= - Fix: reverted a change from 6.4.3 that helped Cython, but also increased the size of data files when using dynamic contexts, as described in the now-fixed issue 1586. The problem is now avoided due to a recent change (issue 1538). - Wheels are now provided for CPython 3.12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 5.3.0 -> 5.3.1Wang Mingyu2023-05-311-1/+1
| | | | | | | | Changelog: Depend on Python >= 3.7. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: upgrade 3.7.1 -> 3.7.2Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | Changelog: ========== * The type annotations for SyncToAsync and AsyncToSync have been changed to more accurately reflect the kind of callables they return. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 23.1.4 -> 23.3.56Wang Mingyu2023-05-313-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License_update: Rename LICENSE.txt to LICENSE Changelog: ========== Mostly bug fixing for 64-bit support Adds support for specifying underling type of unions in C++ and TS/JS (#7954) 64-bit support for C++ (#7935) add key_field to compiled tests Add golden language directory Rework cmake flatc codegeneration (#7938) remove defining generated files in test srcs Add binary schema reflection (#7932) Migrate from rules_nodejs to rules_js/rules_ts (take 2) (#7928) flat_buffers.dart: mark const variable finals for internal Dart linters fixed some windows warnings (#7929) inject no long for FBS generation to remove logs in flattests (#7926) Revert "Migrate from rules_nodejs to rules_js/rules_ts (#7923)" (#7927) Migrate from rules_nodejs to rules_js/rules_ts (#7923) Only generate @kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. (#7881) additional check for absl::string_view availability (#7897) Optionally generate Python type annotations (#7858) Replace deprecated command with environment file (#7921) drop glibc from runtime dependencies (#7906) Make JSON supporting advanced union features (#7869) Allow to use functions from BuildFlatBuffers.cmake from a flatbuffers installation installed with CMake. (#7912) TS/JS: Use TypeError instead of Error when appropriate (#7910) Go: make generated code more compliant to "go fmt" (#7907) Support file_identifier in Go (#7904) Optionally generate type prefixes and suffixes for python code (#7857) Go: add test for FinishWithFileIdentifier (#7905) Fix go_sample.sh (#7903) [TS/JS] Upgrade dependencies (#7889) Add a FileWriter interface (#7821) TS/JS: Use minvalue from enum if not found (#7888) [CS] Verifier (#7850) README.md: PyPI case typo (#7880) Update go documentation link to point to root module (#7879) use Bool for flatbuffers bool instead of Byte (#7876) fix using null string in vector (#7872) Add flatbuffers-64 branch to CI for pushes made changes to the rust docs so they would compile. new_with_capacity is deprecated should use with_capacity, get_root_as_monster should be root_as_monster (#7871) Adding comment for code clarification (#7856) ToCamelCase() when kLowerCamel now converts first char to lower. (#7838) Fix help output for --java-checkerframework (#7854) Update filename to README.md and improve formatting (#7855) Update stale.yml Updated remaining usages of LICENSE.txt Refactoring of flatc generators to use an interface (#7797). Removed legacy cmake support and set min to 3.8 (#7801). Reworked entry points for Typescript/Javascript and compatibility for single file build (#7510) Removed go.mod files after some versioning issues were being report (#7780). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.48.1 -> 3.48.2Wang Mingyu2023-05-311-2/+2
| | | | | | | | | | | | | Changelog: =========== Bug Fixes: I#474 - Camel: Set proper S/MIME signature verification status I#478 - IMAP: Cannot remove labels added in Thunderbird I#479 - WebDAV: Fails to discover iCloud address book evo-I#2345 - Wrong S/MIME certificate selection for encrypted email Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 44.1 -> 44.2Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | Changelog: =========== * Fix crashes with expandable folders and on Other Locations * Avoid inconsistent search states * Prevent lingering tracker cursors * Fix rubberband range behavior on list view * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: upgrade 44.1 -> 44.2Wang Mingyu2023-05-312-50/+1
| | | | | | | | | | | | | | 0001-Replace-filename-with-basename.patch removed since it's included in 44.2 Changelog: ========== - EogWindow: Fix refcount and signal handler issues around GSettings handles - Replace filename with basename Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230521.0 -> 6.0.20230528.0Wang Mingyu2023-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open62541: update to v1.3.6Johannes Kauffmann2023-05-311-1/+1
| | | | | | | Since v1.3.4, support for OpenSSL 3.0 has been added. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctapi-common: Use archives.fedoraproject.org to fetch srpmKhem Raj2023-05-301-3/+3
| | | | | | This is a better place to fetch the srpm as it is fedora's location Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add soup3 PACKAGECONFIG, rename soup to soup2Alex Kiernan2023-05-301-3/+4
| | | | | | | | | | | libsoup3 is now supported by ostree, add `soup2` to select the deprecated libsoup2 library and `soup3` for libsoup3. Drop `--disable-glibtest` from PACKAGECONFIG as it does nothing (nor does it appear to have ever done anything). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: fix installed-vs-shipped with multilibMartin Jansa2023-05-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | * fixes: ERROR: QA Issue: switchtec-user: Files/directories were installed but not shipped in any package: /usr/lib/libswitchtec.a /usr/lib/libswitchtec.so /usr/lib/libswitchtec.so.4.0 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. switchtec-user: 3 installed and not shipped files. [installed-vs-shipped] when libdir is e.g. /usr/lib64 The Makefile.in defines default LIBDIR with DESTDIR: LIBDIR ?= $(DESTDIR)$(PREFIX)/lib so include ${D} here as well * use 4 spaces for indentation and ' instead of " so that it doesn't need backslashes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zfs: Fix build on muslKhem Raj2023-05-282-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zfs: Fix build with aarch64Khem Raj2023-05-282-13/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zfs: Upgrade to 2.1.11Khem Raj2023-05-281-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zfs: Add a patch to fix aarch64 build with gcc13Khem Raj2023-05-282-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>