summaryrefslogtreecommitdiff
path: root/openssl
AgeCommit message (Collapse)Author
2013-03-31fix gold warning about hidden symbolsPeter Foley
Change-Id: Iae399e4d596db450e3ed0e15678e546aa76797a0
2013-03-21TypoTor Lillqvist
Change-Id: I32c5bc1736305d38fb86b1b8af7606ac6c7f0dd0
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28openssl: unset MAKEFLAGS on !MSC as wellMiklos Vajna
This fixes the following build error here: ar: creating ../libcrypto.a ar: cryptlib.o: No such file or directory make[2]: *** [../libcrypto.a] Error 1 Change-Id: I8f746f4ff44c3797583678e47956363c0cd49829
2013-02-22quiet external module build log unless failureNorbert Thiebaud
ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-01-03Fix typo: s/VISIBILTIY/VISIBILITY/Tor Lillqvist
Change-Id: I6c031e9d2e9211409b28ce0c20a3cd11119ab86e
2012-12-31fix postgresql on winPeter Foley
Change-Id: I2c43441563cfb1237e6b2eaafe0acfaa5e952cde
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 Reviewed-on: https://gerrit.libreoffice.org/1495 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-10-07fix for openssl with MSVC when ccache is enabledPeter Foley
Change-Id: I93deea3a80178f51fff9a23328df7a67f308e052
2012-08-16fix openssl build with VS2012Peter Foley
Change-Id: Ic0e04ab920c50320785f2e1b847026cc4e7b1e0d
2012-06-22.patch files don't need executable bitsMichael Stahl
Change-Id: I0b370ac227bbd833078804d8a276b48666df734c
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-23update internal openssl to version 0.9.8vPetr Mladek
including important bug fixes
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-03-16asm fixes in opensslLuboš Luňák
2012-03-16nss and openssl don't realiably build in paralleltinderbox
2012-03-06fix caseDavid Tardon
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2012-01-21android: don't add -I/usr/include to the compile line - urkMichael Meeks
2011-08-26Bin USE_MINGWTor Lillqvist
Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)
2011-07-27Related: fdo#35404 force .a files to hidden visibilityCaolán McNamara
2011-07-01Don't hardcode -arch armv7 here, breaks build for simulatorTor Lillqvist
2011-06-13Enable building openssl for iOSTor Lillqvist
Wasn't that complicated after all.
2011-06-09First attempt at Android supportTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
2011-01-24Fix typoTor Lillqvist
2011-01-24Fix OpenSSL build for x64 WindowsTor Lillqvist
For wntmscx, pass the platform code as VC-WIN64A to the OpenSSL build mechanism. Add the additional steps described in INSTALL.W64 to do_ms.bat: generate uptable.asm and assemble it. Avoid a problem with _vsnprintf by defining _CRT_NON_CONFORMING_SWPRINTFS.
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono
2010-09-20sb126: #i110197# fixed merge conflictsb
2010-09-16sb126: merged in DEV300_m87sb
2010-09-16default-openssl-no-idea-alg.diff: Disable the IDEA algorithm in openssl.Petr Mladek
There is no license fee only for non-commercial use.
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb
2010-06-16jl153 merge with DEV300_m82Joachim Lingner
2010-06-09CWS-TOOLING: integrate CWS kfreebsdport01v2obo
2010-06-07jl153: #111875# Update OpenSSL to version 0.9.8o on all platforms except ↵Tobias Krause
MacOSX (here we are using system openssl)
2010-04-17kfreebsdport01: fix openssl build on GNU/kFreeBSDRene Engelhard
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-15ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau
2009-12-10CWS-TOOLING: integrate CWS ause106Vladimir Glazunov
2009-12-03ause106: #i107409# fix for windows ccache usageHans-Joachim Lankenau
2009-11-16#i106876# update of OpenSSL from 0.9.8k to 0.9.8lTobias Krause
2009-11-16#i106876# update of OpenSSL from 0.9.8k to 0.9.8lTobias Krause
2009-10-09#i105697# Patch by pjanik: Use 'linux-generic64' to configure openssl.Rüdiger Timm
2009-10-01CWS-TOOLING: integrate CWS cmcfixes62Vladimir Glazounov
2009-09-22 21:19:24 +0200 cmc r276365 : #i100000# that's the most plausible explanation, -D$(CVER) is needed by scp2 under windows 2009-09-19 16:10:36 +0200 cmc r276303 : #i100000# revert this for no partically good reason 2009-09-18 14:16:47 +0200 cmc r276279 : remove extra build depend 2009-09-18 08:56:15 +0200 cmc r276265 : #i100000# rerun autoconf 2009-09-17 14:59:38 +0200 cmc r276245 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@276192 (milestone: DEV300:m59) 2009-09-10 16:40:49 +0200 pl r276041 : fix warning 2009-09-10 11:34:55 +0200 pl r276026 : disable warning from system header 2009-09-09 19:30:45 +0200 pl r276013 : use osl_getAsciiFunctionSymbol instead of strange cast 2009-09-09 19:25:32 +0200 pl r276012 : add some casting hacks to make compile on solaris cc 2009-09-09 19:10:48 +0200 pl r276009 : add missing Configure option for solaris sparce 32bit 2009-09-09 18:37:05 +0200 pl r276008 : merge fix for #i104525# into moved code 2009-09-07 13:28:08 +0200 cmc r275894 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275801 (milestone: DEV300:m57) 2009-08-28 12:36:27 +0200 cmc r275523 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 12:56:18 +0200 cmc r275413 : #i104088# use the right headers in the right place 2009-08-25 17:07:50 +0200 cmc r275372 : #i104500# make openssl build on linux that isn't x86 or x86_64 2009-08-25 13:08:48 +0200 cmc r275347 : #i89237# pretty picswitch up 2009-08-25 10:58:09 +0200 cmc r275342 : #i104489# remove last unused code in starmath 2009-08-25 10:23:33 +0200 cmc r275338 : #i104088# clean up the define post-move 2009-08-24 13:46:57 +0200 cmc r275310 : #i104088# 64bit odbc api changes 2009-08-24 13:42:52 +0200 cmc r275309 : #i89237# unify linux platform mks under a generic parent 2009-08-24 13:19:52 +0200 cmc r275307 : #i104455# remove unused code 2009-08-24 13:10:56 +0200 cmc r275306 : #i104088# 64bit odbc api changes 2009-08-24 10:07:50 +0200 cmc r275293 : #i104306# move recent-used to vcl 2009-08-24 09:32:08 +0200 cmc r275291 : #i104306# move recent-used to vcl 2009-08-23 22:01:07 +0200 cmc r275286 : #i104306# move recently-used to vcl 2009-08-22 15:25:25 +0200 cmc r275285 : #i104088# 64bit odbc api changes 2009-08-21 17:52:40 +0200 cmc r275268 : #i104306# move recently-used to vcl 2009-08-21 14:38:26 +0200 cmc r275257 : #i104408 make these headers ready for c++0x 2009-08-21 14:20:19 +0200 cmc r275251 : #i104406# avoid overlapping strcpy to avoid bustage on recent toolchains 2009-08-21 14:14:25 +0200 cmc r275250 : #i104385# silence 64bit warnings
2009-09-10CWS-TOOLING: integrate CWS mh232Kurt Zenker
2009-08-26 03:52:57 +0200 mh r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh r275383 : #i39230 2009-08-26 03:07:51 +0200 mh r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh r275067 : #i95498# make compile with gcc3