mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
ipmitool: Fix compile with OpenSSL 1.1 without deprecated APIs.
Also updated the URL as the SourceForge page is obsolete. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Alexander Couzens
parent
e54ecea1b0
commit
60fd7e9abd
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ipmitool
|
||||
PKG_VERSION:=1.8.18
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||
@@ -24,7 +24,7 @@ define Package/ipmitool
|
||||
CATEGORY:=Administration
|
||||
DEPENDS:=+libopenssl +libncurses +libreadline
|
||||
TITLE:=Command-line interface to IPMI-enabled devices
|
||||
URL:=http://sourceforge.net/projects/ipmitool/
|
||||
URL:=https://github.com/ipmitool/ipmitool
|
||||
MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user