update the list of amdgpu files to build with sse
following the linux Makefiles it is amd/display/dc/dml*
and dcn401_soc_and_ip_translator.c
dml2_top_legacy.c is excluded as we don't build it
prompted by a shorter diff from daniel@
rsa_pmeth: also copy saltlen and min_saltlen for RSA-PSS
EVP_PKEY_CTX_dup() failed to copy saltlen and min_saltlen for RSA-PSS and
would therefore use the defaults for the copied context, losing intended
restrictions from the original.
From Frank Denis
Import keepsecret-26.08.1, ok kirill@
Comment:
KDE password manager
Description:
KeepSecret is a Password manager GUI intended to be a client for a Secret
Service compatible provider. It can be used with KWallet, but also other
systems such as oo7, Gnome-keyring or KeepassXC.
Maintainer: Rafael Sadowski <rsadowski at openbsd.org>
WWW: https://apps.kde.org/keepsecret/
Import kdominate-26.08.1, ok kirill@
Comment:
tactical board game
Description:
KDominate is a tactical game for one or two players, where players move and
convert tiles with the goal of controlling the majority of the board.
Maintainer: Rafael Sadowski <rsadowski at openbsd.org>
WWW: https://apps.kde.org/kdominate/
get_crl_score: delta CRLs should not be used as full CRLs
The glorious OpenSSL invention called CRL score is backed by muppety code
that is an obvious bug magnet. If extended CRL support is enabled and the
delta CRL has onlySomeReasons, the logic that is supposed to reject delta
certs is not reached. Fix this by pulling it up.
Reported by Frank Denis and Acts1631.
ok kenjiro
Previous commit broke machdep.hibernatedelay. Fix this by recognizing
that we shouldn't overwrite the sleep_mode global when we jump to the
top label.
ok mlarkin@, hshoexer@
Update to latest stable release 3.1.3. A few bugfixes and 2 CVEs in
server savegame code per the release notes.
I don't recall if this might have used git before during configure
stage, but now it does. I've tried patching it out, but that's not
straightforward, so instead I opted for now to add git to the BDEPs.
Release notes:
https://github.com/longturn/freeciv21/releases/tag/v3.1.3
libcrypto: rename ec hp methods to include _hp_
The existence of two static functions with the same name, such as
ec_point_at_infinity() breaks my workflow strongly depending on
ctags. Rename the new ones to disambiguate jump targets.
ok jsing
Update FNA ports to latest release 26.09. faudio test binary now
stalls, so set NO_TEST=Yes for now until this is solved. Tested with
Knytt Classic.
Release notes as usual at
https://github.com/FNA-XNA/FNA/releases/
Lots of accuracy fixes over the recent releases.
Improve error when SHA256.sig is not found
In the ! DOWNLOAD path, LOCALSRC is a directory passed with -p,
this error happens if there is no SHA256.sig there, which is the
actionable error.