mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove the md5crk port. The cracking effort was ended after a
method for generating messages with colliding MD5 digests was published ("Collisions for Hash Functions MD5, MD5, HAVAL-128 and RIPEMD" by Xiaoyun Wang, Dengguo Feng, Xuejia Lai and Hongbo Yu).
This commit is contained in:
parent
f20800e639
commit
8f1055cf07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121147
5 changed files with 1 additions and 45 deletions
1
MOVED
1
MOVED
|
@ -1302,3 +1302,4 @@ net/dcgui|net/valknut|2004-10-31|renamed
|
|||
japanese/lookup-mule||2004-11-05|no longer supported
|
||||
emulators/linux-mupen64|emulators/mupen64|2004-11-08|replaced with native port
|
||||
math/fftpack|math/bihar|2004-11-08|more suitable name
|
||||
security/md5crk||2004-11-08|project shut down
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
SUBDIR += makepasswd
|
||||
SUBDIR += manipulate_data
|
||||
SUBDIR += mcrypt
|
||||
SUBDIR += md5crk
|
||||
SUBDIR += md5deep
|
||||
SUBDIR += mdcrack
|
||||
SUBDIR += mhash
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# New ports collection makefile for: md5crk
|
||||
# Date created: 2004-03-26
|
||||
# Whom: trevor
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= md5crk
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= security parallel
|
||||
MASTER_SITES= http://www.md5crk.com/dl/
|
||||
DISTNAME= md5crk_${PORTVERSION}_freebsdX86
|
||||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
COMMENT= Distributed project to generate MD5 collisions (i386 binary)
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
BROKEN= "Unfetchable"
|
||||
|
||||
NO_BUILD= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
PLIST_FILES= bin/md5crk
|
||||
RESTRICTED= "no commercial use"
|
||||
WRKSRC= ${WRKDIR}/md5crk_1.0.3_freebsdX86
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/md5crk ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
MD5 (md5crk_1.0.4_freebsdX86.tar.gz) = b0cbd95c56a979791c195c6672d19b6f
|
||||
SIZE (md5crk_1.0.4_freebsdX86.tar.gz) = 34127
|
|
@ -1,8 +0,0 @@
|
|||
This is the i386 binary for the md5crk client. The md5crk project aims to find
|
||||
pairs of different, printable, textual strings with identical MD5 hashes,
|
||||
thereby demonstrating that stronger hashing algorithms should be used when
|
||||
checking for maliciously altered data.
|
||||
|
||||
A version for the Pentium 4 is available, but is not installed by this port.
|
||||
|
||||
WWW: http://www.md5crk.com
|
Loading…
Add table
Reference in a new issue