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-01-23 18:30:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/easy-rsa (Old) and /work/SRC/openSUSE:Factory/.easy-rsa.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "easy-rsa" Mon Jan 23 18:30:55 2023 rev:15 rq:1060187 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes 2022-12-14 14:11:18.035586551 +0100 +++ /work/SRC/openSUSE:Factory/.easy-rsa.new.32243/easy-rsa.changes 2023-01-23 18:31:13.075785892 +0100 @@ -1,0 +2,42 @@ +Tue Jan 17 11:06:55 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 3.1.2: + * Command 'renew': Remove option 'nopass' + * find_x509_types_dir(): Remove excess checks + * Remove function find_x509_types_dir() + * For 'init-pki hard' only, always try to create a new pki/vars file + * Introduce global option '--notext|--no-text' + * Minor style change + * Introduce command 'set-pass' + * Fix shellcheck warning for command set-pass case statement + * cleanup(): Exit correctly for SIGINT + * Update help: Standardise output; Improve code; Reprioritise options + * vars.example: Add EASYRSA_NO_PASS and wrap long lines + * Use 'unset -v', consistently + * build-ca: Improve passphrase input mechanism + * Remove global options '--verbose' and '--quiet' as not required + * Remove all prerequisite code to build a safe SSL config file + * Rename temp files to reflect the purpose + * easyrsa_openssl(): Always set OPENSSL_CONF to EasyRSA safe SSL config + * Replace SSL calls for serial number with function ssl_cert_serial() + * Introduce OpenSSL only mode: No Safe SSL Config File + * ff_date_to_cert_date(): Correct the input format for busybox date + * Re-order easyrsa_openssl() temp-file assignment + * Stop EASYRSA_DEBUG interfering with SSL output from subshells + * Status reports: Recognise Expired certificates + * New function safe_set_var(): Safe wrapper for set_var() + * Windows, build-ca: Add input password to re-open private key + * Renewal: General code improvements + * cleanup(): General improvements - Create KNOWN error exit + * build-ca: Change FATAL error to warning for old openssl-easyrsa.cnf + * Allow --fix-offset to create post-dated certificates + * Default settings: Make default Edwards curve ED25519 + * cleanup(): Exit with numeric error-code only + * init-pki(): Introduce second warning before HARD removal + * build-full: Always enable inline file creation + * Global option '--passout' always take priority ONLY + * Status Reports: Set 'LC_TIME=C.UTF-8', only used for reports + * Option --fix-offset: Adjust off-by-one day +- Drop fix-747.patch + +------------------------------------------------------------------- Old: ---- EasyRSA-3.1.1.tgz EasyRSA-3.1.1.tgz.sig fix-747.patch New: ---- EasyRSA-3.1.2.tgz EasyRSA-3.1.2.tgz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ easy-rsa.spec ++++++ --- /var/tmp/diff_new_pack.uxwuMQ/_old 2023-01-23 18:31:13.783790262 +0100 +++ /var/tmp/diff_new_pack.uxwuMQ/_new 2023-01-23 18:31:13.787790287 +0100 @@ -1,7 +1,7 @@ # # spec file for package easy-rsa # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2015 Stefan Jakobs. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define pname EasyRSA Name: easy-rsa -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: CLI utility to build and manage a PKI CA License: GPL-2.0-or-later @@ -29,7 +29,6 @@ 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 -Patch1: fix-747.patch Patch100: suse-packaging.patch BuildArch: noarch @@ -40,7 +39,6 @@ %prep %setup -q -n %{pname}-%{version} -%patch1 -p2 %patch100 %build ++++++ EasyRSA-3.1.1.tgz -> EasyRSA-3.1.2.tgz ++++++ ++++ 3615 lines of diff (skipped)