All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/samba4: bump version to 4.6.10
@ 2017-11-15 20:11 Bernd Kuhls
  2017-11-15 21:16 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Kuhls @ 2017-11-15 20:11 UTC (permalink / raw)
  To: buildroot

Quoting release notes
https://www.samba.org/samba/history/samba-4.6.10.html

"This is an additional bugfix release to address a possible data
 corruption issue. Please update immediately! For details, please see

  https://bugzilla.samba.org/show_bug.cgi?id=13130

 Samba 4.6.0 and newer is affected by this issue."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/samba4/samba4.hash | 2 +-
 package/samba4/samba4.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/samba4/samba4.hash b/package/samba4/samba4.hash
index 7446b1bdb8..6821144d1d 100644
--- a/package/samba4/samba4.hash
+++ b/package/samba4/samba4.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 c31db4aad82f0b9588ef6c4b4dab5dce3fa1787bd298e62d953c2628bb1af21a  samba-4.6.9.tar.gz
+sha256 5913a569b54c6bc261bc245d7326fabfcba42839d15a82db48c047de1eb19626  samba-4.6.10.tar.gz
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
index 7502fa6a13..40436ca731 100644
--- a/package/samba4/samba4.mk
+++ b/package/samba4/samba4.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SAMBA4_VERSION = 4.6.9
+SAMBA4_VERSION = 4.6.10
 SAMBA4_SITE = https://download.samba.org/pub/samba/stable
 SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz
 SAMBA4_INSTALL_STAGING = YES
-- 
2.11.0

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

* [Buildroot] [PATCH 1/1] package/samba4: bump version to 4.6.10
  2017-11-15 20:11 [Buildroot] [PATCH 1/1] package/samba4: bump version to 4.6.10 Bernd Kuhls
@ 2017-11-15 21:16 ` Thomas Petazzoni
  2017-11-26 21:41   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2017-11-15 21:16 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 15 Nov 2017 21:11:01 +0100, Bernd Kuhls wrote:
> Quoting release notes
> https://www.samba.org/samba/history/samba-4.6.10.html
> 
> "This is an additional bugfix release to address a possible data
>  corruption issue. Please update immediately! For details, please see
> 
>   https://bugzilla.samba.org/show_bug.cgi?id=13130
> 
>  Samba 4.6.0 and newer is affected by this issue."
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/samba4/samba4.hash | 2 +-
>  package/samba4/samba4.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Since this is clearly a bug fix release, which includes a fix for a
major bug, I've applied to master.

Peter: it should go to 2017.08.x as well (which uses 4.6.8). 2017.02.x
uses 4.5.5, which apparently is not affected by the problem.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/1] package/samba4: bump version to 4.6.10
  2017-11-15 21:16 ` Thomas Petazzoni
@ 2017-11-26 21:41   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-11-26 21:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Wed, 15 Nov 2017 21:11:01 +0100, Bernd Kuhls wrote:
 >> Quoting release notes
 >> https://www.samba.org/samba/history/samba-4.6.10.html
 >> 
 >> "This is an additional bugfix release to address a possible data
 >> corruption issue. Please update immediately! For details, please see
 >> 
 >> https://bugzilla.samba.org/show_bug.cgi?id=13130
 >> 
 >> Samba 4.6.0 and newer is affected by this issue."
 >> 
 >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 >> ---
 >> package/samba4/samba4.hash | 2 +-
 >> package/samba4/samba4.mk   | 2 +-
 >> 2 files changed, 2 insertions(+), 2 deletions(-)

 > Since this is clearly a bug fix release, which includes a fix for a
 > major bug, I've applied to master.

 > Peter: it should go to 2017.08.x as well (which uses 4.6.8). 2017.02.x
 > uses 4.5.5, which apparently is not affected by the problem.

Indeed - Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-11-26 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 20:11 [Buildroot] [PATCH 1/1] package/samba4: bump version to 4.6.10 Bernd Kuhls
2017-11-15 21:16 ` Thomas Petazzoni
2017-11-26 21:41   ` 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.