Saturday, 10 June 2023
KDE today announces the release of KDE Frameworks 5.107.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
PR: 272099
Exp-run by: antoine
/wrkdirs/usr/ports/multimedia/gstreamer1-qt/work/qt-gstreamer-1.2.0/src/QGlib/connect.cpp:395:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register bool ok = (m_handlerIdInRemoval != handlerId);
^~~~~~~~~
In file included from shared-ptr/base.cxx:5:
../cutl/shared-ptr/base.hxx:34:41: error: ISO C++17 does not allow
dynamic exception specifications [-Wdynamic-exception-spec] operator new
(std::size_t, cutl::share) throw (std::bad_alloc);
^~~~~~~~~~~~~~~~~~~~~~
../cutl/shared-ptr/base.hxx:34:41: note: use 'noexcept(false)' instead
KDE Plasma 5.27.6, Bugfix Release for June
Tuesday, 20 June 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.6.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
This release adds two months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Dpms: Don't crash if trying to interact with the fake screen.
* Panel: mitigate plasmashell high CPU usage when moving windows.
* Runners/calculator: implement thread-safety in
QalculateEngine::evaluate.
* Fix ddcutil for laptop user.
* Fix showing error messages.
* Fix UI with huge window sizes.
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.5-5.27.6
This release only deals with RSA signature for people using the PUBKEY
mechanism.
With openssl3 the signature had to change, in this release we make pkg
accept both the new signatures and the old ones.
if built with openssl 1 (aka freebsd 12 and 13) pkg will continue issueing
the usual signatures aka no changes.
if built with openssl 3 (aka freebsd 14) pkg will issue a new format of
signature.
The version of pkg older than 1.19.2 will not be able to use a signature
issued witg pkg running on freebsd 14
All system running 1.19.2 and above will be able to accept any of the
signatures.
If a user get stuck, for any reason, pkg bootstrap -f will fix the
situation as long as it installs 1.19.2 and above.
Note that is only concens PUBKEY which is not the default.
No changes at all for users of the official FreeBSD repositories.
Changes from 1.19.99.2 to 1.19.99.3
- fix memory leaks
- fix regression: implement cancelling with libcurl
- new event PKG_EVENT_INCREMENTAL_UPDATE_BEGIN
- fix signature generation with openssl3
- allow reading pre and post openssl3 signatures
* As mentioned in efe2cf37e6 UPDATING and pkg-message to keep mail/mutt
inline with upstream removing addtional ports patches.
* Update post-install sed to be more vim make.vim syntax friendly. It is
making any # a make comments.
Some of these patches
PR: 272194
Reported by: dereks@lifeofadishwasher.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D40754
This fixes the way OpenSSL is detected (it now uses a non-deprecated function),
which is not available anymore on 14.0-CURRENT. Doesn't change anything for
previous versions of FreeBSD.
PR: 272231
Reported by: tremere@cainites.net (maintainer)
This fixes the way OpenSSL is detected (it now uses a non-deprecated function),
which is not available anymore on 14.0-CURRENT. Doesn't change anything for
previous versions of FreeBSD.
PR: 272232
Reported by: tremere@cainites.net (maintainer)
Change "throw( std::exception )" to "noexcept(false)' to make it build on
14.0-CURRENT (which defaults to c++17)
PR: 272233
Reported by: tremere@cainites.net (maintainer)
* Update to 2.1.12
* Removes TCL option as it was removed upstream
* Uses COMMITID instead of PORTVERSION for executable
PR: 272239
Reported by: epic@dsllsn.net (maintainer)
ChangeLog: https://www.opendnssec.org/2023/06/opendnssec-2-1-13/
This release fixes a bug that affects both signer and enforcer command
line handling. Under heavy usage of the command line there was a small
change for a crash.
Furthermore there is a small behavioural change for users of the "keep"
policy. The back-off for retrying a sign task change is now equal to
the resign period in case the input file isn't available or updated.
This because users nearly always will emit an external sign command for
this period. This will reduce logging errors.
PR: 272254
Reported by: jaap@NLnetLabs.nl (maintainer)
* dnstable_convert: add -p option to not remove generated mtbl file
with no records.
* dnstable_convert: additional logging at startup and exit.
* dnstable_convert: increase file descriptor resource limit at startup.
* dnstable_unconvert: sort rdata values in "wdns_sort_rrset" order
for consistency with other dnstable data sources.
The problem fixed by patch-dnstable__convert.c has been fixed upstream.
Sponsored by: DomainTools LLC