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..16b8677 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,19 @@ 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 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