summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/DETAILS')
-rwxr-xr-xcrypto/openssl/DETAILS42
1 files changed, 23 insertions, 19 deletions
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index 435d9dd92e..493ee0c546 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -1,32 +1,36 @@
SPELL=openssl
- VERSION=0.9.8g
- PATCHLEVEL=0
+ VERSION=0.9.8k
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.openssl.org/source/$SOURCE
SOURCE_URL[1]=ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/$SOURCE
SOURCE_URL[2]=ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/$SOURCE
SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/ftp.openssl.org/source/$SOURCE
SOURCE_URL[4]=ftp://sunsite.uio.no/pub/security/openssl/source/$SOURCE
- SOURCE_HASH=sha512:d69a5ea4f95f82845fe75fee98c03cebde20f0fd89442bcd886b4a135f9df9ee2853aa8fb7a037d797a8c2a8c110dd7133913088cafe96b77838f0ae8409794f
- WEB_SITE=http://www.openssl.org
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
+ SOURCE2_URL[3]=${SOURCE_URL[3]}.asc
+ SOURCE2_URL[4]=${SOURCE_URL[4]}.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="openssl.gpg:${SOURCE2}:UPSTREAM_KEY"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.openssl.org/
ENTERED=20010922
- SECURITY_PATCH=2
+ SECURITY_PATCH=5
LICENSE[0]=http://www.cgicentral.net/400CS/Docs/openssl/LICENSE.openssl.html
KEYWORDS="crypto"
- SHORT="A library for providing encrypted transport layers"
+ SHORT="library for providing encrypted transport layers"
cat << EOF
-OpenSSL
The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, full-featured, and Open Source toolkit implementing
-the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
-v1) protocols as well as a full-strength general purpose cryptography
-library. The project is managed by a worldwide community of volunteers
-that use the Internet to communicate, plan, and develop the OpenSSL
-toolkit and its related documentation.
-OpenSSL is based on the excellent SSLeay library developed by Eric A.
-Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
-Apache-style licence, which basically means that you are free to get and
-use it for commercial and non-commercial purposes subject to some simple
-license conditions.
+commercial-grade, full-featured, and Open Source toolkit implementing the Secure
+Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as
+well as a full-strength general purpose cryptography library. The project is
+managed by a worldwide community of volunteers that use the Internet to
+communicate, plan, and develop the OpenSSL toolkit and its related
+documentation. OpenSSL is based on the excellent SSLeay library developed by
+Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
+Apache-style licence, which basically means that you are free to get and use it
+for commercial and non-commercial purposes subject to some simple license
+conditions.
EOF