Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (98d)  pkgsrc-2023Q3 (178d) 

2024-06-06 02:35:26 UTC Now

2022-03-17 21:19:30 UTC MAIN commitmail json YAML

ugrep: updated to 3.7.6

ugrep v3.7.6

New --min-count option, new --hexdump options to grep binary files and display binary matches in hexadecimal with n hex lines before and after the match with --hexdump=Cn, --hexdump=An for n lines after and --hexdump=Bn for n lines before. Omitting n defaults to the entire matching line. Option -X is equivalent to --hexdump=2C for 2 hex columns per line and entire matching line as context. Includes user experience improvements, such as additional --help information and --stats details. This incremental update skips sysfd files that are empty and not searchable (e.g. located in /proc and /sys). We also made ugrep faster overall with performance improvements. More coming soon!

(adam)

2022-03-17 21:16:25 UTC MAIN commitmail json YAML

gnutls: updated to 3.7.4

Version 3.7.4 (released 2022-03-17)

** libgnutls: Added support for certificate compression as defined in RFC8879.
** certtool: Added option --compress-cert that allows user to specify compression
  methods for certificate compression.
** libgnutls: GnuTLS can now be compiled with --enable-strict-x509 configure
  option to enforce stricter certificate sanity checks that are compliant
  with RFC5280.
** libgnutls: Removed IA5String type from DirectoryString within issuer
  and subject name to make DirectoryString RFC5280 compliant.
** libgnutls: Added function to retrieve the name of current ciphersuite
  from session.

** API and ABI modifications:
GNUTLS_COMP_BROTLI: New gnutls_compression_method_t enum member
GNUTLS_COMP_ZSTD: New gnutls_compression_method_t enum member
gnutls_compress_certificate_get_selected_method: Added
gnutls_compress_certificate_set_methods: Added

(adam)

2022-03-17 16:01:21 UTC MAIN commitmail json YAML

doc: Updated biology/hisat2 to 2.2.1

(bacon)

2022-03-17 16:01:12 UTC MAIN commitmail json YAML

2022-03-17 14:35:34 UTC MAIN commitmail json YAML

volk: needs GCC>=8 for std::filesystem, like GNU Radio

(tnn)

2022-03-17 14:26:53 UTC MAIN commitmail json YAML

Updated net/py-python-socks, www/py-aiohttp-socks, www/py-httpx-socks

(adam)

2022-03-17 14:26:27 UTC MAIN commitmail json YAML

py-httpx-socks: updated to 0.7.3

0.7.3
?

0.7.2
Added secure proxy support

0.7.1
?

0.7.0
Upgrade python-socks to 2.0.0

(adam)

2022-03-17 14:25:35 UTC MAIN commitmail json YAML

py-aiohttp-socks: updated to 0.7.1

0.7.1
Pin python-socks dependency to the >=2.0.0,<3.0.0 version

0.7.0
Upgrade python-socks to 2.0.0

(adam)

2022-03-17 14:24:32 UTC MAIN commitmail json YAML

py-python-socks: updated to 2.0.3

2.0.3
Fix anyio exception handling

2.0.2
Fixed 14 anyio.BrokenResourceError has no attribute 'strerror'

2.0.1
?

2.0.0
Added anyio backend
Added new (v2) API for sync and trio backends
The code base has been completely redesigned

(adam)

2022-03-17 13:04:08 UTC MAIN commitmail json YAML

Updated net/py-zeroconf, www/py-curl

(adam)

2022-03-17 13:03:52 UTC MAIN commitmail json YAML

py-curl: updated to 7.45.1

PycURL 7.45.1 - 2022-03-13
This release fixes build when libcurl < 7.64.1 is used.

PycURL 7.45.0 - 2022-03-09
This release adds support for SecureTransport SSL backend (MacOS), adds ability to unset a number of multi options, adds ability to duplicate easy handles and permits pycurl classes to be subclassed.

(adam)

2022-03-17 12:54:47 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.38.4

0.38.4
Fix IP Address updates when hostname is uppercase

(adam)

2022-03-17 12:24:14 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2022-03-17 12:23:33 UTC MAIN commitmail json YAML

py-acme py-certbot: updated to 1.25.0

Certbot 1.25.0

Changed

Dropped 32 bit support for the Windows beta installer
Windows beta installer is now distributed as "certbot-beta-installer-win_amd64.exe".
Users of the Windows beta should uninstall the old version before running this.
Added a check whether OCSP stapling is supported by the installer when requesting a
certificate with the run subcommand in combination with the --must-staple option.
If the installer does not support OCSP and the --must-staple option is used, Certbot
will raise an error and quit.
Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation
support.

Fixed

Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1n, in
response to https://www.openssl.org/news/secadv/20220315.txt.

Certbot 1.24.0

Added

When the --debug-challenges option is used in combination with -v, Certbot
now displays the challenge URLs (for http-01 challenges) or FQDNs (for
dns-01 challenges) and their expected return values.

Changed

Support for Python 3.6 was removed.
All Certbot components now require setuptools>=41.6.0.
The acme library now requires requests>=2.20.0.
Certbot and its acme library now require pytz>=2019.3.
certbot-nginx now requires pyparsing>=2.2.1.
certbot-dns-route53 now requires boto3>=1.15.15.

Fixed

Nginx plugin now checks included files for the singleton server_names_hash_bucket_size directive.

(adam)

2022-03-17 08:27:31 UTC MAIN commitmail json YAML

standalone-tcsh: revert my changes for now

(nia)

2022-03-17 08:21:32 UTC MAIN commitmail json YAML

Updated security/py-josepy, devel/py-jupyter-console

(adam)

2022-03-17 08:21:15 UTC MAIN commitmail json YAML

py-jupyter-console: updated to 6.4.3

6.4.3

Merged PRs
- Require jupyter_client>=7.0.0

(adam)

2022-03-17 08:16:22 UTC MAIN commitmail json YAML

py-josepy: updated to 1.13.0

1.13.0 (2022-03-10)
-------------------

* Support for Python 3.6 has been deprecated and will be removed in the next
  scheduled release.
* Corrected some type annotations.

(adam)

2022-03-17 07:51:38 UTC MAIN commitmail json YAML

Updated net/openvpn, www/py-urllib3

(adam)

2022-03-17 07:51:20 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.26.9

1.26.9 (2022-03-16)
-------------------

* Changed ``urllib3[brotli]`` extra to favor installing Brotli libraries that are still
  receiving updates like ``brotli`` and ``brotlicffi`` instead of ``brotlipy``.
  This change does not impact behavior of urllib3, only which dependencies are installed.
* Fixed a socket leaking when ``HTTPSConnection.connect()`` raises an exception.
* Fixed ``server_hostname`` being forwarded from ``PoolManager`` to ``HTTPConnectionPool``
  when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.

(adam)

2022-03-17 07:50:18 UTC MAIN commitmail json YAML

openvpn: updated to 2.5.6

OpenVPN 2.5.6.
This is mostly a bugfix release including one security fix ("Disallow multiple deferred authentication plug-ins.", CVE: 2022-0547).

(adam)

2022-03-17 07:10:08 UTC MAIN commitmail json YAML

lang/Makefile: add go118

(wiz)

2022-03-17 07:08:34 UTC MAIN commitmail json YAML

guile-syntax-highlight: add guile30 patch to distinfo

(wiz)

2022-03-17 03:08:02 UTC MAIN commitmail json YAML

Updated www/nginx to 1.20.2nb6.
Updated www/nginx-devel to 1.21.6nb5.

(osa)

2022-03-17 03:03:14 UTC MAIN commitmail json YAML

www/nginx-devel: decouple from www/nginx

It's not a typical practice in pkgsrc to share options.mk.  Also, it's
not easy to build both www/nginx and www/nginx-devel with a different
set of options.  So, let's decouple www/nginx-devel from www/nginx.

>From now the following option needs to be specified to build
www/nginx-devel with a specific options: PKG_OPTIONS.nginx-devel.

While I'm here add support to build package with devel/pcre2. Please
note: some third-party modules, such as naxsi and luajit, are not
compatible yet with devel/pcre2, so let's keep pcre option as a
suggested one.

Bump PKGREVISION.

(osa)

2022-03-17 02:37:49 UTC MAIN commitmail json YAML

www/nginx: remove needless --with-pcre-jit

The --with-pcre-jit configure option helps to build PCRE library with
JIT feature only, and it doesn't help when PCRE library is already
built without JIT support.

Bump PKGREVISION.

(osa)

2022-03-17 01:20:20 UTC MAIN commitmail json YAML

doc: unit-* was updated a while ago, entries were missed

(gutteridge)

2022-03-17 01:17:51 UTC MAIN commitmail json YAML

doc: add note about upower

(gutteridge)

2022-03-17 01:05:48 UTC MAIN commitmail json YAML

libXdmcp: apply upstream version of SunOS compilation fix

Patch to match what the next release will do here, in part so we don't
run the risk of merging two versions of handling the same issue on next
update. Addresses PR pkg/54628. (Compile tested on Fedora Linux and
OmniOS, but as neither of these are affected by the issue to begin
with, and not having an environment where I can reproduce it, I can't
verify the fix myself.)

(gutteridge)

2022-03-17 00:19:25 UTC MAIN commitmail json YAML

doc/TODO: BIND update

+ bind-9.18.1.

(taca)

2022-03-17 00:18:39 UTC MAIN commitmail json YAML

doc: Updated net/bind916 to 9.16.27

(taca)

2022-03-17 00:18:05 UTC MAIN commitmail json YAML

net/bind916: update to 9.16.27

--- 9.16.27 released ---

5818. [security] A synchronous call to closehandle_cb() caused
isc__nm_process_sock_buffer() to be called recursively,
which in turn left TCP connections hanging in the
CLOSE_WAIT state blocking indefinitely when
out-of-order processing was disabled. (CVE-2022-0396)
[GL #3112]

(taca)

2022-03-17 00:15:57 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.37

(taca)

2022-03-17 00:15:21 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.37

--- 9.11.37 released ---

5817. [security] The rules for acceptance of records into the cache
have been tightened to prevent the possibility of
poisoning if forwarders send records outside
the configured bailiwick. (CVE-2021-25220) [GL #2950]

(taca)

2022-03-16 23:21:49 UTC MAIN commitmail json YAML

netbeans-ide: disable more checks on prebuilt binaries

(nia)

2022-03-16 20:33:39 UTC MAIN commitmail json YAML

libdrm: fix build on SunOS

(tnn)

2022-03-16 18:39:06 UTC MAIN commitmail json YAML

doc: Updated devel/cmake to 3.22.3nb1

(jperkin)

2022-03-16 18:36:47 UTC MAIN commitmail json YAML

cmake: Apply different fix for Darwin/aarch64.

The previous patch was breaking cmake when running outside of the pkgsrc
environment.  Should fix NetBSD/pkgsrc#103.  Bump PKGREVISION.

(jperkin)

2022-03-16 16:02:58 UTC MAIN commitmail json YAML

doc: Updated net/gh to 2.6.0

(bsiegert)

2022-03-16 16:02:15 UTC MAIN commitmail json YAML

Update gh (Github CLI) to 2.6.0.

GitHub CLI 2.6.0

Repo Search

@samcoe is working on a new command, gh search! In this release it's shipping
with just support for repository searching. Results can then be processed with
--jq or fillter columns with --json and filters are expressed with flags like
--topic or --license.

Try it out with something like: gh search repos --language=go
--good-first-issues=">=10"!

Rerun failed jobs

gh run rerun has been augmented with two new flags: --failed and --job by @cdb.
You can now selectively rerun just failed jobs from a given workflow run!
Running gh run rerun --failed will prompt you to select a run to work with.

Codespaces Updates

  * Allow Editing Codespaces
  * Updates wording for codespaces accept permissions flow
  * Add VSCS Target to gh cs list
  * Adds internal codespace developer flags
  * Add --profile option to gh cs cp

Other New Features

  * add interactive repository edit functionality
  * Support setting Dependabot secrets
  * Add version to extension list command
  * after merge, switch to base branch if available

Bugfixes

  * pr close skips deleting local branch if not in a git repo
  * pr checks: fix error message when no checks were found
  * Fixed permission for workflow

GitHub CLI 2.5.2

ls alias now available for all commands

All places where a list subcommand is defined now support an ls alias, so gh pr
ls to your heart's content.

Better handling of oauth scopes

Thanks to @mario-campos we now properly understand implied auth scopes, fixing
some instances where gh insisted you needed additional scopes when you did not.

Other Bugfixes

  * Fix HexToRGB panic

Other Changes

  * Support filtering PRs authored
  * gh auth login: added flags to partially automate flow
  * Codespaces Create: Allow Accepting Permissions

GitHub CLI 2.5.1

New features

  * Add display name to codespaces prompts and JSON output
  * Add pr checks --watch flag

Fixes

  * auth login --with-token: fix authenticating git operations
  * release create: respect discussion category when creating a release with
    assets
  * gist create: handle Windows-style file paths
  * release create: warn about unpushed local git tag
  * Ignore EPIPE errors when writing to a closed pager
  * Rotate our Windows code-signing certificates

Documentation fixes

  * repo edit: clarify passing false for boolean flags
  * Spelling correction in error message

GitHub CLI 2.5.0

New Features

  * Add codespace ssh --config to generate OpenSSH host configuration for your
    codespaces
  * Add release delete-asset to delete an asset from a release
  * Add repo deploy-key commands to manage deploy keys for a repository
  * Improve the interactive issue/pull request assignee prompt
  * auth login/refresh: allow non-interactive flow
  * auth git-credential: add ability to authenticate git operations for gist
    repositories
  * gist edit: add ability to edit gist description
  * gist edit: enable editing file contents via standard input
  * pr status: show number of approvals
  * repo fork: add ability to define the name of the fork repository on GitHub
  * run list: add branch and actor filters
  * run view: include job ID parameter in the suggested command invocation
  * api: do not apply jq filters or render templates for HTTP error responses
  * pr create: fetch pull request template contents via the API
  * codespace create: provide repo suggestions after typing a few characters
    and pressing Tab

Fixes

  * release create: bring back interactive option to create a release from an
    annotated tag
  * workflow enable: allow enabling a workflow that was disabled due to
    inactivity
  * extension install: update wording for extensions that cannot be installed
  * api: respect GH_REPO when substituting {owner}/{repo}
  * issue list: fix filtering issues
  * pr create: fix creating pull requests from numerical branch names
  * repo fork: respect explicitly configured git_protocol when adding a git
    remote for a fork
  * pr checks: avoid reporting results of stale check runs
  * secret set: trim trailing newlines when passing secret values via standard
    input
  * Preserve hard line breaks in rendered Markdown
  * Handle SAML enforcement challenge from the server
  * Add retry functionality to the Codespaces API client
  * Add GH_HOST to hosts list if set in the environment
  * Standardize pager output across commands
  * Fix error message when running external commands

Other Changes

  * Improve Survey stubber for tests
  * Add Alpine Linux install docs
  * Amend location of GPG key file
  * Fix flaky Liveshare session test
  * Add consistent punctuation in command usages
  * Add install instructions for Void Linux

GitHub CLI 2.4.0

New features

  * Add repo edit command
  * release create: add --generate-notes functionality
  * release create: add interactive mode to choose a tag name
  * pr merge: allow editing commit subject
  * secret set: allow importing secrets from a dotenv file
  * run list/view: add --json export functionality
  * Refresh man pages
  * Add installation instructions for pkgsrc

Fixes

  * pr view: ensure that PR reviews are always rendered in --comments mode
  * api: handle HTTP 409 error message from the server
  * issue edit: fix race condition when updating labels
  * browse: support --commit with the repo override flag
  * repo create: fix printing repo URL in no-TTY mode
  * repo sync: use the new merge-upstream API if available
  * run: display and treat "Cancelled" status as a failure
  * extension upgrade: an already up-to-date extension should not a produce a
    failure
  * Avoid showing non-open PRs as related to the default branch
  * git remotes: fix treating ssh.github.com as a github.com host

(bsiegert)

2022-03-16 13:32:37 UTC MAIN commitmail json YAML

gnutls: fix build w/ latest xcode on Apple M1

(tnn)

2022-03-16 11:36:22 UTC MAIN commitmail json YAML

doc: Updated audio/libopenmpt to 0.6.2

(fcambus)

2022-03-16 11:36:10 UTC MAIN commitmail json YAML

libopenmpt: update to 0.6.2.

### libopenmpt 0.6.2 (2022-03-13)

*  [**Sec**] Possible out-of-bounds write in malformed IT / XM / MPTM files
    using the internal LFO plugin. (r17076)
*  [**Sec**] Possible out-of-bounds read when using Amiga BLEP interpolation
    with extremely high-pitched notes. (r17078, r17079)

*  ISO-8859-1-related charsets from Amiga OS and RISC OS are now handled more
    accurately, thus avoiding some unwanted control characters.
*  MO3: Pattern indices 254 / 255 were not treated as playable patterns even if
    the original file was a MOD / XM.
*  Correctly apply ST3-style effect memory when seeking in S3M files.
*  Command S (S3M / IT style) effect memory was not applied when seeking.
*  Initial channel mute status was not reported correctly in `get_channel_mute_status`
    since libopenmpt 0.6.0.

*  FLAC: Update to v1.3.4 (2022-02-21).
*  pugixml: Update to v1.12.1 (2022-02-16).

(fcambus)

2022-03-16 11:19:34 UTC MAIN commitmail json YAML

doc: Added textproc/csvlens version 0.1.4

(pin)

2022-03-16 11:19:01 UTC MAIN commitmail json YAML

2022-03-16 11:18:02 UTC MAIN commitmail json YAML

textproc/csvlens: import package

csvlens is a CSV file viewer in the command line. It is similar to less but
made for CSV.

(pin)

2022-03-16 09:21:05 UTC MAIN commitmail json YAML

go118: add PLIST.Linux

ok bsiegert

(tnn)

2022-03-16 09:07:09 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.52

(fox)

2022-03-16 09:06:33 UTC MAIN commitmail json YAML

audio/fasttracker2: Update to v1.52

Changes since v1.51

v1.52 - 27.02.2022
- Fix possible sample loop corruption on .MOD import, f.ex. "FARLAND.MOD"
- Hardware Performance Counter code refactoring (framerate handling without
  vsync, and scopes)

(fox)

2022-03-16 06:26:03 UTC MAIN commitmail json YAML

Updated devel/py-dict2xml, devel/py-faker

(adam)

2022-03-16 06:25:41 UTC MAIN commitmail json YAML

py-faker: updated to 13.3.2

v13.3.2
* Bump actions/stale from 3 to 5

v13.3.1
* Bump actions/setup-python from 2 to 3

(adam)

2022-03-16 06:23:44 UTC MAIN commitmail json YAML

py-dict2xml: updated to 1.7.1

1.7.1
Adding an option to have self closing tags when the value for that tag equals certain values

(adam)

2022-03-16 00:32:01 UTC MAIN commitmail json YAML

biology/ncbi-blast+: Disable MKPIE

Temporary fix to unbreak build on NetBSD with freeze approaching

(bacon)

2022-03-15 21:28:18 UTC MAIN commitmail json YAML

doc: Updated devel/py-pip to 21.3.1nb3

(wiz)

2022-03-15 21:22:59 UTC MAIN commitmail json YAML

py-pip: copy distro config file to overlay directory

Fixes pip with overlay support.

Bump PKGREVISION.

(wiz)

2022-03-15 21:13:53 UTC MAIN commitmail json YAML

doc: Updated biology/vcf2hap to 0.1.5

(bacon)

2022-03-15 21:13:46 UTC MAIN commitmail json YAML

biology/vcf2hap: Update to 0.1.5

Minor update for biolibc 0.2.2 API changes

(bacon)

2022-03-15 21:12:58 UTC MAIN commitmail json YAML

doc: Updated biology/vcf-split to 0.1.4

(bacon)

2022-03-15 21:12:52 UTC MAIN commitmail json YAML

biology/vcf-split: Update to 0.1.4

Minor update for biolibc 0.2.2 API changes

(bacon)

2022-03-15 21:12:05 UTC MAIN commitmail json YAML

doc: Updated biology/peak-classifier to 0.1.3

(bacon)

2022-03-15 21:11:58 UTC MAIN commitmail json YAML

biology/peak-classifier: Update to 0.1.3

Minor update for biolibc 0.2.2 API changes

(bacon)

2022-03-15 21:11:07 UTC MAIN commitmail json YAML

doc: Updated biology/biolibc-tools to 0.1.2

(bacon)

2022-03-15 21:10:59 UTC MAIN commitmail json YAML

biology/biolibc-tools: Update to 0.1.2

New fastx-stats and ensembl2gene subcommands
Minor updates for biolibc 0.2.2 API changes
Minor bug fixes and ennancements

(bacon)

2022-03-15 21:08:39 UTC MAIN commitmail json YAML

doc: Updated biology/ad2vcf to 0.1.5

(bacon)

2022-03-15 21:08:32 UTC MAIN commitmail json YAML

biology/ad2vcf: Update to 0.1.5

Minor update for bioloibc 0.2.2 API changes

(bacon)

2022-03-15 21:06:41 UTC MAIN commitmail json YAML

doc: Updated biology/biolibc to 0.2.2

(bacon)

2022-03-15 21:06:32 UTC MAIN commitmail json YAML

biology/biolibc: Update to 0.2.2

Numerous bug fixes and enhancements
Serveral new functions
3 new classes
Cleaned up some API slop
Changes: https://github.com/auerlab/biolibc/tags

(bacon)

2022-03-15 21:03:36 UTC MAIN commitmail json YAML

doc: Updated devel/libxtend to 0.1.5

(bacon)

2022-03-15 21:03:27 UTC MAIN commitmail json YAML

devel/libxtend: Update to 0.1.5

Numerous small bug fixes and enhancements
Several new functions added to the library
Changes: https://github.com/outpaddling/libxtend/tags

(bacon)

2022-03-15 20:45:39 UTC MAIN commitmail json YAML

ibus-python: sync with ibus 1.5.26 updates.  Build test only.

(tsutsui)

2022-03-15 20:28:00 UTC MAIN commitmail json YAML

dosbox-x: remove non-patches from distinfo

(nia)

2022-03-15 20:16:49 UTC MAIN commitmail json YAML

2022-03-15 20:14:28 UTC MAIN commitmail json YAML

doc: Added lang/go118 version 1.18

(bsiegert)

2022-03-15 20:13:46 UTC MAIN commitmail json YAML

2022-03-15 18:54:18 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-intel to 2.99.917.20210115

(tnn)

2022-03-15 18:53:42 UTC MAIN commitmail json YAML

xf86-video-intel: fix a segfault w/ clang & update to git 20210115

pkgsrc changes:
- Apply patches for upstream issue 171:
  "xf86-video-intel: segfault when built with clang"
- Fix similar issues in some other places.

Upstream changes:
- sna: Always validate userptr upon creation
- sna/gen7: Avoid clear-residuals overhead on all gen7
- sna: Enable TearFree by default on recent HW
- sna: Defer fbGetWindowPixmap() for sna_composite
- Track ABI changes for ABI_VIDEODRV_VERSION 25.2
- sna/gen7: Prefer blitter for plain copies on Haswell

(tnn)

2022-03-15 18:27:04 UTC MAIN commitmail json YAML

2022-03-15 18:21:37 UTC MAIN commitmail json YAML

doc: removed gpshell

(nia)

2022-03-15 18:20:37 UTC MAIN commitmail json YAML

doc/TODO: + openssl-3.0.2.

(wiz)

2022-03-15 18:20:12 UTC MAIN commitmail json YAML

doc: Updated security/openssl to 1.1.1n

(wiz)

2022-03-15 18:20:02 UTC MAIN commitmail json YAML

openssl: update to 1.1.1n.

  Major changes between OpenSSL 1.1.1m and OpenSSL 1.1.1n [15 Mar 2022]

      o Fixed a bug in the BN_mod_sqrt() function that can cause it to loop
        forever for non-prime moduli ([CVE-2022-0778])

(wiz)

2022-03-15 18:19:30 UTC MAIN commitmail json YAML

doc: Removed security/libglobalplatform

(nia)

2022-03-15 18:18:55 UTC MAIN commitmail json YAML

2022-03-15 18:12:12 UTC MAIN commitmail json YAML

xentools411: more CHECK_RELRO_SKIP

(nia)

2022-03-15 18:00:16 UTC MAIN commitmail json YAML

intellij-ce-bin: disable PIE/RELRO checks entirely for prebuilt binaries

(nia)

2022-03-15 17:53:32 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 2.15

(scole)

2022-03-15 17:50:43 UTC MAIN commitmail json YAML

Update to 2.15
all changes for pthai.el
- add pthai-count-words ala count-words
- for lookups, indicate when thai word is in dictionary but undefined
- customize flag to skip download attempts for words not in dictionary
- add lists of consonants, vowels, and numbers and functions to display

(scole)

2022-03-15 17:15:28 UTC MAIN commitmail json YAML

doc: Updated misc/kdeartwork4 to 15.08.3nb31

(gutteridge)

2022-03-15 17:15:13 UTC MAIN commitmail json YAML

kdeartwork4: fix builds with xscreensaver>=6.03

xscreensaver 6.x changed the name of a pre-existing screensaver
("rd-bomb" became "rdbomb"), and also webcollage is now built by
default when it was disabled before, which influences packaging here.
This package simply doesn't recognize "rdbomb" at the moment. If
someone really wants to include it, they'd need to patch several files
to handle the name change. This commit is concerned simply with getting
this package to build again.

(gutteridge)

2022-03-15 15:44:05 UTC MAIN commitmail json YAML

doc: Updated finance/gnucash to 4.9nb2

(wiz)

2022-03-15 15:43:54 UTC MAIN commitmail json YAML

gnucash: switch to guile30

XXX: needs paxctl +m now for guile30's JIT

Bump PKGREVISION.

Clean up a bit while here.

(wiz)

2022-03-15 14:33:32 UTC MAIN commitmail json YAML

doc: Updated lang/wasi-libc to 0.0.0pre20220311

(wiz)

2022-03-15 14:33:23 UTC MAIN commitmail json YAML

wasi-libc: update to 0.0.0pre20220311.

Disable symbol comparison, since it fails for a couple of people
and mef's bulk build.

Changes:

Enable support for utimes and futimesat.
more graphical code
chdir: fixing a malloc'ed buffer that was not large enough

(wiz)

2022-03-15 13:13:53 UTC MAIN commitmail json YAML

doc: Updated inputmethod/ibus to 1.5.26

(tsutsui)

2022-03-15 13:13:36 UTC MAIN commitmail json YAML

ibus: update to 1.5.26.

pkgsrc changes:
- explicitly disable systemd support
- explicitly require the latest unicode packages
- no need to specify python 2.x

Upstream changes:
https://github.com/ibus/ibus/releases/tag/1.5.26

1.5.26

  * Enhance compose keys df664b1 19377ad
  * Enhance Emoji features acc5570 104148b d9ff2bb
  * Implement clear preedit for GTK4 5487a6b
  * Calculate keycode from keysym in GTK3 forward-key-event 4957d14
  * Fix to send char position at update_preedit_text f5757ad
  * Deprecate gettext.bind_textdomain_codeset() since Python 3.8 28acfd4
  * Fix ibus_key_event_from_string for gobject-introspection c69b61a
  * Fix a key event loop with forwarding keys 6b979e7
  * Delete gnome-autogen dependency 2bc47f0
  * Change XKB layout string color in panel 0e118e7
  * Add IBUS_INPUT_HINT_PRIVATE for browser private mode 0f1485b
  * mkdir socket dirs instead of socket paths 787b564 dfd3fbf
  * Add org.freedesktop.IBus.session.generic.service b5423f0
  * Check XDG_SESSION_DESKTOP for Plasma desktop 1f27521
  * Update simple.xml with xkeyboard-config 2.35.1 a3c0724
  * Update ibusunicodegen.h with unicode-ucd 14.0.0 9bf9ef0
  * Enhance CI fbea544 51e3295 d53d31d be17934 675b94f
  * Fix typos a82bda5

Code Contributors:

  * Fix wrong cursor location in gtk3 apps (Alynx Zhou) 936a0e7
  * Update URLS (Eberhard Beilharz) ecca9db
  * invalidate cache based on symlink mtime too (Naim Favier) cfcc6f1
  * Fix unref problems with floating references (Eberhard Beilharz) 5a455b1
  * Update man page for Emoji shortcut key (Sibo Dong) ad95015
  * Add systemd unit file (Carlos Garnacho) a076b38
  * Fix forward key keycode for GTK4 (Changwoo Ryu) 5cfe838

Translation Contributors:

  * Update translation (Finnish) (Jan Kuparinen) e77f80c
  * Update translation (Korean) (simmon) 6df55eb
  * Update translation (Chinese (Simplified) (zh_CN)) (Dingzhong Chen) 0199dde
  * Update translation (Turkish) (Oguz Ersen) 58fe1e5
  * Update translation (Catalan) (Jordi Mas) a1528a0
  * Update translation (Arabic) (Abdullah Albaroty) 0e522c4
  * Update translation (Arabic) (Zayed Al-Saidi) 20c5dc9

(tsutsui)

2022-03-15 12:53:53 UTC MAIN commitmail json YAML

doc: Updated textproc/unicode-emoji to 14.0

(tsutsui)

2022-03-15 12:53:38 UTC MAIN commitmail json YAML

unicode-emoji: update to 14.0.

Upstream changes:

14.0:
https://home.unicode.org/announcing-the-unicode-standard-version-14-0/
https://unicode.org/emoji/charts-14.0/emoji-released.html

37 emoji characters,
including several new emoji for emotion and hand gestures (smileys, hands,
animals and nature, food and drink, transport, and activities).

(tsutsui)

2022-03-15 12:53:14 UTC MAIN commitmail json YAML

doc: Updated textproc/unicode-character-database to 14.0.0

(tsutsui)

2022-03-15 12:52:53 UTC MAIN commitmail json YAML

unicode-character-database: update to 14.0.0.

Upstream changes:

14.0.0:
http://www.unicode.org/versions/Unicode14.0.0/

Unicode 14.0 adds 838 characters, for a total of 144,697 characters.
These additions include 5 new scripts, for a total of 159 scripts,
as well as 37 new emoji characters.

(tsutsui)

2022-03-15 11:21:02 UTC MAIN commitmail json YAML

2022-03-15 10:27:04 UTC MAIN commitmail json YAML

Updated textproc/ugrep, net/py-minio

(adam)

2022-03-15 10:26:43 UTC MAIN commitmail json YAML

py-minio: updated to 7.1.5

7.1.5:
Add AssumeRoleWithCertificate credential provider.

7.1.4:
docs: fix typo in object_lock config function name
fix progress bar division by zero error
Add policy unset method to minio admin
fix: lint checks and enable MINIO_CI_CD=1 for functional tests

(adam)

2022-03-15 10:25:06 UTC MAIN commitmail json YAML

ugrep: updated to 3.7.5

ugrep v3.7.5

New --hexdump options to grep binary files and display binary matches in hexadecimal with n hex lines before and after the match with --hexdump=Cn, --hexdump=An for n lines after and --hexdump=Bn for n lines before. Omitting n defaults to the entire matching line. Option -X is equivalent to --hexdump=2C for 2 hex columns per line and entire matching line as context. Includes user experience improvements, such as additional --help information and --stats details. This incremental update skips sysfd files that are empty and not searchable (e.g. located in /proc and /sys). We also made ugrep faster overall with performance improvements. More coming soon!

(adam)

2022-03-15 10:10:20 UTC MAIN commitmail json YAML

guile30: use full path to paxctl for those who don't have /usr/sbin in PATH

(wiz)

2022-03-15 09:32:07 UTC MAIN commitmail json YAML

doc/TODO: + perl-5.34.1.

(wiz)

2022-03-15 09:08:17 UTC MAIN commitmail json YAML

Remove broot update

(pin)

2022-03-15 09:07:10 UTC MAIN commitmail json YAML

2022-03-15 06:03:47 UTC MAIN commitmail json YAML

Updated devel/py-ipykernel, lang/py-mypy, finance/py-stripe, devel/py-click

(adam)

2022-03-15 06:03:24 UTC MAIN commitmail json YAML

py-click: updated to 8.0.4

Version 8.0.4
-------------
-  ``open_file`` recognizes ``Path("-")`` as a standard stream, the
    same as the string ``"-"``.
-  The ``option`` and ``argument`` decorators preserve the type
    annotation of the decorated function.
-  A callable default value can customize its help text by overriding
    ``__str__`` instead of always showing ``(dynamic)``.
-  Fix a typo in the Bash completion script that affected file and
    directory completion. If this script was generated by a previous
    version, it should be regenerated.
-  Fix typing for ``echo`` and ``secho`` file argument.

(adam)

2022-03-15 06:01:19 UTC MAIN commitmail json YAML

py-stripe: updated to 2.67.0

2.67.0
* Add support for new resource `TestHelpers.TestClock`

(adam)

2022-03-15 05:59:41 UTC MAIN commitmail json YAML

2022-03-15 05:53:26 UTC MAIN commitmail json YAML

py-mypy: updated to 0.941

0.940:

Miscellaneous New Features

Add support for conditionally defined overloads
Give "as" variables in with statements separate scopes when it is safe to do so
Add an optional error code ignore-without-code to require ignore comments to have error codes
Add support for typing.Never and typing_extensions.Never as alternative spellings of NoReturn
Add support for typing.reveal_type
Support universal2 macOS wheels
Add match_args support to attr.s()

Enum Improvements

Check Enum definition for invalid base classes
Understand the self-destructing nature of Enum._ignore_
Add StrEnum support for Python 3.11
Make enum values final
Improve final detection for Enum
Fix Enum final properties and writable special members
Enum now accepts String literals and final values as 2nd argument
Fix false positive about member name reuse in enum
Fix enum inheritance regression

Mypyc Fixes and Improvements

Use Py_TYPE and Py_IsNone
Implement additional internal consistency checks
Raise AttributeError also for non-refcounted types
Fix invalid unlikely() in certain rare branches
Skip no-op super calls to object.__init__()
Use latest pythoncapi_compat
Add helpful message to assert

Documentation Updates

Add documentations about Enum types
Update Enum documentation
Improve documentation of allow_redefinition
Fix intelligent indexing example
Explain generic Protocol[T1, T2, ...] shorthand
Clarify that stub-only packages need to be installed
Small documentation improvements for conditional overloads

Improved Error Messages

Improve the "Argument must be a mapping" error message
Coalesce Literals when printing unions
Suggest typing.Callable when using callable as type
Suggest typing.Any when using any as type
Add note about wrong error code in type: ignore
Add no-overload-impl error code
Display ellipsis when formatting variadic tuple[T, ...]
Deduplicate error codes for ignore-without-code
Tweak ignore-without-code error message
Mention common resolutions for build errors

Stubtest Improvements

Ignore more dunder positional-only errors
Fix wrong assumption about relative path
Catch more getattr errors
Error if module level dunder is missing, housekeeping
Ignore __main__ module
Error if a dunder method is missing from a stub
Error if a function is async at runtime but not in the stub
Do not error if a stub is async, but runtime is not
Error if a class should be decorated with @final
Use VERSIONS for submodules
Treat dicts as a subtype of typeddict
Ignore more exceptions in stubtest

Other Notable Fixes and Improvements

Fix non-default keyword-only argument positioning in stubgen
Remove orjson stubs from default list
Use __truediv__ for Python 2 with __future__ import
Fix Python 2 compatibility issue
Use type variable bound to infer constraints
Handle raise Exception(), None on Python 2.7
Fix inference of protocol against overloaded function
Fix an issubclass failure for protocols with overloaded methods
Fix crashes in class scoped imports
Fix use of TypeAlias from aliased imports
Delete open plugin
Read pyproject.toml with correct encoding on Windows
Fix issue with implicit type aliases in import cycles
Forbid extra ParamSpec arguments
Fix crash involving explicit any flag and Required
Fix join of Any against a union type
Simplify unions when erasing last known values
Fix crash with yield in comprehension
Fix handling of NoReturn in union return types
Fix __init__ in dataclasses inheriting from Any
Narrow NamedTuple to bool correctly when __bool__ is defined
Improve type of __attrs_attrs__ in attrs classes
Install dependencies needed for reports via pip install mypy[reports]
Consider import * to be an explicit re-export
Fix --no-implicit-reexport inconsistency
Fix crash if "_" is in builtins
Fixes crash on subclassing Annotated without args

(adam)

2022-03-15 05:49:02 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.9.2

6.9.2

Bugs fixed

- Catch error when shutting down kernel from the control channel))
- Only kill children in process group at shutdown
- BUG: Kill subprocesses on shutdown.

(adam)

2022-03-15 05:47:16 UTC MAIN commitmail json YAML

Updated lang/zig, archivers/unrar, devel/meson, www/apache24

(adam)

2022-03-15 05:46:54 UTC MAIN commitmail json YAML

apache24: updated to 2.4.53

Changes with Apache 2.4.53

*) SECURITY: CVE-2022-23943: mod_sed: Read/write beyond bounds
  (cve.mitre.org)
  Out-of-bounds Write vulnerability in mod_sed of Apache HTTP
  Server allows an attacker to overwrite heap memory with possibly
  attacker provided data.
  This issue affects Apache HTTP Server 2.4 version 2.4.52 and
  prior versions.

*) SECURITY: CVE-2022-22721: core: Possible buffer overflow with
  very large or unlimited LimitXMLRequestBody (cve.mitre.org)
  If LimitXMLRequestBody is set to allow request bodies larger
  than 350MB (defaults to 1M) on 32 bit systems an integer
  overflow happens which later causes out of bounds writes.
  This issue affects Apache HTTP Server 2.4.52 and earlier.
  Credits: Anonymous working with Trend Micro Zero Day Initiative

*) SECURITY: CVE-2022-22720: HTTP request smuggling vulnerability
  in Apache HTTP Server 2.4.52 and earlier (cve.mitre.org)
  Apache HTTP Server 2.4.52 and earlier fails to close inbound
  connection when errors are encountered discarding the request
  body, exposing the server to HTTP Request Smuggling

*) SECURITY: CVE-2022-22719: mod_lua Use of uninitialized value of
  in r:parsebody (cve.mitre.org)
  A carefully crafted request body can cause a read to a random
  memory area which could cause the process to crash.
  This issue affects Apache HTTP Server 2.4.52 and earlier.

*) core: Make sure and check that LimitXMLRequestBody fits in system memory.

*) core: Simpler connection close logic if discarding the request body fails.

*) mod_http2: preserve the port number given in a HTTP/1.1
  request that was Upgraded to HTTP/2.

*) mod_proxy: Allow for larger worker name.

*) dbm: Split the loading of a dbm driver from the opening of a dbm file. When
  an attempt to load a dbm driver fails, log clearly which driver triggered
  the error (not "default"), and what the error was.

*) mod_proxy: Use the maxium of front end and backend timeouts instead of the
  minimum when tunneling requests (websockets, CONNECT requests).
  Backend timeouts can be configured more selectively (per worker if needed)
  as front end timeouts and typically the backend timeouts reflect the
  application requirements better.

*) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
  when an efficient TLS implementation is available.

*) core, mod_info: Add compiled and loaded PCRE versions to version
  number display.

*) mod_md: do not interfere with requests to /.well-known/acme-challenge/
  resources if challenge type 'http-01' is not configured for a domain.
  Fixes <https://github.com/icing/mod_md/issues/279>.

*) mod_dav: Fix regression when gathering properties which could lead to huge
  memory consumption proportional to the number of resources.

*) Support pcre2 (10.x) library in place of the now end-of-life pcre (8.x)
  for regular expression evaluation. This depends on locating pcre2-config.

*) Add the ldap function to the expression API, allowing LDAP filters and
  distinguished names based on expressions to be escaped correctly to
  guard against LDAP injection.

*) mod_md: the status description in MDomain's JSON, exposed in the
  md-status handler (if configured) did sometimes not carry the correct
  message when certificates needed renew.

*) mpm_event: Fix a possible listener deadlock on heavy load when restarting
  and/or reaching MaxConnectionsPerChild.

(adam)

2022-03-15 05:43:36 UTC MAIN commitmail json YAML

meson: updated to 0.61.3

0.61.3:
Bug fixes

(adam)

2022-03-15 05:38:09 UTC MAIN commitmail json YAML

2022-03-15 05:36:15 UTC MAIN commitmail json YAML

zig: updated to 0.9.1

0.9.1:

libcxx: fixed not building fs/filesystem when targeting Windows.
libcxx: fixed duplicate __muloti4 symbol.
Integration with --sysroot parameter
Integration with --entry parameter
Integration with --whole-archive, --no-whole-archive, --strip-all, and --strip-debug parameters.
Integration with --hash-style parameter.
Fixed a bug where passing a zig source file to zig cc would incorrectly punt to clang because it thought there were no positional arguments.
Integration with CUDA source files
Improved a warning message for some cases of using zig run -lc++.
Ignore -lgcc_s when it is redundant with compiler-rt.
Fixed Linux headers being named arm64 instead of aarch64
glibc: fixed passing of __GNU_MINOR__.
glibc: fixed compatibility with glibc <= 2.33 for global initializers
glibc: fixed MINSIGSTKSZ on glibcs older than 2.34

(adam)

2022-03-15 03:21:20 UTC MAIN commitmail json YAML

py-libxml2: fix packaging checks when PREFIX is /usr/local

Substituting for /usr/local is a no-op in this case. Addresses
PR pkg/56747 from John Klos.

(gutteridge)

2022-03-15 02:30:23 UTC MAIN commitmail json YAML

hplip: add a comment explaining the qt5 option situation

(gutteridge)

2022-03-15 00:16:10 UTC MAIN commitmail json YAML

(devel/R-Rcpp) +TEST_DEPENDS+= tex-inconsolata, but make test not pass yet

(mef)

2022-03-14 19:54:16 UTC MAIN commitmail json YAML

obs-studio: fix version number recorded in the binary.
also fix PLIST on linux.

(markd)

2022-03-14 19:50:12 UTC MAIN commitmail json YAML

xentools413: fix PLIST for egg-info.

(markd)

2022-03-14 19:40:57 UTC MAIN commitmail json YAML

guile-haunt: remove MESSAGE. Tested to be working now.

(nikita)

2022-03-14 18:21:46 UTC MAIN commitmail json YAML

Updated devel/pangomm, x11/gtk3

(adam)

2022-03-14 18:21:20 UTC MAIN commitmail json YAML

gtk3: updated to 3.24.33

Overview of Changes in GTK+ 3.24.33, 04-03-2022
===============================================

* No changes

Overview of Changes in GTK+ 3.24.32, 03-03-2022
===============================================

* GtkCellRendererProgress:
- Use tabular figures

* GtkFontChooser:
- Fix the build with older Pango
- Fix axis name handling

* Theme:
- Fix border color for tiled windows

* Accessibility:
- Fix cell accessible leak

* Wayland:
- Support new high-contrast setting
- Only update scale when on any outputs

* Windows:
- Various build fixes
- Fix keyboard state handling
- Fix capslock handling
- Fix AltGr not working

* MacOS:
- Fix the build on 10.11
- Make Dock "Quit" invoke the app.quit action
- Correctly handle HiDPI cursors

* Translation updates
Basque
Brazilian Portuguese
Catalan
Chinese (China)
Croatian
Czech
French
Galician
Hebrew
Indonesian
Korean
Persian
Polish
Portuguese
Romanian
Russian
Serbian
Slovenian
Spanish
Swedish
Turkish
Ukrainian

(adam)

2022-03-14 17:31:54 UTC MAIN commitmail json YAML

pangomm: updated to 2.46.2

2.46.2 (stable):

Build:
* Don't include individual pango headers
* Support Visual Studio 2022 builds
  NMake Makefiles: Fix header installation

(adam)

2022-03-14 17:27:42 UTC MAIN commitmail json YAML

2022-03-14 15:46:50 UTC MAIN commitmail json YAML

doc: Updated databases/guile-sqlite3 to 0.1.3nb1

(nikita)

2022-03-14 15:46:39 UTC MAIN commitmail json YAML

2022-03-14 15:43:31 UTC MAIN commitmail json YAML

doc: Updated devel/guile-git to 0.5.2nb1

(nikita)

2022-03-14 15:43:22 UTC MAIN commitmail json YAML

2022-03-14 15:39:17 UTC MAIN commitmail json YAML

doc: Updated devel/guile-bytestructures to 1.0.10nb1

(nikita)

2022-03-14 15:39:08 UTC MAIN commitmail json YAML

2022-03-14 15:33:55 UTC MAIN commitmail json YAML

doc: Updated shells/guile-gash to 0.3.0

(nikita)

2022-03-14 15:33:46 UTC MAIN commitmail json YAML

gash: Update to 0.3.0

Changelog:

Noteworthy changes in release 0.3.0 (2022-02-11)
================================================

New features

  - Arithmetic expansion.
  - Simple asynchronous commands.
  - A language specification is now provided, allowing you to use the
    evaluator from the Guile REPL by typing ",L sh".
  - Redirects now honor the 'noclobber' option.
  - The 'wait' built-in.
  - The 'umask' built-in can now display the current umask.

Bug fixes

  - An empty command will now reset the status.
  - The 'read-sh' procedure now reads from 'current-input-port' by
    default (before it used 'current-output-port').

Miscellaneous improvements

  - Various performance improvements.
  - Word expansion has been split into two steps, paving the way for a
    compiler.
  - Guile 3.0 is now explicitly supported.

(nikita)

2022-03-14 15:29:27 UTC MAIN commitmail json YAML

doc: Updated textproc/guile-syntax-highlight to 0.1nb1

(nikita)

2022-03-14 15:29:16 UTC MAIN commitmail json YAML

2022-03-14 15:22:00 UTC MAIN commitmail json YAML

doc: Updated textproc/guile-json to 4.7.0nb1

(nikita)

2022-03-14 15:21:39 UTC MAIN commitmail json YAML

2022-03-14 15:17:49 UTC MAIN commitmail json YAML

doc: Updated devel/guile-gcrypt to 0.3.0nb1

(nikita)

2022-03-14 15:17:36 UTC MAIN commitmail json YAML

2022-03-14 15:13:26 UTC MAIN commitmail json YAML

guile-haunt: Fix PLIST to include commonmark.

(nikita)

2022-03-14 15:10:31 UTC MAIN commitmail json YAML

doc: Updated geography/py-gdal to 3.4.2

(gdt)

2022-03-14 15:10:26 UTC MAIN commitmail json YAML

doc: Updated geography/gdal-lib to 3.4.2

(gdt)

2022-03-14 15:10:16 UTC MAIN commitmail json YAML

geography/gdal*: Update to 3.4.2

Upstream changes are minor.

Tested with qgis, and gdal tests show only 3 failures on NetBSD 9 amd64.

(gdt)

2022-03-14 14:12:52 UTC MAIN commitmail json YAML

doc: Updated fonts/fontforge to 20220308

(wiz)

2022-03-14 14:12:42 UTC MAIN commitmail json YAML

fontforge: update to 20220308.

This release contains numerous fixes and feature updates since the last release.

Major updates:

    Python plugin support (#4642, #4682, #4671) @skef
    Overhauled resource/appearance management (#4704) @skef
    Merge/Simplify improvements (#4567, #4697) @linusromer
    Updated Unicode support to Unicode 14.0.0, with nameslist functionality now directly integrated. (#4810) @jtanx
    Add Points Of Inflection / Balance / Harmonize (#4900) @linusromer
    Mac bundle/startup fixes (#4827) @jtanx
    Language system tag list/script range/feature list updates (#4561, #4852, #4854, #4855) @dscorbett

Build changes:

    The minimum supported Python version is now Python 3.6
    Libuninameslist is no longer used or required
    FontForge is now compiled with -Wall by default

(wiz)

2022-03-14 14:08:42 UTC MAIN commitmail json YAML

2022-03-14 14:06:37 UTC MAIN commitmail json YAML

doc: Updated fonts/unifont to 14.0.02

(wiz)

2022-03-14 14:06:28 UTC MAIN commitmail json YAML

unifont: update to 14.0.02.

2022-03-06: Release 14.0.02
  * Minor glyph fixes.
  * Added creation of unifont_jp-14.0.02.bmp, showing the Japanese
    version of Plane 0 glyphs.

(wiz)

2022-03-14 14:02:09 UTC MAIN commitmail json YAML

doc: Updated security/py-pip-audit to 2.1.0

(wiz)

2022-03-14 14:02:00 UTC MAIN commitmail json YAML

py-pip-audit: update to 2.1.0.

## [2.1.0] - 2022-03-11

### Added

* CLI: The `--skip-editable` flag has been added, allowing users to skip local
  packages or parsed requirements (via `-r`) that are marked as editable
  ([#244](https://github.com/trailofbits/pip-audit/pull/244))

* CLI: `pip-audit` can audit projects that list their dependencies in
  `pyproject.toml` files, via `pip-audit <dir>`
  ([#246](https://github.com/trailofbits/pip-audit/pull/246))

(wiz)

2022-03-14 13:59:45 UTC MAIN commitmail json YAML

doc: Updated devel/py-pip-api to 0.0.29

(wiz)

2022-03-14 13:59:36 UTC MAIN commitmail json YAML

py-pip-api: update to 0.0.29.

0.0.29
----------------------------------------------
- Do not treat `--trusted-host` as a requirement (#136)

0.0.28
----------------------------------------------
- Expose whether a requirement is editable (#131)

(wiz)

2022-03-14 13:54:40 UTC MAIN commitmail json YAML

doc: Updated multimedia/libbluray to 1.3.1

(wiz)

2022-03-14 13:54:31 UTC MAIN commitmail json YAML

libbluray: update to 1.3.1.

2022-03-03: Version 1.3.1
- Add support for Java 13 ... 16.
- Improve JVM probing in Windows.
- Fix playback issues with some discs when using recent libbdplus.
- Fix loading dlopen'd libraries on OpenBSD.

(wiz)

2022-03-14 13:53:37 UTC MAIN commitmail json YAML

doc: Updated textproc/ispell to 3.4.05

(wiz)

2022-03-14 13:53:27 UTC MAIN commitmail json YAML

ispell: update to 3.4.05.

Changes not found.

(wiz)

2022-03-14 13:51:30 UTC MAIN commitmail json YAML

doc: Updated textproc/git-delta to 0.12.1

(wiz)

2022-03-14 13:51:20 UTC MAIN commitmail json YAML

git-delta: update to 0.12.1.

What's Changed

    Make git include colors in output going to delta by @dandavison in #966
    Clarify language: "in front of" → "before" by @waldyrious in #967
    Fix parsing for .properties files with - in path by @jdpopkin in #975
    Support CSI sequences other than SGR by @yoichi in #976
    Enable commit links for GitLab by @jwarlander in #972
    Fall back to plain diff when process substitution is used by @th1000s in #978
    Include information about GIT_PAGER in manual by @katylava in #991
    Use assets API from bat library instead of vendored code by @dandavison in #903
    Calling process: Query more parents, disable full scan by @th1000s in #984
    Run in diff mode iff two positional arguments are supplied by @dandavison in #995

(wiz)

2022-03-14 13:47:36 UTC MAIN commitmail json YAML

doc: Updated editors/Sigil to 1.9.2

(wiz)

2022-03-14 13:47:27 UTC MAIN commitmail json YAML

Sigil: update to 1.9.2.

Sigil-1.9.2 is a follow-on bug-fix-only release meant to replace
the recently released Sigil-1.9.0/1.9.1. There are no new features.
The additional fixes since Sigil-1.9.1 are:

    fix loss of highlight on match when searching
    fix incorrect search counts
    fix incomplete replace all
    fix useability issues in Saved Searches
    fix handling or subcapture replacements when no search capture groups are provided
    fix crash on Windows from too fast/repeated Find Net and Find Previous launched via keyboard shortcuts

(wiz)

2022-03-14 13:40:36 UTC MAIN commitmail json YAML

doc: Updated net/php-baikal to 0.9.1

(wiz)

2022-03-14 13:40:28 UTC MAIN commitmail json YAML

php-baikal: update to 0.9.1.

0.9.1

    Fix php 7.2+ support

0.9.0

    Support for php 8.1
    No longer supports php 7.1
    Ships with sabre/dav 4.3.0

(wiz)

2022-03-14 13:38:57 UTC MAIN commitmail json YAML

doc: Added devel/guile30-slib version 3.2.6

(wiz)

2022-03-14 13:38:47 UTC MAIN commitmail json YAML

devel/Makefile: + guile30-slib

(wiz)

2022-03-14 13:37:32 UTC MAIN commitmail json YAML

devel/guile30-slib: import guile30-slib-3.2.6

SLIB glue files for guile 3.0.

(untested but basically the same as the other two)

(wiz)

2022-03-14 13:28:55 UTC MAIN commitmail json YAML

doc: Updated x11/kitty to 0.24.4

(pin)

2022-03-14 13:28:34 UTC MAIN commitmail json YAML

x11/kitty: update to 0.24.4

0.24.4 [2022-03-03]
  -Shell integration: Fix the default Bash $HISTFILE changing to ~/.sh_history
  instead of ~/.bash_history (#4765)
  -Linux binaries: Fix binaries not working on systems with older Wayland
  client libraries (#4760)
  -Fix a regression in the previous release that broke kittens launched with
  STDIN not connected to a terminal (#4763)
  -Wayland: Fix surface configure events not being acknowledged before commit
  the resized buffer (#4768)

0.24.3 [2022-02-28]
  -Bash integration: No longer modify ~/.bashrc to load shell integration. It
  is recommended to remove the lines used to load the shell integration from
  ~/.bashrc as they are no-ops.
  -macOS: Allow kitty to handle various URL types. Can be configured via
  Scripting the opening of files with kitty on macOS (#4618)
  -macOS: Add a new service Open with kitty to open file types that are not
  recognized by the system (#4641)
  -Splits layout: A new value for launch --location to auto-select the split
  axis when splitting existing windows. Wide windows are split side-by-side
  and tall windows are split one-above-the-other
  -hints kitten: Fix a regression that broke recognition of
  path:linenumber:colnumber (#4675)
  -Fix a regression in the previous release that broke active_tab_foreground
  (#4620)
  -Fix show_last_command_output not working when the output is stored partially
  in the scrollback pager history buffer (#4435)
  -When dropping URLs/files onto kitty at a shell prompt insert them
  appropriately quoted and space separated (#4734)
  -Improve CWD detection when there are multiple foreground processes in the
  TTY process group
  -A new option narrow_symbols to turn off opportunistic wide rendering of
  private use codepoints
  -ssh kitten: Fix location of generated terminfo files on NetBSD (#4622)
  -A new action to clear the screen up to the line containing the cursor, see
  clear_terminal
  -A new action copy_ansi_to_clipboard to copy the current selection with ANSI
  formatting codes (#4665)
  -Linux: Do not rescale fallback fonts to match the main font cell height,
  instead just set the font size and let FreeType take care of it. This matches
  rendering on macOS (#4707)
  -macOS: Fix a regression in the previous release that broke switching input
  sources by keyboard (#4621)
  -macOS: Add the default shortcut cmd+k to clear the terminal screen and
  scrollback up to the cursor (#4625)
  -Fix a regression in the previous release that broke strikethrough (#4632)
  -A new action scroll_prompt_to_bottom to move the current prompt to the
  bottom, filling in the window from the scrollback (#4634)
  -Add two special arguments @first-line-on-screen and @last-line-on-screen
  for the launch command to be used for pager positioning. (#4462)
  -Linux: Fix rendering of emoji when using scalable fonts such as Segoe
  UI Emoji
  -Shell integration: bash: Dont fail if an existing PROMPT_COMMAND ends with
  a semi-colon (#4645)
  -Shell integration: bash: Fix rendering of multiline prompts with more than
  two lines (#4681)
  -Shell integration: fish: Check fish version 3.3.0+ and exit on outdated
  versions (#4745)
  -Shell integration: fish: Fix pipestatus being overwritten (#4756)
  -Linux: Fix fontconfig alias not being used if the aliased font is dual
  spaced instead of monospaced (#4649)
  -macOS: Add an option macos_menubar_title_max_length to control the max
  length of the window title displayed in the global menubar (#2132)
  -Fix touch_scroll_multiplier also taking effect in terminal programs such as
  vim that handle mouse events themselves (#4680)
  -Fix symbol/PUA glyphs loaded via symbol_map instead of as fallbacks not
  using following spaces to render larger versions (#4670)
  -macOS: Fix regression in previous release that caused Apple窶冱 global
  shortcuts to not work if they had never been configured on a particular
  machine (#4657)
  -Fix a fast click, move mouse, click sequence causing the first click event
  to be discarded (#4603)
  -Wayland: Fix wheel mice with line based scrolling being incorrectly handled
  as high precision devices (#4694)
  -Wayland: Fix touchpads and high resolution wheels not scrolling at the same
  speed on monitors with different scales (#4703)
  -Add an option wheel_scroll_min_lines to set the minimum number of lines for
  mouse wheel scrolling when using a mouse with a wheel that generates very
  small offsets when slow scrolling (#4710)
  -macOS: Make the shortcut to toggle full screen configurable (#4714)
  -macOS: Fix the mouse cursor being set to arrow after switching desktops or
  toggling full screen (#4716)
  -Fix copying of selection after selection has been scrolled off history
  buffer raising an error (#4713)

(pin)

2022-03-14 13:27:40 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 372

(pin)

2022-03-14 13:27:20 UTC MAIN commitmail json YAML

x11/xterm: update to 372

Patch #372 - 2022/03/09
    -amend allocation/freeing of scrollback lines, eliminating an adjustment for
    status-line added in patch #371 (report/testcase by Rajeev V. Pillai).

Patch #371 - 2022/02/24
    -drop double-buffer default from test-packages, since that interferes with
    status-line.
    -add faceSize7 to table in charproc.c, overlooked in patch #360 (patch by
    Vladimir A. Pavlov).
    -use XDrawString rather than XDrawString16 for text when the latter is not
    needed.
    -improve performance for initializing/reusing graphic objects in the SIXEL
    feature.
    -improve error-checking for resize.
    -fix errata in manual page (Debian #988221).
    -extended list of environment variables to purge on startup, i.e., in case a
    user starts xterm from another terminal emulator.
    -add comment in cursor.c to explain why autowrap (DECAWM) does not apply to
    data saved/restored with save/restore cursor-operations (report by Thomas
    Wolff).
    -add special case in generating the combining-character table in wcwidth.c,
    for Hangul Jamo Extended-B (report by Luis Javier Merino).
    -simplify/improve portability of trap commands in shell-scripts.
    -update configure options
    --disable-rectangles,
    --disable-tcap-fkeys and
    --disable-tcap-query
    to account for changed default settings.
    -rather than ignore empty parameter for setting title, use that to reset it
    to ���xterm��� for scripting.
    -check for out-of-bounds condition while drawing sixels, and quit that
    operation (report by Nick Black).
    -add fallback definition for PROJECTROOT so that a suitable default location
    for luit will be compiled-in on build-servers.
    -implement DEC status-line controls DECSASD/DECSSDT:
        decode controls, set state
        implement DECRQSS responses
        implement indicator-style status-line
        add configure option --enable-status-line
        add resource indicatorFormat
        implement host-writable status-line, able to handle video-attributes and
        simple left/right cursor movement. This disallows all of the DEC/xterm
        private modes such as switching to/from the alternate screen.
        move the status-line if the window is resized.
        Note: the associated screen-resizing does not work for the special case
        of TrueType fonts with double-buffering (see note in patch #349).
    -modify configure-script fixup for -Werror options to exclude fixup for
    -Werror=format, e.g., -Werror=format-security.
    -amend change from patch #370; DEC 070's pseudo-code for DECCOLM incorrectly
    suggests that it enables DECLRMM as a side-effect.
    -fix some memory leaks seen using esctest and asan2 (patch by Luis Javier
    Merino).

(pin)

2022-03-14 13:19:19 UTC MAIN commitmail json YAML

jless: add missing build dependencies

(wiz)

2022-03-14 12:22:56 UTC MAIN commitmail json YAML

doc: Updated geography/libgeotiff to 1.7.1

(gdt)

2022-03-14 12:22:49 UTC MAIN commitmail json YAML

geography/libgeotiff: Update to 1.7.1

upstream changes are minor

(gdt)

2022-03-14 11:46:49 UTC MAIN commitmail json YAML

doc: Updated textproc/guile-commonmark to 0.1.2nb1

(nikita)

2022-03-14 11:46:29 UTC MAIN commitmail json YAML

2022-03-14 11:40:08 UTC MAIN commitmail json YAML

synergy: avoid distfile checksum conflicts with textproc/pugixml

(tnn)

2022-03-14 11:25:51 UTC MAIN commitmail json YAML

doc: Updated devel/R-Rcpp to 1.0.8.2

(mef)

2022-03-14 11:25:38 UTC MAIN commitmail json YAML

(devel/R-Rcpp) Updated 1.0.7 to 1.0.8.2

2022-03-10  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem

* inst/tinytest/cpp/sugar.cpp: Also conditionally replace
std::unary_function with std::function
* vignettes/rmd/Rcpp-sugar.Rmd: Replace std::unary_function example
with std::function (implicitly requiring C++ in vignette example)
* vignettes/rmd/Rcpp-FAQ.Rmd: Idem

2022-03-09  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/Rcpp/Language.h: To quieten compilations, replace
std::(unary|binary)_function with std::function for C++11 or later
* inst/include/Rcpp/StringTransformer.he: Idem

2022-01-21  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem

2022-01-20  Dirk Eddelbuettel  <edd@debian.org>

* src/attributes.cpp: Make three small changes to permit compilation
under C++98 now (while we consider just turning to C++11 overall)

2022-01-14  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_packageversion.R: Comparison to 'dev' revision
version now tolerant of optional trailing zero (e.g. 1.0.8.0)

2022-01-11  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Date, Version): Release 1.0.8

        * inst/include/Rcpp/config.h: Idem
        * inst/NEWS.Rd: Idem
        * vignettes/rmd/Rcpp.bib: Idem
        * inst/bib/Rcpp.bib: Idem
* vignettes/pdf/*: Rebuilt

* inst/include/Rcpp/r/headers.h: STRICT_R_HEADERS set by default
unless override RCPP_NO_STRICT_HEADERS is set (cf issue #1158)

2022-01-10  Dirk Eddelbuettel  <edd@debian.org>

        * vignettes/rmd/Rcpp.bib: Updated CRAN and R references
        * inst/bib/Rcpp.bib: Idem
        * vignettes/rmd/getCurrentVersionsOfCitedPackages.R: Updated

2022-01-01  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version

* inst/NEWS.Rd: Added entries for a few PRs since last release

* vignettes/rmd/Rcpp.bib: Provide both url and doi entries
* inst/bib/Rcpp.bib: Idem

2021-12-28  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Add section on performance

2021-12-24  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Update usage counts

2021-12-16  Dirk Eddelbuettel  <edd@debian.org>

* vignettes/rmd/Rcpp.bib: Update JSS references to new doi scheme,
update http URL links to https
* inst/bib/Rcpp.bib: Idem

2021-12-10  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem

2021-12-08  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/Rcpp/Rcpp: Added as new entry point
* inst/include/Rcpp/Light: Added as lighter-weight entry point
* inst/include/Rcpp/Lighter: Idem
* inst/include/Rcpp/Lightest: Idem

2021-11-30  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Remove Travis badge
* .travis.yml: Removed

2021-11-15  Dirk Eddelbuettel  <edd@debian.org>

* docker/ci/Dockerfile: Minor cleanup

2021-11-14  Dirk Eddelbuettel  <edd@debian.org>

* R/RcppLdpath.R: Simplified as we no longer need to worry about CXX0X

2021-11-11  Kevin Ushey  <kevinushey@gmail.com>

* R/RcppLdpath.R: CxxFlags() now quotes its include path

2021-10-15  Travers Ching  <traversc@gmail.com>

* inst/tinytest/testRcppAttributePackage: Tests `signature` attribute
* inst/tinytest/test_attribute_package.R: Tests `signature` attribute

2021-10-13  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Switch JSS url to doi form per JSS request
* man/Rcpp-package.Rd: Idem
* man/RcppLdFlags.Rd: Idem
* inst/CITATION: Only use doi entries in three citEntry blocks

2021-10-11  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem

* .codecov.yml (comment): Disable codecov comments on PRs

2021-10-10  Travers Ching  <traversc@gmail.com>

* src/attributes.cpp: Add `signature` attribute and syntax checks

2021-10-02  Dirk Eddelbuettel  <edd@debian.org>

* .github/workflows/docker.yaml (jobs): Add container builder action

2021-10-01  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

* inst/NEWS.Rd: Updated

2021-09-29  I単aki Ucar  <iucar@fedoraproject.org>

* inst/include/Rcpp/XPtr.h: Check for new define
        `RCPP_USE_FINALIZE_ON_EXIT` to flip the value of XPtr's `finalizeOnExit`
        parameter from false (default) to true.
* inst/tinytest/test_xptr.R: Added test for this functionality.

2021-09-27  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Added total downloads badge

2021-09-06  Dirk Eddelbuettel  <edd@debian.org>

* docker/ci-4.0/Dockerfile: Using R 4.0.5 to build ci-4.0
* .github/workflows/ci.yaml (jobs): Also run against R 4.0.*

2021-09-05  Dirk Eddelbuettel  <edd@debian.org>

* inst/examples/Misc/piSugar.cpp (piSugar): Remove spurious call to
RNGScope we do not need with Rcpp Attributes
* inst/examples/RcppGibbs/RcppGibbs.R (Rgibbs): Comment on two uses
of RNGScope as historical in pre-Attributes code
* inst/examples/RcppGibbs/timeRNGs.R: Idem for one more

2021-08-05  Dirk Eddelbuettel  <edd@debian.org>

* inst/bib/Rcpp.bib: Use https for CRAN URLs
* vignettes/rmd/Rcpp.bib: Idem

2021-07-25  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

2021-07-24  Dirk Eddelbuettel  <edd@debian.org>

* vignettes/rmd/Rcpp-FAQ.Rmd: New entry on growing vectors

2021-07-08  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

* cleanup: Check for optional vignettes/rmd before trying to access it

(mef)

2022-03-14 11:18:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/R-unix to 1.5.4

(mef)

2022-03-14 11:18:03 UTC MAIN commitmail json YAML

(sysutils/R-unix) Updated 1.5.3 to 1.5.4

1.5.4
  - Remove examples and test for rlimit_as() and rlimit_data() which give an
    error on MacOS 12 if the value is too low.

(mef)

2022-03-14 11:17:42 UTC MAIN commitmail json YAML

doc: Updated www/guile-haunt to 0.2.6

(nikita)

2022-03-14 11:17:22 UTC MAIN commitmail json YAML

2022-03-14 11:11:50 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz, fonts/harfbuzz-icu, multimedia/mkvtoolnix, lang/rust-analyzer

(adam)

2022-03-14 11:11:27 UTC MAIN commitmail json YAML

rust-analyzer: updated to 0.0.2022.03.14:

Release: 2022-03-14

New Features
* (first contribution) improve enum variant field completion, enum variant / struct consistency.
* (first contribution) highlight escape sequences in byte strings.
* BREAKING: switch to upstream inlay hints
* suggest union literals, suggest union fields within an empty union literal
* offer qualified path completions in derives.
* allow configuration of colons in inlay hints (rust-analyzer.inlayHints.renderColons).

Fixes
* (first contribution) add support for new where clause location in associated types.
* (first contribution) stop wrapping ConstParam default values in ConstArg.
* insert dummy values for const generics in subst.
* properly handle proc-macro crate types for nameres.
* fix extract_module on inherent impls.
* show what file paths were expected for unresolved modules.
* emit more detailed highlighting for %, >>, <<.
* detect NixOS when /etc/os-release includes quotes.

Internal Improvements
* add hir_def::MacroId, add Macro{Id} to ModuleDef{Id}.
* simplify CompletionContext.
* remove ide_completion::render::build_ext module.
* another round of clippy fixes.

(adam)

2022-03-14 11:09:24 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 66.0.0

Version 66.0.0 "Josie" 2022-03-13

New features and enhancements

* mkvpropedit: added a new option `--chapter-charset` allowing the user to
  specify the character set to use when reading the following chapter
  file.
* MKVToolNix GUI: each language shortcut can now be associated with an
  optional track name that is set along with the language when the shortcut is
  used.

Bug fixes

* mkvmerge: Ogg/OGM reader: mkvmerge will no longer abort with an exception
  when it encounters Vorbis comments that contain data that isn't valid
  UTF-8.
* MKVToolNix GUI: multiplexer: fixed several issues with the tab order of
  elements in the "properties" pane and the "output" tab. Also fixed the
  language display widgets (e.g. "track language" in the "properties" pane)
  never receiving tab focus.
* MKVToolNix GUI: multiplexer: the chapter name template will now be passed to
  `mkvmerge` if a chapter file is selected on the "output" tab.

(adam)

2022-03-14 11:08:13 UTC MAIN commitmail json YAML

harfbuzz harfbuzz-icu: updated to 4.0.1

4.0.1

Update OpenType to AAT mappings for hist and vrtr features. (Florian Pircher)

Update IANA Language Subtag Registry to 2022-03-02. (David Corbett)

Update USE shaper to allow any non-numeric tail in a symbol cluster, and remove obsolete data overrides. (David Corbett)

Fix handling of baseline variations to return correctly scaled values. (Matthias Clasen)

A new experimental hb_subset_repack_or_fail() to repack an array of objects, eliminating offset overflows. The API is not available unless HarfBuzz is built with experimental APIs enabled. (Qunxin Liu)

New experimental API
+hb_link_t
+hb_object_t
+hb_subset_repack_or_fail()

(adam)

2022-03-14 10:36:20 UTC MAIN commitmail json YAML

doc: Updated www/guile-haunt to 0.2.5nb1

(nikita)

2022-03-14 10:36:00 UTC MAIN commitmail json YAML

2022-03-14 10:24:40 UTC MAIN commitmail json YAML

textproc/lok: clarify warning

(pin)

2022-03-14 10:23:06 UTC MAIN commitmail json YAML

doc: Updated wm/shod to 2.4.0

(pin)

2022-03-14 10:22:49 UTC MAIN commitmail json YAML

wm/shod: update to 2.4.0

-Several changes in the names of X resources
-Add -s and -m
-Add window rules and deskapp ordering

(pin)

2022-03-14 10:21:59 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.6.1

(pin)

2022-03-14 10:21:40 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.6.1

[0.6.1] - 2022-03-13
Bug Fixes
    -Do not skip all tags when skip_tags is empty (#63)
    -Use root commit when --latest and there is only one tag (#59)
    -Use the correct branch for codecov (#65)
    -Fix keepachangelog config example (#66)

Documentation
    -Add another option of GitHub Actions (#64)
    -Document timestamp format of Release struct (#67)

Miscellaneous Tasks
    -Upgrade regex dependency to fix CVE-2022-24713
    -Upgrade dependencies

(pin)

2022-03-14 10:20:44 UTC MAIN commitmail json YAML

doc: Updated x11/citron to 0.14.2

(pin)

2022-03-14 10:20:25 UTC MAIN commitmail json YAML

x11/citron: update to 0.14.2

v0.14.2
-Important: move from vulnerable chrono crate to time.

v0.14.1 Note: This version was never release outside crates.io
-build(deps): bump libmacchina to v6.1.0
This version bump addresses:
- a network bug causing IPv6 addresses to show up instead of the
  preferred IPv4.
- a battery bug causing libmacchina to pick the first non "ADP" battery
  device, which can lead to it picking "wacom_*" devices, which aren't
  very crucial.

(pin)

2022-03-14 10:19:34 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.9.4

(pin)

2022-03-14 10:19:15 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.9.4

-don't query size of remote filesystems anymore. This fixes some 10 seconds
hangs in some cases (e.g. filesystem screen) when a remote filesystem is
unreachable.

(pin)

2022-03-14 10:18:31 UTC MAIN commitmail json YAML

doc: Updated sysutils/bkt to 0.5.3

(pin)