security/create-cert: Update to 2.12
While here add WWW.
Changes since 2.11:
- Try to avoid leaking temp files after switching to mktemp.
- getopt -> getopts
- Cleanup key if cert creation fails.
- Update to autoconf 2.72.
- Prefer "openssl rehash" (newer openssl) to c_rehash (sometimes
missing) using a patch from Michael Proto.
- Minor consession to ubuntu (where /bin/sh is dash).
[3 lines not shown]
Improve the rigor of function signatures and prototypes in gmake,
texinfo, and gmp sources in order to meet the C23 requirements of
gcc 15.2.1. (2nd try after the 1st try broke the build :( )
With these changes -current now also builds with gcc 15.2.1 on
Fedora 43 (using HOST_CFLAGS=-fpermissive). No functional changes
intended.
Patches are from (primarily) mrg@ and myself. Additional comments
and guidance from riastradh@ .
[VPlan] Fix use-after-free when iterating over live-ins directly.
getLiveIns returns an iterator to members of a dense map. The loop may
create new live-ins, which can trigger re-allocation of the underlying
dense map, causing use-after-free accesses for the iterator.
Make sure we iterate over a copy of the live-ins to avoid
use-after-free.
Fixes https://github.com/llvm/llvm-project/issues/173222.
[SLP]Fix def-after-use crash for gathered split nodes
If the split node is marked as a gather node after non-profitable
analysis, need to exclude it from the list of split nodes and include
into the list of gather/buildvector nodes
Fixes report from https://github.com/llvm/llvm-project/pull/162018#issuecomment-3701928745
[UniformityAnalysis] Remove an incorrect assertion in uniformity analysis
The join block could be not a header of a cycle, as shown in the newly added test case.
Fixes #170048.
[mlir][spirv] Clean up casts. NFC. (#174115)
Drop the `llvm::` namespace prefix where needlessly used. These were
introduced by clang-tidy when we migrated from cast member functions to
free functions.
cad/nvc: Fix build failure under released NetBSDs
* Support old and new ELF headers for NetBSD.
* Make BUILDLINK_DEPMETHOD for devel/check as build and bump PKGREVISION.
shells/oh-my-posh: update to 28.9.0
Bug Fixes
- docs: update broken link of go.mod (a91951d)
- docs: update broken links (e102bae)
Features
- update linux mint icon (ea9c9f0)