Hello community, here is the log from the commit of package easy-rsa for openSUSE:Factory checked in at 2017-10-18 10:55:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/easy-rsa (Old) and /work/SRC/openSUSE:Factory/.easy-rsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "easy-rsa" Wed Oct 18 10:55:04 2017 rev:6 rq:534600 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes 2017-09-12 19:54:11.829181862 +0200 +++ /work/SRC/openSUSE:Factory/.easy-rsa.new/easy-rsa.changes 2017-10-18 10:55:05.395902697 +0200 @@ -1,0 +2,20 @@ +Mon Oct 16 06:38:49 UTC 2017 - [email protected] + +- Update to version 3.0.3 +- Rename easy-rsa-packaging.patch to suse-packaging.patch +- Remove obsolete upstream patches: + * f174800.patch + * 29d4dee.patch + * b93d0a1.patch + * fb4d8d8.patch + * b75faa4.patch + * 6436eaf.patch + * e9e8e27.patch + * 534f673.patch + * d20d2b3.patch + * 4eac410.patch + * a138c0d.patch + * 83a1a21.patch + + +------------------------------------------------------------------- Old: ---- 29d4dee.patch 3.0.1.tar.gz 4eac410.patch 534f673.patch 6436eaf.patch 83a1a21.patch a138c0d.patch b75faa4.patch b93d0a1.patch d20d2b3.patch e9e8e27.patch easy-rsa-packaging.patch f174800.patch fb4d8d8.patch New: ---- suse-packaging.patch v3.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ easy-rsa.spec ++++++ --- /var/tmp/diff_new_pack.9gVLPY/_old 2017-10-18 10:55:11.475617475 +0200 +++ /var/tmp/diff_new_pack.9gVLPY/_new 2017-10-18 10:55:11.479617288 +0200 @@ -18,40 +18,14 @@ Name: easy-rsa -Version: 3.0.1 +Version: 3.0.3 Release: 0 Summary: CLI utility to build and manage a PKI CA License: GPL-2.0 Group: Productivity/Networking/Security Url: https://github.com/OpenVPN/easy-rsa -Source: https://github.com/OpenVPN/easy-rsa/archive/%{version}.tar.gz -# Fixed upstream issues -# Generate random serial number for all certificates -Patch0: https://github.com/OpenVPN/easy-rsa/commit/f174800.patch -# Fixes #91 basename: invalid option -- 's'. -Patch1: https://github.com/OpenVPN/easy-rsa/commit/29d4dee.patch -# spelling fixes and setence structure improvements -Patch2: https://github.com/OpenVPN/easy-rsa/commit/b93d0a1.patch -# Fix comment indicating the end of the function verify_file() comment. -Patch3: https://github.com/OpenVPN/easy-rsa/commit/fb4d8d8.patch -# Convert README and COPYING into markdown files -Patch4: https://github.com/OpenVPN/easy-rsa/commit/b75faa4.patch -# Add CN as SAN (if none requested) on server certs by default -Patch5: https://github.com/OpenVPN/easy-rsa/commit/6436eaf.patch -# Moved @ValdikSS's serial randomization to sign_req -Patch6: https://github.com/OpenVPN/easy-rsa/commit/e9e8e27.patch -# Make $PWD/pki the default PKI location -Patch7: https://github.com/OpenVPN/easy-rsa/commit/534f673.patch -# Update docs and examples to fit changes in 534f673 -Patch8: https://github.com/OpenVPN/easy-rsa/commit/d20d2b3.patch -# Fix string comprehension -Patch9: https://github.com/OpenVPN/easy-rsa/commit/4eac410.patch -# Fix incorrect "openssl rand" usage -Patch10: https://github.com/OpenVPN/easy-rsa/commit/a138c0d.patch -# Add --copy-ext option -Patch11: https://github.com/OpenVPN/easy-rsa/commit/83a1a21.patch -# openSUSE specific -Patch100: easy-rsa-packaging.patch +Source: https://github.com/OpenVPN/easy-rsa/archive/v%{version}.tar.gz +Patch100: suse-packaging.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -62,27 +36,8 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch9 -p1 -%patch10 -p1 -%patch11 -p1 %patch100 -p0 -# Add this for SLE11, patch tool can't rename file. -# Next release we should publish .md documentation. -%if 0%{?sles_version} > 0 && 0%{?sles_version} < 12 -mv -v COPYING COPYING.md -mv -v README README.md -%endif - %build %install ++++++ suse-packaging.patch ++++++ *** easyrsa3/easyrsa.orig 2017-07-18 23:46:26.431057777 +0200 --- easyrsa3/easyrsa 2017-07-19 05:24:59.583924924 +0200 *************** *** 1014,1020 **** local vars= # set up program path ! local prog_vars="${0%/*}/vars" # set up PKI path local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" --- 1014,1020 ---- local vars= # set up program path ! local prog_vars="/etc/easy-rsa/vars" # set up PKI path local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars" *************** *** 1041,1047 **** fi # Set defaults, preferring existing env-vars if present ! set_var EASYRSA "${0%/*}" set_var EASYRSA_OPENSSL openssl set_var EASYRSA_PKI "$PWD/pki" set_var EASYRSA_DN cn_only --- 1041,1047 ---- fi # Set defaults, preferring existing env-vars if present ! set_var EASYRSA "/etc/easy-rsa" set_var EASYRSA_OPENSSL openssl set_var EASYRSA_PKI "$PWD/pki" set_var EASYRSA_DN cn_only
