diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index d32acf4b780..4ce8c6faaad 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -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/ diff --git a/security/ccrypt/distinfo b/security/ccrypt/distinfo index 794d7b9359a..f6f3533fdf3 100644 --- a/security/ccrypt/distinfo +++ b/security/ccrypt/distinfo @@ -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 diff --git a/security/ccrypt/pkg/DESCR b/security/ccrypt/pkg/DESCR index 92308eb1cd5..3a5b1919694 100644 --- a/security/ccrypt/pkg/DESCR +++ b/security/ccrypt/pkg/DESCR @@ -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}