Re: [oe] [meta-oe][master/fido/dizzy][PATCH] libssh2: upgrade to v1.6.0

2015-06-25 Thread Hugo Vasconcelos Saldanha
On Thu, Jun 25, 2015 at 11:48:27AM -0300, Martin Jansa wrote: On Tue, Jun 23, 2015 at 01:02:04PM -0300, Hugo Vasconcelos Saldanha wrote: Besides new features and improvements, this fixes CVE-2015-1782. Release branches aren't getting new features, new versions unless there is very good

[oe] [meta-oe][fido][dizzy][PATCH] libssh2: fix CVE-2015-1782

2015-06-25 Thread Hugo Vasconcelos Saldanha
Refer to: http://www.libssh2.org/adv_20150311.html Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- .../libssh2/libssh2-1.4.3/CVE-2015-1782.patch | 115 + meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb | 4 +- 2 files changed, 118 insertions

[oe] [meta-oe][master/fido/dizzy][PATCH] libssh2: upgrade to v1.6.0

2015-06-23 Thread Hugo Vasconcelos Saldanha
Besides new features and improvements, this fixes CVE-2015-1782. License's md5 changed because of a modified copyright. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- .../recipes-support/libssh2/{libssh2_1.4.3.bb = libssh2_1.6.0.bb} | 6 +++--- 1 file changed, 3

Re: [oe] [meta-java][PATCH] cacao: fix problem with internal garbage collector

2015-03-31 Thread Hugo Vasconcelos Saldanha
Hi Otavio, On Mon, Mar 30, 2015 at 09:46:24PM -0300, Otavio Salvador wrote: On Mon, Mar 30, 2015 at 4:06 PM, Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br wrote: Cacao uses an internal version of bdwgc that was being installed (headers, libs, etc.) together with the JVM, unnecessarily

[oe] [meta-java][PATCH v2] cacao: fix problem with internal garbage collector

2015-03-31 Thread Hugo Vasconcelos Saldanha
Cacao uses an internal version of bdwgc that was being installed (headers, libs, etc.) together with the JVM, unnecessarily conflicting with original bdwgc package. A patch from Gentoo is applied so the system's bdwgc is used instead. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda

[oe] [meta-java][PATCH] cacao: fix problem with internal garbage collector

2015-03-30 Thread Hugo Vasconcelos Saldanha
Cacao uses an internal version of bdwgc that was being installed (headers, libs, etc.) together with the JVM, unnecessarily conflicting with original bwdgc package. A patch from Gentoo is applied so the system's bdwgc is used instead. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda

Re: [oe] [PATCH 00/18] Dizzy pull request

2015-03-30 Thread Hugo Vasconcelos Saldanha
Hi, On Fri, Mar 27, 2015 at 12:26:59AM -0300, Armin Kuster wrote: Please consider this changes for meta-openembedded dizzy-next It would be great if commit c5398fc0fe246e4828c9e950f779f437266bfaa1 gets added do dizzy also. Thanks! -- Hugo --

Re: [oe] [meta-networking][PATCH] crda: move libgcrypt to DEPENDS

2015-03-04 Thread Hugo Vasconcelos Saldanha
Hi, On Wed, Mar 04, 2015 at 01:39:04PM -0300, Javier Viguera wrote: crda has a build time dependence on libgcrypt, so move the dependence from RDEPENDS to DEPENDS. Otherwise the build fails with: reglib.c:28:20: fatal error: gcrypt.h: No such file or directory Signed-off-by: Javier

[oe] [meta-java][PATCH 3/3] icedtea7-native: remove currency data generation expiration date

2015-02-24 Thread Hugo Vasconcelos Saldanha
Removes a currency date expiration check whis causes a build failure. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- ...njdk-remove-currency-data-generation-expi.patch | 25 ++ recipes-core/icedtea/openjdk-7-release-03b147.inc | 2 ++ 2 files changed

[oe] [meta-java][PATCH 0/3] Some build fixes

2015-02-24 Thread Hugo Vasconcelos Saldanha
This series tries to fix some problems I've encountered lately. Hugo Vasconcelos Saldanha (3): cacao: create the link /usr/bin/java in cacao-native gnujaf: remove unnecessary reference to autotools icedtea7-native: remove currency data generation expiration date recipes-core/cacao

[oe] [meta-java][PATCH 2/3] gnujaf: remove unnecessary reference to autotools

2015-02-24 Thread Hugo Vasconcelos Saldanha
do_install was calling an unnecessary 'make install'. oe_jarinstall provided by java-library class is sufficient. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- recipes-core/classpathx/gnujaf_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-java][PATCH 1/3] cacao: create the link /usr/bin/java in cacao-native

2015-02-24 Thread Hugo Vasconcelos Saldanha
In native build, the link is not created by update-alternatives. Some package builds were failing, like gnumail and gnujaf, if cacao was the PREFERRED_PROVIDER_virtual/java-native. Something similiar is currently done with jamvm-native. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda

Re: [oe] iecedtea7-native will not build. Possible fix attached

2015-02-24 Thread Hugo Vasconcelos Saldanha
On Tue, Feb 24, 2015 at 02:08:20PM -0300, Otavio Salvador wrote: On Tue, Feb 24, 2015 at 3:37 AM, Bruce, Henry henry.br...@intel.com wrote: Hello openjdk community, iecedtea7-native from git://git.yoctoproject.org/meta-java doesn't build due to well documented Turkish currency expiration

Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: Failed

2015-02-18 Thread Hugo Vasconcelos Saldanha
On Tue, Feb 17, 2015 at 11:00:27AM -0200, Otavio Salvador wrote: On Fri, Feb 13, 2015 at 12:20 PM, Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br wrote: On Fri, Feb 13, 2015 at 08:33:55AM -0200, Max Krummenacher wrote: Am Freitag, den 13.02.2015, 10:08 + schrieb MONDON Daniel: Ok

Re: [oe] package icedtea6-native-1.8.11-r5.3: task do_compile: Failed

2015-02-13 Thread Hugo Vasconcelos Saldanha
Hi, On Fri, Feb 13, 2015 at 08:33:55AM -0200, Max Krummenacher wrote: Hi Daniel Am Freitag, den 13.02.2015, 10:08 + schrieb MONDON Daniel: Ok, but my problem is I must not change distribution. The system is installed on many machines, and moving to and other repo will generate

[oe] [meta-java][PATCH v2] cacao: upgrade m4 macros in source tree

2015-02-12 Thread Hugo Vasconcelos Saldanha
Before configuring package, we upgrade m4 macros with a call to libtoolize. Otherwise, compiling would fail with a complain about different versions of libtool. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- recipes-core/cacao/cacao_1.6.1.bb | 2 ++ 1 file changed, 2

[oe] [meta-java][PATCH] cacao: upgrade m4 macros in source tree

2015-02-12 Thread Hugo Vasconcelos Saldanha
Before configuring package, we upgrade m4 macros with a call to libtoolize. Otherwise, compiling would fail with a complain about different versions of libtool. --- recipes-core/cacao/cacao_1.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/cacao/cacao_1.6.1.bb

[oe] [meta-networking][PATCH] crda: upgrade to 3.13

2015-01-29 Thread Hugo Vasconcelos Saldanha
Vasconcelos Saldanha hugo.salda...@aker.com.br --- meta-networking/licenses/copyleft-next-0.3.0 | 219 + ...STDIR-support-in-install-libreg-rules-in-.patch | 33 ...e-linking-order-to-avoid-compilation-erro.patch | 49 + .../do-not-run-ldconfig-if-destdir

[oe] [meta-networking][PATCH] crda: upgrade to 3.13

2015-01-29 Thread Hugo Vasconcelos Saldanha
Vasconcelos Saldanha hugo.salda...@aker.com.br --- meta-networking/licenses/copyleft-next-0.3.0 | 219 + ...STDIR-support-in-install-libreg-rules-in-.patch | 33 ...e-linking-order-to-avoid-compilation-erro.patch | 49 + .../do-not-run-ldconfig-if-destdir