diff --git a/EasyRSA-3.1.0.tgz b/EasyRSA-3.1.0.tgz new file mode 100644 index 0000000..b748af9 --- /dev/null +++ b/EasyRSA-3.1.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b07ecb58dc003e47d4e74f9fc4da35ec6842e96cd003d66ed72a43df983659 +size 61255 diff --git a/EasyRSA-3.1.0.tgz.sig b/EasyRSA-3.1.0.tgz.sig new file mode 100644 index 0000000..8cf628b Binary files /dev/null and b/EasyRSA-3.1.0.tgz.sig differ diff --git a/EasyRSA-v3.0.9.tgz b/EasyRSA-v3.0.9.tgz deleted file mode 100644 index 3fea712..0000000 --- a/EasyRSA-v3.0.9.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7205f3446216d884f3a83a00702f6d838d0756a7fdb5283525d7f035bef57046 -size 57722 diff --git a/EasyRSA-v3.0.9.tgz.sig b/EasyRSA-v3.0.9.tgz.sig deleted file mode 100644 index f881e4a..0000000 Binary files a/EasyRSA-v3.0.9.tgz.sig and /dev/null differ diff --git a/easy-rsa.changes b/easy-rsa.changes index 820c5a5..e13e6c0 100644 --- a/easy-rsa.changes +++ b/easy-rsa.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Sep 5 16:23:46 UTC 2022 - Florian "spirit" + +- Update to 3.1.0 (2022-05-18) + * Introduce basic support for OpenSSL version 3 (#492) + * Update regex in grep to be POSIX compliant (#556) + * Introduce status reporting tools (#555 & #557) + * Display certificates using UTF8 (#551) + * Allow certificates to be created with fixed date offset (#550) + * Add 'verify' to verify certificate against CA (#549) + * Add PKCS#12 alias 'friendlyName' (#544) + * Disallow use of '--vars=FILE init-pki' (#566) + * Support multiple IP-Addresses in SAN (#564) + * Add option '--renew-days=NN', custom renew grace period (#557) + * Add 'nopass' option to the 'export-pkcs' functions (#411) + * Add support for 'busybox' (#543) + * Add option '--tmp-dir=DIR' to declare Temp-dir (Commit f503a22) + ------------------------------------------------------------------- Wed Jun 15 19:12:30 UTC 2022 - Olav Reinert diff --git a/easy-rsa.spec b/easy-rsa.spec index d37dd4c..146351a 100644 --- a/easy-rsa.spec +++ b/easy-rsa.spec @@ -20,14 +20,14 @@ %define pname EasyRSA Name: easy-rsa -Version: 3.0.9 +Version: 3.1.0 Release: 0 Summary: CLI utility to build and manage a PKI CA License: GPL-2.0-or-later Group: Productivity/Networking/Security URL: https://github.com/OpenVPN/easy-rsa -Source: https://github.com/OpenVPN/%{name}/releases/download/v%{version}/%{pname}-v%{version}.tgz -Source1: https://github.com/OpenVPN/%{name}/releases/download/v%{version}/%{pname}-v%{version}.tgz.sig +Source: https://github.com/OpenVPN/%{name}/releases/download/v%{version}/%{pname}-%{version}.tgz +Source1: https://github.com/OpenVPN/%{name}/releases/download/v%{version}/%{pname}-%{version}.tgz.sig # https://github.com/OpenVPN/easy-rsa/tree/master/release-keys Source2: %{name}.keyring Patch100: suse-packaging.patch @@ -40,7 +40,7 @@ easy-rsa is a CLI utility to build and manage a Public Key Infrastructure certificates, including sub-CAs, and create Certificate Revokation Lists (CRL). %prep -%setup -q -n %{pname}-v%{version} +%setup -q -n %{pname}-%{version} %patch100 %build diff --git a/suse-packaging.patch b/suse-packaging.patch index 4bfe82e..af6d06d 100644 --- a/suse-packaging.patch +++ b/suse-packaging.patch @@ -1,11 +1,11 @@ ---- easyrsa.orig 2022-06-15 21:04:39.858643843 +0200 -+++ easyrsa 2022-06-15 21:05:18.250698012 +0200 -@@ -2562,7 +2562,7 @@ +--- easyrsa.orig 2022-09-05 18:43:38.396956744 +0200 ++++ easyrsa 2022-06-15 2022-09-05 18:44:14.154777676 +0200 +@@ -2972,7 +2972,7 @@ # Removed for basic sanity - To re-enable provide a REASON #prog_file2="$(which -- "$prog_file" 2>/dev/null)" && prog_file="$prog_file2" #prog_file2="$(readlink -f "$prog_file" 2>/dev/null)" && prog_file="$prog_file2" - prog_dir="${prog_file%/*}" + prog_dir="/etc/easy-rsa" + if [ "$prog_dir" = . ]; then prog_in_pwd=1; else unset -v prog_in_pwd; fi # Program dir vars - This location is least wanted. - prog_vars="${prog_dir}/vars"