Skip to content
Snippets Groups Projects
Commit 0d0e5a5a authored by Alexander Leidinger's avatar Alexander Leidinger
Browse files

misc/openhab: update to 4.0.3.

Also add a recommendation for some periodic daily runs.
parent 7d2f9e06
No related branches found
No related tags found
No related merge requests found
PORTNAME= openhab-addons
PORTVERSION= 4.0.2
PORTVERSION= 4.0.3
CATEGORIES= misc java
MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/
DISTNAME= openhab-addons-${PORTVERSION}
......
TIMESTAMP = 1693376683
SHA256 (openhab-addons-4.0.2.kar) = de1fbbb2944176712852161b1311e69f3663f46854d216abab7f3b2c49638cfa
SIZE (openhab-addons-4.0.2.kar) = 393906978
TIMESTAMP = 1694329937
SHA256 (openhab-addons-4.0.3.kar) = af4e40ea4e293e02c661c998bf7bf503ba26dc5ac961dbc2e9f106c845148c8b
SIZE (openhab-addons-4.0.3.kar) = 393903990
PORTNAME= openhab
PORTVERSION= 4.0.2
PORTREVISION= 1
PORTVERSION= 4.0.3
PORTREVISION= 0
CATEGORIES= misc java
MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/
DISTNAME= openhab-${PORTVERSION}
......
TIMESTAMP = 1693376325
SHA256 (openhab-4.0.2.zip) = f132b501fe997daf83db8fbb7d8d8910c87d5620c1adc3abb6ec1c609bac62ac
SIZE (openhab-4.0.2.zip) = 104058457
TIMESTAMP = 1694329760
SHA256 (openhab-4.0.3.zip) = 652fa9c87c16a958a8c2cc602674a601ad3d26598d80d9402c84ff4ba5cd9494
SIZE (openhab-4.0.3.zip) = 104054740
......@@ -24,6 +24,12 @@ A workaround is to use the following rc.conf setting which will
prefer IPv4 over IPv6:
openhab_java_opts="-Djava.net.preferIPv4Stack=true"
OpenHAB contains some files/directories ending in .core, if you have
daily_clean_disks_enable="YES"
for periodic runs (this is the default setting in /etc/default/periodic.conf), you should
remove "*.core" from the daily_clean_disks_files setting in periodic.conf. Example:
daily_clean_disks_files="[#,]* .#* a.out *.CKP .emacs_[0-9]*"
If you upgrade from a pevious version, make a backup of
/var/db/openhab
......
......@@ -322,7 +322,7 @@ 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/io.methvin.directory-watcher/0.17.1/io.methvin.directory-watcher-0.17.1.jar
libexec/openhab/runtime/system/org/openhab/osgiify/io.methvin.directory-watcher/0.18.0/io.methvin.directory-watcher-0.18.0.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.iconset.classic/%%PORTVERSION%%/org.openhab.ui.iconset.classic-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/%%PORTVERSION%%/org.openhab.ui-%%PORTVERSION%%.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment