From owner-cvs-all@FreeBSD.ORG Sun Jun 8 17:54:36 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 1021F1065672; Sun, 8 Jun 2008 17:54:36 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF3368FC23; Sun, 8 Jun 2008 17:54:35 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m58HsZPX064756; Sun, 8 Jun 2008 17:54:35 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m58HsZFI064755; Sun, 8 Jun 2008 17:54:35 GMT (envelope-from roam) Message-Id: <200806081754.m58HsZFI064755@repoman.freebsd.org> From: Peter Pentchev Date: Sun, 8 Jun 2008 17:54:35 +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/security/aescrypt Makefile distinfo pkg-plist 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, 08 Jun 2008 17:54:36 -0000 roam 2008-06-08 17:54:35 UTC FreeBSD ports repository Modified files: security/aescrypt Makefile distinfo pkg-plist Log: Perform some much-needed work on aescrypt that somehow lingered for seven years... - make aesget actually work with the default keysize (initialize it!) - do not overflow the key filename buffers while parsing command-line options - break out common code into a single file - make the read()/write() loops a bit more robust - fix lots of compiler warnings - use snprintf() instead of strcpy()/strcat() - write mdoc manual pages for aescrypt(1) and aesget(1) - install the binaries and the manual pages with the correct permission mode Revision Changes Path 1.5 +14 -4 ports/security/aescrypt/Makefile 1.5 +3 -0 ports/security/aescrypt/distinfo 1.2 +2 -2 ports/security/aescrypt/pkg-plist