Bug 250337

Summary: security/py-asyncssh: update 1.6.1 -> 2.4.2
Product: Ports & Packages Reporter: Kurt Jaeger <pi>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: --- Keywords: buildisok
Version: LatestFlags: bugzilla: maintainer-feedback? (sunpoet)
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238968
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238969
Bug Depends on: 245929    
Bug Blocks:    
Attachments:
Description Flags
patch none

Description Kurt Jaeger freebsd_committer freebsd_triage 2020-10-14 11:03:39 UTC
Created attachment 218736 [details]
patch

While reading https://elegantnetwork.github.io/posts/comparing-ssh/
I found the ports needs an update.

Changelog: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst

Testbuilds look fine. Probably needs run-tests.
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-10-14 13:20:14 UTC
We have to wait for py-cryptography update.
I have submitted a patch for py-cryptography 2.7 (bug #238968) in order to update py-asyncssh 1.17.0 (bug #238969).
It now requires py-cryptography >= 2.8 [1].

Add bug #245929 (py-cryptography 2.9.2) to "Depends on".

[1] https://github.com/ronf/asyncssh/blob/v2.4.2/setup.py#L55
Comment 2 Automation User 2020-10-29 00:06:01 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/208974773
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-12-10 22:00:51 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Dec 10 21:59:46 UTC 2020
New revision: 557685
URL: https://svnweb.freebsd.org/changeset/ports/557685

Log:
  Update to 2.4.2

  Changes:	https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
  PR:		250337
  Submitted by:	pi

Changes:
  head/security/py-asyncssh/Makefile
  head/security/py-asyncssh/distinfo
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-12-10 22:09:41 UTC
Committed. Thanks!