New version (0:1.8.18-1)
- CVE-2011-4339 OpenIPMI Resolves: rhbz#1382983
This commit is contained in:
parent
39b15aa909
commit
27e4cacf97
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ ipmitool-1.8.11.tar.bz2
|
|||||||
/ipmitool-1.8.15.tar.bz2
|
/ipmitool-1.8.15.tar.bz2
|
||||||
/ipmitool-1.8.16.tar.bz2
|
/ipmitool-1.8.16.tar.bz2
|
||||||
/ipmitool-1.8.17.tar.bz2
|
/ipmitool-1.8.17.tar.bz2
|
||||||
|
/ipmitool-1.8.18.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 25d443a25e3c1254e531a9cf1b3ceb39bb1674ca Mon Sep 17 00:00:00 2001
|
From 152efd46931a70ab4e3d81e99d312df7dcd666e6 Mon Sep 17 00:00:00 2001
|
||||||
From: Boris Ranto <branto@redhat.com>
|
From: Boris Ranto <branto@redhat.com>
|
||||||
Date: Tue, 10 May 2016 19:12:08 +0200
|
Date: Tue, 10 May 2016 19:12:08 +0200
|
||||||
Subject: [PATCH] CVE-2011-4339 OpenIPMI
|
Subject: [PATCH] CVE-2011-4339 OpenIPMI
|
||||||
@ -9,10 +9,10 @@ IPMI event daemon creates PID file with world writeable permissions
|
|||||||
1 file changed, 1 deletion(-)
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/lib/helper.c b/lib/helper.c
|
diff --git a/lib/helper.c b/lib/helper.c
|
||||||
index 022a9c9..e570759 100644
|
index de91438..c3a1c80 100644
|
||||||
--- a/lib/helper.c
|
--- a/lib/helper.c
|
||||||
+++ b/lib/helper.c
|
+++ b/lib/helper.c
|
||||||
@@ -664,7 +664,6 @@ ipmi_start_daemon(struct ipmi_intf *intf)
|
@@ -829,7 +829,6 @@ ipmi_start_daemon(struct ipmi_intf *intf)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
chdir("/");
|
chdir("/");
|
||||||
@ -21,5 +21,5 @@ index 022a9c9..e570759 100644
|
|||||||
for (fd=0; fd<64; fd++) {
|
for (fd=0; fd<64; fd++) {
|
||||||
if (fd != intf->fd)
|
if (fd != intf->fd)
|
||||||
--
|
--
|
||||||
2.5.5
|
2.7.4
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ipmitool
|
Name: ipmitool
|
||||||
Summary: Utility for IPMI control
|
Summary: Utility for IPMI control
|
||||||
Version: 1.8.17
|
Version: 1.8.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -175,6 +175,10 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn
|
|||||||
%{_libexecdir}/bmc-snmp-proxy
|
%{_libexecdir}/bmc-snmp-proxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 10 2016 Boris Ranto <branto@redhat.com> - 0:1.8.18-1
|
||||||
|
- New version (0:1.8.18-1)
|
||||||
|
- CVE-2011-4339 OpenIPMI
|
||||||
|
|
||||||
* Tue May 10 2016 Boris Ranto <branto@redhat.com> - 0:1.8.17-1
|
* Tue May 10 2016 Boris Ranto <branto@redhat.com> - 0:1.8.17-1
|
||||||
- New version (0:1.8.17-1)
|
- New version (0:1.8.17-1)
|
||||||
- CVE-2011-4339 OpenIPMI
|
- CVE-2011-4339 OpenIPMI
|
||||||
|
2
sources
2
sources
@ -3,4 +3,4 @@
|
|||||||
6598ee7c4ba2c8f69ef2ad48e502cada exchange-bmc-os-info.service
|
6598ee7c4ba2c8f69ef2ad48e502cada exchange-bmc-os-info.service
|
||||||
3a728964cb3990f3fd6febef36b4e8af exchange-bmc-os-info.sysconf
|
3a728964cb3990f3fd6febef36b4e8af exchange-bmc-os-info.sysconf
|
||||||
b8943d4efa72aa65e2409194f8d30bdb set-bmc-url.sh
|
b8943d4efa72aa65e2409194f8d30bdb set-bmc-url.sh
|
||||||
f7408aa2b40333db0413d4aab6bbe978 ipmitool-1.8.17.tar.bz2
|
bab7ea104c7b85529c3ef65c54427aa3 ipmitool-1.8.18.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user