summaryrefslogtreecommitdiffstats
path: root/crypto/gss/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gss/DETAILS')
-rwxr-xr-xcrypto/gss/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/gss/DETAILS b/crypto/gss/DETAILS
new file mode 100755
index 0000000000..7dab0ea619
--- /dev/null
+++ b/crypto/gss/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gss
+ VERSION=0.0.16
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://josefsson.org/gss/releases/$SOURCE
+ SOURCE_URL[1]=ftp://alpha.gnu.org/gnu/gss/$SOURCE
+ MD5[0]=1f390d075b4c1dfdfe59e8dcfb1f2d51
+ WEB_SITE=http://www.gnu.org/software/gss/
+ ENTERED=20031013
+ UPDATED=20031013
+ LICENSE[0]=GPL
+ SHORT="Generic Security Service (GSS-API) implementation"
+cat << EOF
+GSS is an implementation of the Generic Security Service Application Program Interface (GSS-API, RFC 2743/2744). GSS-API is used by network servers (e.g., IMAP, SMTP) to provide security services, e.g., authenticate clients against servers. GSS consists of a library and a manual.
+EOF