summaryrefslogtreecommitdiffstats
path: root/crypto/gnutls/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gnutls/DETAILS')
-rwxr-xr-xcrypto/gnutls/DETAILS32
1 files changed, 32 insertions, 0 deletions
diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
new file mode 100755
index 0000000000..3ed2e56e1b
--- /dev/null
+++ b/crypto/gnutls/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=gnutls
+
+if [ "$GNUTLS_OLD" == "y" ];then
+ VERSION=1.0.25
+ SOURCE=$SPELL-$VERSION.tar.gz
+ MD5[0]=f4959398d22ade4bf6ec54752e18ba86
+else
+ VERSION=1.2.10
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_HASH=sha512:f3efb04c1cc2628a7eb24684451dce1d6c8277e8b7bd8b331f2cd324feed6c5995f1f783b3a4ddcd7247996341274bd7453bc091e6c25c2c867eeb1323364a98
+fi
+
+ BUILD_API=2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/$SPELL/$SOURCE
+ WEB_SITE=http://www.gnu.org/software/gnutls/
+ LICENSE[0]=LGPL
+ LICENSE[1]=GPL
+ ENTERED=20030829
+ UPDATED=20030829
+ SHORT="GNU Transport Layer Security Library"
+cat << EOF
+GnuTLS (GNU Transport Layer Security Library) is a library which implements a secure
+layer over a reliable transport layer. Currently the GnuTLS library implements
+the proposed standards by the IETF's TLS working group.
+
+Quoting from RFC2246 - the TLS 1.0 protocol specification:
+
+"The TLS protocol provides communications privacy over the Internet.
+ The protocol allows client/server applications to communicate in a way that
+ is designed to prevent eavesdropping, tampering, or message forgery."
+EOF