Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e12b63e9c | ||
|
|
ce7d857c92 |
||
|
|
da193d5209 | ||
|
|
4d79625a18 | ||
|
|
94ed0673fb | ||
|
|
7945d6db34 |
||
|
|
98f8c4559c |
||
|
|
461dec50ac | ||
|
|
88beecdc72 | ||
|
|
c05d77c02d | ||
|
|
4f16c80f95 | ||
|
|
db659871ef | ||
|
|
23447b8f25 | ||
|
|
d0a7fae533 | ||
|
|
d7a0d1dda9 | ||
|
|
898f2a3b3d |
||
|
|
26695465d4 | ||
|
|
68a90c3dbd |
||
|
|
34dffc6abe |
||
|
|
35519d2877 |
||
|
|
0281b715c4 | ||
|
|
c0b6a3713a | ||
|
|
d46175da15 |
3 changed files with 111 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -6,3 +6,9 @@
|
|||
/wireguard-tools-1.0.20200513.tar.xz
|
||||
/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
|
||||
/wireguard-tools-1.0.20210424.tar.xz
|
||||
/wireguard-tools-1.0.20210914.tar.xz
|
||||
/wireguard-tools-1.0.20250521.tar.xz
|
||||
/wireguard-tools-1.0.20260223.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wireguard-tools-1.0.20200827.tar.xz) = 843b70050d24f142262b672daee44cdccab508b52f42b19a32c275a17d40fd8fb66136a22ef2a4602217e821703bb36a261e474b465807308f52e6a0ee49e267
|
||||
SHA512 (wireguard-tools-1.0.20260223.tar.xz) = ab56199345fdc385e62e414ec200c10777c985fb2bde767f9c76e049f47bc6d2ae83ed12d60dc1ebe0e66f22f7a7e554c13ab13837fb8cb2fbd5481149b07654
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
Name: wireguard-tools
|
||||
Version: 1.0.20200827
|
||||
Release: 1%{?dist}
|
||||
Version: 1.0.20260223
|
||||
Release: 2%{?dist}
|
||||
URL: https://www.wireguard.com/
|
||||
Summary: Fast, modern, secure VPN tunnel
|
||||
License: GPLv2
|
||||
License: GPL-2.0-only
|
||||
|
||||
Source0: https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-%{version}.tar.xz
|
||||
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: systemd
|
||||
BuildRequires: gcc
|
||||
|
||||
%description
|
||||
WireGuard is a novel VPN that runs inside the Linux Kernel and uses
|
||||
|
|
@ -29,9 +30,11 @@ This package provides the wg binary for controlling WireGuard.
|
|||
%set_build_flags
|
||||
|
||||
## Start DNS Hatchet
|
||||
%if (0%{?fedora} && 0%{?fedora} < 33) || (0%{?rhel} && 0%{?rhel} < 9)
|
||||
pushd contrib/dns-hatchet
|
||||
./apply.sh
|
||||
popd
|
||||
%endif
|
||||
## End DNS Hatchet
|
||||
|
||||
%make_build RUNSTATEDIR=%{_rundir} -C src
|
||||
|
|
@ -54,6 +57,102 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src
|
|||
%{_mandir}/man8/wg-quick.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20260223-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Fri Jun 05 2026 Joe Doss <joe@solidadmin.com> - 1.0.20260223-1
|
||||
- Update to 1.0.20260223
|
||||
- syncconf: account for persistent keepalive removed from config file
|
||||
- config: preserve const correctness
|
||||
- wg-quick@.service: add deps on wg-quick.target
|
||||
- wg-quick: linux: do not unnecessarily set sysctl
|
||||
- wg-quick: use addconf instead of setconf
|
||||
- wg-quick: linux: deal with resolvconf migration more gracefully
|
||||
- wg-quick: pass on # comments to {Pre,Post}{Up,Down}
|
||||
- syncconf: account for psks removed from config file
|
||||
- wg-quick: linux: use smallest mtu, not largest
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20250521-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20250521-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Wed May 21 2025 Joe Doss <joe@solidadmin.com> - 1.0.20250521-1
|
||||
- Update to 1.0.20250521
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210914-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.20210914-8
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210914-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210914-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210914-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210914-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210914-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210914-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Sep 21 2021 Joe Doss <joe@solidadmin.com> - 1.0.20210914-1
|
||||
- contrib/launchd: fix xml syntax error
|
||||
- wg-quick: darwin: account for "link#XX" gateways
|
||||
- ipc: add wireguard-nt support
|
||||
- ipc: cache windows lookups to avoid O(n^2) with nested lookups
|
||||
- ipc: remove windows elevation
|
||||
- ipc: windows: don't display disabled adapters
|
||||
- ipc: windows: use devpkey instead of nci for name
|
||||
- wg-quick: android: adjust for android 12
|
||||
- wg-quick: openbsd: set DNS with resolvd(8)
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20210424-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Apr 30 2021 Joe Doss <joe@solidadmin.com> - 1.0.20210424-1
|
||||
- wg-quick: freebsd: check for socket using -S, not -f
|
||||
- wg-quick: freebsd: do not assume point-to-point interface flag
|
||||
- wg-quick: freebsd: use ifconfig for determining if interface is up
|
||||
- wg-quick: kill route monitor when loop terminates
|
||||
|
||||
* 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
|
||||
- embeddable-wg-library: sync latest from netlink.h
|
||||
- wincompat: recent mingw has inet_ntop/inet_pton
|
||||
- wincompat: add resource and manifest and enable lto
|
||||
- wincompat: do not elevate by default
|
||||
- completion: add help and syncconf completions
|
||||
- sticky-sockets: do not use SO_REUSEADDR
|
||||
- man: LOG_LEVEL variables changed name
|
||||
- ipc: do not use fscanf with trailing \n
|
||||
- ipc: read trailing responses after set operation
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.20200827-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Oct 02 2020 Joe Doss <joe@solidadmin.com> - 1.0.20200827-2
|
||||
- Disable contrib/dns-hatchet/apply.sh on Fedora 33+ and RHEL9+
|
||||
|
||||
* Sat Aug 29 2020 Joe Doss <joe@solidadmin.com> - 1.0.20200827-1
|
||||
- Update to 1.0.20200827
|
||||
- wg-quick: android: use iproute2 to bring up interface instead of ndc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue