Port details |
- openhab Vendor and technology agnostic open source smart-home software
- 3.4.4 misc
=1 3.4.2Version of this port present on the latest quarterly branch. - Maintainer: netchild@FreeBSD.org
 - Port Added: 2021-06-20 09:09:34
- Last Update: 2023-05-08 08:28:27
- Commit Hash: fab4750
- People watching this port, also watch:: dovecot, postfix, syncthing, sonarr, plexmediaserver-plexpass
- Also Listed In: java
- License: EPL
- Description:
- openHAB is a software for integrating different home automation systems and
technologies into one single solution that allows over-arching automation
rules and that offers uniform user interfaces.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/openhab/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/openhab
- pkg install openhab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openhab
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683531251
SHA256 (openhab-3.4.4.zip) = 0b52f189fdad894dde2fbae63bf1143da2169e8d0d77ddd966f1cc199963d504
SIZE (openhab-3.4.4.zip) = 104330146
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk11
- This port is required by:
- for Run
-
- misc/openhab-addons
Configuration Options:
- No options to configure
- Options name:
- misc_openhab
- USES:
- cpe zip
- pkg-message:
- ERROR
- WARNING: The FreshPorts parser failed. ucl_tool failed. Please report this.
- WWW: https://www.openhab.org/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.4 08 May 2023 08:28:27
    |
Alexander Leidinger (netchild)  |
misc/openhab*: update to 3.4.4. |
3.4.3 13 Apr 2023 08:14:47
    |
Alexander Leidinger (netchild)  |
misc/openhab*: update to 3.4.3 |
3.4.2 14 Feb 2023 11:51:18
    |
Alexander Leidinger (netchild)  |
misc/openhab: update to 3.4.2 |
3.4.1 09 Jan 2023 08:54:54
    |
Alexander Leidinger (netchild)  |
misc/openhab*: Update to 3.4.1. |
3.4.0 02 Jan 2023 21:30:32
    |
Alexander Leidinger (netchild)  |
misc/openhab: Update to 3.4.0. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3.0 19 Jul 2022 10:18:27
    |
Alexander Leidinger (netchild)  |
misc/openhab misc/openhab-addons: update to 3.3.0. |
3.2.0 21 Dec 2021 08:03:03
    |
Alexander Leidinger (netchild)  |
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 |
3.1.1 13 Dec 2021 13:04:39
    |
Alexander Leidinger (netchild)  |
misc/openhab: update to 3.1.1 (fix log4shell)
Update to 3.1.1 which brings fixes for the log4j vulnerability.
Security: https://github.com/openhab/openhab-distro/security/advisories/GHSA-j99j-qp89-pcfq
Security: CVE-2021-44228 |
3.1.0_1 02 Sep 2021 15:19:14
    |
Bernhard Froehlich (decke)  |
misc/openhab: Add CPE information
Approved by: portmgr (blanket) |
3.1.0_1 21 Jul 2021 09:56:39
    |
Alexander Leidinger (netchild)  |
misc/openhab: cd to '/' on start
/root may have the rights "o=", which will result in issues on start.
Adapt the command line arguments to daemon(8) to cd to /.
Reported by: Sandro Wirth <sandro.wirth@gmx.de>
Tested by: Sandro Wirth <sandro.wirth@gmx.de> |
3.1.0 28 Jun 2021 09:14:05
    |
Alexander Leidinger (netchild)  |
misc/openhab: update to 3.1.0
Release notes: https://www.openhab.org/blog/2021-06-28-openhab-3-1-release.html |
3.0.2 20 Jun 2021 14:52:03
    |
Alexander Leidinger (netchild)  |
misc/openhab*: fix wrong openhab v3 repo-copy |
20 Jun 2021 09:06:12
  
 |
Alexander Leidinger (netchild)  |
misc/openhab: new v3 based upon copy from openhab2
- copy openhab2* to openhab (follow upstream)
- update to 3.0.2
- remove update script (no auto migration from v2, scrip may come back
later, if needed)
- use openhab instead openhabvX directories (follow upstream)
- use openjdk 11 (new requirement)
- add UPDATING entry for users which may want to switch to v3 |