3505ea90b1
The hackage security library provides both server and client utilities for securing the Hackage package server (http://hackage.haskell.org/). It is based on The Update Framework (http://theupdateframework.com/), a set of recommendations developed by security researchers at various universities in the US as well as developers on the Tor project (https://www.torproject.org/). The current implementation supports only index signing, thereby enabling untrusted mirrors. It does not yet provide facilities for author package signing.
20 lines
741 B
Makefile
20 lines
741 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 01:54:46 pho Exp $
|
|
|
|
DISTNAME= hackage-security-0.6.0.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Hackage security library
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../converters/hs-base16-bytestring/buildlink3.mk"
|
|
.include "../../converters/hs-base64-bytestring/buildlink3.mk"
|
|
.include "../../security/hs-cryptohash-sha256/buildlink3.mk"
|
|
.include "../../security/hs-ed25519/buildlink3.mk"
|
|
.include "../../archivers/hs-tar/buildlink3.mk"
|
|
.include "../../archivers/hs-zlib/buildlink3.mk"
|
|
.include "../../devel/hs-lukko/buildlink3.mk"
|
|
.include "../../net/hs-network/buildlink3.mk"
|
|
.include "../../net/hs-network-uri/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|