Commit graph

335947 commits

Author SHA1 Message Date
schmonz
05fccefa5a Update to 1.4.0. From the changelog:
- The list of commits included in a mob branch is now truncated to a
  maximum of 5 entries to prevent the need for scrolling up in order to
  see the latest included changes.
- Show more informative error message when `mob <cmd>` is run outside of
  a git repository.
- Add environment variable MOB_TIMER which allows setting a default
  timer duration for `mob start` and `mob timer` commands.
- Add automatic co-author attribution. Mob will collect all committers
  from a WIP branch and add them as co-authors in the final WIP commit.
- added support for preventing `mob start` if there are unpushed commits
- better output if one passes a negative number for the timer
2021-04-02 13:01:32 +00:00
tpaul
457a170071 doc: Updated net/terraform-provider-vultr to 2.2.0 2021-04-02 12:54:28 +00:00
tpaul
5194fd81be terraform-provider-vultr: Update to version 2.2.0
Upstream release notes:

 v2.2.0
  - Updated to Go 1.16 to support darwin_arm64

 v2.1.4
  - Fix issue with vultr_instance.reserved_ip_id and
    vultr_reserved_ip.attached_id conflicting

 v2.1.3
  - updated terraform-plugin-sdk to v1.8.0 -> v2.4.0
2021-04-02 12:54:22 +00:00
tpaul
0e308cff6c doc: Updated devel/php-composer to 2.0.12 2021-04-02 12:42:56 +00:00
tpaul
b106b18388 php-composer: Update to 2.0.12
Upstream release notes:
 - Fixed support for new GitHub OAuth token format (#9757)
 - Fixed support for Vagrant/VirtualBox filesystem slowness by adding short
   sleeps in some places (#9627)
 - Fixed unclear error reporting when a package is in the lock file but not in
   the remote repositories (#9750)
 - Fixed processes silently ignoring the CWD when it does not exist
 - Fixed new Windows bin handling to avoid proxying phar files (#9742)
 - Fixed issue extracting archives into paths that already exist, fixing
   problems with some custom installers (composer/installers#479)
 - Fixed support for branch names starting with master/trunk/default (#9739)
 - Fixed self-update to preserve phar file permissions on Windows (#9733)
 - Fixed detection of hg version when localized (#9753)
 - Fixed git execution failures to also include the stdout output (#9720)
2021-04-02 12:42:48 +00:00
nia
9273512dcf doc: removed gcc49, gcc48 2021-04-02 11:58:54 +00:00
nia
71aa40a5a2 remove gcc48/gcc49.
use of these packages was disabled in the pkgsrc infrastructure in
january because they were causing problems on platforms with older
compilers that can build gcc6 just fine:
glibc + FORTIFY + gcc48,gcc49,gcc5 = build failures.

gcc48 and newer require a c++98 compiler, same as all gcc versions up
to 11, so are not useful for bootstrapping.

gcc5 has additional Ada bits, someone needs to determine if they're
useful before it can go.
2021-04-02 11:56:15 +00:00
nia
51a9ce2ba7 mk: Remove references to gcc48/gcc49, as done elsewhere here 2021-04-02 11:48:16 +00:00
wiz
9c5c2b693e wxGTK*: be more explicit about differences 2021-04-02 10:26:17 +00:00
wiz
fbf0a88e79 wxGTK*: update DESCR and COMMENT to include branch version 2021-04-02 10:09:41 +00:00
wiz
6a4ddd875d doc: Added x11/wxGTK31 version 3.1.4 2021-04-02 10:07:36 +00:00
wiz
1e4f34b928 x11/Makefile: + wxGTK31
Forgot to mention: packaged for wip by Paul Ripke.
2021-04-02 10:07:20 +00:00
wiz
46e9d7f0f0 x11/wxGTK31: import wxGTK31-3.1.4
wxWidgets is a set of libraries that allows C++ applications to compile and
run on several different types of computer, with minimal source code changes.
There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac).
As well as providing a common API (Application Programming Interface) for GUI
functionality, it provides functionality for accessing some commonly-used
operating system facilities, from copying and deleting files to socket and
thread support. wxWidgets is a 'framework' in the sense that it provides a lot
of built-in functionality, which the application can use or replace as required,
thus saving a great deal of coding effort. Basic data structures such as
strings, arrays, linked lists and hash tables are also supported.

Such a toolkit is not unique - there are others to choose from - but wxWidgets
is free, well-established, well-documented, and very broad in its coverage of
GUI functionality. It has some extras that make it stand out from the crowd,
such as the many convenience dialogs, built-in HTML display and printing,
virtual filesystems, easy-to-use OLE automation controller class, Open GL
support, and many other features that make it easier to write modern and
user-friendly applications.

This package contains the 3.1 branch of the library.
2021-04-02 10:06:27 +00:00
hauke
643c913850 Install afp_ldap.conf based on LDAP support, not availability of ACLs.
Have the CNID_DB repair tool warn about unsupported file-system
encoding, but not error out.

Correct some pkglint fallout.
2021-04-02 09:54:26 +00:00
cirnatdan
1cd3497ee5 speech-dispatcher: Add GLIB macro to fix breakage since glib-2.68.0 2021-04-02 09:50:58 +00:00
adam
5b9368108c Updated textproc/py-xlsxwriter, devel/py-gitdb 2021-04-02 08:45:06 +00:00
adam
68317a91f7 py-gitdb: updated to 4.0.7
4.0.7
Updated upper bound for smmap requirement in setup.py

4.0.6
Bumped upper bound for smmap requirement
2021-04-02 08:44:46 +00:00
adam
1155e7bceb py-xlsxwriter: updated to 1.3.8
Release 1.3.8 - March 29 2021
-----------------------------

* Added accessibility options "description" and "decorative" to
  :func:`insert_image`.

* Added fix for datetime.timedelta values that exceed the Excel 1900 leap day
  (timedeltas greater than 59 days, in hours). This is a backward incompatible
  change.

* Added the worksheet :func:`read_only_recommended` method to set the Excel
  "Read-only Recommended" option that is available when saving a file.

* Fixed issue where temp files used in `constant_memory` mode weren't
  closed/deleted if the workbook object was garbage collected.

* Fixed issue where pattern formats without colors where given a default black
  fill color.

* Added option to set a chart crossing to 'min' as well as the existing 'max'
  option. The 'min' option isn't available in the Excel interface but can be
  enabled via VBA.
2021-04-02 08:40:31 +00:00
wiz
8f9b45a260 doc: Updated devel/spdlog to 1.8.5 2021-04-02 08:33:09 +00:00
wiz
47c9d1f184 spdlog: update to 1.8.5.
1.8.5

Fix compiling with C++17: remove constexpr on level_string_views. Thanks @stevenlunt (#1889).

1.8.4

Remove version requirement from find_package when searching external fmt. #1890. Thanks @prince-chrismc

1.8.3

New hourly file sink . Creates new file every hour. Can be limited to retain only the last N files. Thanks @BVonk (#1763).
New daily sink filename custom formatting. Users now can pass custom strftime pattern to the log filename. For example: daily_logger_format_mt("loggername", "log-%Y%m%d:%H:%M.txt", hours, minutes);. Thanks @fawdlstty (#1847).
Fix windows event sink log compilation with UNICODE preprocessor. Thanks @iko1 (#1760).
Add SPDLOG_DISABLE_DEFAULT_LOGGER as a CMake option. Thanks @shimaowo (#1765, #1766).
Improve color terminal detection. Thanks @dominicpoeschko (#1768).
Prevent windows color sink to leak windows headers into user code Thanks @Ryan-rsm-McKenzie (#1771).
Ensure SPDLOG_FMT_EXTERNAL is honored in the bench program. Thanks @Ryan-rsm-McKenzie (#1773).
Skip CMake module mode when finding fmt. Thanks @Ryan-rsm-McKenzie (#1774).
Better support for "/" separators on Windows, and improve wchar filename test coverage. Thanks @sylveon (#1787).
Open files with "ab" mode even if truncating to better support logrotate(8). Thanks @graydon (#1795).
Fix compiling error and typo in hourly file sink. Thanks @sillykelvin (#1805).
Add constexpr to SPDLOG_LEVEL_NAMES declaration. Thanks @gv-me (#1798).
Initializer list style consistency. Thanks @ChristianPanov (#1807).
Fix call to non-constexpr function (#1811).
Better numeric_limits<>::max/min fix when SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined. Thanks @NukeULater (#1819).
Fix to prevent MSVC warning flags to propagate to CUDA. Thanks @prateek9623 (#1825, #1829).
Fix windows stdout_sink raising exception when used GUI Windows Apps that lack a console. Thanks @dgehri for reporting (#1828).
Simplified wincolor sink code and intensify the red and yellow colors.
Set default value to registry::err_handler_ to resolve Klocwork warning. . Thanks @jneruda (#1835).
Formatter bench: Fix compilation by avoiding function name decay mechanics. Thanks @MathiasMagnus (#1846).
Add build2 package support in readme. Thanks @Klaim (#1851).
Make sure __cplusplus is defined under msvc CMakeLists.txt
Fixed VS2019 W4 cast warning (#1876).
Fix warning whe the compilation flag -Wswitch-default is present. Thanks @imsherlock (#1882).
2021-04-02 08:32:57 +00:00
mrg
9cb8a11863 match arm64 systems. fixes build on netbsd/arm64. 2021-04-02 07:59:35 +00:00
nia
ece2e78fc2 erlang: Unbreak packaging, remove PLIST duplicates
These belong in PLIST.java.
2021-04-02 07:52:02 +00:00
adam
1d8a657003 Updated sysutils/ansible, graphics/py-tifffile 2021-04-02 07:47:18 +00:00
adam
452714f0d8 py-tifffile: updated to 2021.3.31
2021.3.31
    Pass 4391 tests.
    Use JPEG restart markers as tile offsets in NDPI.
    Support version 1 and more codecs in fsspec ReferenceFileSystem (untested).
2021.3.17
    Fix regression reading multi-file OME-TIFF with missing files.
    Fix fsspec ReferenceFileSystem with non-native byte order.
2021.3.16
    TIFF is no longer a defended trademark.
    Add method to export fsspec ReferenceFileSystem from ZarrTiffStore
2021-04-02 07:47:00 +00:00
adam
accc76c5c0 ansible: updated to 3.2.0
v3.2.0

community.crypto
- acme module_utils - the ``acme`` module_utils has been split up into several Python modules (https://github.com/ansible-collections/community.crypto/pull/184).
- acme_* modules - codebase refactor which should not be visible to end-users (https://github.com/ansible-collections/community.crypto/pull/184).
- acme_* modules - support account key passphrases for ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/issues/197, https://github.com/ansible-collections/community.crypto/pull/207).
- acme_certificate_revoke - support revoking by private keys that are passphrase protected for ``cryptography`` backend (https://github.com/ansible-collections/community.crypto/pull/207).
- acme_challenge_cert_helper - add ``private_key_passphrase`` parameter (https://github.com/ansible-collections/community.crypto/pull/207).

community.docker
- docker_swarm_service - change ``publish.published_port`` option from mandatory to optional. Docker will assign random high port if not specified (https://github.com/ansible-collections/community.docker/issues/99).

community.general
- archive - refactored some reused code out into a couple of functions (https://github.com/ansible-collections/community.general/pull/2061).
- csv module utils - new module_utils for shared functions between ``from_csv`` filter and ``read_csv`` module (https://github.com/ansible-collections/community.general/pull/2037).
- ipa_sudorule - add support for setting sudo runasuser (https://github.com/ansible-collections/community.general/pull/2031).
- jenkins_job - add a ``validate_certs`` parameter that allows disabling TLS/SSL certificate validation (https://github.com/ansible-collections/community.general/issues/255).
- kibana_plugin - add parameter for passing ``--allow-root`` flag to kibana and kibana-plugin commands (https://github.com/ansible-collections/community.general/pull/2014).
- proxmox - added ``purge`` module parameter for use when deleting lxc's with HA options (https://github.com/ansible-collections/community.general/pull/2013).
- proxmox inventory plugin - added ``tags_parsed`` fact containing tags parsed as a list (https://github.com/ansible-collections/community.general/pull/1949).
- proxmox_kvm - added new module parameter ``tags`` for use with PVE 6+ (https://github.com/ansible-collections/community.general/pull/2000).
- rax - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/2006).
- rax_cdb_user - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/2006).
- rax_scaling_group - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/2006).
- read_csv - refactored read_csv module to use shared csv functions from csv module_utils (https://github.com/ansible-collections/community.general/pull/2037).
- redfish_* modules, redfish_utils module utils - add support for Redfish session create, delete, and authenticate (https://github.com/ansible-collections/community.general/issues/1975).
- snmp_facts - added parameters ``timeout`` and ``retries`` to module (https://github.com/ansible-collections/community.general/issues/980).
- vdo - add ``force`` option (https://github.com/ansible-collections/community.general/issues/2101).

community.network
- edgeos_config - match the space after ``set`` and ``delete`` commands (https://github.com/ansible-collections/community.network/pull/199).
- nclu - execute ``net commit description <description>`` only if changed ``net pending``'s diff field (https://github.com/ansible-collections/community.network/pull/219).

community.postgresql
- postgresql_info - add the ``patch``, ``full``, and ``raw`` values of the ``version`` return value (https://github.com/ansible-collections/community.postgresql/pull/68).
- postgresql_ping - add the ``patch``, ``full``, and ``raw`` values of the ``server_version`` return value (https://github.com/ansible-collections/community.postgresql/pull/70).

community.zabbix
- zabbix_agent - added support for installations on arm64 systems (https://github.com/ansible-collections/community.zabbix/pull/320).
- zabbix_proxy - now supports configuring StatsAllowedIP (https://github.com/ansible-collections/community.zabbix/pull/337).
- zabbix_server - added support for installtions on arm64 systems (https://github.com/ansible-collections/community.zabbix/pull/320).
- zabbix_web - added support for installtions on arm64 systems (https://github.com/ansible-collections/community.zabbix/pull/320).

dellemc.openmanage
- ome_template - Allows to deploy a template on device groups.

hetzner.hcloud
- Add firewalls to hcloud_server module

ovirt.ovirt
- cluster_upgrade - Add correlation-id header (https://github.com/oVirt/ovirt-ansible-collection/pull/222).
- engine_setup - Add skip renew pki confirm (https://github.com/oVirt/ovirt-ansible-collection/pull/228).
- examples - Add recipe for removing DM device (https://github.com/oVirt/ovirt-ansible-collection/pull/233).
- hosted_engine_setup - Filter devices with unsupported bond mode (https://github.com/oVirt/ovirt-ansible-collection/pull/226).
- infra - Add reboot host parameters (https://github.com/oVirt/ovirt-ansible-collection/pull/231).
- ovirt_disk - Add SATA support (https://github.com/oVirt/ovirt-ansible-collection/pull/225).
- ovirt_user - Add ssh_public_key (https://github.com/oVirt/ovirt-ansible-collection/pull/232)

purestorage.flasharray
- purefa_maintenance - New module to set maintenance windows
- purefa_pg - Add support to rename protection groups
- purefa_syslog - Add support for naming SYSLOG servers for Purity//FA 6.1 or higher

purestorage.flashblade
- purefb_certs - Add update functionality for array cert
- purefb_fs - Add multiprotocol ACL support
- purefb_info - Add information regarding filesystem multiprotocol (where available)
- purefb_info - Add new parameter to provide details on admin users
- purefb_info - Add replication performace statistics
- purefb_s3user - Add ability to remove an S3 users existing access key
2021-04-02 07:44:08 +00:00
adam
7726468d66 Updated lang/npm, graphics/py-Pillow 2021-04-02 06:19:01 +00:00
adam
fd84e6179f py-Pillow: updated to 8.2.0
8.2.0 (2021-04-01)
- Added getxmp() method
- Add ImageShow support for GraphicsMagick
- Do not load transparent pixels from subsequent GIF frames
- Use LZW encoding when saving GIF images
- Set all transparent colors to be equal in quantize()
- Allow PixelAccess to use Python __int__ when parsing x and y
- Removed Image._MODEINFO
- Add preserve_tone option to autocontrast
- Fixed linear_gradient and radial_gradient I and F modes
- Add support for reading TIFFs with PlanarConfiguration=2
- Deprecated categories
- Do not premultiply alpha when resizing with Image.NEAREST resampling
- Dynamically link FriBiDi instead of Raqm
- Allow fewer PNG palette entries than the bit depth maximum when saving
- Use duration from info dictionary when saving WebP
- Stop flattening EXIF IFD into getexif()
- Replaced tiff_deflate with tiff_adobe_deflate compression when saving TIFF images
- Save ICC profile from TIFF encoderinfo
- Moved RGB fix inside ImageQt class
- Allow alpha_composite destination to be negative
- Ensure file is closed if it is opened by ImageQt.ImageQt
- Added ImageDraw rounded_rectangle method
- Added IPythonViewer
- Only draw each rectangle outline pixel once
- Use mmap instead of built-in Win32 mapper
- Handle PCX images with an odd stride
- Only read different sizes for "Large Thumbnail" MPO frames
- Added PyQt6 support
- Changed Image.open formats parameter to be case-insensitive
- Deprecate Tk/Tcl 8.4, to be removed in Pillow 10 (2023-01-02)
- Added tk version to pilinfo
- Support for ignoring tests when running valgrind
- OSS-Fuzz support
2021-04-02 06:18:39 +00:00
adam
a85eec7c5c npm: updated to 6.14.12
v6.14.12
Update y18n to fix CVE-2020-7774
2021-04-02 06:17:28 +00:00
taca
3ae3fdd2f6 doc/TODO: add Ruby on Rails
+ ruby-rails52-5.2.5, ruby-rails60-6.0.3.6, ruby-rails61-6.1.3.1.
2021-04-02 04:28:36 +00:00
taca
ea034d1ea8 doc/TODO: add ruby-redmine*
+ ruby-redmine-4.0.8, ruby-redmine-4.1.2, ruby-redmine-4.2.0.
2021-04-02 04:26:19 +00:00
taca
4ec939c5c5 doc: Updated editors/emacs-packages to 0.11 2021-04-02 04:12:28 +00:00
taca
258bca61fb editors/emacs-packages: update to 0.11
Drop devel/ruby-mode package.
2021-04-02 04:12:00 +00:00
wiz
39a502703c doc: Updated editors/emacs27-nox11 to 27.2 2021-04-01 22:29:55 +00:00
wiz
6ad4293ff7 emacs27-nox11: update to 27.2.
Match emacs27 package.
2021-04-01 22:29:47 +00:00
wiz
662ba2545b doc: Updated editors/emacs27 to 27.2 2021-04-01 22:29:34 +00:00
wiz
405af19b99 emacs27: update to 27.2.
Emacs 27.2 is a maintenance release.

    The behavior of the user option 'resize-mini-frames' has changed.
2021-04-01 22:29:21 +00:00
pin
ccab6f5515 doc: Added x11/rterm version 0.0.2 2021-04-01 21:04:22 +00:00
pin
db5dbf7d2a Add rterm 2021-04-01 21:03:50 +00:00
pin
1d761eed4d x11/rterm: import package
st is a simple terminal implementation for X from suckless.org
rterm is a port of suckless terminal (st) to rust.
2021-04-01 21:02:32 +00:00
wiz
319189bf09 doc: Updated devel/gopls to 0.6.9 2021-04-01 18:45:42 +00:00
wiz
ad80824f43 gopls: update to 0.6.9.
0.6.9
This is a patch release to fix golang/go#45092.

0.6.8
This is a patch release to fix golang/go#45075.

0.6.7
New analyzers

The unusedwrite and nilness analyzers are now available, but they
are disabled by default. Note that enabling them permanently may
significantly increase memory usage. You can configure analyzers
through the analyses setting.  Improved hover with time.Duration

Hover for any constant of type time.Duration is shown both in
nanoseconds and as a human-readable string.

Fixes

A full list of all issues fixed can be found in the gopls/v0.6.7
milestone. To report a new problem, please file a new issue at
https://golang.org/issues/new.
2021-04-01 18:45:33 +00:00
wiz
39b97fb8a9 dbus-glib 0.112 (2021-03-26)
============================

The “haunted teacup” release.

dbus-glib version control is now hosted on freedesktop.org's Gitlab
installation, and bug reports and feature requests have switched from
Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues
("dbus-glib#nnn") and merge requests ("dbus-glib!nnn"). See README and
CONTRIBUTING.md for more details.

Dependencies:

• dbus 1.8 was already required, but is more strongly required now:
  the workarounds that were used to run continuous integration with dbus
  1.6 on Ubuntu 14.04 'trusty' have been removed. (Note that dbus 1.8
  has already reached end-of-life for security support, and newer dbus
  stable branches are strongly recommended.)

• pkg-config 0.28 is required when building from git

Enhancements:

• Rewrite CONTRIBUTING.md document, based on Wayland's equivalent
  (Simon McVittie, with thanks to Ander Conselvan de Oliveira,
  Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone
  for their contributions to the equivalent file in Wayland)

• A generated ChangeLog file, which made up a significant proportion of
  the size of source tarball releases, is no longer included. Please
  refer to the git repository at
  https://gitlab.freedesktop.org/dbus/dbus-glib for detailed change
  history. (Simon McVittie)

• Improve man page (dbus-glib!1, Alan Coopersmith)

• Add test coverage for fd.o#80557 (dbus-glib#1, Simon McVittie)

• Use more modern GLib assertions in unit tests
  (dbus-glib#16, dbus-glib!3, dbus-glib!4; Simon McVittie)

• Improve continuous integration to be run by GitLab in addition to
  Travis-CI (Simon McVittie)

• Add clearer license information using SPDX-License-Identifier
  (Simon McVittie)

Fixes:

• Allow glib-genmarshal to be overridden with
  `./configure GLIB_GENMARSHAL=/path/to/glib-genmarshal`, for
  cross-compilation (dbus-glib!2, Yann E. MORIN)

• Avoid a double-free in dbus-binding-tool for certain inputs, possibly
  involving nested introspection data structures (dbus-glib#9, Zhipeng Xie)

• Report a better error for excessive recursion depth or unsupported
  data types (dbus-glib#1, Simon McVittie)

• Map the 15 most-recently-added DBusGError members to their corresponding
  D-Bus error names (dbus-glib#1, Simon McVittie)

• Mark all documented symbols as deprecated
  (Simon McVittie)

• Fix unit test failures during distcheck by enabling assertions
  (Simon McVittie)

• Fix a core dump during installed-tests by not attempting to close a
  shared DBusConnection (Simon McVittie)
2021-04-01 17:07:50 +00:00
wiz
d5757f6c77 doc: Updated textproc/ugrep to 3.1.10 2021-04-01 17:06:59 +00:00
wiz
4e68a2f727 ugrep: update to 3.1.10.
New --bool option to specify Boolean search query patterns (with
Google search syntax or fzf-like when used with -F to search strings
instead of regex patterns); new --and and --not options; new --dotall
option; updated --format to support -v; other improvements. More
coming soon!
2021-04-01 17:06:51 +00:00
wiz
f459b0ea07 doc: Updated sysutils/py-borgbackup to 1.1.16 2021-04-01 17:04:32 +00:00
wiz
4cbd2058e1 py-borgbackup: update to 1.1.16.
Version 1.1.16 (2021-03-23)
---------------------------

- 1.1.15 drops python 3.4 support, minimum requirement is 3.5 now.

Fixes:

- setup.py: add special openssl prefix for Apple M1 compatibility
- do not recurse into duplicate roots, #5603
- remove empty shadowed_segments lists, #5275, #5614
- fix libpython load error when borg fat binary / dir-based binary is invoked
  via a symlink by upgrading pyinstaller to v4.2, #5688
- config: accept non-int value (like 500M or 100G) for max_segment_size or
  storage_quota, #5639.
  please note: when setting a non-int value for this in a repo config,
  using the repo will require borg >= 1.1.16.

New features:

- bundled msgpack: drop support for old buffer protocol to support Python 3.10
- verbose files cache logging via --debug-topic=files_cache, #5659.
  Use this if you suspect that borg does not detect unmodified files as expected.
- create/extract: add --noxattrs and --noacls option, #3955.
  when given with borg create, borg will not get xattrs / ACLs from input files
  (and thus, it will not archive xattrs / ACLs). when given with borg extract,
  borg will not read xattrs / ACLs from archive and will not set xattrs / ACLs
  on extracted files.
- diff: add --json-lines option, #3765
- check: debug log segment filename
- borg debug dump-hints

Other changes:

- Tab completion support for additional archives for 'borg delete'
- repository: deduplicate code of put and delete, no functional change
- tests: fix result order issue (sporadic test failure on openindiana)
- vagrant:

  - upgrade pyinstaller to v4.2, #5671
  - avoid grub-install asking interactively for device
  - remove the xenial box
  - update freebsd box to 12.1
- docs:

  - update macOS install instructions, #5677
  - use macFUSE (not osxfuse) for Apple M1 compatibility
  - update docs for dev environment installation instructions, #5643
  - fix grammar in faq
  - recomend running tests only on installed versions for setup
  - add link back to git-installation
  - remove /var/cache exclusion in example commands, #5625.
    This is generally a poor idea and shouldn't be promoted through examples.
  - add repology.org badge with current packaging status
  - explain hash collision
  - add unsafe workaround to use an old repo copy, #5722
2021-04-01 17:04:23 +00:00
wiz
7d82903c34 doc: Updated sysutils/dbus-glib to 0.112 2021-04-01 16:55:59 +00:00
wiz
fd965f5713 doc: Updated devel/re2c to 2.1.1 2021-04-01 16:46:48 +00:00
wiz
3d93ed22af re2c: update to 2.1.1.
2.1.1 (2021-03-27)
~~~~~~~~~~~~~~~~~~

- Added missing CMakeLists.txt to release tarballs
  (`#346 <https://github.com/skvadrik/re2c/issues/346>`_).

2.1 (2021-03-26)
~~~~~~~~~~~~~~~~

- Added GitHub Actions CI for Linux, macOS and Windows and fixed numerous build
  issues on those platforms (thanks to
  `Serghei Iakovlev <https://github.com/sergeyklay>`_).

- Added benchmarks for submatch extraction in lexer generators (ragel vs.
  kleenex vs. re2c with TDFA(0), TDFA(1) or sta-DFA algorithms).

  + New Autotools (configure) options: ``--enable-benchmarks``,
    ``--enable-benchmarks-regenerate``

  + New CMake options: ``-DRE2C_BUILD_BENCHMARKS``, ``-DRE2C_REGEN_BENCHMARKS``

  + New `json2pgfplot.py
    <https://github.com/skvadrik/re2c/blob/master/benchmarks/json2pgfplot.py>`_
    script that converts benchmark results in JSON to a PDF with bar charts

- Added option ``--depfile <filename>`` to generate build dependency files
  (allows to track ``/*!include:re2c*/`` dependencies in the build system).

- Added option ``--fixed-tags <none | all | toplevel>`` and improved fixed-tag
  optimization to work with nested tags.

- Added lzip to the distribution tarballs.

- Added registerless-TDFA algorithm in the experimental libre2c library.

- Explicitly disallowed invalid configuration when ``-f``, ``--storable-state``
  option is used, but ``YYFILL`` is disabled
  (`#306 <https://github.com/skvadrik/re2c/issues/306>`_).

- Fixed bug in UTF-8 decode for 4-bytes rune
  (`#307 <https://github.com/skvadrik/re2c/pull/307>`_, thanks to
  `Satoshi Yasushima <https://github.com/s-yasu>`_).

- Fixed bugs in rare cases of the end-of-input rule ``$`` usage
  (`277f0295 <277f0295fc>`_,
  `68611a57 <68611a57a9>`_
  and `a9d582f9 <a9d582f9d2>`_).

- Optimized ``--skeleton`` generation time.

- Renamed internal option ``--dfa`` to ``--nested-negative-tags``.

- Updated documentation for end of input handling and submatch extraction.
2021-04-01 16:46:39 +00:00
wiz
ed74a06818 doc: Updated converters/libcdr to 0.1.7 2021-04-01 16:17:01 +00:00