From 50be3bcf5996c1ffdc98f023e8d13c7054823e5c4570a92481deff9b71977f27 Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Sun, 18 Sep 2022 08:44:22 +0000 Subject: [PATCH] Accepting request 1001320 from home:sp1rit:testing Update to 3.1.0 OBS-URL: https://build.opensuse.org/request/show/1001320 OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=33 --- EasyRSA-3.1.0.tgz | 3 +++ EasyRSA-3.1.0.tgz.sig | Bin 0 -> 310 bytes EasyRSA-v3.0.9.tgz | 3 --- EasyRSA-v3.0.9.tgz.sig | Bin 310 -> 0 bytes easy-rsa.changes | 18 ++++++++++++++++++ easy-rsa.spec | 8 ++++---- suse-packaging.patch | 8 ++++---- 7 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 EasyRSA-3.1.0.tgz create mode 100644 EasyRSA-3.1.0.tgz.sig delete mode 100644 EasyRSA-v3.0.9.tgz delete mode 100644 EasyRSA-v3.0.9.tgz.sig 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 0000000000000000000000000000000000000000000000000000000000000000..8cf628bcc56fa218ade8b971e8fe815870f68df64065e5a4513ffad65f0da4b1 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j-4{G;dhhX*X)xg9TZmO>dh4Gj(j0%C=uKL82|5OS76 z895CN4y*bH{ySvQuYX2?Ee?XdI*0<55ymgIC)d5usFe@a;9xvUNHx1c*Ttg}EU@d{fQW_5eR%aM6TK@Xarcjh8iJNwe+d&-G{zb2+Q1=l z2qHn$3CIv9(r0SztIl206u~Tcxu`IM`^kzgAHtINyH&~vTV!A6l{btpDB8il+pydu z0d6^8)w%AEugt*xFs_yix|T6WlJeumQios;gva8tJn#N&5gq2>4J*Puuj-$*Tukkt zhIW%(!PFa=Ej|zVlaR>69`G(F5#Pjr&K%&;%4XT9fup=i4YDA!yH?Z+@T}_yt}F+x IpYYs$&XIVQ0RR91 literal 0 HcmV?d00001 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 f881e4a784b61e2ffd935fe85fad576524fc4afcde96e09274bcba7e644b3f90..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j-4{G;dhhX*X)xg9TZmO>dh4Gj(j0%C;k2>=QS5OS76 z895CN4uoC@|9km2RP!xL{a1A9o|c2{_WV1TVwVA8X=@9q;oW+em={*ABexqlRKLTQO-t;EaFHXi6QBsc3e%h+Ar|fU3Qe%+CsuM(ct7K zEl7_as~>A-DUGce*7yCwY{M46&>yfjkyulq%JZSZl7~I2V8{D^sDiGy{bhcpvjuz0 zl)!sxL8PVFuyLd7puiWFnm@OVa9s(HnezBr{|`*NteKcmmi^|pwA3^p1R_)3bt+&w Iu9RWS?J5|R9smFU 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"