filter: replace with !empty isset during legacy rule dump
This is particularly relevant for fresh installs, where the default
config sets <any/> keys. This makes sure those default rules are
able to be migrated properly.
(cherry picked from commit ba8194deddf7ce79856d5c647db38171a7c56769)
filter: replace with !empty isset during legacy rule dump
This is particularly relevant for fresh installs, where the default
config sets <any/> keys. This makes sure those default rules are
able to be migrated properly.
[flang][acc] fix allocatable logical reduction (#177177)
The value types were not properly unwrapped from the variable type in
`getReductionInitValue`, which caused issues with logical reductions on
allocatables or pointers.
chrony: update to 4.8.
Provided by Thomas Kupper on pkgsrc-users.
New in version 4.8
==================
Enhancements
------------
* Add maxunreach option to limit selection of unreachable sources
* Add -u option to chronyc to drop root privileges (default chronyc
user is set by configure script)
Bug fixes
---------
* Hide chronyc socket to mitigate unsafe permissions change
* Fix refclock extpps option to work on Linux >= 6.15
* Validate refclock samples for reachability updates
[125 lines not shown]
InstCombine: Add minnum/maxnum SimplifyDemandedFPClass baseline tests (#177325)
This is just the existing minimumnum/maximumnum tests copied with
find and replace.
sysutils/fluent-bit: fix problem with tail module
On FreeBSD, userland inotify functions do not accept IN_IGNORED and
IN_Q_OVERFLOW flags (they are only returned from system calls by
kernel), and if specified, invokes an error.
PR: 292629
Submitted by: Hiroo Ono
[AArch64][llvm] Pre-commit tests for enabling streaming with +fprcvt
Add pre-commit tests for enabling streaming with +fprcvt. Because I've
added a `+sve,+neon,+fullfp16,+fprcvt -force-streaming-compatible` line
to the testfiles, this required a small change to prevent an assert.
InstCombine: Add minnum/maxnum SimplifyDemandedFPClass baseline tests
This is just the existing minimumnum/maximumnum tests copied with
find and replace.