diff options
author | wen <wen@FreeBSD.org> | 2010-01-12 08:51:42 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-12 08:51:42 +0800 |
commit | 0f7879ed7ae457d71ae9d6e111ad69ba83945f38 (patch) | |
tree | 79eaac67f7357f7eedb2d1257bba9ab9b1f9b18b /security | |
parent | 54dbc63d4f17ece9dc4be6b16239a6a240f9a4c6 (diff) | |
download | freebsd-ports-gnome-0f7879ed7ae457d71ae9d6e111ad69ba83945f38.tar.gz freebsd-ports-gnome-0f7879ed7ae457d71ae9d6e111ad69ba83945f38.tar.zst freebsd-ports-gnome-0f7879ed7ae457d71ae9d6e111ad69ba83945f38.zip |
- Update to 2.3e
PR: ports/142727
Submitted by: "Ekkehard 'Ekki' Gehm" <gehm@physik.tu-berlin.de> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/aespipe/Makefile | 3 | ||||
-rw-r--r-- | security/aespipe/distinfo | 6 | ||||
-rw-r--r-- | security/aespipe/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/aespipe/Makefile b/security/aespipe/Makefile index 246ac36133ed..b5255cf4b57a 100644 --- a/security/aespipe/Makefile +++ b/security/aespipe/Makefile @@ -6,8 +6,7 @@ # PORTNAME= aespipe -DISTVERSION= v2.3d -PORTREVISION= 1 +DISTVERSION= v2.3e CATEGORIES= security MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ http://koti.tnnet.fi/jari.ruusu/linux/ diff --git a/security/aespipe/distinfo b/security/aespipe/distinfo index 92fb23ac66ca..96f95cb14e8d 100644 --- a/security/aespipe/distinfo +++ b/security/aespipe/distinfo @@ -1,3 +1,3 @@ -MD5 (aespipe-v2.3d.tar.bz2) = 9b5369ab2c0d5439b7cd09d61d6ef479 -SHA256 (aespipe-v2.3d.tar.bz2) = 70330cd0710446c9ddf8148a7713fd73f1dc5e0b13fc4d3c75590305b2e3f008 -SIZE (aespipe-v2.3d.tar.bz2) = 88550 +MD5 (aespipe-v2.3e.tar.bz2) = c3109e21e608af2f5ddf11c858520d75 +SHA256 (aespipe-v2.3e.tar.bz2) = 4e63a5709fdd0bffdb555582f9fd7a0bd1842e429420159accaf7f60c5d3c70f +SIZE (aespipe-v2.3e.tar.bz2) = 91752 diff --git a/security/aespipe/pkg-descr b/security/aespipe/pkg-descr index 4229a02d107d..95fce7bc60d4 100644 --- a/security/aespipe/pkg-descr +++ b/security/aespipe/pkg-descr @@ -2,3 +2,5 @@ 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. + +WWW: http://sourceforge.net/projects/loop-aes/ |