Thursday, 24 August 2023
We create software for people, and the KDE Gear releases are the result
of that. Every four months we publish new updates of a large number of
KDE apps and software libraries. We create new programs to meet more of
your needs, implement more features so you can adapt to an ever-changing
digital world, and make our software faster, more efficient, more
reliable. We also port it to more platforms so you can run it on more
devices: your laptop, your game console, your phone, anywhere.
Read on to find out what's new in KDE Gear 23.08
https://kde.org/announcements/gear/23.08.0
ChangeLog: https://github.com/Jackett/Jackett/releases
* yggtorrent: make strip season optional.
* kamept: switch to cookie method.
* gktorrent: new domain
* core: add cookie for one request to flaresolverr
PR: 273127
Reported by: tremere@cainites.net (maintainer)
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.0.2091
* Fixed: (UI) Ensure root folders are populated in Author Editor
* Fixed: Correctly calculate books count on Author page
* Automated API Docs update
* New: Add result to commands to report commands that did not complete successfully
* Log Goodreads connection failures with more info.
* Ensure original data is shown when no matches are made
* Fix book tests
* Extend InlineMarkdown to handle code blocks in backticks
* Fix AuthorLookupFixture
* More test fixes
PR: 272874
Reported by: michiel@vanbaak.eu (maintainer)
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.2.4.1999
* New: Log when testing for matching Remote Path Mapping
* Fix chunk IDs and source map file names
* Multiple Translations updated by Weblate
* Fixed: Error when selecting different Quality Profile
* Use 2 spaces indentation for ts/tsx files
* Fixed: (ImportLists) Removed minimum refresh interval for FetchSingleList
* Automated API Docs update
* New: Show tooltips with Custom Formats in History and Queue
* Multiple Translations updated by Weblate
* Automated API Docs update
PR: 272691
Reported by: michiel@vanbaak.eu (maintainer)
Since arm64 uses two's complement (char)0xff is the same as -1.
Changing to use the latter should silence this compiler error:
ccan/ccan/base64/base64.c:34:10: error: result of comparison of constant 255 with expression of type 'int8_t' (aka 'signed char') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
if (ret == (char)0xff) {
~~~ ^ ~~~~~~~~~~
Instead of forcing the port to build with -std=c++11 in all FreeBSD
versions, just pass -Wno-register when the port is being built with a
Clang release that defaults to C++17 mode (which does not have the
register keyword by default).
Approved by: eduardo (maintainer)
Differential Revision: https://reviews.freebsd.org/D40939
KDE Gear 23.04.3
Thursday, 6 July 2023
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* gwenview: Avoid a crash when opening a .nef image in exiv2 library
* kalendar: Fix a few issues with reminders
* kreversi: Fix board position in portrait mode
Changelog: https://kde.org/announcements/changelogs/gear/23.04.3/
ChangeLog: https://github.com/Radarr/Radarr/releases/tag/v4.6.4.7568
* New DSN for 4.6
* Fixed: Sorting queue by year
* Add ContentSummary to HDBits requests
* Create overload for ToJson() with Formatting param
* Fixed: Allow restore to process backups up to ~500MB
* Multiple Translations updated by Weblate
* Removed suspicious URL in the default definitions
* Translated using Weblate (Portuguese (Brazil))
* Handle null for parent name with clean path is empty
* Fixed: Don't handle images in metadata folder as Roksbox images
PR: 272387
Reported by: michiel@vanbaak.eu (maintainer)
The port does not work with C++17 which is the default since clang 16.
This can be removed once that port starts working with C++17.
Reported by: pkg-fallout
MFH: 2023Q3