Commit graph

11475 commits

Author SHA1 Message Date
adam
570071ccc6 ansible: updated to 3.4.0
3.4.0

Ansible-base
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers now use a PyPI proxy container to access PyPI when Python 2.6 is used. This allows tests running under Python 2.6 to continue functioning even though PyPI is discontinuing support for non-SNI capable clients.

community.postgresql
- postgresql_query - the default value of the ``as_single_query`` option will be changed to ``yes`` in community.postgresql 2.0.0 (https://github.com/ansible-collections/community.postgresql/issues/85).

netapp.ontap
- na_ontap_autosupport - Added REST support to the module.
2021-05-13 12:31:55 +00:00
pin
b9efcba363 sysutils/xplr: update to 0.8.5
Changes & fixes:
-Pressing the wrong key in any mode won't reset back to default mode.
-Cut & copy will clear the selection by default.
-Optimized performance, CPU usage and binary size.
2021-05-12 20:23:59 +00:00
pin
f13919ca9c sysutils/broot: update to 1.4.0
-the default (non prefixed) search is now "path fuzzy" instead of "name fuzzy".
You can still change the default mode and mode bindings in the config. This was
done after a survey in chat.
-new "unordered tokens" search type: t/ab,cd searches for tokens "ab" and "cd"
in any order and case insensitive in the subpath, matches for example
src/dcd/Bab.rs - Fix #378
-fix search modes configuration removing all default mappings - Fix #383
-conf / quit_on_last_cancel to allow quitting with esc when there's nothing
to cancel - Fix #380
-new parent skin entry for the part of the sub-path before the file name
(visible when you search on subpath)
-when a content search has been done, opening a file with a compatible command
(like the standard :edit) opens on the first line with a match
2021-05-11 14:06:43 +00:00
gutteridge
1bac677392 xfce4-appfinder: update to 4.14.1
Change log:

4.14.1
======
- Add keywords to .desktop files to xfce4-appfinder
- GitLab is the new bugtracker
- Add small delay before reloading menu tree (!6)
- Update copyright year
- Clear entry's error icon and tooltip
- Fix memory leaks when sorting items
- Fix gtk version checking
2021-05-11 00:35:50 +00:00
gutteridge
5abde58c12 xfce4-battery-plugin: update to 1.1.4
Change log:

1.1.4
======
- Add help button to properties dialog
- Drop subtitle from settings dialog
- Fix labels alignment for very small panels
- Fix compilation warnings
- automake: INCLUDES -> AM_CPPFLAGS
- autoconf: Some updates
- Remove unnecessary boxes
- Remove GSourceFunc casts
- Add new README.md, update AM_INIT_AUTOMAKE
- Add basic GitLab pipeline
- Update URLs from goodies.xfce.org to docs.xfce.org (Bug #16154)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (Canada),
  English (United Kingdom), Estonian, Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
  Uyghur, Uzbek, Uzbek (Latin), Vietnamese
2021-05-11 00:20:51 +00:00
rin
4522c72710 acpica-utils: Fix build with GCC10 by adding some -Wno-error=xxx. 2021-05-10 09:25:10 +00:00
pin
a1665d162d sysutils/xplr: update to 0.8.4
0.8.4
=====
-Fixed search.

0.8.3
=====
-Fixed renaming files breaking the UI.

0.8.2
=====
-Fix rename breaking UI.

0.8.1
=====
-Fix exploring and escaping paths

This PR targets 2 pain points.
1. The `Explore` message was async, which caused some unexpected
   behavior. This was fixed by splitting `Explore` into `ExplorePwd`,
   `ExplorePwdAsync` and `ExploreParentsAsync`. `ExploreParentsAsync`
   is similar to the former `Explore`, which is mainly used when loading
   `xplr` for the first time. However, what we'll be using frequently
   are `ExplorePwd` and `ExplorePwdAsync` messages.
2. Files with spaces caused some unexpected behavior. This was fixed by
   escaping the paths properly. This also fixed focusing of a file after
   creating or renaming it.

Anothor breaking change is that `XPLR_PIPE_FOCUS_OUT` has been removed.
`XPLR_FOCUS_PATH` is all we need. So, the rule of thumb is if a variable
contains one liner value, it can be used directly from the env vars.
Variables that can contain multi-line values, will be exposed via the
pipes.

Minor changes are
- Add `switch_mode` mode to the global key binding help menu.
- Moved some UI related code from config.rs to ui.rs.
- Fixed compilation issue on `rustc 1.50.0`.

0.8.0
=====
-Breaking: The Explore message has been renamed to ExploreParentsAsync. While,
more relevant messages has been introduced: ExplorePwd and ExplorePwdAsync and.
-Breaking: $XPLR_PIPE_FOCUS_OUT has been removed. Use $XPLR_FOCUS_PATH instead.
-Fixed files with spaces causing issues (e.g. while renaming, focusing etc.)
-Added switch_mode mode to the global key binding help menu
-Moved some UI related code from config.rs to ui.rs.
-Fixed compilation issue on rustc 1.50.0.

0.7.2
=====
-Fixed displaying global help menu.
-Bound search mode tab key to ToggleSelection instead of Select.
-Logs will be displayed in ${PAGER:-less}

0.7.1
=====
-Use tab while in search mode to select files without losing the search input.
Similar to fzf.
-No socket errors after quitting the app.

0.7.0
=====
-Made panel config values nullable.
-Added fields general.panel_ui to define the common panel UI properties.

0.6.0
=====
-Now it's possible to define layouts and layout constraints based on screen
size and relative panel size.
-Now it's possible to define borders, panels and panel style.
-Now it's possible to define panel title and title style.
-Added messages SwitchLayout, SwitchLayoutBuiltin and SwitchLayoutCustom to
dynamically change the UI layout.
-Fixed overwriting margin in the config.
-add_modifier and sub_modifier has been renames to add_modifiers and
sub_modifiers and supports human values (e.g. Bold, Italic etc.) instead
of bits.
-From this commit, the output pipes will only refresh before executing an
external command.
2021-05-09 20:09:12 +00:00
taca
29c249c16a sysutils/ruby-inspec-core: update to 4.37.0
4.37.0 (2021-05-05)

Enhancements
* Reinstate resource testing on supported platforms using Test-Kitchen #5204
  (clintoncwolfe)

Bug Fixes
* Fix : windows_firewall_rule fails to validate more than 1 rule depending
  on how it's executed #5502 (Vasu1105)

Merged Pull Requests
* Update openssl to 1.1.1k on macos #5493 (tas50)
* Update Ruby in omnibus packages to 2.7.3 #5492 (tas50)
* Make sure we use chef-telemetry 1.0.8+ #5491 (tas50)
* Upgrade to GitHub-native Dependabot #5488 (dependabot-preview[bot])
* Fixes for the integration-resources pipeline #5501 (clintoncwolfe)
* Fix bad link #5498 (IanMadd)
* Fix undefined method `+' for nil:NilClass\n\nProfile: - when using profile
  dependencies and require_controls #5487 (Vasu1105)
* Remove coverage testing #5500 (clintoncwolfe)
* Added alias command automate for inspec compliance #5490 (Nik08)

4.36.4 (2021-04-29)

New Features
* Add selinux resource with basic feature support #5458 (Vasu1105)
* New input option pattern added for DSL and metadata inputs #5466 (Nik08)

Enhancements
* Add selinux resource support for modules and booleans #5463 (Vasu1105)

Bug Fixes
* Fix for group resource when member does not exist #5470 (Nik08)

Merged Pull Requests
* Update faraday requirement from >= 0.9.0, < 1.4 to >= 0.9.0, < 1.5 #5469
  (dependabot-preview[bot])
* Minor fix - Method expected to return boolean but it was returning nil if
  condition check fails #5480 (Vasu1105)
* updating Gemfile to support environment variables #5485 (jayashrig158)
* Group & Groups doc updated - about using local and etc groups #5483
  (Nik08)
* Added new property members_array for group & groups resources. #5479
  (Nik08)

4.33.1 (2021-04-21)

New Features
* Optionally include controls source code in CLI reporter #5465
  (clintoncwolfe)

Merged Pull Requests
* Update postgres_ident_conf.md #5461 (tobiasbp)
* Remove default of 3600 seconds for command timeout #5472 (clintoncwolfe)

v4.32.0 (2021-04-14)

New Features
* Added ability to pass inputs to InSpec shell using input file and cli
  #5452 (Nik08)

4.31.1 (2021-04-08)

Bug Fixes
* Use default command timeout value if timeout is 0 #5455 (clintoncwolfe)

4.31.0 (2021-04-07)

New Features
* Add --docker-url CLI option #5445 (clintoncwolfe)

Merged Pull Requests
* Fix for Deprecation warning and FilterTable::ExceptionCatcher to show
  exact failure message. #5441 (Vasu1105)
* Update inputs.md #5449 (IanMadd)
* Add timeout option to command resource #5443 (clintoncwolfe)
* Update platforms doc #5442 (IanMadd)
* Bug fix for loading hashmap inputs consistently #5446 (Nik08)

4.29.3 (2021-03-25)

Bug Fixes
* Fix for -controls option is not working as expected. #5434 (Vasu1105)
* Fix for executing git profiles independent of the name of the default
  branch #5438 (Nik08)

Merged Pull Requests
* Minor Docs edits #5433 (IanMadd)
* Add quotation around -name option for apt resource to work properly with
  zsh #5437 (ymotongpoo)
* Updates profile init for cloud platforms to use inputs #5435
  (collinmcneese)
* Move Passthrough Config from Automate to JSON Reporter #5430 (tohch4)
* Update codeowners for docs #5440 (IanMadd)
* Improve resource page menu titles #5439 (IanMadd)
* Add m1 support to MacOS build list #5432 (clintoncwolfe)
2021-05-09 15:01:04 +00:00
taca
7d0435a7da sysutils/ruby-chef: update to 17.0.242
Changes are too many write here.  Please refer
<https://github.com/chef/chef/blob/v17.0.242/CHANGELOG.md> in detail.
2021-05-09 14:48:09 +00:00
taca
e745e3fc58 sysutils/ruby-facter: update to 4.1.1
4.1.1 (2021-04-21)

No release note is available.  Please refer commit log
<https://github.com/puppetlabs/facter/compare/4.0.52...4.1.1>.
2021-05-09 14:42:23 +00:00
taca
d8f05757c4 sysutils/ruby-listen: update to 3.5.1
3.5.1 (2021-03-30)

* Bump required ruby version to v2.4.0 (#536) @cgunther

3.5.0 (2021-03-23)

* Issue #533: rescue StandardError only (#535) @ColinDKelley
2021-05-09 14:36:14 +00:00
taca
c7f48a971c sysutils/puppet: update to 7.6.1
Puppet 7.6.1
Released April 2021.

We would like to thank the following Puppet community members for their
contributions to this release: gcampbell12 and ananace.

Enhancements

Puppet module type scripts directory

This release adds a new subdirectory to the scripts/ module class.  It
automatically generates the functions in the class and retrieves the
available scripts.  This helps to standardize specific file loading from
either the files directory or scripts directory.  PUP-10996

Backport logic to detect migrated CA directory location

After migrating the CA directory, Puppet now reports the correct cadir
setting value. PUP-11004

Resolved issues

Race condition with agent_disabled_lockfile

This release fixes a race condition that caused the agent to become disabled
and no longer enforce desired state.  Contributed by Puppet community member
gcampbell12.  PUP-11000

User resource with forcelocal and groups attributes set fails if /etc/group contains empty lines

This release fixes an issue where Puppet failed when applying user resources
with forcelocal if there were empty lines in /etc/group.  PUP-10997

Unable to install gems with the puppet_gem provider on Windows

Previously, if you used Puppet as a library, environment.bat was not sourced
and led to an unset PUPPET_DIR.  As puppet_gem relied on this to build the
gem.bat path, it used a non-existing path, making this provider unsuitable.
This release updates the puppet_gem provider to use Gem.default_bindir,
which determines the location of the executables.  To avoid accidental usage
of the puppet_gem provider with system Ruby, we have also added a confine to
the aio_agent_version fact.  PUP-10964

Changing a Puppet setting in a catalog invalidates the environment cache in multithreaded mode

You can now change the value of Puppet's rich_data setting at runtime,
without it invalidating the environment cache.  PUP-10952

Puppet cannot parse systemd instances when list-unit-files output has an additional column

This release fixes an issue affecting the parsing of systemd service
instances caused by a change in the systemctl list-unit-files command
output.  PUP-10949

Cannot ensure dnfmodule with no default profile

Previously, using the dnfmodule provider to install a module with no default
profile -- without passing the enable_only parameter -- failed with newer
versions of DNF.  PUP-11024
2021-05-09 14:33:40 +00:00
mrg
bd44f492a2 add a note about how to install this with dd. 2021-05-09 08:31:18 +00:00
khorben
f0ad0c383d xentools{413,415}: typo in NetBSD's MESSAGE
Bumps PKGREVISION. NFCI.
2021-05-09 03:46:24 +00:00
pin
d9f45a7716 sysutils/fff: reclaim maintainership 2021-05-08 19:31:52 +00:00
bsiegert
2af0bedf36 Revbump all Go packages after go116 update 2021-05-08 15:02:22 +00:00
adam
0c45e78d2f py-pid: added version 3.0.4
PidFile class featuring:
* stale detection
* pidfile locking (fcntl)
* chmod (default is 0o644)
* chown
* custom exceptions
2021-05-08 09:14:20 +00:00
pin
fc4a86ecca sysutils/xplr: update to 0.5.13
-Added new switch mode messages: SwitchModeBuiltin and SwitchModeCustom.
SwitchMode will continue to work as before.
-Improved the default prompt icon.
2021-05-08 07:16:25 +00:00
pho
f176822cf1 sysutils: +hs-fast-logger 2021-05-05 12:25:54 +00:00
pho
40e29c6329 Import fast-logger-3.0.5
This package provides a fast logging system which scales on multicore
environments (i.e. +RTS -N<x>).

Note: This library does not guarantee correct ordering of log messages
when program is run on more than one core thus users should rely more
on message timestamps than on their order in the log.
2021-05-05 12:25:17 +00:00
pho
f51409f2ed sysutils: +hs-easy-file 2021-05-05 12:17:40 +00:00
pho
bee0c0e3bb Import easy-file-0.2.2
Cross-platform File handling for Unix/Mac/Windows
2021-05-05 12:17:04 +00:00
pho
3dcd665600 sysutils: +hs-process-extras 2021-05-05 11:47:31 +00:00
pho
414809701d Import process-extras-0.7.4
Extends the "process" package. Read process input and output as
ByteStrings or Text, or write your own ProcessOutput instance. Lazy
process input and output. ProcessMaker class for more flexibility in
the process creation API.
2021-05-05 11:46:54 +00:00
pho
d38f93eee1 Add missing PLIST 2021-05-05 10:10:24 +00:00
pho
e69173f88a sysutils: +hs-filepattern 2021-05-05 09:49:17 +00:00
pho
871477d6d6 Import filepattern-0.1.2
A library for matching files using patterns such as "src/**/*.png" for
all .png files recursively under the src directory.
2021-05-05 09:48:29 +00:00
fox
c85cebd3e0 sysutils/py-Glances: Update to 3.1.7
Changes since 3.1.6.2:

===============
Version 3.1.7
===============

Enhancements and bug corrected:

    * Security audit - B411 #1025 (by nicolargo)
    * GPU temperature not shown in webview #1849 (by nicolargo)
    * Remove shell=True for actions (following Bandit issue report) #1851 (by nicolargo)
    * Replace Travis by Github action #1850 (by nicolargo)
    * '/api/3/processlist/pid/3936'use this api can't get right info,all messy code #1828 (by nicolargo)
    * Refactor the way importants stats are displayed #1826 (by nicolargo)
    * Re-apply the Add hide option to sensors plugin #1596 PR (by nicolargo)
    * Smart plugin error while start glances as root #1806 (by nicolargo)
    * Plugin quicklook takes more than one seconds to update #1820 (by nicolargo)
    * Replace Pystache by Chevron 2/2  See #1817 (by nicolargo)
    * Doc. No SMART screenshot. #1799 (by nicolargo)
    * Update docs following PR #1798 (by nicolargo)

Contributors for this version:

    - Nicolargo
    - Deosrc
    - dependabot[bot]
    - Michael J. Cohen
    - Rui Chen
    - Stefan Eßer
    - Tuux
2021-05-04 22:18:17 +00:00
pin
f000964398 sysutils/macchina: update to 0.7.4
Bugfixes:
-Fix build errors on macOS and Windows
2021-05-04 08:16:32 +00:00
adam
0939c629ac ansible-base: updated to 2.10.9
v2.10.9

Major Changes
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers now use a PyPI proxy container to access PyPI when Python 2.6 is used. This allows tests running under Python 2.6 to continue functioning even though PyPI is discontinuing support for non-SNI capable clients.

Minor Changes
- Switch to hashlib.sha256() for ansible-test to allow for FIPs mode.

Bugfixes
- Prevent ``ansible_failed_task`` from further templating (https://github.com/ansible/ansible/issues/74036)
- ansible-test - Avoid publishing the port used by the ``pypi-test-container`` since it is only accessed by other containers. This avoids issues when trying to run tests in parallel on a single host.
- ansible-test - Fix docker container IP address detection. The ``bridge`` network is no longer assumed to be the default.
- ansible-test - ensure the correct unit test target is given when the ``__init__.py`` file is modified inside the connection plugins directory
- ansible.utils.encrypt now handles missing or unusable 'crypt' library.
- facts - detect homebrew installed at /opt/homebrew/bin/brew
- interpreter discovery - Debian 8 and lower will avoid unsupported Python3 version in interpreter discovery
- undeprecate hash_merge setting and add more docs clarifying its use and why not to use it.
- wait_for module, move missing socket into function to get proper comparrison in time.
2021-05-04 07:29:58 +00:00
pho
4d74cf7192 *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
pin
bee6d9a65a sysutils/macchina: update to 0.7.3
New features:

Macchina's custom ASCII art implementation is now much smarter than before,
thanks to the amazing work of @uttarayan21, and his brilliant parser
ansi-to-tui, go on, give it a star!

How smart is it? Well, it can now parse ANSI characters to determine how to
color the specified ascii.
Want to give it a go? You'll find a directory named "ascii" in the source code,
that contains some ascii files generated by jp2a which you can show alongside
your beautiful system information. You can use your own too, of course!

You'll also notice there's a new "contrib" directory too, which has a neat bash
script that can download a video from any site that is supported by youtube-dl,
and display it alongside your machine information, this is another one of
@uttarayan21's contributions :)

Bug fixes:
-Fixed a build error occurring on macOS.
2021-05-03 06:17:56 +00:00
pin
fae29f8789 sysutils/tiramisu: reclaim maintainership 2021-05-02 20:06:33 +00:00
nia
ab8a1fb4af *: Use the tools framework for gdbus-codegen 2021-05-02 11:06:12 +00:00
nia
773cde7da8 *: Use the tools framework for itstool
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.

While here, some duplicate dependencies on itstool were removed from the
MATE packages
2021-05-02 10:24:47 +00:00
pin
19be318c32 sysutils/zoxide: update to 0.7.0
- Rework release script (#199)
  - add armv7/aarch64 support to installer (#198)
  - Multi-select for zoxide remove -i (#192)
  - _ZO_EXCLUDE_DIRS should default to "$HOME" (#194)
  - Fix return values in Bash hook (#196)
  - Add default prompt for nushell (#191)
  - Compile-time warning when git is missing (#187)
  - Performance improvements for queries (#185)
  - Add manpage (#183)
  - Fix cd - on fish (#179)
  - Update README
2021-05-02 10:05:32 +00:00
pin
4f6c4795a1 sysutils/xplr: update to 0.5.12
-Fixed cd into the directory when xplr is invoked with a path argument.
2021-05-01 19:09:14 +00:00
pin
f5b43c6ae4 sysutils/broot: pull from release 2021-05-01 19:08:26 +00:00
pin
af6805ea15 sysutils/broot: update to 1.3.1
-fix :previous_match not jumping over indirect matches - Fix #377
-fix typing a prefixed pattern then emptying it while keeping the prefix
doesn't remove filtering - Fix #379
-fix shifted matching chars highlighting with regex patterns when showing
icons - Fix #376
2021-05-01 14:37:19 +00:00
pho
53cd3f01d4 Remove files/Setup.hs: mk/haskll.mk can now automatically handle that 2021-05-01 14:11:53 +00:00
schmonz
a597e0cd0d Update to 2021.04.30. From the changelog:
- Compatibility with the latest skalibs.
2021-04-30 13:00:11 +00:00
pin
c21292db45 sysutils/xplr: update to 0.5.11
-Added desktop icon.
-In search mode, ctrl-p and ctrl-n has been mapped to up and down respectively
for better navigation.
2021-04-30 12:52:54 +00:00
adam
79cc0ba120 duplicity: updated to 0.18.19
rel.0.8.19 (2021-04-29)

New
* Merge branch 'google-drive-v3' into 'master' [Kenneth Loafman]
    Add a new Google Drive backend (gdrive:)
    See merge request duplicity/duplicity!41

Changes
* Remove installs common between before\_script: and script: [Kenneth Loafman]
* Remove installs common between before\_script: and script: [Kenneth Loafman]

Fix
* Gdata module passes on py27 only. [Kenneth Loafman]
* Util.uexec() will return u'' if no err msg in e.args. [Kenneth Loafman]
* Util.uexec() should check for e==None on entry. [Kenneth Loafman]
* Fix bug 1547458 - more consistent passphrase prompt. [Kenneth Loafman]
* Fixes bug 1454136 - SX backend issues. [Kenneth Loafman]
* Fixes bug 1918981 - option to skip trash on delete on mediafire. [Kenneth Loafman]
    Added --mf-purge option to bypass trash
* Fix bug 1919017 - MultiBackend reports failure on file deletion. [Kenneth Loafman]
* Fixes 41 - par2+rsync (non-ssh) fails. [Kenneth Loafman]

Other
* Merge branch 'develop' into 'master' [Kenneth Loafman]
    Fix Google Drive timeout
    See merge request duplicity/duplicity!51
* Fix "Giving up after 5 attempts. timeout: The read operation timed out" [Christian Perreault]
* Merge branch 'master' into 'master' [Kenneth Loafman]
    Don't sync when removing old backups
    See merge request duplicity/duplicity!50
* Don't sync when removing old backups. [Matthew Marting]
* Merge branch 'fix-uexec-returns-None' into 'master' [Kenneth Loafman]
    fix util.uexc: do not return None
    See merge request duplicity/duplicity!49
* Fix util.uexc: do not return None. [Michael Kopp]
* Merge branch 'boxbackend' into 'master' [Kenneth Loafman]
    Implement Box backend
    See merge request duplicity/duplicity!48
* Implement Box backend. [Jason Wu]
* Merge branch 'megav3' into 'master' [Kenneth Loafman]
    Implement megav3 backend to to cater for change in MEGACmd
    See merge request duplicity/duplicity!47
* Implement megav3 backend to to cater for change in MEGACmd. [Jason Wu]
* Merge branch 'master' of git@gitlab.com:duplicity/duplicity.git. [Kenneth Loafman]
* Merge branch 'use-new-azure-python-packages' into 'master' [Kenneth Loafman]
    fix documentation for azure backend
    See merge request duplicity/duplicity!46
* Fix documentation for azure backend. [Michael Kopp]
* Merge branch 'master' into 'master' [Kenneth Loafman]
    Fix typo
    See merge request duplicity/duplicity!45
* Fix typo. [Moses Miller]
* Merge branch 'master' into 'master' [Kenneth Loafman]
    Add IDrive backend
    See merge request duplicity/duplicity!43
* Add IDrive backend. [SmilingM]
* Merge branch 'master' into 'master' [Kenneth Loafman]
    Progress bar improvements
    See merge request duplicity/duplicity!44
* Progress bar improvements. [Moses Miller]
* Fix;usr:Fixes bug 1652953 - seek(0) on /dev/stdin crashes. [Kenneth Loafman]
* Add a new Google Drive backend (gdrive:) [Jindřich Makovička]
    - Removes the PyDrive/PyDrive2 dependencies, and depends only on the
      Google API client libraries commonly available in distributions.
    - Uses unchanged JSON secret files as downloaded from GCP
    - Updates the Google Drive API to V3
* Merge branch 'azurev12' into 'master' [Kenneth Loafman]
    Azurev12
    See merge request duplicity/duplicity!40
* Replaced original azure implementation. [Erwin Bovendeur]
* Fixed code smells. [Erwin Bovendeur]
* Azure v12 support. [Erwin Bovendeur]
* Revert "fix:pkg:Remove requirement for python3-pytest-runner.  Not used." [Kenneth Loafman]
    This reverts commit 90e7e2acb6d158437cab3210114da46df72a7c85.
* Merge branch 'feature/list-required-volumes-on-restore-dry-run' into 'master' [Kenneth Loafman]
    List required volumes when called with 'restore --dry-run'
    See merge request duplicity/duplicity!38
* List required volumes when called with 'restore --dry-run' [Matthias Blankertz]
    When restoring in dry-run mode, and with the manifest available, list
    the volumes that would be gotten from the backend when actually
    performing the operation.
    This is intended to aid users of e.g. the S3 backend with (deep) glacier
    storage, allowing the following workflow to recover files, optionally at
    a certain time, from a long-term archive:
    1. duplicity restore --dry-run [--file-to-restore <file/dir>] [--time <time>] boto3+s3://...
    2. Start a Glacier restore process for all the listed volumes
    3. duplicity restore [--file-to-restore <file/dir>] [--time <time>] boto3+s3://...
* Merge branch 'swrmr-master-patch-23969' into 'master' [Kenneth Loafman]
    Fix sorting of BackupSets by avoiding direct comparison
    See merge request duplicity/duplicity!37
* Fix sorting of BackupSets by avoiding direct comparison. [Stefan Wehrmeyer]
    Sorting should only compare their time/end_time, not BackupSets directly
* Merge branch 'master' of gitlab.com:duplicity/duplicity. [Kenneth Loafman]
* Merge branch 'master' into 'master' [Kenneth Loafman]
    Update mailing list link
    See merge request duplicity/duplicity!36
* Update mailing list link. [Chris Coutinho]
* Merge branch 'master' of gitlab.com:duplicity/duplicity. [Kenneth Loafman]
* Fixes 16 - Move from boto to boto3. [Kenneth Loafman]
* Py27 EOL 01/2020, py35 EOL 01/2021, remove tests. [Kenneth Loafman]
* Remove 2to3 from ub16 builds. [Kenneth Loafman]
* Move py35 back to ub16, try 2. [Kenneth Loafman]
* Move py35 back to ub16. [Kenneth Loafman]
* Move py27 tests to ub16 and py35 tests to ub18. [Kenneth Loafman]
* Fixes 16 - Move from boto to boto3. [Kenneth Loafman]
* Py27 EOL 01/2020, py35 EOL 01/2021, remove tests. [Kenneth Loafman]
* Move py27 tests to ub16 and py35 tests to ub18. [Kenneth Loafman]
    Move py35 back to ub16.
    Move py35 back to ub16, try 2.
    Remove 2to3 from ub16 builds.
* Fixes 33, remove quotes from identity filename option. [Kenneth Loafman]
* Fix to correctly build \_librsync.so. [Kenneth Loafman]
* Fix to add --inplace option to build\_ext. [Kenneth Loafman]
* Rename pylintrc to .pylintrc. [Kenneth Loafman]
* Merge branch 'fix-prefix-affinity-registration' into 'master' [Kenneth Loafman]
* Multibackend: fix indentation error that was preventing from registering more than one affinity prefix per backend. [KheOps]
* Move testfiles dir to a temp location. [Kenneth Loafman]
    - was crashing LiClipse/Eclipse when present in project.
    - so far only Darwin and Linux are supported, default Linux.
    - Darwin uses 'getconf DARWIN_USER_TEMP_DIR' for temp dir.
    - Linux uses TMPDIR, TEMP, or defaults to /tmp.
* Merge remote-tracking branch 'alpha/testfiles' [Kenneth Loafman]
* Update .gitlab-ci.yml to need code test to pass. [Kenneth Loafman]
* Remove basepython in code and coverage tests. [Kenneth Loafman]
* Add report.xml. [Kenneth Loafman]
* Bulk replace testfiles with /tmp/testfiles. [Kenneth Loafman]
* Skip unicode tests that fail on non-Linux systems like macOS.
2021-04-30 07:03:28 +00:00
pin
958ce30fb8 sysutils/xplr: update to 0.5.10
-Fixed pipes not updating properly.
2021-04-29 18:33:39 +00:00
pin
ee2b2da351 sysutils/broot: update to 1.3.0
Minor changes:
-modal mode: revert to command mode on command execution - Fix #372
-modal mode: when in command mode, '/' only enters input mode and is never
appended to the input
-better handle failing external programs when not leaving broot

Major feature: staging area
You may add files to the staging area then apply a command on all of them.
This new feature is described here, https://dystroy.org/broot/staging-area/
Several verbs have been added. Type "stag" in help to see them and their
keyboard shortcuts.
2021-04-28 11:18:16 +00:00
adam
c4720f79c8 ansible: updated to 3.3.0
What's new in Ansible 3.3.0
---------------------------

* The Ansible package has moved to semantic versioning
(https://semver.org/). This standard allows you to tell if a new
version of Ansible contains incompatibilities by looking at the
version number. We've moved from 3.2.0 to 3.3.0 to show that this
release should be backwards compatible with Ansible-3.2.0 but may
contain new features. Read the semver specification for more
information.

* Collections which have opted into being a part of the Ansible-3
unified changelog will have an entry on this page:
* https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst#v3-3-0

* For collections which have not opted into the unified changelog,
consult the list of included collections in the link below and check
their entry on https://galaxy.ansible.com for information about their
changes.
* https://github.com/ansible-community/ansible-build-data/blob/main/3/ansible-3.3.0.deps

* You can find more information for those on
https://galaxy.ansible.com/. For instance, the community.crypto
collection listed in the ansible-3.3.0.deps file has a galaxy page at
https://galaxy.ansible.com/community/crypto/

* Changelog for ansible-base-2.10.8 which this release of ansible
installs: https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst
2021-04-28 10:23:11 +00:00
pin
7b05102796 sysutils/xplr: update to 0.5.9
0.5.9
=====
-Fixed handling of files with names starting with - (hiphen).

0.5.8
=====
-Fixed opening files in GUI (using keys gx) breaking xplr UI.
-Use env var $OPENER to declare your default opener (just like $EDITOR).
2021-04-28 08:34:39 +00:00
wiz
a0ee7b3c8b p5-File-Remove: update to 1.60.
1.60    2020-10-22 - Shlomi Fish
    - Add .tidyallrc + related changes
    - Fix mismatched $VERSION.
        - https://rt.cpan.org/Public/Bug/Display.html?id=133562
        - https://github.com/shlomif/File-Remove/pull/3/files
        - Thanks to William Storey, PMPERRY, and @briang for the report

1.59    2020-10-16 - Shlomi Fish
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena.
2021-04-27 12:10:12 +00:00
gutteridge
b96ab54a92 lxqt-powermanagement: update to 0.17.1
lxqt-powermanagement-0.17.1 / 2021-04-22
========================================
  * Fixed permanent stopping of idleness checks by a fullscreen window.
2021-04-26 22:02:09 +00:00
schmonz
a429d4fe6b Update to 2.10.0.3. From the changelog:
- Libraries and binaries don't have the .note.GNU-stack section stripped
  anymore. Previously, "make strip" would strip that section, which
  would sometimes (depending on the toolchain) cause binaries to be
  incorrectly tagged as needing an executable stack. This is not a
  security issue in itself, but an executable stack makes it easier for
  an attacker to turn bugs into exploits, so it should be avoided
  whenever possible. Thanks to Xavier Stonestreet for reporting and
  finding the cause of the problem.

- Link tests are now performed with a regular file as their
  output, instead of /dev/null, which makes them more portable to
  old/buggy linkers.

Bump default BUILDLINK_API_DEPENDS to match.
2021-04-26 15:03:53 +00:00