1 |
# $Id: smeserver-openvpn-bridge.spec,v 1.9 2022/07/24 02:57:57 jpp Exp $ |
# $Id: smeserver-openvpn-bridge.spec,v 1.10 2022/07/24 02:59:29 jpp Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
6 |
%define name smeserver-openvpn-bridge |
%define name smeserver-openvpn-bridge |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.1 |
%define version 2.1 |
9 |
%define release 16 |
%define release 17 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
45 |
to have a full working openvpn server running in bridge mode. |
to have a full working openvpn server running in bridge mode. |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 2.1-17.sme |
49 |
|
- Re-build and link to latest devtools [SME: 11997] |
50 |
|
|
51 |
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-16.sme |
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-16.sme |
52 |
- add to core backup [SME: 12018] |
- add to core backup [SME: 12018] |
53 |
|
|
63 |
- better client default configuration with embded shared key and CAcert |
- better client default configuration with embded shared key and CAcert |
64 |
- migrate cipher to Cipher like routed and s2s usage |
- migrate cipher to Cipher like routed and s2s usage |
65 |
- HMAC and Cipher are accessible to change using the manager. |
- HMAC and Cipher are accessible to change using the manager. |
66 |
- fix typos in translations [SME: 6647] |
- Re-build and link to latest devtools typos in translations [SME: 6647] |
67 |
|
|
68 |
* Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme |
* Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme |
69 |
- fix permisison issue on private keys [SME: 11335] |
- Re-build and link to latest devtools permisison issue on private keys [SME: 11335] |
70 |
- rework unit file |
- rework unit file |
71 |
avoid failure, add ncp cipher, add loging status |
avoid failure, add ncp cipher, add loging status |
72 |
- add default cipher AES-256-CBC - if issue with older clients < 2.4 |
- add default cipher AES-256-CBC - if issue with older clients < 2.4 |