Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

6
security/credns/DESCR Normal file
View File

@@ -0,0 +1,6 @@
Credns is a software program aimed at fortifying DNSSEC by performing
validation in the DNS notify/transfer-chain. Currently credns is a fork
of the NSD_3_2 branch that has been extended with the possibility to
assess zones (received or updated by AXFR or IXFR) by running an external
verifier. Only zones that are deemed correct by the verifier will be
notified to (public) slave servers and offered for transfer.

14
security/credns/Makefile Normal file
View File

@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2014/02/17 07:42:25 pettai Exp $
DISTNAME= credns-0.2.10
CATEGORIES= security
MASTER_SITES= http://www.nlnetlabs.nl/downloads/credns/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://www.nlnetlabs.nl/downloads/credns/
COMMENT= Validates DNSSEC in the DNS notify/transfer-chain
LICENSE= modified-bsd
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"

17
security/credns/PLIST Normal file
View File

@@ -0,0 +1,17 @@
@comment $NetBSD: PLIST,v 1.2 2014/02/18 18:38:55 pettai Exp $
man/man5/credns.conf.5
man/man8/credns-checkconf.8
man/man8/credns-notify.8
man/man8/credns-patch.8
man/man8/credns-xfer.8
man/man8/credns.8
man/man8/crednsc.8
sbin/credns
sbin/credns-checkconf
sbin/credns-notify
sbin/credns-patch
sbin/credns-xfer
sbin/crednsc
share/examples/credns/credns.conf.sample
@pkgdir var/db/credns
@pkgdir etc/credns

6
security/credns/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/02/17 07:42:25 pettai Exp $
SHA1 (credns-0.2.10.tar.gz) = b61a9315faffcec0a1399641246307ad08ae3419
RMD160 (credns-0.2.10.tar.gz) = 9601dedddd70784051b52c27d4e060c2d7d0e4bc
Size (credns-0.2.10.tar.gz) = 957981 bytes
SHA1 (patch-Makefile.in) = a7c231e7078a5060290be5410fff17c3e52b4176

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile.in,v 1.1 2014/02/17 07:42:25 pettai Exp $
Install sample conf in examples dir
--- Makefile.in.orig 2014-02-17 07:36:09.000000000 +0000
+++ Makefile.in
@@ -377,7 +377,7 @@ install: all
$(INSTALL_DATA) $(srcdir)/credns-patch.8 $(DESTDIR)$(mandir)/man8/credns-patch.8
$(INSTALL_DATA) $(srcdir)/credns-xfer.8 $(DESTDIR)$(mandir)/man8/credns-xfer.8
$(INSTALL_DATA) $(srcdir)/credns.conf.5 $(DESTDIR)$(mandir)/man5/credns.conf.5
- $(INSTALL_DATA) credns.conf.sample $(DESTDIR)$(nsdconfigfile).sample
+ $(INSTALL_DATA) credns.conf.sample $(DESTDIR)${PREFIX}/share/examples/credns/credns.conf.sample
uninstall:
@echo