All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/expect: bump to version 5.45.4
@ 2019-07-29 21:15 Fabrice Fontaine
  2019-07-30 21:35 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2019-07-29 21:15 UTC (permalink / raw)
  To: buildroot

* exp_inter.c: [https://sourceforge.net/p/expect/patches/22/]
Fix interact bug - handle reads of 0 length on
non-blocking channels by explicitly checking if the channel
is non-blocking. Fix by Jack Bates.

* expect.c: [https://sourceforge.net/p/expect/patches/21/]
Fix eof bug introduced with previous bug fix - ensure that data
received just before an eof is processed. Fix by Sergei Golovan.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/expect/expect.hash | 4 ++--
 package/expect/expect.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/expect/expect.hash b/package/expect/expect.hash
index c89f323906..c4815abb07 100644
--- a/package/expect/expect.hash
+++ b/package/expect/expect.hash
@@ -1,4 +1,4 @@
-# From https://sourceforge.net/projects/expect/files/Expect/5.45.3/expect5.45.3.tar.gz.SHA256
-sha256  c520717b7195944a69ce1492ec82ca0ac3f3baf060804e6c5ee6d505ea512be9  expect5.45.3.tar.gz
+# From https://sourceforge.net/projects/expect/files/Expect/5.45.4/expect5.45.4.tar.gz.SHA256
+sha256  49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34  expect5.45.4.tar.gz
 # Locally calculated
 sha256  b2415b17dc8d9a287f4509047ef5ac3436baef7ba7c50faef5222dcdf61a2bab  README
diff --git a/package/expect/expect.mk b/package/expect/expect.mk
index ccde33a71b..37b4ce7065 100644
--- a/package/expect/expect.mk
+++ b/package/expect/expect.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXPECT_VERSION = 5.45.3
+EXPECT_VERSION = 5.45.4
 EXPECT_SITE = https://sourceforge.net/projects/expect/files/Expect/$(EXPECT_VERSION)
 EXPECT_SOURCE = expect$(EXPECT_VERSION).tar.gz
 EXPECT_LICENSE = Public domain
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/expect: bump to version 5.45.4
  2019-07-29 21:15 [Buildroot] [PATCH 1/1] package/expect: bump to version 5.45.4 Fabrice Fontaine
@ 2019-07-30 21:35 ` Peter Korsgaard
  2019-07-30 21:58   ` Fabrice Fontaine
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2019-07-30 21:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > * exp_inter.c: [https://sourceforge.net/p/expect/patches/22/]
 > Fix interact bug - handle reads of 0 length on
 > non-blocking channels by explicitly checking if the channel
 > is non-blocking. Fix by Jack Bates.

 > * expect.c: [https://sourceforge.net/p/expect/patches/21/]
 > Fix eof bug introduced with previous bug fix - ensure that data
 > received just before an eof is processed. Fix by Sergei Golovan.

So does this mean that it should be applied to 2019.02.x and 2019.05.x
as well?

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/expect: bump to version 5.45.4
  2019-07-30 21:35 ` Peter Korsgaard
@ 2019-07-30 21:58   ` Fabrice Fontaine
  2019-08-20 14:30     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2019-07-30 21:58 UTC (permalink / raw)
  To: buildroot

Dear Peter,

Le mar. 30 juil. 2019 ? 23:36, Peter Korsgaard <peter@korsgaard.com> a ?crit :
>
> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>
>  > * exp_inter.c: [https://sourceforge.net/p/expect/patches/22/]
>  > Fix interact bug - handle reads of 0 length on
>  > non-blocking channels by explicitly checking if the channel
>  > is non-blocking. Fix by Jack Bates.
>
>  > * expect.c: [https://sourceforge.net/p/expect/patches/21/]
>  > Fix eof bug introduced with previous bug fix - ensure that data
>  > received just before an eof is processed. Fix by Sergei Golovan.
>
> So does this mean that it should be applied to 2019.02.x and 2019.05.x
> as well?
Yes, it should.
>
>  > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> Committed, thanks.
>
> --
> Bye, Peter Korsgaard
Best Regards,

Fabrice

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

* [Buildroot] [PATCH 1/1] package/expect: bump to version 5.45.4
  2019-07-30 21:58   ` Fabrice Fontaine
@ 2019-08-20 14:30     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-08-20 14:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Dear Peter,
 > Le mar. 30 juil. 2019 ? 23:36, Peter Korsgaard <peter@korsgaard.com> a ?crit :
 >> 
 >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> 
 >> > * exp_inter.c: [https://sourceforge.net/p/expect/patches/22/]
 >> > Fix interact bug - handle reads of 0 length on
 >> > non-blocking channels by explicitly checking if the channel
 >> > is non-blocking. Fix by Jack Bates.
 >> 
 >> > * expect.c: [https://sourceforge.net/p/expect/patches/21/]
 >> > Fix eof bug introduced with previous bug fix - ensure that data
 >> > received just before an eof is processed. Fix by Sergei Golovan.
 >> 
 >> So does this mean that it should be applied to 2019.02.x and 2019.05.x
 >> as well?
 > Yes, it should.

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-08-20 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 21:15 [Buildroot] [PATCH 1/1] package/expect: bump to version 5.45.4 Fabrice Fontaine
2019-07-30 21:35 ` Peter Korsgaard
2019-07-30 21:58   ` Fabrice Fontaine
2019-08-20 14:30     ` Peter Korsgaard

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.