From owner-cvs-all Sun Feb 10 11:29: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3272037B41A; Sun, 10 Feb 2002 11:28:38 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AJSc682989; Sun, 10 Feb 2002 11:28:38 -0800 (PST) (envelope-from trevor) Message-Id: <200202101928.g1AJSc682989@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 10 Feb 2002 11:28:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pad Makefile distinfo pkg-descr pkg-plist ports/security/pad/files patch-pad.1 patch-pad.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/02/10 11:28:38 PST Modified files: security/pad Makefile distinfo pkg-descr Added files: security/pad/files patch-pad.1 patch-pad.c Removed files: security/pad pkg-plist Log: Update to 1.0.4. This version can accept several input files or RNG inputs, rather than just one, and can generate numerous output files, rather than just two. It now requires GNU make. Add a patch to use mkstemp() rather than tempnam() so temporary files are created with safe permissions. With the unpatched version, local users can read sensitive information if pad is run in a world-readable directory (the bug is not present in 0.x versions). Turn over maintainership to submitter. Submitted by: Jason Harris PR: 27323 and 32810 Install the man page. Fix spelling of "omitted" in pad.1 and pad.c. Clarify warning message about inputs with unequal sizes. Generate the packing list just before installation. I put the distfile on MASTER_SITE_LOCAL because the home site is offline. The checksum on my copy differs from the one in PR 27323. Revision Changes Path 1.7 +19 -4 ports/security/pad/Makefile 1.5 +1 -1 ports/security/pad/distinfo 1.1 +22 -0 ports/security/pad/files/patch-pad.1 (new) 1.1 +176 -0 ports/security/pad/files/patch-pad.c (new) 1.2 +7 -11 ports/security/pad/pkg-descr 1.3 +0 -5 ports/security/pad/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message