From owner-cvs-all@FreeBSD.ORG Sun Aug 17 06:09:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DFEC1065684; Sun, 17 Aug 2008 06:09:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30F9A8FC0C; Sun, 17 Aug 2008 06:09:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7H69rJw057817; Sun, 17 Aug 2008 06:09:53 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7H69r9k057816; Sun, 17 Aug 2008 06:09:53 GMT (envelope-from edwin) Message-Id: <200808170609.m7H69r9k057816@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 17 Aug 2008 06:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns Makefile ports/dns/zkt Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2008 06:09:53 -0000 edwin 2008-08-17 06:09:53 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/zkt Makefile distinfo pkg-descr Log: New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones) ZKT is a tool to manage keys and signatures for DNSSEC-zones. The Zone Key Tool consists of two commands: - dnssec-zkt to create and list dnssec zone keys and - dnssec-signer to sign a zone and manage the lifetime of the zone signing keys See: http://www.hznet.de/dns/zkt/ PR: ports/126296 Submitted by: Frank Behrens Revision Changes Path 1.97 +1 -0 ports/dns/Makefile 1.1 +36 -0 ports/dns/zkt/Makefile (new) 1.1 +3 -0 ports/dns/zkt/distinfo (new) 1.1 +11 -0 ports/dns/zkt/pkg-descr (new)