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

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

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


Revision 1.4 - (hide annotations) (download)
Wed Oct 27 21:35:02 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
Changes since 1.3: +5 -0 lines
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-2.sme
- fix wrong ip [SME: 11721]

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.4 * Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-2.sme
57     - fix wrong ip [SME: 11721]
58    
59 jpp 1.2 * Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme
60     - first release for Koozali SME Server
61    
62 jpp 1.1

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