Hello community,

here is the log from the commit of package python-certbot-apache for 
openSUSE:Factory checked in at 2020-02-26 15:02:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-apache (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-apache.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-apache"

Wed Feb 26 15:02:36 2020 rev:17 rq:778037 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-apache/python-certbot-apache.changes  
    2020-01-21 21:02:27.936907695 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-apache.new.26092/python-certbot-apache.changes
   2020-02-26 15:02:38.880904060 +0100
@@ -1,0 +2,7 @@
+Fri Feb 21 15:31:41 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 1.2.0
+  * Disable old SSL versions and ciphersuites and remove SSLCompression off 
+    setting to follow Mozilla recommendations in Apache.
+
+-------------------------------------------------------------------

Old:
----
  certbot-apache-1.1.0.tar.gz

New:
----
  certbot-apache-1.2.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-apache.spec ++++++
--- /var/tmp/diff_new_pack.XCra7f/_old  2020-02-26 15:02:39.492905282 +0100
+++ /var/tmp/diff_new_pack.XCra7f/_new  2020-02-26 15:02:39.492905282 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-certbot-apache
-Version:        1.1.0
+Version:        1.2.0
 Release:        0
 Summary:        Apache plugin for Certbot
 License:        Apache-2.0

++++++ certbot-apache-1.1.0.tar.gz -> certbot-apache-1.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-apache-1.1.0/MANIFEST.in 
new/certbot-apache-1.2.0/MANIFEST.in
--- old/certbot-apache-1.1.0/MANIFEST.in        2020-01-14 19:41:31.000000000 
+0100
+++ new/certbot-apache-1.2.0/MANIFEST.in        2020-02-04 22:46:57.000000000 
+0100
@@ -1,7 +1,6 @@
 include LICENSE.txt
 include README.rst
 recursive-include tests *
-include certbot_apache/_internal/centos-options-ssl-apache.conf
 include certbot_apache/_internal/options-ssl-apache.conf
 recursive-include certbot_apache/_internal/augeas_lens *.aug
 global-exclude __pycache__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-apache-1.1.0/PKG-INFO 
new/certbot-apache-1.2.0/PKG-INFO
--- old/certbot-apache-1.1.0/PKG-INFO   2020-01-14 19:41:46.000000000 +0100
+++ new/certbot-apache-1.2.0/PKG-INFO   2020-02-04 22:47:06.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: certbot-apache
-Version: 1.1.0
+Version: 1.2.0
 Summary: Apache plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
@@ -17,7 +17,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
@@ -28,4 +27,4 @@
 Classifier: Topic :: System :: Networking
 Classifier: Topic :: System :: Systems Administration
 Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache/_internal/centos-options-ssl-apache.conf
 
new/certbot-apache-1.2.0/certbot_apache/_internal/centos-options-ssl-apache.conf
--- 
old/certbot-apache-1.1.0/certbot_apache/_internal/centos-options-ssl-apache.conf
    2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/certbot_apache/_internal/centos-options-ssl-apache.conf
    1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-# This file contains important security parameters. If you modify this file
-# manually, Certbot will be unable to automatically provide future security
-# updates. Instead, Certbot will print and log an error message with a path to
-# the up-to-date file that you will need to refer to when manually updating
-# this file.
-
-SSLEngine on
-
-# Intermediate configuration, tweak to your needs
-SSLProtocol             all -SSLv2 -SSLv3
-SSLCipherSuite          
ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
-SSLHonorCipherOrder     on
-
-SSLOptions +StrictRequire
-
-# Add vhost name to log entries:
-LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" 
vhost_combined
-LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
-
-#CustomLog /var/log/apache2/access.log vhost_combined
-#LogLevel warn
-#ErrorLog /var/log/apache2/error.log
-
-# Always ensure Cookies have "Secure" set (JAH 2012/1)
-#Header edit Set-Cookie (?i)^(.*)(;\s*secure)??((\s*;)?(.*)) "$1; Secure$3$4"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache/_internal/configurator.py 
new/certbot-apache-1.2.0/certbot_apache/_internal/configurator.py
--- old/certbot-apache-1.1.0/certbot_apache/_internal/configurator.py   
2020-01-14 19:41:31.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache/_internal/configurator.py   
2020-02-04 22:46:57.000000000 +0100
@@ -1817,7 +1817,7 @@
                     ssl_vhost.filep)
 
     def _verify_no_matching_http_header(self, ssl_vhost, header_substring):
-        """Checks to see if an there is an existing Header directive that
+        """Checks to see if there is an existing Header directive that
         contains the string header_substring.
 
         :param ssl_vhost: vhost to check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache/_internal/constants.py 
new/certbot-apache-1.2.0/certbot_apache/_internal/constants.py
--- old/certbot-apache-1.1.0/certbot_apache/_internal/constants.py      
2020-01-14 19:41:31.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache/_internal/constants.py      
2020-02-04 22:46:57.000000000 +0100
@@ -24,6 +24,8 @@
     '0fcdc81280cd179a07ec4d29d3595068b9326b455c488de4b09f585d5dafc137',
     '86cc09ad5415cd6d5f09a947fe2501a9344328b1e8a8b458107ea903e80baa6c',
     '06675349e457eae856120cdebb564efe546f0b87399f2264baeb41e442c724c7',
+    '5cc003edd93fb9cd03d40c7686495f8f058f485f75b5e764b789245a386e6daf',
+    '007cd497a56a3bb8b6a2c1aeb4997789e7e38992f74e44cc5d13a625a738ac73',
 ]
 """SHA256 hashes of the contents of previous versions of all versions of 
MOD_SSL_CONF_SRC"""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache/_internal/options-ssl-apache.conf 
new/certbot-apache-1.2.0/certbot_apache/_internal/options-ssl-apache.conf
--- old/certbot-apache-1.1.0/certbot_apache/_internal/options-ssl-apache.conf   
2020-01-14 19:41:31.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache/_internal/options-ssl-apache.conf   
2020-02-04 22:46:57.000000000 +0100
@@ -7,20 +7,12 @@
 SSLEngine on
 
 # Intermediate configuration, tweak to your needs
-SSLProtocol             all -SSLv2 -SSLv3
-SSLCipherSuite          
ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
-SSLHonorCipherOrder     on
-SSLCompression          off
+SSLProtocol             all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
+SSLCipherSuite          
ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
+SSLHonorCipherOrder     off
 
 SSLOptions +StrictRequire
 
 # Add vhost name to log entries:
 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" 
vhost_combined
 LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
-
-#CustomLog /var/log/apache2/access.log vhost_combined
-#LogLevel warn
-#ErrorLog /var/log/apache2/error.log
-
-# Always ensure Cookies have "Secure" set (JAH 2012/1)
-#Header edit Set-Cookie (?i)^(.*)(;\s*secure)??((\s*;)?(.*)) "$1; Secure$3$4"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache/_internal/override_centos.py 
new/certbot-apache-1.2.0/certbot_apache/_internal/override_centos.py
--- old/certbot-apache-1.1.0/certbot_apache/_internal/override_centos.py        
2020-01-14 19:41:31.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache/_internal/override_centos.py        
2020-02-04 22:46:57.000000000 +0100
@@ -38,7 +38,7 @@
         handle_sites=False,
         challenge_location="/etc/httpd/conf.d",
         MOD_SSL_CONF_SRC=pkg_resources.resource_filename(
-            "certbot_apache", os.path.join("_internal", 
"centos-options-ssl-apache.conf"))
+            "certbot_apache", os.path.join("_internal", 
"options-ssl-apache.conf"))
     )
 
     def config_test(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache/_internal/override_fedora.py 
new/certbot-apache-1.2.0/certbot_apache/_internal/override_fedora.py
--- old/certbot-apache-1.1.0/certbot_apache/_internal/override_fedora.py        
2020-01-14 19:41:31.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache/_internal/override_fedora.py        
2020-02-04 22:46:57.000000000 +0100
@@ -33,7 +33,7 @@
         challenge_location="/etc/httpd/conf.d",
         MOD_SSL_CONF_SRC=pkg_resources.resource_filename(
             # TODO: eventually newest version of Fedora will need their own 
config
-            "certbot_apache", os.path.join("_internal", 
"centos-options-ssl-apache.conf"))
+            "certbot_apache", os.path.join("_internal", 
"options-ssl-apache.conf"))
     )
 
     def config_test(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache/_internal/parser.py 
new/certbot-apache-1.2.0/certbot_apache/_internal/parser.py
--- old/certbot-apache-1.1.0/certbot_apache/_internal/parser.py 2020-01-14 
19:41:31.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache/_internal/parser.py 2020-02-04 
22:46:57.000000000 +0100
@@ -764,7 +764,7 @@
         split_arg = arg.split("/")
         for idx, split in enumerate(split_arg):
             if any(char in ApacheParser.fnmatch_chars for char in split):
-                # Turn it into a augeas regex
+                # Turn it into an augeas regex
                 # TODO: Can this instead be an augeas glob instead of regex
                 split_arg[idx] = ("* [label()=~regexp('%s')]" %
                                   self.fnmatch_to_re(split))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache.egg-info/PKG-INFO 
new/certbot-apache-1.2.0/certbot_apache.egg-info/PKG-INFO
--- old/certbot-apache-1.1.0/certbot_apache.egg-info/PKG-INFO   2020-01-14 
19:41:46.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache.egg-info/PKG-INFO   2020-02-04 
22:47:06.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: certbot-apache
-Version: 1.1.0
+Version: 1.2.0
 Summary: Apache plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
@@ -17,7 +17,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
@@ -28,4 +27,4 @@
 Classifier: Topic :: System :: Networking
 Classifier: Topic :: System :: Systems Administration
 Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache.egg-info/SOURCES.txt 
new/certbot-apache-1.2.0/certbot_apache.egg-info/SOURCES.txt
--- old/certbot-apache-1.1.0/certbot_apache.egg-info/SOURCES.txt        
2020-01-14 19:41:46.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache.egg-info/SOURCES.txt        
2020-02-04 22:47:06.000000000 +0100
@@ -12,7 +12,6 @@
 certbot_apache.egg-info/top_level.txt
 certbot_apache/_internal/__init__.py
 certbot_apache/_internal/apache_util.py
-certbot_apache/_internal/centos-options-ssl-apache.conf
 certbot_apache/_internal/configurator.py
 certbot_apache/_internal/constants.py
 certbot_apache/_internal/display_ops.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/certbot_apache.egg-info/requires.txt 
new/certbot-apache-1.2.0/certbot_apache.egg-info/requires.txt
--- old/certbot-apache-1.1.0/certbot_apache.egg-info/requires.txt       
2020-01-14 19:41:46.000000000 +0100
+++ new/certbot-apache-1.2.0/certbot_apache.egg-info/requires.txt       
2020-02-04 22:47:06.000000000 +0100
@@ -1,5 +1,5 @@
 acme>=0.29.0
-certbot>=1.0.0
+certbot>=1.1.0
 mock
 python-augeas
 setuptools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-apache-1.1.0/setup.py 
new/certbot-apache-1.2.0/setup.py
--- old/certbot-apache-1.1.0/setup.py   2020-01-14 19:41:33.000000000 +0100
+++ new/certbot-apache-1.2.0/setup.py   2020-02-04 22:46:58.000000000 +0100
@@ -4,13 +4,13 @@
 from setuptools import setup
 from setuptools.command.test import test as TestCommand
 
-version = '1.1.0'
+version = '1.2.0'
 
 # Remember to update local-oldest-requirements.txt when changing the minimum
 # acme/certbot version.
 install_requires = [
     'acme>=0.29.0',
-    'certbot>=1.0.0',
+    'certbot>=1.1.0',
     'mock',
     'python-augeas',
     'setuptools',
@@ -42,7 +42,7 @@
     author="Certbot Project",
     author_email='client-...@letsencrypt.org',
     license='Apache License 2.0',
-    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
+    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
     classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Environment :: Plugins',
@@ -53,7 +53,6 @@
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/centos6_apache/apache/httpd/conf/httpd.conf
 
new/certbot-apache-1.2.0/tests/testdata/centos6_apache/apache/httpd/conf/httpd.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/centos6_apache/apache/httpd/conf/httpd.conf
 2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/centos6_apache/apache/httpd/conf/httpd.conf
 2020-02-04 22:46:57.000000000 +0100
@@ -702,7 +702,7 @@
 # English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
 # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
 # Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
-# Norwegian (no) - Polish (pl) - Portugese (pt)
+# Norwegian (no) - Polish (pl) - Portuguese (pt)
 # Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
 # Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/centos6_apache/apache/httpd/conf.d/ssl.conf
 
new/certbot-apache-1.2.0/tests/testdata/centos6_apache/apache/httpd/conf.d/ssl.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/centos6_apache/apache/httpd/conf.d/ssl.conf
 2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/centos6_apache/apache/httpd/conf.d/ssl.conf
 2020-02-04 22:46:57.000000000 +0100
@@ -26,7 +26,7 @@
 
 #   Pass Phrase Dialog:
 #   Configure the pass phrase gathering process.
-#   The filtering dialog program (`builtin' is a internal
+#   The filtering dialog program (`builtin' is an internal
 #   terminal dialog) has to provide the pass phrase on stdout.
 SSLPassPhraseDialog  builtin
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf
 
new/certbot-apache-1.2.0/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf
 2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf
 2020-02-04 22:46:57.000000000 +0100
@@ -13,7 +13,7 @@
 
 #   Pass Phrase Dialog:
 #   Configure the pass phrase gathering process.
-#   The filtering dialog program (`builtin' is a internal
+#   The filtering dialog program (`builtin' is an internal
 #   terminal dialog) has to provide the pass phrase on stdout.
 SSLPassPhraseDialog exec:/usr/libexec/httpd-ssl-pass-dialog
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf
 
new/certbot-apache-1.2.0/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf
     2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf
     2020-02-04 22:46:57.000000000 +0100
@@ -31,7 +31,7 @@
 
        #   Pass Phrase Dialog:
        #   Configure the pass phrase gathering process.
-       #   The filtering dialog program (`builtin' is a internal
+       #   The filtering dialog program (`builtin' is an internal
        #   terminal dialog) has to provide the pass phrase on stdout.
        SSLPassPhraseDialog exec:/usr/share/apache2/ask-for-passphrase
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf
 
new/certbot-apache-1.2.0/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf
     2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf
     2020-02-04 22:46:57.000000000 +0100
@@ -31,7 +31,7 @@
 
        #   Pass Phrase Dialog:
        #   Configure the pass phrase gathering process.
-       #   The filtering dialog program (`builtin' is a internal
+       #   The filtering dialog program (`builtin' is an internal
        #   terminal dialog) has to provide the pass phrase on stdout.
        SSLPassPhraseDialog exec:/usr/share/apache2/ask-for-passphrase
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf
 
new/certbot-apache-1.2.0/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf
   2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf
   2020-02-04 22:46:57.000000000 +0100
@@ -31,7 +31,7 @@
 
        #   Pass Phrase Dialog:
        #   Configure the pass phrase gathering process.
-       #   The filtering dialog program (`builtin' is a internal
+       #   The filtering dialog program (`builtin' is an internal
        #   terminal dialog) has to provide the pass phrase on stdout.
        SSLPassPhraseDialog exec:/usr/share/apache2/ask-for-passphrase
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf
 
new/certbot-apache-1.2.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf
    2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf
    2020-02-04 22:46:57.000000000 +0100
@@ -33,7 +33,7 @@
 # English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
 # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
 # Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
-# Norwegian (no) - Polish (pl) - Portugese (pt)
+# Norwegian (no) - Polish (pl) - Portuguese (pt)
 # Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
 # Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
 AddLanguage ca .ca
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.1.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf
 
new/certbot-apache-1.2.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf
--- 
old/certbot-apache-1.1.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf
      2020-01-14 19:41:31.000000000 +0100
+++ 
new/certbot-apache-1.2.0/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf
      2020-02-04 22:46:57.000000000 +0100
@@ -43,7 +43,7 @@
 
 ## Pass Phrase Dialog:
 # Configure the pass phrase gathering process. The filtering dialog program 
-# (`builtin' is a internal terminal dialog) has to provide the pass phrase on
+# (`builtin' is an internal terminal dialog) has to provide the pass phrase on
 # stdout.
 SSLPassPhraseDialog  builtin
 


Reply via email to