summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2007-10-05 10:35:37 +0000
committerTobias Krause <tkr@openoffice.org>2007-10-05 10:35:37 +0000
commitfd2eed2607fd41564875a77dd7a6b1b1cd5f8995 (patch)
tree79df8107a6f74016af4557bb180f3356d719866c /openssl
parent5c811d17334474945b173550564d89ed1be5d6dd (diff)
#31053# https webdav support
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk8
-rw-r--r--openssl/version.mk10
2 files changed, 9 insertions, 9 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 51f738bb5c2a..30eb42a5d76b 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: tkr $ $Date: 2007-10-02 09:00:10 $
+# last change: $Author: tkr $ $Date: 2007-10-05 11:33:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,7 @@ TARGET=so_openssl
@echo "openssl disabled...."
.ENDIF
-OPENSSL_NAME=openssl-0.9.8a
+OPENSSL_NAME=openssl-0.9.8e
TARFILE_NAME=$(OPENSSL_NAME)
@@ -66,6 +66,7 @@ BUILD_DIR=.
BUILD_ACTION=make
.IF "$(OS)" == "SOLARIS"
+OPENSSL_NAME=openssl-0.9.8a
CONFIGURE_DIR=.
CONFIGURE_ACTION=Configure solaris-sparcv9-gcc
.IF "$(PROCTYPE)" == "x86"
@@ -82,7 +83,6 @@ BUILD_ACTION=make
.ENDIF
.IF "$(OS)" == "WNT"
-OPENSSL_NAME=openssl-0.9.8e
PATCH_FILE_NAME=openssl.patch
diff --git a/openssl/version.mk b/openssl/version.mk
index 65b32a60b9b1..371e8282c681 100644
--- a/openssl/version.mk
+++ b/openssl/version.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: version.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: tkr $ $Date: 2007-10-02 09:00:50 $
+# last change: $Author: tkr $ $Date: 2007-10-05 11:35:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -34,8 +34,8 @@
#*************************************************************************
-OPENSSL_VERSION=0.9.8a
+OPENSSL_VERSION=0.9.8e
-.IF "$(OS)" == "WNT"
-OPENSSL_NAME=openssl-0.9.8e
+.IF "$(OS)" == "SOLARIS"
+OPENSSL_NAME=openssl-0.9.8a
.ENDIF \ No newline at end of file