Makefile: fix version indicator

wireguard-tools: const correctness
wireguard-tools: drag in headers for prototypes
ipc: uniformly ignore preshared keys that are zero
wg-quick: freebsd: add kernel support
ipc: freebsd: add initial FreeBSD support
wg-quick: freebsd: avoid writing private keys to /tmp
This commit is contained in:
Joe Doss 2021-03-15 13:10:49 -05:00
commit 34dffc6abe
No known key found for this signature in database
GPG key ID: 8FC0C35C7D084656
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
/wireguard-tools-1.0.20200820.tar.xz
/wireguard-tools-1.0.20200827.tar.xz
/wireguard-tools-1.0.20210223.tar.xz
/wireguard-tools-1.0.20210315.tar.xz

View file

@ -1 +1 @@
SHA512 (wireguard-tools-1.0.20210223.tar.xz) = 98855853a3ecfce23a0a6bf4a885c85efaf2b08c9a92e0d3800fe40ae9adf05fdf4443150a71319bd9b53e314c8032694ea978db850a238813232a0c04edf692
SHA512 (wireguard-tools-1.0.20210315.tar.xz) = 2ebc5e5a248f6b8c19cbb8bcc3c375ad339a16bf27e32346fb7cde21b9cfb1efdf877e0e5ea4a511f7cb69ff184a6731e76492e03cf490f7d49368e7f145b72e

View file

@ -1,5 +1,5 @@
Name: wireguard-tools
Version: 1.0.20210223
Version: 1.0.20210315
Release: 1%{?dist}
URL: https://www.wireguard.com/
Summary: Fast, modern, secure VPN tunnel
@ -57,6 +57,15 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src
%{_mandir}/man8/wg-quick.8*
%changelog
* Mon Mar 15 2021 Joe Doss <joe@solidadmin.com> - 1.0.20210315-1
- Makefile: fix version indicator
- wireguard-tools: const correctness
- wireguard-tools: drag in headers for prototypes
- ipc: uniformly ignore preshared keys that are zero
- wg-quick: freebsd: add kernel support
- ipc: freebsd: add initial FreeBSD support
- wg-quick: freebsd: avoid writing private keys to /tmp
* Tue Feb 23 2021 Joe Doss <joe@solidadmin.com> - 1.0.20210223-1
- wg-quick: android: do not free iterated pointer
- wg-quick: openbsd: no use for userspace support