summaryrefslogtreecommitdiffstats
path: root/crypto/cyrus-sasl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cyrus-sasl/DETAILS')
-rwxr-xr-xcrypto/cyrus-sasl/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/crypto/cyrus-sasl/DETAILS b/crypto/cyrus-sasl/DETAILS
new file mode 100755
index 0000000000..086686adb4
--- /dev/null
+++ b/crypto/cyrus-sasl/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=cyrus-sasl
+ VERSION=2.1.21
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/$SOURCE
+ MD5[0]=71c598a0f5d6352a5799bbefad1ddd89
+ LICENSE[0]=BSD
+ WEB_SITE=http://asg.web.cmu.edu/sasl/
+ ENTERED=20020717
+ UPDATED=20050326
+ SHORT="Cyrus SASL (RFC 2222) Library"
+cat << EOF
+This is the Cyrus SASL API implentation. It can be used on the client or server
+side to provide authentication. See RFC 2222 for more information.
+The following mechanisms are included in this distribution:
+* ANONYMOUS
+* CRAM-MD5
+* KERBEROS_V4
+* PLAIN
+* CRAM-MD5 (deprecated)
+* GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5)
+* DIGEST-MD5
+* LOGIN (unsupported)
+* SRP (unsupported, may not work)
+EOF