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 2023-10-17 20:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/easy-rsa (Old)
 and      /work/SRC/openSUSE:Factory/.easy-rsa.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "easy-rsa"

Tue Oct 17 20:25:11 2023 rev:17 rq:1118268 version:3.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes        2023-08-13 
19:18:28.484305090 +0200
+++ /work/SRC/openSUSE:Factory/.easy-rsa.new.20540/easy-rsa.changes     
2023-10-17 20:25:29.336312466 +0200
@@ -1,0 +2,20 @@
+Tue Oct 17 06:35:16 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 3.1.7:
+  * Completely Remove Upgrade Functionality
+  * Expand help to include undocumented commands
+  * Forbid "default vars in the default PKI" for all commands
+  * show-expire: Calculate certificate expire seconds from Database date
+  * Expand help to include undocumented commands
+  * New command: make-vars - Print vars.example (here-doc) to stdout
+  * gen-crl: preserve existing crl.pem ownership+mode by @Tabiskabis in #1020
+  * Improve vars auto load
+  * Replace santize_path() and ignore Windows "security" warning
+  * Improve select_vars() and source_vars()
+  * sign-req: Allow the CSR DN-field order to be preserved
+  * vars-file: Warn about EASYRSA_NO_VARS disabling vars-file use
+  * Expand default status to include vars-file and CA status
+  * verify_ssl_lib(): Minor style improvements
+  * cleanup: Rename $easyrsa_error_exit to $easyrsa_exit_with_error
+
+-------------------------------------------------------------------

Old:
----
  EasyRSA-3.1.5.tgz
  EasyRSA-3.1.5.tgz.sig

New:
----
  EasyRSA-3.1.7.tgz
  EasyRSA-3.1.7.tgz.sig

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

Other differences:
------------------
++++++ easy-rsa.spec ++++++
--- /var/tmp/diff_new_pack.h8gvYC/_old  2023-10-17 20:25:29.856330670 +0200
+++ /var/tmp/diff_new_pack.h8gvYC/_new  2023-10-17 20:25:29.860330810 +0200
@@ -19,7 +19,7 @@
 
 %define pname   EasyRSA
 Name:           easy-rsa
-Version:        3.1.5
+Version:        3.1.7
 Release:        0
 Summary:        CLI utility to build and manage a PKI CA
 License:        GPL-2.0-or-later
@@ -38,8 +38,7 @@
 certificates, including sub-CAs, and create Certificate Revokation Lists (CRL).
 
 %prep
-%setup -q -n %{pname}-%{version}
-%patch100
+%autosetup -p1 -n %{pname}-%{version}
 
 %build
 

++++++ EasyRSA-3.1.5.tgz -> EasyRSA-3.1.7.tgz ++++++
++++ 5779 lines of diff (skipped)

++++++ suse-packaging.patch ++++++
--- /var/tmp/diff_new_pack.h8gvYC/_old  2023-10-17 20:25:30.044337251 +0200
+++ /var/tmp/diff_new_pack.h8gvYC/_new  2023-10-17 20:25:30.044337251 +0200
@@ -1,12 +1,24 @@
---- easyrsa.orig       2023-08-06 20:50:08.140959981 +0200
-+++ easyrsa    2023-08-06 20:50:30.430836235 +0200
-@@ -5393,7 +5393,7 @@
+--- EasyRSA-3.1.7/easyrsa.orig 2023-10-17 08:27:37.665021587 +0200
++++ EasyRSA-3.1.7/easyrsa      2023-10-17 08:34:59.943976542 +0200
+@@ -1440,10 +1440,7 @@
+       # "$EASYRSA" - Old default and Windows
+       # "$PWD" - Usually the same as above, avoid
+       # "${0%/*}" - Usually the same as above, avoid
+-      # '/usr/local/share/easy-rsa' - Default user installed
+-      # '/usr/share/easy-rsa' - Default system installed
+-      # Room for more..
+-      # '/etc/easy-rsa' - Last resort
++      # '/etc/easy-rsa' 
  
-               # set up program path
-               prog_file="$0"
--              prog_dir="${prog_file%/*}"
-+              prog_dir="/etc/easy-rsa"
-               if [ "$prog_dir" = . ] || [ "$prog_dir" = "$PWD" ]
-               then
-                       prog_in_pwd=1
+       # Find and optionally copy data-files, in specific order
+       for area in \
+@@ -1451,8 +1448,6 @@
+               "$EASYRSA" \
+               "$PWD" \
+               "${0%/*}" \
+-              '/usr/local/share/easy-rsa' \
+-              '/usr/share/easy-rsa' \
+               '/etc/easy-rsa' \
+               # EOL
+       do
 

Reply via email to