Kasts is a convergent podcast application
Its main features are:
- Episode management through play queue
- Sync playback positions with other clients through gpodder.net
or gpodder-nextcloud
- Variable playback speed
- Search for podcasts
- Full system integration: e.g. inhibit system suspend while listening
Changes:
- see previous messages when replying
- ability to post polls
- proxy support
- improved handling of follow requests
Full release article: https://kde.org/announcements/gear/23.04.0/
Port changes:
- removed MASTER_SITES because Tokodon is now a part of KDE Gear
QA:
- poudriere testport: 12.4-amd64, 12.4-i386, 13.2-amd64
- builds and runs on 13.2-RELEASE
- portclippy is happy
- portlint is happy
QA limitations:
- not able to test 13.2-arm64.aarch64 because lang/rust fails to build
with qemu-user-static (ref. lang/rust/Makefile:146)
php80 will not receive support for OpenSSL 3.0 or later from upstream.
Those who needs OpenSSL 3.0 or later and php should consider migrating
to lang/php81 or later.
Sponsored by: Bounce Experts
Transifex is retiring the v2 API and has introduced a new go-based
client for v3 API. adridg@ has ported the new client which is available
at textproc/go-transifex-client.
The v2 API application doesn't work anymore (april 2023), the API it
wants to talk to seems to be dead or moved to app.transifex.com.
PR: 271050
Reported by: adridg
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because graphics/libGLU's Makefile does not explicitly set its C++ standard,
this leads to several errors:
../src/libnurbs/internals/varray.cc:76:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register long ds = sgn(arc->tail()[0] - arc->prev->tail()[0]);
^~~~~~~~~
../src/libnurbs/internals/varray.cc:77:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register long dt = sgn(arc->tail()[1] - arc->prev->tail()[1]);
^~~~~~~~~
Upstream already noticed this, and committed
https://gitlab.freedesktop.org/mesa/glu/-/commit/b6c308172993 as a fix,
so add this as an additional patch, until the next version is released.
PR: 271055
Approved by: manu (maintainer)
MFH: 2023Q2
This new release brings the following improvements:
- Improved tuning of the Opus in-band FEC (LBRR)
- Added an OPUS_SET_INBAND_FEC(2) option that turns on FEC, but does not
force SILK mode (FEC will be disabled in CELT mode)
- Improved tuning and various fixes to DTX
PR: 270996
Import upstream commit 6b958fe36b7:
It's wrong to have an alloc reloc section trying to use a non-alloc
symbol table.
* elf.c (assign_section_numbers <SHT_REL, SHT_RELA>): Correct
comment. Always set sh_link to .dynsym for alloc reloc
sections and to .symtab for non-alloc.
This also fixes strip when using llvm-strip, i.e. when base built with
WITH_LLVM_BINUTILS.
PR: 271061, see also: 270961, 270960
Reported by: Emanuel Haupt <ehaupt@FreeBSD.org>
Approved by: cy
Obtained from: Upstream commit 6b958fe36b7
MFH: 2022Q2
GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc14, g++14,
and gfortran14, respectively.
This is the first snapshot from trunk with the GCC 14 designation. It
largely is a copy of lang/gcc13-devel.
ChangeLog: https://github.com/jellyfin/jellyfin/releases/tag/v10.8.10
jellyfin:
* Throw exception on path traversal in WriteDocumentAsync
* Fix the canvas size for DVBSUB and DVDSUB subtitles
* Fix the brightness of VPP tonemap and add the tonemap mode
* Fix nvenc preset order
* Fix Live TV hardware decoding
* Fix stream map when using filter_complex with unlabeled output
* Fix codec checking in CodecProfiles conditions
* Multiple HLS codec and bitrate fixes (10.8.z)
* Fix H.264 baseline hwaccel and enable enhanced Nvdec by default
* Some VAAPI VPP and OpenCL fixes
* Fix EqualsAny condition check for int and double
jellyfin-web
* Escape device id in raw HTML
* Add the tonemap mode options
* Fix dead documentation link
* Fix installed plugin version html
* Drop progressive transcoding in web client
* Fix subtitle offset reset when seeking progressive stream
* Babelify @jellyfin/libass-wasm
* Fix navigation for some types of INPUT
* Backport PR #4150 to 10.8.z branch
* Backport PR #4147 to 10.8.z branch
PR: 271041
Reported by: debdrup@freebsd.org
MFH: 2023Q2 (security fixes)
Security: CVE-2023-30626 CVE-2023-30627
While here move to mail category. It was wrongly placed under devel in PR 267597
ChangeLog: https://gitlab.nic.cz/datovka/datovka/-/blob/develop/ChangeLog
* Viewing number of recently unread messages in top node description when top
node collapsed in account list. Also changed the icon for the top node.
PR: 271005 267597
Reported by: 000.fbsd@quip.cz
Approved by: freebsd@sysctl.cz (maintainer)
ChangeLog: http://www.calvina.de/pstoedit/changelog.htm
* Bug fix. pstoedit did not find older versions of GhostScript under Windows.
* Support for mawk in creation of pstoedit.ph header file. mawk is often used
on build servers in place of gawk.
* Some small update to comply with some Debian requirements.
* Added experimental support for filled objects in DXF output using the HATCH
element of DXF.
* Fixed a problem when running pstoedit with output to standard output instead
of a file.
* Adapted to new versioning scheme of GhostScript.
* Additional backend for pcb-rnd contributed by Erich Heinzle.
* Some additional options in WEMF driver.
* Better handling of bounding box in EMF output. Contributed by Samuel Thibault.
* Better handling of metric option in fig driver.
* Fix a compile problem under certain MacOS versions.
* Various changes needed for interworking with newer versions of GhostScript.
* Some code modernization based on feedback from VS-2019, Clang Powertools and
PVS Studio.
* Added support for dotted and dashed lines to the DXF backend.
* Reduce redundancy in help documents.
* Porting to Windows CE by Rohan Shetty.
* Made pstoedit compatible with ghostscript 9.27.
* Fix a bug occurring with large scale factors.
* Include full documentation by default and provide an option to generate
documentation locally which then fit best to the local installation.
* Started to apply improvements proposed by clang-tidy.
* Included a bunch of patches from Debian for easier maintenance of the
package plus correction to some spelling issues. Thanks to Barak A.
Pearlmutter.
* added a -vl option to specify a verbosity level. Using the older -v enables
level 1. For more use -vl 2.
* included a patch contributed by OpenSuse folks fixing a problem in finding
the plugins under certain conditions.
* included a patch contributed by Martin Madsen related to checking non
existing directories when looking for plugins.
* added support for pdfwithshow and pdfawidthshow special operators when
reading PDF files.
* Scott Pakin updated the cfdg driver to support the current version of cfdg.
* changes needed for newer versions of GhostScript.
* some code cleanup. pstoedit passed all Coverity checks.
PR: 270984
Reported by: eric@camachat.org