summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-schedule: add recipeRoger Knecht2023-08-191-0/+10
| | | | | | | Add a recipe for python schedule library. Signed-off-by: Roger Knecht <roger@norberthealth.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Add to meta-oe ptest imageKhem Raj2023-08-191-0/+1
| | | | | | | | it takes ~35s so lets add it to auto ptests RESULTS - ptest.PtestRunnerTest.test_ptestrunner_expectfail: PASSED (34.93s) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix ptest installs to work with dashKhem Raj2023-08-191-1/+1
| | | | | Suggested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix ptests builds on muslKhem Raj2023-08-192-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Add packageconfigs for TLS implementationsKhem Raj2023-08-182-2/+100
| | | | | | | | | valgrind is not available on all arches e.g. riscv so enable it conditionally Enable openSSL TLS by default and add option to enable gnuTLS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Drop dependency on readlineKirk Hays2023-08-171-1/+1
| | | | | | | | Since Jack version 1.19.22, "readline" is no longer used [1] [1] https://jackaudio.org/news/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: Add missing runtime dependenciesFrieder Schrempf2023-08-171-0/+2
| | | | | | | | | | | | | According to the setup.py of v4.2.2 [1] the following runtime dependencies are currently missing. Add them. * packaging * setuptools [1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: upgrade 2.18.9 -> 2.18.10 (commit: ↵Gianfranco Costamagna2023-08-175-133/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0f2d4cfffada6f8448a2cb27995b38eb4271044f) Drop patches now part of new upstream release: - 449.patch - 481.patch - 482.patch Refresh patches due to GENIVI->COVESA renaming What's Changed: Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in #468 Update status badges on README.md by @michael-methner in #467 logstorage: Adds option to write logs in gzip format by @LiquidityC in #442 Re-Initialize internal logging in daemon mode only by @lvklevankhanh in #459 Remove use of DLT_LOG in signal handler by @michael-methner in #472 Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in #481 Update AUTOSAR standard link by @lucafrance in #480 cmake: set version to 2.18.9 by @alexmohr in #478 Fix macro code to use boolean value in while instruction (false) by @michael-methner in #469 dlt_user_shared: Add timeout to writev by @alexmohr in #385 build: add static lib only if necessary by @alexmohr in #479 Update CMakeLists.txt by @LocutusOfBorg in #482 watchdog: improve dlt watchdog by @alexmohr in #470 log-level-config: add option to configure log levels by @alexmohr in #474 gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in #487 dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in #494 dlt-qnx-system improvement by @lvklevankhanh in #495 gtest: Init submodule and update version by @minminlittleshrimp in #497 dlt-qnx-system: prevent message loss in high load situations by @alexmohr in #490 Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in #499 Update README.md by @lvklevankhanh in #503 dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in #501 dlt-system: move journal reading to its own thread by @alexmohr in #471 Switch from GENIVI to COVESA by @minminlittleshrimp in #511 Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in #504 cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in #510 fix usage of pthread_cond_timedwait by @alexmohr in #491 DLT Upstream for minor release by @minminlittleshrimp in #515 cmake: disable network trace by @alexmohr in #477 doc: add COVESA logo image by @minminlittleshrimp in #516 Prepare for 2.18.10 release by @michael-methner in #517 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix build with libfmt 10.1+Khem Raj2023-08-172-0/+69
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de> Cc: Wang Mingyu <wangmy@fujitsu.com>
* mariadb: Upgrade to 10.11.5Mingli Yu2023-08-173-2/+2
| | | | | | | Adjust the cmake option to disable pam auth module Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: Fix build errors seen with clangKhem Raj2023-08-172-1/+58
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.4 -> 4.24.0Wang Mingyu2023-08-171-1/+1
| | | | | | | | Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v24.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: Require X11 or Wayland in DISTRO_FEATURESMarine Vovard2023-08-171-1/+3
| | | | | | | | At least one of the following DISTRO_FEATURES needs to be present: X11 or Wayland. The recipe now work with pure Wayland. Signed-off-by: Marine Vovard <m.vovard@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: fix api-documentation buildMarkus Volk2023-08-161-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.71.4 -> 0.76.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Feature -------- Improve performance responding to queries (#1217) (69b33be) Expose flag to disable strict name checking in service registration (#1215) (5df8a57) Speed up processing incoming records (#1216) (aff625d) Speed up unpacking text records in ServiceInfo (#1212) (99a6f98) Add a cache to service_type_name (#1211) (53a694f) Speed up processing incoming records (#1206) (126849c) Fix ------- Remove typing on reset_ttl for cython compat (#1213) (0094e26) Revert adding typing to DNSRecord.suppressed_by (#1210) (3dba5ae) Revert DNSIncoming cimport in _dns.pxd (#1209) (5f14b6d) Race with InvalidStateError when async_request times out (#1208) (2233b6b) Improve performance of ServiceInfo.async_request (#1205) (8019a73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yamlloader: upgrade 1.2.2 -> 1.3.2Wang Mingyu2023-08-161-1/+1
| | | | | | | | Changelog: Python 3.11 upgrade, drop 3.7 (use old version < 1.3 if desired in Python 3.7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.7.0 -> 6.8.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Bugfixes ---------- Fix the type for the optional param asking for "full transactions" when subscribing to newPendingTransactions via eth_subscribe to bool. (#3067) Improved Documentation ----------------------- Change docs to reflect AsyncHTTPProvider does accept ENS names now (#3070) Features ----------- Return structured JSON-RPC errors for missing or unimplemented eth-tester methods. (#3061) ENS name-to-address support for eth_subscribe. (#3066) Asynchronous iterator support for AsyncWeb3 with WebsocketProviderV2 using async for syntax. (#3067) Internal Changes - for web3.py Contributors -------------------------------------------- Minor fixes to type hinting in the core tests setup fixtures. (#3069) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.24.2 -> 20.24.3Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | Changelog: ========== -release 20.24.2 -Update compatibility docs -fix ResourceWarning on process exit (#2472) -added scripts in tasks directory to sdist on build (#2610) -Bump wheel Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uefi-firmware: upgrade 1.10 -> 1.11Wang Mingyu2023-08-161-2/+2
| | | | | | | | License-Update: Remove Python version specific classifiers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.65.0 -> 4.66.1Wang Mingyu2023-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: MPLv2.0 changed to MPL-2.0 setup.py and MANIFEST.in removed from files Changelog: =========== - fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319) - drop mentions of unsupported Python versions - environment variables to override defaults (TQDM_*) (#1491 <- #1061, #950 <- #614, #1318, #619, #612, #370) - fix & update CLI completion - fix & update API docs - minor code tidy: replace os.path => pathlib.Path - fix docs image hosting - release with CI bot account again (https://github.com/cli/cli/issues/6680) - exclude examples from distributed wheel (#1492) - migrate setup.{cfg,py} => pyproject.toml (#1490) fix asv benchmarks update docs - fix snap build (#1490) - fix & update tests (#1490) fix flaky notebook tests bump pre-commit bump workflow actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: upgrade 4.6.4 -> 4.8.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Features -------- * --override can now take options in the form of foo+=bar which will append bar to the end of an existing list/dict, rather than replacing it. (#3087) * Make –hashseed default to PYTHONHASHSEED, if defined The main motivation for this is to able to set the hash seed when building the documentation with “tox -e docs”, and thus avoid embedding a random value in the tox documentation for –help. This caused documentation builds to fail to build reproducibly. (#2942) Bugfixes ---------- * Update a regular expression in tests to match the exception message in both Python 3.12 and older. (#3065) Improved Documentation ------------------------ * Fix broken links Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: upgrade 2.0.4 -> 2.0.6Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | Changelog: =========== Allow nested with contexts #690 Call correct asyncio function for getting event loop Add back appropriate sdist files comment Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.4.2 -> 13.5.2Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Fixed -------- Fixed Text.expand_tab assertion error Fix tilde character (~) not included in link regex when printing to console #3057 Fixed Text.expand_tabs not expanding spans. Fixed TimeElapsedColumn from showing negative. Fix for escaping strings with a trailing backslash #2987 Fixed exception in Markdown with partial table #3053 Fixed the HTML export template so that the <html> tag comes before the <head> tag #3021 Fixed issue with custom classes overwriting __eq__ #2875 Fix rich.pretty.install breakage in iPython #3013 Added -------- Added Text.extend_style method. Added Span.extend method. Changed ---------- Text.tab_size now defaults to None to indicate that Console.tab_size should be used. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2023.6.3 -> 2023.8.8Wang Mingyu2023-08-161-1/+1
| | | | | | | | Changelog: emoved usage of _PyBytes_Join and did a little tidying of the code that makes the result string. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rdflib: upgrade 6.3.2 -> 7.0.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | Changelog: https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.173 -> 2.4.174Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | Changelog: =========== - Bump version, templates. - Bump deps, fix code accordingly. - Push code changes related to deps upgrade... Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyflakes: upgrade 3.0.1 -> 3.1.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== Drop support for EOL python 3.6 / 3.7 Remove ContinueInFinally check (only relevant in python < 3.8) Fix forward annotations inside a nested scope Produce an error when a definition shadows an unused variable Fix accessed global annotation being redefined in a local scope Allow redefinition of functions across match arms Fix potential None for lineno during tokenization errors Add support for PEP 695 and python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.10.0 -> 2.11.0Wang Mingyu2023-08-161-1/+1
| | | | | | | | | | | | | | | Changelog: ========== Drop EOL python 3.6 / 3.7. PR #1129, #1160. Add support for python 3.12. PR #1147, #1148, #1152, #1153, #1154, #1163, #1164, #1165, #1166, #1176, #1177, #1182. E721: adjust handling of type comparison. Allowed forms are now isinstance(x, t) or type(x) is t. PR #1086, #1167. Remove handling of python 2 <> operator. PR #1161. W606: removed. async / await are always keywords. PR #1162. Internal: move tests to pytest. PR #1168, #1169, #1171, #1173, #1174, #1175. Remove handling of python 2 ur'' strings. PR #1181. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 3.9.1 -> 3.10.0Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | Changelog: ============ Fix docs build failure platformdirs: introduce site_runtime_dir Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: upgrade 3.12.0 -> 3.13.0Wang Mingyu2023-08-151-1/+1
| | | | | | | | Changelog: Add support for 128x128 SH1107 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-joblib: upgrade 1.3.1 -> 1.3.2Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | Changelog: =========== -Fix a regression in joblib.Parallel introduced in 1.3.0 where explicitly setting n_jobs=None was not interpreted as "unset". -Fix a regression in joblib.Parallel introduced in 1.3.0 where joblib.Parallel logging methods exposed from inheritance to joblib.Logger didn't work because of missing logger initialization. -Various maintenance updates to the doc, the ci and the test. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.59.1 -> 1.60.0Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | Changelog: ========== Add google/api/policy.proto Add method_policies to Control Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.95.0 -> 2.96.0Wang Mingyu2023-08-151-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-dnspython: upgrade 2.4.1 -> 2.4.2Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Async queries could wait forever instead of respecting the timeout if the timeout was 0 and a packet was lost. The timeout is now respected. - Restore HTTP/2 support which was accidentally broken during the https refactoring done as part of 2.4.0. - When an inception time and lifetime are specified, the signer now sets the expiration to the inception time plus lifetime, instead of the current time plus the lifetime. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.7 -> 7.3.0Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== - Added a .Coverage.collect context manager to start and stop coverage data collection. - Dropped support for Python 3.7. - Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode. Coverage.py would fail with the error Safety level may not be changed inside a transaction. This is now avoided, closing issue 1646. - Docs: examples of configuration files now include separate examples for the different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini. - Fix: added nosemgrep comments to our JavaScript code so that semgrep-based SAST security checks won't raise false alarms about security problems that aren't problems. - Added a CITATION.cff file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.27.0 -> 3.27.2Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | Changelog: ============ chore(deps): bump cmake from 3.27.0 to 3.27.1 chore(deps): bump pypa/cibuildwheel from 2.14.1 to 2.15.0 chore(deps): update pre-commit hooks Update to CMake 3.27.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.8.0 -> 2.8.1Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | Changelog: ============ * use reconstructor function for pickling, see #207 * simplify implementation of '.reverse()' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-async-timeout: upgrade 4.0.2 -> 4.0.3Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | Changelog: ========= Fixed compatibility with asyncio.timeout() on Python 3.11+. Added support for Python 3.11. Dropped support for Python 3.6. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.11.1 -> 1.11.2Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - [feature] [operations] Added parameters if_exists and if_not_exists for index operations. Pull request courtesy of Max Adrian. - [usecase] [typing] Added typing to the default script mako templates. - [usecase] [autogenerate] Added support in autogenerate for NULLS NOT DISTINCT in the PostgreSQL dialect. - [bug] Fixed format string logged when running a post write hook Pull request curtesy of Mathieu Défosse. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-harness-perl: upgrade 3.44 -> 3.47Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Add missing negation in EINTR check - Fix HARNESS_PERL_SWITCHES=-I handling in TAP::Harness::Env - Color the "ok"s as well. - Skip symlink tests on msys2 - Use use absolute path for executable tests - Space-quote executable if has spaces - Avoid using Errno::EINTR directly for platforms without it - stop calling import on App::Prove plugins - Avoid using Errno::EINTR directly for platforms without it - Color the "ok"s as well. - Skip symlink tests on msys2 - Use use absolute path for executable tests - Space-quote executable if has spaces Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaml-cpp: upgrade 0.7.0 -> 0.8.0Wang Mingyu2023-08-152-119/+1
| | | | | | | | 0001-Fix-CMake-export-files-1077.patch removed since it's included in 0.8.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-dbus-proxy: upgrade 0.1.4 -> 0.1.5Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | Changelog: ============= * Fix handling of object paths > 255 bytes * Print better errors when message parsing fails * Optionally install tests for "as-installed" testing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 7.3 -> 7.4Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - The docker image used for CI and release builds is now based on Debian 12 instead of Ubuntu 18.04. - macOS: CI and release builds are now generated for the x86_64 and arm64 targets. 32 bit platforms will require to be compiled from the source. - smartctl '-t short', '-t long' and '-X': NVMe support. - smartctl '-l selftest': NVMe support. - smartctl '-l farm': Prints Seagate's vendor-specific Field Access Reliability Metrics (FARM) log for ATA and SCSI drives. - smartctl '-l error': Now also prints an error message for each entry of NVMe error information log. - smartctl '-l genstats': Prints SCSI General statistics and performance log page. - smartctl '-i' and '--identify': ACS-4/5/6 enhancements. - smartctl '-c': Added NVMe 2.0 capability flags. - smartctl '-g security': Added 'ata_security.master_password_id' to JSON output. Plaintext output shows Master Password ID if set to a non-default value. - smartctl '-q noserial': Now also suppresses the output of NVMe Namespace IEEE EUI-64. - smartctl '-j': '-l error -l selftest' JSON output for NVMe devices. - smartctl '-j': Avoid invalid UTF-8 sequences in JSON/YAML strings. - smartctl '-j': Fixed a bogus exception during SCSI JSON output. - smartctl '-j': Renamed JSON element 'scsi_temperature' back to 'temperature' (regression). - smartctl '-a': Now suggests '-x' for ATA devices because '-a' only provides legacy SMART information. - smartd: No longer issues LOG_CRIT warnings if new entries of NVMe error information log do not indicate device problems. - smartd: Now detects accidental use of smartd_warning script as '-M exec' parameter. - smartd: No longer writes the 'Copyright...' line to syslog. - smartd.conf '-M always': Sends reminder emails without any delay. - smartd.conf '-M diminishing': Limited email delay to 32 days. - ATA: Fixed decoding of extended self-test log on big endian hosts. - ATA: Enhanced LBA range for device types '-d jmb39x-q,...' and '-d jms56x,...' from 33-62 to 1-255. - ATA: Device type '-d intelliprop,N' now fails with a deprecation message. Added '-d intelliprop,N,force' flag to use it anyway. - ATA/USB: Device type '-d usbasm1352r,N' for ASMedia ASM1352R USB to SATA RAID bridges - SCSI: Fixed possible corruption issue with the Error Counter and Non medium Error log pages. - SCSI: Added more "Informational Exceptions" strings. - SCSI: Added initial support for REPORT SUPPORTED OPERATION command. - SCSI: Initial rework of SCSI debug output. - NVMe: Added error messages for NVMe status values. - NVMe: Fixed crash after read of error information log on big endian hosts. - HDD, SSD and USB additions to drive database. - update-smart-drivedb: Fixed syntax for 'sed' versions which require ';' before '}' or do not support ';' at all. - update-smart-drivedb: Replaced a usually not executed bashism. - configure: Default for '--with-nvme-devicescan' is now 'yes' also on Darwin and FreeBSD. It is still 'no' on NetBSD only. - configure: Defines '_FORTIFY_SOURCE=3' if supported and not predefined. - configure: No longer fails if libsystemd-dev is installed and 'LDFLAGS=-static' is used. - Compile fix for systems without legacy 'getdtablesize()'. - Pre-releases from SVN snapshots now show "pre-VERSION" in version information and 'smartctl.pre_release=true' in JSON output. - Linux: Device type '-d sssraid' for 3SNIC RAID controllers. - Linux: Device type '-d marvell' now fails with a deprecation message. Added '-d marvell,force' flag to use it anyway. - Linux: The generic SCSI code now defaults to SG_IO_V3 and does no longer fall back to the deprecated SCSI_IOCTL_SEND_COMMAND (but this ioctl is still used for '-d 3ware' and '-d marvell,force'). - Linux smartd: Now prevents systemd unit startup timeout when many devices are registered and then initially checked. - Linux smartd: Systemd no longer reports a service failure if no device is present and a '-q *nodev0*' option is used. - Solaris SPARC: Dropped legacy ATA support. Dropped configure option '--with-solaris-sparc-ata'. - Windows: IOCTL_STORAGE_PROTOCOL_COMMAND variant for NVMe self-tests. - Windows: Installer now defaults to 64-bit executables. - Windows: No longer prints bogus 'Local Time' if enhanced TZ syntax is used. - Windows: Workaround to keep backward compatibility with old versions of Windows if some versions of MinGW-w64 are used. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 15.3 -> 15.4Wang Mingyu2023-08-152-4/+6
| | | | | | | | | | | 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 15.4 Changelog: https://www.postgresql.org/docs/release/15.4/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: upgrade 8.3.8 -> 8.3.9Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Fixes ------- fix(decoder): fix LV_IMG_CF_ALPHA_8BIT bin file decoder 4406 fix(config): fix typo in LV_USE_PERF_MONITOR and LV_USE_MEM_MONITOR 4403 fix(attr): refactor LV_ATTRIBUTE_* for function attributes 4404 fix(font): fix optimizer issue in lv_font_fmt_txt.c 4385 fix(btnmatrix): Hide button matrix when all buttons hidden 65f1c93 fix(obj) prevent hidden objects keeping focus 375b3b5 fix(btnmatrix): Fix typo in previous commit! 29ed7c5 fix(tabview): fix warning 223dc1c fix(indev): fix warnings when loggin coordinates is enabled 645006e fix: use const lv_img_dsc_t * dsc function parameter in lv_img_buf.h/ 4f102d7 fix(chart): fix lv_chart_get_point_pos_by_id f9ffcc9 fix(imgbtn): support LV_OBJ_FLAG_CHECKABLE 385d999 Docs ------- docs(disp): metined that rotation rotates the touch coordinates too 810852b Others -------- demos: add lv_demo_..._close() functions for each demo 91038a9 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: upgrade 1.13.0 -> 1.14.0Wang Mingyu2023-08-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.6.7 -> 2.7.2Wang Mingyu2023-08-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: upgrade 10.0.0 -> 10.1.0Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Optimized format string compilation resulting in up to 40% speed up in compiled "format_to" and ~4x speed up in compiled "format_to_n" on a concatenation benchmark * Optimized storage of an empty allocator in "basic_memory_buffer" * Added formatters for proxy references to elements of "std::vector<bool>" and "std::bitset<N>" * Fixed an ambiguous formatter specialization for containers that look like container adaptors such as "boost::flat_set" * Fixed compilation when formatting durations not convertible from "std::chrono::seconds" * Made the "formatter" specialization for "char*" const-correct * Made "{}" and "{:}" handled consistently during compile-time checks * Disallowed passing temporaries to "make_format_args" to improve API safety by preventing dangling references. * Improved the compile-time error for unformattable types * Improved the floating-point formatter * Fixed handling of precision for "long double" larger than 64 bits. * Made floating-point and chrono tests less platform-dependent * Removed the remnants of the Grisu floating-point formatter that has been replaced by Dragonbox in earlier versions. * Added "throw_format_error" to the public API * Made "FMT_THROW" assert even if assertions are disabled when compiling with exceptions disabled * Made "format_as" and "std::filesystem::path" formatter work with exotic code unit types. * Deprecated the wide stream overload of "printf". * Removed unused "basic_printf_parse_context". * Improved RTTI detection used when formatting exceptions * Improved compatibility with VxWorks7 * Improved documentation * Improved build and CI configurations * Fixed various warnings and compilation issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230730.0 -> 6.0.20230813.0Wang Mingyu2023-08-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* weechat: upgrade 4.0.2 -> 4.0.3Wang Mingyu2023-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Bug fixes:: ---------- * core: fix input length and crash after delete of line * irc: fix display of self CTCP message containing bold attribute * irc: fix memory leak in IRC message parser * irc: fix switch to channel manually joined when server option autojoin_dynamic is on and option irc.look.buffer_switch_autojoin is off * irc: fix display of outgoing notice with channel when capability "echo-message" is enabled * relay: fix display of IRC CTCP messages received from client Build:: ----------- * doc: display a warning if a locale is missing with fallback to English for auto-generated content Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>