1 |
%define release 11 |
%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 |
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 |
|
* 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 |
* Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-11.sme |
66 |
- fix tainted string from dns query [SME: 11721] |
- fix tainted string from dns query [SME: 11721] |
67 |
|
|