Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: don't override the CC passed at configure time | Thomas Petazzoni | 2010-07-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | openssl: bump version, enable mdc2+camellia+tlsext | Gustavo Zacarias | 2010-06-06 | 1 | -2/+4 |
| | | | | | | | Closes #1951 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | openssl: convert to the generic infrastructure | Thomas Petazzoni | 2010-05-02 | 1 | -34/+51 |
| | | | | | | | | OpenSSL is not using the autotools as its build system. Therefore, we must use the generic infrastructure instead of the autotools one. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | openssl: fix build without ipv6 support | Peter Korsgaard | 2010-04-15 | 1 | -0/+55 |
| | | | | | | Closes #1567 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | openssl: bump version | Gustavo Zacarias | 2010-03-31 | 5 | -107/+1 |
| | | | | | | | Closes #1411 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | openssl: bump to 0.9.8l + security fixes | Gustavo Zacarias | 2009-11-15 | 5 | -1/+107 |
| | | | | | | | Closes #703 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | openssl: use generic support for avr32 | Peter Korsgaard | 2009-09-23 | 1 | -3/+0 |
| | | | | | | | Upstream openssl doesn't have avr32 support, and we dropped the avr32 optimization patch some time ago. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | openssl: remove invalid quotes around x86_64 | Peter Korsgaard | 2009-07-29 | 1 | -1/+1 |
| | | | | | | Thanks for Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | openssl: fix arch handling | Peter Korsgaard | 2009-07-29 | 1 | -4/+4 |
| | | | | | | | | | Closes #497 Use ARCH instead of BR2_ARCH as BR2_ARCH won't match because of the surrounding quotes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/openssl: fix uninstall | Peter Korsgaard | 2009-04-28 | 1 | -0/+8 |
| | |||||
* | package/openssl: STRIP_STRIP_ALL should be used for binaries | Peter Korsgaard | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | package/openssl: also strip libraries with _OPENSSL_BIN is enabled | Peter Korsgaard | 2009-04-28 | 1 | -3/+3 |
| | |||||
* | package/openssl: make sure TARGET_CFLAGS are used | Peter Korsgaard | 2009-04-28 | 1 | -1/+3 |
| | | | | | | | | And remove the unnedded c_rehash binary while we're at it. Patch by Gustavo Zacarias <gustavo@zacarias.com.br>, closes #307. Saves ~250k on PPC with default config (E.G. -Os) | ||||
* | openssl: git rid of version number in patches | Peter Korsgaard | 2009-04-14 | 4 | -0/+0 |
| | | | | As noted by Hamish Moffatt on the list. | ||||
* | openssl: bump version | Peter Korsgaard | 2009-04-07 | 6 | -13/+13 |
| | | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217 Fixes multiple security flaws - See http://www.openssl.org/news/secadv_20090325.txt for details. | ||||
* | Remove asm optimization patch for AVR32. This is non-essencial, yet, was ↵ | Thiago A. Corrêa | 2009-04-06 | 1 | -6355/+0 |
| | | | | unclean and prevented the build from completing. Asked Atmel to submit upstream. | ||||
* | openssl: strip libraries | Peter Korsgaard | 2009-03-15 | 1 | -0/+6 |
| | |||||
* | openssl: misc fixes | Peter Korsgaard | 2009-03-05 | 2 | -1/+13 |
| | | | | | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #151. * Avoid fips directory completely since it just installs source file cruft inlib * Point openssldir to a more friendly and common /etc/ssl rather than /usr/lib/ssl | ||||
* | Bump version to 0.9.8j | Hamish Moffatt | 2009-02-24 | 5 | -1/+1 |
| | |||||
* | openssl: fix build without largefile support | Peter Korsgaard | 2009-01-21 | 1 | -0/+19 |
| | |||||
* | Kconfig: remove 'default n' and 'default no' (see r22874) | Peter Korsgaard | 2009-01-18 | 1 | -2/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | openssl: remove uclibc-susv3-legacy hunk from avr32 patch | Peter Korsgaard | 2009-01-06 | 1 | -9/+0 |
| | |||||
* | openssl: fix uclibc 0.9.30 build | Peter Korsgaard | 2008-12-28 | 1 | -0/+18 |
| | |||||
* | openssl: fix architecture specified when configuring openssl | Hans-Christian Egtvedt | 2008-10-13 | 1 | -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 architecture | Hans-Christian Egtvedt | 2008-10-07 | 1 | -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 optimization | Hans-Christian Egtvedt | 2008-09-24 | 1 | -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.8g | Hans-Christian Egtvedt | 2008-09-24 | 5 | -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 spaces | Peter Korsgaard | 2008-08-04 | 1 | -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 Korsgaard | 2008-07-17 | 1 | -2/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | openssl: re-revert r22644 | Peter Korsgaard | 2008-07-08 | 1 | -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 build | Ulf Samuelsson | 2008-07-08 | 1 | -0/+1 |
| | |||||
* | Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway | Hamish Moffatt | 2008-07-08 | 1 | -1/+0 |
| | |||||
* | Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵ | Ulf Samuelsson | 2008-07-05 | 2 | -0/+14 |
| | | | | softfloat | ||||
* | Update config.* of openssl | Ulf Samuelsson | 2008-07-05 | 1 | -0/+1 |
| | |||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -3/+3 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -5/+5 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -6/+6 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Store openssl files in /usr/lib/ssl | Ulf Samuelsson | 2007-08-13 | 1 | -1/+3 |
| | |||||
* | Bump version of openssl, add threads | Ulf Samuelsson | 2007-08-11 | 3 | -81/+41 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -24/+31 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | - hit awk on steroids with a clue bait | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -1/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+2 |
| | |||||
* | fix i686 targets [again] bug 595 | Mike Frysinger | 2005-12-29 | 1 | -3/+3 |
| | |||||
* | dont set openssl arch to i386-i386 for i386 targets #495 by noah | Mike Frysinger | 2005-12-03 | 1 | -2/+6 |
| | |||||
* | openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵ | Mike Frysinger | 2005-10-06 | 1 | -0/+4 |
| | | | | Sieg on irc | ||||
* | dont version bump since all the patches need to be redone | Mike Frysinger | 2005-10-02 | 1 | -1/+1 |
| | |||||
* | ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵ | Mike Frysinger | 2005-09-30 | 1 | -2/+8 |
| | | | | targets by schieli in Bug 450 |