From 391028412a0ac597a8f74a3f304d80bbb6f68896 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 8 Apr 2022 07:42:45 +0200 Subject: [PATCH] Upgrade nrjavaserial to fix file descriptor leak (#2899) Uses an openHAB 5.2.1.OH1 build based on the latest changes in the nrjavaserial master branch (https://github.com/NeuronRobotics/nrjavaserial/tree/7aa21d1dc8cecdc8daad3ebc40273cfb8179e9d2). When there is an official release containing those changes we can upgrade to that. Most importantly this fixes a file descriptor leak when checking lock dir permissions. It also adds FreeBSD aarch64 (ARM64) support. Fixes #1842 Signed-off-by: Wouter Born --- bom/runtime/pom.xml | 2 +- features/karaf/openhab-tp/src/main/feature/feature.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 4f27d7d4e3..8e6d788006 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -512,7 +512,7 @@ com.neuronrobotics nrjavaserial - 5.2.1 + 5.2.1.OH1 compile diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index a1c8aca521..2bb546222b 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -209,7 +209,7 @@ openhab.tp;feature=serial;impl=rxtx - mvn:com.neuronrobotics/nrjavaserial/5.2.1 + mvn:com.neuronrobotics/nrjavaserial/5.2.1.OH1