From owner-cvs-ports@FreeBSD.ORG Fri May 29 11:56:22 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA6201065674; Fri, 29 May 2009 11:56:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9C078FC1B; Fri, 29 May 2009 11:56:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4TBuMq6023850; Fri, 29 May 2009 11:56:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4TBuMWk023849; Fri, 29 May 2009 11:56:22 GMT (envelope-from miwi) Message-Id: <200905291156.n4TBuMWk023849@repoman.freebsd.org> From: Martin Wilke Date: Fri, 29 May 2009 11:56:22 +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/security Makefile ports/security/scrypt Makefile distinfo pkg-descr 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: Fri, 29 May 2009 11:56:23 -0000 miwi 2009-05-29 11:56:22 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/scrypt Makefile distinfo pkg-descr Log: The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. WWW: http://www.tarsnap.com/scrypt/ PR: ports/134961 Submitted by: Wen Heping Revision Changes Path 1.1038 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/scrypt/Makefile (new) 1.1 +3 -0 ports/security/scrypt/distinfo (new) 1.1 +6 -0 ports/security/scrypt/pkg-descr (new)