e89ec1d550
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.
15 lines
438 B
Makefile
15 lines
438 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 02:37:03 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-resolv
|
|
|
|
.if !defined(HS_RESOLV_BUILDLINK3_MK)
|
|
HS_RESOLV_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-resolv+= hs-resolv>=0.1.1
|
|
BUILDLINK_ABI_DEPENDS.hs-resolv+= hs-resolv>=0.1.1.3
|
|
BUILDLINK_PKGSRCDIR.hs-resolv?= ../../net/hs-resolv
|
|
|
|
.include "../../converters/hs-base16-bytestring/buildlink3.mk"
|
|
.endif # HS_RESOLV_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-resolv
|