pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/hs-SHA Import SHA-1.6.4.4 from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ea1ee35d015
branches:  trunk
changeset: 409399:0ea1ee35d015
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 17 15:25:41 2020 +0000

description:
Import SHA-1.6.4.4 from wip

This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as
the SHA-based HMAC routines. The functions have been tested against
most of the NIST and RFC test vectors for the various functions. While
some attention has been paid to performance, these do not presently
reach the speed of well-tuned libraries, like OpenSSL.

diffstat:

 security/hs-SHA/DESCR         |   6 ++++++
 security/hs-SHA/Makefile      |  11 +++++++++++
 security/hs-SHA/buildlink3.mk |  13 +++++++++++++
 security/hs-SHA/distinfo      |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 862145dd89eb -r 0ea1ee35d015 security/hs-SHA/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-SHA/DESCR     Fri Jan 17 15:25:41 2020 +0000
@@ -0,0 +1,6 @@
+This library implements the SHA suite of message digest functions,
+according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as
+the SHA-based HMAC routines. The functions have been tested against
+most of the NIST and RFC test vectors for the various functions. While
+some attention has been paid to performance, these do not presently
+reach the speed of well-tuned libraries, like OpenSSL.
diff -r 862145dd89eb -r 0ea1ee35d015 security/hs-SHA/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-SHA/Makefile  Fri Jan 17 15:25:41 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 15:25:41 pho Exp $
+
+DISTNAME=      SHA-1.6.4.4
+CATEGORIES=    security
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Implementations of the SHA suite of message digest functions
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 862145dd89eb -r 0ea1ee35d015 security/hs-SHA/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-SHA/buildlink3.mk     Fri Jan 17 15:25:41 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 15:25:41 pho Exp $
+
+BUILDLINK_TREE+=       hs-SHA
+
+.if !defined(HS_SHA_BUILDLINK3_MK)
+HS_SHA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-SHA+= hs-SHA>=1.6.4
+BUILDLINK_ABI_DEPENDS.hs-SHA+= hs-SHA>=1.6.4.4
+BUILDLINK_PKGSRCDIR.hs-SHA?=   ../../security/hs-SHA
+.endif # HS_SHA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-SHA
diff -r 862145dd89eb -r 0ea1ee35d015 security/hs-SHA/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/hs-SHA/distinfo  Fri Jan 17 15:25:41 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 15:25:41 pho Exp $
+
+SHA1 (SHA-1.6.4.4.tar.gz) = c93d5a634fad88c42599c964dbafef4e628df799
+RMD160 (SHA-1.6.4.4.tar.gz) = bafddcdf47568d39e06f6b85dea79549f0fd97c9
+SHA512 (SHA-1.6.4.4.tar.gz) = 77a525cb9ef45a410595a2f9c11a848a3aaeb6c7cb9b0ff11395326a259c0bea0e75689e3c7fa410e25be7d4480887830e11c891801f03c439b6ae9f55e5c125
+Size (SHA-1.6.4.4.tar.gz) = 2715144 bytes



Home | Main Index | Thread Index | Old Index