diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-26 09:21:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-26 09:21:09 +0000 |
commit | 66662e1043a04a9272796f06e776b46357364bbc (patch) | |
tree | 861d966ef0e343cfda88d2f104495ec75f180219 /security/botan | |
parent | 741e81ebc6a3f56186c454eea30b10995590cf7b (diff) | |
download | ports-66662e1043a04a9272796f06e776b46357364bbc.tar.gz ports-66662e1043a04a9272796f06e776b46357364bbc.zip |
upgrade to 0.8.6
Notes
Notes:
svn path=/head/; revision=63586
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 2 | ||||
-rw-r--r-- | security/botan/distinfo | 2 | ||||
-rw-r--r-- | security/botan/pkg-plist | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 36723fc38c83..9c1d77152cf1 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= opencl -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/security/botan/distinfo b/security/botan/distinfo index 7fdd4a1457d4..e12f91492d02 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1 +1 @@ -MD5 (OpenCL-0.8.5.tgz) = ea640568bd4a375c8642329c3aba8599 +MD5 (OpenCL-0.8.6.tgz) = 9b8ebbe0a72afd32d094cb08ae1585c6 diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index ab32e290792f..23d94f37f6b6 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -9,7 +9,6 @@ include/opencl/blowfish.h include/opencl/buf_filt.h include/opencl/cast128.h include/opencl/cast256.h -include/opencl/cast5.h include/opencl/cbc.h include/opencl/cfb.h include/opencl/chain.h @@ -30,6 +29,7 @@ include/opencl/eme1.h include/opencl/emsa1.h include/opencl/emsa2.h include/opencl/emsa3.h +include/opencl/emsa4.h include/opencl/emsa_raw.h include/opencl/es_file.h include/opencl/exceptn.h @@ -38,6 +38,7 @@ include/opencl/filters.h include/opencl/fork.h include/opencl/fused.h include/opencl/gost.h +include/opencl/hash_id.h include/opencl/haval.h include/opencl/hex.h include/opencl/hmac.h @@ -68,10 +69,12 @@ include/opencl/modebase.h include/opencl/mp_core.h include/opencl/mp_types.h include/opencl/mutex.h +include/opencl/mux_def.h include/opencl/nr.h include/opencl/numthry.h include/opencl/ofb.h include/opencl/opencl.h +include/opencl/par_hash.h include/opencl/pgp_s2k.h include/opencl/pipe.h include/opencl/pk_filts.h |