From owner-svn-ports-head@freebsd.org Fri Sep 13 22:29:11 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05238D52EF; Fri, 13 Sep 2019 22:29:11 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46VVft64Fjz4CGn; Fri, 13 Sep 2019 22:29:10 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF80CE2BA; Fri, 13 Sep 2019 22:29:10 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8DMTAYO002822; Fri, 13 Sep 2019 22:29:10 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8DMTAmF002820; Fri, 13 Sep 2019 22:29:10 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201909132229.x8DMTAmF002820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Fri, 13 Sep 2019 22:29:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511993 - head/security/scrypt X-SVN-Group: ports-head X-SVN-Commit-Author: cperciva X-SVN-Commit-Paths: head/security/scrypt X-SVN-Commit-Revision: 511993 X-SVN-Commit-Repository: ports 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.29 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: Fri, 13 Sep 2019 22:29:11 -0000 Author: cperciva Date: Fri Sep 13 22:29:10 2019 New Revision: 511993 URL: https://svnweb.freebsd.org/changeset/ports/511993 Log: Update to 1.3.0. This adds a libscrypt-kdf header and shared library. While I'm here, move USES to the correct location in the Makefile. Reviewed by: mat Modified: head/security/scrypt/Makefile head/security/scrypt/distinfo Modified: head/security/scrypt/Makefile ============================================================================== --- head/security/scrypt/Makefile Fri Sep 13 21:22:04 2019 (r511992) +++ head/security/scrypt/Makefile Fri Sep 13 22:29:10 2019 (r511993) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ @@ -12,13 +12,16 @@ COMMENT= Key Derivation Function LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +USES= libtool ssl tar:tgz + GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \ LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}" +CONFIGURE_ARGS= --enable-libscrypt-kdf --disable-static -USES= ssl tar:tgz - PLIST_FILES= bin/scrypt \ + include/scrypt-kdf.h \ + lib/libscrypt-kdf.so.1.0.0 \ man/man1/scrypt.1.gz .include Modified: head/security/scrypt/distinfo ============================================================================== --- head/security/scrypt/distinfo Fri Sep 13 21:22:04 2019 (r511992) +++ head/security/scrypt/distinfo Fri Sep 13 22:29:10 2019 (r511993) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488663406 -SHA256 (scrypt-1.2.1.tgz) = 4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c577 -SIZE (scrypt-1.2.1.tgz) = 127619 +TIMESTAMP = 1568411502 +SHA256 (scrypt-1.3.0.tgz) = 263034edd4d1e117d4051d9a9260c74dedb0efaf4491c5152b738978b3f32748 +SIZE (scrypt-1.3.0.tgz) = 380332