Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5
@ 2019-06-19 21:49 Fabrice Fontaine
  2019-06-22  7:58 ` Thomas Petazzoni
  2019-06-23  7:39 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2019-06-19 21:49 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/davfs2/davfs2.hash b/package/davfs2/davfs2.hash
index 102659a38d..7e2078bec5 100644
--- a/package/davfs2/davfs2.hash
+++ b/package/davfs2/davfs2.hash
@@ -1,4 +1,4 @@
 # Locally calculated
-sha256 c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0  davfs2-1.5.4.tar.gz
+sha256 587c6a25ad78109995a7ccb8e60aa1c491b149f2c99d47033f3d5e648430ad2f  davfs2-1.5.5.tar.gz
 # License file, locally calculated
 sha256 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227  COPYING
diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
index f2b2fdbe41..90f73f4df0 100644
--- a/package/davfs2/davfs2.mk
+++ b/package/davfs2/davfs2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DAVFS2_VERSION = 1.5.4
+DAVFS2_VERSION = 1.5.5
 DAVFS2_SITE = http://download.savannah.nongnu.org/releases/davfs2
 DAVFS2_LICENSE = GPL-3.0+
 DAVFS2_LICENSE_FILES = COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5
  2019-06-19 21:49 [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5 Fabrice Fontaine
@ 2019-06-22  7:58 ` Thomas Petazzoni
  2019-06-23  7:39 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-06-22  7:58 UTC (permalink / raw)
  To: buildroot

On Wed, 19 Jun 2019 23:49:26 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

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

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5
  2019-06-19 21:49 [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5 Fabrice Fontaine
  2019-06-22  7:58 ` Thomas Petazzoni
@ 2019-06-23  7:39 ` Peter Korsgaard
  2019-06-23  8:07   ` Fabrice Fontaine
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2019-06-23  7:39 UTC (permalink / raw)
  To: buildroot

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

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

 > diff --git a/package/davfs2/davfs2.hash b/package/davfs2/davfs2.hash
 > index 102659a38d..7e2078bec5 100644
 > --- a/package/davfs2/davfs2.hash
 > +++ b/package/davfs2/davfs2.hash
 > @@ -1,4 +1,4 @@
 >  # Locally calculated
 > -sha256 c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0  davfs2-1.5.4.tar.gz
 > +sha256 587c6a25ad78109995a7ccb8e60aa1c491b149f2c99d47033f3d5e648430ad2f  davfs2-1.5.5.tar.gz
 >  # License file, locally calculated
 >  sha256 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227  COPYING
 > diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
 > index f2b2fdbe41..90f73f4df0 100644
 > --- a/package/davfs2/davfs2.mk
 > +++ b/package/davfs2/davfs2.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -DAVFS2_VERSION = 1.5.4
 > +DAVFS2_VERSION = 1.5.5

Would this be suitable for 2019.02.x?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5
  2019-06-23  7:39 ` Peter Korsgaard
@ 2019-06-23  8:07   ` Fabrice Fontaine
  2019-06-24 19:25     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Fontaine @ 2019-06-23  8:07 UTC (permalink / raw)
  To: buildroot

Dear Peter,

Le dim. 23 juin 2019 ? 09:39, Peter Korsgaard <peter@korsgaard.com> a ?crit :
>
> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>
>  > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>  > ---
>  >  package/davfs2/davfs2.hash | 2 +-
>  >  package/davfs2/davfs2.mk   | 2 +-
>  >  2 files changed, 2 insertions(+), 2 deletions(-)
>
>  > diff --git a/package/davfs2/davfs2.hash b/package/davfs2/davfs2.hash
>  > index 102659a38d..7e2078bec5 100644
>  > --- a/package/davfs2/davfs2.hash
>  > +++ b/package/davfs2/davfs2.hash
>  > @@ -1,4 +1,4 @@
>  >  # Locally calculated
>  > -sha256 c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0  davfs2-1.5.4.tar.gz
>  > +sha256 587c6a25ad78109995a7ccb8e60aa1c491b149f2c99d47033f3d5e648430ad2f  davfs2-1.5.5.tar.gz
>  >  # License file, locally calculated
>  >  sha256 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227  COPYING
>  > diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
>  > index f2b2fdbe41..90f73f4df0 100644
>  > --- a/package/davfs2/davfs2.mk
>  > +++ b/package/davfs2/davfs2.mk
>  > @@ -4,7 +4,7 @@
>  >  #
>  >  ################################################################################
>
>  > -DAVFS2_VERSION = 1.5.4
>  > +DAVFS2_VERSION = 1.5.5
>
> Would this be suitable for 2019.02.x?
Yes, it could, there is a fix for an infinite loop:
https://savannah.nongnu.org/bugs/?50083.
>
> --
> Bye, Peter Korsgaard
Best Regards,

Fabrice

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

* [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5
  2019-06-23  8:07   ` Fabrice Fontaine
@ 2019-06-24 19:25     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2019-06-24 19:25 UTC (permalink / raw)
  To: buildroot

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

 > Dear Peter,
 > Le dim. 23 juin 2019 ? 09:39, Peter Korsgaard <peter@korsgaard.com> a ?crit :
 >> 
 >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> 
 >> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 >> > ---
 >> >  package/davfs2/davfs2.hash | 2 +-
 >> >  package/davfs2/davfs2.mk   | 2 +-
 >> >  2 files changed, 2 insertions(+), 2 deletions(-)
 >> 
 >> > diff --git a/package/davfs2/davfs2.hash b/package/davfs2/davfs2.hash
 >> > index 102659a38d..7e2078bec5 100644
 >> > --- a/package/davfs2/davfs2.hash
 >> > +++ b/package/davfs2/davfs2.hash
 >> > @@ -1,4 +1,4 @@
 >> >  # Locally calculated
 >> > -sha256 c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0  davfs2-1.5.4.tar.gz
 >> > +sha256 587c6a25ad78109995a7ccb8e60aa1c491b149f2c99d47033f3d5e648430ad2f  davfs2-1.5.5.tar.gz
 >> >  # License file, locally calculated
 >> >  sha256 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227  COPYING
 >> > diff --git a/package/davfs2/davfs2.mk b/package/davfs2/davfs2.mk
 >> > index f2b2fdbe41..90f73f4df0 100644
 >> > --- a/package/davfs2/davfs2.mk
 >> > +++ b/package/davfs2/davfs2.mk
 >> > @@ -4,7 +4,7 @@
 >> >  #
 >> >  ################################################################################
 >> 
 >> > -DAVFS2_VERSION = 1.5.4
 >> > +DAVFS2_VERSION = 1.5.5
 >> 
 >> Would this be suitable for 2019.02.x?
 > Yes, it could, there is a fix for an infinite loop:
 > https://savannah.nongnu.org/bugs/?50083.

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

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-06-24 19:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 21:49 [Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.5.5 Fabrice Fontaine
2019-06-22  7:58 ` Thomas Petazzoni
2019-06-23  7:39 ` Peter Korsgaard
2019-06-23  8:07   ` Fabrice Fontaine
2019-06-24 19:25     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox