openssl: update to 1.0.1h
This commit is contained in:
parent
0bc1cc2955
commit
3a1dba846e
@ -6,8 +6,8 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=openssl
|
topdir=openssl
|
||||||
version=1.0.1g
|
version=1.0.1h
|
||||||
pkgver=3
|
pkgver=4
|
||||||
source[0]=http://openssl.org/source/$topdir-$version.tar.gz
|
source[0]=http://openssl.org/source/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
@ -103,14 +103,12 @@ install()
|
|||||||
custom_install=1
|
custom_install=1
|
||||||
generic_install INSTALL_PREFIX
|
generic_install INSTALL_PREFIX
|
||||||
|
|
||||||
# grab 0.9.8g libraries for compat
|
# Previous 1.0.1 releases, probably compatible though upstream does
|
||||||
setdir $prefix/${_libdir}
|
# not care about API compatibility
|
||||||
${__tar} -cf - libcrypto.so.0.9.8 libssl.so.0.9.8 | (cd ${stagedir}${prefix}/${_libdir}; ${__tar} -xf -)
|
|
||||||
compat ossl 0.9.8g 1 2
|
|
||||||
# Previous 1.0.1 releases
|
|
||||||
compat ossl 1.0.1e 1 1
|
compat ossl 1.0.1e 1 1
|
||||||
compat ossl 1.0.1f 2 2
|
compat ossl 1.0.1f 2 2
|
||||||
# It *might* be compatible with 1.0.0 but I'm not going to risk it
|
compat ossl 1.0.1g 3 3
|
||||||
|
# It *might* be compatible with 1.0.0 aswell but I don't really know
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Wed Jun 11 2014 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1h-4
|
||||||
|
- Update to 1.0.1h
|
||||||
|
- Drop 0.9.8g compat libraries
|
||||||
|
|
||||||
* Tue Apr 08 2014 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1g-3
|
* Tue Apr 08 2014 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.1g-3
|
||||||
- Update to 1.0.1g
|
- Update to 1.0.1g
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user