From 34dffc6abe04f4e79278bfabc30af0f2d822fa3c Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Mon, 15 Mar 2021 13:10:49 -0500 Subject: [PATCH] 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 --- .gitignore | 1 + sources | 2 +- wireguard-tools.spec | 11 ++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32cafe5..1c0a7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 659507c..7750c6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wireguard-tools-1.0.20210223.tar.xz) = 98855853a3ecfce23a0a6bf4a885c85efaf2b08c9a92e0d3800fe40ae9adf05fdf4443150a71319bd9b53e314c8032694ea978db850a238813232a0c04edf692 +SHA512 (wireguard-tools-1.0.20210315.tar.xz) = 2ebc5e5a248f6b8c19cbb8bcc3c375ad339a16bf27e32346fb7cde21b9cfb1efdf877e0e5ea4a511f7cb69ff184a6731e76492e03cf490f7d49368e7f145b72e diff --git a/wireguard-tools.spec b/wireguard-tools.spec index 4a01c62..cb09f15 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -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 - 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 - 1.0.20210223-1 - wg-quick: android: do not free iterated pointer - wg-quick: openbsd: no use for userspace support