All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg
@ 2015-08-11 19:12 Jussi Kukkonen
  2015-08-11 19:13 ` [PATCH 1/4] openssh: Upgrade 6.8p1 -> 6.9p1 Jussi Kukkonen
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-11 19:12 UTC (permalink / raw)
  To: openembedded-core

The openssh upgrade adds a test that currently fails: that looks
like a failure in our test setup, I've filed a bug for that.



The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:

  bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/nss-openssh-nfsutils
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/nss-openssh-nfsutils

Jussi Kukkonen (4):
  openssh: Upgrade 6.8p1 -> 6.9p1
  nss: Upgrade 3.19.1 -> 3.19.2
  nfs-utils: Upgrade 1.3.1 -> 1.3.2
  librsvg: Upgrade 2.40.9 -> 2.40.10

 .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}    |  7 +++----
 .../openssh/{openssh_6.8p1.bb => openssh_6.9p1.bb}          |  4 ++--
 meta/recipes-gnome/librsvg/librsvg/gtk-option.patch         | 13 ++++++-------
 .../librsvg/{librsvg_2.40.9.bb => librsvg_2.40.10.bb}       |  4 ++--
 meta/recipes-support/nss/{nss_3.19.1.bb => nss_3.19.2.bb}   |  6 +++---
 5 files changed, 16 insertions(+), 18 deletions(-)
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (95%)
 rename meta/recipes-connectivity/openssh/{openssh_6.8p1.bb => openssh_6.9p1.bb} (97%)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.9.bb => librsvg_2.40.10.bb} (91%)
 rename meta/recipes-support/nss/{nss_3.19.1.bb => nss_3.19.2.bb} (97%)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/4] openssh: Upgrade 6.8p1 -> 6.9p1
  2015-08-11 19:12 [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Jussi Kukkonen
@ 2015-08-11 19:13 ` Jussi Kukkonen
  2015-08-11 19:13 ` [PATCH 2/4] nss: Upgrade 3.19.1 -> 3.19.2 Jussi Kukkonen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-11 19:13 UTC (permalink / raw)
  To: openembedded-core

6.9p1 is primarily a bugfix release.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../openssh/{openssh_6.8p1.bb => openssh_6.9p1.bb}                    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_6.8p1.bb => openssh_6.9p1.bb} (97%)

diff --git a/meta/recipes-connectivity/openssh/openssh_6.8p1.bb b/meta/recipes-connectivity/openssh/openssh_6.9p1.bb
similarity index 97%
rename from meta/recipes-connectivity/openssh/openssh_6.8p1.bb
rename to meta/recipes-connectivity/openssh/openssh_6.9p1.bb
index b00ef6f..3529c86 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.8p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.9p1.bb
@@ -24,8 +24,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
 
 PAM_SRC_URI = "file://sshd"
 
-SRC_URI[md5sum] = "08f72de6751acfbd0892b5f003922701"
-SRC_URI[sha256sum] = "3ff64ce73ee124480b5bf767b9830d7d3c03bbcb6abe716b78f0192c37ce160e"
+SRC_URI[md5sum] = "0b161c44fc31fbc6b76a6f8ae639f16f"
+SRC_URI[sha256sum] = "6e074df538f357d440be6cf93dc581a21f22d39e236f217fcd8eacbb6c896cfe"
 
 inherit useradd update-rc.d update-alternatives systemd
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/4] nss: Upgrade 3.19.1 -> 3.19.2
  2015-08-11 19:12 [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Jussi Kukkonen
  2015-08-11 19:13 ` [PATCH 1/4] openssh: Upgrade 6.8p1 -> 6.9p1 Jussi Kukkonen
@ 2015-08-11 19:13 ` Jussi Kukkonen
  2015-08-11 19:13 ` [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2 Jussi Kukkonen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-11 19:13 UTC (permalink / raw)
  To: openembedded-core

This is a bug fix release.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 meta/recipes-support/nss/{nss_3.19.1.bb => nss_3.19.2.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/nss/{nss_3.19.1.bb => nss_3.19.2.bb} (97%)

diff --git a/meta/recipes-support/nss/nss_3.19.1.bb b/meta/recipes-support/nss/nss_3.19.2.bb
similarity index 97%
rename from meta/recipes-support/nss/nss_3.19.1.bb
rename to meta/recipes-support/nss/nss_3.19.2.bb
index 66b9d60..23a4a1f 100644
--- a/meta/recipes-support/nss/nss_3.19.1.bb
+++ b/meta/recipes-support/nss/nss_3.19.2.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
                     file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
 SRC_URI = "\
-    http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_19_1_RTM/src/${BP}.tar.gz \
+    http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_19_2_RTM/src/${BP}.tar.gz \
     file://nss-fix-support-cross-compiling.patch \
     file://nss-no-rpath-for-cross-compiling.patch \
     file://nss-fix-incorrect-shebang-of-perl.patch \
@@ -24,8 +24,8 @@ SRC_URI = "\
     file://signlibs.sh \
 "
 
-SRC_URI[md5sum] = "68a9c01c987b9bd92066b4e0041f3e58"
-SRC_URI[sha256sum] = "b7be709551ec13206d8e3e8c065b894fa981c11573115e9478fa051029c52fff"
+SRC_URI[md5sum] = "b02ffd1e8e8ef5f8512fa02d8ca9db3d"
+SRC_URI[sha256sum] = "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae"
 
 inherit siteinfo
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2
  2015-08-11 19:12 [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Jussi Kukkonen
  2015-08-11 19:13 ` [PATCH 1/4] openssh: Upgrade 6.8p1 -> 6.9p1 Jussi Kukkonen
  2015-08-11 19:13 ` [PATCH 2/4] nss: Upgrade 3.19.1 -> 3.19.2 Jussi Kukkonen
@ 2015-08-11 19:13 ` Jussi Kukkonen
  2015-08-12  1:50   ` Khem Raj
                     ` (2 more replies)
  2015-08-11 19:13 ` [PATCH 4/4] librsvg: Upgrade 2.40.9 -> 2.40.10 Jussi Kukkonen
  2015-08-17  5:15 ` [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Khem Raj
  4 siblings, 3 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-11 19:13 UTC (permalink / raw)
  To: openembedded-core

Let "--enable-tirpc" be selected in configure by default: it is
a requirement for ipv6 support. This should not grow a typical
image size as libtirpc is a rpcbind dependency already.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}           | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (95%)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
similarity index 95%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
index 6da8509..59252c5 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
 
 # util-linux for libblkid
-DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3"
+DEPENDS = "libcap libnfsidmap libevent libtirpc util-linux sqlite3"
 RDEPENDS_${PN}-client = "rpcbind bash"
 RDEPENDS_${PN} = "${PN}-client bash"
 RRECOMMENDS_${PN} = "kernel-module-nfsd"
@@ -33,8 +33,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
            file://nfs-utils-debianize-start-statd.patch \
 "
 
-SRC_URI[md5sum] = "8de676b9ff34b8f9addc1d0800fabdf8"
-SRC_URI[sha256sum] = "ff79d70b7b58b2c8f9b798c58721127e82bb96022adc04a5c4cb251630e696b8"
+SRC_URI[md5sum] = "4cdffb2c7f7fd2bdceaba55ab1b881da"
+SRC_URI[sha256sum] = "2966bb431c06e9ba35a54f48f89db03a5132bc2d8ed8084ac8ccb34e25a9b739"
 
 # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
 # pull in the remainder of the dependencies.
@@ -58,7 +58,6 @@ EXTRA_OECONF = "--with-statduser=rpcuser \
                 --disable-nfsv41 \
                 --enable-uuid \
                 --disable-gss \
-                --disable-tirpc \
                 --disable-nfsdcltrack \
                 --with-statdpath=/var/lib/nfs/statd \
                "
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 4/4] librsvg: Upgrade 2.40.9 -> 2.40.10
  2015-08-11 19:12 [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Jussi Kukkonen
                   ` (2 preceding siblings ...)
  2015-08-11 19:13 ` [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2 Jussi Kukkonen
@ 2015-08-11 19:13 ` Jussi Kukkonen
  2015-08-17  5:15 ` [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Khem Raj
  4 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-11 19:13 UTC (permalink / raw)
  To: openembedded-core

Rebase gtk-option.patch

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 meta/recipes-gnome/librsvg/librsvg/gtk-option.patch         | 13 ++++++-------
 .../librsvg/{librsvg_2.40.9.bb => librsvg_2.40.10.bb}       |  4 ++--
 2 files changed, 8 insertions(+), 9 deletions(-)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.9.bb => librsvg_2.40.10.bb} (91%)

diff --git a/meta/recipes-gnome/librsvg/librsvg/gtk-option.patch b/meta/recipes-gnome/librsvg/librsvg/gtk-option.patch
index 3835015..e6af481 100644
--- a/meta/recipes-gnome/librsvg/librsvg/gtk-option.patch
+++ b/meta/recipes-gnome/librsvg/librsvg/gtk-option.patch
@@ -1,6 +1,6 @@
-From 85d4af4451283f388e1e101ee4710bb19854154d Mon Sep 17 00:00:00 2001
+From 1c38d570b33f2b036d4fa47e929bb2b3264e38bd Mon Sep 17 00:00:00 2001
 From: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Date: Fri, 10 Apr 2015 16:49:43 +0300
+Date: Tue, 11 Aug 2015 16:25:38 +0300
 Subject: [PATCH] configure: add option to enable/disable use of GTK+
 
 Distro packagers like predictability and automatically detected optional
@@ -11,8 +11,7 @@ Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=712693]
 
 Signed-off-by: Ross Burton <ross.burton@intel.com>
 
-
-Forward-ported to 2.40.9
+Forward-ported to 2.40.10
 
 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
 ---
@@ -20,7 +19,7 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
  1 file changed, 11 insertions(+), 6 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index e86c052..16b0e34 100644
+index bf77f3a..ca77de8 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -128,17 +128,22 @@ AC_CHECK_FUNCS(strtok_r)
@@ -55,8 +54,8 @@ index e86c052..16b0e34 100644
  	Build introspectable bindings:  ${found_introspection}
  	Build Vala bindings:            ${enable_vala}
  	Build GdkPixbuf loader:         ${enable_pixbuf_loader}
--        GTK 3.0:                        ${have_gtk_3}
-+        GTK 3.0:                        ${with_gtk3}
+-        GTK+ $GTK3_REQUIRED or later:           ${have_gtk_3}
++        GTK+ $GTK3_REQUIRED or later:           ${with_gtk_3}
  	Build miscellaenous tools:      ${build_misc_tools}
  "
 -- 
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.9.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
similarity index 91%
rename from meta/recipes-gnome/librsvg/librsvg_2.40.9.bb
rename to meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
index 9a14f29..0ac323e 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.9.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
@@ -16,8 +16,8 @@ GNOME_COMPRESS_TYPE = "xz"
 
 SRC_URI += "file://gtk-option.patch"
 
-SRC_URI[archive.md5sum] = "31df15e3beaa8fbbf538ca3c52b400d2"
-SRC_URI[archive.sha256sum] = "13964c5d35357552b47d365c34215eee0a63bf0e6059b689f048648c6bf5f43a"
+SRC_URI[archive.md5sum] = "fadebe2e799ab159169ee3198415ff85"
+SRC_URI[archive.sha256sum] = "965c807438ce90b204e930ff80c92eba1606a2f6fd5ccfd09335c99896dd3479"
 
 EXTRA_OECONF = "--disable-introspection --disable-vala"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2
  2015-08-11 19:13 ` [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2 Jussi Kukkonen
@ 2015-08-12  1:50   ` Khem Raj
  2015-08-12  7:28     ` Jussi Kukkonen
  2015-08-13 13:40   ` [PATCHv2 " Jussi Kukkonen
  2015-08-17  7:29   ` [PATCH " Richard Purdie
  2 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2015-08-12  1:50 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2742 bytes --]


> On Aug 11, 2015, at 12:13 PM, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
> 
> Let "--enable-tirpc" be selected in configure by default: it is
> a requirement for ipv6 support. This should not grow a typical
> image size as libtirpc is a rpcbind dependency already.
> 

ideally you would want to define a PACKAGECONFIG for this which is enabled/disabled with ipv6 distro feature knob.

> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
> .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}           | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (95%)
> 
> diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
> similarity index 95%
> rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
> rename to meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
> index 6da8509..59252c5 100644
> --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
> +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
> @@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD"
> LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
> 
> # util-linux for libblkid
> -DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3"
> +DEPENDS = "libcap libnfsidmap libevent libtirpc util-linux sqlite3"
> RDEPENDS_${PN}-client = "rpcbind bash"
> RDEPENDS_${PN} = "${PN}-client bash"
> RRECOMMENDS_${PN} = "kernel-module-nfsd"
> @@ -33,8 +33,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
>            file://nfs-utils-debianize-start-statd.patch \
> "
> 
> -SRC_URI[md5sum] = "8de676b9ff34b8f9addc1d0800fabdf8"
> -SRC_URI[sha256sum] = "ff79d70b7b58b2c8f9b798c58721127e82bb96022adc04a5c4cb251630e696b8"
> +SRC_URI[md5sum] = "4cdffb2c7f7fd2bdceaba55ab1b881da"
> +SRC_URI[sha256sum] = "2966bb431c06e9ba35a54f48f89db03a5132bc2d8ed8084ac8ccb34e25a9b739"
> 
> # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
> # pull in the remainder of the dependencies.
> @@ -58,7 +58,6 @@ EXTRA_OECONF = "--with-statduser=rpcuser \
>                 --disable-nfsv41 \
>                 --enable-uuid \
>                 --disable-gss \
> -                --disable-tirpc \
>                 --disable-nfsdcltrack \
>                 --with-statdpath=/var/lib/nfs/statd \
>                "
> --
> 2.1.4
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2
  2015-08-12  1:50   ` Khem Raj
@ 2015-08-12  7:28     ` Jussi Kukkonen
  0 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-12  7:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

On 12 August 2015 at 04:50, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Aug 11, 2015, at 12:13 PM, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
>>
>> Let "--enable-tirpc" be selected in configure by default: it is
>> a requirement for ipv6 support. This should not grow a typical
>> image size as libtirpc is a rpcbind dependency already.
>>
>
> ideally you would want to define a PACKAGECONFIG for this which is enabled/disabled with ipv6 distro feature knob.

Thanks, sounds sensible. I can send a v2.

Jussi

>
>> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
>> ---
>> .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}           | 7 +++----
>> 1 file changed, 3 insertions(+), 4 deletions(-)
>> rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (95%)
>>
>> diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
>> similarity index 95%
>> rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
>> rename to meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
>> index 6da8509..59252c5 100644
>> --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
>> +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
>> @@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
>>
>> # util-linux for libblkid
>> -DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3"
>> +DEPENDS = "libcap libnfsidmap libevent libtirpc util-linux sqlite3"
>> RDEPENDS_${PN}-client = "rpcbind bash"
>> RDEPENDS_${PN} = "${PN}-client bash"
>> RRECOMMENDS_${PN} = "kernel-module-nfsd"
>> @@ -33,8 +33,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
>>            file://nfs-utils-debianize-start-statd.patch \
>> "
>>
>> -SRC_URI[md5sum] = "8de676b9ff34b8f9addc1d0800fabdf8"
>> -SRC_URI[sha256sum] = "ff79d70b7b58b2c8f9b798c58721127e82bb96022adc04a5c4cb251630e696b8"
>> +SRC_URI[md5sum] = "4cdffb2c7f7fd2bdceaba55ab1b881da"
>> +SRC_URI[sha256sum] = "2966bb431c06e9ba35a54f48f89db03a5132bc2d8ed8084ac8ccb34e25a9b739"
>>
>> # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
>> # pull in the remainder of the dependencies.
>> @@ -58,7 +58,6 @@ EXTRA_OECONF = "--with-statduser=rpcuser \
>>                 --disable-nfsv41 \
>>                 --enable-uuid \
>>                 --disable-gss \
>> -                --disable-tirpc \
>>                 --disable-nfsdcltrack \
>>                 --with-statdpath=/var/lib/nfs/statd \
>>                "
>> --
>> 2.1.4
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCHv2 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2
  2015-08-11 19:13 ` [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2 Jussi Kukkonen
  2015-08-12  1:50   ` Khem Raj
@ 2015-08-13 13:40   ` Jussi Kukkonen
  2015-08-17  7:29   ` [PATCH " Richard Purdie
  2 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-13 13:40 UTC (permalink / raw)
  To: openembedded-core

Add PACKAGECONFIG[ipv6] that is enabled based on ipv6 distro feature.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---

Changes since v1:
* Add PACKAGECONFIG[ipv6] as Khem suggested

I also modified and force pushed the branch at:
  git://git.yoctoproject.org/poky-contrib jku/nss-openssh-nfsutils
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/nss-openssh-nfsutils


 .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}       | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (92%)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
similarity index 92%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
index 6da8509..0953850 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
@@ -33,8 +33,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
            file://nfs-utils-debianize-start-statd.patch \
 "
 
-SRC_URI[md5sum] = "8de676b9ff34b8f9addc1d0800fabdf8"
-SRC_URI[sha256sum] = "ff79d70b7b58b2c8f9b798c58721127e82bb96022adc04a5c4cb251630e696b8"
+SRC_URI[md5sum] = "4cdffb2c7f7fd2bdceaba55ab1b881da"
+SRC_URI[sha256sum] = "2966bb431c06e9ba35a54f48f89db03a5132bc2d8ed8084ac8ccb34e25a9b739"
 
 # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
 # pull in the remainder of the dependencies.
@@ -58,14 +58,16 @@ EXTRA_OECONF = "--with-statduser=rpcuser \
                 --disable-nfsv41 \
                 --enable-uuid \
                 --disable-gss \
-                --disable-tirpc \
                 --disable-nfsdcltrack \
                 --with-statdpath=/var/lib/nfs/statd \
                "
 
-PACKAGECONFIG ??= "tcp-wrappers"
+PACKAGECONFIG ??= "tcp-wrappers \
+                   ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
+                   "
 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
 PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils"
+PACKAGECONFIG[ipv6] = "--enable-ipv6 --enable-tirpc,--disable-ipv6 --disable-tirpc,libtirpc"
 
 INHIBIT_AUTO_STAGE = "1"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg
  2015-08-11 19:12 [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Jussi Kukkonen
                   ` (3 preceding siblings ...)
  2015-08-11 19:13 ` [PATCH 4/4] librsvg: Upgrade 2.40.9 -> 2.40.10 Jussi Kukkonen
@ 2015-08-17  5:15 ` Khem Raj
  2015-08-17  8:28   ` Jussi Kukkonen
  4 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2015-08-17  5:15 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2088 bytes --]


> On Aug 11, 2015, at 12:12 PM, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
> 
> The openssh upgrade adds a test that currently fails: that looks
> like a failure in our test setup, I've filed a bug for that.


openssl 7.0 has now been released,
see
http://www.openssh.com/txt/release-7.0

it deprecates few things e.g. dsa is disabled by default but its good in general
one can still add PubkeyAcceptedKeyTypes=+ssh-dss to ssh config files keep going. but in general it will be improvement



> 
> 
> 
> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab:
> 
>  bitbake: toaster: reduced amount of instance attributes (2015-08-10 13:58:02 -0700)
> 
> are available in the git repository at:
> 
>  git://git.yoctoproject.org/poky-contrib jku/nss-openssh-nfsutils
>  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/nss-openssh-nfsutils
> 
> Jussi Kukkonen (4):
>  openssh: Upgrade 6.8p1 -> 6.9p1
>  nss: Upgrade 3.19.1 -> 3.19.2
>  nfs-utils: Upgrade 1.3.1 -> 1.3.2
>  librsvg: Upgrade 2.40.9 -> 2.40.10
> 
> .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}    |  7 +++----
> .../openssh/{openssh_6.8p1.bb => openssh_6.9p1.bb}          |  4 ++--
> meta/recipes-gnome/librsvg/librsvg/gtk-option.patch         | 13 ++++++-------
> .../librsvg/{librsvg_2.40.9.bb => librsvg_2.40.10.bb}       |  4 ++--
> meta/recipes-support/nss/{nss_3.19.1.bb => nss_3.19.2.bb}   |  6 +++---
> 5 files changed, 16 insertions(+), 18 deletions(-)
> rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (95%)
> rename meta/recipes-connectivity/openssh/{openssh_6.8p1.bb => openssh_6.9p1.bb} (97%)
> rename meta/recipes-gnome/librsvg/{librsvg_2.40.9.bb => librsvg_2.40.10.bb} (91%)
> rename meta/recipes-support/nss/{nss_3.19.1.bb => nss_3.19.2.bb} (97%)
> 
> --
> 2.1.4
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2
  2015-08-11 19:13 ` [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2 Jussi Kukkonen
  2015-08-12  1:50   ` Khem Raj
  2015-08-13 13:40   ` [PATCHv2 " Jussi Kukkonen
@ 2015-08-17  7:29   ` Richard Purdie
  2 siblings, 0 replies; 11+ messages in thread
From: Richard Purdie @ 2015-08-17  7:29 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: openembedded-core

On Tue, 2015-08-11 at 22:13 +0300, Jussi Kukkonen wrote:
> Let "--enable-tirpc" be selected in configure by default: it is
> a requirement for ipv6 support. This should not grow a typical
> image size as libtirpc is a rpcbind dependency already.
> 
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
>  .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}           | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>  rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (95%)

It appears this is the patch which has been causing boot issues in the
runtime sanity tests on the autobuilder, e.g.:

https://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/434/steps/Running%20Sanity%20Tests/logs/stdio

Since backing this patch out, these failures stopped so there seems to
be some kind of relation...

Cheers,

Richard



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg
  2015-08-17  5:15 ` [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Khem Raj
@ 2015-08-17  8:28   ` Jussi Kukkonen
  0 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-08-17  8:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

On 17 August 2015 at 08:15, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Aug 11, 2015, at 12:12 PM, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
>>
>> The openssh upgrade adds a test that currently fails: that looks
>> like a failure in our test setup, I've filed a bug for that.
>
> openssl 7.0 has now been released,
> see
> http://www.openssh.com/txt/release-7.0
>
> it deprecates few things e.g. dsa is disabled by default but its good in general
> one can still add PubkeyAcceptedKeyTypes=+ssh-dss to ssh config files keep going. but in general it will be improvement

Well of course it now gets released after I grew tired of waiting and
sent 6.9... I agree that 7.0 would make sense, I can send another
update -- it should be mostly deprecations and default build config
changes compared to 6.9.

Thanks,
  Jussi


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-08-17  8:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-11 19:12 [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Jussi Kukkonen
2015-08-11 19:13 ` [PATCH 1/4] openssh: Upgrade 6.8p1 -> 6.9p1 Jussi Kukkonen
2015-08-11 19:13 ` [PATCH 2/4] nss: Upgrade 3.19.1 -> 3.19.2 Jussi Kukkonen
2015-08-11 19:13 ` [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2 Jussi Kukkonen
2015-08-12  1:50   ` Khem Raj
2015-08-12  7:28     ` Jussi Kukkonen
2015-08-13 13:40   ` [PATCHv2 " Jussi Kukkonen
2015-08-17  7:29   ` [PATCH " Richard Purdie
2015-08-11 19:13 ` [PATCH 4/4] librsvg: Upgrade 2.40.9 -> 2.40.10 Jussi Kukkonen
2015-08-17  5:15 ` [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg Khem Raj
2015-08-17  8:28   ` Jussi Kukkonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.