From ceb40a940958bc1e76c9cff793b52cd71b4775ae Mon Sep 17 00:00:00 2001 From: Thomas Liske Date: Sun, 12 Nov 2017 22:50:48 +0100 Subject: [PATCH] Improve JNA & JFFI patch and update ChangeLog. --- ChangeLog | 3 +++ ex/needrestart.conf | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2f9d7f..52e01ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,9 @@ needrestart (2.12) unstable; urgency=medium (Debian Bug#876459 by Piotr Pańczyk ) - [man] Add documentation on restart mode if run non-interactive. (Debian Bug#842512 by Antoine Beaupré ) + - [Core] Ignore some Java false positives (JNA, JFFI). + (github pull request #89 by Maximilian Gaß @mxey) + (github issue #60 by @ge-fa) -- Thomas Liske diff --git a/ex/needrestart.conf b/ex/needrestart.conf index 0d4c55c..bf7cd34 100644 --- a/ex/needrestart.conf +++ b/ex/needrestart.conf @@ -168,11 +168,11 @@ $nrconf{blacklist_mappings} = [ # plasmashell (issue #65) qr(/#\d+( \(deleted\))?$), - - # Java Natice Access - qr#/jna--#, - - # JFFI + + # Java Native Access + qr#/tmp/jna--#, + + # Java Foreign Function Interface qr#^/tmp/jffi#, ];