From owner-cvs-ports@FreeBSD.ORG Mon May 8 17:04:19 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2064316A4A6; Mon, 8 May 2006 17:04:19 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6ED443D60; Mon, 8 May 2006 17:04:15 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k48H4Fo6021832; Mon, 8 May 2006 17:04:15 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k48H4FhI021831; Mon, 8 May 2006 17:04:15 GMT (envelope-from mi) Message-Id: <200605081704.k48H4FhI021831@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 8 May 2006 17:04:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/tcl-trf Makefile ports/devel/tcl-trf/files patch-rmd128 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2006 17:04:19 -0000 mi 2006-05-08 17:04:15 UTC FreeBSD ports repository Modified files: devel/tcl-trf Makefile Added files: devel/tcl-trf/files patch-rmd128 Log: While trying to upgrade devel/tcllib several test failures were detected in the RIPEMD128 implementation. Turns out, the problem was fixed a few months ago by the TRF author in CVS. This commit adds a patch and bumps portrevision. Although the same problem existed in the TRF's RIPEMD160 implementation, it did not affect this port, because it uses the OpenSSL's (or -lmd's) implementations of all digests -- except those, which are considered obsolete and no longer shipped. Like rmd128. Thanks to: Denis Shaposhnikov Revision Changes Path 1.17 +1 -1 ports/devel/tcl-trf/Makefile 1.1 +24 -0 ports/devel/tcl-trf/files/patch-rmd128 (new)