/[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.17 - (show annotations) (download)
Wed Nov 3 18:19:58 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-wireguard-1_0-11_el7_sme
Changes since 1.16: +4 -1 lines
* Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-11.sme
- fix tainted string from dns query [SME: 11721]

1 %define release 11
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 * Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-11.sme
61 - fix tainted string from dns query [SME: 11721]
62
63 * Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-10.sme
64 - fix wrong delete event [SME: 11721]
65 fix ip not shown if server only
66 improved config display
67
68 * Mon Nov 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-9.sme
69 - fix migrate fragment [SME: 11721]
70
71 * Sun Oct 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-8.sme
72 - set DNS if allowedips 0.0.0.0/0 [SME: 11721]
73 allowedips displayed as it has been set.
74
75 * Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme
76 - fix wrong ip [SME: 11721]
77 - updated templates fragments
78 - fix panel link ; fix private/public key creation; fix preset path
79 - requires e-smith-base >= 5.8.1-2
80
81 * Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme
82 - first release for Koozali SME Server
83
84

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