1 |
%define release 5 |
%define release 12 |
2 |
%define version 1.0 |
%define version 1.0 |
3 |
|
|
4 |
Name: smeserver-wireguard |
Name: smeserver-wireguard |
11 |
URL: https://wiki.koozali.org/Wireguard |
URL: https://wiki.koozali.org/Wireguard |
12 |
Source0: smeserver-wireguard-1.0.tgz |
Source0: smeserver-wireguard-1.0.tgz |
13 |
Patch0: smeserver-wireguard-1.0-bz11721-init.patch |
Patch0: smeserver-wireguard-1.0-bz11721-init.patch |
14 |
|
Patch1: smeserver-wireguard-1.0-Fix-allowedips-in-quick-conf-contents.patch |
15 |
|
|
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
Requires: wireguard-tools |
Requires: wireguard-tools |
20 |
Requires: qrencode |
Requires: qrencode |
21 |
Requires: perl-Net-Netmask |
Requires: perl-Net-Netmask |
22 |
Requires: e-smith-base >= 5.8.1-2 |
Requires: e-smith-base >= 5.8.1-2 |
23 |
|
Requires: e-smith-lib >= 2.6.0-15 |
24 |
|
|
25 |
%description |
%description |
26 |
WireGuard is a novel VPN that runs inside the Linux Kernel and uses |
WireGuard is a novel VPN that runs inside the Linux Kernel and uses |
35 |
%prep |
%prep |
36 |
%setup -q |
%setup -q |
37 |
%patch0 -p1 |
%patch0 -p1 |
38 |
|
%patch1 -p1 |
39 |
|
|
40 |
%build |
%build |
41 |
perl createlink |
perl createlink |
59 |
|
|
60 |
|
|
61 |
%changelog |
%changelog |
62 |
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-5.sme |
* Tue Nov 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-12.sme |
63 |
|
- Fix-allowedips-in-quick-conf-contents [SME: 11756] |
64 |
|
|
65 |
|
* Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-11.sme |
66 |
|
- fix tainted string from dns query [SME: 11721] |
67 |
|
|
68 |
|
* Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-10.sme |
69 |
|
- fix wrong delete event [SME: 11721] |
70 |
|
fix ip not shown if server only |
71 |
|
improved config display |
72 |
|
|
73 |
|
* Mon Nov 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-9.sme |
74 |
|
- fix migrate fragment [SME: 11721] |
75 |
|
|
76 |
|
* Sun Oct 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-8.sme |
77 |
|
- set DNS if allowedips 0.0.0.0/0 [SME: 11721] |
78 |
|
allowedips displayed as it has been set. |
79 |
|
|
80 |
|
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme |
81 |
- fix wrong ip [SME: 11721] |
- fix wrong ip [SME: 11721] |
82 |
- updated templates fragments |
- updated templates fragments |
83 |
- fix panel link ; fix private/public key creation; fix preset path |
- fix panel link ; fix private/public key creation; fix preset path |