Change logs for putty source package in Eoan

  • putty (0.72-1) unstable; urgency=medium
    
      * New upstream release.
      * Explicitly build-depend on python3, for test/cryptsuite.py.
    
     -- Colin Watson <email address hidden>  Tue, 23 Jul 2019 10:49:47 +0100
  • putty (0.70-6) unstable; urgency=high
    
      * Apply security patch series from upstream:
        - New facility for removing pending toplevel callbacks.
        - Fix one-byte buffer overrun in random_add_noise().
        - uxnet: clean up callbacks when closing a NetSocket.
        - sk_tcp_close: fix memory leak of output bufchain.
        - Fix handling of bad RSA key with n=p=q=0.
        - Sanity-check the 'Public-Lines' field in ppk files.
        - Introduce an enum of the uxsel / select_result flags.
        - Switch to using poll(2) in place of select(2).
        - RSA kex: enforce the minimum key length.
        - Fix crash on ESC#6 + combining chars + GTK + odd-width terminal.
        - Limit the number of combining chars per terminal cell.
        - minibidi: fix read past end of line in rule W5.
        - Fix crash printing a width-2 char in a width-1 terminal.
    
     -- Colin Watson <email address hidden>  Sun, 17 Mar 2019 09:37:02 +0000