Summary of changes: - bump 4x -> 4.3.11 - bump 5x -> 5.1.3 - update README for instructions to preserve shell history (thanks Sebastian) -- Chaz diff --git a/misc/openhab-addons/4/Makefile b/misc/openhab-addons/4/Makefile index dd80325c441..f80889b0e0b 100644 --- a/misc/openhab-addons/4/Makefile +++ b/misc/openhab-addons/4/Makefile @@ -1,3 +1,3 @@ -OH_VERSION= 4.3.9 +OH_VERSION= 4.3.11 .include <bsd.port.mk> diff --git a/misc/openhab-addons/4/distinfo b/misc/openhab-addons/4/distinfo index 3f9610ea85e..cb2eb685b01 100644 --- a/misc/openhab-addons/4/distinfo +++ b/misc/openhab-addons/4/distinfo @@ -1,2 +1,2 @@ -SHA256 (openhab-addons-4.3.9.kar) = tjnIXIjaP57Rgdx0JQMCs8tQtEM/Qcf+YSLK806D79c= -SIZE (openhab-addons-4.3.9.kar) = 453053488 +SHA256 (openhab-addons-4.3.11.kar) = wNWCwAFSxV1zbZSDYpyPq6K8WdxqJFI7Ufoq0Yvu50M= +SIZE (openhab-addons-4.3.11.kar) = 460777415 diff --git a/misc/openhab-addons/5/Makefile b/misc/openhab-addons/5/Makefile index 990f6ff5b7f..93a4caeba04 100644 --- a/misc/openhab-addons/5/Makefile +++ b/misc/openhab-addons/5/Makefile @@ -1,3 +1,3 @@ -OH_VERSION= 5.1.3 +OH_VERSION= 5.1.4 .include <bsd.port.mk> diff --git a/misc/openhab-addons/5/distinfo b/misc/openhab-addons/5/distinfo index 3f74ce0ecdf..751247d92ca 100644 --- a/misc/openhab-addons/5/distinfo +++ b/misc/openhab-addons/5/distinfo @@ -1,2 +1,2 @@ -SHA256 (openhab-addons-5.1.3.kar) = xTIAMDNSmh5+NwIdEKwFpmLMqdNnFb8T57nPrQQ+6uY= -SIZE (openhab-addons-5.1.3.kar) = 555322364 +SHA256 (openhab-addons-5.1.4.kar) = ar9i5Qmj2PU7Vt48l5DFXLEO1HaS4gpHxh+GPatbpQE= +SIZE (openhab-addons-5.1.4.kar) = 555139418 diff --git a/misc/openhab/4/Makefile b/misc/openhab/4/Makefile index 97e81fdd066..c9022210816 100644 --- a/misc/openhab/4/Makefile +++ b/misc/openhab/4/Makefile @@ -1,4 +1,4 @@ -OH_VERSION= 4.3.9 +OH_VERSION= 4.3.11 MODJAVA_VER= 17 REVISION= 1 diff --git a/misc/openhab/4/distinfo b/misc/openhab/4/distinfo index 477a24e4e73..4c2a955cfd1 100644 --- a/misc/openhab/4/distinfo +++ b/misc/openhab/4/distinfo @@ -1,2 +1,2 @@ -SHA256 (openhab-4.3.9.tar.gz) = IKE1X26dXno9OiptOzqUYh/MRwPBM+kIJthV5l/gQDg= -SIZE (openhab-4.3.9.tar.gz) = 111186556 +SHA256 (openhab-4.3.11.tar.gz) = a1qd7//ingGcu/hvyb2yuFnw4FujOKWa4eI/ak6LIJw= +SIZE (openhab-4.3.11.tar.gz) = 111176495 diff --git a/misc/openhab/5/Makefile b/misc/openhab/5/Makefile index cf542abceee..1ce06de857d 100644 --- a/misc/openhab/5/Makefile +++ b/misc/openhab/5/Makefile @@ -1,4 +1,4 @@ -OH_VERSION= 5.1.3 +OH_VERSION= 5.1.4 MODJAVA_VER= 21 REVISION= 1 diff --git a/misc/openhab/5/distinfo b/misc/openhab/5/distinfo index 91769f5755a..6f007b7a6a8 100644 --- a/misc/openhab/5/distinfo +++ b/misc/openhab/5/distinfo @@ -1,2 +1,2 @@ -SHA256 (openhab-5.1.3.tar.gz) = pDXkdJ7+I3oXLH/YtKkcaLIUYcikNWA3ynXnxiktezg= -SIZE (openhab-5.1.3.tar.gz) = 121107971 +SHA256 (openhab-5.1.4.tar.gz) = ov4HqcTvdogKLxdIKM+cYPbu6+OQrT8FyJ5ArEVM5GM= +SIZE (openhab-5.1.4.tar.gz) = 121105550 diff --git a/misc/openhab/pkg/README b/misc/openhab/pkg/README index df7e4ac0539..37363498a1e 100644 --- a/misc/openhab/pkg/README +++ b/misc/openhab/pkg/README @@ -29,3 +29,23 @@ currently unsupported on OpenBSD. However, 100% Java implementations such as PureJavaComm and jSerialComm are known to work. Refer to https://www.openhab.org/docs/ for more details. + +Preserve shell history +====================== + +By default, the openHAB console attempts to save its command history to a +directory that is not writable by the _openhab user, preventing history from +being preserved. + +To enable and configure shell history, add the following property to +/var/db/openhab/etc/custom.system.properties: + +karaf.history=${openhab.userdata}/.karaf/history + +This evaluates to /var/db/openhab/.karaf/history. Note that this file will be +created with world-readable permissions by default. To restrict access, +pre-create the directory with secure permissions before launching the service: + +# install -d -o _openhab -g _openhab -m 0750 /var/db/openhab/.karaf + +Refer to https://www.openhab.org/docs/ for more details.
No comments:
Post a Comment