ooo-build r12012 - in branches/sled-10-sp1-ooo-build-2-4: . distro-configs patches/src680



Author: pmladek
Date: Wed Mar 26 17:58:26 2008
New Revision: 12012
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12012&view=rev

Log:
2008-03-26  Petr Mladek  <pmladek suse cz>

	* distro-configs/CommonLinux.conf.in: add --with-system-openssl

	* patches/src680/default-openssl-no-idea-alg.diff:
	* patches/src680/apply: disable the IDEA algorithm in the internal
	  openssl; It is pattented. There is no license fee only for
	  non-commercial use. This change actually affects only the Windows
	  builds because the others should use --with-system-openssl



Added:
   branches/sled-10-sp1-ooo-build-2-4/patches/src680/default-openssl-no-idea-alg.diff
Modified:
   branches/sled-10-sp1-ooo-build-2-4/ChangeLog
   branches/sled-10-sp1-ooo-build-2-4/distro-configs/CommonLinux.conf.in
   branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply

Modified: branches/sled-10-sp1-ooo-build-2-4/distro-configs/CommonLinux.conf.in
==============================================================================
--- branches/sled-10-sp1-ooo-build-2-4/distro-configs/CommonLinux.conf.in	(original)
+++ branches/sled-10-sp1-ooo-build-2-4/distro-configs/CommonLinux.conf.in	Wed Mar 26 17:58:26 2008
@@ -7,6 +7,7 @@
 --with-system-jpeg
 --with-system-libxml
 --with-system-mozilla
+--with-system-openssl
 --with-system-python
 --with-system-stdlibs
 --with-system-zlib

Modified: branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply
==============================================================================
--- branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply	(original)
+++ branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply	Wed Mar 26 17:58:26 2008
@@ -965,6 +965,13 @@
 # Trade speed for reliability with valgrind
 valgrind-alloc.diff, michael
 
+# disable the IDEA algorithm in the internal openssl; It is pattented.
+# There is no license fee only for non-commercial use.
+# This change actually affects only the Windows builds because the others
+# should use --with-system-openssl
+default-openssl-no-idea-alg.diff, pmladek
+
+
 [ Features ]
 # load and save also odf documents in flat xml format as opposed to the
 # compressed ones (conforming to the odf specifications)

Added: branches/sled-10-sp1-ooo-build-2-4/patches/src680/default-openssl-no-idea-alg.diff
==============================================================================
--- (empty file)
+++ branches/sled-10-sp1-ooo-build-2-4/patches/src680/default-openssl-no-idea-alg.diff	Wed Mar 26 17:58:26 2008
@@ -0,0 +1,20 @@
+--- openssl/makefile.mk.old	2008-01-18 14:02:56.000000000 +0100
++++ openssl/makefile.mk	2008-03-26 18:16:35.000000000 +0100
+@@ -60,7 +60,7 @@ TARFILE_NAME=$(OPENSSL_NAME)
+ 
+ CONFIGURE_DIR=.
+ CONFIGURE_ACTION=config
+-CONFIGURE_FLAGS=-I$(SYSBASE)$/usr$/include -L$(SYSBASE)$/usr$/lib shared 
++CONFIGURE_FLAGS=-I$(SYSBASE)$/usr$/include -L$(SYSBASE)$/usr$/lib shared no-idea
+ 
+ BUILD_DIR=.
+ BUILD_ACTION=make CC='$(CC)'
+@@ -123,7 +123,7 @@ OUT2INC += include/openssl/*
+ 
+ 		#CONFIGURE_ACTION=cmd /c $(PERL:s!\!/!) configure
+ 		CONFIGURE_ACTION=$(PERL) configure
+-		CONFIGURE_FLAGS=VC-WIN32
++		CONFIGURE_FLAGS=VC-WIN32 no-idea
+ 		BUILD_ACTION=cmd /c "ms$(EMQ)\do_ms.bat $(subst,/,\ $(normpath,1 $(PERL)))" && nmake -f ms/ntdll.mak
+ 
+ 		OUT2LIB = out32dll$/ssleay32.lib



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]