From owner-svn-ports-head@freebsd.org Tue Aug 25 02:28:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E65E9C16A0; Tue, 25 Aug 2015 02:28:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 769981C4F; Tue, 25 Aug 2015 02:28:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7P2SHUC064301; Tue, 25 Aug 2015 02:28:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7P2SGSr064298; Tue, 25 Aug 2015 02:28:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201508250228.t7P2SGSr064298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 25 Aug 2015 02:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395199 - head/security/scrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 02:28:17 -0000 Author: wen Date: Tue Aug 25 02:28:16 2015 New Revision: 395199 URL: https://svnweb.freebsd.org/changeset/ports/395199 Log: - Update to 1.2.0 [1] - Pet portlint - Reset maintainer to ports@ PR: 202628 [1] Submitted by: jesco.freund@my-universe.com [1] Modified: head/security/scrypt/Makefile head/security/scrypt/distinfo head/security/scrypt/pkg-descr Modified: head/security/scrypt/Makefile ============================================================================== --- head/security/scrypt/Makefile Tue Aug 25 02:20:54 2015 (r395198) +++ head/security/scrypt/Makefile Tue Aug 25 02:28:16 2015 (r395199) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 1.1.6 +PORTVERSION= 1.2.0 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Key Derivation Function GNU_CONFIGURE= yes -USES= gmake tar:tgz +USES= gmake tar:tgz USE_LDCONFIG= yes PLIST_FILES= bin/scrypt \ Modified: head/security/scrypt/distinfo ============================================================================== --- head/security/scrypt/distinfo Tue Aug 25 02:20:54 2015 (r395198) +++ head/security/scrypt/distinfo Tue Aug 25 02:28:16 2015 (r395199) @@ -1,2 +1,2 @@ -SHA256 (scrypt-1.1.6.tgz) = dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8 -SIZE (scrypt-1.1.6.tgz) = 83776 +SHA256 (scrypt-1.2.0.tgz) = 1754bc89405277c8ac14220377a4c240ddc34b1ce70882aa92cd01bfdc8569d4 +SIZE (scrypt-1.2.0.tgz) = 107796 Modified: head/security/scrypt/pkg-descr ============================================================================== --- head/security/scrypt/pkg-descr Tue Aug 25 02:20:54 2015 (r395198) +++ head/security/scrypt/pkg-descr Tue Aug 25 02:28:16 2015 (r395199) @@ -3,4 +3,4 @@ the Tarsnap online backup system and is against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. -WWW: http://www.tarsnap.com/scrypt/ +WWW: http://www.tarsnap.com/scrypt/