Update to 1.4.8

This commit is contained in:
Christopher Meng 2015-02-23 20:16:16 +08:00
parent eb3110ce2f
commit 47e9b9f814
3 changed files with 28 additions and 14 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ freeipmi-0.8.8.tar.gz
/freeipmi-1.4.3.tar.gz
/freeipmi-1.4.4.tar.gz
/freeipmi-1.4.6.tar.gz
/freeipmi-1.4.8.tar.gz

View File

@ -2,7 +2,7 @@
# Copyright (c) 2003 FreeIPMI Core Team
Name: freeipmi
Version: 1.4.6
Version: 1.4.8
Release: 1%{?dist}
Summary: IPMI remote console and system management software
License: GPLv3+
@ -12,10 +12,10 @@ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: bmc-watchdog.service
Source2: ipmidetectd.service
Source3: ipmiseld.service
BuildRequires: libgcrypt-devel texinfo systemd-units
Requires(preun): info systemd-units
Requires(post): info systemd-units systemd-sysv
Requires(postun): systemd-units
BuildRequires: libgcrypt-devel texinfo systemd
Requires(preun): info systemd
Requires(post): info systemd systemd-sysv
Requires(postun): systemd
Requires: OpenIPMI-modalias
%description
@ -348,6 +348,19 @@ fi
%dir %{_localstatedir}/cache/ipmiseld
%changelog
* Mon Feb 23 2015 Christopher Meng <rpm@cicku.me> - 1.4.8-1
- Updated to freeipmi-1.4.8
- Fix segfault in crypt code with libgcrypt versions >= 1.6.0.
- Fix --fanout command line parse bug.
- Fix typ - from FRU spec, language "Tegulu" is actually "Telugu".
- Fix typ - in SEL session output, "Invalid Username of Password" to
"Invalid Username or Password".
- Loop on select() call if interrupted by EINTR in openipmi, ssif, and
sunbmc inband drivers.
- Fix integer overflow bug in ipmi-config when configure vlan ID > 255.
- Add workaround for ipmi-config issue on Supermicr - X10DDW-i.
- Fix error handling bug in bmc-info.
* Tue Nov 04 2014 Ales Ledvinka <aledvink@redhat.com> - 1.4.6-1
- Updated to upstream freeipmi-1.4.6
- In ipmi-fru, support output of DDR4 SDRAM modules.

View File

@ -1 +1 @@
fc1dd787bdd0572db1c98e5615a7eb88 freeipmi-1.4.6.tar.gz
df800f7553d6a7d55e2a928abc65dadb freeipmi-1.4.8.tar.gz