Changelog:
* Add laundry mem to memory builtins. Thanks to Philipp Wnsche.
Also add LICENSE.
PR: 237267
Submitted by: erdgeist@erdgeist.org (maintainer)
Requirement for python 2.7 will be removed when subversion make
support for python3.
PR: 237620
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on
remote systems using SSH and WinRM.
- Executes commands on remote *nix and Windows systems.
- Distributes and execute scripts, such as Bash, PowerShell, Python.
- Scales to more than 1000 concurrent connections.
- Supports industry standard protocols (SSH/SCP, WinRM/PSRP) and
authentication methods (password, publickey).
WWW: https://github.com/puppetlabs/bolt
With hat: puppet
Also, change the OPTIONS descriptions. The plugins are installed no
matter what, so make it (somewhat) clearer that all the OPTIONS do
is make those plugins work.
This library exports Django monitoring metrics for Prometheus.io.
It provides support to monitor the following databases types:
* SQLite (via Django)
* PostgreSQL
* MySQL
In addition, caches can also be monitored:
* memcached
* Redis
It's even possible to export metrics of Django models and migrations.
WWW: https://github.com/korfuri/django-prometheus
Approved by: mentors (implicit)
This port is unmaintained and obsoleted upstream in favor of NumPy [1].
We no more have not deprecated consumers in ports tree, so deprecate
this port too.
[1] https://wiki.python.org/moin/NumArray
Last release of this long unmaintained port was done 15 years ago and it
has no dependent ports. In the same time it depends upon Numarray, that
is long deprecated upstream itself - it was replaced with Numeric, then
with NumPy. Set to expire in at 2019-04-30.
* Remove the now obsolete patches for CMakeLists.txt (merged by upstream)
and the one introduced in r496805 that fixed the build when the KEESHARE
option was disabled.
Changelog:
* Fix database deletion when using unsafe saves to a different file system
* Fix opening databases with legacy key files that contain '/'
* Fix opening database files from the command line
* Fix crash when editing master key
* Fix multiple issues with apply button behavior
* Fix issues on application startup (tab order, --pw-stdin, etc.)
* Fix building without WITH_XC_KEESHARE
* Improve UX of update checker; reduce checks to every 7 days
* KeeShare improvements
* Re-enable Ctrl+C to copy password from search box
* Add KeePassXC-Browser integration for Brave browser
* SSH Agent: Re-Add keys on database unlock
* SSH Agent: Only remove keys on app exit if they are removed on lock
* CLI: Add --no-password option
* CLI: Improve database extraction to XML
* CLI: Don't call mandb on build
* CLI: Add debug info
* Improve support for Snap theming
* Ctrl+PgDn now goes to the next tab and Ctrl+PgUp to the previous
* Add .gitrev output to tarball for third-party builds
* Add WITH_XC_UPDATECHECK compile flag to toggle the update checker
https://github.com/keepassxreboot/keepassxc/blob/2.4.1/CHANGELOG
PR: 237625
Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer)
Approved by: mentors (implicit)
Changelog:
* Fix fields appearing under editor buttons.
* Fix memory leak in card layout screen.
* Fix some issues with previewing in the Browse screen.
* Fix card counts not updating when a review is undone.
* Fix an error caused by missing note types.
* Fix an issue checking for add-on updates.
* Disable add-on config button when not appropriate.
* Tweaks to the deck age graph binning.
* Add-ons hosted on AnkiWeb can now define conflicts in the manifest file.
* Make sure mpv doesn’t attempt to load scripts from default location.
* Other minor fixes.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.12-(eef86bf3)
Approved by: mentors (implicit)