1 |
%define release 6 |
%define release 15 |
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 |
|
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 |
|
Patch4: smeserver-wireguard-1.0-fix_typos.patch |
18 |
|
|
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
Requires: wireguard-tools |
Requires: wireguard-tools |
21 |
Requires: kmod-wireguard |
Requires: kmod-wireguard |
22 |
Requires: smeserver-release >= 10 |
Requires: smeserver-release >= 10 |
23 |
Requires: qrencode |
Requires: qrencode |
24 |
Requires: perl-Net-Netmask |
Requires: perl-Net-Netmask |
25 |
Requires: e-smith-base >= 5.8.1-2 |
Requires: e-smith-base >= 5.8.1-2 |
26 |
|
Requires: e-smith-lib >= 2.6.0-15 |
27 |
|
|
28 |
|
AutoReqProv: no |
29 |
|
|
30 |
%description |
%description |
31 |
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 |
40 |
%prep |
%prep |
41 |
%setup -q |
%setup -q |
42 |
%patch0 -p1 |
%patch0 -p1 |
43 |
|
%patch1 -p1 |
44 |
|
%patch2 -p1 |
45 |
|
%patch3 -p1 |
46 |
|
%patch4 -p1 |
47 |
|
|
48 |
%build |
%build |
49 |
perl createlink |
perl createlink |
63 |
#%doc COPYING |
#%doc COPYING |
64 |
|
|
65 |
|
|
66 |
|
%changelog |
67 |
|
* Tue Apr 19 2022 Michel Begue <mab974@misouk.com> 1.0-15.sme |
68 |
|
- Fix typos in templates |
69 |
|
|
70 |
|
* Fri Apr 15 2022 Michel Begue <mab974@misouk.com> 1.0-14.sme |
71 |
|
- Integrate wireguard with smeserver-manager (manager2) [SME: 11819] |
72 |
|
- Accept spaces in 'info' attribute [SME: 11742] |
73 |
|
|
74 |
|
* Thu Nov 25 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-13.sme |
75 |
|
- Delete old networkdb records when server ip updated [SME: 11771] |
76 |
|
- Validate Server Ip range to be private in SM panel |
77 |
|
|
78 |
%changelog |
* Tue Nov 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-12.sme |
79 |
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-6.sme |
- Fix-allowedips-in-quick-conf-contents [SME: 11756] |
80 |
|
|
81 |
|
* Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-11.sme |
82 |
|
- fix tainted string from dns query [SME: 11721] |
83 |
|
|
84 |
|
* Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-10.sme |
85 |
|
- fix wrong delete event [SME: 11721] |
86 |
|
fix ip not shown if server only |
87 |
|
improved config display |
88 |
|
|
89 |
|
* Mon Nov 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-9.sme |
90 |
|
- fix migrate fragment [SME: 11721] |
91 |
|
|
92 |
|
* Sun Oct 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-8.sme |
93 |
|
- set DNS if allowedips 0.0.0.0/0 [SME: 11721] |
94 |
|
allowedips displayed as it has been set. |
95 |
|
|
96 |
|
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme |
97 |
- fix wrong ip [SME: 11721] |
- fix wrong ip [SME: 11721] |
98 |
- updated templates fragments |
- updated templates fragments |
99 |
- fix panel link ; fix private/public key creation; fix preset path |
- fix panel link ; fix private/public key creation; fix preset path |
101 |
|
|
102 |
* 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 |
103 |
- first release for Koozali SME Server |
- first release for Koozali SME Server |
|
|
|
|
|
|