summaryrefslogtreecommitdiff
path: root/package/openssl
AgeCommit message (Collapse)Author
2009-01-21openssl: fix build without largefile supportPeter Korsgaard
2009-01-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-06openssl: remove uclibc-susv3-legacy hunk from avr32 patchPeter Korsgaard
2008-12-28openssl: fix uclibc 0.9.30 buildPeter Korsgaard
2008-10-13openssl: fix architecture specified when configuring opensslHans-Christian Egtvedt
This patch will default to linux-generic32, unless a known optimized architecture is selected. As of today it will select optimized config for; avr32, ia64, powerpc and x86_64. This fixes bug #5344. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07openssl: fix compiling OpenSSL for i386 architectureHans-Christian Egtvedt
This patch will use linux-generic32 for all i386 target architectures, which fixes bug #5274. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24openssl: add patch for AVR32 support and optimizationHans-Christian Egtvedt
This patch adds support for AVR32 architecture and adds an optimized DES and AES algorithm for this architecture.
2008-09-24openssl: convert to Makefile.autotools.in and bump version to 0.9.8gHans-Christian Egtvedt
This patch converts building of OpenSSL to use Makefile.autotools.in and bumps the version to 0.9.8g. The patches are updated to reflect this version upgrade. A kconfig option for adding the OpenSSL engines is also added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-08openssl: re-revert r22644Peter Korsgaard
The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good.
2008-07-08Revert patch which breaks AVR32 buildUlf Samuelsson
2008-07-08Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anywayHamish Moffatt
2008-07-05Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵Ulf Samuelsson
softfloat
2008-07-05Update config.* of opensslUlf Samuelsson
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-13Store openssl files in /usr/lib/sslUlf Samuelsson
2007-08-11Bump version of openssl, add threadsUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-04-16- install some more stuff that goes into staging_dir into the proper place.Bernhard Reutner-Fischer
First hunk of fixes for bug #1290
2007-04-06- hit awk on steroids with a clue baitBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2005-12-29fix i686 targets [again] bug 595Mike Frysinger
2005-12-03dont set openssl arch to i386-i386 for i386 targets #495 by noahMike Frysinger
2005-10-06openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵Mike Frysinger
Sieg on irc
2005-10-02dont version bump since all the patches need to be redoneMike Frysinger
2005-09-30ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵Mike Frysinger
targets by schieli in Bug 450
2005-08-11forgot to commit thisMike Frysinger
2005-07-12Thomas Lundquist writes:Eric Andersen
If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
2005-03-21Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵Mike Frysinger
will update the version to download as well as one line of the patch which needed correcting.
2005-03-21dont install fips crapMike Frysinger
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-26more help updates from Tom CameronMike Frysinger
2004-12-11openssl doesnt like 'make -j'Eric Andersen
2004-10-21make sure build uses $TARGET_CFLAGS instead of stupid -O3Mike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.