Commit graph

12431 commits

Author SHA1 Message Date
pin
120d1e55f0 sysutils/macchina: update to 6.1.4
6.1.4
Fixes
 - We hope this release addresses the build issues that have been occurring
   lately.

Features
 - libmacchina has been bumped to v6.3.0 which includes a new feature:
    - Implement backlight readout for macOS

6.1.3
 - Yanked.
2022-09-17 18:46:22 +00:00
pin
da05d79849 Add ripdrag 2022-09-17 16:03:12 +00:00
pin
94714b1f46 sysutils/ripdrag: import pkg
ripdrag is an application that lets you drag and drop files from and to the
terminal.

It's designed to be feature to feature compatible with dragon, while being
written in modern Rust and GTK4.
Although, some features like --on-top can't be ported over because of
limitations in gtk4.
2022-09-17 16:01:39 +00:00
pin
a2f3a62d35 sysutils/macchina: update to 6.1.2
- Fixed an issue that caused installations through cargo to fail due to a
   malformed lockfile.
2022-09-16 11:13:31 +00:00
taca
9a03659b7b sysutils/ruby-facter: update to 4.2.12
4.2.12 (2022-09-12)

Enhancements

* Support for ERB changes introduced in Ruby 3.1.  Facter now supports ERB
  changes introduced in Ruby 3.1.  FACT-3102

Resolved issues

* YAML anchors no longer function properly in Facter 4.  Enabled YAML
  anchors in Facter 4, a feature that was available previously in Facter 3.
  Additionally, testing was added to ensure Facter continues to behave as
  expected when handling YAML anchors.  FACT-3135

* Facter 4 Does Not Support Built-In Windows Commands.  Facter 3.x
  special-cased echo for Windows to allow it to run using the built-in for a
  Windows shell; Facter 4 upgrade neglected to include this special case.
  This fix adds that special case back in.  FACT-3133
2022-09-16 06:17:21 +00:00
taca
d2ba647657 sysutils/puppet: update to 7.19.0
Puppet 7.19.0

Released September 2022.

Note:
New versions of Puppet now release every six weeks rather than every four
weeks.

Enhancements

* Support for Fedora 36 (x86_64)

	This release adds support for Fedora 36 (x86_64).  PA-4668

* Updated Augeas to 1.13.0

	Bumped Augeas to 1.13.0 for all supported platforms except for
	Solaris and AIX.  Those two platforms remain on 1.12.0, as Augeas
	1.13.0 fails to compile due to a few readline function calls that
	are not on Solaris or AIX.  PA-4494

Resolved issues

* Puppet sends malformed PuppetDB reports with Oj

	Reports sent to PuppetDB using the Oj JSON backend are now properly
	formatted.  PUP-11620

	puppet module list --render-as json does not report unmet dependencies

	puppet module list --render-as json now includes information about
	unmet dependencies.  PUP-11604

* Puppet does not write SELinux labels on ZFS

	Marked ZFS as an SELinux-capable filesystem.  PUP-11603

	Puppet::Util.safe_posix_fork fails if /proc/self is not a directory

	Puppet now handles misconfigured /proc filesystems correctly.
	PUP-11594

* Puppet on Ruby 3.1 warns about ERB passing safe_level as non-keyword argument

	Puppet now passes ERB arguments as keywords.  PUP-11552

Security

* FIPS OpenSSL: disable c_rehash binary

	Fixed CVE-2022-1292 and CVE-2022-2068.  PA-4621
2022-09-16 06:10:03 +00:00
msaitoh
dd4eea73e5 Modify the extended header stuff for new x86/include/cpu_ucode.h. NFC. 2022-09-15 14:39:03 +00:00
pin
4be7d7609e sysutils/macchina: update to 6.1.1
- Updated dependencies to their latest versions
 - Removed --export-config flag
 - Renamed CHANGELOG.txt to CHANGELOG.md
2022-09-15 03:55:46 +00:00
wiz
a486dce809 ansible-lint: fix PLIST.
Bump PKGREVISION.
2022-09-14 11:21:31 +00:00
adam
eebc692700 ansible-core: updated to 2.13.4
v2.13.4
=======

Bugfixes
--------
- Fix for network_cli not getting all relevant connection options
- ansible-galaxy - Fix detection of ``--role-file`` in arguments for implicit role invocation (https://github.com/ansible/ansible/issues/78204)
- ansible-galaxy - Fix exit codes for role search and delete (https://github.com/ansible/ansible/issues/78516)
- ansible-test - Fix change detection for ansible-test's own integration tests.
- ansible-test - ansible-doc sanity test - Correctly determine the fully-qualified collection name for plugins in subdirectories, resolving https://github.com/ansible/ansible/issues/78490.
- apt - don't actually update the cache in check mode with update_cache=true.
- apt - don't mark existing packages as manually installed in check mode (https://github.com/ansible/ansible/issues/66413).
- apt - fix package selection to include /etc/apt/preferences(.d) (https://github.com/ansible/ansible/issues/77969)
- urls - Guard imports of ``urllib3`` by catching ``Exception`` instead of ``ImportError`` to prevent exceptions in the import process of optional dependencies from preventing use of ``urls.py`` (https://github.com/ansible/ansible/issues/78648)
- wait_for - Read file and perform comparisons using bytes to avoid decode errors (https://github.com/ansible/ansible/issues/78214)
2022-09-14 06:46:01 +00:00
pin
1a06801d77 sysutils/broot: update to 1.14.3
- fix crash with token searches - Fix #504 - Thanks @FedericoStra
2022-09-13 17:55:28 +00:00
pin
1532d4c5b7 sysutils/lsd: update to 0.23.1
0.23.1 - 2022-09-13
Fixed
 - Fix tab completion for paths in ZSH from duhdugg
 - Fix POSIX-compatible exit status from duhdugg
2022-09-13 17:54:26 +00:00
pin
359bf8d1e8 sysutils/dua-cli: update to 2.18.0
Fixes
 - Remove a duplicate draw call which would have doubled the time it takes to
   refresh on user input.
   This might have been noticable when large amounts of files are displayed.

New Features
 - Automatically resize if the terminal changes in size.
2022-09-12 11:50:22 +00:00
fcambus
65dacd5a4e fdupes: update to 2.2.1.
Changes from 2.2.0 to 2.2.1:

 - Fix bug in code meant to skip over the current log file when --log
   option is given.
 - Updates to copyright notices in source code.

Changes from 2.1.2 to 2.2.0:

 - Add --deferconfirmation option.
 - Check that files marked as duplicates haven't changed during program
   execution before deleting them.
 - Update documentation to indicate units for SIZE in command-line options.
 - Move some configuration settings to configure.ac file.
2022-09-11 17:59:15 +00:00
wiz
dd5f63c32a *: bump PKGREVISION for flac shlib bump 2022-09-11 12:51:02 +00:00
pin
b1bbf44754 sysutils/xplr: update to 0.19.3
v0.19.3
 - Bug fixes for passing filters using the --on-load argument.

v0.19.2
 - Fixed support for the following keys in input mode:
    ctrl-h
    ctrl-b
    ctrl-f
    home
    end
    ctrl-k

v0.19.1
 - You can now access uid and gid of the file owners in the Lua API. See
   column-renderer and node docs.
 - The input buffer will support more readline-like keys. Also, added
   "DeleteTillEnd" as another cursor based "InputOperation" option.
   See tui-input v0.5.0 release.
 - Fixed applying regex based filters via the CLI and $XPLR_PIPE_MSG_IN pipe.
   See issue #503.
 - You can use the prompt field to define input prompt for each mode, instead
   of using the SetInputPrompt message. See init.lua changes.
2022-09-11 11:36:15 +00:00
bsiegert
e648c20336 Revbump all Go packages after go118 security update 2022-09-07 09:32:14 +00:00
pho
db768923d8 Recursive bump for recently updated Haskell packages 2022-09-07 06:50:44 +00:00
pho
4e95ab41d7 sysutils/typed-process: Update to 0.2.10.1
0.2.10.0
* Add mkPipeStreamSpec

0.2.9.0
* Re-export StdStream
2022-09-07 02:18:04 +00:00
pin
37e6b6ff82 sysutils/lsd: update to 0.23.0
0.23.0 - 2022-09-05
Added
 - Add icon for Zstandard from nix6839

Changed
 - Reduce the binary size and improve the performance from sabify

Fixed
 - Fix rendering issues in Windows from meain
2022-09-05 14:16:24 +00:00
adam
98de80846d ansible-lint: updated to 6.5.2
v6.5.2

Bugfixes

Correct example of selecting profile from cli
refactored runner.is_exclude and MatchError to use Lintable
jinja[spacing]: use black for formatting
deprecated-module: add documentation
latest: include filename on rule match
Correct documentation icons
Avoid resource leak warning with multiprocessing Semaphore
Use lockfile feature only when not in offline mode
Replace git-latest and hg-latest with latest rule
Increase lock timeout to 120s
Move ansible-lint config schema inside our repo
Added extra checks regarding rule listing
Refactor rule loading so we can correctly load markdown help files
Handle FileNotFoundError caused by processing new file in progressive mode
name[play]: now also correctly works with import_playbook blocks
deprecated-local-action: add documentation
deprecated-command: add documentation
command-instead-of-module: improve documentation
command-instead-of-module: improve documentation
key-order: improve documentation
Include links to documentation for default output
Documentation refactoring
Make use of libyaml when possible
name[casing]: now applies only to scripts supporting uppercase
2022-09-05 14:15:55 +00:00
adam
3284bf8416 py-psutil: also remove unused patch 2022-09-05 08:31:56 +00:00
adam
f944bad219 py-psutil: updated to 5.9.2
5.9.2
=====

**Bug fixes**

- 2093_, [FreeBSD], **[critical]**: `pids()`_ may fail with ENOMEM. Dynamically
  increase the ``malloc()`` buffer size until it's big enough.
- 2095_, [Linux]: `net_if_stats()`_ returns incorrect interface speed for
  100GbE network cards.
- 2113_, [FreeBSD], **[critical]**: `virtual_memory()`_ may raise ENOMEM due to
  missing ``#include <sys/param.h>`` directive.  (patch by Peter Jeremy)
- 2128_, [NetBSD]: `swap_memory()`_ was miscalculated.  (patch by Thomas Klausner)
2022-09-05 08:31:14 +00:00
pin
b59684f0e3 sysutils/cchmod: update to 0.1.3
- Update dependencies
 - New repository
2022-09-04 19:56:39 +00:00
wiz
065392780c py-pathvalidate: does not support python 2.7 2022-09-04 18:56:05 +00:00
taca
e9d4676374 sysutils/puppet: update to 7.18.0
Quote from release notes:
<https://puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet>.

7.18.0 (2022-08)

Enhancements

* Bump to openssl-fips-1.1.1k-6
* Update puppet-ca-bundle
* Support for macOS 12 (M1)
* Support for Windows 11 Enterprise (x86_64)
* Support for Ubuntu 22.04 (x86_64)

Resolved issues

* Sub-directory names returned as task names when listing tasks from a
  module
* Puppet agent --disable is ignored with cron puppet agent (splay).
* puppet-cacerts keystore is missing on Red Hat 9, SLES 15 and Ubuntu 20.04
* Deprecations and removals
* Support for Operating Systems removed

Security

* Update puppet runtime's curl to 7.83.1
  - Updated runtime to fix CVE-2022-22576, CVE-2022-27774, and
    CVE-2022-27776. PA-4472


7.17.0 (2022-05)

We would like to thank the following Puppet community members for their
contributions to this release: jplindquist, lollipopman, jps-help.

Enhancements

* Resolve deferred values on demand instead of at catalog read time
* Add virt-what and dmidecode in Puppet Agent
* Nokogiri security vulnerability fix
  - Fix for CVE-2022-29181. PA-4489

Resolved issues

* Puppet::HTTP::Client cannot connect to a server requiring client cert
  authentication and whose server cert is issued by a CA in the
  ssl_trust_store
* Remove compiler errors for deferred function mismatched types
* Yum provider does not properly update package using version range and
  install options
* Legacy function error does not include the source ref
* Cannot login under user created by Puppet on macOS 12.1
* Puppet Agent does not automatically refresh CRLs on crl_refresh_interval
* systemd: Puppet Agent starts before network-online.target is reached


7.16.0 (2022-04)

Enhancements

* Allow Puppet::HTTP::Client to connect to trusted server using the puppet
  certificate for client authentication
* Ruby security fix
  - Bumped Ruby to 2.7.6 to fix CVE-2022-28739. PA-4364


7.15.0 (2022-03)

Resolved issues

* puppet lookup fails to interpolate topscope variables when an environment
  is specified
* Rspec tests with custom facts fail on some modules
* No option to fail fast when agent-specified environment does not exist
* Nokigiri upgrade for macOS
* Some gemspecs are missing from puppet-agent MSI


7.14.0 (2022-01)

Enhancements

* Support for RHEL 9
* Bump Ruby component

Resolved issues

* Puppet uses deprecated psych features
* Agent no longer calls the Puppet::Node terminus to resolve the environment
  during the run
* Puppet user and service resources are slow on Mac OS X
* Puppet lookups failed due to missing certificates
* Lockups on servers running in multithreaded mode
* The generate types command does not handle errors correctly
2022-09-04 17:00:14 +00:00
taca
36dcef0114 sysutils/ruby-chef: update to 17.10.0
17.10.0 (2022-03-22)
Merged Pull Requests
* Chef-17 backport of diff-lcs pin update #12617 (lamont-granquist)
* Bump omnibus-software from ab23925 to d5ff796 in /omnibus #12629 (dependabot[bot])
* Bump omnibus-software from d5ff796 to f64a223 in /omnibus #12632 (dependabot[bot])
* Update nokogiri to 1.13.1 #12650 (tas50)
* Unpin libarchive and bump to 3.6.0 #12646 (tas50)
* Update to libffi 3.4.2 #12659 (tas50)
* Chef 17: Add OMNITRUCK_URL dist constant #12655 (ramereth)
* Chef-17 backport: Fix multiple regressions in yum_package provider #12662 (lamont-granquist)
* Bump omnibus-software from aa90acf to 5947560 in /omnibus #12671 (dependabot[bot])
* Updating win32.gemspec and releasing a new build #12688 (johnmccrae)

17.9.52 (2022-02-18)
Merged Pull Requests
* Bump omnibus-software from 791cc46 to 91c1297 in /omnibus #12577 (dependabot[bot])
* Bump omnibus from 55e74ac to cf9ef0a in /omnibus #12586 (dependabot[bot])
* Bump omnibus-software from 91c1297 to a4f4849 in /omnibus #12587 (dependabot[bot])
* IPACK-49-update-openssl-to-1.1.1m #12600 (jeremiahsnapp)
* Bump omnibus-software from a4f4849 to d602268 in /omnibus #12596 (dependabot[bot])
* fixes for #12589 for compliance audit-enforcer reporter #12613 (johnmccrae)

17.9.46 (2022-02-08)
Merged Pull Requests
* Chef 17 - Add constant for ChefServer`s docs url #12540 (aleksey-hariton)
* Bump omnibus-software from 1c00b6d to 791cc46 in /omnibus #12551 (dependabot[bot])
* Bump pedump from 0.6.3 to 0.6.4 in /omnibus #12537 (dependabot[bot])
* (Backport) Eager load ffi-libarchive to resolve centos-7 failures #12559 (lamont-granquist)

17.9.42 (2022-01-28)
Merged Pull Requests
* Simplify file reads #12386 (tas50)
* Reduce 213 requires from each knife call #12409 (tas50)
* Resolve Performance/Count warning #12410 (tas50)
* Resolve Performance/RegexpMatch warnings #12411 (tas50)
* Bump chef/ohai to fc48360746fa102f1c46ed1aee82896d94a3d4a3 #12427 (chef-expeditor[bot])
* Bump omnibus-software from b6dd27a to 94ef29b in /omnibus #12429 (dependabot[bot])
* Bump omnibus-software from 94ef29b to c2fb9a4 in /omnibus #12488 (dependabot[bot])
* Bump omnibus from 2bf77bb to 9c83f73 in /omnibus #12487 (dependabot[bot])
* Bump omnibus-software from c2fb9a4 to aa02d49 in /omnibus #12505 (dependabot[bot])
* Bump omnibus from 9c83f73 to 201afa9 in /omnibus #12507 (dependabot[bot])
* Add constant for ChefServer system user #12519 (aleksey-hariton)
* Suppress deprecation warning for chef-client-updater cookbook #12521 (lamont-granquist)
* Fix ruby cleanup breaking builds #12524 (tas50)
* Bump omnibus-software from aa02d49 to 1c00b6d in /omnibus #12530 (dependabot[bot])
* Bump omnibus from 201afa9 to 55e74ac in /omnibus #12531 (dependabot[bot])
* Fix inspec waivers in compliance mode (Chef 17 backport) #12532 (lamont-granquist)

17.9.26 (2022-01-05)
Merged Pull Requests
* homebrew_tap: Fix failures due to missing full property #12418 (jweyer8)
* Bump chef/chefstyle to c72bbc6a79ab0859755981f99d76635cd5bc275a #12420 (chef-expeditor[bot])
* Bump omnibus-software from 4707275 to b6dd27a in /omnibus #12425 (dependabot[bot])
* Fix typo in subscribes method documentation #12419 (gravitystorm)
* Resolve Style/MapToHash chefstyle warning #12421 (tas50)
* Resolve Style/SelectByRegexp warnings #12422 (tas50)
* Resolve Performance/StringIdentifierArgument warnings #12414 (tas50)
* Resolve Performance/RedundantSortBlock warnings #12413 (tas50)
* Resolve all Performance/RedundantEqualityComparisonBlock warnings #12412 (tas50)

17.9.18 (2021-12-23)
Merged Pull Requests
* Remove the unused bundler override #12330 (tas50)
* Replace Ubuntu 21.10 testing with 22.04 testing #12331 (tas50)
* Bump test-kitchen from 3.2.1 to 3.2.2 in /omnibus #12334 (dependabot[bot])
* Bump train-core to 3.8.5 #12339 (chef-expeditor[bot])
* Bump pedump from 0.6.2 to 0.6.3 in /omnibus #12351 (dependabot[bot])
* Remove the full option from homebrew_tap #12346 (damacus)
* Remove group provider for EOL SLES < 12 #12344 (tas50)
* Move more documentation into the code #12343 (tas50)
* Add #recipe_name to Chef::Provider #12207 (jasonwbarnett)
* remove unnecessary from_json call in windows_feature_powershell #12355 (rishichawda)
* Bump ohai to 17.8 #12360 (chef-expeditor[bot])
* Fix reference to chef/chef_dictionary main branch #12354 (jasonwbarnett)
* Properly fail on windows tests #12352 (lamont-granquist)
* Update Ohai to 17.9 #12362 (chef-expeditor[bot])
* Bump omnibus from 2c309fa to 2bf77bb in /omnibus #12366 (dependabot[bot])
* Bump omnibus-software from 8560231 to d2525ab in /omnibus #12372 (dependabot[bot])
* Setup auto issue labeler for docs #12370 (tas50)
* Update for the new downloads site #12361 (tas50)
* Add helpers to detect VMware desktop vs server platforms #12358 (tecracer-theinen)
* fix knife bootstrap issue when max wait is specified ref#12281 #12338 (kasif-adnan)
* Adds approle support for Chef::SecretFetcher::HashiVault #12300 (collinmcneese)
* Bump chef-vault to 4.1.5 #12380 (chef-expeditor[bot])
* Update adhoc-canary.omnibus.yml #12379 (jeremiahsnapp)
* YUM package idempotency fixes #10823 (lamont-granquist)
* Bump train-core to 3.8.6 #12387 (chef-expeditor[bot])
* Bump inspec-core-bin to 4.52.9 #12393 (chef-expeditor[bot])
* Unpin ohai in omnibus Gemfile #12383 (jeremiahsnapp)
* Add missing require statements #12405 (jasonwbarnett)
* Bump omnibus-software from d2525ab to 4707275 in /omnibus #12404 (dependabot[bot])
2022-09-04 16:33:48 +00:00
taca
3203aa9b47 sysutils/ruby-inspec-core: update to 4.50.3
Update to latest version 4 release.

Changes from 4.50.3 are too many to write here, please refer:
<https://github.com/inspec/inspec/blob/main/CHANGELOG.md>.
2022-09-04 16:26:21 +00:00
taca
a300be2253 sysutils/ruby-facter: update to 4.2.11
4.2.7 (2022-01-12)

* (FACT-3097) Kvm returns nil on OpenStack
* (FACT-3099) ec2_userdata fails if it contains ASCII-8BIT chars
* (FACT-3100) Fix disks fact lsblk path
* (maint) Add RHEL9 support to networking_facts test
* (maint) Github workflow now uses windows 2019

4.2.8 (2022-03-17)

* (PA-4133) Add puppet agent team to CODEOWNERS
* (FACT-1556) Add aws detection for cloud provider
* (FACT-3104) Update the Snyk monitor action

4.2.9 (2022-04-04)

* (FACT-3115) Correctly detect KVM in RHEL hypervisors
* (FACT-3116) Ignore EROFS when deleting fact cache
* (FACT-3090) Fix windows 11 detection

4.2.10 (2022-05-24)

* Merge pull request #2493 from mhashizume/maint/main/version_4_2_10

4.2.11 (2022-07-21)

* (FACT-3109) Add handling for Windows NIC names
* (FACT-3113) Encode strings as UTF-8 when reading files
* (maint) PA-4234 Update Networking Facts test
* (FACT-1557) Ignore CyclomaticComplexity for cloud.provider fact
* (FACT-1557) Extend the cloud.provider fact to Google Compute Engine
* (maint) Update acceptance test for Win11
* Merge pull request #2506 from
  cthorn42/maint/main/merge_changes_for_macos_acceptance_tests
* Merge pull request #2507 from
  cthorn42/maint/main/update_os.macosx.version.fact_test
2022-09-04 13:46:11 +00:00
pin
b3fb79ce4b sysutils/zoxide: update to 0.8.3
0.8.3 - 2022-09-02
Added
 - Nushell: support for z -.
 - Nushell: support for PWD hooks.

Changed
 - Fish: change fuzzy completion prefix to z!.
 - Zsh: allow z to navigate dirstack via +n and -n.
 - Fzf: improved preview window.

Fixed
 - Bash: double forward slash in completions.
2022-09-02 11:46:16 +00:00
pin
88942e00da sysutils/dust: update to 0.8.3
- Fix: Only create large stack size if enough memory
 - Small boxes do not have enough memory to create a large stack
 - Conversely we want a large stack size for large boxes with a very highly
   nested directory structure.
2022-09-02 11:45:17 +00:00
sborrill
3ea221b6e7 Add gam subdir 2022-08-31 10:11:09 +00:00
sborrill
7f59d8cd23 gam: Add GAM 6.24
GAM is a command line tool for Google Workspace admins to manage domain and
user settings quickly and easily.
2022-08-31 10:10:17 +00:00
adam
b4d805055f py-stack-data: updated to 0.5.0
0.5.0:
Unknown changes
2022-08-30 10:48:54 +00:00
wiz
1a5820c54f ruby-semverse: does not support ruby 2.6 any longer 2022-08-29 14:25:35 +00:00
taca
9bac34fdbc sysutils/ruby-specinfra: update to 2.83.3
2.83.2 (2022-03-31)

* Make host_inventory["kernel"]["machine"] always available

2.83.3 (2022-07-26)

* fix get_block_device
2022-08-29 12:37:51 +00:00
taca
57e7afd48a sysutils/ruby-serverspec: update to 2.42.0
2.42.0 (2022-02-02)

* Provide user uid and group gid as properties
2022-08-29 12:35:32 +00:00
pin
764825fa0c sysutils/felix: update to 1.1.2
v1.1.2 (2022-08-29)
Fixed
 - Use full width of the terminal when use_full_width in config.toml is not set.
 - Use cursor::Goto instead of cursor::Left to fix the layout in macOS
   Terminal.app.
 - Refactor functions around the layout.
2022-08-29 11:21:36 +00:00
taca
c3827bb6ac sysutils/ruby-listen: update to 3.7.1
3.7.1 (2022-01-13)

* Issue #548: fix error when renaming folder (#552) @ColinDKelley
* issue #550: fix README to document start rather than unpause (#551)
  @ColinDKelley
* Issue #543: Ignore emacs backup/swap files by default. (#546) @zw963
2022-08-28 13:07:27 +00:00
taca
2879d3eaf5 sysutils/capistrano: update to 3.17.1
3.17.0 (2022-03-12)

New Features

* Add common Rails paths to suggested linked_dirs and linked_files (#2105)
  @gdurelle
* Add new default webpacker path to linked_dirs (#2084) @razum2um

Bug Fixes

* Add linked_dirs and linked_files to VariblesDoctor WHITELIST (#2103)
  @y-yagi

Housekeeping

* Switch from Travis to Circle CI (#2100) @mattbrictson
* Ensure rubocop can run under Ruby 3.1 (#2099) @mattbrictson
* Fix warnings and errors in cucumber feature tests (#2095) @mattbrictson


3.17.1 (2022-08-07)

Documentation

* Remove reference to the deprecated :scm variable (#2111) @elondaits

Housekeeping

* Switch cucumber tests to use https instead of git:// (#2112) @mattbrictson
* Install newer SSH client to fix CI for old Rubies (#2106) @mattbrictson
2022-08-28 12:57:33 +00:00
adam
e83406e432 ansible: updated to 6.3.0
6.3.0

Major Changes
-------------

community.mysql
- mysql_db - the ``pipefail`` argument's default value will be changed to ``true`` in community.mysql 4.0.0. If your target machines do not use ``bash`` as a default interpreter, set ``pipefail`` to ``false`` explicitly. However, we strongly recommend setting up ``bash`` as a default and ``pipefail=true`` as it will protect you from getting broken dumps you don't know about (https://github.com/ansible-collections/community.mysql/issues/407).

fortinet.fortios
- Support Diff feature in check_mode.
- Support Fortios 7.2.0.
2022-08-26 09:55:09 +00:00
adam
08eb32d37e ansible-core: updated to 2.13.3
v2.13.3
=======

Bugfixes
--------
- Avoid 'unreachable' error when chmod on AIX has 255 as return code.
- Fix PluginLoader to mimic Python import machinery by adding module to sys.modules before exec
- Fix dnf module documentation to indicate that comparison operators for package version require spaces around them (https://github.com/ansible/ansible/issues/78295)
- ansible-connection - decrypt vaulted parameters before sending over the socket, as vault secrets are not available on the other side.
- ansible-galaxy - Fix reinitializing the whole collection directory with ``ansible-galaxy collection init ns.coll --force``. Now directories and files that are not included in the collection skeleton will be removed.
- ansible-galaxy - do not require mandatory keys in the ``galaxy.yml`` of source collections when listing them (https://github.com/ansible/ansible/issues/70180).
- ansible-galaxy - fix listing collections that contains metadata but the namespace or name are not strings.
- ansible-galaxy - fix setting the cache for paginated responses from Galaxy NG/AH (https://github.com/ansible/ansible/issues/77911).
- ansible-test - Delegation for commands which generate output for programmatic consumption no longer redirect all output to stdout. The affected commands and options are ``shell``, ``sanity --lint``, ``sanity --list-tests``, ``integration --list-targets``, ``coverage analyze``
- ansible-test - Delegation now properly handles arguments given after ``--`` on the command line.
- ansible-test - Test configuration for collections is now parsed only once, prior to delegation. Fixes issue: https://github.com/ansible/ansible/issues/78334
- ansible-test - The ``shell`` command no longer redirects all output to stdout when running a provided command. Any command output written to stderr will be mixed with the stderr output from ansible-test.
- ansible-test - The ``shell`` command no longer requests a TTY when using delegation unless an interactive shell is being used. An interactive shell is the default behavior when no command is given to pass to the shell.
- dnf - fix output parsing on systems with ``LANGUAGE`` set to a language other than English (https://github.com/ansible/ansible/issues/78193)
- if a config setting prevents running ansible it should at least show it's "origin".
- prevent type annotation shim failures from causing runtime failures (https://github.com/ansible/ansible/pull/77860)
- template module/lookup - fix ``convert_data`` option that was effectively always set to True for Jinja macros (https://github.com/ansible/ansible/issues/78141)
- uri - properly use uri parameter use_proxy (https://github.com/ansible/ansible/issues/58632)
- yum - fix traceback when ``releasever`` is specified with ``latest`` (https://github.com/ansible/ansible/issues/78058)
2022-08-26 09:47:24 +00:00
adam
db4932886b py-loguru: added version 0.6.0
Loguru is a library which aims to bring enjoyable logging in Python.

Did you ever feel lazy about configuring a logger and used print()
instead I did, yet logging is fundamental to every application and
eases the process of debugging. Using Loguru you have no excuse not
to use logging from the start, this is as simple as from loguru
import logger.

Also, this library is intended to make Python logging less painful
by adding a bunch of useful functionalities that solve caveats of
the standard loggers. Using logs in your application should be an
automatism, Loguru tries to make it both pleasant and powerful.
2022-08-25 11:12:32 +00:00
abs
8e9111ece7 Updated sysutils/znapzend to 0.21.1
(Resolves https://github.com/oetiker/znapzend/issues/541)

ZnapZend 0.21.0

 - updated install instructions see README.md

 - new options for znapzend

 - --forbidDestRollback forbids forcing destination dataset rollback and
   removal of datasets/snapshots not present on source

 - --since=x allow to consider a non-automatic common snapshot "x" as a
   starting point

 - --sinceForced=x same as --since=x but also make sure "x" exists on
   destination (can cause removal of newer snapshots)

 - --cleanOffline clean up source snapshots even if a destination was offline

 - --mailErrorSummaryTo=rcpt if "send task(s) failed", mail a summary to rcpt

 - new --feature=x flags for znapzend sendIntermediates forbidDestRollback

 - an a ton of bugfixes for all sorts of edge cases

  A big Thank You! to Jim Klimov @jimkilmov who contributed a lot of time
  and code to this release

ZnapZend 0.21.1

 - fixed delay redefined warning

 - check if retention plans are sensible (error out on retention shorter than

 - interval in retention=>interval expressions)

 - fix mail program call sequence #540 -- @oetiker, @gchmurka123

 - make aborted recv resumable using the resume fature -- @aarononeal
2022-08-25 10:34:15 +00:00
wiz
8321def935 *: use coverage from versioned_dependencies.mk 2022-08-24 09:25:55 +00:00
wiz
837d861652 *: use py-test-cov from versioned_dependencies 2022-08-24 08:41:08 +00:00
pin
d57990354c sysutils/dust: update to 0.8.2
v0.8.2 Adds support for:

  - Config file
  - New parameter: --min-size
  - New parameter: --skip-total
  - Does not include a space character as the first character in each line
    unless required
  - Fixes spurious permissions warning
  - Adds completion
2022-08-24 05:18:15 +00:00
adam
bf3f8add8a py-stack-data: updated to 0.4.0
v0.4.0
Add 'include stack_data/py.typed' to MANIFEST.in
2022-08-23 09:52:47 +00:00
tnn
9fc1e2fb9f ups-nut: don't pick up system net-snmp 2022-08-22 22:27:12 +00:00
tnn
fbcc21c0b8 u-boot-rock64: remove unreferenced file 2022-08-22 19:09:00 +00:00