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 (4m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 16:50:29 UTC Now

2024-03-17 12:39:50 UTC MAIN commitmail json YAML

lz4: Libtoolize.

As well as making this package more portable to exotic linkers, it
can now take better advantage of make-level parallelism.

(nia)

2024-03-17 11:49:57 UTC MAIN commitmail json YAML

libsndfile: Requires strnlen, pull it from libnbcompat if it's not in libc

(nia)

2024-03-17 11:48:33 UTC MAIN commitmail json YAML

doc: Updated chat/toot to 0.42.0

(vins)

2024-03-17 11:47:57 UTC MAIN commitmail json YAML

chat/toot: update to 0.42.0

# changes

* TUI: Add `toot tui --always-show-sensitive` option (thanks Lexi
Winter)
* TUI: Document missing shortcuts (thanks Denis Laxalde)
* TUI: Use rounded boxes for nicer visuals (thanks Dan Schwarz)
* TUI: Don't break if edited_at status field does not exist

(vins)

2024-03-17 11:41:07 UTC MAIN commitmail json YAML

doc/TODO: add some

+ elixir-1.16.2, geeqie-2.3, jasper-4.2.2, meson-1.4.0, ocaml-4.14.2,
  php83-8.3.4, protobuf-26.0, py-fido2-1.1.3, py-fonttools-4.50.0,
  py-google-api-python-client-2.122.0, py-googleapis-common-protos-1.63.0,
  py-hatchling-1.22.2, py-lsp-server-1.10.1, py-markdown-3.6,
  py-mercurial-6.7, py-packageurl-0.15.0, py-packaging-24.0,
  py-poetry-plugin-export-1.7.0, py-protobuf-5.26.0,
  py-requests-oauthlib-1.4.0, py-urwid-2.6.9, py-wheel-0.43.0,
  py-zipp-3.18.1, tree-sitter-0.22.1, tree-sitter-cli-0.22.1,
  tree-sitter-lua-0.1.0, tree-sitter-python-0.21.0, typst-0.11.0,
  webkit-gtk-2.44.0, wget-1.24.5.

(wiz)

2024-03-17 11:39:19 UTC MAIN commitmail json YAML

doc: Updated devel/got to 0.97

(vins)

2024-03-17 11:38:48 UTC MAIN commitmail json YAML

devel/got: update to 0.97

# upstream changes (since 0.95)

* got 0.97; 2024-03-11
  see git repository history for per-change authorship information
- improve error messages shown upon execv failure
- fix 'gotadmin pack' crash upon Ctrl-C due to invalid imsg_free()
- significantly speed up deltification of large files
- improve error handling in got_privsep_recv_imsg()

* got 0.96; 2024-02-13
  see git repository history for per-change authorship information
- gotwebd: add foldable commit briefs
- gotwebd: fix (again) the styling for the next/prev buttons
- gotwebd: add knob for the number of tags and commits in the summary page
- gotwebd: remove PAGE handling
- gotwebd: retire max_repos setting
- gotwebd: guard against missig folder and file parameter in BLOB and BLAME
- gotwebd: improve copy-paste from BLOB pages
- gotwebd: fix colour of target lines in dark mode CSS
- gotwebd.conf.5: show defaults, improve EXAMPLES
- gotwebd.8: improve EXAMPLES sections
- fix logging during gotwebd shutdown
- plug several memory leaks in tog
- plug object id queue leak when iterating pack index files
- ensure tmp file is closed and fix UB in diff error path
- do not crash when a meta-data file in the .got directory is empty
- make the gotd auth process provide the user's account name for later use
- avoid opening objects in the gotd session process for no reason
- use imsg_get_fd() instead of imsg->fd everywhere
- tolerate remotes without urls in git config file for interop with git-annex
- plug some fd leaks in the fdopen{,dir} error paths
- log -b: handle merge commits unrelated to requested changed path history
- fix use of uninitialized variable in update_blob()
- plug memory leak in got_pack_dump_delta_chain_to_file()
- never write accum_buf on error in got_pack_dump_delta_chain_to_file()

(vins)

2024-03-17 11:24:35 UTC MAIN commitmail json YAML

openconnect: Add a libproxy option.

Compared to the rest of openconncet, it has some heavy C++ requirements.

(nia)

2024-03-17 10:16:03 UTC MAIN commitmail json YAML

Updated devel/py-flaky, sysutils/py-fsspec, www/py-test-jupyter, devel/py-ruff

(adam)

2024-03-17 10:15:37 UTC MAIN commitmail json YAML

py-ruff: updated to 0.3.3

0.3.3

Preview features

[flake8-bandit]: Implement S610 rule
[pycodestyle] Implement blank-line-at-end-of-file (W391)
[pycodestyle] Implement redundant-backslash (E502)
[pylint] - implement redeclared-assigned-name (W0128)

Rule changes

[flake8_comprehensions] Handled special case for C400 which also matches C416
[flake8-bandit] Implement upstream updates for S311, S324 and S605
[pyflakes] Remove F401 fix for __init__ imports by default and allow opt-in to unsafe fix
[pylint] Implement invalid-bool-return-type (E304)
[pylint] Include builtin warnings in useless-exception-statement (PLW0133)

CLI

Add message on success to ruff check

Bug fixes

[PIE970] Allow trailing ellipsis in typing.TYPE_CHECKING
Avoid TRIO115 if the argument is a variable
[F811] Avoid removing shadowed imports that point to different symbols
Fix F821 and F822 false positives in .pyi files
Fix F821 false negatives in .py files when from __future__ import annotations is active
Fix case where Indexer fails to identify continuation preceded by newline
Sort hash maps in Settings display
Track conditional deletions in the semantic model
[C413] Wrap expressions in parentheses when negating
[pycodestyle] Do not ignore lines before the first logical line in blank lines rules.
[pycodestyle] Do not trigger E225 and E275 when the next token is a ')'
[pylint] Avoid false-positive slot non-assignment for __dict__ (PLE0237)
Gate f-string struct size test for Rustc < 1.76

Documentation

Use ruff.toml format in README
[RUF008] Make it clearer that a mutable default in a dataclass is only valid if it is typed as a ClassVar
[pylint] Extend docs and test in invalid-str-return-type (E307)
Remove . from check and format commands

(adam)

2024-03-17 10:10:19 UTC MAIN commitmail json YAML

py-test-jupyter: updated to 0.9.1

0.9.1

Update Release Scripts

(adam)

2024-03-17 10:08:48 UTC MAIN commitmail json YAML

py-fsspec: updated to 2024.3.0

2024.3.0

Enhancements

coroutines throttle to stream pool rather than batches
write transactions in simplecache
allow deep nested refs in referenceFS/parquet

Fixes

Fixes bug
remove extra calling mapper contains
connection retry for SMB
zip64 should be on is allowZip64 is

Other

HTTP logging
url_to_fs exposed in package root
sort known_implementations
code quality/stype

(adam)

2024-03-17 10:06:55 UTC MAIN commitmail json YAML

py-flaky: updated to 3.8.1

3.8.1
Unknown changes

(adam)

2024-03-17 09:57:33 UTC MAIN commitmail json YAML

Updated math/py-asdf-standard, math/py-asdf-unit-schemas, math/py-asdf-transform-schemas, math/py-asdf

(adam)

2024-03-17 09:57:09 UTC MAIN commitmail json YAML

py-asdf: updated to 3.1.0

3.1.0 (2024-02-27)

The ASDF Standard is at v1.6.0

- Cleanup ``asdf.util`` including deprecating: ``human_list``
  ``resolve_name`` ``minversion`` and ``iter_subclasses``

- Deprecate validation on ``AsdfFile.tree`` assignment. Please
  use ``AsdfFile.validate`` to validate the tree

- Deprecate validation during ``AsdfFile.resolve_references``. Please
  use ``AsdfFile.validate`` to validate the tree

- Deprecate ``asdf.asdf`` and ``AsdfFile.resolve_and_inline``

- Deprecate automatic calling of ``AsdfFile.find_references`` during
  ``AsdfFile.__init__`` and ``asdf.open``

- Allow views of memmapped arrays to keep the backing mmap
  open to avoid segfaults

- Introduce ``memmap`` argument to ``asdf.open`` that
  overrides ``copy_arrays`` with documentation that describes
  that the default for ``memmap`` when ``copy_arrays``
  is removed in an upcoming asdf release will be ``False`` and
  asdf will no longer by-default memory map arrays.

- Introduce ``asdf.util.load_yaml`` to load just the YAML contents
  of an ASDF file (with the option ``tagged`` to load the contents
  as a tree of ``asdf.tagged.Tagged`` instances to preserve tags)

- Require pytest 7+ and update asdf pytest plugin to be compatible
  with the current development version of pytest (8.1)

- Eliminate the use of the legacy ``tmpdir`` fixture in favor of
  the new ``tmp_path`` fixture for temporary directory creation.

- Remove conversion of warnings to errors in asdf pytest plugin. This
  prevented other warning filters (like those provided with ``-W``)
  from working. If you want these warnings to produce errors you can
  now add your own warning filter

- Only show ``str`` representation during ``info`` and ``search``
  if it contains a single line (and does not fail)

(adam)

2024-03-17 09:56:26 UTC MAIN commitmail json YAML

py-asdf-transform-schemas: updated to 0.5.0

0.5.0 (2024-03-08)

- Update schemas for ASDF standard 1.6.0

(adam)

2024-03-17 09:54:47 UTC MAIN commitmail json YAML

py-asdf-unit-schemas: updated to 0.2.0

0.2.0 (2024-03-07)

- Remove duplicate unit manifests
- Increase setuptools version
- Decommission package

(adam)

2024-03-17 09:54:02 UTC MAIN commitmail json YAML

py-asdf-standard: updated to 1.1.1

1.1.1 (2023-03-06)
------------------

- Fix readthedocs config.

1.1.0 (2024-03-05)
------------------

The in progress ASDF Standard is v1.6.0

The stable ASDF Standard is v1.5.0

- Add new ``quantity-1.2.0`` schema to support ``datatype`` option.
- Bugfix for ``base_format`` in ``time-1.2.0`` schema.
- Add new ``ndarray-1.1.0`` schema to fix 345
- Remove ``unit-1.1.0`` erroneously added in 350
- Fix URI fragment format in metaschema references.
- Fix URI fragment format in quantity-1.2 schema
- Drop support for python 3.8
- Add ``float16`` to ``ndarray-1.1.0``
- Remove unneeded ``tag`` keyword from ``fits`` schema
- Move non-core tags to ``astronomy`` manifest

(adam)

2024-03-17 07:13:48 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.77.1

(fox)

2024-03-17 07:13:04 UTC MAIN commitmail json YAML

audio/fasttracker2: Update to 1.77.1

Changes since v1.76

v1.77 - 11.03.2024
- Fullscreen issues have been mostly resolved for Macs with a notch in the
  display. It may still have a slight error in how the mouse maps to the
  pixels on the screen, but it's still MUCH more usable than it was! Another
  problem is that the mouse cursor can sometimes flicker for a split second
  (temporarily change into the OS cursor, then back to the FT2 cursor). Also
  fixed an issue with fullscreen on Linux, but some systems may still have
  severe issues with the mouse position mapping...
- The 32-point sinc resampling interpolator was reduced to 16-point again
  because of the trade-off not being big enough, and it was slightly wrongly
  implemented and would alias a little bit in some cases. I'll implement a
  better sinc interpolator in the future, if I ever stumble across a nice and
  simple implementation. Please let me know if you have one!
- Windows/macOS: Updated SDL to v2.30.1

(fox)

2024-03-17 00:41:29 UTC MAIN commitmail json YAML

Geomyidae: support for Mac OS X version 10.5 and earlier

(nia)

2024-03-17 00:35:34 UTC MAIN commitmail json YAML

libretls: Needs strnlen

(nia)

2024-03-16 23:42:39 UTC MAIN commitmail json YAML

postgresql16: icu should be optional, for it is both heavy & unstable.

(nia)

2024-03-16 22:57:47 UTC MAIN commitmail json YAML

ncftp3: Override its own sendfile(2) detection, which is broken on old Darwin

(nia)

2024-03-16 22:56:03 UTC MAIN commitmail json YAML

mk: DragonFly seems to also have sendfile(2).

(nia)

2024-03-16 22:55:42 UTC MAIN commitmail json YAML

2024-03-16 22:36:01 UTC MAIN commitmail json YAML

2024-03-16 22:25:06 UTC MAIN commitmail json YAML

2024-03-16 21:41:12 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 19.17.2

(pin)

2024-03-16 21:40:50 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 19.17.2

Bug Fixes
- git: remove trailing space from upstream icons (f277c19)

(pin)

2024-03-16 21:33:11 UTC MAIN commitmail json YAML

glib: Do not hardcode COMPILER_RPATH_FLAG.

This patch almost last modified 25 years ago.

(nia)

2024-03-16 20:38:43 UTC MAIN commitmail json YAML

bozohttpd: Fix building on older Mac OS X

(nia)

2024-03-16 20:25:56 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/mate to 1.26.1nb9

(gutteridge)

2024-03-16 20:25:44 UTC MAIN commitmail json YAML

mate: bump for engrampa

(gutteridge)

2024-03-16 20:21:43 UTC MAIN commitmail json YAML

doc: Updated archivers/engrampa to 1.26.2

(gutteridge)

2024-03-16 20:20:53 UTC MAIN commitmail json YAML

engrampa: update to 1.26.2

### engrampa 1.26.2

  * Translations update
  * Use unar instead of cpio for CPIO archives

(gutteridge)

2024-03-16 19:48:38 UTC MAIN commitmail json YAML

Availability.h is also needed by dependent packages

(nia)

2024-03-16 19:41:01 UTC MAIN commitmail json YAML

libpcap: Fix building on Mac OS X 10.4

(nia)

2024-03-16 18:35:16 UTC MAIN commitmail json YAML

Updated net/py-comm, devel/py-traitlets

(adam)

2024-03-16 18:34:04 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.14.2

5.14.2

Maintenance and upkeep improvements

- Update Release Scripts
- chore: update pre-commit hooks
- Bump the actions group with 1 update

(adam)

2024-03-16 18:32:25 UTC MAIN commitmail json YAML

py-comm: updated to 0.2.2

0.2.2

Maintenance and upkeep improvements

Update Release Scripts

(adam)

2024-03-16 17:53:30 UTC MAIN commitmail json YAML

doc: Added audio/cmus-legacy version 2.7.1

(nia)

2024-03-16 17:53:11 UTC MAIN commitmail json YAML

Import cmus 2.7.1 as audio/cmus-legacy

cmus is a small, fast and powerful console music player for Unix-like
operating systems.

This version of cmus is for old operating systems that only have a C99
capable compiler, and lack support for C11 atomics.

(nia)

2024-03-16 17:48:12 UTC MAIN commitmail json YAML

Updated devel/py-jaraco.develop, devel/py-setuptools, textproc/py-black, devel/py-test-mypy-plugins

(adam)

2024-03-16 17:47:41 UTC MAIN commitmail json YAML

py-test-mypy-plugins: updated to 3.1.1

3.1.1

Bugfixes

Make sure that schema is open by default: only check existing fields
Add --mypy-schema-closed option to check schemas with no extra fields

(adam)

2024-03-16 17:46:08 UTC MAIN commitmail json YAML

py-black: updated to 24.3.0

24.3.0

Highlights

This release is a milestone: it fixes Black's first CVE security vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of leading tab
characters in your docstrings, you are strongly encouraged to upgrade immediately to fix
[CVE-2024-21503](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21503).

This release also fixes a bug in Black's AST safety check that allowed Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and higher.

Stable style

- Don't move comments along with delimiters, which could cause crashes
- Strengthen AST safety check to catch more unsafe changes to strings. Previous versions
of Black would incorrectly format the contents of certain unusual f-strings containing
nested strings with the same quote type. Now, Black will crash on such strings until
support for the new f-string syntax is implemented.
- Fix a bug where line-ranges exceeding the last code line would not work as expected

Performance

- Fix catastrophic performance on docstrings that contain large numbers of leading tab
characters. This fixes
[CVE-2024-21503](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21503).

Documentation

- Note what happens when `--check` is used with `--quiet`

(adam)

2024-03-16 17:42:21 UTC MAIN commitmail json YAML

py-setuptools: updated to 69.2.0

v69.2.0

Features

- Explicitly use ``encoding="locale"`` for ``.pth`` files whenever possible,
  to  reduce ``EncodingWarnings``.
  This avoid errors with UTF-8 (see discussion in python/cpython-77102).

Bugfixes

- Clarify some `pkg_resources` methods return `bytes`, not `str`. Also return an empty `bytes` in ``EmptyProvider._get``
- Return an empty `list` by default in ``pkg_resources.ResourceManager.cleanup_resources``
- Made ``pkg_resoursces.NullProvider``'s ``has_metadata`` and ``metadata_isdir`` methods return actual booleans like all other Providers.

(adam)

2024-03-16 17:38:23 UTC MAIN commitmail json YAML

libao-macosx: Fix building on OS X versions before 10.6

(nia)

2024-03-16 17:36:31 UTC MAIN commitmail json YAML

py-jaraco.develop: updated to 8.8.1

v8.8.1

Bugfixes

- Fix command syntax in make.

v8.8.0

Features

- Updated Python build routine for macOS to support OpenSSL 3.

(adam)

2024-03-16 17:21:14 UTC MAIN commitmail json YAML

doc: Updated devel/errcheck to 1.7.0

(bsiegert)

2024-03-16 17:21:03 UTC MAIN commitmail json YAML

errcheck: update to 1.7.0

Go 1.22 support, plus other fixes.

- Correct typos in comments and doc
- Fix errcheck issues in tests
- Directly specify the needed fields when loading packages
- analyzer: set diagnostics category
- fix: don't exclude fmt.Errorf
- Add Go 1.21.x to test matrix
- remove deprecated funcs usages
- Simplify tests by refactoring to T.TempDir
- Update dependencies to work with Go 1.22

(bsiegert)

2024-03-16 17:18:14 UTC MAIN commitmail json YAML

doc: Updated devel/go-tools to 0.19.0

(bsiegert)

2024-03-16 17:17:58 UTC MAIN commitmail json YAML

go-tools: update to 0.19.0

No changelog from upstream.

The getgo tool has been removed.

(bsiegert)

2024-03-16 17:13:31 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.15.2

(bsiegert)

2024-03-16 17:13:20 UTC MAIN commitmail json YAML

gopls: update to 0.15.2

This release fixes the following regressions in gopls@v0.15.0+.

- a crash when encountering a test file excluded via build tags, which also
  contained an invalid import of a main package. This could occur in a
  tools_test.go file implementing the common pattern for tool dependencies.
- spurious import errors in multi-root workspaces. In some scenarios, the new
  zero-config logic added in gopls@v0.15.0 resulted in inaccurate errors about
  missing imports. This could occur when module A has a local replace of module
  B, and A and B are open as a separate workspace folders.
- a crash when working on modules with a go directive of the form go a.b.c,
  when gopls was compiled with Go 1.20 or earlier.
- a crash when SignatureHelp is cancelled (found via telemetry)
- a crash in references when one of the package files is missing a package
  declaration (found via telemetry)

These last two crashes are worth highlighting. Both were found via the (off by
default) automated crash reporting added in gopls@v0.15.0. Both were unlikely
to get reported via GitHub issues, because they won't happen frequently enough
for most LSP clients to notify the user. This is a perfect example of how
telemetry can help us deliver a more reliable product than would be possible
without automated reporting.

(bsiegert)

2024-03-16 17:10:46 UTC MAIN commitmail json YAML

doc: Updated www/caddy to 2.7.6

(bsiegert)

2024-03-16 17:09:44 UTC MAIN commitmail json YAML

caddy: update to 2.7.6

In this version we've made several fixes and enhancements with help from
several contributors. Most changes are small, but some notable ones:

- The templates middleware is now officially extensible (experimentally). This
  means modules can add custom functions/actions for templates to execute.
- TLS storage cleaning is now synchronized across the cluster and remembered
  across restarts. This should greatly lower costs for expensive storage
  backends like DynamoDB.
- Placeholders are now evaluated in config for certificate loaders.
- Numerous bug fixes.

(bsiegert)

2024-03-16 16:33:55 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.16.3

(tsutsui)

2024-03-16 16:33:40 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.16.3.

Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.3

Dependencies

* [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@flavorjones)

Changed

* [CRuby] XML::Reader sets the @encoding instance variable during reading if
  it is not passed into the initializer. Previously, it would remain nil. The
  behavior of Reader#encoding has not changed. This works around changes to
  how libxml2 reports the encoding used in v2.12.6.

(tsutsui)

2024-03-16 16:23:22 UTC MAIN commitmail json YAML

libmad: Do not hardcode COMPILER_RPATH_FLAG

(nia)

2024-03-16 14:23:29 UTC MAIN commitmail json YAML

2024-03-16 14:23:16 UTC MAIN commitmail json YAML

2024-03-16 13:46:49 UTC MAIN commitmail json YAML

doc: Updated biology/py-cutadapt to 4.7

(bacon)

2024-03-16 13:46:42 UTC MAIN commitmail json YAML

py-cutadapt: Update to 4.7 (minor update)

Send error message to stderr
Add support for single-ended uBAM
Drop Python 3.7

Changes: https://cutadapt.readthedocs.io/en/stable/changes.html

(bacon)

2024-03-16 13:33:02 UTC MAIN commitmail json YAML

Add PKGREVISION (==1) for patch-examples_loadables_getconf.c addition.

(kre)

2024-03-16 13:11:56 UTC MAIN commitmail json YAML

2024-03-16 12:24:36 UTC MAIN commitmail json YAML

bash: Fix build on platforms without _PC_FILESIZEBITS, _PC_SYMLINK_MAX

(nia)

2024-03-16 11:19:33 UTC MAIN commitmail json YAML

ircd-hybrid: Fix building on versions of Mac OS X before 10.12

(nia)

2024-03-16 10:34:29 UTC MAIN commitmail json YAML

clean up version handling stuff

(nia)

2024-03-16 10:12:43 UTC MAIN commitmail json YAML

xxhash: Libtoolize for compatibility with more linkers.

(nia)

2024-03-16 09:06:39 UTC MAIN commitmail json YAML

gcli: improve HOMEPAGE

(wiz)

2024-03-16 09:02:59 UTC MAIN commitmail json YAML

doc: Added devel/gcli version 2.2.0

(tm)

2024-03-16 09:01:25 UTC MAIN commitmail json YAML

gcli: add gcli version 2.2.0

Portable CLI tool for interacting with Git(Hub|Lab|Tea) from the command line.

(tm)

2024-03-16 08:13:10 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 5.0.6

(tsutsui)

2024-03-16 07:01:26 UTC MAIN commitmail json YAML

mikutter: update to 5.0.6.

Upstream changes:
https://mikutter.hatenablog.com/entry/2024/03/16/150527

mikutter 5.0.6

* lint by rubocop against newer sources and reorganize sources
* remove twitter_api_keys plugin
* thanks Izumi Tsutsui
* use gtk3 4.2.1
* thanks Izumi Tsutsui
* thumbnails of niconico-video were not shown
* thanks Izumi Tsutsui
* remove unused oauth gem from Gemfile
* thanks Izumi Tsutsui

(tsutsui)

2024-03-16 01:00:16 UTC MAIN commitmail json YAML

2024-03-15 22:23:16 UTC MAIN commitmail json YAML

Re-add conditional PLIST entries that got lost by not building with
all options on

Add substitutions for PLIST generation

(hauke)

2024-03-15 22:14:26 UTC MAIN commitmail json YAML

Re-add conditional PLIST entries that got lost by not building with
all options on

Add substitutions for PLIST generation

(hauke)

2024-03-15 20:31:52 UTC MAIN commitmail json YAML

wget: Add compilation hack for Tiger

(nia)

2024-03-15 19:11:58 UTC MAIN commitmail json YAML

doc: Updated www/gotosocial to 0.14.2

(nikita)

2024-03-15 19:11:46 UTC MAIN commitmail json YAML

gotosocial: update to version 0.14.2

Changelog:

v0.14.2 Spoiledest Sloth

Another day another bugfix release �沽�

We fixed a bug in 0.14.0 and 0.14.1 that was causing 404 errors sometimes when viewing an account or its statuses, if that account had moved at some point.

No db migrations or config file changes between v0.14.1 and this version, so upgrading is as simple as updating your docker container or stopping GtS, untarring the release, and starting GtS again.

For instructions to update to this release from versions < v0.14.0, see the v0.14.0 release notes, but replace v0.14.0 with v0.14.2 throughout.

Thanks!
Detailed Changelog

    0bd95d7 [bugfix] Don't error when populating MovedTo if account not found (#2741)
    0326318 [chore] seperate snapshot from release in goreleaser (#2740)

v0.14.1 Spoileder Sloth

Hello! Here's a bugfix release!

There was a bug in 0.14.0 which was causing SQLite-backed instances to sometimes become unresponsive, with lots of errors in the logs containing interrupted(9) (see #2728).

We poked around and this looks like an issue in our SQLite dependency, so we stepped down to the most recent stable version, and also added some code to prevent the problem from rendering an instance unresponsive.

No db migrations or config file changes between v0.14.0 and this version, so upgrading is as simple as updating your docker container or stopping GtS, untarring the release, and starting GtS again.

For instructions to update to this release from versions < v0.14.0, see the v0.14.0 release notes, but replace v0.14.0 with v0.14.1 throughout.

Thanks!
Detailed Changelog

    ce3ae09 [chore] Downgrade sqlite v1.29.2 -> v1.28.0 (#2736)
    6418785 [bugfix] add workaround for Xsqlite_interrupt() permanently breaking connection (#2731)

(nikita)

2024-03-15 18:51:39 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.99

(wiz)

2024-03-15 18:51:30 UTC MAIN commitmail json YAML

nss: update to 3.99.

Changes:

- Bug 1325335 - Removing check for message len in ed25519
- Bug 1884276 - add ed25519 to SECU_ecName2params.
- Bug 1325335 - add EdDSA wycheproof tests.
- Bug 1325335 - nss/lib layer code for EDDSA.
- Bug 1325335 - Adding EdDSA implementation.
- Bug 1881027 - Exporting Certificate Compression types
- Bug 1880857 - Updating ACVP docker to rust 1.74
- Bug 1325335 - Updating HACL* to 0f136f28935822579c244f287e1d2a1908a7e552
- Bug 1877730 - Add NSS_CMSRecipient_IsSupported.

(wiz)

2024-03-15 18:35:22 UTC MAIN commitmail json YAML

nginx: Do not hardcode COMPILER_RPATH_FLAG.

(nia)

2024-03-15 18:07:52 UTC MAIN commitmail json YAML

doc: Updated devel/mise to 2024.3.2

(schmonz)

2024-03-15 18:07:47 UTC MAIN commitmail json YAML

mise: update to 2024.3.2. Changes:

- fix(task): document task.hide
- fix: watch env._.source files
- fix: prepend virtualenv path rather than append
- feat(task): add option to show hidden tasks in dependency tree
- fix(npm): mise use -g npm:yarn@latest installs wrong version
- fix(go): go backend supports versions prefixed with 'v'
- Update rust dependencies
- Update softprops/action-gh-release action to v2

pkgsrc changes:

- Install shell completions

(schmonz)

2024-03-15 18:07:32 UTC MAIN commitmail json YAML

libevent: Do not attempt to use the broken poll/kqueue in old Darwin.

(nia)

2024-03-15 18:03:29 UTC MAIN commitmail json YAML

doc: Updated devel/asdf to 0.14.0nb1

(schmonz)

2024-03-15 18:03:24 UTC MAIN commitmail json YAML

asdf: fix fish completion dir. Bump PKGREVISION.

(schmonz)

2024-03-15 17:44:36 UTC MAIN commitmail json YAML

2024-03-15 17:35:50 UTC MAIN commitmail json YAML

2024-03-15 17:13:43 UTC MAIN commitmail json YAML

SDL_image: Fix building on Tiger

(nia)

2024-03-15 15:20:26 UTC MAIN commitmail json YAML

netatalk22: fix PLIST for pam

XXX: es, gssapi, and ldap options probably also need fixing

(wiz)

2024-03-15 10:21:00 UTC MAIN commitmail json YAML

doc: Updated devel/py-nihtest to 1.5.1

(wiz)

2024-03-15 10:20:51 UTC MAIN commitmail json YAML

py-nihtest: update to 1.5.1.

# 1.5.1 [2024-03-15]

- Fix preload test with newer glibc.

(wiz)

2024-03-15 02:37:17 UTC MAIN commitmail json YAML

doc: Updated net/croc to 9.6.14

(charlotte)

2024-03-15 02:36:16 UTC MAIN commitmail json YAML

net/croc: Update to 9.6.14

Changelog:

v9.6.14
- Fix Windows builds by @bitraid in #679
- Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 by @dependabot in
  #678
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #680

v9.6.13
- Build release binaries for DragonFly/Free/Net/OpenBSD by @dbohdan in #671

v9.6.12
- builds should be using static build for alleviating glibc errors

v9.6.11
- define ports by amount, not individually - v2 by @qk-santi in #662
- Bump actions/stale from 5 to 9 by @dependabot in #657
- remove unnecessary trailing newline character when stdout is enabled by
  @TravisRoad in #663
- add windows arm builds

v9.6.10
- hide relay param if not going to be used by @qk-santi in #659
- use go.1.21 for builds

v9.6.9
- switch winget releaser runner to ubuntu-latest by @sitiom in #581
- add build for windows 7 by @schollz in #655
- Bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #653

v9.6.7
- Update and fix the docker image deplyment build by @rehanone in #645
- Fix for the failing CD build by @rehanone in #646

v9.6.6
- feat: add support to respect .gitignore files
- fix architecture detection for Apple Silicon

(charlotte)

2024-03-14 20:30:45 UTC MAIN commitmail json YAML

doc: Updated sysutils/eza to 0.18.7

(pin)

2024-03-14 20:30:23 UTC MAIN commitmail json YAML

sysutils/eza: update to 0.18.7

[0.18.7] - 2024-03-14
Bug Fixes
    Bugfix to resolve absolute paths that are not symlinks

Features
    Add filetype and icon for .hh extension

(pin)

2024-03-14 20:06:58 UTC MAIN commitmail json YAML

krita update and addition of related packages

(markd)

2024-03-14 20:02:58 UTC MAIN commitmail json YAML

pkgsrc/graphics/krita/Makefile@1.124 / diff
pkgsrc/graphics/krita/PLIST@1.10 / diff
pkgsrc/graphics/krita/distinfo@1.17 / diff
pkgsrc/graphics/krita/patches/patch-CMakeLists.txt deleted
pkgsrc/graphics/krita/patches/patch-cmake_modules_FindLibMyPaint.cmake@1.1 / diff
pkgsrc/graphics/krita/patches/patch-libs_image_CMakeLists.txt deleted
pkgsrc/graphics/krita/patches/patch-libs_pigment_CMakeLists.txt deleted
pkgsrc/graphics/krita/patches/patch-libs_ui_kisexiv2_kis_exif_io.cpp deleted
pkgsrc/graphics/krita/patches/patch-libs_ui_kisexiv2_kis_exiv2.cpp deleted
pkgsrc/graphics/krita/patches/patch-libs_ui_kisexiv2_kis_exiv2.h deleted
pkgsrc/graphics/krita/patches/patch-libs_ui_kisexiv2_kis_iptc_io.cpp deleted
pkgsrc/graphics/krita/patches/patch-libs_ui_kisexiv2_kis_xmp_io.cpp deleted
pkgsrc/graphics/krita/patches/patch-plugins_color_lcms2engine_CMakeLists.txt deleted
pkgsrc/graphics/krita/patches/patch-plugins_color_lcms2engine_tests_CMakeLists.txt deleted
pkgsrc/graphics/krita/patches/patch-plugins_dockers_CMakeLists.txt@1.1 / diff
pkgsrc/graphics/krita/patches/patch-plugins_impex_CMakeLists.txt deleted
pkgsrc/graphics/krita/patches/patch-plugins_impex_exr_exr__converter.cc deleted
pkgsrc/graphics/krita/patches/patch-plugins_impex_jpeg_kis_jpeg_converter.cc deleted
pkgsrc/graphics/krita/patches/patch-plugins_impex_raw_3rdparty_libkdcraw_src_kdcraw.cpp deleted
pkgsrc/graphics/krita/patches/patch-plugins_impex_raw_CMakeLists.txt deleted
pkgsrc/graphics/krita/patches/patch-xcftools.h deleted

krita: update to 5.2.2

5.2.2 - 7 December 2023
We bring you another 5.2 series bug fix release with Krita 5.2.2!

5.2.1 - 2 November 2023
This is a bugfix release for the stable Krita 5.2.0 release.

5.2 - 11 October 2023
After a year of hard work, Krita 5.2 is finally here, bringing a variety of
new features, ranging from fundamental changes in text and animation-audio
handling to various smaller items like transforming all selected layers!

5.1.0 - 18 August 2022
Highlights
* Even more operations can handle multiple selected layers.
* We've improved support for the WebP, Photoshop layered TIFF and Photoshop
  files, and there's new support for the JPEG-XL file format.
* We're now using XSIMD instead of VC, improving painting performance,
  especially on Android where vectorization now is used for the first time.
* The fill tools have been extended with continuous fill and a new Enclose
  and fill tool.
* For Windows, we're using a newer version of Angle to improve compatibility
  with video drivers and improve performance.
* You can now configure touch controls in canvas input settings, like "Tap to Undo".

5.0 - 23 December 2021
This is a huge release, with a lot of new features and improvements.
Some highlights:
* The way Krita handles things like brushes, gradients and palettes, as well
  as tagging, has been completely revamped. The new system is much faster,
  uses much less memory and is much more dependable!
* Gradients have been improved: they are much more smoothed and can handle
  wider gamuts.
* The smudge brush engine has been completely rewritten, and we窶况e got a new
  brush engine, based on MyPaint
* The Animation system has been overhauled, with both user interface improvements
  and new features, such as clone frames and animated transform masks
* Krita now has a built-in storyboard editor!
* There窶冱 a recorder to create a video out of your painting sessions
And much, much more!

(markd)

2024-03-14 19:33:04 UTC MAIN commitmail json YAML

fftw: add lib/cmake/fftw3/FFTW3LibraryDepends.cmake

FFTW3*Config.cmake includes FFTW3LibraryDepends.cmake but package doesn't
install it, making cmake unhappy.  Creating an empty file is sufficient
to at least get graphics/krita building.

(markd)

2024-03-14 19:27:07 UTC MAIN commitmail json YAML

zug: add version 0.1.1

zug is a C++ library providing `transducers`. Transducers are composable
sequential transformations independent of the source. They are extremely
lightweight, and can be used to express algorithms over pull-based sequences
(iterators, files) but also push based sequences (signals, events, asynchronous
streams) in a generic way.

(markd)

2024-03-14 19:24:15 UTC MAIN commitmail json YAML

immer: add version 0.8.1

immer is a library of persistent and immutable data structures
written in C++.  These enable whole new kinds of architectures for
interactive and concurrent programs of striking simplicity,
correctness, and performance.

(markd)

2024-03-14 19:20:29 UTC MAIN commitmail json YAML

lager: add version 0.1.1

lager is a C++ library to assist `value-oriented design` by
implementing the `unidirectional data-flow architecture`.  It is
heavily inspired by Elm and Redux, and enables composable designs by
promoting the use of simple value types and testable application logic
via pure functions.  And you get time-travel for free!

(markd)

2024-03-14 19:15:30 UTC MAIN commitmail json YAML

libunibreak: add version 6.1

This is libunibreak, an implementation of the line breaking and
word/grapheme breaking algorithms as described in [Unicode Standard
Annex 14][1] (UAX #14) and [Unicode Standard Annex 29][2] (UAX #29).

As of February 2024, Unicode 15.0 support for line breaking, as well as
full Unicode 15.1 support for word/grapheme breaking, is provided.
There is currently no plan to implement full Unicode 15.1 support for
line breaking, mostly because tailoring for Brahmic scripts, as
described in LB28a of UAX #14-51, is problematic within the current
framework.

(markd)

2024-03-14 14:43:55 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 19.17.1

(pin)

2024-03-14 14:42:49 UTC MAIN commitmail json YAML

shells/ph-my-posh: update to 19.17.0

v19.17.1
Bug Fixes
- spotify: trim whitespace before processing (a7c60c3)

v19.17.0
Features
- add pulumi segment (8791965)

v19.16.2
Bug Fixes
- spotify: parse correctly when in WSL (d05737a)

v19.16.1
Bug Fixes
- config: always strip comments from json (8e24194)
- config: do not escape glyphs for toml and yaml (ae806a1)

v19.16.0
Bug Fixes
- toml: use fork to escape glyphs correctly (fd095c8)
- yaml: update go-yaml fork (e49638c)

Features
- pin to go 1.22 (f6a0bed)

v19.15.1
Bug Fixes
- config: support jsonc (9686b32)

(pin)

2024-03-14 14:41:47 UTC MAIN commitmail json YAML

doc: Updated devel/cocogitto to 6.1.0

(pin)

2024-03-14 14:40:00 UTC MAIN commitmail json YAML

devel/cocogitto: update to 6.1.0

Bug Fixes
    f9d3dd3 - (bump) use commit meta to determine no bump commits - Maksym Kondratenko

Continuous Integration
    facdefb - fixed copy wrong path - ABWassim

Documentation
    64fc19c - (README) fix typo - Oluf Lorenzen
    12df7a2 - (bump) disable bump commit - ABWassim
    dd5517b - (commits-types) bump minor and patch options - ABWassim
    aec74df - update docs with semver build meta - David Arnold

Features
    e6b5468 - (bump) disable bump commit - ABWassim
    56a8f32 - (commit) add gitsign support - @oknozor
    0666ffe - (commit) add and update files - ABWassim
    1680042 - add build version to command - David Arnold
    3cd580e - ssh signing for commits - @DaRacci
    6a3b2db - complete rework of revspec and revwalk - @oknozor
    dde8ffe - add additional package path filtering options - Greg Fairbanks

Miscellaneous Chores
    9f7fcd6 - (commit) reinforce skip-ci tests and process - ABWassim
    01cfa4a - (deps) bump vite and vuepress in /docs - dependabot[bot]
    21ceb2a - (deps-dev) bump vite from 4.4.11 to 4.4.12 in /docs - dependabot[bot]
    398019b - (deps-dev) bump follow-redirects from 1.15.3 to 1.15.4 in /docs - dependabot[bot]
    19a9303 - (doc) update repo name in doc - Guillaume Gayot
    5021a13 - (version) 6.1.0 - github-actions
    a3da049 - (website) add doc on how to access tag with prefix in conf - SergeJomon
    093306a - thanks clippy - @oknozor
    a4403ce - update dependencies - @oknozor
    d7edf13 - fix deprecated usage in chrono - @oknozor
    104d23a - thanks clippy - @oknozor

Performance Improvements
    1ca130f - (changelog) build cache once - @oknozor
    99eef16 - (revwalk) cache every tags and ref - @oknozor
    3f1d2cf - add flamegraph and massif scripts to justfile - @oknozor

Refactoring
    452097d - (bump) wrap bump and commit args into dedicated opts structs - @oknozor
    06ec52b - try from impl for release - @oknozor

Tests
    1c478ed - (bump) more skip-ci tests - ABWassim
    b03d66e - (bump) disable bump commit - ABWassim
    9bf9045 - (commit) add and update files - ABWassim
    a27b725 - update test keys expiration - @oknozor
    a9be507 - fix monorepo test - @oknozor

(pin)

2024-03-14 12:25:16 UTC MAIN commitmail json YAML

doc: Added graphics/zint version 2.13.0

(wiz)

2024-03-14 12:25:05 UTC MAIN commitmail json YAML

graphics/Makefile: + zint

(wiz)

2024-03-14 12:24:54 UTC MAIN commitmail json YAML

graphics/zint: import zint-2.13.0

Zint is a suite of programs to allow easy encoding of data in any
of the wide range of public domain barcode standards and to allow
integration of this capability into your own programs.

(wiz)

2024-03-14 09:39:12 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.19.3.

(he)

2024-03-14 09:38:19 UTC MAIN commitmail json YAML

Update net/unbound to version 1.19.3.

Pkgsrc changes:
* Add dependency on devel/protobuf-c/buildlink3.mk
* Add pkg-config as tool dependency
* Adjust checksums

Upstream changes:
Features:
- Merge PR #973: Use the origin (DNAME) TTL for synthesized CNAMEs as
  per RFC 6672.

Bug Fixes:
- Fix unit test parse of origin syntax.
- Use 127.0.0.1 explicitly in tests to avoid delays and errors on
  newer systems.
- Fix #964: config.h.in~ backup file in release tar balls.
- Merge #968: Replace the obsolescent fgrep with grep -F in tests.
- Merge #971: fix 'WARNING: Message has 41 extra bytes at end'.
- Fix #969: [FR] distinguish Do53, DoT and DoH in the logs.
- Fix dnstap that assertion failed on logging other than UDP and TCP
  traffic. It lists it as TCP traffic.
- Fix to sync the tests script file common.sh.
- iana portlist update.
- Updated IPv4 and IPv6 address for b.root-servers.net in root hints.
- Update test script file common.sh.
- Fix tests to use new common.sh functions, wait_logfile and
  kill_from_pidfile.
- Fix #974: doc: default number of outgoing ports without libevent.
- Merge #975: Fixed some syntax errors in rpl files.
- Fix root_zonemd unit test, it checks that the root ZONEMD verifies,
  now that the root has a valid ZONEMD.
- Update example.conf with cookie options.
- Merge #980: DoH: reject non-h2 early. To fix #979: Improve errors
  for non-HTTP/2 DoH clients.
- Merge #985: Add DoH and DoT to dnstap message.
- Fix #983: Sha1 runtime insecure change was incomplete.
- Remove unneeded newlines and improve indentation in remote control
  code.
- Merge #987: skip edns frag retry if advertised udp payload size is
  not smaller.
- Fix unit test for #987 change in udp1xxx retry packet send.
- Merge #988: Fix NLnetLabs#981: dump_cache truncates large records.
- Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows.
- Fix to link with libssp for libcrypto and getaddrinfo check for
  only header. Also update crosscompile to remove ssp for 32bit.
- Merge #993: Update b.root-servers.net also in example config file.
- Update workflow for ports to use newer openssl on windows compile.
- Fix warning for windres on resource files due to redefinition.
- Fix for #997: Print details for SSL certificate failure.
- Update error printout for duplicate trust anchors to include the
  trust anchor name (relates to #920).
- Update message TTL when using cached RRSETs. It could result in
  non-expired messages with expired RRSETs (non-usable messages by
  Unbound).
- Merge #999: Search for protobuf-c with pkg-config.
- Fix #1006: Can't find protobuf-c package since #999.
- Fix documentation for access-control in the unbound.conf man page.
- Merge #1010: Mention REFUSED has the TC bit set with unmatched
  allow_cookie acl in the manpage. It also fixes the code to match the
  documentation about clients with a valid cookie that bypass the
  ratelimit regardless of the allow_cookie acl.
- Document the suspend argument for process_ds_response().
- Move github workflows to use checkoutv4.
- Fix edns subnet replies for scope zero answers to not get stored
  in the global cache, and in cachedb, when the upstream replies
  without an EDNS record.
- Fix for #1022: Fix ede prohibited in access control refused answers.
- Fix unbound-control-setup.cmd to use 3072 bits so that certificates
  are long enough for newer OpenSSL versions.
- Fix TTL of synthesized CNAME when a DNAME is used from cache.
- Fix unbound-control-setup.cmd to have CA v3 basicConstraints,
  like unbound-control-setup.sh has.

(he)

2024-03-14 09:18:00 UTC MAIN commitmail json YAML

doc: Updated news/newsraft to 0.23

(wiz)

2024-03-14 09:17:49 UTC MAIN commitmail json YAML

news/newsraft: Update to 0.23

Provided by Kevin Bloom via wip.

- set limits to feeds/sections with curly brackets in feeds config
- add system notifications via notification-command setting
- add pager-width setting, set it to 100
- add sorting to feeds menu
- add shift-west, shift-east and shift-reset actions
- remove items-count-limit setting
- remove initial-unread-first-sorting setting
- remove toggle-unread-first-sorting action
- merge foreground and background color settings
- bind toggle-explore-mode action to tab (^I)
- bind scroll down to select-next, bind scroll up to select-prev
- fix ignoring search query when marking items read/unread
- fix poor termination after invalid terminal size

(wiz)

2024-03-14 09:16:29 UTC MAIN commitmail json YAML

pkg-vulnerabilities: add expat entry

(wiz)

2024-03-14 09:16:07 UTC MAIN commitmail json YAML

doc: Updated textproc/expat to 2.6.2

(wiz)

2024-03-14 09:15:57 UTC MAIN commitmail json YAML

expat: update to 2.6.2.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! <blink>Expat is UNDERSTAFFED and WITHOUT FUNDING.</blink>                !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Release 2.6.2 Wed March 13 2024
        Security fixes:
      #839 #842  CVE-2024-28757 -- Prevent billion laughs attacks with
                    isolated use of external parsers.  Please see the commit
                    message of commit 1d50b80cf31de87750103656f6eb693746854aa8
                    for details.

        Bug fixes:
      #839 #841  Reject direct parameter entity recursion
                    and avoid the related undefined behavior

        Other changes:
            #847  Autotools: Fix build for DOCBOOK_TO_MAN containing spaces
            #837  Add missing #821 and #824 to 2.6.1 change log
      #838 #843  Version info bumped from 10:1:9 (libexpat*.so.1.9.1)
                    to 10:2:9 (libexpat*.so.1.9.2); see https://verbump.de/
                    for what these numbers do

        Special thanks to:
            Philippe Antoine
            Tomas Korbar
                and
            Clang UndefinedBehaviorSanitizer
            OSS-Fuzz / ClusterFuzz

(wiz)

2024-03-14 08:20:43 UTC MAIN commitmail json YAML

Updated archivers/xz, databases/py-apsw

(adam)

2024-03-14 08:20:23 UTC MAIN commitmail json YAML

py-apsw: updated to 3.45.2.0

3.45.2.0

Minor doc and tests change due to changed behaviour of sqlite3_serialize on an empty database, used by Connection.serialize().

(adam)

2024-03-14 08:19:03 UTC MAIN commitmail json YAML

xz: updated to 5.6.1

5.6.1 (2024-03-09)

* liblzma: Fixed two bugs relating to GNU indirect function (IFUNC)
  with GCC. The more serious bug caused a program linked with
  liblzma to crash on start up if the flag -fprofile-generate was
  used to build liblzma. The second bug caused liblzma to falsely
  report an invalid write to Valgrind when loading liblzma.

* xz: Changed the messages for thread reduction due to memory
  constraints to only appear under the highest verbosity level.

* Build:

    - Fixed a build issue when the header file <linux/landlock.h>
      was present on the system but the Landlock system calls were
      not defined in <sys/syscall.h>.

    - The CMake build now warns and disables NLS if both gettext
      tools and pre-created .gmo files are missing. Previously,
      this caused the CMake build to fail.

* Minor improvements to man pages.

* Minor improvements to tests.

(adam)

2024-03-14 08:08:19 UTC MAIN commitmail json YAML

Updated databases/sqlite3, databases/sqlite3-docs, databases/sqlite3-tcl, devel/lemon

(adam)

2024-03-14 08:07:11 UTC MAIN commitmail json YAML

sqlite3: updated to 3.45.2

version 3.45.2 (2024-03-12):

Fix an error in UPSERT, introduced by enhancement 3a in version 3.35.0 (2021-03-12), that could cause an index to get out-of-sync with its table. Forum thread 919c6579c8.
Reduce the scope of the NOT NULL strength reduction optimization that was added as item 8e in version 3.35.0 (2021-03-12). The optimization was being attempted in some contexts where it did not work, resulting in incorrect query results. Forum thread 440f2a2f17.
Other trifling corrections and compiler warning fixes that have come up since the previous patch release. See the timeline for details.

(adam)

2024-03-14 08:00:37 UTC MAIN commitmail json YAML

Updated x11/qt5

(adam)

2024-03-14 07:59:58 UTC MAIN commitmail json YAML

2024-03-14 07:48:47 UTC MAIN commitmail json YAML

doc: Updated devel/alire to 2.0.0

(wiz)

2024-03-14 07:48:01 UTC MAIN commitmail json YAML

alire: update to 2.0.0 release

From Dmytro Kazankov in wip.

(wiz)

2024-03-14 06:29:52 UTC MAIN commitmail json YAML

opencv-contrib-face: regen distinfo

For new patch for 'Avoid ambiguous function call.'

(wiz)

2024-03-14 05:11:38 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.8.16

(pin)

2024-03-14 05:11:06 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.8.16

0.8.16 (2024-03-13)
��š Bug Fixes
  - Fix Uri causing files not loading (ad886555)

(pin)

2024-03-14 05:10:13 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.17.1

(pin)

2024-03-14 05:09:52 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.17.1

What's Changed
- don't refresh playback on new streaming player event in #388
- remove patches for Spotify API's float bugs in #392
- re-render image if the last rectangle is different from the current one in #390

(pin)

2024-03-14 04:06:31 UTC MAIN commitmail json YAML

doc: Updated games/love11 to 11.5

(charlotte)

2024-03-14 04:05:37 UTC MAIN commitmail json YAML

games/love11: Update to 11.5

Changelog:

- Added "LOVE Loader" launcher on Android for easier loading of .love files.
- Changed iOS game selector to alphabetically sort the list of .love files.
- Changed JIT compilation on macOS arm64 (Apple Silicon) to be off by default,
  since performance and available JIT memory isn't reliable.
- Fixed inconsistent and buggy behaviour of 'pairs' by updating LuaJIT.
- Fixed "unexpected alignment" errors when running love on some 32 bit Linux
  systems.
- Fixed running fused games on Windows when the executable has been
  code-signed.
- Fixed undefined behaviour in love.data.hash's implementation.
- Fixed writing files when a symlink exists in the save directory's path.
- Fixed love.threaderror not being called if the error message is an empty
  string.
- Fixed a race condition when a Thread is destroyed immediately after
  Thread:start.
- Fixed unexpectedly slow first frames on macOS.
- Fixed love.joystick.setGamepadMapping when replacing an existing mapping.
- Fixed love.joystick.getGamepadMappingString.
- Fixed duplicate platform fields in love.joystick.saveGamepadMappings.
- Fixed DistanceJoint type information.
- Fixed time drift in Source:tell after a Source loops.
- Fixed audio not always pausing when the app is minimized on Android.
- Fixed RecordingDevice:start to return false instead of hard-crashing on iOS.
- Fixed identical frames in Ogg Theora videos being skipped.
- Fixed love.font.newBMFontRasterizer's single file parameter variant.
- Fixed the original window size not always being restored when exiting
  fullscreen on Linux.
- Fixed some cases of framerate hitches in Windows when vsync is enabled in
  windowed mode.
- Fixed colors appearing over-saturated on P3 displays in macOS.
- Fixed textures looking washed out when gamma-correct rendering is used on
  some Android devices.
- Fixed images with mipmaps when ANGLE is used with an AMD GPU.
- Fixed line rendering when duplicate points are used in the line.
- Fixed line rendering with miter and bevel line join modes when antiparallel
  lines are formed.
- Fixed a crash when calling Text:add with an empty string parameter.

(charlotte)

2024-03-14 00:14:28 UTC MAIN commitmail json YAML

doc: Updated shells/tcsh to 6.24.11

(kim)

2024-03-14 00:03:09 UTC MAIN commitmail json YAML

{,standalone-,static-}tcsh: Update to 6.24.11:

Changes since 6.24.10:

31. V6.24.11 - 2024-03-14
30. Make nice priority incremental even with setpriority(2) to match
    how it worked with nice(3) (Kimmo Suominen)

(kim)

2024-03-13 19:33:02 UTC MAIN commitmail json YAML

doc: Updated emulators/hercules4sdl to 4.7

(rhialto)

2024-03-13 19:32:52 UTC MAIN commitmail json YAML

emulators/hercules4sdl: update to 4.7.

Changes from https://sdl-hercules-390.github.io/html/hercnew.html:

* Fix EX/EXRL instructions to not cause spurious PIC 3 (Tony Harminc, Fish)
#415
* Fix E7 Prefix CCW support (Aaron Finerman, Fish)
* Fix Read Count Suffix bug causing data corruption #575
* Fix Locate Record Write Track Operation (Aaron Finerman, Fish) #601
* Fix Read Tracks CCW when chained from Prefix (Aaron Finerman, Fish) #603
* Fix various ICKDSF-related CCW handling bugs (Anders Edlund, Fish) #615
* Fix 3705 crash on attach/detach/attach (Jay Maynard)
* Fix usleep/nanosleep excessive host CPU consumption (Peter Jansen, Fish) #589
* Fix '--version' and '--usage' switches (Bill Lewis)
* Fix TDF file emulated tape open bug (Fish)
* Fix maketape utility to not pad binary files (Fish)
* Fix Date/time parsing issue in runtest/make-check (Peter Jansen)
* Fix dasdseq utility Large/Extended dataset truncation (Gregory, Fish) #602
* Fix Multi-device statement failure handling (Fish) #604
* Fix Hang during device detach (Fish)
* Fix Incorrect thread priority handling (Tyler Mitchell)
* Fix Occasional crash on exit (Tyler Mitchell)
* Fix Confusing/unclear shadow file messages (Fish) #616
* Fix cckdmap utility non-33xx dasd-type bug (Fish)
* Fix Shared devices 10-second-delay bug (Fish) #624
* Fix 'ENGINES' command bug (Fish) #626
* Fix Shutdown/exit logging (James Wekel) #480, #634
* Fix Possible crash at CCKD dasd termination (Fish)
* Fix Inaccurate "Running on:" Windows name and version (Bill Lewis, Fish)

* New: Improved CU12, CU14 instruction performance (James Wekel) #623
* New: dasdls utility '-cchh' and '-nosort' options (Ian, Fish)
* New: maketape utility meta-file 'BIN' keyword support (Fish)
* New: dasdseq utility '-record' mode support (Gregory, Fish) #614
* New: Ability to trace only specific CCW opcodes (Fish) #576
* New: JSON support in HTTP server #578
* New: README.DAEMON document
* New: 'iconpfxs' command (Fish)
* New: Support quoted strings in storage alteration commands (Fish)
* New: Add timed statistics to instruction counting (Andrey) #588
* New: dyngui LCSS devnum support (Fish)
* New: Use performance cores on Apple Silicon (Enrico Sorichetti)
* New: Support 'clang' builds under Windows MSVC (Peter Jansen) #629
* New: Highlight 'S'evere and 'A'ction messages too (Fish)

(rhialto)

2024-03-13 19:15:01 UTC MAIN commitmail json YAML

doc: Updated emulators/open-simh to 4.1.0.20240303

(rhialto)

2024-03-13 19:14:50 UTC MAIN commitmail json YAML

emulators/open-simh: update to 2024-03-03

Selected changelog entries:

e444c674 AltairZ80: Enable interrupt event after BOOT
ae9e57f6 SCP: sprint_val comma bug, GH: Remnant symlinks
a5884961 SIM_CARD: Fixed issues caused by last commit to sim_card.c
1a1396d0 I7000: Group update for IBM 7000 series simulators.
e425c75d KA10: Fix RH10/20 to allow access to registers during transfer.
e0b08b38 KA10: Fix random hang on DP disk drives.
fc7b65cb KA10: Poll quicker for Chaosnet packet when there's traffic.
2eaa31f1 B5500: Make sure Lines per page gets initialized properly.
6a1b5685 PDP11: RP11: Make sure to advance DA after every I/O
2a5f758a AltairZ80: Adds SET CPU RESIZEMEMORY and other
d9f2d39c PDP8: Fix missing clock pre-calibration instruction set due to typo
7a6a3255 ETHER: Make sure SET NOASYNC is effective for Ethernet devices
b273cac5 ALTAIRZ80: Fixes problem with MEM dump command
3b4333df ALTAIRZ80: Adds JAIR devices to simulator
560f30d1 SCP: Adjust timer calibrations if SET THROTTLE x/t type is enabled
6925456d ALTAIRZ80: Add 1K RAM to SOL20 device
a275c711 SCP: Reduce compiler warnings on LP64 platforms
f4c39a32 SCP: Add'l memory sanitization fixes
c077c22d PDP11: fix disassembly of reg,src instructions
625b9e8d CMAKE: Python distutils obsoleted.
dd49f851 PDP11: RP11: Remove duplicate checks (now only done in svc routine)
7797344b PDP11, VAX, KS10: Speed up Chaosnet polling when there is traffic.
1ed26cfb KS10: Make Chaosnet work.
47cf74ac PDP11: TA11/TU60 fix identification
b3465af6 CMake: cmake-builder.sh "-c" takes an argument
dfda031f CMake: Multiple targets, clean cache
2396fd03 PDP-11, VAX: Expand DTYPE mask size, fix RF35, add new devices to RQ sim

(rhialto)

2024-03-13 15:56:39 UTC MAIN commitmail json YAML

doc: Updated www/lighttpd to 1.4.75

(schmonz)

2024-03-13 15:56:34 UTC MAIN commitmail json YAML

lighttpd: update to 1.4.75. Changes:

* [mod_redirect] url.redirect-code = 308 new default
* [ls-hpack] more portability fixes for sys/queue.h
* [ls-hpack] update version to 2.3.3
* [TLS] default to stronger ciphers w/ PFS and AEAD
* [ci] apt-get install build-essential on Ubuntu
* [ci] /usr/local/opt keg-only pkgs on Darwin(macOS)
* [mod_authn_sasl] translate SASL_LOG_* to syslog
* [build] include src/compat/sys/queue.h in tarball
* [core] fdlog_openlog(), fdlog_closelog()
* [mod_accesslog] fdlog_openlog() if using syslog
* [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE
* [ci] limit github ci to specific branches
* [ci] prefer non-login shell for Cygwin CI build
* [ci] prefer dash for Cygwin and MSYS2 builds
* [mod_wstunnel] fix server.ping-interval w/ HTTP/2
* [mod_dirlisting] fix suffix display of '/' on file (fixes #3242)
* [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244)
* [mod_openssl] faster ASN1_TIME parse
* [mod_wolfssl] faster ASN1_TIME parse
* [doc] update TLS comment in sample lighttpd.conf

(schmonz)

2024-03-13 15:07:40 UTC MAIN commitmail json YAML

doc: Updated print/a2ps to 4.15.5nb2

(wiz)

2024-03-13 15:07:30 UTC MAIN commitmail json YAML

a2ps: remove patches that are no longer necessary with libpaper 2.2.5

and depend on that version.

Bump PKGREVISION.

(wiz)

2024-03-13 14:45:18 UTC MAIN commitmail json YAML

doc: Updated print/libpaper to 2.2.5

(wiz)

2024-03-13 14:45:09 UTC MAIN commitmail json YAML

libpaper: update to 2.2.5.

Release v2.2.5

This release exports the symbol 窶賄efaultpaper窶�, which was previously
missing.

Release v2.2.4

This release adds missing license files (GPL 3 and MIT) to the
source tarball.

Release v2.2.3

This release fixes the build when configured without --enable-relocatable

Release v2.2.2

This release fixes the license headers of paper.c and paper.h

Release v2.2.1

This release merely puts the correct copyright holders in the copy
of the MIT License.

Release v2.2.0

This release adds the option of using the library under the MIT
license when it is built without relocation support (--enable-relocatable).
It achieves this by replacing all the other LGPL窶册d code from gnulib
with alternative code.

(wiz)

2024-03-13 14:41:14 UTC MAIN commitmail json YAML

2024-03-13 14:38:22 UTC MAIN commitmail json YAML

doc: Updated audio/aeneas to 1.7.3nb19

(wiz)

2024-03-13 14:38:13 UTC MAIN commitmail json YAML

aeneas: switch to espeak-ng.

From adr.

While here, switch to wheel.mk and ffmpeg6 instead of ffmpeg3.
Also, make it a plain dependency because it's not linked against.

Bump PKGREVISION.

(wiz)

2024-03-13 13:57:06 UTC MAIN commitmail json YAML

2024-03-13 13:55:53 UTC MAIN commitmail json YAML

guide: document PKGCONFIG_OVERRIDE

(wiz)

2024-03-13 13:54:10 UTC MAIN commitmail json YAML

doc: Updated biology/minimap2 to 2.27

(bacon)

2024-03-13 13:54:04 UTC MAIN commitmail json YAML

2024-03-13 13:47:43 UTC MAIN commitmail json YAML

2024-03-13 13:38:19 UTC MAIN commitmail json YAML

nbsed: sync usage() with r. 1.7 removal of [gG] options

(gutteridge)

2024-03-13 11:46:01 UTC MAIN commitmail json YAML

doc/TODO: + obs-studio-30.1.

(wiz)

2024-03-13 11:13:58 UTC MAIN commitmail json YAML

nbsed: Add __dead compat.  Fixes build on SmartOS.

Test suite looks clean compared to previous nbsed and native sed.

(jperkin)

2024-03-13 11:09:28 UTC MAIN commitmail json YAML

nbsed: Add __UNCONST compat.

This now builds on macOS, still failing on other OS.  Running the test suite
appears to show no differences, at least compared to macOS 14.3.1's sed.

(jperkin)

2024-03-13 11:07:49 UTC MAIN commitmail json YAML

nbsed: Remove REG_GNU code.

This is a feature only available on newer NetBSD.  Neither -G nor -g are
supported by any other sed's that I can find, so just completely remove the
options, as we only need to be compatible.  The libnbcompat regcomp is very
old, and so trying to merge in REG_GNU support would also be very difficult.

(jperkin)

2024-03-13 06:47:18 UTC MAIN commitmail json YAML

doc: Updated sysutils/intel-microcode-netbsd to 20240312.

(msaitoh)

2024-03-13 06:42:47 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20240312.

### Purpose

- Security updates for INTEL-SA-INTEL-SA-00972
- Security updates for INTEL-SA-INTEL-SA-00982
- Security updates for INTEL-SA-INTEL-SA-00898
- Security updates for INTEL-SA-INTEL-SA-00960
- Security updates for INTEL-SA-INTEL-SA-01045

- Update for functional issues. Refer to the following prcessor's Specification Update:
Intel Core Ultra Processor Specification Update.
13th Generation Intel Core Processor Specification Update.
12th Generation Intel Core Processor Family Specification Update.
11th Gen Intel Core Processor Specification Update.
10th Gen Intel Core Processor Families Specification Update.
10th Generation Intel Core Processor Specification Update.
8th and 9th Generation Intel Core Processor Family Spec Update.
8th Generation Intel Core Processor Families Specification Update.
7th and 8th Generation Intel Core Processor Specification Update.
5th Gen Intel Xeon Scalable Processors Specification Update.
4th Gen Intel Xeon Scalable Processors Specification Update.
3rd Generation Intel Xeon Scalable Processors Specification Update.
3rd Generation Intel Xeon Processor Scalable Family Specification Update.
2nd Generation Intel Xeon Processor Scalable Family Specification Update.
Intel Processors and Intel Core i3 N-Series Specification Update.
Intel Xeon D-2700 Processor Specification Update.
Intel Xeon E-2300 Processor Specification Update.
Intel Xeon Processor Scalable Family Specification Update.
Intel Atom C3000 Processor Product Family Specification Update.
Intel Atom x6000E Series, and Intel Pentium and Celeron N and J Series Processors for Internet of Things (IoT) Applications.
Intel Pentium Silver and Intel Celeron Processor Specification Update.
Intel Pentium Silver and Intel Celeron Processor Specification Update.

### New Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| EMR-SP        | A-1      | 06-cf-02/87 |          | 21000200 | Xeon Scalable Gen5
| EMR-SP        | A-0      | 06-cf-01/87 |          | 21000200 | Xeon Scalable Gen5
| MTL            | C-0      | 06-aa-04/e6 |          | 0000001c | Core™ Ultra Processor

### Updated Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| ADL            | C0      | 06-97-02/07 | 00000032 | 00000034 | Core Gen12
| ADL            | H0      | 06-97-05/07 | 00000032 | 00000034 | Core Gen12
| ADL            | L0      | 06-9a-03/80 | 00000430 | 00000432 | Core Gen12
| ADL            | R0      | 06-9a-04/80 | 00000430 | 00000432 | Core Gen12
| ADL-N          | N0      | 06-be-00/11 | 00000012 | 00000015 | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
| AML-Y42        | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
| BDX-NS        | A1      | 06-56-05/10 | 0e000014 | 0e000015 | Xeon D-1513N/23/33/43/53
| CFL-H          | R0      | 06-9e-0d/22 | 000000fa | 000000fc | Core Gen9 Mobile
| CFL-H/S        | P0      | 06-9e-0c/22 | 000000f4 | 000000f6 | Core Gen9
| CFL-H/S/E3    | U0      | 06-9e-0a/22 | 000000f4 | 000000f6 | Core Gen8 Desktop, Mobile, Xeon E
| CFL-S          | P0      | 06-9e-0c/22 | 000000f4 | 000000f6 | Core Gen9 Desktop
| CLX-SP        | B0      | 06-55-06/bf | 04003604 | 04003605 | Xeon Scalable Gen2
| CLX-SP        | B1      | 06-55-07/bf | 05003604 | 05003605 | Xeon Scalable Gen2
| CML-H          | R1      | 06-a5-02/20 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-S102      | Q0      | 06-a5-05/22 | 000000f8 | 000000fa | Core Gen10
| CML-S62        | G1      | 06-a5-03/22 | 000000f8 | 000000fa | Core Gen10
| CML-U42        | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-U62 V1    | A0      | 06-a6-00/80 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-U62 V2    | K1      | 06-a6-01/80 | 000000f8 | 000000fa | Core Gen10 Mobile
| CML-Y42        | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
| CPX-SP        | A1      | 06-55-0b/bf | 07002703 | 07002802 | Xeon Scalable Gen3
| DNV            | B0      | 06-5f-01/01 | 00000038 | 0000003e | Atom C Series
| EHL            | B1      | 06-96-01/01 | 00000017 | 00000019 | Pentium J6426/N6415, Celeron J6412/J6413/N6210/N6211, Atom x6000E
| GLK            | B0      | 06-7a-01/01 | 0000003e | 00000040 | Pentium Silver N/J5xxx, Celeron N/J4xxx
| GLK-R          | R0      | 06-7a-08/01 | 00000022 | 00000024 | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
| ICL-D          | B0      | 06-6c-01/10 | 01000268 | 01000290 | Xeon D-17xx, D-27xx
| ICL-U/Y        | D1      | 06-7e-05/80 | 000000c2 | 000000c4 | Core Gen10 Mobile
| ICX-SP        | Dx/M1    | 06-6a-06/87 | 0d0003b9 | 0d0003d1 | Xeon Scalable Gen3
| JSL            | A0/A1    | 06-9c-00/01 | 24000024 | 24000026 | Pentium N6000/N6005, Celeron N4500/N4505/N5100/N5105
| KBL-G/H/S/X/E3 | B0      | 06-9e-09/2a | 000000f4 | 000000f8 | Core Gen7; Xeon E3 v6
| RPL-H/P/PX 6+8 | J0      | 06-ba-02/e0 | 0000411c | 00004121 | Core Gen13
| RPL-S          | B0      | 06-b7-01/32 | 0000011d | 00000122 | Core Gen13
| RPL-S          | H0      | 06-bf-05/07 | 00000032 | 00000034 | Core Gen12
| RKL-S          | B0      | 06-a7-01/02 | 0000005d | 0000005e | Core Gen11
| RPL-S/HX      | C0      | 06-bf-02/07 | 00000032 | 00000034 | Core Gen12
| RPL-U 2+8      | Q0      | 06-ba-03/e0 | 0000411c | 00004121 | Core Gen13
| SKX-SP        | B1      | 06-55-03/97 | 01000181 | 01000191 | Xeon Scalable
| SPR-SP        | E5/S3    | 06-8f-08/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| SPR-SP        | E4/S2    | 06-8f-07/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| SPR-SP        | E3      | 06-8f-06/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| SPR-SP        | E2      | 06-8f-05/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
| TGL            | B0/B1    | 06-8c-01/80 | 000000b4 | 000000b6 | Core Gen11 Mobile
| TGL-H          | R0      | 06-8d-01/c2 | 0000004e | 00000050 | Core Gen11 Mobile
| TGL-R          | C0      | 06-8c-02/c2 | 00000034 | 00000036 | Core Gen11 Mobile
| WHL-U          | V0      | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen8 Mobile

(msaitoh)

2024-03-13 06:04:22 UTC MAIN commitmail json YAML

doc: Updated x11/i3lock to 2.14.1

(wiz)

2024-03-13 06:04:13 UTC MAIN commitmail json YAML

i3lock: update to 2.14.1.

2022-06-21 i3lock 2.14.1

• unlock indicator: display only caps lock and num lock,
  not all modifiers like shift (which can leak information
  about your password to bystanders)

2022-05-28 i3lock 2.14

• Change default background color to #a3a3a3
  See https://github.com/i3/i3lock/pull/300 for extensive
  discussion and rationale for this change.
• Recommend using xss-lock to start i3lock in the README
  and i3lock.1 man page. xss-lock is the best way to ensure
  your screen truly is locked before your computer suspends.
• Display modifier key warning before unlocking, too,
  not just on failed attempts like before.
• Switch build system from autotools to meson.

2020-10-27 i3lock 2.13

• Throw error when trying to start on Wayland
• Use explicit_bzero() where available, not just on OpenBSD
• avoid pixmap allocations in the redraw path
• make --debug output go to stderr
• unlock_indicator.c: fix build failure against gcc-10
• fix: call pam_end in cleanup in main, not in event loop
• set _NET_WM_BYPASS_COMPOSITOR hint to avoid flickering

2019-07-21 i3lock 2.12

• remove stray \n from error messages
• capitalize unlock indicator contents
• set WM_CLASS property
• reference modifier as “Super”, not “Win”
• add --raw option to read image as raw bytes

2018-10-18 i3lock 2.11.1

• Fix dist tarball by including I3LOCK_VERSION

2018-10-10 i3lock 2.11

• Switch to autotools
• Display an error when backspace is pressed without any input
• Print an error when a non-PNG file is opened
  (i3lock only supports PNG files) (Thanks eplanet)
• Don’t unnecessarily check the xcb_connect return value,
  it is known never to be NULL (Thanks SegFault42)
• Fix memory leak when grabbing fails (Thanks karulont)
• Respect Xft.dpi for determining the unlock indicator’s scale factor
• Discard pending password verification attempts
  when a new password is entered (Thanks layus)

2017-11-25 i3lock 2.10

• Only use -lpam when not on OpenBSD (Thanks Kaashif)
• locale: treat empty string same as unset (Thanks Ran)
• Fix overwrite of getopt optind (Thanks jakob)
• Immediately hide the unlock indicator after ESC / C-u (Thanks Orestis)
• Measure wall-clock time instead of CPU time for “locking” indicator.
• SetInputFocus to the i3lock window to force-close context menus
• Use RandR for learning about attached monitors

2017-06-21 i3lock 2.9.1

• Fix version number mechanism (for --version)
• Revert the fix for composited notifications, as it causes more issues than
  it solves:
  https://github.com/i3/i3lock/issues/130
  https://github.com/i3/i3lock/issues/128

2017-05-26 i3lock 2.9

• i3lock.1: use signal names without SIG prefix
• Removed obsolete inactivity timeout
• Added version files for release tarball.
• Set font face
• Automatically unlock (without having to press <Enter>) one attempt which was
  entered while authenticating
• Stop leaking the image_path dup
• Displaying locking message when grabbing the pointer/keyboard
• Display error message when locking failed
• Add Enter on C-m
• Change input slices to be exactly pi/3 in size instead of slightly more
• Fix covering of composited notifications using the XComposite extension
• Remove last traces of DPMS
• Use bsd_auth(3) instead of PAM on OpenBSD
• Restore intended behaviour and don't use mlock(2) on OpenBSD.

(wiz)

2024-03-13 05:48:58 UTC MAIN commitmail json YAML

doc: Added misc/emacspeak version 59.0

(wiz)

2024-03-13 05:48:48 UTC MAIN commitmail json YAML

misc/Makefile: + emacspeak

(wiz)

2024-03-13 05:48:36 UTC MAIN commitmail json YAML

misc/emacspeak: import emacspeak-59.0

Packaged for wip by adr.

Emacspeak is a speech interface that allows visually impaired users
to interact independently and efficiently with the computer. Audio
formatting --a technique pioneered by AsTeR-- and full support for
W3C's Aural CSS (ACSS) allows Emacspeak to produce rich aural
presentations of electronic information. By seamlessly blending
all aspects of the Internet such as Web-surfing and messaging,
Emacspeak speech-enables local and remote information via a consistent
and well-integrated user interface. Available free of cost on the
Internet, Emacspeak has dramatically changed how the author and
thousands of blind and visually impaired users around the world
interact with the personal computer and the Internet. A rich suite
of task-oriented tools provides efficient speech-enabled access to
the audio desktop and evolving semantic WWW. When combined with
Linux running on low-cost PC hardware, Emacspeak/Linux provides a
reliable, stable speech-friendly solution that opens up the Internet
to visually impaired users around the world.

(wiz)

2024-03-12 23:22:35 UTC MAIN commitmail json YAML

2024-03-12 22:02:13 UTC MAIN commitmail json YAML

Don't build bsdcat and bsdunzip, they are not used anyway.

(joerg)

2024-03-12 22:01:14 UTC MAIN commitmail json YAML

Don't bother building bsdcat, it's not installed anyway.

(joerg)

2024-03-12 22:00:13 UTC MAIN commitmail json YAML

Don't bother building bsdcat during bootstrap.

(joerg)

2024-03-12 17:53:34 UTC MAIN commitmail json YAML

doc: Added devel/alire version 2.0.0rc1

(wiz)

2024-03-12 17:53:25 UTC MAIN commitmail json YAML

devel/Makefile: + alire

(wiz)

2024-03-12 17:53:16 UTC MAIN commitmail json YAML

2024-03-12 17:50:35 UTC MAIN commitmail json YAML

doc: Added devel/gprbuild version 24.0.0

(wiz)

2024-03-12 17:50:26 UTC MAIN commitmail json YAML

devel/Makefile: + gprbuild

(wiz)

2024-03-12 17:50:13 UTC MAIN commitmail json YAML

2024-03-12 17:47:13 UTC MAIN commitmail json YAML

doc: note nbsed update by christos

(wiz)

2024-03-12 16:45:08 UTC MAIN commitmail json YAML

2024-03-12 16:36:04 UTC MAIN commitmail json YAML

doc: Updated net/sayaka to 3.7.5

(tsutsui)

2024-03-12 16:35:47 UTC MAIN commitmail json YAML

sayaka: update to 3.7.5.

Upstream changes:
* 3.7.5 (2024/03/12)
- fix a problem that --ciphers option isn't functional for Misskey stream
- also apply --ciphers for downloading images

Note with these fixes sayaka on ATARI TT030 (MC68030 32MHz) can
connect to misskey.io local stream timeline and it was demonstrated
at Open Source Conference 2024 Tokyo spring.

(tsutsui)

2024-03-12 08:57:39 UTC MAIN commitmail json YAML

speech-dispatcher: cleanup

(wiz)

2024-03-12 08:53:29 UTC MAIN commitmail json YAML

doc: Updated audio/speech-dispatcher to 0.11.5

(wiz)

2024-03-12 08:53:19 UTC MAIN commitmail json YAML

speech-dispatcher: update to 0.11.5.

Updated provided by adr and myself via wip.

Version 0.11.5

    Update CLDR to version 43 and symbols from NVDA.
    Fix parsing and emitting space character.
    Reduce espeak buffer size to avoid ssml issues.
    Add --disable-doc.
    Fix spd-conf not being able to set the default module.
    Fix pausing without index.
    ibmtts: Fix parameter reset.
    ibmtts: Disable using the module punctuation by default.

(wiz)

2024-03-12 08:21:50 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-man to 26.2.3

(wiz)

2024-03-12 08:21:39 UTC MAIN commitmail json YAML

doc: Updated lang/erlang-doc to 26.2.3

(wiz)

2024-03-12 08:21:23 UTC MAIN commitmail json YAML

2024-03-12 08:18:34 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 26.2.3

(wiz)

2024-03-12 08:18:22 UTC MAIN commitmail json YAML

2024-03-12 08:13:02 UTC MAIN commitmail json YAML

doc: Updated devel/py-scard to 2.0.8

(wiz)

2024-03-12 08:12:53 UTC MAIN commitmail json YAML

py-scard: update to 2.0.8.

2.0.8 (march 2024)
==================
  * Make CardMonitor() thread safe on Python 3.12
  * Add hresult value in exceptions
  * Improve documentation
  * Check swig is installed on build
  * Remove use of imp module for wx (GUI)
  * Makefile: modernize use of setup.py
  * Minor changes

(wiz)

2024-03-12 08:09:42 UTC MAIN commitmail json YAML

doc: Updated textproc/py-rapidfuzz to 3.6.2

(wiz)

2024-03-12 08:09:33 UTC MAIN commitmail json YAML

py-rapidfuzz: update to 3.6.2.

[3.6.2] - 2024-03-05
^^^^^^^^^^^^^^^^^^^^

Changed
~~~~~~~
* upgrade to ``Cython==3.0.9``

Fixed
~~~~~
* upgrade ``rapidfuzz-cpp`` which includes a fix for build issues on some compilers
* fix some issues with the sphinx config

(wiz)

2024-03-12 08:00:02 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTML-Tagset to 3.22

(wiz)

2024-03-12 07:59:54 UTC MAIN commitmail json YAML

p5-HTML-Tagset: update to 3.22.

2024-03-09  Andy Lester

        * Release 3.22

        HTML::Tagset now requires Perl 5.10.1. It might run on earlier
        Perls but I don't have the infrastructure to test them.

        Added <ins> and <del> to %isPhraseMarkup (RT #151970)

        Fixed docs about %isBodyElement calling it %isBodyMarkup
        (RT #34913, RT #109024, RT #118356)

        Cleaned up metadata and version requirements.

        No changes have been made to handle HTML5. That is a bigger issue
        than "just add the tags to the hashes," because that would change
        functionality for existing users who are expecting HTML::Tagset to
        be HTML4.

(wiz)

2024-03-12 07:58:43 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-CChecker to 0.12

(wiz)

2024-03-12 07:58:34 UTC MAIN commitmail json YAML

p5-ExtUtils-CChecker: update to 0.12.

0.12    2024-03-02
        [CHANGES]
        * Document the `->define` method
        * Overall module style updates
            + `use v5.14` in all files
            + use `package NAME VER` syntax
            + Use `Test2::V0` instead of `Test::More` + `Test::Fatal`

(wiz)

2024-03-12 07:57:24 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-MAT to 0.53

(wiz)

2024-03-12 07:57:15 UTC MAIN commitmail json YAML

p5-Devel-MAT: update to 0.53.

0.53    2024-03-07
        [CHANGES]
        * Read PMAT file format 0.6 with its shared HEK pointer additions
        * Added `strtab` command for analysing the PL_strtab shared strings
          table
        * Added count/skip/no-sort options and a filtering argument to
          `values` command
        * Added a `stop` command to cancel an ongoing pagination
        * Only print "class it experimental" warnings when reading an actual
          class or object instance from a PMAT file, rather than any version
          0.5 (or later).
        * Swap unit tests from `Test::More` to `Test2::V0`

(wiz)