Accepting request 991236 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/991236 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/easy-rsa?expand=0&rev=12
This commit is contained in:
commit
68f9c1c163
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cae114c212a5be4d89f2253d36c70ab94f68d295f24e8b6711c2cab0fabf7e18
|
||||
size 48907
|
Binary file not shown.
3
EasyRSA-v3.0.9.tgz
Normal file
3
EasyRSA-v3.0.9.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7205f3446216d884f3a83a00702f6d838d0756a7fdb5283525d7f035bef57046
|
||||
size 57722
|
BIN
EasyRSA-v3.0.9.tgz.sig
Normal file
BIN
EasyRSA-v3.0.9.tgz.sig
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 19:12:30 UTC 2022 - Olav Reinert <seroton10@gmail.com>
|
||||
|
||||
- Update to 3.0.9 (2022-05-04)
|
||||
|
||||
* Upgrade OpenSSL from 1.1.0j to 1.1.1o (#405, #407)
|
||||
- We are buliding this ourselves now.
|
||||
* Fix --version so it uses EASYRSA_OPENSSL (#416)
|
||||
* Use openssl rand instead of non-POSIX mktemp (#478)
|
||||
* Fix paths with spaces (#443)
|
||||
* Correct OpenSSL version from Homebrew on macOs (#416)
|
||||
* Fix revoking a renewed certificate (Original PR #394)
|
||||
* Follow-up commit: ef22701
|
||||
* Introduce 'show-crl' (d199389)
|
||||
* Support Windows-Git 'version of bash' (#533)
|
||||
* Disallow use of single quote (') in vars file, Warning (#530)
|
||||
* Creating a CA uses x509-types/ca and COMMON (#526)
|
||||
* Prefer 'PKI/vars' over all other locations (#528)
|
||||
* Introduce 'init-pki soft' option (#197)
|
||||
* Warnings are no longer silenced by --batch (#523)
|
||||
* Improve packaging options (#510)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 16:48:19 UTC 2020 - Olav Reinert <seroton10@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package easy-rsa
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2015 Stefan Jakobs.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,14 +20,14 @@
|
||||
%define pname EasyRSA
|
||||
|
||||
Name: easy-rsa
|
||||
Version: 3.0.8
|
||||
Version: 3.0.9
|
||||
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}-%{version}.tgz
|
||||
Source1: https://github.com/OpenVPN/%{name}/releases/download/v%{version}/%{pname}-%{version}.tgz.sig
|
||||
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
|
||||
# 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}-%{version}
|
||||
%setup -q -n %{pname}-v%{version}
|
||||
%patch100
|
||||
|
||||
%build
|
||||
|
@ -1,14 +1,11 @@
|
||||
--- easyrsa.orig 2020-11-20 15:05:31.051230522 +0100
|
||||
+++ easyrsa 2020-11-20 15:08:45.769207521 +0100
|
||||
@@ -1664,10 +1664,7 @@
|
||||
vars=
|
||||
|
||||
# set up program path
|
||||
- prog_file="$0"
|
||||
- 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"
|
||||
--- easyrsa.orig 2022-06-15 21:04:39.858643843 +0200
|
||||
+++ easyrsa 2022-06-15 21:05:18.250698012 +0200
|
||||
@@ -2562,7 +2562,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"
|
||||
|
||||
# Program dir vars - This location is least wanted.
|
||||
prog_vars="${prog_dir}/vars"
|
||||
# set up PKI path
|
||||
pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars"
|
||||
|
Loading…
Reference in New Issue
Block a user