SHA256
1
0
forked from pool/easy-rsa

Accepting request 511298 from home:oreinert:branches:network:vpn

Include upstream patches:
 + Add CN as SAN (if none requested) on server certs by default
 + Moved @ValdikSS's serial randomization to sign_req

OBS-URL: https://build.opensuse.org/request/show/511298
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=8
This commit is contained in:
Stefan Jakobs
2017-07-24 19:37:33 +00:00
committed by Git OBS Bridge
parent 9c4d8632f4
commit 7d41c58ae5
4 changed files with 111 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ Patch2: https://github.com/OpenVPN/easy-rsa/commit/b93d0a1.patch
Patch3: https://github.com/OpenVPN/easy-rsa/commit/fb4d8d8.patch
# Convert README and COPYING into markdown files
Patch4: https://github.com/OpenVPN/easy-rsa/commit/b75faa4.patch
# Add CN as SAN (if none requested) on server certs by default
Patch5: https://github.com/OpenVPN/easy-rsa/commit/6436eaf.patch
# Moved @ValdikSS's serial randomization to sign_req
Patch6: https://github.com/OpenVPN/easy-rsa/commit/e9e8e27.patch
# openSUSE specific
Patch100: easy-rsa-packaging.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -53,6 +57,8 @@ certificates, including sub-CAs and certificate revokation lists (CRL).
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch100 -p0
sed -i 's;#\(set_var EASYRSA \)"$PWD";\1"%{_sysconfdir}/easy-rsa";' easyrsa3/vars.example