From owner-cvs-ports@FreeBSD.ORG Fri Oct 24 16:08:00 2008 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 BBC92106566C; Fri, 24 Oct 2008 16:08:00 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AADB88FC16; Fri, 24 Oct 2008 16:08:00 +0000 (UTC) (envelope-from araujo@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 m9OG80HS060980; Fri, 24 Oct 2008 16:08:00 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9OG80c8060979; Fri, 24 Oct 2008 16:08:00 GMT (envelope-from araujo) Message-Id: <200810241608.m9OG80c8060979@repoman.freebsd.org> From: Marcelo Araujo Date: Fri, 24 Oct 2008 16:08:00 +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/libpwstor 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, 24 Oct 2008 16:08:00 -0000 araujo 2008-10-24 16:08:00 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/libpwstor Makefile distinfo pkg-descr Log: - libpwstor is a library implementing a password storage format for C programmers. This format provides a reasonable level of security by utilizing SHA-256 in addition to a random salt to mitigate dictionary and rainbow table attacks. WWW: http://sourceforge.net/projects/kageki PR: ports/128328 Submitted by: Matt D. Harris Reworked by: myself Revision Changes Path 1.1000 +1 -0 ports/security/Makefile 1.1 +56 -0 ports/security/libpwstor/Makefile (new) 1.1 +3 -0 ports/security/libpwstor/distinfo (new) 1.1 +13 -0 ports/security/libpwstor/pkg-descr (new)