summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2022-12-16xfce4-taskmanager: update to 1.5.5gutteridge2-7/+6
Change log: 1.5.5 (2022-12-16) ===== - Stick process view at the top in the absence of user action - Get rid of GtkHeaderBar - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch, Estonian, French, Galician, German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokm��l, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian
2022-12-16syslog-ng: remove obsolete patcheswiz4-104/+1
2022-12-15Update xenkernel415, xentools415 and xenstoretools to 4.15.4bouyer6-20/+19
Main changes from 4.15.3: includes all security fixes up to and including XSA-422 other changes are minor improvements and fixes. Complete changelog can be found at: https://xenproject.org/downloads/xen-project-archives/xen-project-4-15-series/xen-project-4-15-4/
2022-12-15libgksu: Remove libutil on SunOS.jperkin1-1/+2
2022-12-15collectd-varnish: Requires libiconv.jperkin1-1/+2
2022-12-15collectd-gmond: Requires libiconv.jperkin1-1/+2
2022-12-15syslog-ng*: update to 3.38.1wiz11-30/+28
snmp module untested since net-snmp doesn't currently build on NetBSD-current Changes: 3.38.1 ====== ## Highlights ### Sneak peek into syslog-ng v4.0 syslog-ng v4.0 is right around the corner. This release (v3.38.1) contains all major changes, however, they are currently all hidden behind a feature flag. To enable and try those features, you need to specify `@version: 4.0` at the top of the configuration file. You can find out more about the 4.0 changes and features [here](https://github.com/syslog-ng/syslog-ng/blob/master/NEWS-4.0.md). Read our practical introduction to typing at [syslog-ng-future.blog](https://syslog-ng-future.blog/syslog-ng-4-progress-3-38-1-release/). ## Features * `grouping-by()`: added `inject-mode(aggregate-only)` This inject mode will drop individual messages that make up the correlation context (`key()` groups) and would only yield the aggregate messages (e.g. the results of the correlation). ([#3998](https://github.com/syslog-ng/syslog-ng/pull/3998)) * `add-contextual-data()`: add support for type propagation, e.g. set the type of name-value pairs as they are created/updated to the value returned by the template expression that we use to set the value. The 3rd column in the CSV file (e.g. the template expression) now supports specifying a type-hint, in the format of "type-hint(template-expr)". Example line in the CSV database: selector-value,name-value-pair-to-be-created,list(foo,bar,baz) ([#4051](https://github.com/syslog-ng/syslog-ng/pull/4051)) * `$(format-json)`: add --key-delimiter option to reconstruct JSON objects using an alternative structure separator, that was created using the key-delimiter() option of json-parser(). ([#4093](https://github.com/syslog-ng/syslog-ng/pull/4093)) * `json-parser()`: add key-delimiter() option to extract JSON structure members into name-value pairs, so that the names are flattened using the character specified, instead of dot. Example: Input: {"foo":{"key":"value"}} Using json-parser() without key-delimiter() this is extracted to: foo.key="value" Using json-parser(key-delimiter("~")) this is extracted to: foo~key="value" This feature is useful in case the JSON keys contain dots themselves, in those cases the syslog-ng representation is ambigious. ([#4093](https://github.com/syslog-ng/syslog-ng/pull/4093)) ## Bugfixes * Fixed buffer handling of syslog and timestamp parsers Multiple buffer out-of-bounds issues have been fixed, which could cause hangs, high CPU usage, or other undefined behavior. ([#4110](https://github.com/syslog-ng/syslog-ng/pull/4110)) * Fixed building with LibreSSL ([#4081](https://github.com/syslog-ng/syslog-ng/pull/4081)) * `network()`: Fixed a bug, where syslog-ng halted the input instead of skipping a character in case of a character conversion error. ([#4084](https://github.com/syslog-ng/syslog-ng/pull/4084)) * `redis()`: Fixed bug where using redis driver without the `batch-lines` option caused program crash. ([#4114](https://github.com/syslog-ng/syslog-ng/pull/4114)) * `pdbtool`: fix a SIGABRT on FreeBSD that was triggered right before pdbtool exits. Apart from being an ugly crash that produces a core file, functionally the tool behaved correctly and this case does not affect syslog-ng itself. ([#4037](https://github.com/syslog-ng/syslog-ng/pull/4037)) * `regexp-parser()`: due to a change introduced in 3.37, named capture groups are stored indirectly in the LogMessage to avoid copying of the value. In this case the name-value pair created with the regexp is only stored as a reference (name + length of the original value), which improves performance and makes such name-value pairs use less memory. One omission in the original change in 3.37 is that syslog-ng does not allow builtin values to be stored indirectly (e.g. $MESSAGE and a few of others) and this case causes an assertion to fail and syslog-ng to crash with a SIGABRT. This abort is now fixed. Here's a sample config that reproduces the issue: regexp-parser(patterns('(?<MESSAGE>.*)')); ([#4043](https://github.com/syslog-ng/syslog-ng/pull/4043)) * set-tag: fix cloning issue when string literal were used (see #4062) ([#4065](https://github.com/syslog-ng/syslog-ng/pull/4065)) * `add-contextual-data()`: fix high memory usage when using large CSV files ([#4067](https://github.com/syslog-ng/syslog-ng/pull/4067)) ## Other changes * The `json-c` library is no longer bundled in the syslog-ng source tarball Since all known OS package managers provide json-c packages nowadays, the json-c submodule has been removed from the source tarball. The `--with-jsonc=internal` option of the `configure` script has been removed accordingly, system libraries will be used instead. For special cases, the JSON support can be disabled by specifying `--with-jsonc=no`. ([#4078](https://github.com/syslog-ng/syslog-ng/pull/4078)) * platforms: Dropped support for ubuntu-impish as it became EOL ([#4088](https://github.com/syslog-ng/syslog-ng/pull/4088))
2022-12-13e2fsprogs: Drop -rpath-link on SunOS.jperkin1-1/+4
2022-12-12libtree: update to version 3.1.1nros2-6/+6
changelog: * Build system portability fixes * Fix make check exit code
2022-12-12libtree: remove unneeded dependenciesnros1-4/+1
libtree version 3 was rewitten in c99 without the need for dependencies.
2022-12-11sysutils/broot: update to 1.17.0pin3-147/+143
- max file size for content search now configurable (default is now 10MB) - Fix #626 - file summing now avoids /proc and /run - default configuration sets /media as not entered by default (can be commented out, of course)
2022-12-09sysutils/xosview2: update to xosview2-2.3.3vins2-7/+7
Add c++17 to USE_LANGUAGES to support `std::optional'. Changes since xosview-2.3.2: - reduce area cleared by labels by 1. - switch to std::optional - xsm now builds again. Changes since xosview-2.3.1 - fix openbsd cpu meter for new systemctl stats. - move BSD battery meter related code into btrymeter.cc. - fix freebsd memory meter for new sysctl stats. - remove dragonfly no longer has apmbios related battery stats. - misc cleanups.
2022-12-09sysutils/fd-find: update to 8.6.0pin3-83/+67
v8.6.0 Features - New --and <pattern> option to add additional patterns that must also be matched. See #315 and #1139 (@Uthar) - Added --changed-after as alias for --changed-within, to have a name consistent with --changed-before. Changes - Breaking: On Unix-like systems, --type executable now additionally checks if the file is executable by the current user, see #1106 and #1169 (@ptipiak) Bugfixes - Use fd instead of fd.exe for Powershell completions (when completions are generated on windows)
2022-12-08Revbump all Go packages after go119 security updatebsiegert9-18/+18
2022-12-08ansible-lint: updated to 6.9.1adam3-7/+11
v6.9.1 Bugfixes Allow var_naming_pattern in linter config schema Fix multiline jinja pattern in schema schema: allow jinja in diff keyword Assimilate schemas project Allow a prefix in subtasks names Refactor risky-octal and improve its messaging Deprecate running under py38 Restore offline mode functionality Fix badge linking to rules Upgrade linters and fix reported issues Improve RPM Packaging Refactor only-builtins to have less code duplication Treat ansible.legacy the same way ansible.builtin Allow additional modules in only-builtins Fix deannotate function Correct packaging metadata
2022-12-08ansible-core: updated to 2.14.1adam2-7/+7
v2.14.1 ======= Minor Changes ------------- - ansible-test - Improve consistency of executed ``pylint`` commands by making the plugins ordered. Bugfixes -------- - Fixes leftover _valid_attrs usage. - ansible-galaxy - make initial call to Galaxy server on-demand only when installing, getting info about, and listing roles. - copy module will no longer move 'non files' set as src when remote_src=true. - display - reduce risk of post-fork output deadlocks (https://github.com/ansible/ansible/pull/79522) - jinja2_native: preserve quotes in strings (https://github.com/ansible/ansible/issues/79083) - updated error messages to include 'acl' and not just mode changes when failing to set required permissions on remote.
2022-12-08sysutils/ruby-chef: stop buliding with ruby27taca1-1/+3
chef require Ruby 3.0.3 and later.
2022-12-08sysutils/hexyl: update to 0.12.0pin3-15/+31
Features - Only show one panel by default if the terminal width is not wide enough for two panels, see #182 (@sharkdp) - Respect the NO_COLOR environment variable, see #179 (@sharifhsn) Bugfixes - Do not fail with an error if --panels=auto is used and the output is piped, see #184 (@sharkdp) Changes - Breaking: For xxd-compatibility reasons, --group_bytes has been renamed to --group-size (with an --groupsize alias), see #121 (@sharkdp) hexyl as a library - Breaking: num_group_bytes has been renamed to group_size.
2022-12-06Add xosview2 to sysutils/Makefilevins1-1/+2
2022-12-06sysutils/xosview2: import package from wip.vins6-0/+70
xosview2 is the experimental new branch of the xosview system monitor. xosview is a lightweight program that gathers information from your operating system and displays it in graphical form. It attempts to show you in a quick glance an overview of how your system resources are being utilized.
2022-12-06py-xattr: updated to 0.10.1adam2-6/+6
Version 0.10.1 released 2022-12-03 * Update github actions https://github.com/xattr/xattr/issues/112 * Updated README to add reference to osxmetadata https://github.com/xattr/xattr/pull/110
2022-12-05sysutils/xplr: update to 0.20.1pin4-160/+168
Changes & fixes - xplr shell will default to $SHELL, using bash as a fallback. oh-my-zsh users please add TRAPEXIT() { echoti rmkx; } in your .zshrc (see #499 for more info). - (experiment) xplr will now display full-screen help menu in intermediate modes. Set xplr.config.modes.builtin[mode].layout = nil to disable. e.g. xplr.config.modes.builtin.create.layout = nil - Added new utility functions to work with json and yaml data. - xplr.util.from_json() - xplr.util.to_json() - xplr.util.from_yaml() - xplr.util.to_yaml() - Added new utility function xplr.util.version() to get the currently running binary version (semantic versioning fields). - Fixed displaying multispace characters (Japanese, Chinese...), thanks to @Elvyria for contributing to tui-input. - Fixed a bug causing the creation of a new directory named .\n when creating new files containing space in the name. - Minor UI updates.
2022-12-05sysutils/hexyl: update to 0.11.0pin3-139/+207
Features - Significantly improved performance, see #173 and #176 (@sharifhsn) - Added variable panels through the --panels and --terminal-width flags, see #13 and #164 (@sharifhsn) - Added new --group-bytes/-g option, see #104 and #170 (@RinHizakura) - Added new --base B option (where B can be binary, octal, decimal or hexadecimal), see #147 and #178 (@sharifhsn) - Show actual zero bytes as ⋄ in the character panel (previously: 0), in order not to confuse them with ASCII - 0 bytes if colors are deactivated. Closes #166 (@sharkdp) hexyl as a library - Breaking change: Printer::new is deprecated as a part of the public API. Alternatively, you can now construct a Printer using the PrinterBuilder builder API, see #168. (@sharifhsn) Other - More tests for the squeezing feature, see #177 (@mkatychev) Thank you - Special thanks go to @sharifhsn, not just for the new features, bugfixes and performance improvements. But also for many internal improvements of the code base and other maintenance tasks.
2022-12-04sysutils/puppet: update to 7.20.0taca2-7/+7
pkgsrc change: fix typo of USE_LANGUAGES. 7.20.0 (2022-10) Enhancements * Tag and bump puppet-resource_api in Puppet 7 * Bumps resource-api gem to 1.8.16. PA-4702 Resolved issues * Puppet::Util::Json raises an error when reading an empty file * Puppet no longer errors when loading an empty task metadata file. PUP-11629 * Augeas not working on M1 macOS Big Sur Fixed a bug in the Augeas component of the puppet-agent platform on macOS. Contributed by Puppet community member h0tw1r3. PA-4704 * Augtool packaged in puppet-agent 7.19.0 is broken puppet-agent 7.19.0 had a broken Augeas packaged with it. This is fixed in puppet-agent 7.20.0. PA-4686 Deprecations and removals * Support for Debian 9 removed This release removes support for Debian 9 (x86 and x86-64) from puppet-agent. PA-4576 * Support for Fedora 34 and 32 removed This release removes support for Fedora 34 and 32 (x86-64) from puppet-agent. PA-4284, PA-4269
2022-12-04sysutils/ruby-specinfra: update to 2.83.4taca2-6/+6
2.83.4 (2022-11-21) * Fix warning related to finalizer in docker backend
2022-12-04sysutils/ruby-facter: update to 4.2.13taca3-7/+12
4.2.13 (2022-10-11) * Networking facts generating conversion error: ERROR Facter::InternalFactManager - U+FFFF to CP850 in conversion from UTF-16LE to UTF-8 to CP850. Fixed a bug that prevented Facter from resolving its domain fact on Windows due to invalid strings in unrelated registry values. FACT-3145 * ec2_metadata is missing on FreeBSD. Restored ec2_metadata fact to Facter 4 on FreeBSD. Contirbuted by Puppet community member raybellis. FACT-3137 * ipaddress_* and ipaddress6_* facts missing on FreeBSD. Restored the ipaddress legacy facts on FreeBSD. Contributed by Puppet community member smortex. FACT-3130 * custom-dir is silently skipped if it is not absolute path. Fixed a regression in Facter 4 that prevented the user from specifying a custom directory using a relative path on the command line. Contributed by Puppet community member smortex. FACT-3078
2022-12-04sysutils/ruby-chef: really update to 18.0.185taca6-22/+21
Really update to 18.0.185, not 18.0.169.
2022-12-04sysutils/ruby-inspec-core: update to 5.18.14taca3-10/+48
Please refer <https://github.com/inspec/inspec/blob/main/CHANGELOG.md> for changes before 5.12.2. 5.18.14 (2022-07-13) * Bump rack from 2.2.3 to 2.2.3.1 in /omnibus #6098 (dependabot[bot]) * CFINSPEC-95: Enhance x509_certificate resource #6041 (ahasunos) * CFINSPEC-267: resource_ids group 6 #6101 (ahasunos) * CFINSPEC-262 Adds resource_id group 1 #6102 (Vasu1105) * CFINSPEC-266: resource_ids group 5 #6103 (ahasunos) * Fix the key duplication error warning in the mock_loader.rb #6120 (Vasu1105) * CFINSPEC-268 Adds resource_id group 7 #6105 (Vasu1105) * CFINSPEC-269 Adds resource_id group 8 #6107 (Vasu1105) * CFINSPEC-265 Group 4 - Added resource_id in resources #6109 (Nik08) * CFINSPEC-270 Adds resource_id group9 #6111 (Vasu1105) * CFINSPEC-273 Adds resource_id group 12 #6112 (Vasu1105) * Handle resource_id in error situations #6118 (ahasunos) * CFINSPEC-262 - Handle resource_id in error situation #6119 (Vasu1105) * Bump berkshelf from 8.0.0 to 8.0.2 in /omnibus #6114 (dependabot[bot]) * CFINSPEC-167: Profile Signing Rollup #5995 (Vasu1105) * CFINSPEC-291: Fix processes resource to consider processes without path on Windows #6100 (ahasunos) * Fixed Lint/DuplicateMethods: Method Inspec::Resources::Service#resource_id is defined at both #6132 (Vasu1105) * Dk/matchers rewrite #6007 (dkumaras) * Add inspec-6 branch as release branch #6136 (clintoncwolfe) * add ruby test 3.1 in verify pipeline #5892 (jayashrig158) * Updated plugins doc with send_report functionality #6144 (Nik08) * Bump octokit from 4.23.0 to 4.25.0 in /omnibus #6146 (dependabot[bot]) * Fixes for Buildkite Issues #6161 (Nik08) * CFINSPEC-238 Enhanced Outcomes Design Doc #6152 (clintoncwolfe) * Add k8s section to resources index page #6167 (IanMadd) * Windows fix for dependent profiles #6173 (Nik08) * Bump omnibus-software from a9b13a0 to 7bb8c7b in /omnibus #6191 (dependabot[bot]) * Trial - Update the omnibus/Gemfile.lock (can be the reason for omnibus build failure) #6195 (Vasu1105) * CFINSPEC-239 Attestations Design Doc #6188 (clintoncwolfe) 5.17.4 (2022-05-25) * chore: Set permissions for GitHub actions #5990 (neilnaveen) * CFINSPEC-88: Extend file resource documentation with be_mounted matcher #5999 (ahasunos) * CFINSPEC-185: Updates inspec check cli docs to include --with-cookstyle option #6000 (Vasu1105) * Fix for issue 5809 Service checks failing on Amazon linux 2022 #5998 (ahasunos) * Bump berkshelf from 7.2.2 to 8.0.0 in /omnibus #6020 (dependabot[bot]) * Add a sample validation key, to be used in testing key fetching #6030 (clintoncwolfe) * CFINSPEC-96: Add zfs resource #6004 (ahasunos) * CFINSPEC-250: Fix for inspec json command does not populate the inputs for the profile #6056 (Vasu1105) * CFINSPEC-252: Fix profile gem dependency installation is failing when gem version is not specified #6057 (Vasu1105) * CFINSPEC-84: Add x509_private_key resource #6018 (ahasunos) * CFINSPEC-90: Enhance host resource #6045 (ahasunos) * CFINSPEC-92: Enhance processes resource #5991 (ahasunos) * CFINSPEC-81: Add php_config resource #6010 (ahasunos) * UNIT_TESTS: update yaml reporter test for Ruby 3+ #6040 (marijus-ravickas) * fixing bad markdown syntax #6066 (replicajune) * Add vale config to docs in inspec repository #6065 (IanMadd) * Remove Hugo version from Netlify config #6075 (IanMadd) 5.14.0 (2022-04-21) * Fix unit test for service resource #5980 (ahasunos) * CFINSPEC-75: Add default_gateway resource #5979 (ahasunos) * CFINSPEC-181: Fix unable to upload inspec compliance profile using to… #5989 (Vasu1105) * CFINSPEC-87: Enhance file resource #5986 (ahasunos) * CFINSPEC-93: Enhance service resource #5981 (ahasunos) * CFINSPEC-89: Enhance group resource #5987 (ahasunos) * CFINSPEC-78: Add linux_audit_system resource #5988 (ahasunos) 5.12.2 (2022-04-08) Merged Pull Requests * Deprecation note for azurerm resources #5923 (IanMadd) * Extend CI test timeout to 60 minutes #5949 (clintoncwolfe) * updates to reporting detail on progress bar #5956 (aaronlippold) * CFINSPEC-85: Enhance docker_container resource with have_volume matcher #5944 (ahasunos) * CFINSPEC-86: Enhance docker_image resource #5945 (ahasunos) * fix(service): ensure installed: true isn't always returned on FreeBSD #5948 (myii) * AliCloud Platform Instructions #5960 (dkumaras) * CFINSPEC-94: Enhance user resource #5959 (ahasunos) * CFINSPEC-80: Add mail alias resource #5961 (ahasunos) * CFINSPEC-83: Add routing table resource #5972 (ahasunos) * Bump omnibus-software from 82b14e3 to 960cb6e in /omnibus #5973 (dependabot[bot]) * Move shortcodes from chef-web-docs to inspec repo #5969 (IanMadd)
2022-12-04sysutils/ruby-chef: update to 18.0.185taca8-46/+72
Please refer <https://github.com/chef/chef/blob/main/CHANGELOG.md> for changes before 18.0.185. 18.0.185 (2022-11-17) * Update the badssl cert to fix kitchen tests #13311 (PrajaktaPurohit) * Docs: Fix windows package docs examples #13211 (decoyjoe) * Bugfix: checksum validation #13210 (decoyjoe) * Bump deps for net-ssh 7.x for RHEL 9 and Ubuntu 22.04 ssh #13284 (Stromweld) * Fix windows habitat git #13316 (mwrock) * Fix call to install_snaps which is missing an argument #13025 (gene1wood) * adding choco function to test if it exists already #13330 (sean-simmons-progress) * Remove "free" command from buildkite run as it's not supported #13315 (gene1wood) * Fix false updates on cron resource when using integers #13147 (kimbernator) * fix knife train-core dep for latest supporting net-ssh 7.x dep #13338 (Stromweld) * Update GitHub Actions to address deprecated actions in workflows #13344 (gene1wood) * Updating the Hab installer and gems #13340 (johnmccrae) * fix bug in chef_client_config resource #13349 (Stromweld) * Adding TLS for Habitat-test.ps1 under Windows PowerShell #13361 (johnmccrae) * Add allowed_actions for each package type #13166 (gene1wood) * Add recipients of Awesome Chef Awards 2021/2022 #13285 (tnir)
2022-12-02xfce4-verve-plugin: add missing pcre dependency, fixes buildnros1-2/+3
2022-12-02sysutils/felix: update to 2.1.1pin5-71/+93
What's Changed - Update README.md by @rafo in #151 - Fix: Spawn process properly when opening a file in a new window on linux by @kyoheiu in #152
2022-12-01ansible-lint: updated to 6.9.0adam3-12/+17
v6.9.0 Minor Changes Enable dynamic schema refresh Allow additional collections in only-builtins Bugfixes Avoid Object of type PosixPath is not JSON serializable with jinja2 Expand ~ in PATH and warn user Fix only builtins fail test Allow profile to be set in config file Decouple profile listing from profile selecting on CLI Update url in docs Prevent installation on Windows Respect warn_list and skip_list Avoid version checking when version info is absent Improve installation documentation Docs: usage content edits Sort dependencies Fix loop_var_prefix message list in the docs Clarify progressive mode documentation
2022-12-01py-ansible-compat: updated to 2.2.6adam2-6/+6
v2.2.6 Bugfixes Adopt PEP-621 for packaging Revert "Avoid running galaxy on offline mode
2022-11-29libhandy1 -> newer libhandy (compile tested)prlw11-3/+3
2022-11-28py-pefile: updated to 2022.5.30adam2-12/+8
pefile 2022.5.30 Merged pull request 344 from elicn/faster-reloc: Speed up relocation process Merged pull request 175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory Turn data into a bytearray to avoid copying data around (from elicn) Merged pull request 343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average) Merged pull request 340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements Removed legacy Python 2 code Miscellaneous other fixes.
2022-11-28fdupes: old HOMEPAGE dead, use githubwiz1-2/+2
2022-11-28rdfind: update to 1.5.0.wiz2-7/+6
* add option -maxsize N to ignore files with size>=N bytes
2022-11-28sysutils/onefetch: update to 2.14.2pin3-216/+240
v2.14.2 Bug Fixes - Include assets in crate a2f508a @o2sh - Fix clap deps for onefetch-image crate 8cca7af - Add description field to onefetch-image and onefetch-manifest crate 2888186 @o2sh v2.14.1 Bug Fixes - Fix CD 5085c5b @o2sh v2.14.0 Features - Add description info line #851 @o2sh - Add CLI flag to set the maximum number of languages to be shown 8159b34 @o2sh - Add VisualBasic language support #867 @antonizyla Chore - Add manifest crate #851 @o2sh @spenserblack - Move image_backends into its own crate 9ce17c1 @o2sh - Add devcontainer/codespace config #857 @spenserblack - Switch to Swatinem/rust-cache for caching 7592eb2 @o2sh - Add README translation for Korean #869 @abiriadev - add icon to windows exe 584574f @o2sh Bug Fixes - Fix typo in help message for -e (--exclude) #861 @skogseth
2022-11-28py-stack-data: updated to 0.6.2adam2-7/+7
v0.6.2 reduce tox parallelism in make_release
2022-11-28optionally use /dev/smbios on all netbsd platforms, if machdep.smbiosmrg8-9/+155
exists and is non-zero. this makes dmidecode by default work on x86 with INSECURE. bump pkg version.
2022-11-27mate-sensors-applet: update to 1.26.0gutteridge2-7/+6
Change log: ### mate-sensors-applet 1.26.0 * Translations update * travis-Ci: use libera.chat as notification server * update copyright to 2021 * travis: disable travis builds for ubuntu * warning: declaration of ���content_area��� shadows a previous local * build: Use PACKAGE_URL variable * Update copyright to 2021 * Drop aticonfig plugin (#119) * sensors-applet: Remove unused function * Remove cppcheck warnings about the variable scope can be reduced * Remove USE_MATE2_MACROS from autogen.sh (legacy) * hddtemp & mbmon plugins: 'GTimeVal' is deprecated * Travis CI: enable irc notifications with tagged commits * libsensors-plugin: function declaration isn't a prototype ### mate-sensors-applet 1.25.0 * Translations update * docbook: change id value in about section * help: fix DE name and link to GPL * add git.mk to generate .gitignore * build: prevents two consecutive slashes in plugin file path * build: Fix G_LOG_DOMAIN for sensors applet * sonypi-plugin.c: Make sonypi plugin portable to GNU/Hurd * libsensors-plugin: Port to GRegex * Replace g_malloc0 with g_new0 and g_strdup * build: silent build warnings for distcheck * Remove unused-variable warning * build: show configure summary * build: Use WARN_CFLAGS variable * build: do not override the default value for MATE_COMPILE_WARNINGS
2022-11-27mate-power-manager: update to 1.26.0gutteridge2-8/+7
Change log: ### mate-power-manager 1.26.0 * Translations update * update copyright to 2021 * applets: Do not build the path to the menu files * build: Use PACKAGE_URL variable * update resource for transifex * Update copyright to 2021 * Remove warning -Wunused-but-set-variable * update issue template * gpm-backlight: Fix the position of the inline keyword * mate-power-preferences: add option to enable keyboard dimming * Switch default from libgnome-keyring to libsecret * gpm-control.c: Add libsecret implementation to gpm_control_hibernate() * gpm-control.c: Add libsecret implementation to gpm_control_suspend() * Add autotools support for libsecret * brightness applet: Prevent sliding from bogging down the UI * Install action and status icons to right location * Remove trailing spaces/tabs * gpm-kbd-backlight: Remove unused functions * Remove unused variable from gpm_notebook_scroll_event_cb ### mate-power-manager 1.25.0 * Translations update * Add git.mk to generate .gitignore * gpm-kbd-backlight: do not change keyboard back-light, when disabled * build: silent build warnings for distcheck * build: do not override the default value for MATE_COMPILE_WARNINGS * gpm-phone: silent "not connected" message unless debug * Remove unused entry from autostart * gpm-brightness: silent "using cache for value" message unless debug * Remove warning: ���GTimeVal��� is deprecated * gpm-backlight: silent "no dimming hardware" message unless debug * gpm-control: warning when a property cannot be set using dbus * glib-genmarshal: replace deprecated tokens NONE and BOOL * Remove warning function declaration isn���t a prototype * Port from EggDebug to the built-in GLib logging framework * gpm-manager: Remove dereference of a null pointer warning * Remove warning use of memory after it is freed * Rewrite gpm-prefs.ui from scratch * Remove warnings: unused variable * Read authors (updated) from mate-power-manager.about * Use gtk_show_about_dialog to show about dialog * Remove the CPU wakeups feature * Update copyright year on about dialog * generate missing gpm-* PNGs from new SVGs * add missing gpm-phone SVGs * add missing gpm-keboard SVGs * add missing gpm-mouse SVGs
2022-11-27mate-notification-daemon: update to 1.26.0gutteridge3-8/+12
Change log: ### mate-notification-daemon 1.26.0 * Translations update * Update copyright to 2021 ### mate-notification-daemon 1.25.1 * Translations update * daemon: g_memdup is dreprecated from glib 2.68 * engines.c: fix memory leak * mate-notification-properties.c: fix memory leaks * Remove shadow warnings [-Wshadow] * travis: build with mate-common-1.24.2 from repos * build: allow users to disable gettext support (--disable-nls) * Use notify_stack_destroy() instead of g_clear_object() for stacks (which are not GObjects)] * update resource for transifex * Update copyright to 2021 * update issue template * applet: Resize icon size with panel * mate-notification-applet: avoid segfault after removing the applet * Group common constants in a single file * Add Do Not Disturb Applet * build: Fix make distcheck * Remove USE_MATE2_MACROS from autogen.sh (legacy) * Formatting * Use C-style comments * Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am * Remove ENABLE_X11 AM_CONDITIONAL() * Don't error if X11 libs not found if X11 not forced on * Set layer and notificaiton * Implement placement on Wayland * Add initial Wayland backend * Hide X11-specific code behind ifdefs and checks * Remove X11 calls from nodoka-theme.c * Use gdk_set_allowed_backends () * Support --enable-x11 and --enable-wayland * Include directory in warning message when failed to open themes ### mate-notification-daemon 1.25.0 * Translations update * add git.mk to generate .gitignore * daemon: Use monotonic time instead of real time * Remove conversion warnings * build: silent build warnings for distcheck * Filter-out img elements from notification body * The body of a notification may also contain hyperlinks * build: do not override the default value for MATE_COMPILE_WARNINGS * Rewrite mate-notification-properties.ui from scratch * daemon: Remove warning about GTimeVal deprecation * build: Remove generated files
2022-11-27caja-extensions: update to 1.26.1gutteridge3-9/+9
Change log: ### caja-extensions 1.26.1 * Translations update * Fix resolving the path to caja-extensions.mo on guix system * Fixed caja-share not working under Arch Linux ### caja-extensions 1.26.0 * Translations update * update copyright to 2021 ### caja-extensions 1.25.1 * Translations update * image-converter: remove hardcoded filepath to convert (portability) * build: allow users to disable gettext support (--disable-nls) * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME * gksu: do not run the command on a new thread * Do not call bindtextdomain/bind_textdomain_codeset in libraries * Include i18n header after defining GETTEXT_PACKAGE macro * caja-image-rotator: remove user_data cast on signal handler * caja-image-resizer: remove user_data cast on signal handler * caja-image-resizer: use gtk_builder_new_from_resource * caja-image-rotator: use gtk_builder_new_from_resource * caja-image-resizer: promote to final class * caja-image-rotator: promote to final class * build: Use PACKAGE_URL variable * Print status messages * Update copyright * Remove warning -Wshadow * caja-sendto-command: use g_list_free_full * lookup_in_data_dir, caja_open_terminal_get_file_items are static * Use `#include <config.h>` * Remove USE_MATE2_MACROS from autogen.sh (legacy) * Remove unused macros ### caja-extensions 1.25.0 * Translations update * update resource for transifex * add git.mk to generate .gitignore * Require gtk+ 3.22 in glade files * sendto: Fix evolution command for sending an email * build: silent build warnings for distcheck * image-converter: Add error-dialog.ui * use MATE_COMPILE_WARNINGS from mate-common * Fix memory leak allocated with 'gtk_builder_new ()' * caja-image-rotator: fix memory leak pointed to by 'angle' * caja-image-resizer: fix memory leak pointed to by 'size' * image-converter: use gresources for UI files * share: rewrite share-dialog.ui from scratch * caja-sendto-command: fix memory leak pointed to by 'p' * image-converter: rewrite caja-image-rotate.ui from scratch * Do not collect the translation for Icon * automake: do not include CFLAGS in CPPFLAGS
2022-11-27caja-dropbox: update to 1.26.0gutteridge4-14/+31
Change log: ### caja-dropbox 1.26.0 * update translations ### caja-dropbox 1.25.0 * update translations * update copyright for 2021 * dropbox-client-util: add missing include * caja-dropbox: reset_all_files is a static function * caja-dropbox.pot: use UTF-8 charset * Add i18n support * Remove USE_MATE2_MACROS from autogen.sh (legacy) * build: silent build warnings for distcheck * build: Silent building * use MATE_COMPILE_WARNINGS from mate-common
2022-11-27caja: update to 1.26.1gutteridge3-9/+8
Change log: ### caja 1.26.1 * tx: sync with transifex * Fix Caja does not show icons of application launchers * caja-mime-actions: fix memory leak * caja-bookmark: fix memory leak * caja-bookmark: drop create_image_cairo_for_bookmark * caja-file-conflict-dialog: Move to automatic signal disconnection * caja-file-conflict-dialog: Properly release references on dispose() * caja-file-conflict-dialog: update the icons once * caja-module: fix memory leak * caja-sidebar-title: fix memory leak * fm-directory-view: fix memory leak * eel-background: fix memory leak * caja-application: avoid SEGV when profiling/debugging code * caja-places-sidebar: fix right-click menu height ### caja 1.26.0 * update translations * Update copyright to 2021 ### caja 1.25.3 * update translations * caja-directory.c: Fix memory leak. * caja-bookmarks-window.ui: expand child widgets, sane default size * caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labels * caja-file-management-properties.ui: remove deprecated GtkAlignment (use * update resource for transifex * travis: disable travis builds for ubuntu * Add creation time support * caja-window: remove -Wcast-function-type warning * caja-window-menus: remove -Wcast-function-type warning * caja-window-manage-views: remove -Wcast-function-type warning * caja-property-browser: remove -Wcast-function-type warning * icon view: Add a directory setting to block moving icons * Improved filesystem check on dnd * No longer need to check the locale.h header as it's part of C90 * warning: missing initializer for a field of ‘GtkActionEntry’ * caja-places-sidebar: gnome-disk-utility ignores the --xid option * keep one .desktop suffix on desktop file renaming * caja-pathbar: Fix cppcheck warning nullPointerRedundantCheck * caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE * cppcheck warning: Local variable 'combo_box' shadows outer argument * Rename wallpaper pattern name from MATE to GNOME * caja-window: Fix cppcheck warning unusedAllocatedMemory * caja-file-management-properties: Do not cast the instance to GObject when connecting a signal * caja-file-management-properties: use gtk_builder_new_from_file * Fix warnings about xmlChar cast * caja-customization-data: keep the key of the hash table if exists * caja-customization-data: Do not build the path to the browser.xml file * caja-directory-async: drop istr_set_insert, use g_hash_table_add instead * build: allow users to disable gettext support (--disable-nls) * build: Use PACKAGE_URL variable * build: underline package name and version in configure summary * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME ### caja 1.25.2 * update translations * build: fix dist target * i18n: Fix fetching all keywords on desktop files * Fix desktop file validation warning * caja-places-sidebar: upgrade format drive item * Update copyright to 2021 ### caja 1.25.1 * update translations * Remove warning -Wtype-limits * caja-bookmarks-window: upgrade ui file * caja-file-operations: Let user mark trusted launcher * caja-directory-async: trust marked launchers * gio set PATH "metadata::caja-trusted-launcher" true * caja-directory-async: trust also launchers from user desktop * caja-directory-async: trust only system launchers * caja-file-management-properties: use g_list_free_full * caja-icon-container: warning -Wold-style-declaration * file-operations: don't attempt to move into the source dir * test-eel-pixbuf-scale: Profile only the scaling functions just once * Remove the use of the gettimeofday function * test-eel-image-table: Fix the filename for the test image * test-eel-image-table: Use the UTF-8 encoding for the file itself * test-eel-labeled-image: Fix showing the image on the controls * fm-properties-window: make the location of system folders portable * Remove unused macros * Duplicate tabs using the scroll wheel * middle-clicking the reload button duplicates tab * Fix i18n in backgrounds and emblems dialog * fix distcheck error on archlinux and fedora * use pango-devel as BR for fedora * fm-directory-view: Error message when a link could not be created * travis: use ubuntu:rolling tag to fix building * eel-editable-label: Consecutive break/return statements are unnecessary * tx: fix build error with Hebrew language * Travis CI: debian build: add -Wunused-macros to CFLAGS * Remove trailing spaces/tabs * caja-dnd: Create links by default on dnd from Web Browsers * Add a "Bookmarks" sidebar to Caja * Guard block is missing * caja-notebook: Add notebook scroll event * fm-icon-view: totem-audio-preview was removed in totem 2.25.90 * caja-file-management-properties: Reduce the height of the dialog * Remove unused variable from eel_notebook_scroll_event_cb * fm-properties-window: Do not display Modified field for mounted points * add required libraries for libegg * caja properties-window: display dir last modified * Travis CI: enable irc notifications with tagged commits * update submodule ### caja 1.25.0 * update translations * Add informations about translation contribution * caja-window-slot: fix window icon replacement/alternation * fm-properties: Don't show notebook arrows * caja-file-management-properties: Remove caja_file_management_properties_size_group_create * caja-file-management-properties.ui: Fix deprecations * Replace GtkStateType (GTK2 enum) with GtkStateFlags (GTK3 enum) * caja-file: remove warning GTimeVal is deprecated * update README * mate-submodules: use git submodule for libegg * Remove the warning: the address of ‘iter’ will never be NULL * support an explicit --select command line option * tx: pull slowak translation from server * build: silent build warnings for distcheck * Fix -Wmissing-prototypes build warnings * Remove warnings about function declaration isn’t a prototype * caja-window-menus: website-label, consistency with other about-dialog * use MATE_COMPILE_WARNINGS from mate-common * fix runtime warning from newly unused code * Confirm before deleting during an undo operation * Updating the link of caja * Update authors * Look for caja extensions at $CAJA_EXTENSION_DIRS
2022-11-26py-subprocess-tee: add missing tool dependency on py-wheelwiz1-1/+2
2022-11-26py-subprocess-tee: updated to 0.4.0adam3-28/+17
v0.4.0 Minor Changes Enable support for py311 Bugfixes Remove support for py37 Remove support for py36 Mark test test_rich_console_ex as broken
2022-11-26sysutils/ups-nut: Add upstream commit reference to patchgdt2-3/+6
2022-11-25sysutils/nnn: Update to 4.7sjmulder3-8/+7
Changes: - fix ^N not working sometimes (#1449) - fix file remove confirmation prompt [Esc - cancel, y/Y - use force, any other key - prompt for each file] - bring back atool as the default archive handler - add option -B to use bsdtar as the archive utility - find and list mode improvements - continue even if max paths/data size limit is exceeded - speed improvements - support listing maximum 16K paths of 64 MiB of data - key J to jump to an entry or relative offset from current entry - prefill the hard link creation prompt when there's a single target (#1507) - documented workaround for docker container crash (#1407, #1476) - plugin imgview: handle arguments as strings (#1509) - plugin wallpaper: support Wayland (#1512) - plugin upload: handle selection using ffsend (#1523) - add Rust icons (#1502)