git: 274a774af71a - main - misc/openhab,+addons: update to 3.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 08:03:07 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=274a774af71a4ce55153d3e17e2ed0becc262970 commit 274a774af71a4ce55153d3e17e2ed0becc262970 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2021-12-21 07:56:20 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2021-12-21 08:03:03 +0000 misc/openhab,+addons: update to 3.2.0 Update to 3.2.0: - https://github.com/openhab/openhab-distro/releases/tag/3.2.0 - switches from log4j mitigation to updated log4j (2.17.0) https://community.openhab.org/t/log4j-vulnerability/129863/73 - add CPE for addons PR: 260421 --- misc/openhab-addons/Makefile | 7 +- misc/openhab-addons/distinfo | 6 +- misc/openhab/Makefile | 2 +- misc/openhab/distinfo | 6 +- misc/openhab/files/pkg-message.in | 27 ++++ misc/openhab/pkg-plist | 294 +++++++++++++++++++------------------- 6 files changed, 187 insertions(+), 155 deletions(-) diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index 664ac5e9d4e2..9ed85ea38551 100644 --- a/misc/openhab-addons/Makefile +++ b/misc/openhab-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab-addons -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} @@ -12,16 +12,19 @@ LICENSE= EPL RUN_DEPENDS= ${LOCALBASE}/libexec/openhab/addons/README:misc/openhab +USES= cpe zip + USERS= openhab GROUPS= openhab -USES= zip NO_WRKSUBDIR= yes NO_BUILD= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS="-v" EXTRACT_AFTER_ARGS="${EXTRACT_WRKDIR}" +CPE_PRODUCT= openhab + PLIST_FILES= libexec/openhab/addons/openhab-addons-${PORTVERSION}.kar do-install: diff --git a/misc/openhab-addons/distinfo b/misc/openhab-addons/distinfo index 734242143dce..e8fa21d6b476 100644 --- a/misc/openhab-addons/distinfo +++ b/misc/openhab-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624869020 -SHA256 (openhab-addons-3.1.0.kar) = 692bb54f536119bd5c04c0e77ded524eabeb11dc50d013035ba31cd8e27a260b -SIZE (openhab-addons-3.1.0.kar) = 241979494 +TIMESTAMP = 1640072371 +SHA256 (openhab-addons-3.2.0.kar) = 543d3bfa6dce921fb9fcfb97105846da4aa2d5cacdad6be910a340c5c30007ac +SIZE (openhab-addons-3.2.0.kar) = 283512900 diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index 81470c5bd001..c0439b617a29 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 PORTREVISION= 0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ diff --git a/misc/openhab/distinfo b/misc/openhab/distinfo index c18c37e32a73..cdb15875fa7a 100644 --- a/misc/openhab/distinfo +++ b/misc/openhab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639381765 -SHA256 (openhab-3.1.1.zip) = 31290f483402548065752683004ebd8cb53482ae14f049d70a03683d3ac23049 -SIZE (openhab-3.1.1.zip) = 99213841 +TIMESTAMP = 1640069209 +SHA256 (openhab-3.2.0.zip) = 5ba8fdcd0cd6065c9d5589f6f498947d7b4afe16a81e65cd3885b65ef7827af8 +SIZE (openhab-3.2.0.zip) = 99044071 diff --git a/misc/openhab/files/pkg-message.in b/misc/openhab/files/pkg-message.in index d33488eb7d75..1547c76480af 100644 --- a/misc/openhab/files/pkg-message.in +++ b/misc/openhab/files/pkg-message.in @@ -29,6 +29,33 @@ If you upgrade from a pevious version, make a backup of /var/db/openhab and read about the breaking changes in the release notes at https://github.com/openhab/openhab-distro/releases/ + +You may have to update the files in + /var/db/openhab/userdata/etc/ +from + %%DATADIR%%/etc/ +by hand. + +In case you see issues in the logfile or outdated info in the webinterface, +you may want to remove the cache and restart: + rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi EOM } +{ type: upgrade + message: <<EOM +If you upgrade from a pevious version, make a backup of + /var/db/openhab +and read about the breaking changes in the release notes at + https://github.com/openhab/openhab-distro/releases/ + +You may have to update the files in + /var/db/openhab/userdata/etc/ +from + %%DATADIR%%/etc/ +by hand. + +In case you see issues in the logfile or outdated info in the webinterface, +you may want to remove the cache and restart: + rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi +EOM ] diff --git a/misc/openhab/pkg-plist b/misc/openhab/pkg-plist index 950c62c64949..cebefbc1f826 100644 --- a/misc/openhab/pkg-plist +++ b/misc/openhab/pkg-plist @@ -17,35 +17,35 @@ libexec/openhab/runtime/bin/userdata_sysfiles.lst libexec/openhab/runtime/etc/jetty.xml libexec/openhab/runtime/lib/README libexec/openhab/runtime/lib/boot/README -libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.3.2.jar -libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.3.2.jar -libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.3.2.jar -libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.3.2.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.3.4.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.3.4.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.3.4.jar +libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.3.4.jar libexec/openhab/runtime/lib/boot/osgi.core-7.0.0.jar libexec/openhab/runtime/lib/endorsed/README -libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.3.2.jar -libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.3.2.jar -libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.3.2.jar +libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.3.4.jar +libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.3.4.jar +libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.3.4.jar libexec/openhab/runtime/lib/ext/README libexec/openhab/runtime/lib/jdk9plus/istack-commons-runtime-3.0.10.jar libexec/openhab/runtime/lib/jdk9plus/jakarta.xml.bind-api-2.3.3.jar -libexec/openhab/runtime/lib/jdk9plus/javax.activation-1.2.0.jar -libexec/openhab/runtime/lib/jdk9plus/javax.annotation-api-1.3.1.jar +libexec/openhab/runtime/lib/jdk9plus/javax.annotation-api-1.3.2.jar libexec/openhab/runtime/lib/jdk9plus/jaxb-runtime-2.3.3.jar +libexec/openhab/runtime/lib/jdk9plus/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar libexec/openhab/runtime/lib/jdk9plus/txw2-2.3.3.jar libexec/openhab/runtime/services.cfg libexec/openhab/runtime/system/README -libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.12.3/jackson-dataformat-cbor-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.12.3/jackson-dataformat-xml-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.12.3/jackson-dataformat-yaml-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.3/jackson-datatype-jsr310-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.3/jackson-jaxrs-base-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.3/jackson-jaxrs-json-provider-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.3/jackson-module-jaxb-annotations-2.12.3.jar -libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.12.5/jackson-annotations-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.12.5/jackson-core-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.12.5/jackson-databind-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.12.5/jackson-dataformat-cbor-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.12.5/jackson-dataformat-xml-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.12.5/jackson-dataformat-yaml-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.5/jackson-datatype-jsr310-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.5/jackson-jaxrs-base-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.5/jackson-jaxrs-json-provider-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.5/jackson-module-jaxb-annotations-2.12.5.jar +libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar libexec/openhab/runtime/system/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar libexec/openhab/runtime/system/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar @@ -53,23 +53,23 @@ libexec/openhab/runtime/system/com/google/guava/guava/30.1-jre/guava-30.1-jre.ja libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/1.2.2/hivemq-mqtt-client-1.2.2.jar libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1/nrjavaserial-5.2.1.jar libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/2.3.3/jaxb-osgi-2.3.3.jar -libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar +libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.18/xstream-1.4.18.jar libexec/openhab/runtime/system/commons-net/commons-net/3.7.2/commons-net-3.7.2.jar libexec/openhab/runtime/system/de/jollyday/jollyday/0.5.10/jollyday-0.5.10.jar -libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.63.Final/netty-codec-http-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.63.Final/netty-codec-http2-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.63.Final/netty-codec-mqtt-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.63.Final/netty-codec-socks-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.63.Final/netty-handler-proxy-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.63.Final/netty-transport-native-kqueue-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final.jar -libexec/openhab/runtime/system/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final.jar +libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.68.Final/netty-buffer-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.68.Final/netty-codec-http-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.68.Final/netty-codec-http2-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.68.Final/netty-codec-mqtt-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.68.Final/netty-codec-socks-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-codec/4.1.68.Final/netty-codec-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-common/4.1.68.Final/netty-common-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.68.Final/netty-handler-proxy-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-handler/4.1.68.Final/netty-handler-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.68.Final/netty-resolver-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.68.Final/netty-transport-native-epoll-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.68.Final/netty-transport-native-kqueue-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.68.Final/netty-transport-native-unix-common-4.1.68.Final.jar +libexec/openhab/runtime/system/io/netty/netty-transport/4.1.68.Final/netty-transport-4.1.68.Final.jar libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/2.2.19/rxjava-2.2.19.jar libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/2.1.9/swagger-annotations-2.1.9.jar libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/2.1.9/swagger-core-2.1.9.jar @@ -83,13 +83,13 @@ libexec/openhab/runtime/system/jakarta/validation/jakarta.validation-api/2.0.2/j libexec/openhab/runtime/system/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar libexec/openhab/runtime/system/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar -libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.3/javax.annotation-api-1.3.jar +libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar libexec/openhab/runtime/system/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar libexec/openhab/runtime/system/javax/mail/mail/1.4.7/mail-1.4.7.jar -libexec/openhab/runtime/system/javax/measure/unit-api/2.1.2/unit-api-2.1.2.jar +libexec/openhab/runtime/system/javax/measure/unit-api/2.1.3/unit-api-2.1.3.jar libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar -libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar -libexec/openhab/runtime/system/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar +libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.9.0/jna-platform-5.9.0.jar +libexec/openhab/runtime/system/net/java/dev/jna/jna/5.9.0/jna-5.9.0.jar libexec/openhab/runtime/system/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/2.0.0/org.apache.aries.jax.rs.whiteboard-2.0.0.jar libexec/openhab/runtime/system/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar @@ -97,61 +97,61 @@ libexec/openhab/runtime/system/org/apache/aries/spec/org.apache.aries.javax.jax. libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.2/org.apache.aries.spifly.dynamic.bundle-1.3.2.jar libexec/openhab/runtime/system/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar libexec/openhab/runtime/system/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.jar -libexec/openhab/runtime/system/org/apache/cxf/cxf-core/3.4.3/cxf-core-3.4.3.jar -libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-frontend-jaxrs/3.4.3/cxf-rt-frontend-jaxrs-3.4.3.jar -libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-client/3.4.3/cxf-rt-rs-client-3.4.3.jar -libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-sse/3.4.3/cxf-rt-rs-sse-3.4.3.jar -libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-security/3.4.3/cxf-rt-security-3.4.3.jar -libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-transports-http/3.4.3/cxf-rt-transports-http-3.4.3.jar +libexec/openhab/runtime/system/org/apache/cxf/cxf-core/3.4.5/cxf-core-3.4.5.jar +libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-frontend-jaxrs/3.4.5/cxf-rt-frontend-jaxrs-3.4.5.jar +libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-client/3.4.5/cxf-rt-rs-client-3.4.5.jar +libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-sse/3.4.5/cxf-rt-rs-sse-3.4.5.jar +libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-security/3.4.5/cxf-rt-security-3.4.5.jar +libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-transports-http/3.4.5/cxf-rt-transports-http-3.4.5.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.jar -libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.1.2/org.apache.felix.configadmin.plugin.interpolation-1.1.2.jar +libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.1.4/org.apache.felix.configadmin.plugin.interpolation-1.1.4.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.22/org.apache.felix.configadmin-1.9.22.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configurator/1.0.14/org.apache.felix.configurator-1.0.14.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar -libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.6.8/org.apache.felix.fileinstall-3.6.8.jar -libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/6.0.4/org.apache.felix.framework-6.0.4.jar +libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.7.2/org.apache.felix.fileinstall-3.7.2.jar +libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/6.0.5/org.apache.felix.framework-6.0.5.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/1.0.6/org.apache.felix.inventory-1.0.6.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.jar -libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.1.26/org.apache.felix.scr-2.1.26.jar +libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.1.30/org.apache.felix.scr-2.1.30.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.1.0/org.apache.felix.webconsole.plugins.ds-2.1.0.jar libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar libexec/openhab/runtime/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/geronimo-jaspic_1.0_spec-1.1.jar libexec/openhab/runtime/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar -libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.3.2/org.apache.karaf.bundle.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.3.2/org.apache.karaf.config.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.3.2/org.apache.karaf.deployer.blueprint-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.3.2/org.apache.karaf.deployer.features-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.3.2/org.apache.karaf.deployer.kar-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.3.2/org.apache.karaf.deployer.wrap-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.3.2/org.apache.karaf.diagnostic.boot-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.3.2/org.apache.karaf.diagnostic.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.3.2/framework-4.3.2-features.xml -libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.3.2/org.apache.karaf.features.command-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.3.2/org.apache.karaf.features.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.3.2/org.apache.karaf.features.extension-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.3.2/standard-4.3.2-features.xml -libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.3.2/org.apache.karaf.http.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.3.2/org.apache.karaf.instance.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.3.2/org.apache.karaf.jaas.boot-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.3.2/org.apache.karaf.jaas.command-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.3.2/org.apache.karaf.jaas.config-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.3.2/org.apache.karaf.jaas.modules-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.3.2/org.apache.karaf.kar.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.3.2/org.apache.karaf.log.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.3.2/org.apache.karaf.client-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.3.2/org.apache.karaf.event-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.3.2/org.apache.karaf.package.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.3.2/org.apache.karaf.scr.management-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.3.2/org.apache.karaf.scr.state-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.3.2/org.apache.karaf.service.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.3.2/org.apache.karaf.services.eventadmin-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.3.2/org.apache.karaf.shell.commands-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.3.2/org.apache.karaf.shell.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.3.2/org.apache.karaf.shell.ssh-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.3.2/org.apache.karaf.system.core-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.3.2/org.apache.karaf.webconsole.http-4.3.2.jar -libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.3.2/org.apache.karaf.wrapper.core-4.3.2.jar +libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.3.4/org.apache.karaf.bundle.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.3.4/org.apache.karaf.config.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.3.4/org.apache.karaf.deployer.blueprint-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.3.4/org.apache.karaf.deployer.features-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.3.4/org.apache.karaf.deployer.kar-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.3.4/org.apache.karaf.deployer.wrap-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.3.4/org.apache.karaf.diagnostic.boot-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.3.4/org.apache.karaf.diagnostic.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.3.4/framework-4.3.4-features.xml +libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.3.4/org.apache.karaf.features.command-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.3.4/org.apache.karaf.features.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.3.4/org.apache.karaf.features.extension-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.3.4/standard-4.3.4-features.xml +libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.3.4/org.apache.karaf.http.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.3.4/org.apache.karaf.instance.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.3.4/org.apache.karaf.jaas.boot-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.3.4/org.apache.karaf.jaas.command-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.3.4/org.apache.karaf.jaas.config-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.3.4/org.apache.karaf.jaas.modules-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.3.4/org.apache.karaf.kar.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.3.4/org.apache.karaf.log.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.3.4/org.apache.karaf.client-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.3.4/org.apache.karaf.event-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.3.4/org.apache.karaf.package.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.3.4/org.apache.karaf.scr.management-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.3.4/org.apache.karaf.scr.state-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.3.4/org.apache.karaf.service.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.3.4/org.apache.karaf.services.eventadmin-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.3.4/org.apache.karaf.shell.commands-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.3.4/org.apache.karaf.shell.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.3.4/org.apache.karaf.shell.ssh-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.3.4/org.apache.karaf.system.core-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.3.4/org.apache.karaf.webconsole.http-4.3.4.jar +libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.3.4/org.apache.karaf.wrapper.core-4.3.4.jar libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_2/org.apache.servicemix.bundles.javax-inject-1_2.jar libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-websocket-api/1.1_1/org.apache.servicemix.bundles.javax-websocket-api-1.1_1.jar libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2/org.apache.servicemix.bundles.saaj-impl-1.4.0_2.jar @@ -160,16 +160,17 @@ libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0/org.apache.servicemix.specs.jaxb-api-2.2-2.9.0.jar libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2/org.apache.servicemix.specs.saaj-api-1.4-1.4_2.jar libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/1.2.6/org.apache.sling.commons.johnzon-1.2.6.jar -libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.5.1/sshd-osgi-2.5.1.jar -libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.5.1/sshd-scp-2.5.1.jar -libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.5.1/sshd-sftp-2.5.1.jar +libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar +libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.8.0/sshd-scp-2.8.0.jar +libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar libexec/openhab/runtime/system/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar -libexec/openhab/runtime/system/org/apache/xbean/xbean-bundleutils/4.19/xbean-bundleutils-4.19.jar -libexec/openhab/runtime/system/org/apache/xbean/xbean-finder/4.19/xbean-finder-4.19.jar -libexec/openhab/runtime/system/org/apache/xbean/xbean-reflect/4.19/xbean-reflect-4.19.jar +libexec/openhab/runtime/system/org/apache/xbean/xbean-bundleutils/4.20/xbean-bundleutils-4.20.jar +libexec/openhab/runtime/system/org/apache/xbean/xbean-finder/4.20/xbean-finder-4.20.jar +libexec/openhab/runtime/system/org/apache/xbean/xbean-reflect/4.20/xbean-reflect-4.20.jar libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.7.7/jose4j-0.7.7.jar -libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar -libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar +libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.jar +libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar +libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk15on/1.69/bcutil-jdk15on-1.69.jar libexec/openhab/runtime/system/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar libexec/openhab/runtime/system/org/eclipse/californium/californium-core/2.0.0/californium-core-2.0.0.jar libexec/openhab/runtime/system/org/eclipse/californium/californium-osgi/2.0.0/californium-osgi-2.0.0.jar @@ -179,34 +180,34 @@ libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.jar -libexec/openhab/runtime/system/org/eclipse/jdt/core/compiler/ecj/4.5.1/ecj-4.5.1.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.40.v20210413/jetty-client-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.40.v20210413/jetty-continuation-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.40.v20210413/jetty-deploy-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.40.v20210413/jetty-http-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.40.v20210413/jetty-io-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.40.v20210413/jetty-jaas-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaspi/9.4.40.v20210413/jetty-jaspi-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.40.v20210413/jetty-jmx-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.40.v20210413/jetty-jndi-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-plus/9.4.40.v20210413/jetty-plus-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.40.v20210413/jetty-proxy-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.40.v20210413/jetty-rewrite-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.40.v20210413/jetty-security-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.40.v20210413/jetty-server-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.40.v20210413/jetty-servlet-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.40.v20210413/jetty-servlets-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.40.v20210413/jetty-util-ajax-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.40.v20210413/jetty-util-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.40.v20210413/jetty-webapp-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.40.v20210413/jetty-xml-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.40.v20210413/javax-websocket-client-impl-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.40.v20210413/javax-websocket-server-impl-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.40.v20210413/websocket-api-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.40.v20210413/websocket-client-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.40.v20210413/websocket-common-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.40.v20210413/websocket-server-9.4.40.v20210413.jar -libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.40.v20210413/websocket-servlet-9.4.40.v20210413.jar +libexec/openhab/runtime/system/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.43.v20210629/jetty-client-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.43.v20210629/jetty-continuation-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.43.v20210629/jetty-deploy-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.43.v20210629/jetty-http-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.43.v20210629/jetty-jaas-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaspi/9.4.43.v20210629/jetty-jaspi-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.43.v20210629/jetty-jmx-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.43.v20210629/jetty-jndi-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-plus/9.4.43.v20210629/jetty-plus-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.43.v20210629/jetty-proxy-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.43.v20210629/jetty-rewrite-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.43.v20210629/jetty-security-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.43.v20210629/jetty-server-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.43.v20210629/jetty-servlet-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.43.v20210629/jetty-servlets-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.43.v20210629/jetty-util-ajax-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.43.v20210629/jetty-util-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.43.v20210629/jetty-webapp-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.43.v20210629/jetty-xml-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.43.v20210629/javax-websocket-client-impl-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.43.v20210629/javax-websocket-server-impl-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.43.v20210629/websocket-api-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.43.v20210629/websocket-client-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.43.v20210629/websocket-common-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.43.v20210629/websocket-server-9.4.43.v20210629.jar +libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.43.v20210629/websocket-servlet-9.4.43.v20210629.jar libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/org.eclipse.soda.dk.comm.aarch64-1.2.201.jar libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/org.eclipse.soda.dk.comm.armv6hf-1.2.201.jar libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/org.eclipse.soda.dk.comm.x86_64-1.2.201.jar @@ -215,11 +216,11 @@ libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.10. libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.10.0/org.eclipse.lsp4j-0.10.0.jar libexec/openhab/runtime/system/org/eclipse/orbit/bundles/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar libexec/openhab/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35.v20190528-1517/io.github.classgraph-4.8.35.v20190528-1517.jar -libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar +libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/%%PORTVERSION%%.v201101311130/org.antlr.runtime-%%PORTVERSION%%.v201101311130.jar libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.jar libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/org.eclipse.equinox.supplement-1.9.0.jar -libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.jar +libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.jar libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.25.0/org.eclipse.xtend.lib-2.25.0.jar libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.25.0/org.eclipse.xtext.common.types-2.25.0.jar @@ -230,18 +231,16 @@ libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.2 libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.25.0/org.eclipse.xtext.xbase-2.25.0.jar libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.jar -libexec/openhab/runtime/system/org/fusesource/jansi/jansi/1.18/jansi-1.18.jar +libexec/openhab/runtime/system/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar libexec/openhab/runtime/system/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.jar libexec/openhab/runtime/system/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar -libexec/openhab/runtime/system/org/jline/jline-builtins/3.19.0/jline-builtins-3.19.0.jar -libexec/openhab/runtime/system/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar -libexec/openhab/runtime/system/org/jline/jline-terminal-jansi/3.19.0/jline-terminal-jansi-3.19.0.jar -libexec/openhab/runtime/system/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar -libexec/openhab/runtime/system/org/jline/jline/3.19.0/jline-3.19.0.jar +libexec/openhab/runtime/system/org/jline/jline/3.21.0/jline-3.21.0.jar libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.7/jmdns-3.5.7.jar libexec/openhab/runtime/system/org/jupnp/org.jupnp/2.6.0/org.jupnp-2.6.0.jar libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/stax-ex-1.7.4.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace.karaf/%%PORTVERSION%%/org.openhab.core.addon.marketplace.karaf-%%PORTVERSION%%.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace/%%PORTVERSION%%/org.openhab.core.addon.marketplace-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.audio/%%PORTVERSION%%/org.openhab.core.audio-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.jaas/%%PORTVERSION%%/org.openhab.core.auth.jaas-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.oauth2client/%%PORTVERSION%%/org.openhab.core.auth.oauth2client-%%PORTVERSION%%.jar @@ -255,6 +254,7 @@ libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config. libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/%%PORTVERSION%%/org.openhab.core.config.discovery.mdns-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/%%PORTVERSION%%/org.openhab.core.config.discovery.upnp-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial.linuxsysfs-%%PORTVERSION%%.jar +libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.ser2net/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial.ser2net-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/%%PORTVERSION%%/org.openhab.core.config.discovery-%%PORTVERSION%%.jar libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/%%PORTVERSION%%/org.openhab.core.config.dispatch-%%PORTVERSION%%.jar @@ -325,33 +325,35 @@ libexec/openhab/runtime/system/org/openhab/distro/distro/%%PORTVERSION%%/distro- libexec/openhab/runtime/system/org/openhab/distro/openhab-addons/%%PORTVERSION%%/openhab-addons-%%PORTVERSION%%-features.xml libexec/openhab/runtime/system/org/openhab/osgiify/com.google.dagger/2.27/com.google.dagger-2.27.jar libexec/openhab/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/com.igormaznitsa.jbbp-1.4.1.jar -libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/2.0.1/si.uom.si-units-2.0.1.jar +libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/2.1/si.uom.si-units-2.1.jar libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/%%PORTVERSION%%/org.openhab.ui-%%PORTVERSION%%.jar -libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.0.9/pax-logging-api-2.0.9.jar -libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.0.9/pax-logging-log4j2-2.0.9.jar -libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.0.9/pax-logging-logback-2.0.9.jar -libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.7/pax-url-aether-2.6.7.jar -libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.7/pax-url-wrap-2.6.7-uber.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/7.3.16/pax-web-api-7.3.16.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/7.3.16/pax-web-extender-whiteboard-7.3.16.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.16/pax-web-features-7.3.16-features.xml -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.16/pax-web-features-7.3.16-jettyconfig.xml -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.3.16/pax-web-jetty-7.3.16.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jsp/7.3.16/pax-web-jsp-7.3.16.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.3.16/pax-web-runtime-7.3.16.jar -libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/7.3.16/pax-web-spi-7.3.16.jar +libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.0.13/pax-logging-api-2.0.13.jar +libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.0.13/pax-logging-log4j2-2.0.13.jar +libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.10/pax-url-aether-2.6.10.jar +libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.10/pax-url-wrap-2.6.10-uber.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/7.3.23/pax-web-api-7.3.23.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/7.3.23/pax-web-extender-whiteboard-7.3.23.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.23/pax-web-features-7.3.23-features.xml +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.23/pax-web-features-7.3.23-jettyconfig.xml +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.3.23/pax-web-jetty-7.3.23.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jsp/7.3.23/pax-web-jsp-7.3.23.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.3.23/pax-web-runtime-7.3.23.jar +libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/7.3.23/pax-web-spi-7.3.23.jar libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.jar libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar +libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar -libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar +libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar +libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar libexec/openhab/runtime/system/org/ow2/asm/asm/9.1/asm-9.1.jar +libexec/openhab/runtime/system/org/ow2/asm/asm/9.2/asm-9.2.jar libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar libexec/openhab/runtime/system/org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.jar libexec/openhab/runtime/system/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar -libexec/openhab/runtime/system/si/uom/si-quantity/2.0.1/si-quantity-2.0.1.jar +libexec/openhab/runtime/system/si/uom/si-quantity/2.1/si-quantity-2.1.jar libexec/openhab/runtime/system/tech/units/indriya/2.1.2/indriya-2.1.2.jar libexec/openhab/runtime/system/tech/uom/lib/uom-lib-common/2.1/uom-lib-common-2.1.jar libexec/openhab/start.sh