svn commit: r511993 - head/security/scrypt

Colin Percival cperciva at FreeBSD.org
Fri Sep 13 22:29:11 UTC 2019


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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list