summaryrefslogtreecommitdiffstats
path: root/package/openssl
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to 0.9.8jHamish Moffatt2009-02-245-1/+1
|
* openssl: fix build without largefile supportPeter Korsgaard2009-01-211-0/+19
|
* Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard2009-01-181-2/+0
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* openssl: remove uclibc-susv3-legacy hunk from avr32 patchPeter Korsgaard2009-01-061-9/+0
|
* openssl: fix uclibc 0.9.30 buildPeter Korsgaard2008-12-281-0/+18
|
* openssl: fix architecture specified when configuring opensslHans-Christian Egtvedt2008-10-131-5/+13
| | | | | | | | | | | | | 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>
* openssl: fix compiling OpenSSL for i386 architectureHans-Christian Egtvedt2008-10-071-6/+1
| | | | | | | | 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>
* openssl: add patch for AVR32 support and optimizationHans-Christian Egtvedt2008-09-241-0/+6364
| | | | | | This patch adds support for AVR32 architecture and adds an optimized DES and AES algorithm for this architecture.
* openssl: convert to Makefile.autotools.in and bump version to 0.9.8gHans-Christian Egtvedt2008-09-245-353/+48
| | | | | | | | | | 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>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-3/+3
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* openssl: re-revert r22644Peter Korsgaard2008-07-081-1/+0
| | | | | The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good.
* Revert patch which breaks AVR32 buildUlf Samuelsson2008-07-081-0/+1
|
* Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anywayHamish Moffatt2008-07-081-1/+0
|
* Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵Ulf Samuelsson2008-07-052-0/+14
| | | | softfloat
* Update config.* of opensslUlf Samuelsson2008-07-051-0/+1
|
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-3/+3
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-5/+5
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-6/+6
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-2/+2
|
* Store openssl files in /usr/lib/sslUlf Samuelsson2007-08-131-1/+3
|
* Bump version of openssl, add threadsUlf Samuelsson2007-08-113-81/+41
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - install some more stuff that goes into staging_dir into the proper place.Bernhard Reutner-Fischer2007-04-161-24/+31
| | | | First hunk of fixes for bug #1290
* - hit awk on steroids with a clue baitBernhard Reutner-Fischer2007-04-061-1/+2
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* fix i686 targets [again] bug 595Mike Frysinger2005-12-291-3/+3
|
* dont set openssl arch to i386-i386 for i386 targets #495 by noahMike Frysinger2005-12-031-2/+6
|
* openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵Mike Frysinger2005-10-061-0/+4
| | | | Sieg on irc
* dont version bump since all the patches need to be redoneMike Frysinger2005-10-021-1/+1
|
* ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵Mike Frysinger2005-09-301-2/+8
| | | | targets by schieli in Bug 450
* forgot to commit thisMike Frysinger2005-08-111-0/+13
|
* Thomas Lundquist writes:Eric Andersen2005-07-122-1/+11
| | | | | | | | | | | | | | | | | | | | 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.
* Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵Mike Frysinger2005-03-212-3/+3
| | | | will update the version to download as well as one line of the patch which needed correcting.
* dont install fips crapMike Frysinger2005-03-211-0/+43
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+6
|
* openssl doesnt like 'make -j'Eric Andersen2004-12-111-2/+2
|
* make sure build uses $TARGET_CFLAGS instead of stupid -O3Mike Frysinger2004-10-211-5/+7
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-3/+249
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+78
directory.