summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-07prosody: fix the path to the PID file in the RC scriptkhorben2-5/+6
PROSODY_RUN is set to eg /var/run/prosody/prosody.pid instead of just /var/run/prosody.pid, which is a good thing (tm) since prosody's user needs the access rights to write to the corresponding directory. Unfortunately, the directory is not automatically created nor the right permissions set yet, but this is progress. While there, appease pkglint(1). Bumps PKGREVISION. Tested on NetBSD/amd64. XXX pull-up to pkgsrc-2022Q2 once the complete solution is in place
2022-07-07doc: Updated x11/mlterm to 3.9.2nb3rin1-1/+2
2022-07-07x11/mlterm: Update comment in patch. NFCI.rin2-5/+4
patch-uitoolkit_xlib_ui__imagelib.c has been merged to upstream. It will be in the next release.
2022-07-07x11/mlterm: Add support for 8-/4-bpp planar fb found on NetBSD/amiga.rin3-3/+72
Requires amidisplaycc(4) driver from NetBSD-current. With older drivers, automatically falls back to monochrome mode. Bump revision.
2022-07-06TODO: - firefox, donewiz1-2/+1
2022-07-06TODO: - git, donewiz1-2/+1
2022-07-06doc/TODO: + protobuf-3.21.2.wiz1-2/+2
2022-07-06mk/subst.mk: fix indentation of directivesrillig1-3/+3
2022-07-06mozilla packages based on firefox78 are incompatible with python 3.10nia2-4/+4
due to a change to the collections library. Right now commit a workaround until a proper fix appears.
2022-07-06doc: Updated audio/termusic to 0.6.17pin1-1/+2
2022-07-06audio/termusic: update to 0.6.17pin3-243/+207
[v0.6.17] Released on: July 6th, 2022. -New: Search for database. Triggered by / key when focusing database. -New: Gapless playback for symphonia/mpv/gstreamer backend. Toggle by Ctrl+g and enabled by default. -Fix: Youtube download mirrors are all broken. Replace them with new mirrors. -Fix: After download from youtube, the prompt message will not disappear if error happens.
2022-07-06mk/bsd.pkg.mk: fix alignment and indentation, no functional changerillig1-28/+35
2022-07-06doc: Updated sysutils/broot to 1.14.1pin1-1/+2
2022-07-06sysutils/broot: update to 1.14.1pin2-6/+6
v1.14.1 - 2022-07-06 -Due to a technical problem, background color based skin selection is disabled on non linux systems.
2022-07-06mk/install: fix indentation and alignment, no functional changerillig3-14/+15
2022-07-06py-cryptodome: fix PLIST for python 2.xwiz1-4/+7
2022-07-06Updated textproc/py-breathe, www/py-channelsadam1-1/+3
2022-07-06py-channels: updated to 3.0.5adam2-7/+6
3.0.5 Bugfixes & Small Changes Removed use of providing_args keyword argument to consumer started signal, as support for this was removed in Django 4.0. Backwards Incompatible Changes Drops support for end-of-life Python 3.6 and Django 3.0 and 3.1.
2022-07-06py-breathe: updated to 4.34.0adam2-7/+7
Breathe v4.34.0 Treat .unparsed as plain text. Remove unneeded type: ignore annotations. Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive. Rename lint workflow. Type check pygments and limit docutils stub version. Convert dot files' relative path to absolute. CI, update Sphinx versions to test. CI, update for Sphinx 5.0.1. Fix inconsistency in example. Fix C# enum rendering crash. Drop Sphinx 3 support, add Sphinx 5 support. CICD: Disable python 3.6 for Sphinx master tests. Populate default include text-node's data field instead of raw-source.
2022-07-06abseil: update commentwiz2-5/+3
NetBSD part was integrated, Solaris part needs to be upstreamed
2022-07-06Updated devel/abseil, net/grpc, net/py-grpcio-testing, net/py-grpcio-toolsadam1-1/+6
2022-07-06grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.47.0adam13-82/+83
Release v1.47.0 Latest For gRPC documentation, see grpc.io. For previous releases, see Releases. This release contains refinements, improvements, and bug fixes, with highlights listed below. Announcement gRPC C++ 1.47.0 is the first release requiring C++14 (proposal). For those who cannot upgrade to C++14 right now, you can use gRPC C++ 1.46.x in the meantime and gRPC C++ 1.46.x will be maintained by having fixes for critical bugs (P0) and security fixes until 2023-06-01. Core xDS: Workaround to get gRPC clients working with istio Bump core version to 25.0.0 for upcoming release. Initial support for Haiku. Add NetBSD support (Community-supported). server: per-rpc backend metric reporting. Remove C# implementation (individual packages will continue to be maintained through v2.46.x patches or moved to grpc-dotnet). C++ Expose NoOpCertificateVerifier to C++. RouteGuide example: Abort if database file not found. C# C#: Suppress CS8981 in generated source. Python Set Correct Platform Tag in Wheels on Mac OS with Python 3.10 Removed manylinux2010 python artifacts. Allow grpcio to be built against system abseil-cpp. [Python] Add an UDS example. Ruby Backport "Support for prebuilt Ruby binary on x64-mingw-ucrt platform Upgrade ruby rake-compiler-dock images (and stop building ruby gem artifacts on mac, in favor of rake-compile-dock darwin builds). Other Downgrade io_bazel_rules_go to v0.27.0 restore Bazel 3.x support.
2022-07-06abseil: updated to 20220623.0adam7-155/+98
Abseil LTS 20220623 What's New: Added absl::AnyInvocable, a move-only function type. Added absl::CordBuffer, a type for buffering data for eventual inclusion an absl::Cord, which is useful for writing zero-copy code. Added support for command-line flags of type absl::optional<T>. Breaking Changes: CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control whether or not unit tests are built. The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that are experiencing new warnings can use -Wno-deprecated-declatations silence the warnings or use -Wno-error=deprecated-declarations to see warnings but not fail the build. ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some compilers are more strict about where this keyword must appear compared to the pre-C++20 implementation. Bazel builds now depend on the bazelbuild/bazel-skylib repository. See Abseil's WORKSPACE file for an example of how to add this dependency. Other: This will be the last release to support C++11. Future releases will require at least C++14.
2022-07-06libgpod: fix libplist detectionwiz2-1/+56
2022-07-06git: updated to 2.37.0adam5-12/+9
Git v2.37 Release Notes ======================= UI, Workflows & Features * "vimdiff[123]" mergetool drivers have been reimplemented with a more generic layout mechanism. * "git -v" and "git -h" are now understood as "git --version" and "git --help". * The temporary files fed to external diff command are now generated inside a new temporary directory under the same basename. * "git log --since=X" will stop traversal upon seeing a commit that is older than X, but there may be commits behind it that is younger than X when the commit was created with a faulty clock. A new option is added to keep digging without stopping, and instead filter out commits with timestamp older than X. * "git -c branch.autosetupmerge=simple branch $A $B" will set the $B as $A's upstream only when $A and $B shares the same name, and "git -c push.default=simple" on branch $A would push to update the branch $A at the remote $B came from. Also more places use the sole remote, if exists, before defaulting to 'origin'. * A new doc has been added that lists tips for tools to work with Git's codebase. * "git remote -v" now shows the list-objects-filter used during fetching from the remote, if available. * With the new http.curloptResolve configuration, the CURLOPT_RESOLVE mechanism that allows cURL based applications to use pre-resolved IP addresses for the requests is exposed to the scripts. * "git add -i" was rewritten in C some time ago and has been in testing; the reimplementation is now exposed to general public by default. * Deprecate non-cone mode of the sparse-checkout feature. * Introduce a filesystem-dependent mechanism to optimize the way the bits for many loose object files are ensured to hit the disk platter. * The "do not remove the directory the user started Git in" logic, when Git cannot tell where that directory is, is disabled. Earlier we refused to run in such a case. * A mechanism to pack unreachable objects into a "cruft pack", instead of ejecting them into loose form to be reclaimed later, has been introduced. * Update the doctype written in gitweb output to xhtml5. * The "transfer.credentialsInURL" configuration variable controls what happens when a URL with embedded login credential is used on either "fetch" or "push". Credentials are currently only detected in `remote.<name>.url` config, not `remote.<name>.pushurl`. * "git revert" learns "--reference" option to use more human-readable reference to the commit it reverts in the message template it prepares for the user. * Various error messages that talk about the removal of "--preserve-merges" in "rebase" have been strengthened, and "rebase --abort" learned to get out of a state that was left by an earlier use of the option. Performance, Internal Implementation, Development Support etc. * The performance of the "untracked cache" feature has been improved when "--untracked-files=<mode>" and "status.showUntrackedFiles" are combined. * "git stash" works better with sparse index entries. * "git show :<path>" learned to work better with the sparse-index feature. * Introduce and apply coccinelle rule to discourage an explicit comparison between a pointer and NULL, and applies the clean-up to the maintenance track. * Preliminary code refactoring around transport and bundle code. * "sparse-checkout" learns to work better with the sparse-index feature. * A workflow change for translators are being proposed. git.pot is no longer version controlled and it is local responsibility of translators to generate it. * Plug the memory leaks from the trickiest API of all, the revision walker. * Rename .env_array member to .env in the child_process structure. * The fsmonitor--daemon handles even more corner cases when watching filesystem events. * A new bug() and BUG_if_bug() API is introduced to make it easier to uniformly log "detect multiple bugs and abort in the end" pattern. Fixes since v2.36 ----------------- * "git submodule update" without pathspec should silently skip an uninitialized submodule, but it started to become noisy by mistake. (merge 4f1ccef87c gc/submodule-update-part2 later to maint). * "diff-tree --stdin" has been broken for about a year, but 2.36 release broke it even worse by breaking running the command with <pathspec>, which in turn broke "gitk" and got noticed. This has been corrected by aligning its behaviour to that of "log". (merge f8781bfda3 jc/diff-tree-stdin-fix later to maint). * Regression fix for 2.36 where "git name-rev" started to sometimes reference strings after they are freed. (merge 45a14f578e rs/name-rev-fix-free-after-use later to maint). * "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec when showing the second and subsequent commits, which has been corrected. (merge 5cdb38458e jc/show-pathspec-fix later to maint). * "git fast-export -- <pathspec>" lost the pathspec when showing the second and subsequent commits, which has been corrected. (merge d1c25272f5 rs/fast-export-pathspec-fix later to maint). * "git format-patch <args> -- <pathspec>" lost the pathspec when showing the second and subsequent commits, which has been corrected. (merge 91f8f7e46f rs/format-patch-pathspec-fix later to maint). * "git clone --origin X" leaked piece of memory that held value read from the clone.defaultRemoteName configuration variable, which has been plugged. (merge 6dfadc8981 jc/clone-remote-name-leak-fix later to maint). * Get rid of a bogus and over-eager coccinelle rule. (merge 08bdd3a185 jc/cocci-xstrdup-or-null-fix later to maint). * The path taken by "git multi-pack-index" command from the end user was compared with path internally prepared by the tool without first normalizing, which lead to duplicated paths not being noticed, which has been corrected. (merge 11f9e8de3d ds/midx-normalize-pathname-before-comparison later to maint). * Correct choices of C compilers used in various CI jobs. (merge 3506cae04f ab/cc-package-fixes later to maint). * Various cleanups to "git p4". (merge 4ff0108d9e jh/p4-various-fixups later to maint). * The progress meter of "git blame" was showing incorrect numbers when processing only parts of the file. (merge e5f5d7d42e ea/progress-partial-blame later to maint). * "git rebase --keep-base <upstream> <branch-to-rebase>" computed the commit to rebase onto incorrectly, which has been corrected. (merge 9e5ebe9668 ah/rebase-keep-base-fix later to maint). * Fix a leak of FILE * in an error codepath. (merge c0befa0c03 kt/commit-graph-plug-fp-leak-on-error later to maint). * Avoid problems from interaction between malloc_check and address sanitizer. (merge 067109a5e7 pw/test-malloc-with-sanitize-address later to maint). * The commit summary shown after making a commit is matched to what is given in "git status" not to use the break-rewrite heuristics. (merge 84792322ed rs/commit-summary-wo-break-rewrite later to maint). * Update a few end-user facing messages around EOL conversion. (merge c970d30c2c ah/convert-warning-message later to maint). * Trace2 documentation updates. (merge a6c80c313c js/trace2-doc-fixes later to maint). * Build procedure fixup. (merge 1fbfd96f50 mg/detect-compiler-in-c-locale later to maint). * "git pull" without "--recurse-submodules=<arg>" made submodule.recurse take precedence over fetch.recurseSubmodules by mistake, which has been corrected. (merge 5819417365 gc/pull-recurse-submodules later to maint). * "git bisect" was too silent before it is ready to start computing the actual bisection, which has been corrected. (merge f11046e6de cd/bisect-messages-from-pre-flight-states later to maint). * macOS CI jobs have been occasionally flaky due to tentative version skew between perforce and the homebrew packager. Instead of failing the whole CI job, just let it skip the p4 tests when this happens. (merge f15e00b463 cb/ci-make-p4-optional later to maint). * A bit of test framework fixes with a few fixes to issues found by valgrind. (merge 7c898554d7 ab/valgrind-fixes later to maint). * "git archive --add-file=<path>" picked up the raw permission bits from the path and propagated to zip output in some cases, without normalization, which has been corrected (tar output did not have this issue). (merge 6a61661967 jc/archive-add-file-normalize-mode later to maint). * "make coverage-report" without first running "make coverage" did not produce any meaningful result, which has been corrected. (merge 96ddfecc5b ep/coverage-report-wants-test-to-have-run later to maint). * The "--current" option of "git show-branch" should have been made incompatible with the "--reflog" mode, but this was not enforced, which has been corrected. (merge 41c64ae0e7 jc/show-branch-g-current later to maint). * "git fetch" unnecessarily failed when an unexpected optional section appeared in the output, which has been corrected. (merge 7709acf7be jt/fetch-peek-optional-section later to maint). * The way "git fetch" without "--update-head-ok" ensures that HEAD in no worktree points at any ref being updated was too wasteful, which has been optimized a bit. (merge f7400da800 os/fetch-check-not-current-branch later to maint). * "git fetch --recurse-submodules" from multiple remotes (either from a remote group, or "--all") used to make one extra "git fetch" in the submodules, which has been corrected. (merge 0353c68818 jc/avoid-redundant-submodule-fetch later to maint). * With a recent update to refuse access to repositories of other people by default, "sudo make install" and "sudo git describe" stopped working, which has been corrected. (merge 6b11e3d52e cb/path-owner-check-with-sudo-plus later to maint). * The tests that ensured merges stop when interfering local changes are present did not make sure that local changes are preserved; now they do. (merge 4b317450ce jc/t6424-failing-merge-preserve-local-changes later to maint). * Some real problems noticed by gcc 12 have been fixed, while false positives have been worked around. * Update the version of FreeBSD image used in Cirrus CI. (merge c58bebd4c6 pb/use-freebsd-12.3-in-cirrus-ci later to maint). * The multi-pack-index code did not protect the packfile it is going to depend on from getting removed while in use, which has been corrected. (merge 4090511e40 tb/midx-race-in-pack-objects later to maint). * Teach "git repack --geometric" work better with "--keep-pack" and avoid corrupting the repository when packsize limit is used. (merge 66731ff921 tb/geom-repack-with-keep-and-max later to maint). * The documentation on the interaction between "--add-file" and "--prefix" options of "git archive" has been improved. (merge a75910602a rs/document-archive-prefix later to maint). * A git subcommand like "git add -p" spawns a separate git process while relaying its command line arguments. A pathspec with only negative elements was mistakenly passed with an empty string, which has been corrected. (merge b02fdbc80a jc/all-negative-pathspec later to maint). * With a more targeted workaround in http.c in another topic, we may be able to lift this blanket "GCC12 dangling-pointer warning is broken and unsalvageable" workaround. (merge 419141e495 cb/buggy-gcc-12-workaround later to maint). * A misconfigured 'branch..remote' led to a bug in configuration parsing. (merge f1dfbd9ee0 gc/zero-length-branch-config-fix later to maint). * "git -c diff.submodule=log range-diff" did not show anything for submodules that changed in the ranges being compared, and "git -c diff.submodule=diff range-diff" did not work correctly. Fix this by including the "--submodule=short" output unconditionally to be compared. * In Git 2.36 we revamped the way how hooks are invoked. One change that is end-user visible is that the output of a hook is no longer directly connected to the standard output of "git" that spawns the hook, which was noticed post release. This is getting corrected. (merge a082345372 ab/hooks-regression-fix later to maint). * Updating the graft information invalidates the list of parents of in-core commit objects that used to be in the graft file. * "git show-ref --heads" (and "--tags") still iterated over all the refs only to discard refs outside the specified area, which has been corrected. (merge c0c9d35e27 tb/show-ref-optim later to maint). * Remove redundant copying (with index v3 and older) or possible over-reading beyond end of mmapped memory (with index v4) has been corrected. (merge 6d858341d2 zh/read-cache-copy-name-entry-fix later to maint). * Sample watchman interface hook sometimes failed to produce correctly formatted JSON message, which has been corrected. (merge 134047b500 sn/fsmonitor-missing-clock later to maint). * Use-after-free (with another forget-to-free) fix. (merge 323822c72b ab/remote-free-fix later to maint). * Remove a coccinelle rule that is no longer relevant. (merge b1299de4a1 jc/cocci-cleanup later to maint). * Other code cleanup, docfix, build fix, etc. (merge e6b2582da3 cm/reftable-0-length-memset later to maint). (merge 0b75e5bf22 ab/misc-cleanup later to maint). (merge 52e1ab8a76 ea/rebase-code-simplify later to maint). (merge 756d15923b sg/safe-directory-tests-and-docs later to maint). (merge d097a23bfa ds/do-not-call-bug-on-bad-refs later to maint). (merge c36c27e75c rs/t7812-pcre2-ws-bug-test later to maint). (merge 1da312742d gf/unused-includes later to maint). (merge 465b30a92d pb/submodule-recurse-mode-enum later to maint). (merge 82b28c4ed8 km/t3501-use-test-helpers later to maint). (merge 72315e431b sa/t1011-use-helpers later to maint). (merge 95b3002201 cg/vscode-with-gdb later to maint). (merge fbe5f6b804 tk/p4-utf8-bom later to maint). (merge 17f273ffba tk/p4-with-explicity-sync later to maint). (merge 944db25c60 kf/p4-multiple-remotes later to maint). (merge b014cee8de jc/update-ozlabs-url later to maint). (merge 4ec5008062 pb/ggg-in-mfc-doc later to maint). (merge af845a604d tb/receive-pack-code-cleanup later to maint). (merge 2acf4cf001 js/ci-gcc-12-fixes later to maint). (merge 05e280c0a6 jc/http-clear-finished-pointer later to maint). (merge 8c49d704ef fh/transport-push-leakfix later to maint). (merge 1d232d38bd tl/ls-tree-oid-only later to maint). (merge db7961e6a6 gc/document-config-worktree-scope later to maint). (merge ce18a30bb7 fs/ssh-default-key-command-doc later to maint).
2022-07-06doc: Updated net/syncthing to 1.20.3triaxx1-1/+2
2022-07-06syncthing: Update to 1.20.3triaxx2-7/+6
upstream changes: ----------------- v1.20.3 Bugfixes: #8369: Shared device names are missing from "Edit Folder -> Sharing" #8376: Chrome Autofill Breaks Authentication #8386: Ignore patterns with wildcard and non-ASCII characters don't work as expected Enhancements: #8393: Warn if two devices are introducers to each other v1.20.2 Bugfixes: #7289: TCP port 0 is announced in the LAN beacon #8314: https://relays.syncthing.net/endpoint contains non-valid URLs with spaces #8355: Upgrading from v1.19.2 to v1.20.x now requires chmod for syncing files Enhancements: #8264: Include default ignore patterns in the GUI's advanced configuration editor #8310: Indicate folders / devices where the remote end is paused.
2022-07-06py-chardet: mark as not for python 2.7wiz1-1/+3
Use py-chardet4 for that
2022-07-06snapcast: allow the web interface to be used by setting reasonable defaultnia3-5/+15
config values for pkgsrc-based installations
2022-07-06snapcast: /var/run is cleared on boot so needs to be created by the rcnia3-11/+26
script
2022-07-06vile: add missing patchwiz1-0/+38
2022-07-06Updated devel/py-setuptools, devel/py-setuptools-rustadam1-1/+3
2022-07-06py-setuptools-rust: updated to 1.4.1adam3-33/+6
v1.4.1 Fix crash when checking Rust version.
2022-07-06py-setuptools: updated to 63.1.0adam3-13/+10
v63.1.0 Changes Merge with pypa/distutils@152c13d including pypa/distutils#155 (improved compatibility for editable installs on homebrew Python 3.9), pypa/distutils#150 (better handling of runtime_library_dirs on cygwin), and pypa/distutils#151 (remove warnings for namespace packages). v63.0.0 Breaking Changes Drop setuptools' support for installing an entrypoint extra requirements at load time: - the functionality has been broken since v60.8.0. - the mechanism to do so is deprecated (fetch_build_eggs). - that use case (e.g. a custom command class entrypoint) is covered by making sure the necessary build requirements are declared. Documentation changes Updated the example pyproject.toml -- by :user:`jacalata` This updates the documentation for the file_finders hook so that the logging recommendation aligns with the suggestion to not use distutils directly. Fix reference for keywords to point to the Core Metadata Specification instead of PEP 314 (the live standard is kept always up-to-date and consolidates several PEPs together in a single document). Reordered the User Guide's Table of Contents
2022-07-06doc: Updated sysutils/broot to 1.14.0pin1-1/+2
2022-07-06sysutils/broot: update to 1.14.0pin3-135/+147
v1.14.0 - 2022-07-05 Major Feature: imports -A configuration file can now import one or several other ones. An import can have a condition on the terminal's background color, which makes it possible to import either a dark or a light theme depending on the current terminal settings. You're also encouraged to split your configuration in several files, as is now done for the default configuration. Minor changes -fix --cmd not working (it was accidentaly renamed in --commands, -c was still working) - Fix #570
2022-07-06pkgtools/pkglint: update to 22.2.1rillig4-16/+49
Changes since 22.2.0: Suggest simpler condition when matching a variable against a pattern (occurs 220 times in pkgsrc). Improve explanation for documenting patches.
2022-07-06pkgtools/mktool: set IGNORE_CCACHE=yes to avoid circular dependencydbj1-1/+2
2022-07-05doc: Updated www/webkit-gtk to 2.36.4leot1-1/+2
2022-07-05webkit-gtk: Update to 2.36.4leot3-10/+9
Changes: 2.36.4 ====== - Fix the new ATSPI accessibility implementation to add the missing Collection interface for the loaded document. - Fix the MediaSession implementation to make the MPRIS object names more sandbox friendly, which plays better with Flatpak and WebKit's own Bubblwrap-based sandboxing. - Fix leaked Web Processes in some particular situations. - Fix the build with media capture support enabled. - Fix cross-compilation when targeting 64-bit ARM. - Fix several crashes and rendering issues.
2022-07-05tools: re-add (accidentally?) dropped realpathmarkd1-1/+4
2022-07-05prison: add recommended dependency zxing-cppmarkd1-1/+3
2022-07-05Updated devel/py-test-subtests, parallel/py-ipyparallel, ↵adam1-1/+5
security/py-cryptography, security/py-cryptography_vectors
2022-07-05py-cryptography py-cryptography_vectors: updated too 37.0.4adam4-14/+19
37.0.4 - 2022-07-05 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. 37.0.3 - 2022-06-21 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.4.
2022-07-05py-ipyparallel: updated to 8.4.1adam3-9/+9
8.4.1 is a tiny release, adding support for Python 3.11
2022-07-05py-test-subtests: updated to 0.8.0adam2-6/+6
0.8.0 * Now passing subtests are shown in the test run summary at the end (for example: ``10 failed, 1 passed, 10 subtests passed in 0.10s``)
2022-07-05pulseaudio: Requires C11 for static_assert().jperkin1-3/+2
2022-07-05mk: Add support for newer C standards.jperkin3-21/+37
For now the GCC "c99 == gnu99" override is kept, but gnu99 is now supported as a specific value for USE_LANGUAGES, so we may want to be specific where required. c11 and c17 (and the corresponding gnu11/gnu17 versions) are newly supported.
2022-07-05doc: Updated sysutils/dua-cli to 2.17.8pin1-1/+2
2022-07-05sysutils/dua-cli: update to 2.17.8pin3-107/+87
2.17.8 (2022-07-05) Bug Fixes remove chrono from the dependency tree. This assures there is no possibility for undefined behaviour to to localtime support used by some of the trash-crate code otherwise.