From cddf334f0514e6d59699797e87eab0512eb01256 Mon Sep 17 00:00:00 2001 From: xaki23 Date: Tue, 5 Nov 2019 09:29:07 +0100 Subject: [PATCH] update WireGuard from 20190913 to 20191012 --- Makefile | 2 +- kernel.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48151b3..65eecd7 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ HASH_FILE := $(SRC_FILE).sha512 endif WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot -WG_SRC_FILE := WireGuard-0.0.20190913.tar.xz +WG_SRC_FILE := WireGuard-0.0.20191012.tar.xz WG_SRC_URL := $(WG_BASE_URL)/$(WG_SRC_FILE) WG_SIG_FILE := $(WG_SRC_FILE:%.xz=%.asc) diff --git a/kernel.spec.in b/kernel.spec.in index 22fb6a9..d1a4af4 100644 --- a/kernel.spec.in +++ b/kernel.spec.in @@ -108,7 +108,7 @@ Source0: linux-%{upstream_version}.tar.xz %else Source0: linux-%{upstream_version}.tar.gz %endif -Source5: WireGuard-0.0.20190913.tar.xz +Source5: WireGuard-0.0.20191012.tar.xz Source16: guards Source17: apply-patches Source33: check-for-config-changes