Michael Osipov
Michael Osipov
> > I see quite some unrelated changes. Can they be applied to main? > > I do not intend for my changes to be merged in full into this...
Nobody stops you from using 21 at runtime. What is the point having it at build time?
> @Pankraz76 > > > If we want to push PMD, we need this here. > > Can you explain this? You can build/run PMD also with Java 21 without...
Something lke: ```patch $ git diff -U0 diff --git a/src/ssh_audit/dheat.py b/src/ssh_audit/dheat.py index 8700040..7b93ef7 100644 --- a/src/ssh_audit/dheat.py +++ b/src/ssh_audit/dheat.py @@ -23,0 +24 @@ +import errno @@ -445 +446 @@ class DHEat:...
> After using this patch, I'm getting the rate-throttling message again, even though I have `PerSourceMaxStartups 1` enabled in sshd_config. The message didn't show before the patch. > > I'm...
@drewmnoel Can you modify the title add FreeBSD as well. Bet that all BSDs are affected, but cannot verify.
> I can't verify either, and I don't know if listing all affected platforms is practical either. I did on FreeBSD, you can safely add it ot the title.
This JEP is misnamed. The RFC clearly says ``` For reasons that basically boil down to non-coordination or inattention, many PKIX, PKCS, and CMS libraries implement a text- based encoding...
> > This JEP is misnamed. The RFC clearly says > > ``` > > For reasons that basically boil down to non-coordination or > > inattention, many PKIX, PKCS,...
This implicitly fixes build on HP-UX because now it says `-I/opt/java8/include/hp-ux`, but this dir does not exist. There is only: ``` $ stat /opt/java8/include/hpux Datei: /opt/java8/include/hpux Größe: 1024 Blöcke: 1...