From: Kang Kai <Kai.Kang@windriver.com>
To: Joe MacDonald <Joe_MacDonald@mentor.com>,
Randy MacLeod <randy.macleod@windriver.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4
Date: Tue, 18 Aug 2015 09:49:38 +0800 [thread overview]
Message-ID: <55D28F32.5000605@windriver.com> (raw)
In-Reply-To: <20150818012701.GA24907@mentor.com>
On 2015年08月18日 09:27, Joe MacDonald wrote:
> [Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4] On 15.08.17 (Mon 17:13) Randy MacLeod wrote:
>
>> On 2015-08-17 11:03 AM, Joe MacDonald wrote:
>>> [Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4] On 15.08.17 (Mon 14:05) Kang Kai wrote:
>>>
>>>> On 2015年08月12日 10:05, kai.kang@windriver.com wrote:
>>>>> From: Kai Kang <kai.kang@windriver.com>
>>>>>
>>>>> Upgrade inetutils from 1.9.2 to 1.9.4.
>>>> Ping?
>>> Since I'm seeing a lot of these lately I thought I might explain my
>>> current workflow.
>> Thanks for the background.
>>
>>> For build or security issues, I'm trying to stay on
>>> top of them and be as responsive as possible,
>> okay.
>>
>>> but for general recipe
>>> updates, particularly ones like this where the log shows essentially
>>> nothing critical has changed, I'm holding off until at least my
>>> autobuilders get to chew on them and reassure me we're not bringing in
>>> new QA (or worse) issues,
>> I'd hope that means a day or two and not a week, right?
>>
>>> and ideally I prefer to see a pass in one of
>>> Martin's "state of the world" builds.
>> I assumed that the state-of-the-world builds would be for master
>> and the release branches but no:
>> http://www.openembedded.org/wiki/Bitbake_World_Status_Setup
>>
>> "It's not using "master" branches,
>> but "jansa/master" branches in ..."
>>
>> They appear to happen every day:
>> http://logs.nslu2-linux.org/buildlogs/oe/world/
>> And the stats are published once or twice a week, most of the time...
>> http://www.openembedded.org/wiki/Bitbake_World_Status
>>
>> Hmmm, would newer build systems be useful:
>> "Usually I build for 3 MACHINE qemuarm, qemux86, qemux86-64.
>> Each MACHINE takes about 20-24hours so sometimes there is
>> bigger delay."
>>
>>> I also try to give everyone on
>>> the list a reasonable amount of time to respond to anything as well, but
>>> that's not a gating factor.
>> What's a reasonable time? ~ 1-2 days?
>>
>> Just trying ensure that our ping time is reasonable. :)
> A week or so. What Khem said.
>
> OTOH, write a commit log with words like "fixes several CVEs" and list
> them if you want to have a good chance of a faster turnaround (see
> Armin's package update from earlier today, that gets attention).
>
> Similarly, "fixes a build failure for all architectures on multilib"
> (see my patches coming out soon) will also tend to get processed faster.
> Often the build fixes go straight into master since they resolve issues
> with the world builds and Martin or I will merge them to un-break stuff
> for everyone.
>
> I don't intend to single anyone out, and I've said many times that I
> appreciate a ping, but thought it was worth being transparent since this
> one came in less than a week after the initial patch came out and the
> commit log doesn't communicate any urgency. :-)
Got it. Thanks for your comment.
--Kai
>
> -J.
>
>> ../Randy
>>> Just FYI.
>>>
>>> -J.
>>>
>>>>> * add homepage
>>>>> * update inetutils/version.patch
>>>>>
>>>>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
>>>>> ---
>>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/fix-disable-ipv6.patch | 0
>>>>> ...tils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch | 0
>>>>> .../{inetutils-1.9.2 => inetutils}/inetutils-1.8-0003-wchar.patch | 0
>>>>> .../inetutils-1.9-PATH_PROCNET_DEV.patch | 0
>>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/rexec.xinetd.inetutils | 0
>>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/rlogin.xinetd.inetutils | 0
>>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/rsh.xinetd.inetutils | 0
>>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/telnet.xinetd.inetutils | 0
>>>>> .../telnetd-Fix-deadlock-on-cleanup.patch | 0
>>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/tftpd.xinetd.inetutils | 0
>>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/version.patch | 2 +-
>>>>> .../inetutils/{inetutils_1.9.2.bb => inetutils_1.9.4.bb} | 5 +++--
>>>>> 12 files changed, 4 insertions(+), 3 deletions(-)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/fix-disable-ipv6.patch (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/inetutils-1.8-0003-wchar.patch (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/inetutils-1.9-PATH_PROCNET_DEV.patch (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/rexec.xinetd.inetutils (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/rlogin.xinetd.inetutils (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/rsh.xinetd.inetutils (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/telnet.xinetd.inetutils (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/telnetd-Fix-deadlock-on-cleanup.patch (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/tftpd.xinetd.inetutils (100%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/version.patch (93%)
>>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils_1.9.2.bb => inetutils_1.9.4.bb} (97%)
>>>>>
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/fix-disable-ipv6.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/fix-disable-ipv6.patch
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/fix-disable-ipv6.patch
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/fix-disable-ipv6.patch
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0003-wchar.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0003-wchar.patch
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.9-PATH_PROCNET_DEV.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.9-PATH_PROCNET_DEV.patch
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rexec.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rexec.xinetd.inetutils
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rlogin.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rlogin.xinetd.inetutils
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rsh.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rsh.xinetd.inetutils
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnetd-Fix-deadlock-on-cleanup.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnetd-Fix-deadlock-on-cleanup.patch
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/tftpd.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils
>>>>> similarity index 100%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/tftpd.xinetd.inetutils
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/version.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/version.patch
>>>>> similarity index 93%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/version.patch
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/version.patch
>>>>> index 1caa2d3..532a0e5 100644
>>>>> --- a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/version.patch
>>>>> +++ b/meta-networking/recipes-connectivity/inetutils/inetutils/version.patch
>>>>> @@ -11,7 +11,7 @@ Signed-off-by: Chunrong Guo <b40290@freescale.com>
>>>>> -AC_INIT([GNU inetutils],
>>>>> - m4_esyscmd([build-aux/git-version-gen .tarball-version 's/inetutils-/v/;s/_/./g']),
>>>>> -+AC_INIT([GNU inetutils],[1.9.2],
>>>>> ++AC_INIT([GNU inetutils],[1.9.4],
>>>>> [bug-inetutils@gnu.org])
>>>>> AC_CONFIG_SRCDIR([src/inetd.c])
>>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
>>>>> similarity index 97%
>>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb
>>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
>>>>> index 6209272..cdcba83 100644
>>>>> --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb
>>>>> +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
>>>>> @@ -2,6 +2,7 @@ DESCRIPTION = "The GNU inetutils are a collection of common \
>>>>> networking utilities and servers including ftp, ftpd, rcp, \
>>>>> rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
>>>>> talkd, telnet, telnetd, tftp, tftpd, and uucpd."
>>>>> +HOMEPAGE = "http://www.gnu.org/software/inetutils"
>>>>> SECTION = "net"
>>>>> DEPENDS = "ncurses netbase readline"
>>>>> LICENSE = "GPLv3"
>>>>> @@ -21,8 +22,8 @@ SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
>>>>> file://telnetd-Fix-deadlock-on-cleanup.patch \
>>>>> "
>>>>> -SRC_URI[md5sum] = "aa1a9a132259db83e66c1f3265065ba2"
>>>>> -SRC_URI[sha256sum] = "0423ea40a160cd4630f817e247df5c08ecc625378d2bb56a0509117a36a89913"
>>>>> +SRC_URI[md5sum] = "04852c26c47cc8c6b825f2b74f191f52"
>>>>> +SRC_URI[sha256sum] = "be8f75eff936b8e41b112462db51adf689715658a1b09e0d6b05d11ec92cc616"
>>>>> inherit autotools gettext update-alternatives texinfo
>>>>
>>>> --
>>>> Regards,
>>>> Neil | Kai Kang
>>>>
>>>>
>>>>
>>
--
Regards,
Neil | Kai Kang
next prev parent reply other threads:[~2015-08-18 1:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 2:05 [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4 kai.kang
2015-08-17 6:05 ` Kang Kai
2015-08-17 15:03 ` Joe MacDonald
2015-08-17 21:13 ` Randy MacLeod
2015-08-17 21:29 ` Khem Raj
2015-08-18 1:27 ` Joe MacDonald
2015-08-18 1:49 ` Kang Kai [this message]
2015-08-19 19:57 ` Joe MacDonald
2015-08-20 6:29 ` Kang Kai
2015-08-20 8:26 ` Kang Kai
2015-08-21 14:07 ` Joe MacDonald
2015-08-24 1:39 ` Kang Kai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55D28F32.5000605@windriver.com \
--to=kai.kang@windriver.com \
--cc=Joe_MacDonald@mentor.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=randy.macleod@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox