Bug 112056

Summary: [NEW PORT] security/aespipe: An AES encrypting or decrypting pipe
Product: Ports & Packages Reporter: Ekkehard 'Ekki' Gehm <gehm>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gehm
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
aespipe-v2.3.d.shar none

Description Ekkehard 'Ekki' Gehm 2007-04-23 22:50:08 UTC
aespipe program is AES encrypting or decrypting pipe. It reads from standard
input and writes to standard output. It can be used to create and restore
encrypted tar or cpio archives. It can be used to encrypt and decrypt
loop-AES compatible encrypted disk images.

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-24 04:30:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-24 09:00:49 UTC
clsung      2007-04-24 08:00:28 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/aespipe     Makefile distinfo pkg-descr 
  Log:
  Add aespipe , an AES encrypting or decrypting pipe.
  
  PR:             ports/112056
  Submitted by:   Ekkehard 'Ekki' Gehm <gehm at physik.tu-berlin.de>
  
  Revision  Changes    Path
  1.882     +1 -0      ports/security/Makefile
  1.1       +39 -0     ports/security/aespipe/Makefile (new)
  1.1       +3 -0      ports/security/aespipe/distinfo (new)
  1.1       +4 -0      ports/security/aespipe/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-24 09:01:16 UTC
State Changed
From-To: open->closed

New port added with modifications. Thank you.