openssl: update to 1.0.0h.
This commit is contained in:
parent
940a3b4136
commit
c56d266c8c
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'openssl'
|
||||
pkgname=openssl
|
||||
_openssl_version=1.0.0
|
||||
version=${_openssl_version}g
|
||||
version=${_openssl_version}h
|
||||
homepage="http://www.openssl.org/"
|
||||
distfiles="${homepage}/source/$pkgname-$version.tar.gz"
|
||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=905106a1505e7d9f7c36ee81408d3aa3d41aac291a9603d0c290c9530c92fc2c
|
||||
checksum=7e3dfc21aa57ed33ea673170053d1921322803b8a6a624a4f0d2e4c308bd418d
|
||||
long_desc="
|
||||
The OpenSSL Project is a collaborative effort to develop a robust,
|
||||
commercial-grade, full-featured, and Open Source toolkit implementing the
|
||||
|
@ -25,16 +25,16 @@ make_dirs="
|
|||
Add_dependency full perl ">=0"
|
||||
Add_dependency build zlib-devel
|
||||
|
||||
do_build()
|
||||
{
|
||||
do_configure() {
|
||||
./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
|
||||
zlib shared threads -Wa,--noexecstack
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
make INSTALL_PREFIX=${DESTDIR} MANDIR=/usr/share/man install
|
||||
|
||||
chmod 755 ${DESTDIR}/usr/lib/engines/*.so
|
||||
|
|
Loading…
Reference in a new issue