s6-networking: change default options. Bump PKGREVISION.
Instead of BearSSL, link with OpenSSL by default. The 'bearssl' option
is still present and 'libressl' is now available too.
Remove the transitional 'tls' option mapping.
While here, remove s6-pkgsrc-cadir. pkgsrc doesn't have a clear
library-independent notion of its "SSL cert directory", so we can't
helpfully tell clients (or servers that want to validate client certs)
where to find it.
kew: update to 3.4.0
- Landscape View (horizontal layout)
- Added ability to switch views by using the mouse
- Added ability to drag the progress bar using the mouse
- Faster loading of library cache from file
- Show the actual keys bound to different views on the last row on
macOS and show Shift+key instead of Sh+key for clarity
- Added an indicator when the library is being updated
- Now (optionally) sets the currently playing track as the window
title
- Added back the special playlist, but renamed as the kew favorites
playlist
- Don't strip numbers from titles when presenting the actual title
taken from metadata
- Reset clock when resuming playback when stopped
- Better way of checking for embedded opus covers, some covers
weren't detected
- Better way of extracting ogg vorbis covers
[2 lines not shown]
- Move fonts/lanna-io (20220607) to fonts/thai-font-collection (1.02).
These are actually equivalent versions.
- Update homepage and repository from github to codeberg
- Install fonts to own directory (not shared TTF/) to avoid collisions
with other font packages (e.g. noto-ttf)
geography/gdal*: Update to 3.11.2
packaging changes: make PLIST more resilient to testing RCs by using
variables that match what is produced. (These changes are not
important for releases and do not affect the resulting package.)
Upstream NEWS: GDAL 3.11.2 is a bugfix release.
[there are 87 lines of descriptions of bugfixes!]
py-pyobjc*: updated to 11.1
11.1
The major change in this release is aligning behaviour of the core bridge
with clang's documentation for automatic reference counting <https://clang.llvm.org/docs/AutomaticReferenceCounting.html>_
for initializer methods. In particular, PyObjC now correctly models
that methods in the "init" family steal a reference to self and return
a new reference.