Hello community, here is the log from the commit of package certbot for openSUSE:Factory checked in at 2017-10-08 20:15:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/certbot (Old) and /work/SRC/openSUSE:Factory/.certbot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "certbot" Sun Oct 8 20:15:18 2017 rev:16 rq:532441 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/certbot/certbot.changes 2017-10-03 23:18:05.587594924 +0200 +++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes 2017-10-08 20:15:23.571542836 +0200 @@ -1,0 +2,6 @@ +Sat Oct 7 10:09:28 UTC 2017 - [email protected] + +- update to 0.19.0 + See https://github.com/certbot/certbot/blob/master/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- v0.18.2.tar.gz New: ---- v0.19.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ certbot.spec ++++++ --- /var/tmp/diff_new_pack.aWUhJB/_old 2017-10-08 20:15:24.727491981 +0200 +++ /var/tmp/diff_new_pack.aWUhJB/_new 2017-10-08 20:15:24.731491805 +0200 @@ -19,7 +19,7 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: certbot -Version: 0.18.2 +Version: 0.19.0 Release: 0 Summary: Let's Encrypt client License: Apache-2.0 ++++++ certbot-fix_constants.patch ++++++ --- /var/tmp/diff_new_pack.aWUhJB/_old 2017-10-08 20:15:24.799488814 +0200 +++ /var/tmp/diff_new_pack.aWUhJB/_new 2017-10-08 20:15:24.799488814 +0200 @@ -1,7 +1,7 @@ -diff -Pdpru certbot-0.16.0.orig/certbot/constants.py certbot-0.16.0/certbot/constants.py ---- certbot-0.16.0.orig/certbot/constants.py 2017-07-05 23:48:40.000000000 +0200 -+++ certbot-0.16.0/certbot/constants.py 2017-07-07 11:13:43.549487324 +0200 -@@ -13,18 +13,18 @@ OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = "le +diff -Pdpru certbot-0.19.0.orig/certbot/constants.py certbot-0.19.0/certbot/constants.py +--- certbot-0.19.0.orig/certbot/constants.py 2017-10-04 21:11:20.000000000 +0200 ++++ certbot-0.19.0/certbot/constants.py 2017-10-07 16:24:04.871678379 +0200 +@@ -14,10 +14,10 @@ OLD_SETUPTOOLS_PLUGINS_ENTRY_POINT = "le CLI_DEFAULTS = dict( config_files=[ @@ -12,16 +12,18 @@ - "letsencrypt", "cli.ini"), + "certbot", "cli.ini"), ], - verbose_count=-int(logging.INFO / 10), - server="https://acme-v01.api.letsencrypt.org/directory", - rsa_key_size=2048, - rollback_checkpoints=1, + + # Main parser +@@ -80,9 +80,9 @@ CLI_DEFAULTS = dict( + auth_cert_path="./cert.pem", + auth_chain_path="./chain.pem", + key_path=None, - config_dir="/etc/letsencrypt", - work_dir="/var/lib/letsencrypt", - logs_dir="/var/log/letsencrypt", + config_dir="/etc/certbot", + work_dir="/var/lib/certbot", + logs_dir="/var/log/certbot", - no_verify_ssl=False, - http01_port=challenges.HTTP01Response.PORT, - http01_address="", + server="https://acme-v01.api.letsencrypt.org/directory", + + # Plugins parsers ++++++ v0.18.2.tar.gz -> v0.19.0.tar.gz ++++++ ++++ 5557 lines of diff (skipped)
