From owner-cvs-src-old@FreeBSD.ORG Thu May 5 01:16:27 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71A171065686 for ; Thu, 5 May 2011 01:16:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0018FC1B for ; Thu, 5 May 2011 01:16:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p451GRVE081102 for ; Thu, 5 May 2011 01:16:27 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p451GRZ2081101 for cvs-src-old@freebsd.org; Thu, 5 May 2011 01:16:27 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <201105050116.p451GRZ2081101@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Thu, 5 May 2011 01:16:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile archive_hash.h config_freebsd.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2011 01:16:27 -0000 obrien 2011-05-05 01:16:06 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_hash.h config_freebsd.h Log: SVN rev 221472 on 2011-05-05 01:16:06Z by obrien libarchive is mixing libmd and libcrypto -- correct to use one or the other. [mixing the two can be quite bad -- they define the same context structures, but with differing structure members (and sizes)] Update the hash function support comments, and update config_freebsd.h to match. Approved by: kientzle Revision Changes Path 1.107 +5 -2 src/lib/libarchive/Makefile 1.2 +3 -3 src/lib/libarchive/archive_hash.h 1.27 +16 -5 src/lib/libarchive/config_freebsd.h