From 383118a8897fffa15db694c023de7791c2ed5f69 Mon Sep 17 00:00:00 2001 From: xaki23 Date: Tue, 24 Sep 2019 21:58:07 +0200 Subject: [PATCH] change WireGuard version from 20190702 to 20190913 --- Makefile | 2 +- kernel.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7aaf258..f8f5ac1 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ endif HASH_FILE :=${SRC_FILE}.sha1sum WG_BASE_URL := https://git.zx2c4.com/WireGuard/snapshot -WG_SRC_FILE := WireGuard-0.0.20190702.tar.xz +WG_SRC_FILE := WireGuard-0.0.20190913.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 fe06330..89c695a 100644 --- a/kernel.spec.in +++ b/kernel.spec.in @@ -96,7 +96,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 Source0: linux-%version.tar.xz -Source5: WireGuard-0.0.20190702.tar.xz +Source5: WireGuard-0.0.20190913.tar.xz Source16: guards Source17: apply-patches Source33: check-for-config-changes