Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2008 17:54:35 +0000 (UTC)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security/aescrypt Makefile distinfo pkg-plist
Message-ID:  <200806081754.m58HsZFI064755@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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