/[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.25 - (hide annotations) (download)
Fri Mar 1 14:43:56 2024 UTC (4 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-wireguard-1_0-19_el7_sme, HEAD
Changes since 1.24: +12 -1 lines
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 1.0-19.sme
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493]

1 brianr 1.25 %define release 19
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.22 Patch5: smeserver-wireguard-1.0-bz11771-more-network-check.patch
19 jpp 1.23 Patch6: smeserver-wireguard-1.0-locale-2022-11-11.patch
20 jpp 1.24 Patch7: smeserver-wireguard-1.0-bz12288.patch
21 brianr 1.25 Patch8: smeserver-wireguard-1.0-Alter-menu-category-for-new-arrangement.patch
22 jpp 1.1
23     BuildRequires: e-smith-devtools
24     Requires: wireguard-tools
25     Requires: kmod-wireguard
26 michel 1.20 Requires: smeserver-release >= 10
27 jpp 1.1 Requires: qrencode
28     Requires: perl-Net-Netmask
29 jpp 1.9 Requires: e-smith-base >= 5.8.1-2
30 jpp 1.13 Requires: e-smith-lib >= 2.6.0-15
31 jpp 1.1
32 michel 1.20 AutoReqProv: no
33    
34 jpp 1.1 %description
35     WireGuard is a novel VPN that runs inside the Linux Kernel and uses
36     state-of-the-art cryptography (the "Noise" protocol). It aims to be
37     faster, simpler, leaner, and more useful than IPSec, while avoiding
38     the massive headache. It intends to be considerably more performant
39     than OpenVPN. WireGuard is designed as a general purpose VPN for
40     running on embedded interfaces and super computers alike, fit for
41     many different circumstances. It runs over UDP.
42 jpp 1.3 This package provides the Koozali SME SERVER configuration for controlling WireGuard.
43 jpp 1.1
44     %prep
45     %setup -q
46 jpp 1.4 %patch0 -p1
47 brianr 1.18 %patch1 -p1
48 brianr 1.19 %patch2 -p1
49 michel 1.20 %patch3 -p1
50 michel 1.21 %patch4 -p1
51 jpp 1.22 %patch5 -p1
52 jpp 1.23 %patch6 -p1
53 jpp 1.24 %patch7 -p1
54 brianr 1.25 %patch8 -p1
55 jpp 1.1
56     %build
57     perl createlink
58    
59    
60     %install
61     rm -rf %{buildroot}
62     (cd root; find . -depth -print | cpio -dump %{buildroot})
63     /sbin/e-smith/genfilelist %{buildroot} \
64     --ignoredir "/etc/wireguard" \
65     > %{name}-%{version}-filelist
66    
67     cat %{name}-%{version}-filelist
68    
69     %files -f %{name}-%{version}-filelist
70     %defattr(-,root,root)
71     #%doc COPYING
72    
73 brianr 1.25 %post
74     if (systemctl list-unit-files |grep smanager) then
75     echo "Smanager restart in spec file"
76     /sbin/e-smith/signal-event smanager-refresh;
77     fi
78    
79 jpp 1.1
80 michel 1.20 %changelog
81 brianr 1.25 * Fri Mar 01 2024 Brian Read <brianr@koozali.org> 1.0-19.sme
82     - Edit SM2 Menu entry to conform to new arrangements [SME: 12493]
83    
84 jpp 1.24 * Mon Dec 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-18.sme
85     - remove masquerade and forward directive on startup [SME: 12288]
86    
87 jpp 1.23 * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-17.sme
88     - apply locale 2022-11-11 patch
89    
90 jpp 1.22 * Sun May 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-16.sme
91     - improve check and tidying for non local network type [SME: 11771]
92     updated both legacy and new panel
93    
94 michel 1.21 * Tue Apr 19 2022 Michel Begue <mab974@misouk.com> 1.0-15.sme
95     - Fix typos in templates
96    
97 michel 1.20 * Fri Apr 15 2022 Michel Begue <mab974@misouk.com> 1.0-14.sme
98     - Integrate wireguard with smeserver-manager (manager2) [SME: 11819]
99     - Accept spaces in 'info' attribute [SME: 11742]
100 jpp 1.1
101 brianr 1.19 * Thu Nov 25 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-13.sme
102     - Delete old networkdb records when server ip updated [SME: 11771]
103     - Validate Server Ip range to be private in SM panel
104    
105 brianr 1.18 * Tue Nov 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-12.sme
106     - Fix-allowedips-in-quick-conf-contents [SME: 11756]
107    
108 jpp 1.17 * Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-11.sme
109     - fix tainted string from dns query [SME: 11721]
110    
111 jpp 1.16 * Wed Nov 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-10.sme
112     - fix wrong delete event [SME: 11721]
113     fix ip not shown if server only
114     improved config display
115    
116 jpp 1.15 * Mon Nov 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-9.sme
117     - fix migrate fragment [SME: 11721]
118    
119 jpp 1.14 * Sun Oct 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-8.sme
120     - set DNS if allowedips 0.0.0.0/0 [SME: 11721]
121     allowedips displayed as it has been set.
122    
123 jpp 1.12 * Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme
124 jpp 1.4 - fix wrong ip [SME: 11721]
125 jpp 1.5 - updated templates fragments
126 jpp 1.8 - fix panel link ; fix private/public key creation; fix preset path
127 jpp 1.9 - requires e-smith-base >= 5.8.1-2
128 jpp 1.4
129 jpp 1.2 * Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme
130     - first release for Koozali SME Server

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