mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 09:01:46 +00:00
Rebuild ipmitool-xcat for Ubuntu20
This commit is contained in:
parent
20a19acd10
commit
43ea223958
@ -20,7 +20,7 @@ RPM Option #2 Use the manual steps listed below:
|
||||
DEB Option #1
|
||||
|
||||
1) git clone https://github.com/xcat2/xcat-dep.git
|
||||
2) apt install dpkg-dev debhelper libssl-dev quilt
|
||||
2) apt install dpkg-dev debhelper libssl-dev quilt libreadline-dev
|
||||
3) cd xcat-dep/ipmitool
|
||||
4) ./make_deb.sh
|
||||
5) Will generate file ipmitool-xcat_<version>_<arch>.deb file in current directory
|
||||
|
@ -1,3 +1,8 @@
|
||||
ipmitool-xcat (1.8.18-4) unstable; urgency=low
|
||||
* Build with dependencies for either libssl1.0.0 or libssl1.1
|
||||
|
||||
-- gurevich <gurevich@us.ibm.com> Thu, 22 Sep 2022 11:10:00 +0100
|
||||
|
||||
ipmitool-xcat (1.8.18-3) unstable; urgency=low
|
||||
* Add security patch CVE-2020-5208
|
||||
|
||||
|
@ -7,7 +7,7 @@ Standards-Version: 3.6.2.1
|
||||
|
||||
Package: ipmitool-xcat
|
||||
Architecture: i386 amd64 ia64 ppc64el
|
||||
Depends: ${shlibs:Depends}, lsb-base
|
||||
Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.0) | libssl1.0.0 (>=1.0.0), lsb-base
|
||||
Suggests: openipmi
|
||||
Description: utility for IPMI control with kernel driver or LAN interface
|
||||
A utility for managing and configuring devices that support the
|
||||
|
Loading…
Reference in New Issue
Block a user