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