aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-11-09 02:03:37 +0800
committertrevor <trevor@FreeBSD.org>2004-11-09 02:03:37 +0800
commit3a6a1c5332173ab982471a36c632f25490496504 (patch)
treef81499f3efdd09df5a980035a6e8659203651fae
parent2d8925c69f7b0848e573dddf17a264943f09a0a6 (diff)
downloadfreebsd-ports-gnome-3a6a1c5332173ab982471a36c632f25490496504.tar.gz
freebsd-ports-gnome-3a6a1c5332173ab982471a36c632f25490496504.tar.zst
freebsd-ports-gnome-3a6a1c5332173ab982471a36c632f25490496504.zip
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).
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/md5crk/Makefile34
-rw-r--r--security/md5crk/distinfo2
-rw-r--r--security/md5crk/pkg-descr8
5 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index 0d94d5c825d6..47d0200b7272 100644
--- a/MOVED
+++ b/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
diff --git a/security/Makefile b/security/Makefile
index ab284cbc347b..4561b59cfb81 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -186,7 +186,6 @@
SUBDIR += makepasswd
SUBDIR += manipulate_data
SUBDIR += mcrypt
- SUBDIR += md5crk
SUBDIR += md5deep
SUBDIR += mdcrack
SUBDIR += mhash
diff --git a/security/md5crk/Makefile b/security/md5crk/Makefile
deleted file mode 100644
index dc36081bc3d0..000000000000
--- a/security/md5crk/Makefile
+++ /dev/null
@@ -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>
diff --git a/security/md5crk/distinfo b/security/md5crk/distinfo
deleted file mode 100644
index 0ef674b042ad..000000000000
--- a/security/md5crk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (md5crk_1.0.4_freebsdX86.tar.gz) = b0cbd95c56a979791c195c6672d19b6f
-SIZE (md5crk_1.0.4_freebsdX86.tar.gz) = 34127
diff --git a/security/md5crk/pkg-descr b/security/md5crk/pkg-descr
deleted file mode 100644
index d3c4d34eb271..000000000000
--- a/security/md5crk/pkg-descr
+++ /dev/null
@@ -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