Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uacme for openSUSE:Factory checked in at 2022-04-20 16:56:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uacme (Old) and /work/SRC/openSUSE:Factory/.uacme.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uacme" Wed Apr 20 16:56:56 2022 rev:9 rq:970906 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/uacme/uacme.changes 2020-08-20 22:35:37.960172197 +0200 +++ /work/SRC/openSUSE:Factory/.uacme.new.1941/uacme.changes 2022-04-20 16:57:28.590631258 +0200 @@ -1,0 +2,21 @@ +Tue Apr 19 13:43:24 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 1.7.1 + * uacme: fix issue when running from inaccessible directory + * ualpn: use default user group when -u <user> is specified +- Update to version 1.7.0 + * uacme: alternate chain selection by certificate fingerprint + * print copyright with version + * ualpn: print copyright with version + * add notice with version on startup + * reject duplicate options where appropriate + * make ualpn.sh always outputs to stderr + * fix compilation warning +- Update to version 1.6 + * uacme: add support for RFC8555 External Account Binding + * fix use after free in surrogate strcasestr function + * make nsupdate.sh accept quoted TXT challenge values + * minor cosmetic changes to log messages +- Rebased suse-www-path.patch + +------------------------------------------------------------------- Old: ---- uacme-1.5.tar.gz New: ---- uacme-1.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uacme.spec ++++++ --- /var/tmp/diff_new_pack.P7bU8Q/_old 2022-04-20 16:57:29.030631669 +0200 +++ /var/tmp/diff_new_pack.P7bU8Q/_new 2022-04-20 16:57:29.034631673 +0200 @@ -1,7 +1,7 @@ # # spec file for package uacme # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2020, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: uacme -Version: 1.5 +Version: 1.7.1 Release: 0 Summary: A minimal ACMEv2 client License: GPL-3.0-or-later @@ -29,6 +29,9 @@ # find . -type f -exec sed -i 's|/var/www|/srv/www/htdocs|g' {} \; Patch1: suse-www-path.patch BuildRequires: asciidoc +BuildRequires: autoconf +BuildRequires: autoconf-archive +BuildRequires: automake BuildRequires: libev-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) >= 3.3.30 @@ -47,8 +50,9 @@ %patch1 -p1 %build +autoreconf -fi %configure -make %{?_smp_mflags} +%make_build %install %make_install ++++++ suse-www-path.patch ++++++ --- /var/tmp/diff_new_pack.P7bU8Q/_old 2022-04-20 16:57:29.062631699 +0200 +++ /var/tmp/diff_new_pack.P7bU8Q/_new 2022-04-20 16:57:29.066631702 +0200 @@ -1,8 +1,7 @@ -diff --git a/docs/uacme.html b/docs/uacme.html -index 1ade1ed..0d7a8d7 100644 ---- a/docs/uacme.html -+++ b/docs/uacme.html -@@ -1153,11 +1153,11 @@ The key authorization (for <strong>dns-01</strong> and <strong>tls-alpn-01</stro +diff -Nur uacme-1.7.1/docs/uacme.html new/docs/uacme.html +--- uacme-1.7.1/docs/uacme.html 2021-06-04 08:21:52.000000000 +0200 ++++ new/docs/uacme.html 2022-04-19 15:52:12.079999684 +0200 +@@ -1228,11 +1228,11 @@ <div class="paragraph"><p>The <em>uacme.sh</em> hook script included in the distribution can be used to automate the certificate issuance with <em>http-01</em> challenges, provided a web server for the domain being validated runs on the @@ -16,11 +15,10 @@ ARGS=5 E_BADARGS=85</pre> </div></div> -diff --git a/uacme.1 b/uacme.1 -index ee91327..c9211c4 100644 ---- a/uacme.1 -+++ b/uacme.1 -@@ -322,14 +322,14 @@ Failure (syntax or usage error; configuration error; processing failure; unexpec +diff -Nur uacme-1.7.1/uacme.1 new/uacme.1 +--- uacme-1.7.1/uacme.1 2021-06-04 08:21:52.000000000 +0200 ++++ new/uacme.1 2022-04-19 15:52:12.055999684 +0200 +@@ -405,14 +405,14 @@ .RE .SH "EXAMPLE HOOK SCRIPT" .sp @@ -37,11 +35,10 @@ ARGS=5 E_BADARGS=85 .fi -diff --git a/uacme.1.txt b/uacme.1.txt -index 03b0af0..08bd2b1 100644 ---- a/uacme.1.txt -+++ b/uacme.1.txt -@@ -195,10 +195,10 @@ EXAMPLE HOOK SCRIPT +diff -Nur uacme-1.7.1/uacme.1.txt new/uacme.1.txt +--- uacme-1.7.1/uacme.1.txt 2021-06-04 08:21:52.000000000 +0200 ++++ new/uacme.1.txt 2022-04-19 15:52:12.055999684 +0200 +@@ -250,10 +250,10 @@ The 'uacme.sh' hook script included in the distribution can be used to automate the certificate issuance with 'http-01' challenges, provided a web server for the domain being validated runs on the @@ -54,10 +51,9 @@ ARGS=5 E_BADARGS=85 -diff --git a/uacme.sh b/uacme.sh -index cf65d32..478824e 100755 ---- a/uacme.sh -+++ b/uacme.sh +diff -Nur uacme-1.7.1/uacme.sh new/uacme.sh +--- uacme-1.7.1/uacme.sh 2021-06-04 08:21:52.000000000 +0200 ++++ new/uacme.sh 2022-04-19 15:52:12.051999684 +0200 @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. ++++++ uacme-1.5.tar.gz -> uacme-1.7.1.tar.gz ++++++ ++++ 12944 lines of diff (skipped)