cvs commit: ports/security/aescrypt Makefile distinfo pkg-plist

Peter Pentchev roam at FreeBSD.org
Sun Jun 8 17:54:36 UTC 2008


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


More information about the cvs-all mailing list