Package Details: ipmicfg 1.35.2-240627

Git Clone URL: https://aur.archlinux.org/ipmicfg.git (read-only, click to copy)
Package Base: ipmicfg
Description: Supermicro IPMI configuration tool
Upstream URL: https://www.supermicro.com/en/solutions/management-software/ipmi-utilities
Licenses: custom:Super Micro Computer
Submitter: quartz64
Maintainer: gsgleason
Last Packager: gsgleason
Votes: 9
Popularity: 0.000000
First Submitted: 2011-11-29 12:04 (UTC)
Last Updated: 2024-07-30 22:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

webdawg commented on 2016-10-01 14:35 (UTC) (edited on 2016-10-01 14:35 (UTC) by webdawg)

# Maintainer: Dmitry Nosachev <quartz64@gmail.com> # Contributor: Dmitry Nosachev <quartz64@gmail.com> # Contributor: Web Dawg <webdawg@gmail.com> pkgname=ipmicfg _pkgnamecaps=IPMICFG pkgver=1.24.1_build.160222 pkgrel=1 pkgdesc="Supermicro IPMI configuration tool" makedepends=('unzip') depends=("glibc") arch=('x86_64' 'i686') license=('custom:"Super Micro Computer"') url="http://www.supermicro.com/products/nfo/ipmi.cfm" source=("ftp://ftp.supermicro.com/utility/IPMICFG/${_pkgnamecaps}_${pkgver}.zip") sha256sums=('469aea7f450f35e0e24c57766b44eacfa8ff68ed30c9be42db5eeaf8c796075f') package() { cd ${srcdir}/${_pkgnamecaps}_${pkgver}/Linux mkdir -p ${pkgdir}/opt mkdir -p ${pkgdir}/usr/bin if [ "${CARCH}" = "x86_64" ]; then cp -rf 64bit ${pkgdir}/opt/${pkgname} chmod a+rx ${pkgdir}/opt/${pkgname}/${_pkgnamecaps}-Linux.x86_64 ln -s /opt/${pkgname}/${_pkgnamecaps}-Linux.x86_64 ${pkgdir}/usr/bin/ipmicfg elif [ "${CARCH}" = "i686" ]; then cp -rf 32bit ${pkgdir}/opt/${pkgname} chmod a+rx ${pkgdir}/opt/${pkgname}/${_pkgnamecaps}-Linux.x86 ln -s /opt/${pkgname}/${_pkgnamecaps}-Linux.x86 ${pkgdir}/usr/bin/ipmicfg fi }

tigran commented on 2016-02-14 13:17 (UTC)

It just needs to update the version to 1.23.0_general_20151106 and sha256 sum to d393f6c0dbf44cdd20b7dd7905b844a5407cb35dcca77597bc90df4e518a39e5 in PKGBUILD

ImNtReal commented on 2014-05-16 15:34 (UTC)

Note that Super Micro has changed the version numbering on this, so it might show up as older.

ImNtReal commented on 2014-05-13 17:39 (UTC)

If you will disown this, I will update it.

ImNtReal commented on 2014-04-09 15:28 (UTC)

As far as I can tell, this is now the newest version: ipmicfg_1.14.3_20130725.zip. I have a PKGBUILD for it that at least builds and installs: http://pastebin.com/PUK3NXXJ

becatlibra commented on 2012-09-28 13:19 (UTC)

Needs to be updated... ftp://ftp.supermicro.com/utility/IPMICFG/ipmicfg_integration_1.02.zip 45b009701999f02bbc6b36291f42fa7c 'install' will need to be updated as the paths are different as well