diff --git a/EasyRSA-3.0.3.tgz b/EasyRSA-3.0.3.tgz deleted file mode 100644 index 3eab3a3..0000000 --- a/EasyRSA-3.0.3.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb239d67f4bd09f817b0025450d422ed7ae3ee93af737c57d4acd8fdb646079e -size 40960 diff --git a/EasyRSA-3.0.3.tgz.sig b/EasyRSA-3.0.3.tgz.sig deleted file mode 100644 index 4b8800b..0000000 Binary files a/EasyRSA-3.0.3.tgz.sig and /dev/null differ diff --git a/EasyRSA-3.0.4.tgz b/EasyRSA-3.0.4.tgz new file mode 100644 index 0000000..2a1f86c --- /dev/null +++ b/EasyRSA-3.0.4.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a +size 37721 diff --git a/EasyRSA-3.0.4.tgz.sig b/EasyRSA-3.0.4.tgz.sig new file mode 100644 index 0000000..97c2526 Binary files /dev/null and b/EasyRSA-3.0.4.tgz.sig differ diff --git a/easy-rsa.changes b/easy-rsa.changes index 848c56b..4423cbb 100644 --- a/easy-rsa.changes +++ b/easy-rsa.changes @@ -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 diff --git a/easy-rsa.spec b/easy-rsa.spec index cbf55b7..7af2fa5 100644 --- a/easy-rsa.spec +++ b/easy-rsa.spec @@ -1,7 +1,7 @@ # # 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. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: easy-rsa -Version: 3.0.3 +Version: 3.0.4 Release: 0 Summary: CLI utility to build and manage a PKI CA 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/x509-types 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 -Dm0755 easyrsa %{buildroot}/%{_bindir}/easyrsa diff --git a/suse-packaging.patch b/suse-packaging.patch index 202f7a2..4fa91ba 100644 --- a/suse-packaging.patch +++ b/suse-packaging.patch @@ -2,20 +2,20 @@ --- easyrsa3/easyrsa 2017-07-19 05:24:59.583924924 +0200 *************** *** 1014,1020 **** - local vars= + vars= # set up program path -! local prog_vars="${0%/*}/vars" +! prog_vars="${0%/*}/vars" # set up PKI path - local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" + pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" --- 1014,1020 ---- - local vars= + vars= # set up program path -! local prog_vars="/etc/easy-rsa/vars" +! prog_vars="/etc/easy-rsa/vars" # set up PKI path - local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" + pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" *************** *** 1041,1047 ****