From a5e7326872190e7e443d8a1f10785669acba2367 Mon Sep 17 00:00:00 2001 From: xaki23 Date: Mon, 2 Dec 2019 09:47:44 +0100 Subject: [PATCH] update WireGuard from 20191012 to 20191127 --- Makefile | 2 +- kernel.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65eecd7..192dedd 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.20191012.tar.xz +WG_SRC_FILE := WireGuard-0.0.20191127.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 fa95e4b..725f433 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.20191012.tar.xz +Source5: WireGuard-0.0.20191127.tar.xz Source16: guards Source17: apply-patches Source33: check-for-config-changes