From nobody@FreeBSD.org  Tue May 26 13:22:08 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0D8C6106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 May 2009 13:22:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D531E8FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 May 2009 13:22:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4QDM7SA052934
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 May 2009 13:22:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4QDM7kS052930;
	Tue, 26 May 2009 13:22:07 GMT
	(envelope-from nobody)
Message-Id: <200905261322.n4QDM7kS052930@www.freebsd.org>
Date: Tue, 26 May 2009 13:22:07 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT]security/scrypt:Key Derivation Function
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134961
>Category:       ports
>Synopsis:       [NEW PORT]security/scrypt:Key Derivation Function
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 26 13:30:01 UTC 2009
>Closed-Date:    Fri May 29 12:00:57 UTC 2009
>Last-Modified:  Fri May 29 12:00:57 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1  i386
>Description:
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/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	scrypt
#	scrypt/pkg-descr
#	scrypt/distinfo
#	scrypt/Makefile
#
echo c - scrypt
mkdir -p scrypt > /dev/null 2>&1
echo x - scrypt/pkg-descr
sed 's/^X//' >scrypt/pkg-descr << '8f243f3fe5492e89263cbd50a0d2719e'
XThe scrypt key derivation function was originally developed for use in
Xthe Tarsnap online backup system and is designed to be far more secure
Xagainst hardware brute-force attacks than alternative functions such as
XPBKDF2 or bcrypt.
X
XWWW:   http://www.tarsnap.com/scrypt/
8f243f3fe5492e89263cbd50a0d2719e
echo x - scrypt/distinfo
sed 's/^X//' >scrypt/distinfo << 'd517551dea1e0e2ce29aec55edf8ae3e'
XMD5 (scrypt-1.1.3.tgz) = 36d8554574cebe45613273de9bed310a
XSHA256 (scrypt-1.1.3.tgz) = 437009b4ac70e4c2477d1ea31ae0ad8218e14eb9d41073ff51d8f074f11a374f
XSIZE (scrypt-1.1.3.tgz) = 79571
d517551dea1e0e2ce29aec55edf8ae3e
echo x - scrypt/Makefile
sed 's/^X//' >scrypt/Makefile << '0c3188280117fda06860b5239417f61a'
X# New ports collection makefile for:	scrypt
X# Date created:				26 May, 2009
X# Whom:					Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	scrypt
XPORTVERSION=	1.1.3
XCATEGORIES=	security
XMASTER_SITES=	http://www.tarsnap.com/scrypt/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Key Derivation Function
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
XPLIST_FILES=	bin/scrypt
X
XMAN1=	scrypt.1
X
X.include <bsd.port.mk>
0c3188280117fda06860b5239417f61a
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 26 13:30:12 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134961 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134961: commit references a PR
Date: Fri, 29 May 2009 11:56:30 +0000 (UTC)

 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 <wenheping at gmail.com>
   
   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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 29 12:00:56 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134961 
>Unformatted:
