pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hs-SHA



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 17 15:25:41 UTC 2020

Added Files:
        pkgsrc/security/hs-SHA: DESCR Makefile buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/hs-SHA/DESCR \
    pkgsrc/security/hs-SHA/Makefile pkgsrc/security/hs-SHA/buildlink3.mk \
    pkgsrc/security/hs-SHA/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/hs-SHA/DESCR
diff -u /dev/null pkgsrc/security/hs-SHA/DESCR:1.1
--- /dev/null   Fri Jan 17 15:25:41 2020
+++ pkgsrc/security/hs-SHA/DESCR        Fri Jan 17 15:25:41 2020
@@ -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.
Index: pkgsrc/security/hs-SHA/Makefile
diff -u /dev/null pkgsrc/security/hs-SHA/Makefile:1.1
--- /dev/null   Fri Jan 17 15:25:41 2020
+++ pkgsrc/security/hs-SHA/Makefile     Fri Jan 17 15:25:41 2020
@@ -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"
Index: pkgsrc/security/hs-SHA/buildlink3.mk
diff -u /dev/null pkgsrc/security/hs-SHA/buildlink3.mk:1.1
--- /dev/null   Fri Jan 17 15:25:41 2020
+++ pkgsrc/security/hs-SHA/buildlink3.mk        Fri Jan 17 15:25:41 2020
@@ -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
Index: pkgsrc/security/hs-SHA/distinfo
diff -u /dev/null pkgsrc/security/hs-SHA/distinfo:1.1
--- /dev/null   Fri Jan 17 15:25:41 2020
+++ pkgsrc/security/hs-SHA/distinfo     Fri Jan 17 15:25:41 2020
@@ -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