Peter Korsgaard
a4c8130640
package/openssl: fix uninstall
2009-04-28 18:30:20 +00:00
Peter Korsgaard
32c9952c3f
package/openssl: STRIP_STRIP_ALL should be used for binaries
2009-04-28 18:30:15 +00:00
Peter Korsgaard
df1f80d645
package/openssl: also strip libraries with _OPENSSL_BIN is enabled
2009-04-28 18:30:10 +00:00
Peter Korsgaard
98dcd8656d
package/openssl: make sure TARGET_CFLAGS are used
...
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)
2009-04-28 18:30:06 +00:00
Peter Korsgaard
bd14b0e70f
openssl: bump version
...
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.
2009-04-07 07:01:20 +00:00
Peter Korsgaard
740cf88151
openssl: strip libraries
2009-03-15 07:28:06 +00:00
Peter Korsgaard
89b4f17873
openssl: misc fixes
...
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
2009-03-05 13:48:29 +00:00
Hamish Moffatt
e14c11230a
Bump version to 0.9.8j
2009-02-24 00:37:06 +00:00
Hans-Christian Egtvedt
bd3dd7b6b9
openssl: fix architecture specified when configuring openssl
...
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-13 08:10:35 +00:00
Hans-Christian Egtvedt
599d3243f1
openssl: fix compiling OpenSSL for i386 architecture
...
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-10-07 07:11:15 +00:00
Hans-Christian Egtvedt
1158ddccd9
openssl: convert to Makefile.autotools.in and bump version to 0.9.8g
...
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-09-24 09:10:06 +00:00
Peter Korsgaard
cdf8f1cf2f
openssl: re-revert r22644
...
The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32,
so lets revert this for good.
2008-07-08 13:49:23 +00:00
Ulf Samuelsson
98ddefdad8
Revert patch which breaks AVR32 build
2008-07-08 10:13:04 +00:00
Hamish Moffatt
ad36f93d5d
Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway
2008-07-08 06:40:05 +00:00
Ulf Samuelsson
edbe9d1672
Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled softfloat
2008-07-05 07:25:06 +00:00
Ulf Samuelsson
9fe1876477
Update config.* of openssl
2008-07-05 06:54:35 +00:00
Peter Korsgaard
dfe689229d
buildroot: cleanup <package>-clean targets.
...
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-27 15:42:42 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
5081b43120
Store openssl files in /usr/lib/ssl
2007-08-13 19:35:08 +00:00
Ulf Samuelsson
be62f652d6
Bump version of openssl, add threads
2007-08-11 16:55:52 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
41decaa9fe
- install some more stuff that goes into staging_dir into the proper place.
...
First hunk of fixes for bug #1290
2007-04-16 18:51:20 +00:00
Bernhard Reutner-Fischer
09d260414b
- hit awk on steroids with a clue bait
2007-04-06 15:01:32 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Mike Frysinger
62bc22c2f5
fix i686 targets [again] bug 595
2005-12-29 11:19:18 +00:00
Mike Frysinger
7848054080
dont set openssl arch to i386-i386 for i386 targets #495 by noah
2005-12-03 20:32:13 +00:00
Mike Frysinger
9468545bbf
openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by Sieg on irc
2005-10-06 03:00:54 +00:00
Mike Frysinger
03cac04c28
dont version bump since all the patches need to be redone
2005-10-02 08:37:34 +00:00
Mike Frysinger
18871c83f8
ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 targets by schieli in Bug 450
2005-09-30 01:51:45 +00:00
Eric Andersen
dadad95190
Thomas Lundquist writes:
...
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-07-12 19:53:12 +00:00
Mike Frysinger
56d663b960
Bug #172 , LordApollyon writes: Add support for latest openssl 0.9.7e, This will update the version to download as well as one line of the patch which needed correcting.
2005-03-21 02:35:50 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Eric Andersen
8cdb866d85
openssl doesnt like 'make -j'
2004-12-11 13:03:52 +00:00
Mike Frysinger
c7c896649b
make sure build uses $TARGET_CFLAGS instead of stupid -O3
2004-10-21 15:08:17 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366
use $(TAR_VERBOSITY)
2004-10-09 19:05:40 +00:00
Eric Andersen
44eedc5c44
facelift step number two
2004-10-09 02:49:33 +00:00
Eric Andersen
73f7be8290
Remove the old 'make' directory, and populate the new 'package'
...
directory.
2004-10-09 01:24:28 +00:00