Bug 112056 - [NEW PORT] security/aespipe: An AES encrypting or decrypting pipe
Summary: [NEW PORT] security/aespipe: An AES encrypting or decrypting pipe
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 22:50 UTC by Ekkehard 'Ekki' Gehm
Modified: 2007-04-24 09:10 UTC (History)
1 user (show)

See Also:


Attachments
aespipe-v2.3.d.shar (1.93 KB, text/plain)
2007-04-23 22:50 UTC, Ekkehard 'Ekki' Gehm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.