[Bug 1951952] Re: FTBFS - python-gear enforces TLSv1.0 usage

Sergio Durigan Junior 1951952 at bugs.launchpad.net
Thu Dec 2 21:34:44 UTC 2021


Thanks, Athos.

Uploaded:

$ dput python-gear_0.5.8-6ubuntu1_source.changes
Trying to upload package to ubuntu
Checking signature on .changes
gpg: /home/sergio/work/python-gear/python-gear_0.5.8-6ubuntu1_source.changes: Valid signature from 106DA1C8C3CBBF14
Checking signature on .dsc
gpg: /home/sergio/work/python-gear/python-gear_0.5.8-6ubuntu1.dsc: Valid signature from 106DA1C8C3CBBF14
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading python-gear_0.5.8-6ubuntu1.dsc: done.
  Uploading python-gear_0.5.8-6ubuntu1.debian.tar.xz: done.
  Uploading python-gear_0.5.8-6ubuntu1_source.buildinfo: done.
  Uploading python-gear_0.5.8-6ubuntu1_source.changes: done.
Successfully uploaded packages.

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1951952

Title:
  FTBFS - python-gear enforces TLSv1.0 usage

Status in python-gear package in Ubuntu:
  New

Bug description:
  python-gear forces TLSv1.0 usage, which is no longer supported by our
  libssl.

  Exception in connect loop:
  Traceback (most recent call last):
    File "/<<PKGBUILDDIR>>/gear/__init__.py", line 2500, in _doConnectLoop
      self.connectLoop()
    File "/<<PKGBUILDDIR>>/gear/__init__.py", line 2526, in connectLoop
      c = ssl.wrap_socket(c, server_side=True,
    File "/usr/lib/python3.10/ssl.py", line 1441, in wrap_socket
      return context.wrap_socket(
    File "/usr/lib/python3.10/ssl.py", line 512, in wrap_socket
      return self.sslsocket_class._create(
    File "/usr/lib/python3.10/ssl.py", line 1070, in _create
      self.do_handshake()
    File "/usr/lib/python3.10/ssl.py", line 1341, in do_handshake
      self._sslobj.do_handshake()
  ssl.SSLError: [SSL] internal error (_ssl.c:997)
  }}}

  Traceback (most recent call last):
    File "/<<PKGBUILDDIR>>/gear/tests/test_functional.py", line 73, in setUp
      self.client.waitForServer()
    File "/<<PKGBUILDDIR>>/gear/__init__.py", line 1199, in waitForServer
      self.connections_condition.wait()
    File "/usr/lib/python3.10/threading.py", line 320, in wait
      waiter.acquire()
    File "/usr/lib/python3/dist-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler
      raise TimeoutException()
  fixtures._fixtures.timeout.TimeoutException

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gear/+bug/1951952/+subscriptions




More information about the Ubuntu-sponsors mailing list