1 |
jpp |
1.1 |
Name: smeserver-wireguard |
2 |
|
|
Version: 1.0 |
3 |
|
|
Release: 1%{?dist} |
4 |
|
|
Summary: wireguard SME Server configuration package |
5 |
|
|
|
6 |
|
|
Group: VPN |
7 |
|
|
License: GPL |
8 |
|
|
URL: https://wiki.koozali.org/Wireguard |
9 |
|
|
Source0: smeserver-wireguard-1.0.tgz |
10 |
jpp |
1.4 |
Patch0: smeserver-wireguard-1.0-bz11721-init.patch |
11 |
jpp |
1.1 |
|
12 |
|
|
BuildRequires: e-smith-devtools |
13 |
|
|
Requires: wireguard-tools |
14 |
|
|
Requires: kmod-wireguard |
15 |
|
|
Requires: smeserver-release >= 10 |
16 |
|
|
Requires: qrencode |
17 |
|
|
Requires: perl-Net-Netmask |
18 |
|
|
|
19 |
|
|
|
20 |
|
|
%description |
21 |
|
|
WireGuard is a novel VPN that runs inside the Linux Kernel and uses |
22 |
|
|
state-of-the-art cryptography (the "Noise" protocol). It aims to be |
23 |
|
|
faster, simpler, leaner, and more useful than IPSec, while avoiding |
24 |
|
|
the massive headache. It intends to be considerably more performant |
25 |
|
|
than OpenVPN. WireGuard is designed as a general purpose VPN for |
26 |
|
|
running on embedded interfaces and super computers alike, fit for |
27 |
|
|
many different circumstances. It runs over UDP. |
28 |
jpp |
1.3 |
This package provides the Koozali SME SERVER configuration for controlling WireGuard. |
29 |
jpp |
1.1 |
|
30 |
|
|
%prep |
31 |
|
|
%setup -q |
32 |
jpp |
1.4 |
%patch0 -p1 |
33 |
jpp |
1.1 |
|
34 |
|
|
%build |
35 |
|
|
perl createlink |
36 |
|
|
|
37 |
|
|
|
38 |
|
|
%install |
39 |
|
|
rm -rf %{buildroot} |
40 |
|
|
(cd root; find . -depth -print | cpio -dump %{buildroot}) |
41 |
|
|
/sbin/e-smith/genfilelist %{buildroot} \ |
42 |
|
|
--ignoredir "/etc/wireguard" \ |
43 |
|
|
> %{name}-%{version}-filelist |
44 |
|
|
|
45 |
|
|
cat %{name}-%{version}-filelist |
46 |
|
|
|
47 |
|
|
%files -f %{name}-%{version}-filelist |
48 |
|
|
%defattr(-,root,root) |
49 |
|
|
#%doc COPYING |
50 |
|
|
|
51 |
|
|
|
52 |
|
|
|
53 |
|
|
|
54 |
|
|
|
55 |
|
|
%changelog |
56 |
jpp |
1.5 |
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-3.sme |
57 |
jpp |
1.4 |
- fix wrong ip [SME: 11721] |
58 |
jpp |
1.5 |
- updated templates fragments |
59 |
jpp |
1.4 |
|
60 |
jpp |
1.2 |
* Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme |
61 |
|
|
- first release for Koozali SME Server |
62 |
|
|
|
63 |
jpp |
1.1 |
|