Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package easy-rsa for openSUSE:Factory 
checked in at 2022-07-26 19:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/easy-rsa (Old)
 and      /work/SRC/openSUSE:Factory/.easy-rsa.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "easy-rsa"

Tue Jul 26 19:45:33 2022 rev:12 rq:991236 version:3.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes        2020-11-26 
23:15:28.177041098 +0100
+++ /work/SRC/openSUSE:Factory/.easy-rsa.new.1533/easy-rsa.changes      
2022-07-26 19:45:43.955676233 +0200
@@ -1,0 +2,22 @@
+Wed Jun 15 19:12:30 UTC 2022 - Olav Reinert <[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  EasyRSA-3.0.8.tgz
  EasyRSA-3.0.8.tgz.sig

New:
----
  EasyRSA-v3.0.9.tgz
  EasyRSA-v3.0.9.tgz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ easy-rsa.spec ++++++
--- /var/tmp/diff_new_pack.1PhMHg/_old  2022-07-26 19:45:44.443600836 +0200
+++ /var/tmp/diff_new_pack.1PhMHg/_new  2022-07-26 19:45:44.447600218 +0200
@@ -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 @@
 certificates, including sub-CAs, and create Certificate Revokation Lists (CRL).
 
 %prep
-%setup -q -n %{pname}-%{version}
+%setup -q -n %{pname}-v%{version}
 %patch100
 
 %build

++++++ suse-packaging.patch ++++++
--- /var/tmp/diff_new_pack.1PhMHg/_old  2022-07-26 19:45:44.531587240 +0200
+++ /var/tmp/diff_new_pack.1PhMHg/_new  2022-07-26 19:45:44.535586623 +0200
@@ -1,15 +1,12 @@
---- 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"
 

Reply via email to