From 87c107fec0554436d4c38cfc175bc9b35f895424 Mon Sep 17 00:00:00 2001 From: xaki23 Date: Wed, 22 Jan 2020 15:23:17 +0100 Subject: [PATCH] update wireguard from 20200105 to 20200121 --- Makefile | 2 +- kernel.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c5da20..b2df355 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ HASH_FILE := $(SRC_FILE).sha512 endif WG_BASE_URL := https://git.zx2c4.com/wireguard-linux-compat/snapshot -WG_SRC_FILE := wireguard-linux-compat-0.0.20200105.tar.xz +WG_SRC_FILE := wireguard-linux-compat-0.0.20200121.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 096e834..812c5d6 100644 --- a/kernel.spec.in +++ b/kernel.spec.in @@ -113,7 +113,7 @@ Source0: linux-%{upstream_version}.tar.xz %else Source0: linux-%{upstream_version}.tar.gz %endif -Source5: wireguard-linux-compat-0.0.20200105.tar.xz +Source5: wireguard-linux-compat-0.0.20200121.tar.xz Source16: guards Source17: apply-patches Source18: mod-sign.sh