Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EC1467A1FB for ; Sat, 11 Mar 2017 10:24:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 67D9A855AB; Sat, 11 Mar 2017 10:24:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA84B8559D for ; Sat, 11 Mar 2017 10:24:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7WmCCg5LtXen for ; Sat, 11 Mar 2017 10:24:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 845FE8556E for ; Sat, 11 Mar 2017 10:24:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77CCCFBE4; Sat, 11 Mar 2017 10:24:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489227898191500" MIME-Version: 1.0 Date: Sat, 11 Mar 2017 10:24:58 +0000 From: "Nils Ratusznik" Subject: CVS commit: pkgsrc/security/dehydrated To: pkgsrc-changes@NetBSD.org Reply-To: nils@netbsd.org X-Mailer: log_accum Message-Id: <20170311102458.77CCCFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1489227898191500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nils Date: Sat Mar 11 10:24:58 UTC 2017 Modified Files: pkgsrc/security/dehydrated: DESCR Log Message: DESCR was maybe a little too descriptive, pkgsrc handles the dependencies. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/dehydrated/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489227898191500 Content-Disposition: inline Content-Length: 565 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/dehydrated/DESCR diff -u pkgsrc/security/dehydrated/DESCR:1.1 pkgsrc/security/dehydrated/DESCR:1.2 --- pkgsrc/security/dehydrated/DESCR:1.1 Fri Mar 10 08:30:51 2017 +++ pkgsrc/security/dehydrated/DESCR Sat Mar 11 10:24:58 2017 @@ -5,6 +5,3 @@ relatively simple bash-script. It uses the openssl utility for everything related to actually handling keys and certificates, so you need to have that installed. - -Other dependencies are: curl, sed, grep, mktemp -(all found on almost any system, curl being the only exception) --_----------=_1489227898191500--