Hello community,

here is the log from the commit of package uacme for openSUSE:Factory checked 
in at 2020-03-17 13:08:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uacme (Old)
 and      /work/SRC/openSUSE:Factory/.uacme.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uacme"

Tue Mar 17 13:08:14 2020 rev:4 rq:785264 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/uacme/uacme.changes      2020-03-06 
21:27:55.853573505 +0100
+++ /work/SRC/openSUSE:Factory/.uacme.new.3160/uacme.changes    2020-03-17 
13:08:17.725713740 +0100
@@ -1,0 +2,17 @@
+Fri Mar 13 18:15:58 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.1.2
+  * fix configure.ac typo affecting LDFLAGS
+- Update to version 1.1.1
+  * fix typo breaking build without HAVE_SPLICE
+  * fix addr_t name collision on s390x
+- Update to version 1.1
+  * added IP identifier support (RFC8738)
+  * added tls-alpn-01 (RFC8737) challenge responder (ualpn)
+- Update patch:
+  * suse-www-path.patch
+- With version 1.1 a new binary named "ualpn" was added.
+  "ualpn" can be used as a proxying ACMEv2 tls-alpn-01 responder
+- Add libev-devel to BuildRequires (needed by ualpn)
+
+-------------------------------------------------------------------

Old:
----
  uacme-1.0.22.tar.gz

New:
----
  uacme-1.1.2.tar.gz

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

Other differences:
------------------
++++++ uacme.spec ++++++
--- /var/tmp/diff_new_pack.ZNy7rS/_old  2020-03-17 13:08:18.277714163 +0100
+++ /var/tmp/diff_new_pack.ZNy7rS/_new  2020-03-17 13:08:18.277714163 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           uacme
-Version:        1.0.22
+Version:        1.1.2
 Release:        0
 Summary:        A minimal ACMEv2 client
 License:        GPL-3.0-or-later
@@ -26,8 +26,10 @@
 URL:            https://github.com/ndilieto/uacme
 Source:         
https://github.com/ndilieto/uacme/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE suse-www-path.patch
+# find . -type f -exec sed -i 's|/var/www|/srv/www/htdocs|g' {} \;
 Patch1:         suse-www-path.patch
 BuildRequires:  asciidoc
+BuildRequires:  libev-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gnutls) >= 3.3.30
 BuildRequires:  pkgconfig(libcurl) >= 7.38.0
@@ -50,14 +52,18 @@
 
 %install
 %make_install
-mv %{buildroot}/%{_datadir}/doc/uacme/uacme.1.html .
+mv %{buildroot}/%{_datadir}/doc/uacme/*.html .
 
 %files
 %license COPYING
-%doc AUTHORS ChangeLog NEWS README README.md THANKS uacme.1.html
+%doc AUTHORS ChangeLog NEWS README README.md THANKS
+%doc uacme.html ualpn.html
 %{_bindir}/uacme
+%{_bindir}/ualpn
 %{_mandir}/man1/uacme.1%{?ext_man}
+%{_mandir}/man1/ualpn.1%{?ext_man}
 %dir %{_datadir}/uacme
 %{_datadir}/uacme/uacme.sh
+%{_datadir}/uacme/ualpn.sh
 
 %changelog

++++++ suse-www-path.patch ++++++
--- /var/tmp/diff_new_pack.ZNy7rS/_old  2020-03-17 13:08:18.301714181 +0100
+++ /var/tmp/diff_new_pack.ZNy7rS/_new  2020-03-17 13:08:18.301714181 +0100
@@ -1,7 +1,8 @@
-diff -urN uacme-1.0.22.orig/docs/index.html uacme-1.0.22/docs/index.html
---- uacme-1.0.22.orig/docs/index.html  2020-02-01 10:59:29.000000000 +0100
-+++ uacme-1.0.22/docs/index.html       2020-03-05 15:45:34.891561889 +0100
-@@ -1150,11 +1150,11 @@
+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
  <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
@@ -15,10 +16,11 @@
  ARGS=5
  E_BADARGS=85</pre>
  </div></div>
-diff -urN uacme-1.0.22.orig/uacme.1 uacme-1.0.22/uacme.1
---- uacme-1.0.22.orig/uacme.1  2020-02-01 10:59:29.000000000 +0100
-+++ uacme-1.0.22/uacme.1       2020-03-05 15:47:13.224648098 +0100
-@@ -321,14 +321,14 @@
+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
  .RE
  .SH "EXAMPLE HOOK SCRIPT"
  .sp
@@ -35,43 +37,27 @@
  ARGS=5
  E_BADARGS=85
  .fi
-diff -urN uacme-1.0.22.orig/uacme.1.html uacme-1.0.22/uacme.1.html
---- uacme-1.0.22.orig/uacme.1.html     2020-02-01 10:59:29.000000000 +0100
-+++ uacme-1.0.22/uacme.1.html  2020-03-05 15:47:35.641069566 +0100
-@@ -1150,11 +1150,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
--same machine, with webroot at /var/www</p></div>
-+same machine, with webroot at /srv/www/htdocs</p></div>
- <div class="literalblock">
- <div class="content monospaced">
- <pre>#!/bin/sh
--CHALLENGE_PATH=/var/www/.well-known/acme-challenge
-+CHALLENGE_PATH=/srv/www/htdocs/.well-known/acme-challenge
- ARGS=5
- E_BADARGS=85</pre>
- </div></div>
-diff -urN uacme-1.0.22.orig/uacme.1.txt uacme-1.0.22/uacme.1.txt
---- uacme-1.0.22.orig/uacme.1.txt      2020-02-01 10:59:29.000000000 +0100
-+++ uacme-1.0.22/uacme.1.txt   2020-03-05 15:47:25.872885909 +0100
-@@ -192,11 +192,11 @@
+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
  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 
 -same machine, with webroot at /var/www
 +same machine, with webroot at /srv/www/htdocs
  
- 
      #!/bin/sh
 -    CHALLENGE_PATH=/var/www/.well-known/acme-challenge
 +    CHALLENGE_PATH=/srv/www/htdocs/.well-known/acme-challenge
      ARGS=5
      E_BADARGS=85
      
-diff -urN uacme-1.0.22.orig/uacme.sh uacme-1.0.22/uacme.sh
---- uacme-1.0.22.orig/uacme.sh 2020-02-01 10:59:29.000000000 +0100
-+++ uacme-1.0.22/uacme.sh      2020-03-05 15:47:32.469009924 +0100
+diff --git a/uacme.sh b/uacme.sh
+index cf65d32..478824e 100755
+--- a/uacme.sh
++++ b/uacme.sh
 @@ -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.0.22.tar.gz -> uacme-1.1.2.tar.gz ++++++
++++ 30628 lines of diff (skipped)


Reply via email to