From 83175eb4ca141e5bffd5621b899ecbd0a6fc72b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:12:19 +0000 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wireguard-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wireguard-tools.spec b/wireguard-tools.spec index f22b952..b8b1bd8 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -1,6 +1,6 @@ Name: wireguard-tools Version: 1.0.20200513 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://www.wireguard.com/ Summary: Fast, modern, secure VPN tunnel License: GPLv2 @@ -54,6 +54,9 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src %{_mandir}/man8/wg-quick.8* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.20200513-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed May 13 2020 Joe Doss - 1.0.20200513-1 - Update to 1.0.20200513 - Makefile: remember to install all systemd units From e02a1b9a7af6a61d06d6524af148534e8b1782db Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Mon, 24 Aug 2020 11:06:15 -0500 Subject: [PATCH 2/3] Update to 1.0.20200820 ipc: split into separate files per-platform wincompat: fold random into genkey systemd: add reload target to systemd unit man: wg-quick: use syncconf instead of addconf for strip example pubkey: isblank is a subset of isspace ctype: use non-locale-specific ctype.h wg-quick: wait on process substitutions --- .gitignore | 1 + sources | 2 +- wireguard-tools.spec | 12 +++++++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3aff8f5..15050e0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /wireguard-tools-1.0.20200319.tar.xz /wireguard-tools-1.0.20200510.tar.xz /wireguard-tools-1.0.20200513.tar.xz +/wireguard-tools-1.0.20200820.tar.xz diff --git a/sources b/sources index 94c9b13..489743b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wireguard-tools-1.0.20200513.tar.xz) = 4d27b262350b6b47843a323c2e7ab8d2bdd48065c265778abdec85b3f6fc92aa9af77d76e368df9cc8e435eae1c0ce50fed52e1d78db54358c1884d34be08d2c +SHA512 (wireguard-tools-1.0.20200820.tar.xz) = d30ff3c4381e65cd0a751110e66f3ad1aa274b22962da748af6373210d3e4824d066a74655156d7a3d1fe6f96187a49408bc590a8023bc706c1824c0546b874c diff --git a/wireguard-tools.spec b/wireguard-tools.spec index f22b952..cbcf755 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -1,5 +1,5 @@ Name: wireguard-tools -Version: 1.0.20200513 +Version: 1.0.20200820 Release: 1%{?dist} URL: https://www.wireguard.com/ Summary: Fast, modern, secure VPN tunnel @@ -54,6 +54,16 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src %{_mandir}/man8/wg-quick.8* %changelog +* Thu Aug 20 2020 Joe Doss - 1.0.20200820-1 +- Update to 1.0.20200820 +- ipc: split into separate files per-platform +- wincompat: fold random into genkey +- systemd: add reload target to systemd unit +- man: wg-quick: use syncconf instead of addconf for strip example +- pubkey: isblank is a subset of isspace +- ctype: use non-locale-specific ctype.h +- wg-quick: wait on process substitutions + * Wed May 13 2020 Joe Doss - 1.0.20200513-1 - Update to 1.0.20200513 - Makefile: remember to install all systemd units From 782da4a785abb0aba6915d668cc86ae7caad3105 Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Mon, 24 Aug 2020 11:09:25 -0500 Subject: [PATCH 3/3] Merge master --- wireguard-tools.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wireguard-tools.spec b/wireguard-tools.spec index a1e9216..16b8677 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -1,11 +1,6 @@ Name: wireguard-tools -<<<<<<< HEAD Version: 1.0.20200820 Release: 1%{?dist} -======= -Version: 1.0.20200513 -Release: 2%{?dist} ->>>>>>> 83175eb4ca141e5bffd5621b899ecbd0a6fc72b8 URL: https://www.wireguard.com/ Summary: Fast, modern, secure VPN tunnel License: GPLv2