update to version 1.6

This commit is contained in:
kevlo 2003-11-20 02:45:18 +00:00
parent 49b9f8f71e
commit c75387db40
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2003/06/20 06:25:55 kevlo Exp $
# $OpenBSD: Makefile,v 1.8 2003/11/20 02:45:18 kevlo Exp $
COMMENT= "encrypt and decrypt AES files and streams"
DISTNAME= ccrypt-1.4
DISTNAME= ccrypt-1.6
CATEGORIES= security
HOMEPAGE= http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/

View File

@ -1,3 +1,3 @@
MD5 (ccrypt-1.4.tar.gz) = 9eaf357acda3ea0cf26300cffa0d54af
RMD160 (ccrypt-1.4.tar.gz) = f80c1a24889d4dcffb852c8e02455f095896eeda
SHA1 (ccrypt-1.4.tar.gz) = d3a55097c0681cf02a0c5626aaebfcbaeb5a4aca
MD5 (ccrypt-1.6.tar.gz) = f4e0c924d9a531b96f20fb26e830b646
RMD160 (ccrypt-1.6.tar.gz) = c3b8f578e47ccfa4740581fae6c0538ac1d04260
SHA1 (ccrypt-1.6.tar.gz) = 2c75ba280afb6940995a65320bc5f8b87b30782c

View File

@ -4,5 +4,3 @@ notorious for using a very weak encryption algorithm. ccrypt is based
on the Rijndael cipher, which is the U.S. government's chosen
candidate for the Advanced Encryption Standard. This cipher is believed
to provide very strong security.
WWW: ${HOMEPAGE}