openssl: update to 1.0.0f.
This commit is contained in:
parent
57344ade21
commit
d9cb08fffd
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'libssl'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="Secure Sockets Layer and Cryptographic library"
|
||||
long_desc="
|
||||
${long_desc}
|
||||
|
@ -9,9 +8,6 @@ long_desc="
|
|||
|
||||
replaces="openssl<1.0.0a_2"
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so* ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove "usr/lib/lib*.so*" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'openssl'
|
||||
pkgname=openssl
|
||||
_openssl_version=1.0.0
|
||||
version=${_openssl_version}e
|
||||
version=${_openssl_version}f
|
||||
homepage="http://www.openssl.org/"
|
||||
distfiles="${homepage}/source/$pkgname-$version.tar.gz"
|
||||
revision=1
|
||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=e361dc2775733fb84de7b5bf7b504778b772869e8f7bfac0b28b935cbf7380f7
|
||||
checksum=faf1eab0ef85fd6c3beca271c356b31b5cc831e2c6b7f23cf672e7ab4680fde1
|
||||
long_desc="
|
||||
The OpenSSL Project is a collaborative effort to develop a robust,
|
||||
commercial-grade, full-featured, and Open Source toolkit implementing the
|
||||
|
@ -19,6 +18,9 @@ disable_parallel_build=yes
|
|||
|
||||
conf_files="/etc/ssl/openssl.cnf"
|
||||
subpackages="libssl openssl-devel"
|
||||
make_dirs="
|
||||
/etc/ssl/certs 0750 root root
|
||||
/etc/ssl/private 0750 root root"
|
||||
|
||||
Add_dependency full perl ">=0"
|
||||
Add_dependency build zlib-devel
|
||||
|
|
Loading…
Reference in New Issue
Block a user