Upgrade to version 3.0.4

OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=19
This commit is contained in:
Olav Reinert 2018-01-28 18:55:21 +00:00 committed by Git OBS Bridge
parent 6991e771fd
commit 44c83411f5
7 changed files with 17 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb239d67f4bd09f817b0025450d422ed7ae3ee93af737c57d4acd8fdb646079e
size 40960

Binary file not shown.

3
EasyRSA-3.0.4.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a
size 37721

BIN
EasyRSA-3.0.4.tgz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 28 18:51:50 UTC 2018 - seroton10@gmail.com
- Upgrade to version 3.0.4
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 18 08:40:40 UTC 2017 - astieger@suse.com Wed Oct 18 08:40:40 UTC 2017 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package easy-rsa # spec file for package easy-rsa
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 Stefan Jakobs. # Copyright (c) 2015 Stefan Jakobs.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: easy-rsa Name: easy-rsa
Version: 3.0.3 Version: 3.0.4
Release: 0 Release: 0
Summary: CLI utility to build and manage a PKI CA Summary: CLI utility to build and manage a PKI CA
License: GPL-2.0 License: GPL-2.0
@ -47,7 +47,7 @@ certificates, including sub-CAs and certificate revokation lists (CRL).
install -dm0755 %{buildroot}/%{_sysconfdir}/easy-rsa/ install -dm0755 %{buildroot}/%{_sysconfdir}/easy-rsa/
install -dm0755 %{buildroot}/%{_sysconfdir}/easy-rsa/x509-types install -dm0755 %{buildroot}/%{_sysconfdir}/easy-rsa/x509-types
install -Dm0644 vars.example %{buildroot}/%{_sysconfdir}/easy-rsa/ install -Dm0644 vars.example %{buildroot}/%{_sysconfdir}/easy-rsa/
install -Dm0644 openssl-1.0.cnf %{buildroot}/%{_sysconfdir}/easy-rsa/openssl-1.0.cnf install -Dm0644 openssl-easyrsa.cnf %{buildroot}/%{_sysconfdir}/easy-rsa/
install -Dm0644 x509-types/* %{buildroot}/%{_sysconfdir}/easy-rsa/x509-types/ install -Dm0644 x509-types/* %{buildroot}/%{_sysconfdir}/easy-rsa/x509-types/
install -Dm0755 easyrsa %{buildroot}/%{_bindir}/easyrsa install -Dm0755 easyrsa %{buildroot}/%{_bindir}/easyrsa

View File

@ -2,20 +2,20 @@
--- easyrsa3/easyrsa 2017-07-19 05:24:59.583924924 +0200 --- easyrsa3/easyrsa 2017-07-19 05:24:59.583924924 +0200
*************** ***************
*** 1014,1020 **** *** 1014,1020 ****
local vars= vars=
# set up program path # set up program path
! local prog_vars="${0%/*}/vars" ! prog_vars="${0%/*}/vars"
# set up PKI path # set up PKI path
local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars"
--- 1014,1020 ---- --- 1014,1020 ----
local vars= vars=
# set up program path # set up program path
! local prog_vars="/etc/easy-rsa/vars" ! prog_vars="/etc/easy-rsa/vars"
# set up PKI path # set up PKI path
local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars"
*************** ***************
*** 1041,1047 **** *** 1041,1047 ****