All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124
@ 2021-02-01 17:48 Peter Korsgaard
  2021-02-01 18:12 ` Baruch Siach
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-02-01 17:48 UTC (permalink / raw)
  To: buildroot

Fixes a build issue with recent 1.14.x stable kernels.  For details, see the
announcement:

https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/wireguard-linux-compat/wireguard-linux-compat.hash | 4 ++--
 package/wireguard-linux-compat/wireguard-linux-compat.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.hash b/package/wireguard-linux-compat/wireguard-linux-compat.hash
index 194c798570..f4f94cfd2e 100644
--- a/package/wireguard-linux-compat/wireguard-linux-compat.hash
+++ b/package/wireguard-linux-compat/wireguard-linux-compat.hash
@@ -1,4 +1,4 @@
-# https://lists.zx2c4.com/pipermail/wireguard/2020-December/006210.html
-sha256  6e5289a8b602eaaf1383aebefcbc41b8ad2721269055858b150363076c1c2132  wireguard-linux-compat-1.0.20201221.tar.xz
+# https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html
+sha256  dac6e68cd4c3db441499850dfa8a70706384a3295f37fda1b839a50b79faef54  wireguard-linux-compat-1.0.20210124.tar.xz
 # Locally calculated
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.mk b/package/wireguard-linux-compat/wireguard-linux-compat.mk
index ef21e2e114..2f36ec8bfb 100644
--- a/package/wireguard-linux-compat/wireguard-linux-compat.mk
+++ b/package/wireguard-linux-compat/wireguard-linux-compat.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WIREGUARD_LINUX_COMPAT_VERSION = 1.0.20201221
+WIREGUARD_LINUX_COMPAT_VERSION = 1.0.20210124
 WIREGUARD_LINUX_COMPAT_SITE = https://git.zx2c4.com/wireguard-linux-compat/snapshot
 WIREGUARD_LINUX_COMPAT_SOURCE = wireguard-linux-compat-$(WIREGUARD_LINUX_COMPAT_VERSION).tar.xz
 WIREGUARD_LINUX_COMPAT_LICENSE = GPL-2.0
-- 
2.20.1

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

* [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124
  2021-02-01 17:48 [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124 Peter Korsgaard
@ 2021-02-01 18:12 ` Baruch Siach
  2021-02-01 19:06   ` Peter Korsgaard
  2021-02-02 15:35 ` Peter Korsgaard
  2021-02-03 19:29 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2021-02-01 18:12 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Mon, Feb 01 2021, Peter Korsgaard wrote:
> Fixes a build issue with recent 1.14.x stable kernels.  For details, see the

That's 4.14.x, right?

baruch

> announcement:
>
> https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/wireguard-linux-compat/wireguard-linux-compat.hash | 4 ++--
>  package/wireguard-linux-compat/wireguard-linux-compat.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.hash b/package/wireguard-linux-compat/wireguard-linux-compat.hash
> index 194c798570..f4f94cfd2e 100644
> --- a/package/wireguard-linux-compat/wireguard-linux-compat.hash
> +++ b/package/wireguard-linux-compat/wireguard-linux-compat.hash
> @@ -1,4 +1,4 @@
> -# https://lists.zx2c4.com/pipermail/wireguard/2020-December/006210.html
> -sha256  6e5289a8b602eaaf1383aebefcbc41b8ad2721269055858b150363076c1c2132  wireguard-linux-compat-1.0.20201221.tar.xz
> +# https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html
> +sha256  dac6e68cd4c3db441499850dfa8a70706384a3295f37fda1b839a50b79faef54  wireguard-linux-compat-1.0.20210124.tar.xz
>  # Locally calculated
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
> diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.mk b/package/wireguard-linux-compat/wireguard-linux-compat.mk
> index ef21e2e114..2f36ec8bfb 100644
> --- a/package/wireguard-linux-compat/wireguard-linux-compat.mk
> +++ b/package/wireguard-linux-compat/wireguard-linux-compat.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -WIREGUARD_LINUX_COMPAT_VERSION = 1.0.20201221
> +WIREGUARD_LINUX_COMPAT_VERSION = 1.0.20210124
>  WIREGUARD_LINUX_COMPAT_SITE = https://git.zx2c4.com/wireguard-linux-compat/snapshot
>  WIREGUARD_LINUX_COMPAT_SOURCE = wireguard-linux-compat-$(WIREGUARD_LINUX_COMPAT_VERSION).tar.xz
>  WIREGUARD_LINUX_COMPAT_LICENSE = GPL-2.0


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124
  2021-02-01 18:12 ` Baruch Siach
@ 2021-02-01 19:06   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-02-01 19:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Hi Peter,
 > On Mon, Feb 01 2021, Peter Korsgaard wrote:
 >> Fixes a build issue with recent 1.14.x stable kernels.  For details, see the

 > That's 4.14.x, right?

Ehh yes ;) Thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124
  2021-02-01 17:48 [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124 Peter Korsgaard
  2021-02-01 18:12 ` Baruch Siach
@ 2021-02-02 15:35 ` Peter Korsgaard
  2021-02-03 19:29 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-02-02 15:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes a build issue with recent 1.14.x stable kernels.  For details, see the
 > announcement:

 > https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed after fixing the commit message to mention 4.14.x kernels, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124
  2021-02-01 17:48 [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124 Peter Korsgaard
  2021-02-01 18:12 ` Baruch Siach
  2021-02-02 15:35 ` Peter Korsgaard
@ 2021-02-03 19:29 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-02-03 19:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes a build issue with recent 1.14.x stable kernels.  For details, see the
 > announcement:

 > https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-02-03 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 17:48 [Buildroot] [PATCH] package/wireguard-linux-compat: bump version to 1.0.20210124 Peter Korsgaard
2021-02-01 18:12 ` Baruch Siach
2021-02-01 19:06   ` Peter Korsgaard
2021-02-02 15:35 ` Peter Korsgaard
2021-02-03 19:29 ` 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.