From 62cedd908a624bdacbdd0154d0cf129e694cb27a Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 28 Apr 2012 02:48:51 +0000 Subject: Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd. 1. The licensing terms for the MD2 routines from RFC is not under a BSD-like license. Instead it is only granted for non-commercial Internet Privacy-Enhanced Mail. 2. MD2 is quite deprecated as it is no longer considered a cryptographically strong algorithm. Discussed with: so (cperciva), core --- ObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'ObsoleteFiles.inc') diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ba627d5..e754150 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -582,6 +582,7 @@ OLD_LIBS+=lib/libipx.so.4 OLD_LIBS+=lib/libkiconv.so.3 OLD_LIBS+=lib/libkvm.so.4 OLD_LIBS+=lib/libmd.so.4 +OLD_LIBS+=lib/libmd.so.5 OLD_LIBS+=lib/libncurses.so.7 OLD_LIBS+=lib/libncursesw.so.7 OLD_LIBS+=lib/libnvpair.so.1 -- cgit v1.1