1 |
%define release 12 |
%define release 14 |
2 |
%define version 1.0 |
%define version 1.0 |
3 |
|
|
4 |
Name: smeserver-wireguard |
Name: smeserver-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 |
Patch1: smeserver-wireguard-1.0-Fix-allowedips-in-quick-conf-contents.patch |
15 |
|
Patch2: smeserver-wireguard-1.0-bz11771-Delete-previous-network-records-when-server-ip-updated-validate-server-ip.patch |
16 |
|
Patch3: smeserver-wireguard-1.0-bz11819_smanager-bz11742_info.patch |
17 |
|
|
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
Requires: wireguard-tools |
Requires: wireguard-tools |
20 |
Requires: kmod-wireguard |
Requires: kmod-wireguard |
21 |
Requires: smeserver-release >= 10 |
Requires: smeserver-release >= 10 |
22 |
Requires: qrencode |
Requires: qrencode |
23 |
Requires: perl-Net-Netmask |
Requires: perl-Net-Netmask |
24 |
Requires: e-smith-base >= 5.8.1-2 |
Requires: e-smith-base >= 5.8.1-2 |
25 |
Requires: e-smith-lib >= 2.6.0-15 |
Requires: e-smith-lib >= 2.6.0-15 |
26 |
|
|
27 |
|
AutoReqProv: no |
28 |
|
|
29 |
%description |
%description |
30 |
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 |
31 |
state-of-the-art cryptography (the "Noise" protocol). It aims to be |
state-of-the-art cryptography (the "Noise" protocol). It aims to be |
40 |
%setup -q |
%setup -q |
41 |
%patch0 -p1 |
%patch0 -p1 |
42 |
%patch1 -p1 |
%patch1 -p1 |
43 |
|
%patch2 -p1 |
44 |
|
%patch3 -p1 |
45 |
|
|
46 |
%build |
%build |
47 |
perl createlink |
perl createlink |
61 |
#%doc COPYING |
#%doc COPYING |
62 |
|
|
63 |
|
|
|
|
|
|
|
|
|
|
|
64 |
%changelog |
%changelog |
65 |
|
* Fri Apr 15 2022 Michel Begue <mab974@misouk.com> 1.0-14.sme |
66 |
|
- Integrate wireguard with smeserver-manager (manager2) [SME: 11819] |
67 |
|
- Accept spaces in 'info' attribute [SME: 11742] |
68 |
|
|
69 |
|
* Thu Nov 25 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-13.sme |
70 |
|
- Delete old networkdb records when server ip updated [SME: 11771] |
71 |
|
- Validate Server Ip range to be private in SM panel |
72 |
|
|
73 |
* Tue Nov 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-12.sme |
* Tue Nov 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-12.sme |
74 |
- Fix-allowedips-in-quick-conf-contents [SME: 11756] |
- Fix-allowedips-in-quick-conf-contents [SME: 11756] |
75 |
|
|
96 |
|
|
97 |
* Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme |
* Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme |
98 |
- first release for Koozali SME Server |
- first release for Koozali SME Server |
|
|
|
|
|
|