aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl
AgeCommit message (Collapse)Author
2010-03-31openssl: add version 1.0.0Roman I Khimov
* DEFAULT_PREFERENCE = "-1", since it might break apps * enable engines build (and package those separately) Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-30openssl: deal with unpackaged /usr/lib/ssl filesRoman I Khimov
Config file is accessed directly from libcrypto, so belongs to libcrypto package. openssl-misc is a new package that contains CA management scripts. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-03-29openssl-native 0.9.8m: fix stagingKoen Kooi
2010-03-28openssl: convert to new style stagingKoen Kooi
2010-03-19Don't inherit siteinfo in base.bbclassChris Larson
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-03-09opensll: Upgrade to version 0.9.8mHolger Hans Peter Freyther
* Upgrade both openssl and openssl-native to 0.9.8m * Upgrade the Makefile and Config changes * Switch to checksums inside the recipe
2009-12-03openssl-native_0.9.8j.bb : set the noexec bit for stacksGraeme Gregory
This is needed to stop tripping up security protections on Fedora 12 and probably other selinux using distros
2009-10-10classes: Use linux-gnuspe instead of non existing linux-speKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-10conf: Decosmetize TARGET_OSKhem Raj
* This patch reverts the cosmetic change which used linux-gnu instead of linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Holger Freyther <zecke@selfish.org>
2009-09-26openssl.inc: Deal with HOST_OS=linux-gnu during configure.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-09-01openssl.inc: fix packaging on x86_64; use INC_PRMichael Smith
openssl's makefile always installs to ${prefix}/lib, even if libdir is ${prefix}/lib64. Move some files around to make it fit. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-19openssl: Add linux-gnuspe-powerpc to openssl.inc target list.Leon Woestenberg
2009-06-23openssl: add support for compilation on Via C3 host.Rolf Leggewie
Many thanks to Phil Blundell.
2009-06-13openssl: avoid empty PREFIX since this causes Configure to do the wrong thingPhil Blundell
2009-04-03openssl-native: removed FILESPATH setting which is not neededMarcin Juszkiewicz
2009-04-02openssl-0.9.8j: add patch to use LDFLAGS (fixes QA error)Jeremy Lainé
2009-04-01openssl: make the default -native recipe matchMike Westerhof
DEFAULT_PREFERENCE = -1 is removed from the -native recipes; this caused problems with tools linking against different versions of the openssl libs, resulting in obscure build failures (e.g. python-native "import md5" would fail).
2009-03-19openssl-native: make sure that PACKAGES will be empty (from Poky)Marcin Juszkiewicz
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>