pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/hs-resolv



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 19 02:37:03 UTC 2020

Added Files:
        pkgsrc/net/hs-resolv: DESCR Makefile buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/hs-resolv/DESCR \
    pkgsrc/net/hs-resolv/Makefile pkgsrc/net/hs-resolv/buildlink3.mk \
    pkgsrc/net/hs-resolv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/hs-resolv/DESCR
diff -u /dev/null pkgsrc/net/hs-resolv/DESCR:1.1
--- /dev/null   Sun Jan 19 02:37:03 2020
+++ pkgsrc/net/hs-resolv/DESCR  Sun Jan 19 02:37:03 2020
@@ -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.
Index: pkgsrc/net/hs-resolv/Makefile
diff -u /dev/null pkgsrc/net/hs-resolv/Makefile:1.1
--- /dev/null   Sun Jan 19 02:37:03 2020
+++ pkgsrc/net/hs-resolv/Makefile       Sun Jan 19 02:37:03 2020
@@ -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"
Index: pkgsrc/net/hs-resolv/buildlink3.mk
diff -u /dev/null pkgsrc/net/hs-resolv/buildlink3.mk:1.1
--- /dev/null   Sun Jan 19 02:37:03 2020
+++ pkgsrc/net/hs-resolv/buildlink3.mk  Sun Jan 19 02:37:03 2020
@@ -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
Index: pkgsrc/net/hs-resolv/distinfo
diff -u /dev/null pkgsrc/net/hs-resolv/distinfo:1.1
--- /dev/null   Sun Jan 19 02:37:03 2020
+++ pkgsrc/net/hs-resolv/distinfo       Sun Jan 19 02:37:03 2020
@@ -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