pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/scrypt scrypt: update to 1.3.0nb2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad1406f31cb4
branches: trunk
changeset: 412095:ad1406f31cb4
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 28 11:19:53 2020 +0000
description:
scrypt: update to 1.3.0nb2.
Enable libscrypt-kdf.
Add bl3.mk file.
diffstat:
security/scrypt/Makefile | 7 +++++--
security/scrypt/PLIST | 4 +++-
security/scrypt/buildlink3.mk | 14 ++++++++++++++
3 files changed, 22 insertions(+), 3 deletions(-)
diffs (53 lines):
diff -r 7533ed0a1d6f -r ad1406f31cb4 security/scrypt/Makefile
--- a/security/scrypt/Makefile Fri Feb 28 11:10:59 2020 +0000
+++ b/security/scrypt/Makefile Fri Feb 28 11:19:53 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:50:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/28 11:19:53 wiz Exp $
DISTNAME= scrypt-1.3.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= https://www.tarsnap.com/scrypt/
EXTRACT_SUFX= .tgz
@@ -12,8 +12,11 @@
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
TEST_TARGET= test
UNLIMIT_RESOURCES= datasize
+CONFIGURE_ARGS+= --enable-libscrypt-kdf
+
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7533ed0a1d6f -r ad1406f31cb4 security/scrypt/PLIST
--- a/security/scrypt/PLIST Fri Feb 28 11:10:59 2020 +0000
+++ b/security/scrypt/PLIST Fri Feb 28 11:19:53 2020 +0000
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2012/10/17 22:17:47 pettai Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/02/28 11:19:53 wiz Exp $
bin/scrypt
+include/scrypt-kdf.h
+lib/libscrypt-kdf.la
man/man1/scrypt.1
diff -r 7533ed0a1d6f -r ad1406f31cb4 security/scrypt/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/scrypt/buildlink3.mk Fri Feb 28 11:19:53 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/02/28 11:19:53 wiz Exp $
+
+BUILDLINK_TREE+= scrypt
+
+.if !defined(SCRYPT_BUILDLINK3_MK)
+SCRYPT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.scrypt+= scrypt>=1.3.0nb2
+BUILDLINK_PKGSRCDIR.scrypt?= ../../security/scrypt
+
+.include "../../security/openssl/buildlink3.mk"
+.endif # SCRYPT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -scrypt
Home |
Main Index |
Thread Index |
Old Index