summaryrefslogtreecommitdiff
path: root/packages/openssl
AgeCommit message (Collapse)AuthorFiles
2008-05-17openssl_0.9.8g.bb: update debian.patch to fix ssl hole (Closes: #4266)Jeremy Laine3
* update debian.patch to the latest available version (0.9.8g-10) * closes the libssl vulnerability due to the missing MD_Update call
2008-05-17openssl.inc: add definitions for mips/mipsel (Closes: #4268)Jeremy Laine1
2008-05-16openssl-native: remove the CFLAG export, it isn't needed, contrary to my ↵Koen Kooi2
previous build attemps, so everything should work again (including generating vulnerable keys)
2008-05-16disapproval of revision '462968658bdc2a3c48a8d634f9be59d450259f49'Koen Kooi2
2008-05-16openssl-native_*.bb: do not export CFLAG, this is set by do_configureJeremy Laine2
2008-05-14openssl-native: also fix 0.9.7m and def-pref -1 0.9.8 since it doesn't buildKoen Kooi2
2008-05-14openssl-native: stop leaking target compile flags (FULL_OPTIMIZATION) into ↵Koen Kooi1
native build, it kills kittens.
2008-05-13openssl-native_0.9.8g.bb: bring openssl-native in sync with latest opensslJeremy Laine1
2008-05-12openssl.inc: fix openssl 0.9.8 builds for x86 targetsJeremy Laine7
* split do_compile() into do do_configure() and do_compile() * don't clobber CFLAG by exporting it: edit Configure script to set the machine-specific flags, and let the Configure script append feature-based flags * don't use linux-pentium and linux-ppro, they got dropped in openssl 0.9.8, use the Debian machine definitions instead
2008-05-12openssl_0.9.8g.bb: fix generation of shared libraries (use correct CC)Jeremy Laine2
* while building the shared versions of libcrypto and libssl, the environment variables were lost, so we ended up using the wrong CC for linking
2008-05-09openssl-native_0.9.7m.bb : new version from OM mtnGraeme Gregory1
2008-05-09openssl_0.9.8g.bb : new version from OM mtnGraeme Gregory4
2008-05-09openssl_0.9.7m.bb : new version from OM mtnGraeme Gregory8
2008-03-04Change staging layout to match the target system layout. WARNING - staging ↵Richard Purdie1
ABI change. This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
2008-01-23openssl: Add patch to build for avr32Florian Boor2
2007-11-13openssl: add sparc support - close #1927Jorik Jonker1
2007-08-27openssl: add arm/uclibc supportKoen Kooi6
2007-07-07openssl: Added configure option for gnueabi-armebRod Whitby2
2007-06-02openssl: Allow openssl to build when using an external toolchain. Closes #2402.Jamie Lenehan1
2007-05-07openssl: fix FILES, spotted by Junqian Gordon XuKoen Kooi4
2006-11-16openssl: Use the new siteinfo stuff to determine the endianess and set theJamie Lenehan3
appropriate flag rather then manually processing the site file contents to do this.
2006-09-17openssl: add openssl-native (needed for git-native)Michael Lauer2
2006-09-08openssl: duplicated mtx-1 specific configuration for mtx-2Martin Dietze1
2006-08-16openssl: Update the endianess test to handle the situation whereJamie Lenehan1
only {big,litte}endian is set to "no" and neither of them is set to "yes". Previously in the case where only one of the entries was present and set to "no", openssl would just assume little endian, even if it was saying no to little endian. Similar fix as for net-snmp as per #1320.
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-05-31openssl - Add i486-linux target.Raymond Danks1
2006-05-11openssl: add patch to make it build for sh3 and sh4. closes #956Michael Lauer3
2006-03-22openssl: add 0.9.7g with pkgconfig supportFlorian Boor5
2006-03-22openssl: reinstate armeb.patchKoen Kooi1
2006-03-19openssl 0.9.7e make it work with gnueabi-armMichael Lauer11
drop older versions
2005-06-30import clean BK tree at cset 1.3670Koen Kooi10