mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libmhash: remove package
Analysis of https://sourceforge.net/projects/mhash: last commit: Nov 2013 last bug report: Oct 2024 last patch sent upstream: Apr 2020 The package is broken with gcc 15.x and no other package depends on it. Fixes: https://autobuild.buildroot.net/results/bd8/bd868674f9796879d1d9af52672f7d3e00c333d8/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
293ce4fe4f
commit
758aed6658
@@ -146,6 +146,12 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2026.02"
|
||||
|
||||
config BR2_PACKAGE_LIBMHASH
|
||||
bool "libmhash has been removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
libmhash is unmaintained and has been removed
|
||||
|
||||
config BR2_PACKAGE_DMRAID
|
||||
bool "dmraid has been removed"
|
||||
select BR2_LEGACY
|
||||
|
||||
@@ -1625,7 +1625,6 @@ menu "Crypto"
|
||||
source "package/libkcapi/Config.in"
|
||||
source "package/libksba/Config.in"
|
||||
source "package/libmd/Config.in"
|
||||
source "package/libmhash/Config.in"
|
||||
source "package/libnss/Config.in"
|
||||
source "package/libp11/Config.in"
|
||||
source "package/libscrypt/Config.in"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
config BR2_PACKAGE_LIBMHASH
|
||||
bool "libmhash"
|
||||
help
|
||||
Mhash is a free (under GNU Lesser GPL) library which provides
|
||||
a uniform interface to a large number of hash algorithms.
|
||||
These algorithms can be used to compute checksums, message
|
||||
digests, and other signatures.
|
||||
|
||||
http://mhash.sourceforge.net/
|
||||
@@ -1,3 +0,0 @@
|
||||
# Locally computed:
|
||||
sha256 56521c52a9033779154432d0ae47ad7198914785265e1f570cee21ab248dfef0 mhash-0.9.9.9.tar.bz2
|
||||
sha256 d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5 COPYING
|
||||
@@ -1,14 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# libmhash
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBMHASH_VERSION = 0.9.9.9
|
||||
LIBMHASH_SITE = http://downloads.sourceforge.net/project/mhash/mhash/$(LIBMHASH_VERSION)
|
||||
LIBMHASH_SOURCE = mhash-$(LIBMHASH_VERSION).tar.bz2
|
||||
LIBMHASH_INSTALL_STAGING = YES
|
||||
LIBMHASH_LICENSE = LGPL-2.0
|
||||
LIBMHASH_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user