Re: [oe] [PATCH 02/11] dropbear: Removed openmoko references. Added /etc/default/dropbear

2010-11-17 Thread Camille Moncelier
@@ +# DROPBEAR_BANNER= +# DROPBEAR_RSAKEY=/etc/dropbear/dropbear_rsa_host_key +# DROPBEAR_DSSKEY=/etc/dropbear/dropbear_dss_host_key ^^^ should this be dsa ? Nope, it's DSS . You can look in recipes/dropbear/dropbear/init, dropbearkey use dss for its key type. -- Camille Moncelier http://devlife.org

Re: [oe] [PATCH 01/11] parted: Added parted-native

2010-11-07 Thread Camille Moncelier
On Sun, 7 Nov 2010 02:20:26 +0100 Martin Jansa martin.ja...@gmail.com wrote: should not.. but now it is, because it's broken by autotools/base/vala bbclass (in this case is maybe even intentional to remove lvm2 dependency?). It is as lvm2-native doesn't exists, it seemed it didn't made

Re: [oe] [PATCH 01/11] parted: Added parted-native

2010-11-07 Thread Camille Moncelier
imho... -- Camille Moncelier http://devlife.org/ ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH 04/11] rng-tools_2: Add a file in /etc/default to configure hrngdevice

2010-11-07 Thread Camille Moncelier
) Signed-off-by: Camille Moncelier moncel...@devlife.org --- recipes/rng-tools/files/init | 48 ++-- recipes/rng-tools/files/rng-tools |2 + recipes/rng-tools/rng-tools_2.bb |7 - 3 files changed, 42 insertions(+), 15 deletions(-) create mode 100644

[oe] [PATCH 01/11] parted: Added parted-native

2010-11-06 Thread Camille Moncelier
Signed-off-by: Camille Moncelier moncel...@devlife.org --- recipes/parted/parted_2.3.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/recipes/parted/parted_2.3.bb b/recipes/parted/parted_2.3.bb index d2ac303..6efb398 100644 --- a/recipes/parted/parted_2.3.bb +++ b

[oe] [PATCH 07/11] zbar: Add support for Qt widgets and bump to 0.10

2010-11-06 Thread Camille Moncelier
* Added support for qt widgets (not only gtk ones) Signed-off-by: Camille Moncelier moncel...@devlife.org --- recipes/zbar/zbar_0.10.bb | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 recipes/zbar/zbar_0.10.bb diff --git a/recipes

[oe] [PATCH 02/11] dropbear: Removed openmoko references. Added /etc/default/dropbear

2010-11-06 Thread Camille Moncelier
Signed-off-by: Camille Moncelier moncel...@devlife.org --- recipes/dropbear/dropbear.inc |4 +--- recipes/dropbear/dropbear/default |4 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 recipes/dropbear/dropbear/default diff --git a/recipes/dropbear

[oe] [PATCH 08/11] log4cpp: Added recipe for log4cpp

2010-11-06 Thread Camille Moncelier
* Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable. Signed-off-by: Camille Moncelier moncel...@devlife.org --- .../log4cpp/log4cpp-1.0

[oe] [PATCH 09/11] pathfinder: Added pathfinder (X.509 path verification)

2010-11-06 Thread Camille Moncelier
* PathFinder is designed to provide a mechanism for any program to perform RFC3280-compliant path validation of X509 certificates, even when some of the intermediate certificates are not present on the local machine. * pathfinder can be used with opkg to provide

[oe] [PATCH 11/11] ccid: Bump version to 1.4.0 (Needs pcsc-lite 1.6.2)

2010-11-06 Thread Camille Moncelier
Signed-off-by: Camille Moncelier moncel...@devlife.org --- recipes/ccid/ccid_1.4.0.bb | 28 recipes/ccid/files/no-cardman-5321.diff | 10 ++ 2 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 recipes/ccid/ccid_1.4.0.bb

[oe] [PATCH 10/11] pcsc-lite: Add support for ccid 1.4.0

2010-11-06 Thread Camille Moncelier
Signed-off-by: Camille Moncelier moncel...@devlife.org --- recipes/pcsc-lite/pcsc-lite_1.6.4.bb | 35 ++ 1 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 recipes/pcsc-lite/pcsc-lite_1.6.4.bb diff --git a/recipes/pcsc-lite/pcsc-lite_1.6.4.bb

Re: [oe] [PATCH 01/11] parted: Added parted-native

2010-11-06 Thread Camille Moncelier
? -- Camille Moncelier http://devlife.org/ If Java had true garbage collection, most programs would delete themselves upon execution. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman

[oe] [PATCH] rng-tools_2: Add a file in /etc/default to configure hrngdevice

2010-11-03 Thread Camille Moncelier
) Signed-off-by: Camille Moncelier moncel...@devlife.org --- recipes/rng-tools/files/init | 48 ++-- recipes/rng-tools/files/rng-tools |2 + recipes/rng-tools/rng-tools_2.bb |7 - 3 files changed, 42 insertions(+), 15 deletions(-) create mode 100644

Re: [oe] opkg memory problem?

2009-11-05 Thread Camille Moncelier
/sledz/work/HydraIP/OE/tmp.4/staging/i686-linux/usr/lib/libopkg.so.0(opkg_cmd_exec+0x3a)[0xb76d93ca] /home/DRESEARCH/sledz/work/HydraIP/OE/tmp.4/staging/i686-linux/usr/lib/libopkg.so.0(opkg_op+0x19e)[0xb76d6ece] -- Camille Moncelier http://devlife.org

[oe] [PATCH] Add ssl support to curl in opkg

2009-10-27 Thread Camille Moncelier
This patch adds to opkg several option which allows to configure curl to use openssl autenticate an https session. The client when downloading packages will be able to verify the sever signature, authenticate itself, via certificates on disk or on a smartcard. # example opkg.conf settings

Re: [oe] [opkg-devel] Re: [PATCH] Opkg support for smime (pkcs7) packages list signing

2009-10-26 Thread Camille Moncelier
Nope, no reactions, it seems opkg mainteners are quite busy sometimes. On Mon, Oct 26, 2009 at 4:06 PM, Florian Boor florian.b...@kernelconcepts.de wrote: Hi, Camille Moncelier schrieb: As promised :) here is a patch allowing opkg to authenticate a package list using smime and openssl

Re: [oe] [PATCH] Add sha256 ckecksums to okpg

2009-10-15 Thread Camille Moncelier
This time with a working patch, damn fat fingers... Camille Moncelier http://devlife.org/ On Thu, Oct 15, 2009 at 10:59 AM, Camille Moncelier moncel...@devlife.org wrote: Here is a patch which adds sha256 checksum checking to Opkg. More Opkg patches will follow shortly (x509 and smime