/[smecontribs]/rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec
ViewVC logotype

Contents of /rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.14 - (show annotations) (download)
Mon Nov 1 02:41:10 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-wireguard-1_0-8_el7_sme
Changes since 1.13: +5 -1 lines
* Sun Oct 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-8.sme
- set DNS if allowedips 0.0.0.0/0 [SME: 11721]
  allowedips displayed as it has been set.

1 %define release 8
2 %define version 1.0
3
4 Name: smeserver-wireguard
5 Version: %{version}
6 Release: %{release}%{?dist}
7 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 Patch0: smeserver-wireguard-1.0-bz11721-init.patch
14
15 BuildRequires: e-smith-devtools
16 Requires: wireguard-tools
17 Requires: kmod-wireguard
18 Requires: smeserver-release >= 10
19 Requires: qrencode
20 Requires: perl-Net-Netmask
21 Requires: e-smith-base >= 5.8.1-2
22 Requires: e-smith-lib >= 2.6.0-15
23
24 %description
25 WireGuard is a novel VPN that runs inside the Linux Kernel and uses
26 state-of-the-art cryptography (the "Noise" protocol). It aims to be
27 faster, simpler, leaner, and more useful than IPSec, while avoiding
28 the massive headache. It intends to be considerably more performant
29 than OpenVPN. WireGuard is designed as a general purpose VPN for
30 running on embedded interfaces and super computers alike, fit for
31 many different circumstances. It runs over UDP.
32 This package provides the Koozali SME SERVER configuration for controlling WireGuard.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 perl createlink
40
41
42 %install
43 rm -rf %{buildroot}
44 (cd root; find . -depth -print | cpio -dump %{buildroot})
45 /sbin/e-smith/genfilelist %{buildroot} \
46 --ignoredir "/etc/wireguard" \
47 > %{name}-%{version}-filelist
48
49 cat %{name}-%{version}-filelist
50
51 %files -f %{name}-%{version}-filelist
52 %defattr(-,root,root)
53 #%doc COPYING
54
55
56
57
58
59 %changelog
60 * Sun Oct 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-8.sme
61 - set DNS if allowedips 0.0.0.0/0 [SME: 11721]
62 allowedips displayed as it has been set.
63
64 * Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme
65 - fix wrong ip [SME: 11721]
66 - updated templates fragments
67 - fix panel link ; fix private/public key creation; fix preset path
68 - requires e-smith-base >= 5.8.1-2
69
70 * Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme
71 - first release for Koozali SME Server
72
73

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed