textproc/jalingo: pin to openjdk8
Java 9 and newer give an error:
[javac] /wrkdirs/usr/ports/textproc/jalingo/work/jalingo-0.6.0-src/src/ja/centre/util/io/nio/MappedByteBufferWrapper.java:106: error: cannot find symbol
[javac] sun.misc.Cleaner cleaner = (sun.misc.Cleaner) cleanerMethod.invoke( buffer );
Deprecate as last release was in 2006.
PR: 291631
security/py-yubikey-manager: Fix uhid(4) handling for fido subcommand for NetBSD
* Define NetBSD specific values and structs for ioctl(2).
* Bump PKGREVISION.
Fix handling of validation of non-existing groups
This commit fixes a typo introduced by adding more validation
in the audit group configuration form (to check whether group
has associated sid value).
(cherry picked from commit bc56fdcc5103bab147f561b6dec3b3b0722f05a8)
Fix handling of validation of non-existing groups
This commit fixes a typo introduced by adding more validation
in the audit group configuration form (to check whether group
has associated sid value).
(cherry picked from commit bc56fdcc5103bab147f561b6dec3b3b0722f05a8)
NAS-138909 / 26.04 / Fix handling of validation of non-existing groups (#17815)
This commit fixes a typo introduced by adding more validation in the
audit group configuration form (to check whether group has associated
sid value).
when using install-info on compressed info files, uncompress from stdin
rather than passing "< filename" to the shell. from espie, ok tb.
leaks, but so does the surrounding code.