[OE-core] [PATCH 6/7] libid3tag: switch from ftp to http

2017-06-13 Thread Maxin B. John
For the same reasons as Debian: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/lib

[OE-core] [PATCH 3/7] mesa-demos: switch from ftp to https

2017-06-13 Thread Maxin B. John
For the same reasons as Debian: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.3.0

[OE-core] [PATCH 0/7] Moving from ftp to http/https

2017-06-13 Thread Maxin B. John
Reduce the usage of ftp protocol in SRC_URIs: https://www.debian.org/News/2017/20170425 As part of [YOCTO #11413] Maxin B. John (7): libpcre: switch from ftp to https dhcp: switch from ftp to http mesa-demos: switch from ftp to https mesa: switch from ftp to https libglu: switch from

[OE-core] [PATCH 5/7] libglu: switch from ftp to https

2017-06-13 Thread Maxin B. John
For the same reasons as Debian: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/mesa/libglu_9.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/libglu_9.0.0.bb

[OE-core] [PATCH 1/7] libpcre: switch from ftp to https

2017-06-13 Thread Maxin B. John
For the same reasons as Debian: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/libpcre/libpcre_8.40.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libpcre/libpcre_8.40.bb

[OE-core] [PATCH 4/7] mesa: switch from ftp to https

2017-06-13 Thread Maxin B. John
For the same reasons as Debian: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/mesa/mesa_17.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa_17.1.1.bb

[OE-core] [PATCH 2/2] connman: correct the systemd boot in read only rootfs

2017-06-12 Thread Maxin B. John
-only file system[[0m Fix this failure and make connman co-exist with systemd-resolved. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/connman/connman.inc | 15 ++- ...vice-stop-systemd-resolved-when-we-use-co.patch | 29 ++

[OE-core] [PATCH 1/2] systemd: enable resolved and networkd

2017-06-12 Thread Maxin B. John
Enable systemd-resolved and systemd-networkd by default. Make it co-exist with connman and Fix associated problems in read-only rootfs. Fixes [YOCTO #11331] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/systemd/systemd_232.bb | 13 ++--- 1 file chang

[OE-core] [PATCH 0/2] [RFC] fix systemd-resolved and connman boot in read only rootfs

2017-06-12 Thread Maxin B. John
1. Enable systemd-resolved and systemd-networkd by default 2. Fix systemd-resolved in read only rootfs 3. Fix connman for read-only rootfs 4. Resolve the conflict with systemd-resolved and connman Maxin B. John (2): systemd: enable resolved and networkd connman: correct the systemd boot

[OE-core] [krogoth][PATCH 3/3] ed: fix SRC_URI

2017-06-01 Thread Maxin B. John
Upstream has removed the source tarball from server. So,moving SRC_URI to downloads.yoctoproject.org [YOCTO #11555] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ed/ed_1.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

[OE-core] [krogoth][PATCH 2/3] rng-tools: backport SRC_URI update

2017-06-01 Thread Maxin B. John
Backport SRC_URI update from OE-Core rev: 60732e6b91 [YOCTO #11558] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/rng-tools/rng-tools_5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/rng-tools/rng-tools_5.bb

[OE-core] [krogoth][PATCH 1/3] pax-utils: update SRC_URI

2017-06-01 Thread Maxin B. John
Fixes this warning: WARNING: pax-utils-1.1.5-r0 do_fetch: Failed to fetch URL http://gentoo.osuosl.org/distfiles/pax-utils-1.1.5.tar.xz, attempting MIRRORS if available [YOCTO #11559] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/pax-utils/pax-utils_1.1.5.

[OE-core] [PATCH 1/3] sqlite3: upgrade 3.18.0 -> 3.19.2

2017-05-31 Thread Maxin B. John
more bugs in the LEFT JOIN flattening optimization. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/{sqlite3_3.18.0.bb => sqlite3_3.19.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_

[OE-core] [PATCH 2/3] libtasn1: upgrade 4.10 -> 4.12

2017-05-31 Thread Maxin B. John
in asn1_find_node(). That prevents a crash when a very long variable name is provided by the developer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/gnutls/{libtasn1_4.10.bb => libtasn1_4.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename met

[OE-core] [PATCH 3/3] pkgconfig: upgrade 0.29.1 -> 0.29.2

2017-05-31 Thread Maxin B. John
Remove backported patch: 1. 0001-gdate-Move-warning-pragma-outside-of-function.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...e-Move-warning-pragma-outside-of-function.patch | 39 -- meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 5 ++- 2

[OE-core] [PATCH 1/2] mmc-utils: Upgrade to latest git version

2017-05-29 Thread Maxin B. John
Updates in the new version: 37c86e6 : mmc-utils: Check for ext_csd_rev only once c22a92f : mmc-utils: feature spec 5.0+, Pre EOL information 34a954b : mmc-utils: feature spec 5.0+, device life time estimation for MLC and pSLC mode Signed-off-by: Maxin B. John <maxin.j...@intel.

[OE-core] [PATCH 2/2] bluez5: Upgrade 5.44 -> 5.45

2017-05-29 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/bluez5/{bluez5_5.44.bb => bluez5_5.45.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez5/{bluez5_5.44.bb => bluez5_5.45.bb} (91%) diff --git a/

Re: [OE-core] [pyro] [PATCH] cryptodev-linux: update SRC_URI

2017-05-29 Thread Maxin B. John
Hi Rebecca, On Fri, May 26, 2017 at 03:07:01PM +0800, Chang Rebecca Swee Fun wrote: > Gna! project announced that the download site from gna.org HTTP server > will soon be closing down. We have verified that the site is no longer > accessible without network proxy cache. We need to update SRC_URI

Re: [OE-core] [PATCH 5/9] gstreamer1.0-plugins-ugly: upgrade to version 1.12.0

2017-05-16 Thread Maxin B. John
Hi, On Tue, May 16, 2017 at 01:26:15PM +0200, Carlos Rafael Giani wrote: > * libmad plugin was removed in 1.12.0, since mad is GPLed, unmaintained, > and both gst-libav & the mpg123 plugin are fully functional alternatives > > Signed-off-by: Carlos Rafael Giani > ---

[OE-core] [PATCH 1/3] useradd: remove preinst script referring to recipe sysroot

2017-05-09 Thread Maxin B. John
Remove recipe-specific-sysroot details from the preinst scripts generated by useradd.bbclass. Fixes [YOCTO #11460] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/useradd.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/c

[OE-core] [PATCH 2/3] DEBIAN_MIRROR: switch from ftp to http

2017-05-09 Thread Maxin B. John
All public-facing debian.org FTP services will be shut down on November 1, 2017 The mirrors should just be accessed using HTTP instead. https://www.debian.org/News/2017/20170425 Fixes [YOCTO #11413] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/mirrors.bbclas

[OE-core] [PATCH 3/3] GNU_MIRROR: switch from ftp to https

2017-05-09 Thread Maxin B. John
Based on the same reason behind DEBIAN's switch from ftp: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/mirrors.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/mirrors.bbclass b/meta/c

Re: [OE-core] [PATCH v2] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
Hi Ross, On Mon, May 08, 2017 at 01:04:54PM +0100, Burton, Ross wrote: >>On 8 May 2017 at 12:46, Maxin B. John <maxin.j...@intel.com> wrote: >> >>+PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,nftables,nftables" >>+PACKAGECONFIG[iptables

[OE-core] [PATCH v2] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
all-nftables-fix-build-with-libnftnl-1.0.7.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/connman/connman.inc | 5 +- ...x-compile-on-musl-with-kernel-4.9-headers.patch | 37 ++-- ...ll-nftables-fix-build-with-libnftnl-1.0.7.pa

Re: [OE-core] [PATCH 1/3] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
Hi Jussi, On Mon, May 08, 2017 at 01:55:19PM +0300, Jussi Kukkonen wrote: >>PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls," >>+PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,nftables,nftables" > The default is "--with-firewall=iptables", I think it would be

[OE-core] [PATCH 3/3] ofono: drop unmaintained _git recipe

2017-05-08 Thread Maxin B. John
Similar to gstreamer _git recipes, this recipe wasn't kept upto date or tested regularly. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/ofono/ofono_git.bb | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta/recipes-connectivity

[OE-core] [PATCH 2/3] ofono: upgrade to 1.20

2017-05-08 Thread Maxin B. John
1.19 -> 1.20 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/ofono/{ofono_1.19.bb => ofono_1.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.19.bb => ofono_1.20.bb} (52%) di

[OE-core] [PATCH 1/3] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
1.33 -> 1.34 1. Refreshed 0001-Fix-compile-on-musl-with-kernel-4.9-headers.patch 2. Removed upstreamed patch: 0003-stats-Fix-bad-file-descriptor-initialisation.patch 3. Provided a PACKAGECONFIG for nftables support Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- met

[OE-core] [PATCH 3/5] libsolv: upgrade to 0.6.27

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/libsolv/{libsolv_0.6.26.bb => libsolv_0.6.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.26.bb => libsolv_0.6.27.bb} (95%) diff --git a/

[OE-core] [PATCH 2/5] minicom: upgrade to 2.7.1

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/minicom/{minicom_2.7.bb => minicom_2.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/minicom/{minicom_2.7.bb => minicom_2.7.1.bb} (87%) diff --git a/meta/reci

[OE-core] [PATCH 4/5] sqlite3: upgrade to 3.18.0

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/{sqlite3_3.17.0.bb => sqlite3_3.18.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.17.0.bb => sqlite3_3.18.0.bb} (59%) diff --git a/

[OE-core] [PATCH 0/5] version upgrades

2017-05-08 Thread Maxin B. John
Package version upgrades based on AUH. Maxin B. John (5): mc: upgrade to 4.8.19 minicom: upgrade to 2.7.1 libsolv: upgrade to 0.6.27 sqlite3: upgrade to 3.18.0 harfbuzz: upgrade to 1.4.6 .../recipes-extended/libsolv/{libsolv_0.6.26.bb => libsolv_0.6.27.bb} | 2 +- meta/reci

[OE-core] [PATCH 1/5] mc: upgrade to 4.8.19

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb} (94%) diff --git a/meta/recipes-extended/mc/mc_

[OE-core] [PATCH 5/5] harfbuzz: upgrade to 1.4.6

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.4.1.bb => harfbuzz_1.4.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.4.1.bb => harfbuzz_1.4.6.bb} (88%) diff --git a/

[OE-core] [PATCH] pixbufcache.bbclass: update postinst script name

2017-04-18 Thread Maxin B. John
The name of postinst scripts created by pixbufcache class contains "useradd" in it. Remove it to avoid confusion. As suggested by RP. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/pixbufcache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[OE-core] [PATCH v2] ed: update SRC_URI to yoctoproject mirror

2017-04-11 Thread Maxin B. John
Upstream has removed the 1.14.1 release from ftp.gnu.org and moved to the latest 1.14.2. Since we don't want to upgrade at this point of time, temporarily move the SRC_URI to yoctoproject mirror. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ed/ed_1.14.1.

Re: [OE-core] [PATCH] ed: update to 1.14.2

2017-04-11 Thread Maxin B. John
Hi Rebecca, On Tue, Apr 11, 2017 at 09:09:23AM +0100, Chang, Rebecca Swee Fun wrote: >Thanks Jussi, Richard was suggesting to add a note in the recipe about >upstream regularly removing releases. Should I push a V2? Is Maxim working on >it? If we were not in a Feature freeze, upgrading would

Re: [OE-core] [PATCH 0/1] Restore proper attributions to libsolv patch

2017-04-11 Thread Maxin B. John
Hi Mark, On Mon, Apr 10, 2017 at 03:58:27PM -0500, Mark Hatle wrote: > > Per the email: > http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135460.html > > Neal's attribution to the original code was lost. In addition the original > two patches were squashed together. This

Re: [OE-core] [PATCH v2 0/3][YOCTO #11090] Set linux-firmware to correct license

2017-04-07 Thread Maxin B. John
Hi, On Fri, Apr 07, 2017 at 03:57:33AM -0700, wei.tee...@intel.com wrote: > From: "Ng, Wei Tee" > > These patches is to update the SRCREV of linux-firmware to the latest HEAD > and set thelicense file explicitly for linux-firmware-carl9170 to GPL-2. > > The SRCREV for

[OE-core] [PATCH] ed: update SRC_URI to yoctoproject mirror

2017-04-06 Thread Maxin B. John
Upstream has removed the 1.14.1 release from ftp.gnu.org and moved on to the latest 1.14.2. Since we don't want to upgrade at this point of time, temporarily move the SRC_URI to yoctoproject mirror. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ed/ed_1.14.1.

Re: [OE-core] [PATCH] libjpeg-turbo: fix build on aarch64 or non-intel build hosts

2017-03-30 Thread Maxin B. John
Hi Tristan, On Wed, Mar 29, 2017 at 06:44:38PM -0700, Andre McCurdy wrote: > On Wed, Mar 29, 2017 at 5:11 AM, Tristan Van Berkom > wrote: > > This is already filed in the appropriate bugzilla: > >https://bugzilla.yoctoproject.org/show_bug.cgi?id=11240 > > >

[OE-core] [PATCH 2/2] valgrind: correct the comparison logic in vg_regtest

2017-03-24 Thread Maxin B. John
do_diffs in the vg_regtest script compares the actual test output against the expected test output and returns 0 if it matches. Previous upgrade modified the return value of do_diffs() and that resulted in ptest failures. [YOCTO #8471] Signed-off-by: Maxin B. John <maxin.j...@intel.

[OE-core] [PATCH 0/2] fix valgrind ptest

2017-03-24 Thread Maxin B. John
Updated perl path in vg_regtest (test script) Fixed the .exp and .out comparison logic [YOCTO #8471] Maxin B. John (2): valgrind: vg_regtest.in: fix perl script valgrind: correct the comparison logic in vg_regtest ...-vg_test-wrapper-to-support-PTEST-formats.patch | 4 +-- .../valgrind

[OE-core] [PATCH 1/2] valgrind: vg_regtest.in: fix perl script

2017-03-24 Thread Maxin B. John
@PERL@ in vg_regtest.in causes recipe specific sysroot based perl to be present in the vg_regtest script, making it unusable in the target. Use /usr/bin/perl instead of @PERL@ to fix it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../valgrind/valgrind/fixed-perl-path

[OE-core] [PATCH 1/2] vg_regtest.in : fix perl script

2017-03-24 Thread Maxin B. John
@PERL@ in vg_regtest.in causes recipe specific sysroot based perl to be present in the vg_regtest script, making it unusable in the target. Use /usr/bin/perl instead of @PERL@ to fix it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../valgrind/valgrind/fixed-perl-path

[OE-core] [PATCH 2/2] do_diffs: correct the comparison logic

2017-03-24 Thread Maxin B. John
do_diffs in the vg_regtest script compares the actual test output against the expected test output and returns 0 if it matches. Previous upgrade modified the return value of do_diffs() and that resulted in ptest failures. [YOCTO #8471] Signed-off-by: Maxin B. John <maxin.j...@intel.

[OE-core] [PATCH 0/2] fix valgrind ptest

2017-03-24 Thread Maxin B. John
Updated perl path in vg_regtest (test script) Fixed the .exp and .out comparison logic [YOCTO #8471] Maxin B. John (2): vg_regtest.in : fix perl script do_diffs: correct the comparison logic ...-vg_test-wrapper-to-support-PTEST-formats.patch | 4 +-- .../valgrind/valgrind/fixed-perl

[OE-core] [PATCH v2] useradd.bbclass: drop obsolete code

2017-03-08 Thread Maxin B. John
Cleanup useradd class by removing the code made obsolete by the introduction of Recipe Specific Sysroot. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- Changes in v2: Update PSEUDO_PASSWD as it is required by pseudo and without it ipk builds would break --- meta/classes/useradd.b

[OE-core] [PATCH] screen: update to 4.5.1

2017-03-04 Thread Maxin B. John
4.4.0 -> 4.5.1 Fixes logfile permissions problem (CVE-2017-5618) Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/screen/{screen_4.4.0.bb => screen_4.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/screen/{

[OE-core] [PATCH 2/2] useradd.bbclass: drop obsolete code

2017-02-28 Thread Maxin B. John
Cleanup useradd class by removing the code made obsolete by the introduction of Recipe Specific Sysroot. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/useradd.bbclass | 35 --- 1 file changed, 35 deletions(-) diff --git a/meta/c

[OE-core] [PATCH 1/2] gstreamer1.0-omx_1.2.0: remove recipe

2017-02-28 Thread Maxin B. John
Removing this recipe since we have the latest gstreamer1.0-omx_1.10.4 in place. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | 11 --- 1 file changed, 11 deletions(-) delete mode 100644 meta/recipes-mult

[OE-core] [PATCH 2/2] gstreamer: update to 1.10.4

2017-02-24 Thread Maxin B. John
bug-fix release: *) Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed input files and in other situations (CVE-2017-5847, CVE-2017-5848) *) gst-libav was updated to ffmpeg 3.2.4, fixing a couple of CVEs Signed-off-by: Maxin B. John <maxin.j...@intel.

[OE-core] [PATCH 1/2] iproute2: upgrade to 4.10.0

2017-02-24 Thread Maxin B. John
4.9.0 -> 4.10.0 added the following patch to fix build with musl libc 1) 0001-libc-compat.h-add-musl-workaround.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../0001-libc-compat.h-add-musl-workaround.patch | 41 +++ .../iproute2/iproute2/iproute2-4.9.0-m

Re: [OE-core] [PATCH v2] curl: add ptest

2017-02-21 Thread Maxin B. John
Hi Ross, >On Tue, Feb 21, 2017 at 12:41:10AM +, Burton, Ross wrote: >>On 10 February 2017 at 14:01, Maxin B. John <maxin.j...@intel.com> wrote: >> >> +RDEPENDS_${PN}-ptest += "make bash sudo perl perl-module-cwd >> perl-module-ipc-open2 \ > &g

[OE-core] [PATCH 2/2] iptables: upgrade to 1.6.1

2017-02-21 Thread Maxin B. John
1.6.0 -> 1.6.1 Refreshed the following patches: a) 0001-configure-Add-option-to-enable-disable-libnfnetlink.patch b) 0002-configure.ac-only-check-conntrack-when-libnfnetlink-enabled.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...Add-option-to-enabl

[OE-core] [PATCH 1/2] sqlite3: upgrade to 3.17.0

2017-02-21 Thread Maxin B. John
3.16.2 -> 3.17.0 * Approximately 25% better performance from the R-Tree extension. * Other performance improvements. Uses about 6.5% fewer CPU cycles. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/{sqlite3_3.16.2.bb => sqlite3_3.17.0.bb} | 5 +

[OE-core] [PATCH v2] curl: add ptest

2017-02-10 Thread Maxin B. John
Add ptest support to curl Signed-off-by: Cristian Iorga <cristian.io...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- Changes in v2: Make dependency on openssh optional .../curl/0001-runtests.pl-remove-warning.patch | 31 ++

Re: [OE-core] [PATCH v2] libtasn1: Upgrade 4.9 -> 4.10

2017-02-01 Thread Maxin B. John
Hi Ross, >On Tue, Jan 31, 2017 at 08:02:41PM +, Burton, Ross wrote: >> >>On 31 January 2017 at 15:05, Maxin B. John <maxin.j...@intel.com> wrote: >> >>Somehow we have an old wint_t.m4 provided by gettext-0.18.2 in the >> aclocal search path. &g

Re: [OE-core] [PATCH v2] libtasn1: Upgrade 4.9 -> 4.10

2017-01-31 Thread Maxin B. John
Hi Khem, On Mon, Jan 30, 2017 at 11:23:42AM -0800, Khem Raj wrote: > > > On 1/30/17 3:55 AM, Maxin B. John wrote: > > Removed the following Backported patches: > > 1. 0001-configure-don-t-add-Werror-to-build-flags.patch > > 2. 0002-ASN.y-corrected-compiler

Re: [OE-core] [PATCH v2] libtasn1: Upgrade 4.9 -> 4.10

2017-01-30 Thread Maxin B. John
Hi Ross, >On Mon, Jan 30, 2017 at 11:59:21AM +, Burton, Ross wrote: >>On 30 January 2017 at 11:55, Maxin B. John <maxin.j...@intel.com> wrote: >> >>+From b17dbb8d3c5605db3a1d82861fcaeef4636d1117 Mon Sep 17 00:00:00 2001 >>+From: "Maxin B. John" <m

[OE-core] [PATCH v2] libtasn1: Upgrade 4.9 -> 4.10

2017-01-30 Thread Maxin B. John
with musl ... | from ../../libtasn1-4.10/gl/getopt.c:28: | ./stdint.h:89:5: error: #if with no expression | #if | ^ Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...configure-don-t-add-Werror-to-build-flags.patch | 28 - ...reint

Re: [OE-core] [PATCH 2/4] libtasn1: Upgrade 4.9 -> 4.10

2017-01-26 Thread Maxin B. John
Hi Ross, >On Thu, Jan 26, 2017 at 10:20:16AM +, Burton, Ross wrote: >>On 23 January 2017 at 09:58, Maxin B. John <maxin.j...@intel.com> wrote: >> >>Removed the following Backported patches: >> 1. 0001-configure-don-t-add-Werror-to-build-fl

Re: [OE-core] [PATCH] sstatesig: don't squash dependencies of useradd packages

2017-01-25 Thread Maxin B. John
Hi RP, On Mon, Jan 23, 2017 at 03:59:31PM +, Richard Purdie wrote: > On Mon, 2017-01-23 at 16:55 +0200, Maxin B. John wrote: > > Ping. > > This never merged as I was never 100% convinced this was the correct > way to solve this problem. I'd be interested to understand

Re: [OE-core] [PATCH] sstatesig: don't squash dependencies of useradd packages

2017-01-23 Thread Maxin B. John
Ping. On Mon, Dec 12, 2016 at 03:48:04PM +0200, Maxin B. John wrote: > Without this change, sstate dependency filter squashes dependencies > of packages which inherits useradd class. That causes failures while > rebuilding it for another MACHINE. > > Fixes [YOCTO #8078] > >

[OE-core] [PATCH 3/4] libpng: Upgrade 1.6.26 -> 1.6.28

2017-01-23 Thread Maxin B. John
This upgrade fixes the vulnerability: CVE-2016-10087 License file changes are due to updates in Package Version and Copyright date. ie: 'libpng version 1.6.28, January 5, 2017' Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng_1.6.26.bb => libpng_

[OE-core] [PATCH 1/4] screen: Upgrade 4.4.0 -> 4.5.0

2017-01-23 Thread Maxin B. John
Removed the following Backported patches: 1. 0001-fix-for-multijob-build.patch 2. 0002-comm.h-now-depends-on-term.h.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../screen/0001-fix-for-multijob-build.patch | 58 -- .../screen/0002-comm.h-now-d

[OE-core] [PATCH 2/4] libtasn1: Upgrade 4.9 -> 4.10

2017-01-23 Thread Maxin B. John
Removed the following Backported patches: 1. 0001-configure-don-t-add-Werror-to-build-flags.patch 2. 0002-ASN.y-corrected-compiler-warning.patch 3. 0003-parser_aux-corrected-potential-null-pointer-derefere.patch 4. 0004-tools-eliminated-compiler-warnings.patch Signed-off-by: Maxin B. John

[OE-core] [PATCH 4/4] libpng12: Upgrade 1.2.56 -> 1.2.57

2017-01-23 Thread Maxin B. John
This upgrade fixes the vulnerability: CVE-2016-10087 License file changes are due to updates in Version and Copyright date. ie: 'libpng versions 1.0.7, July 1, 2000, through 1.2.57, December 29, 2016, are Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson' Signed-off-by: Maxin B

Re: [OE-core] [PATCH 2/2] Revert "kernel: Modify kernel modules installation path."

2017-01-20 Thread Maxin B. John
Hi Jason, On Thu, Jan 19, 2017 at 03:24:00PM -0600, Jason Wessel wrote: > > The issue here is that in a multilib build the ${base_libdir} is resolving to > /lib64 which completely breaks some tools that fully expect /lib/modules to > be a fixed location regardless if the target is 32/64 or

[OE-core] [morty][PATCH] busybox: refresh the flock patch

2017-01-17 Thread Maxin B. John
Upstream accepted the flock fix with some improvements. Backport those changes. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...e-the-behaviour-of-c-parameter-to-match-u.patch | 77 ++ 1 file changed, 34 insertions(+), 43 deletions(-) diff --git a/meta/r

Re: [OE-core] [PATCH] busybox: update flock behavior to match upstream

2017-01-17 Thread Maxin B. John
Hi, On Tue, Jan 17, 2017 at 12:59:37PM +, Phil Blundell wrote: > On Thu, 2016-04-21 at 12:24 +0300, Maxin B. John wrote: > > > +- > > +- if (argv[0]) > > +- return spawn_and_wait(argv); > > +- > > ++if (argv[0]) { >

[OE-core] [PATCH 1/4] libproxy: update to version 0.4.14

2017-01-13 Thread Maxin B. John
0.4.13 -> 0.4.14 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libproxy/{libproxy_0.4.13.bb => libproxy_0.4.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libproxy/{libproxy_0.4.13.bb => libproxy_0.4.14.

[OE-core] [PATCH 3/4] netbase: upgrade to version 5.4

2017-01-13 Thread Maxin B. John
5.3 -> 5.4 Refreshed the following patch: a) netbase-add-rpcbind-as-an-alias-to-sunrpc.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...netbase-add-rpcbind-as-an-alias-to-sunrpc.patch | 24 +- .../netbase/{netbase_5.3.bb => netbase_5.4.bb} |

[OE-core] [PATCH 2/4] mdadm: upgrade to version 4.0

2017-01-13 Thread Maxin B. John
l.h-instead-of-sys-poll.h.patch f) mdadm-3.2.2_fix_for_x32.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../0001-Fix-some-type-comparison-problems.patch | 50 - .../mdadm/files/0001-Fix-typo-in-comparision.patch | 86 -- ...dadm.h-bswap-i

[OE-core] [PATCH 4/4] harfbuzz: upgrade to 1.4.1

2017-01-13 Thread Maxin B. John
1.3.4 -> 1.4.1 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.3.4.bb => harfbuzz_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.3.4.bb => harfbuzz_1.4.1.b

[OE-core] [PATCH] sqlite3: upgrade to 3.16.2

2017-01-10 Thread Maxin B. John
3.15.2 -> 3.16.2 1. Updated the SRC_URI for releases in 2017 2. Removed the following revert patch as the fix is present in this release: a) 0001-revert-ad601c7962-that-brings-2-increase-of-build-ti.patch [YOCTO #10695] Signed-off-by: Maxin B. John <maxin.j...@intel.com> ---

Re: [OE-core] [PATCH 0/1] busybox: upgrade to 1.25.1

2017-01-03 Thread Maxin B. John
Hi, On Tue, Jan 03, 2017 at 05:16:05PM +0800, Chen Qi wrote: > The following changes since commit dbb247cac5fbf7b037e4955f9793828451723924: > > bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MC (2016-12-22 > 12:36:40 +) > > are available in the git repository at: > >

Re: [OE-core] [PATCH] ncurses: 6.0+20160625 -> 6.0+20161126

2016-12-27 Thread Maxin B. John
Hi, On Thu, Dec 22, 2016 at 12:54:54PM +0800, Huang Qiyu wrote: > Upgrade ncurses from 6.0+20160625 to 6.0+20161126. This causes build failures for beaglebone and qemumips64 targets: http://errors.yoctoproject.org/Errors/Details/115740/ http://errors.yoctoproject.org/Errors/Details/115738/

[OE-core] [PATCH 2/3] sqlite3: upgrade to 3.15.2

2016-12-21 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/{sqlite3_3.15.1.bb => sqlite3_3.15.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.15.1.bb => sqlite3_3.15.2.bb} (66%) diff --git a/

[OE-core] [PATCH 3/3] ifupdown: upgrade to 0.8.16

2016-12-21 Thread Maxin B. John
Refreshed the following patch: * inet-6-.defn-fix-inverted-checks-for-loopback.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...-6-.defn-fix-inverted-checks-for-loopback.patch | 395 +++-- .../{ifupdown_0.8.2.bb => ifupdown_0.8.16.bb} | 4 +-

[OE-core] [PATCH 1/3 V2] curl: add ptest

2016-12-21 Thread Maxin B. John
Add ptest support to curl [YOCTO #6707] Signed-off-by: Cristian Iorga <cristian.io...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- Changes in V2: Drop ptest dependency on openssh since the Test suite "will not run ssh server as root to mitiga

Re: [OE-core] [PATCH] curl: add ptest

2016-12-19 Thread Maxin B. John
Hi Ross, >On Fri, Dec 16, 2016 at 05:53:25PM +, Burton, Ross wrote: >>On 12 December 2016 at 13:09, Maxin B. John <maxin.j...@intel.com> wrote: >> >>+ python-argparse python-pprint diffutils openssh >> \ >Sadly this depen

[OE-core] [PATCH 2/2] harfbuzz: upgrade to 1.3.4

2016-12-12 Thread Maxin B. John
1.3.3 -> 1.3.4 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.3.3.bb => harfbuzz_1.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.3.3.bb => harfbuzz_1.3.4.b

[OE-core] [PATCH 1/2] libunistring: Update version 0.9.6 -> 0.9.7

2016-12-12 Thread Maxin B. John
The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2" * README (Copyright): Rewrite section * doc/libunistring.texi (Licenses): Change accordingly Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../{libunistring_0.9.6.bb => libunistring_0.9

[OE-core] [PATCH] sstatesig: don't squash dependencies of useradd packages

2016-12-12 Thread Maxin B. John
Without this change, sstate dependency filter squashes dependencies of packages which inherits useradd class. That causes failures while rebuilding it for another MACHINE. Fixes [YOCTO #8078] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/lib/oe/sstatesig.py | 7 +++

[OE-core] [PATCH] curl: add ptest

2016-12-12 Thread Maxin B. John
Add ptest support to curl [YOCTO #6707] Signed-off-by: Cristian Iorga <cristian.io...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../curl/0001-runtests.pl-remove-warning.patch | 31 ++ meta/recipes-support/curl/curl/run-ptest

[OE-core] [PATCH 3/5] ofono: upgrade to 1.19

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} (52%) diff --git a/meta/recipes-

[OE-core] [PATCH 5/5] libsolv: upgrade to 0.6.24

2016-11-21 Thread Maxin B. John
Refreshed the following patch: a) 0001-Add-fallback-fopencookie-implementation.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../0001-Add-fallback-fopencookie-implementation.patch | 16 +++- .../libsolv/{libsolv_0.6.23.bb => libsolv_0.6.24.bb} |

[OE-core] [PATCH 1/5] bluez5: upgrade to 5.43

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/bluez5/{bluez5_5.42.bb => bluez5_5.43.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez5/{bluez5_5.42.bb => bluez5_5.43.bb} (89%) diff --git a/

[OE-core] [PATCH 2/5] harfbuzz: upgrade to 1.3.3

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.3.2.bb => harfbuzz_1.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.3.2.bb => harfbuzz_1.3.3.bb} (88%) diff --git a/

[OE-core] [PATCH 4/5] iw: upgrade to 4.9

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/iw/{iw_4.7.bb => iw_4.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iw/{iw_4.7.bb => iw_4.9.bb} (86%) diff --git a/meta/recipes-connectivity/iw/iw_4.

Re: [OE-core] [PATCH 10/10] libpng: Upgrade 1.6.24 -> 1.6.25

2016-10-24 Thread Maxin B. John
Hi Khem, On Sun, Oct 23, 2016 at 08:59:48AM -0700, Khem Raj wrote: > On Sun, Oct 23, 2016 at 4:29 AM, Maxin B. John <maxin.j...@intel.com> wrote: > > License file changes are due to updates in Version and Copyright date > > version of license or version of packa

[OE-core] [PATCH 08/10] ethtool: Upgrade 4.6 -> 4.8

2016-10-23 Thread Maxin B. John
Various bug fixes and improvements. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ethtool/{ethtool_4.6.bb => ethtool_4.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.6.bb => ethtool

[OE-core] [PATCH 10/10] libpng: Upgrade 1.6.24 -> 1.6.25

2016-10-23 Thread Maxin B. John
License file changes are due to updates in Version and Copyright date Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng_1.6.24.bb => libpng_1.6.26.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-multimed

[OE-core] [PATCH 09/10] libjpeg-turbo: Upgrade 1.5.0 -> 1.5.1

2016-10-23 Thread Maxin B. John
Bug fixes and various improvements for AArch64 and PowerPC. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../jpeg/{libjpeg-turbo_1.5.0.bb => libjpeg-turbo_1.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/jpeg

[OE-core] [PATCH 04/10] orc: Upgrade 0.4.25 -> 0.4.26

2016-10-23 Thread Maxin B. John
New upstream bugfix release Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/orc/{orc_0.4.25.bb => orc_0.4.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/orc/{orc_0.4.25.bb => orc_0.4.26.bb} (84%) diff

[OE-core] [PATCH 06/10] bluez5: Upgrade 5.41 -> 5.42

2016-10-23 Thread Maxin B. John
Bug fixes, add support for new management tracing capability and marking GATT D-Bus APIs as stable interfaces Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/bluez5/{bluez5_5.41.bb => bluez5_5.42.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 05/10] acpid: Upgrade 2.0.27 -> 2.0.28

2016-10-23 Thread Maxin B. John
Bug fix release Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/acpid/{acpid_2.0.27.bb => acpid_2.0.28.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/acpid/{acpid_2.0.27.bb => acpid_2.0.28.bb} (55%) diff --git a/meta

[OE-core] [PATCH 07/10] harfbuzz: Upgrade 1.3.0 -> 1.3.2

2016-10-23 Thread Maxin B. John
1.3.0 -> 1.3.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.3.0.bb => harfbuzz_1.3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.3.0.bb => harfbuzz_1.3.2.b

[OE-core] [PATCH 03/10] mmc-utils: Upgrade to latest git version

2016-10-23 Thread Maxin B. John
Upgrade to most recent commit: 2cb6695e8dec00d887bdd5309d1b57d836fcd214 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb

<    1   2   3   4   5   6   7   8   9   >