1 |
michel |
1.21 |
%define release 15 |
2 |
jpp |
1.6 |
%define version 1.0 |
3 |
|
|
|
4 |
jpp |
1.1 |
Name: smeserver-wireguard |
5 |
jpp |
1.6 |
Version: %{version} |
6 |
|
|
Release: %{release}%{?dist} |
7 |
jpp |
1.1 |
Summary: wireguard SME Server configuration package |
8 |
|
|
|
9 |
|
|
Group: VPN |
10 |
|
|
License: GPL |
11 |
|
|
URL: https://wiki.koozali.org/Wireguard |
12 |
|
|
Source0: smeserver-wireguard-1.0.tgz |
13 |
jpp |
1.4 |
Patch0: smeserver-wireguard-1.0-bz11721-init.patch |
14 |
brianr |
1.18 |
Patch1: smeserver-wireguard-1.0-Fix-allowedips-in-quick-conf-contents.patch |
15 |
brianr |
1.19 |
Patch2: smeserver-wireguard-1.0-bz11771-Delete-previous-network-records-when-server-ip-updated-validate-server-ip.patch |
16 |
michel |
1.20 |
Patch3: smeserver-wireguard-1.0-bz11819_smanager-bz11742_info.patch |
17 |
michel |
1.21 |
Patch4: smeserver-wireguard-1.0-fix_typos.patch |
18 |
jpp |
1.1 |
|
19 |
|
|
BuildRequires: e-smith-devtools |
20 |
|
|
Requires: wireguard-tools |
21 |
|
|
Requires: kmod-wireguard |
22 |
michel |
1.20 |
Requires: smeserver-release >= 10 |
23 |
jpp |
1.1 |
Requires: qrencode |
24 |
|
|
Requires: perl-Net-Netmask |
25 |
jpp |
1.9 |
Requires: e-smith-base >= 5.8.1-2 |
26 |
jpp |
1.13 |
Requires: e-smith-lib >= 2.6.0-15 |
27 |
jpp |
1.1 |
|
28 |
michel |
1.20 |
AutoReqProv: no |
29 |
|
|
|
30 |
jpp |
1.1 |
%description |
31 |
|
|
WireGuard is a novel VPN that runs inside the Linux Kernel and uses |
32 |
|
|
state-of-the-art cryptography (the "Noise" protocol). It aims to be |
33 |
|
|
faster, simpler, leaner, and more useful than IPSec, while avoiding |
34 |
|
|
the massive headache. It intends to be considerably more performant |
35 |
|
|
than OpenVPN. WireGuard is designed as a general purpose VPN for |
36 |
|
|
running on embedded interfaces and super computers alike, fit for |
37 |
|
|
many different circumstances. It runs over UDP. |
38 |
jpp |
1.3 |
This package provides the Koozali SME SERVER configuration for controlling WireGuard. |
39 |
jpp |
1.1 |
|
40 |
|
|
%prep |
41 |
|
|
%setup -q |
42 |
jpp |
1.4 |
%patch0 -p1 |
43 |
brianr |
1.18 |
%patch1 -p1 |
44 |
brianr |
1.19 |
%patch2 -p1 |
45 |
michel |
1.20 |
%patch3 -p1 |
46 |
michel |
1.21 |
%patch4 -p1 |
47 |
jpp |
1.1 |
|
48 |
|
|
%build |
49 |
|
|
perl createlink |
50 |
|
|
|
51 |
|
|
|
52 |
|
|
%install |
53 |
|
|
rm -rf %{buildroot} |
54 |
|
|
(cd root; find . -depth -print | cpio -dump %{buildroot}) |
55 |
|
|
/sbin/e-smith/genfilelist %{buildroot} \ |
56 |
|
|
--ignoredir "/etc/wireguard" \ |
57 |
|
|
> %{name}-%{version}-filelist |
58 |
|
|
|
59 |
|
|
cat %{name}-%{version}-filelist |
60 |
|
|
|
61 |
|
|
%files -f %{name}-%{version}-filelist |
62 |
|
|
%defattr(-,root,root) |
63 |
|
|
#%doc COPYING |
64 |
|
|
|
65 |
|
|
|
66 |
michel |
1.20 |
%changelog |
67 |
michel |
1.21 |
* Tue Apr 19 2022 Michel Begue <mab974@misouk.com> 1.0-15.sme |
68 |
|
|
- Fix typos in templates |
69 |
|
|
|
70 |
michel |
1.20 |
* 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 |
jpp |
1.1 |
|
74 |
brianr |
1.19 |
* 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 |
brianr |
1.18 |
* Tue Nov 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-12.sme |
79 |
|
|
- Fix-allowedips-in-quick-conf-contents [SME: 11756] |
80 |
|
|
|
81 |
jpp |
1.17 |
* 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 |
jpp |
1.16 |
* 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 |
jpp |
1.15 |
* Mon Nov 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-9.sme |
90 |
|
|
- fix migrate fragment [SME: 11721] |
91 |
|
|
|
92 |
jpp |
1.14 |
* 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 |
jpp |
1.12 |
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme |
97 |
jpp |
1.4 |
- fix wrong ip [SME: 11721] |
98 |
jpp |
1.5 |
- updated templates fragments |
99 |
jpp |
1.8 |
- fix panel link ; fix private/public key creation; fix preset path |
100 |
jpp |
1.9 |
- requires e-smith-base >= 5.8.1-2 |
101 |
jpp |
1.4 |
|
102 |
jpp |
1.2 |
* Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme |
103 |
|
|
- first release for Koozali SME Server |