Hello community, here is the log from the commit of package certbot for openSUSE:Factory checked in at 2017-08-12 20:28:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/certbot (Old) and /work/SRC/openSUSE:Factory/.certbot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "certbot" Sat Aug 12 20:28:41 2017 rev:11 rq:516193 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/certbot/certbot.changes 2017-08-04 11:58:42.593303228 +0200 +++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes 2017-08-12 20:28:44.063146506 +0200 @@ -1,0 +2,10 @@ +Fri Aug 11 15:49:53 UTC 2017 - [email protected] + +- update to 0.17.0 + See https://github.com/certbot/certbot/blob/master/CHANGELOG.md +- update patch certbot-cli.ini.patch + - remove deprecated parameter --standalone-supported-challenges + - change preferred-challenges = tls-sni-01 to + preferred-challenges = tls-sni as in documentation + +------------------------------------------------------------------- Old: ---- v0.16.0.tar.gz New: ---- v0.17.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ certbot.spec ++++++ --- /var/tmp/diff_new_pack.a2bqt4/_old 2017-08-12 20:28:45.946882445 +0200 +++ /var/tmp/diff_new_pack.a2bqt4/_new 2017-08-12 20:28:45.958880763 +0200 @@ -19,7 +19,7 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: certbot -Version: 0.16.0 +Version: 0.17.0 Release: 0 Summary: Let's Encrypt License: Apache-2.0 @@ -367,11 +367,11 @@ %check # nginx produce error -#for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot ; do -#pushd $PACKAGE > /dev/null -#python setup.py test -#popd > /dev/null -#done +for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot ; do +pushd $PACKAGE > /dev/null +python setup.py test +popd > /dev/null +done %files %defattr(-,root,root) ++++++ certbot-cli.ini.patch ++++++ --- /var/tmp/diff_new_pack.a2bqt4/_old 2017-08-12 20:28:46.110859459 +0200 +++ /var/tmp/diff_new_pack.a2bqt4/_new 2017-08-12 20:28:46.122857776 +0200 @@ -1,8 +1,8 @@ -Index: certbot-0.14.2/examples/cli.ini +Index: certbot-0.17.0/examples/cli.ini =================================================================== ---- certbot-0.14.2.orig/examples/cli.ini -+++ certbot-0.14.2/examples/cli.ini -@@ -10,14 +10,35 @@ +--- certbot-0.17.0.orig/examples/cli.ini ++++ certbot-0.17.0/examples/cli.ini +@@ -10,14 +10,34 @@ # Use a 4096 bit RSA key instead of 2048 rsa-key-size = 4096 @@ -27,11 +27,11 @@ +# renew-by-default = True + # Uncomment to use the standalone authenticator on port 443 -+# If you want to use port 443, you must use standalone-supported-challenges -+# If you want to use port 80, you must use preferred-challenges = http-01 ++# If you want to use port 443, you must use preferred-challenges = tls-sni ++# If you want to use port 80, you must use preferred-challenges = http # authenticator = standalone - # standalone-supported-challenges = tls-sni-01 -+# preferred-challenges = tls-sni-01 +-# standalone-supported-challenges = tls-sni-01 ++# preferred-challenges = tls-sni # Uncomment to use the webroot authenticator. Replace webroot-path with the # path to the public_html / webroot folder being served by your web server. ++++++ v0.16.0.tar.gz -> v0.17.0.tar.gz ++++++ ++++ 3309 lines of diff (skipped)
