1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
|
python-asyncssh (2.10.1-2+deb12u2) bookworm; urgency=medium
* Non-maintainer upload by the Debian LTS team.
* debian/patches/CVE-2023-46445-and-CVE-2023-46446.patch: Add patch to fix
CVE-2023-46445 and CVE-2023-46446 (Rogue Session Attack, Rogue Extension
Negotiation):
- Put additional restrictions on when messages are accepted during the
SSH handshake to avoid message injection attacks from a rogue client
or server (closes: #1055999, #1056000).
-- Daniel Leidert <dleidert@debian.org> Fri, 03 Jan 2025 01:35:52 +0100
python-asyncssh (2.10.1-2+deb12u1) bookworm-security; urgency=medium
* Apply and tweak upstream security fix for CVE-2023-48795
Implement "strict kex" support to harden AsyncSSH against Terrapin
Attack. Closes: #1059007
-- Steve McIntyre <steve.mcintyre@pexip.com> Fri, 16 Apr 2024 16:14:32 +0200
python-asyncssh (2.10.1-2) unstable; urgency=medium
* Team Upload.
* Cherry-pick upstream patch to fix FTBFS with
python3.11 (Closes: #1026586)
* export HOME in d/rules to set it accordingly in tests
-- Nilesh Patra <nilesh@debian.org> Thu, 22 Dec 2022 09:24:16 +0530
python-asyncssh (2.10.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Fixes FTBFS with OpenSSL 3 (Closes: #1006560)
- Fixes expired root test failure (Closes: #976107)
* Switch watch file to follow tags, instead of releases.
* Bump copyright years.
* Refresh patches.
* Build-Depend on python3-typing-extensions.
* Patch: revert python3-fido2 0.9.2 support, we're not there yet.
* Patch: Successfully run the test suite, firewalled.
-- Stefano Rivera <stefanor@debian.org> Wed, 18 May 2022 12:00:16 -0400
python-asyncssh (2.5.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Vincent Bernat ]
* Acknowledge changes from previous NMUs.
-- Vincent Bernat <bernat@debian.org> Mon, 05 Apr 2021 08:37:49 +0200
python-asyncssh (2.5.0-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream version.
* Don't ignore test results anymore, fixed in openssl 1.1.1i.
-- Matthias Klose <doko@debian.org> Mon, 28 Dec 2020 15:39:17 +0100
python-asyncssh (2.4.2-0.2) unstable; urgency=medium
* Non-maintainer upload.
* Ignore test results until https://github.com/openssl/openssl/pull/13585
is fixed. See #976465.
* Add some more test dependencies (python3-pkcs11 not yet packaged).
-- Matthias Klose <doko@debian.org> Sat, 05 Dec 2020 14:04:47 +0100
python-asyncssh (2.4.2-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream version. Closes: #973195.
* Drop dependency on python3-pycrypto. Closes: #971302.
* Build-depend on python3-pyopenssl.
* Apply upstream patch for issue #325.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Tue, 24 Nov 2020 18:25:06 +0100
python-asyncssh (2.2.1-1) unstable; urgency=medium
* Team Upload
* New upstream version
-- Arto Jantunen <viiru@debian.org> Sat, 30 May 2020 12:55:08 +0300
python-asyncssh (1.12.2-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Add missing build dependency on dh-python (Closes: #950066).
-- Gordon Ball <gordon@chronitis.net> Thu, 07 May 2020 07:00:36 +0000
python-asyncssh (1.12.2-1) unstable; urgency=medium
* New upstream version.
-- Vincent Bernat <bernat@debian.org> Thu, 19 Apr 2018 15:02:40 +0200
python-asyncssh (1.12.1-1) unstable; urgency=high
[ Vincent Bernat ]
* New upstream version. Fix CVE-2018-7749.
* d/control: add test suite.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove trailing whitespaces
-- Vincent Bernat <bernat@debian.org> Fri, 16 Mar 2018 09:23:37 +0100
python-asyncssh (1.11.1-1) unstable; urgency=medium
* New upstream version.
* d/patches: remove patches for deprecated ciphers and SSH agent.
* d/control: bump Standards-Version.
-- Vincent Bernat <bernat@debian.org> Wed, 22 Nov 2017 21:53:30 +0100
python-asyncssh (1.11.0-2) unstable; urgency=medium
* d/patches: remove tests using deprecated ciphers. Closes: #881096.
* d/patches: remove test crashing SSH agent. Closes: #881096.
-- Vincent Bernat <bernat@debian.org> Sat, 11 Nov 2017 21:23:44 +0100
python-asyncssh (1.11.0-1) unstable; urgency=medium
* New upstream version.
* Refresh patches after git-dpm to gbp pq conversion
* d/control: bump Standards-Version.
* d/rules: use unittest autodiscovery instead of setup.py to run tests.
-- Vincent Bernat <bernat@debian.org> Mon, 18 Sep 2017 12:06:36 +0200
python-asyncssh (1.8.1-2) unstable; urgency=medium
* Add a patch to fix FTBFS due to agent-related test failure.
Closes: #851020.
-- Vincent Bernat <bernat@debian.org> Sat, 21 Jan 2017 21:00:14 +0100
python-asyncssh (1.8.1-1) unstable; urgency=medium
* New upstream version.
-- Vincent Bernat <bernat@debian.org> Sun, 08 Jan 2017 17:45:08 +0100
python-asyncssh (1.7.3-1) unstable; urgency=medium
* New upstream version.
-- Vincent Bernat <bernat@debian.org> Sun, 25 Dec 2016 10:26:41 +0100
python-asyncssh (1.7.2-1) unstable; urgency=medium
* New upstream version.
-- Vincent Bernat <bernat@debian.org> Tue, 01 Nov 2016 19:56:17 +0100
python-asyncssh (1.7.1-1) unstable; urgency=medium
* New upstream version.
* Remove patch to discard errors when invoking ssh-agent.
-- Vincent Bernat <bernat@debian.org> Wed, 26 Oct 2016 22:34:02 +0200
python-asyncssh (1.6.2-2) unstable; urgency=medium
* Avoid any network access during tests by using RES_OPTIONS. Thanks to
Jakub Wilk. Closes: #830568.
* Add a patch to discard errors when invoking ssh-agent. Closes: #838088.
* Ensure Python3 version of sphinx-build is used.
-- Vincent Bernat <bernat@debian.org> Fri, 30 Sep 2016 16:55:39 +0200
python-asyncssh (1.6.2-1) unstable; urgency=medium
* New upstream version.
* Use localehelper to make some tests succeed.
-- Vincent Bernat <bernat@debian.org> Sat, 10 Sep 2016 13:55:59 +0200
python-asyncssh (1.5.6-1) unstable; urgency=medium
[ Vincent Bernat ]
* New upstream release.
+ Drop patch for disabling unworking tests.
+ Add a patch to disable tests requiring network access.
* d/control: bump Standards-Version.
* d/control: require python-bcrypt >= 3 to get KDF-related functions.
* d/control: python3-cryptography is an automatic dependency, remove it
from Recommends.
[ Ondřej Nový ]
* Fixed VCS URL (https)
-- Vincent Bernat <bernat@debian.org> Sat, 02 Jul 2016 14:10:01 +0200
python-asyncssh (1.3.0-1) unstable; urgency=medium
* New upstream release.
-- Vincent Bernat <bernat@debian.org> Sat, 31 Oct 2015 23:15:49 +0100
python-asyncssh (1.2.1-1) unstable; urgency=medium
* New upstream release.
* Use GitHub in d/watch. Otherwise, we don't get the documentation.
-- Vincent Bernat <bernat@debian.org> Tue, 15 Sep 2015 19:12:48 +0200
python-asyncssh (1.2.0-1) unstable; urgency=low
* Initial Release. Closes: #793807.
-- Vincent Bernat <bernat@debian.org> Mon, 27 Jul 2015 19:25:42 +0200
|