pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hs-ed25519



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 18 23:30:04 UTC 2020

Added Files:
        pkgsrc/security/hs-ed25519: DESCR Makefile buildlink3.mk distinfo
        pkgsrc/security/hs-ed25519/patches: patch-ed25519.cabal

Log Message:
Import ed25519-0.0.5.0

This package provides a simple, fast, self-contained copy of the
Ed25519 public-key signature system with a clean interface. It also
includes support for detached signatures, and thorough documentation
on the design and implementation, including usage guidelines.


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

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-ed25519/DESCR
diff -u /dev/null pkgsrc/security/hs-ed25519/DESCR:1.1
--- /dev/null   Sat Jan 18 23:30:04 2020
+++ pkgsrc/security/hs-ed25519/DESCR    Sat Jan 18 23:30:04 2020
@@ -0,0 +1,4 @@
+This package provides a simple, fast, self-contained copy of the
+Ed25519 public-key signature system with a clean interface. It also
+includes support for detached signatures, and thorough documentation
+on the design and implementation, including usage guidelines.
Index: pkgsrc/security/hs-ed25519/Makefile
diff -u /dev/null pkgsrc/security/hs-ed25519/Makefile:1.1
--- /dev/null   Sat Jan 18 23:30:04 2020
+++ pkgsrc/security/hs-ed25519/Makefile Sat Jan 18 23:30:04 2020
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+DISTNAME=      ed25519-0.0.5.0
+CATEGORIES=    security
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Ed25519 cryptographic signatures
+LICENSE=       mit
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/hs-ed25519/buildlink3.mk
diff -u /dev/null pkgsrc/security/hs-ed25519/buildlink3.mk:1.1
--- /dev/null   Sat Jan 18 23:30:04 2020
+++ pkgsrc/security/hs-ed25519/buildlink3.mk    Sat Jan 18 23:30:04 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+BUILDLINK_TREE+=       hs-ed25519
+
+.if !defined(HS_ED25519_BUILDLINK3_MK)
+HS_ED25519_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-ed25519+=     hs-ed25519>=0.0.5
+BUILDLINK_ABI_DEPENDS.hs-ed25519+=     hs-ed25519>=0.0.5.0
+BUILDLINK_PKGSRCDIR.hs-ed25519?=       ../../security/hs-ed25519
+.endif # HS_ED25519_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-ed25519
Index: pkgsrc/security/hs-ed25519/distinfo
diff -u /dev/null pkgsrc/security/hs-ed25519/distinfo:1.1
--- /dev/null   Sat Jan 18 23:30:04 2020
+++ pkgsrc/security/hs-ed25519/distinfo Sat Jan 18 23:30:04 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+SHA1 (ed25519-0.0.5.0.tar.gz) = 283d3f90f0c141bb711e8fc01830defbf46b8a38
+RMD160 (ed25519-0.0.5.0.tar.gz) = eebedb9ca2a80b47cb67af71ffd9c620b1c3d5e9
+SHA512 (ed25519-0.0.5.0.tar.gz) = cd2bb28de905c6d659f80f15e82970a9634c959432c73b6fd3b10ebca42a1ce734429e7ac861d0ab328904d99651a6d2fcaaf4d74ab75a3c0be68607e8f54ce9
+Size (ed25519-0.0.5.0.tar.gz) = 80034 bytes
+SHA1 (patch-ed25519.cabal) = 60b114a83195f7fcbdb0841ab0748c6cbf446b78

Index: pkgsrc/security/hs-ed25519/patches/patch-ed25519.cabal
diff -u /dev/null pkgsrc/security/hs-ed25519/patches/patch-ed25519.cabal:1.1
--- /dev/null   Sat Jan 18 23:30:04 2020
+++ pkgsrc/security/hs-ed25519/patches/patch-ed25519.cabal      Sat Jan 18 23:30:04 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-ed25519.cabal,v 1.1 2020/01/18 23:30:04 pho Exp $
+
+Fix build with GHC 8.8
+
+--- ed25519.cabal.orig 2015-10-11 23:24:33.000000000 +0000
++++ ed25519.cabal
+@@ -60,7 +60,7 @@ flag no-donna
+ 
+ library
+   build-depends:
+-    ghc-prim    >= 0.1 && < 0.5,
++    ghc-prim    >= 0.1 && < 0.6,
+     base        >= 4   && < 5,
+     bytestring  >= 0.9 && < 0.11
+ 



Home | Main Index | Thread Index | Old Index