Import x509-store-1.6.7
X.509 collection accessing and storing methods for certificate, crl, exception list.
This commit is contained in:
parent
c3e8a19fc1
commit
4416023a60
4 changed files with 43 additions and 0 deletions
2
security/hs-x509-store/DESCR
Normal file
2
security/hs-x509-store/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
X.509 collection accessing and storing methods for certificate, crl,
|
||||
exception list.
|
16
security/hs-x509-store/Makefile
Normal file
16
security/hs-x509-store/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/01/17 12:40:40 pho Exp $
|
||||
|
||||
DISTNAME= x509-store-1.6.7
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
COMMENT= X.509 collection accessing and storing methods
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../devel/hs-asn1-encoding/buildlink3.mk"
|
||||
.include "../../devel/hs-asn1-types/buildlink3.mk"
|
||||
.include "../../security/hs-cryptonite/buildlink3.mk"
|
||||
.include "../../security/hs-pem/buildlink3.mk"
|
||||
.include "../../security/hs-x509/buildlink3.mk"
|
||||
.include "../../mk/haskell.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
security/hs-x509-store/buildlink3.mk
Normal file
19
security/hs-x509-store/buildlink3.mk
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 12:40:40 pho Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-x509-store
|
||||
|
||||
.if !defined(HS_X509_STORE_BUILDLINK3_MK)
|
||||
HS_X509_STORE_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-x509-store+= hs-x509-store>=1.6.7
|
||||
BUILDLINK_ABI_DEPENDS.hs-x509-store+= hs-x509-store>=1.6.7
|
||||
BUILDLINK_PKGSRCDIR.hs-x509-store?= ../../security/hs-x509-store
|
||||
|
||||
.include "../../devel/hs-asn1-encoding/buildlink3.mk"
|
||||
.include "../../devel/hs-asn1-types/buildlink3.mk"
|
||||
.include "../../security/hs-cryptonite/buildlink3.mk"
|
||||
.include "../../security/hs-pem/buildlink3.mk"
|
||||
.include "../../security/hs-x509/buildlink3.mk"
|
||||
.endif # HS_X509_STORE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -hs-x509-store
|
6
security/hs-x509-store/distinfo
Normal file
6
security/hs-x509-store/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/01/17 12:40:40 pho Exp $
|
||||
|
||||
SHA1 (x509-store-1.6.7.tar.gz) = 0cf24ca1e621a90c920004aec132f429e138f580
|
||||
RMD160 (x509-store-1.6.7.tar.gz) = 3604cffabc2d4f39b5b7aa69f09c99e0e2756308
|
||||
SHA512 (x509-store-1.6.7.tar.gz) = 7b0b792a988aed50995523c3f6a3bb0da08cb8963ad834afbeef8bc53e4bb3d7d11af757a999f7b5c81ef073bac10a4003fba7486abd9343a48770bfc954167e
|
||||
Size (x509-store-1.6.7.tar.gz) = 12689 bytes
|
Loading…
Reference in a new issue