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-08-13 19:18:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/easy-rsa (Old) and /work/SRC/openSUSE:Factory/.easy-rsa.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "easy-rsa" Sun Aug 13 19:18:10 2023 rev:16 rq:1103690 version:3.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes 2023-01-23 18:31:13.075785892 +0100 +++ /work/SRC/openSUSE:Factory/.easy-rsa.new.11712/easy-rsa.changes 2023-08-13 19:18:28.484305090 +0200 @@ -1,0 +2,21 @@ +Sun Aug 6 18:54:29 UTC 2023 - Matthias Eliasson <[email protected]> + +- Update to 3.1.5: + * Build Update: script now supports signing and verifying + * Automate support-file creation (Free packaging) (#964) + * build-ca: New command option 'raw-ca', abbrevation: 'raw' (#963) + This 'raw' method, is the most reliable way to build a CA, + with a password, without writing the CA password to a temp-file. + + This option completely replaces both methods below: + + build-ca: New option --ca-via-stdin, use SSL -pass* argument 'stdin' (#959) + Option '--ca-via-stdin' offers no more security than standard method. + Easy-RSA version 3.1.4 ONLY. + + build-ca: Replace password temp-files with file-descriptors (#955) + Using file-descriptors does not work in Windows. + Easy-RSA version 3.1.3 ONLY. +- update and rebase suse-packaging.patch + +------------------------------------------------------------------- Old: ---- EasyRSA-3.1.2.tgz EasyRSA-3.1.2.tgz.sig New: ---- EasyRSA-3.1.5.tgz EasyRSA-3.1.5.tgz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ easy-rsa.spec ++++++ --- /var/tmp/diff_new_pack.7fBpcH/_old 2023-08-13 19:18:29.024308545 +0200 +++ /var/tmp/diff_new_pack.7fBpcH/_new 2023-08-13 19:18:29.028308570 +0200 @@ -19,7 +19,7 @@ %define pname EasyRSA Name: easy-rsa -Version: 3.1.2 +Version: 3.1.5 Release: 0 Summary: CLI utility to build and manage a PKI CA License: GPL-2.0-or-later ++++++ EasyRSA-3.1.2.tgz -> EasyRSA-3.1.5.tgz ++++++ ++++ 4338 lines of diff (skipped) ++++++ suse-packaging.patch ++++++ --- /var/tmp/diff_new_pack.7fBpcH/_old 2023-08-13 19:18:29.192309620 +0200 +++ /var/tmp/diff_new_pack.7fBpcH/_new 2023-08-13 19:18:29.196309645 +0200 @@ -1,14 +1,12 @@ -Index: easyrsa -=================================================================== ---- easyrsa.orig -+++ easyrsa -@@ -4012,7 +4012,7 @@ vars_setup() { - # 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" = . ] || [ "$prog_dir" = "$PWD" ]; then - prog_in_pwd=1 - else +--- easyrsa.orig 2023-08-06 20:50:08.140959981 +0200 ++++ easyrsa 2023-08-06 20:50:30.430836235 +0200 +@@ -5393,7 +5393,7 @@ + + # 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
