1. Apr 30, 2022
  2. Apr 20, 2022
  3. Apr 14, 2022
  4. Apr 12, 2022
  5. Apr 05, 2022
  6. Feb 25, 2022
  7. Feb 24, 2022
  8. Feb 15, 2022
    • Olivier Gayot's avatar
      tests: replace use of ssl.wrap_socket that throws warnings in Python 3.10 · b7fb9114
      Olivier Gayot authored
      
      
      The function ssl.wrap_socket() is deprecated starting Python 3.7 because
      it does not support hostname matching (which is considered insecure). In
      Python 3.10, the function now throws warnings at runtime, which makes
      Ubuntu / Debian autopkgtest fail.
      
      The function ssl.SSLContext.wrap_socket comes in as the replacement and
      has support for SNI and hostname matching.
      
      Replaced all uses of ssl.wrap_socket() by equivalent using
      ssl.SSLContext.wrap_socket().
      
      Signed-off-by: default avatarOlivier Gayot <olivier.gayot@canonical.com>
      b7fb9114
  9. Feb 12, 2022
  10. Jan 12, 2022
  11. Dec 28, 2021
  12. Dec 16, 2021
    • Lusco's avatar
      Update conf.c · 366ec5c6
      Lusco authored
      
      
      The default bridge configuration uses the backoff restart configuration, however this is not cleared if only a constant timeout is desired, causing it to always use the backoff configuration with a 30 second cap.
      
      To trigger this error, use a bridge configuration with a constant timeout (e.g restart_timeout 5). Note that the timeout value is not honoured. 
      
      Clear the backoff configuration when applying restart_timeout.
      
      Signed-off-by: default avatarTrevor Luscombe <trevor.luscombe@gmail.com>
      366ec5c6
  13. Nov 17, 2021
  14. Nov 16, 2021
  15. Nov 09, 2021
  16. Nov 06, 2021