Accepting request 1004440 from network:vpn

OBS-URL: https://build.opensuse.org/request/show/1004440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/easy-rsa?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2022-09-18 16:48:50 +00:00 committed by Git OBS Bridge
commit 680099d328
7 changed files with 29 additions and 11 deletions

3
EasyRSA-3.1.0.tgz Normal file
View File

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

BIN
EasyRSA-3.1.0.tgz.sig Normal file

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Sep 5 16:23:46 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
- 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 <seroton10@gmail.com>

View File

@ -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

View File

@ -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"