Skip to content

OMI 1.4.1

Compare
Choose a tag to compare
@paulcallen paulcallen released this 15 Nov 22:10
· 182 commits to master since this release

Open Management Infrastructure

v1.4.1-0

Release Notes

Issues Fixed in this Release

  • Issue #437: Buffer overrun in httpclient.c - _CreateHttpHeader
     - Caused a crash with large payloads
  • Issue #438: Cannot enable libmi logging on psrp client using v1.4.0-6 Issue
     - Client-side logging was broken
  • Issue #439: httpclient.c:_RequestCallbackWrite not handling partial sends.
     - State management bug caused large requests to not be sent

New Features

  • Minor logging updates
     - Debug level logging is now compiled into released binaries.
     - Information level logging now includes what namespace, class and operation is being performed.

Package Checksums

Package MD5 Cshecksum
omi-1.4.1-0.ssl_098.ulinux.x64.deb a3fc6cfb9889b1466eab0ec318e875d8
omi-1.4.1-0.ssl_098.ulinux.x64.rpm 8542ab26629c029eb856e88db286ab31
omi-1.4.1-0.ssl_098.ulinux.x86.deb ffad5fcab1c555430c77669875a166f7
omi-1.4.1-0.ssl_098.ulinux.x86.rpm 2e45da09b67f5c36f580b9cadccede1e
omi-1.4.1-0.ssl_100.ulinux.x64.deb 4291753b039d055f1f9bb6728c85957f
omi-1.4.1-0.ssl_100.ulinux.x64.rpm 056fff0acd6405e60710c8992dc1fb6e
omi-1.4.1-0.ssl_100.ulinux.x86.deb bd5fc385f1c434f1aaadf63e27619dad
omi-1.4.1-0.ssl_100.ulinux.x86.rpm 7e15281eec8cc31f28556c8a4cbcb1df
omi-1.4.1-0.ssl_110.ulinux.x64.deb 69ff3f2461b9aa00211676500cb359f3
omi-1.4.1-0.ssl_110.ulinux.x64.rpm b76c09f974f96b6efbad5b102813bbda

Installing OMI

RPM and DEB packages are provided for the installation of OMI on most enterprise Linux distributions. To install OMI, download the correct package for your Linux computer. Choose from:

  • RPM or Debian package format
  • x86 or x64 architecture
  • OpenSSL version 0.9.8, 1.0.x, or 1.1.x. (To determine your OpenSSL version, run: openssl version)

Installation examples:
Ubuntu 14.04 or 16.04, x64:
sudo dpkg -i ./omi-1.4.1-0.ssl_100.ulinux.x64.deb

Red Hat Enterprise Linux, Oracle Linux, or CentOS 6/7, x64:
sudo rpm -Uvh ./omi-1.4.1-0.ssl_100.ulinux.x64.rpm

Red Hat Enterprise Linux, Oracle Linux or CentOS 5, x86:
sudo rpm -Uvh ./omi-1.4.1-0.ssl_098.ulinux.x86.rpm