Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2002 11:28:38 -0800 (PST)
From:      Trevor Johnson <trevor@FreeBSD.org>
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
Message-ID:  <200202101928.g1AJSc682989@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jharris@widomaker.com>
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202101928.g1AJSc682989>