From 9ec407116a7ea9c24d477f5a902c8a9f6fec8dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sat, 27 Jul 2019 14:34:03 +0200 Subject: [PATCH] Update WireGuard to 0.0.20190702 --- Makefile | 2 +- kernel.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bc1c923..7aaf258 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.20190406.tar.xz +WG_SRC_FILE := WireGuard-0.0.20190702.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 2aa05d1..42034bb 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.20190406.tar.xz +Source5: WireGuard-0.0.20190702.tar.xz Source16: guards Source17: apply-patches Source33: check-for-config-changes