pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/hs-resolv Import hackage-security-0.6.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5055a8c7f109
branches:  trunk
changeset: 409584:5055a8c7f109
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 19 02:37:03 2020 +0000

description:
Import hackage-security-0.6.0.0

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.

diffstat:

 net/hs-resolv/DESCR         |   6 ++++++
 net/hs-resolv/Makefile      |  12 ++++++++++++
 net/hs-resolv/buildlink3.mk |  15 +++++++++++++++
 net/hs-resolv/distinfo      |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 5457548fc26a -r 5055a8c7f109 net/hs-resolv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hs-resolv/DESCR       Sun Jan 19 02:37:03 2020 +0000
@@ -0,0 +1,6 @@
+Import resolv-0.1.1.3
+
+This package implements an API for accessing the Domain Name Service
+(DNS) resolver service via the standard libresolv system library
+(whose API is often available directly via the standard libc C
+library) on Unix systems.
diff -r 5457548fc26a -r 5055a8c7f109 net/hs-resolv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hs-resolv/Makefile    Sun Jan 19 02:37:03 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 02:37:03 pho Exp $
+
+DISTNAME=      resolv-0.1.1.3
+CATEGORIES=    net
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Domain Name Service (DNS) lookup
+LICENSE=       gnu-gpl-v2
+
+.include "../../converters/hs-base16-bytestring/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5457548fc26a -r 5055a8c7f109 net/hs-resolv/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hs-resolv/buildlink3.mk       Sun Jan 19 02:37:03 2020 +0000
@@ -0,0 +1,15 @@
+# $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
diff -r 5457548fc26a -r 5055a8c7f109 net/hs-resolv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hs-resolv/distinfo    Sun Jan 19 02:37:03 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 02:37:03 pho Exp $
+
+SHA1 (resolv-0.1.1.3.tar.gz) = 566a2bb45e26f60119ae80adb5cbe38e5c5e3515
+RMD160 (resolv-0.1.1.3.tar.gz) = ccfadcc0bd6fa3a31908fdb56ab0483d47b930e0
+SHA512 (resolv-0.1.1.3.tar.gz) = 59189b3b2c1811f7e4fc3e79f66e5264751479996584e59713cb3ad2cf6d855f202b1db3a02ad57692ee7c55c75a5dc6b5fd008f853f2923923558d923c8129a
+Size (resolv-0.1.1.3.tar.gz) = 156051 bytes



Home | Main Index | Thread Index | Old Index