summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* quagga: drop recipeYi Zhao2023-03-0517-695/+0
| | | | | | | | | | | | | | | Quagga is no longer maintained since 2018[1]. Its official repository is not even available[2]. As an alternative, users can use FRRouting[3] which has been added to meta-networking[4]. [1] https://github.com/Quagga/quagga [2] https://git.savannah.gnu.org/cgit/quagga.git [3] https://frrouting.org [4] https://git.openembedded.org/meta-openembedded/tree/meta-networking/recipes-protocols/frr Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* frr: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2023-03-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version frr INFO: Current version: 8.4.2 INFO: Latest version: 9.0 INFO: Latest version's commit: 16c38045b1a84f899da473398779cc593d82d2bd Version 9.0 is a development tag[1]. After the patch: $ devtool latest-version frr INFO: Current version: 8.4.2 INFO: Latest version: 8.4.2 INFO: Latest version's commit: 9e25d07412e92bdcd1f69c4755dc7564b23023c0 [1] https://github.com/FRRouting/frr/tags Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: drop version 2.8.5Yi Zhao2023-03-055-405/+0
| | | | | | | | Removed version 2.8.5, as the 2.8 series is no longer maintained since 2020. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: upgrade 3.0.9 -> 3.1Yi Zhao2023-03-051-4/+4
| | | | | | | | | | | | | | | | ChangeLog: https://github.com/linux-audit/audit-userspace/releases/tag/v3.1 Major features: Add new record types Add io_uring support Add support for new FANOTIFY record fields * Remove redundant python3native as it is already inherited by python3targetconfig * Fix indentation Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: Update to 3.13Fabio Estevam2023-03-041-2/+2
| | | | | | | | | | | | | Update to the 3.13 version. The iperf3 release notes are available at: https://github.com/esnet/iperf/blob/6bfe27d82a3f74ad1239aba987a4fb75c1005078/RELNOTES.md The only change in the LICENSE file was the year update. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Upgrade to 18.14.2Khem Raj2023-03-045-78/+5
| | | | | | | | | License-Update: Add base64 license information [1] and postject [2] [1] https://github.com/nodejs/node/commit/2ec8092e2cf70267e765dfe4baf13d72838a58ed [2] https://github.com/nodejs/node/commit/4aaec0726694ad0d3cb05d7f2593a90363c32f32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wrapt: upgrade 1.14.1 -> 1.15.0Wang Mingyu2023-03-041-2/+2
| | | | | | | | | | Changelog: https://wrapt.readthedocs.io/en/latest/changes.html License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.168 -> 2.4.168.1Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | | | | Changelog: ========== New ----- - [doc] added the Jupyter notebook used in a.7-rest-api-extensive- restsearch. Fix Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.3.0-> 2.3.1Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | | | Changelog: ========== Run black on the entire source code Bundle the requirements-tests.txt file in the source distribution (#939) [watchmedo] Exclude FileOpenedEvent events from AutoRestartTrick, and ShellCommandTrick, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (#949) [watchmedo] Log FileOpenedEvent, and FileClosedEvent, events in LoggerTrick Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydicti: upgrade 1.2.0 -> 1.2.1Wang Mingyu2023-03-041-1/+1
| | | | | | | | | Changelog: ========== fix incorrect behaviour of __or__ and __ior__, see #8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.12 -> 4.22.0Wang Mingyu2023-03-041-1/+1
| | | | | | | | | Changelog: =========== https://github.com/protocolbuffers/protobuf/releases/tag/v22.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: Upgrade 1.1.0 -> 1.1.1Wang Mingyu2023-03-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-natsort: upgrade 8.2.0 -> 8.3.1Wang Mingyu2023-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed ======= Broken test on FreeBSD due to a broken locale.strxfrm. This change has no effect outside fixing tests (issue #161) Added ========= The PRESORT option to the ns enum to attain consistent sort order in certain corner cases (issue #149) Logic to ensure None and NaN are sorted in a consistent order (issue #149) Explict Python 3.11 support Changed ======== Only convert to str if necessary in os_sorted (@Dobatymo, issues #157 and #158) Attempt to use new fastnumbers functionality if available Move non-API documentation to the GitHub wiki Removed ======== Support for EOL Python 3.6 License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocasedict: upgrade 1.1.0 -> 2.0.0Wang Mingyu2023-03-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.10.0 -> 8.11.0Wang Mingyu2023-03-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.25.1 -> 2.26.0Wang Mingyu2023-03-041-1/+1
| | | | | | | | | Feature ========= Collection of small improvements to pyav (#939) (b0dc210) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.79.0 -> 2.80.0Wang Mingyu2023-03-041-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-google-auth: upgrade 2.16.1 -> 2.16.2Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | | | Bug Fixes ========= Call gcloud config get project to get project for user cred (#1243) (c078a13) Do not use hardcoded string 'python', when you mean sys.executable. (#1233) (91ac8e6) Don't retry if error or error_description is not string (#1241) (e2d263a) Improve ADC related errors and warnings (#1237) (2dfa213) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-haversine: upgrade 2.7.0 -> 2.8.0Wang Mingyu2023-03-041-1/+1
| | | | | | | | | Changelog: =========== Performance improvements, especially with the haversine_vector function #65 by jobh Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastnumbers: upgrade 4.0.1 -> 5.0.1Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Added -------- Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues #61, #63 and #67) Added try_array to enable very fast conversions directly to numpy arrays (issues #62 and #65) Changed --------- Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue #66) Significantly simplified the type annotations (by 4000+ lines!) Fixed ------- Increased code coverage and fixed missing headers in codecov reaport (issue #64) Add back missing key option in type hints for deprecated fast_* functions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: upgrade 4.6.1 -> 4.6.2Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | | | | Changelog: ========== Add missing LONG_PRESS enum member for button events (#190) Mark auto_dynamic attribute optional on scene resource (#189) Fixes for some small schema parse errors (#188) Make active_timeslot optional in smart_scene model (#177) Add util methods for backwards compatibility in Scenes controller (#176) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-decouple: upgrade 3.7 -> 3.8Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | Changelog: ========== Raise KeyError when key is not found in ini repositories Fix infinite recursion on Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.0 -> 7.2.1Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | Changelog: ========== Fix: the PyPI page had broken links to documentation pages, but no longer does, closing issue 1566. Fix: public members of the coverage module are now properly indicated so that mypy will find them, fixing issue 1564. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: upgrade 0.6.0 -> 0.6.1Wang Mingyu2023-03-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.18.1 -> 1.19.0Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Security: ---------- Low. Stack overflow in ares_set_sortlist() which is used during c-ares initialization and typically provided by an administrator and not an end user. Changes: ---------- Windows: Drop support for XP and derivatives which greatly cleans up initialization code. Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for specifying a custom hosts file location. Add vcpkg installation instructions Bug fixes: ------------ Fix cross-compilation from Windows to Linux due to CPACK logic. Fix memory leak in reading /etc/hosts when using localhost fallback. Fix chain building c-ares when libresolv is already included by another project File lookup should not immediately abort as there may be other tries due to search criteria. Asterisks should be allowed in host validation as CNAMEs may reference wildcard domains AutoTools build system referenced bad STDC_HEADERS macro Even if one address class returns a failure for ares_getaddrinfo() we should still return the results we have CMake Windows: DLLs did not include resource file to include versions CMake: Guard target creation in exported config Fix ares_getaddrinfo() numerical address resolution with AF_UNSPEC Apple: fix libresolv configured query times. Fix tools and help information Various documentation fixes and cleanups Add include guards to ares_data.h c-ares could try to exceed maximum number of iovec entries supported by system CMake package config generation allow for absolute install paths Intel compiler fixes ares_strsplit bugs The RFC6761 6.3 states localhost subdomains must be offline too. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: upgrade 2.6.0 -> 2.6.1Wang Mingyu2023-03-042-105/+2
| | | | | | | | 0001-Replace-off64_t-with-off_t.patch removed since it's includedin 2.6.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bats: upgrade 1.8.2 -> 1.9.0Wang Mingyu2023-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: ======= -add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (#659) -add --line-reference-format to switch file/line references in stack traces (#665) comma_line (default): file.bats, line 1 colon: file.bats:1 uri: file:///path/to/file.bats:1 custom: define your own formatter in bats_format_file_line_reference_custom -add bats:focus tag to run only focused tests (#679) -add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (#674) Documentation: ============== -add --help text and man page content for --filter-tags (#679) -improved clarity of section about output in free code (#671) -fixed typos (#673) -clarify use cases of run (#366) Fixed: ======= -explicitly check for GNU parallel (#691) -wait for report-formatter to finish before ending bats' execution, to fix empty files with --report-fomatter junit under Docker (#692) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bubblewrap: upgrade 0.7.0 -> 0.8.0Wang Mingyu2023-03-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20230201 -> 20230219Wang Mingyu2023-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * test/yacc/ok_syntax1.tab.h, test/yacc/ok_syntax1.tab.c, test/btyacc/ok_syntax1.tab.h, test/btyacc/ok_syntax1.tab.c: regen * test/ok_syntax1.y: modify test for %union to add tag for testing reader.c * reader.c: provide for a named union, e.g., "%union foo" by detecting the name and deferring the typedef in that case until the end of copying the union definition * VERSION, package/byacc.spec, package/debian/changelog, package/mingw-byacc.spec, package/pkgsrc/Makefile: bump Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: Make seccomp dependency optional for rv32Khem Raj2023-03-042-1/+33
| | | | | | | rv32 support in libseccomp is not yet upstream, therefore add rv32 to seccomp unsupported architectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: Remove openmp dep for rv32 and ppc32Khem Raj2023-03-041-0/+2
| | | | | | openmp is not yet ported for these architectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Fix type mitmatch found with clang16Khem Raj2023-03-042-0/+34
| | | | | | Use std::size to avoid explicit typecasting Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Upgrade to 8.1.16Mingli Yu2023-03-041-1/+1
| | | | | | | | | Upgrade php to 8.1.16 [1]. [1] https://www.php.net/ChangeLog-8.php#8.1.16 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: Disable 64bit atomics on rv32Khem Raj2023-03-041-1/+1
| | | | | | | | Fixes riscv32-yoe-linux-ld: CMakeFiles/logging_unittest.dir/src/logging_unittest.cc.o: in function `no symbol': /usr/include/c++/v1/vector:835: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Upgrade to 4.4.19Khem Raj2023-03-042-2/+35
| | | | | | Add a patch to fix build with clang16 while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86-1: Fix build with clang16Khem Raj2023-03-042-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pndk: Add missing dependency on native cmakeKhem Raj2023-03-041-1/+1
| | | | | | | 3rd party dependency miniasync needs cmake to build, its invoked by top level make. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: Upgrade to 1.12.1Khem Raj2023-03-023-72/+46
| | | | | | Add a patch to fix build with clang16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: update to v2.0Bartosz Golaszewski2023-03-021-1/+1
| | | | | | | The final libgpiod v2.0 release is out so update the recipe. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update to v2.0Bartosz Golaszewski2023-03-022-1/+1
| | | | | | | The final v2.0 release is out so update the recipe. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: enable native/nativesdk buildsAndreas Helbech Kleist2023-03-021-0/+2
| | | | | Signed-off-by: Andreas Helbech Kleist <andreaskleist@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logcheck: upgrade 1.4.0 -> 1.4.2Wang Mingyu2023-03-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: Fix build with clang16 + muslKhem Raj2023-03-022-0/+51
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl-image: Fix build with clang16Khem Raj2023-03-022-1/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-ttf: Upgrade to 2.20.2Khem Raj2023-03-022-3/+73
| | | | | | Fix build with clang16 while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glm: Update to tip of trunkKhem Raj2023-03-023-23/+33
| | | | | | Do not use -Werror on clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-helper: Update to latest tip of trunkKhem Raj2023-03-021-2/+3
| | | | | | This helps fixing build with clang16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: Upgrade to 3.8.0Khem Raj2023-03-013-87/+3
| | | | | | Drop unused patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Upgrade to 1.14.0Khem Raj2023-03-013-6/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lru-dict: Fix function pointer mismatchKhem Raj2023-03-012-0/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>