All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openssh: upgrade to 7.5p1
@ 2017-04-11  2:01 Dengke Du
  2017-04-17  4:37 ` Dengke Du
  0 siblings, 1 reply; 7+ messages in thread
From: Dengke Du @ 2017-04-11  2:01 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 .../openssh/{openssh_7.4p1.bb => openssh_7.5p1.bb}                    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_7.4p1.bb => openssh_7.5p1.bb} (97%)

diff --git a/meta/recipes-connectivity/openssh/openssh_7.4p1.bb b/meta/recipes-connectivity/openssh/openssh_7.5p1.bb
similarity index 97%
rename from meta/recipes-connectivity/openssh/openssh_7.4p1.bb
rename to meta/recipes-connectivity/openssh/openssh_7.5p1.bb
index c8093d4..5b96745 100644
--- a/meta/recipes-connectivity/openssh/openssh_7.4p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_7.5p1.bb
@@ -29,8 +29,8 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
 
 PAM_SRC_URI = "file://sshd"
 
-SRC_URI[md5sum] = "b2db2a83caf66a208bb78d6d287cdaa3"
-SRC_URI[sha256sum] = "1b1fc4a14e2024293181924ed24872e6f2e06293f3e8926a376b8aec481f19d1"
+SRC_URI[md5sum] = "652fdc7d8392f112bef11cacf7e69e23"
+SRC_URI[sha256sum] = "9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0"
 
 inherit useradd update-rc.d update-alternatives systemd
 
-- 
2.8.1



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

* Re: [PATCH] openssh: upgrade to 7.5p1
  2017-04-11  2:01 [PATCH] openssh: upgrade to 7.5p1 Dengke Du
@ 2017-04-17  4:37 ` Dengke Du
  2017-04-17  6:43   ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Dengke Du @ 2017-04-17  4:37 UTC (permalink / raw)
  To: openembedded-core

Ping.


On 2017年04月11日 10:01, Dengke Du wrote:
> Signed-off-by: Dengke Du <dengke.du@windriver.com>
> ---
>   .../openssh/{openssh_7.4p1.bb => openssh_7.5p1.bb}                    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-connectivity/openssh/{openssh_7.4p1.bb => openssh_7.5p1.bb} (97%)
>
> diff --git a/meta/recipes-connectivity/openssh/openssh_7.4p1.bb b/meta/recipes-connectivity/openssh/openssh_7.5p1.bb
> similarity index 97%
> rename from meta/recipes-connectivity/openssh/openssh_7.4p1.bb
> rename to meta/recipes-connectivity/openssh/openssh_7.5p1.bb
> index c8093d4..5b96745 100644
> --- a/meta/recipes-connectivity/openssh/openssh_7.4p1.bb
> +++ b/meta/recipes-connectivity/openssh/openssh_7.5p1.bb
> @@ -29,8 +29,8 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
>   
>   PAM_SRC_URI = "file://sshd"
>   
> -SRC_URI[md5sum] = "b2db2a83caf66a208bb78d6d287cdaa3"
> -SRC_URI[sha256sum] = "1b1fc4a14e2024293181924ed24872e6f2e06293f3e8926a376b8aec481f19d1"
> +SRC_URI[md5sum] = "652fdc7d8392f112bef11cacf7e69e23"
> +SRC_URI[sha256sum] = "9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0"
>   
>   inherit useradd update-rc.d update-alternatives systemd
>   



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

* Re: [PATCH] openssh: upgrade to 7.5p1
  2017-04-17  4:37 ` Dengke Du
@ 2017-04-17  6:43   ` Richard Purdie
  2017-04-17  6:45     ` Dengke Du
  2017-04-18 10:18     ` Alexander Kanavin
  0 siblings, 2 replies; 7+ messages in thread
From: Richard Purdie @ 2017-04-17  6:43 UTC (permalink / raw)
  To: Dengke Du, openembedded-core

On Mon, 2017-04-17 at 12:37 +0800, Dengke Du wrote:
> Ping.

We do not take upgrades after feature freeze when we're stabilising
unless there is a pressing reason to do so. Your commit messages makes
no mention of any pressing reason.

Cheers,

Richard



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

* Re: [PATCH] openssh: upgrade to 7.5p1
  2017-04-17  6:43   ` Richard Purdie
@ 2017-04-17  6:45     ` Dengke Du
  2017-04-18 10:18     ` Alexander Kanavin
  1 sibling, 0 replies; 7+ messages in thread
From: Dengke Du @ 2017-04-17  6:45 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core

Sorry for my rude.


On 2017年04月17日 14:43, Richard Purdie wrote:
> On Mon, 2017-04-17 at 12:37 +0800, Dengke Du wrote:
>> Ping.
> We do not take upgrades after feature freeze when we're stabilising
> unless there is a pressing reason to do so. Your commit messages makes
> no mention of any pressing reason.
>
> Cheers,
>
> Richard
>
>



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

* Re: [PATCH] openssh: upgrade to 7.5p1
  2017-04-17  6:43   ` Richard Purdie
  2017-04-17  6:45     ` Dengke Du
@ 2017-04-18 10:18     ` Alexander Kanavin
  2017-04-18 10:20       ` Burton, Ross
  1 sibling, 1 reply; 7+ messages in thread
From: Alexander Kanavin @ 2017-04-18 10:18 UTC (permalink / raw)
  To: openembedded-core

On 04/17/2017 09:43 AM, Richard Purdie wrote:
> On Mon, 2017-04-17 at 12:37 +0800, Dengke Du wrote:
>> Ping.
>
> We do not take upgrades after feature freeze when we're stabilising
> unless there is a pressing reason to do so. Your commit messages makes
> no mention of any pressing reason.

Yes, but... people keep doing it despite you and me and everyone else 
telling them not to. How about someone would stash those updates to a 
kind of 'master-next-next' branch, and dump them to the list again when 
the merge window reopens? I can do that, if I would get a clear 
indication of when that work should start and finish.

Alex



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

* Re: [PATCH] openssh: upgrade to 7.5p1
  2017-04-18 10:18     ` Alexander Kanavin
@ 2017-04-18 10:20       ` Burton, Ross
  2017-04-21 12:37         ` Alexander Kanavin
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2017-04-18 10:20 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

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

On 18 April 2017 at 11:18, Alexander Kanavin <
alexander.kanavin@linux.intel.com> wrote:

> Yes, but... people keep doing it despite you and me and everyone else
> telling them not to. How about someone would stash those updates to a kind
> of 'master-next-next' branch, and dump them to the list again when the
> merge window reopens? I can do that, if I would get a clear indication of
> when that work should start and finish.
>

FWIW I'm collecting patches in ross/mut for when master re-opens. They've
been posted to the list so don't need re-posting.

Ross

[-- Attachment #2: Type: text/html, Size: 1002 bytes --]

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

* Re: [PATCH] openssh: upgrade to 7.5p1
  2017-04-18 10:20       ` Burton, Ross
@ 2017-04-21 12:37         ` Alexander Kanavin
  0 siblings, 0 replies; 7+ messages in thread
From: Alexander Kanavin @ 2017-04-21 12:37 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

On 04/18/2017 01:20 PM, Burton, Ross wrote:
>     Yes, but... people keep doing it despite you and me and everyone
>     else telling them not to. How about someone would stash those
>     updates to a kind of 'master-next-next' branch, and dump them to the
>     list again when the merge window reopens? I can do that, if I would
>     get a clear indication of when that work should start and finish.
>
>
> FWIW I'm collecting patches in ross/mut for when master re-opens.
> They've been posted to the list so don't need re-posting.

That's great, then I can send some things that have piled up now :)


Alex



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

end of thread, other threads:[~2017-04-21 12:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11  2:01 [PATCH] openssh: upgrade to 7.5p1 Dengke Du
2017-04-17  4:37 ` Dengke Du
2017-04-17  6:43   ` Richard Purdie
2017-04-17  6:45     ` Dengke Du
2017-04-18 10:18     ` Alexander Kanavin
2017-04-18 10:20       ` Burton, Ross
2017-04-21 12:37         ` Alexander Kanavin

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.