openssl: update to 1.0.0e.

This commit is contained in:
Juan RP 2011-09-07 11:34:48 +02:00
parent f654bcc80d
commit 1372f68886
1 changed files with 5 additions and 4 deletions

View File

@ -1,19 +1,20 @@
# Template file for 'openssl'
pkgname=openssl
_openssl_version=1.0.0
version=${_openssl_version}d
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
version=${_openssl_version}e
homepage="http://www.openssl.org/"
distfiles="${homepage}/source/$pkgname-$version.tar.gz"
build_style=custom-install
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db
license="BSD"
checksum=e361dc2775733fb84de7b5bf7b504778b772869e8f7bfac0b28b935cbf7380f7
long_desc="
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."
# Does not build with -j.
disable_parallel_build=yes
conf_files="/etc/ssl/openssl.cnf"