Merge branch 'master' into epel8
This commit is contained in:
commit
eb7d170bac
3 changed files with 16 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wireguard-tools-1.0.20200513.tar.xz) = 4d27b262350b6b47843a323c2e7ab8d2bdd48065c265778abdec85b3f6fc92aa9af77d76e368df9cc8e435eae1c0ce50fed52e1d78db54358c1884d34be08d2c
|
||||
SHA512 (wireguard-tools-1.0.20200820.tar.xz) = d30ff3c4381e65cd0a751110e66f3ad1aa274b22962da748af6373210d3e4824d066a74655156d7a3d1fe6f96187a49408bc590a8023bc706c1824c0546b874c
|
||||
|
|
|
|||
|
|
@ -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 <joe@solidadmin.com> - 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 <releng@fedoraproject.org> - 1.0.20200513-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed May 13 2020 Joe Doss <joe@solidadmin.com> - 1.0.20200513-1
|
||||
- Update to 1.0.20200513
|
||||
- Makefile: remember to install all systemd units
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue