openssl: update to 1.0.1d.
This commit is contained in:
parent
83c9360127
commit
4cf15f851a
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'libssl'.
|
||||
#
|
||||
short_desc="Secure Sockets Layer and Cryptographic library"
|
||||
long_desc="
|
||||
${long_desc}
|
||||
|
||||
This package includes the OpenSSL libssl and libcrypto shared libraries."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/lib*.so*" usr/lib
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
#
|
||||
depends="zlib-devel libssl>=$version"
|
||||
short_desc="Secure Socket Layer and cryptographic library - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openssl'
|
||||
pkgname=openssl
|
||||
_openssl_version=1.0.1
|
||||
version=${_openssl_version}c
|
||||
version=${_openssl_version}d
|
||||
revision=1
|
||||
fulldepends="perl"
|
||||
crossmakedepends="zlib-devel"
|
||||
|
@ -12,12 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="BSD"
|
||||
homepage="http://www.openssl.org/"
|
||||
distfiles="https://www.openssl.org/source/$pkgname-$version.tar.gz"
|
||||
checksum=2a9eb3cd4e8b114eb9179c0d3884d61658e7d8e8bf4984798a5f5bd48e325ebe
|
||||
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."
|
||||
checksum=88a423f9b08a994054583691b968815875580e12df754e881d7cfe9f1bd1f49d
|
||||
|
||||
make_dirs="
|
||||
/etc/ssl/certs 0755 root root
|
||||
|
|
Loading…
Reference in New Issue