Update to 1.0.0a

This commit is contained in:
Tom G. Christensen 2010-09-12 08:14:03 +00:00 committed by Tom G. Christensen
parent 8456d02b41
commit 3d4cb7789e
2 changed files with 6 additions and 3 deletions

View File

@ -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.0 version=1.0.0a
pkgver=1 pkgver=2
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]=
@ -22,7 +22,7 @@ make_check_target="test"
__configure="./Configure" __configure="./Configure"
shared_args="--prefix=$prefix --openssldir=${prefix}/${_sharedir}/ssl zlib shared" shared_args="--prefix=$prefix --openssldir=${prefix}/${_sharedir}/ssl zlib shared"
if [ "$arch" = "sparc" ]; then if [ "$arch" = "sparc" ]; then
# For Solaris > 7 we default so sparcv8 ISA # For Solaris > 7 we default to sparcv8 ISA
configure_args="solaris-sparcv8-gcc $shared_args" configure_args="solaris-sparcv8-gcc $shared_args"
# Solaris < 8 supports sparcv7 hardware # Solaris < 8 supports sparcv7 hardware
[ "$_os" = "sunos56" -o "$_os" = "sunos57" ] && configure_args="$shared_args solaris-sparcv7-gcc" [ "$_os" = "sunos56" -o "$_os" = "sunos57" ] && configure_args="$shared_args solaris-sparcv7-gcc"

View File

@ -1,4 +1,7 @@
CHANGELOG CHANGELOG
--------- ---------
* Sun Sep 12 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.0a-2
- Update to 1.0.0a
* Fri Apr 23 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.0-1 * Fri Apr 23 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 1.0.0-1
- Update to 1.0.0 - Update to 1.0.0