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 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
|
python-asyncssh (2.21.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Wed, 13 Aug 2025 11:05:27 +0100
python-asyncssh (2.20.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 24 Feb 2025 18:29:44 +0000
python-asyncssh (2.19.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Fri, 13 Dec 2024 13:59:18 +0000
python-asyncssh (2.18.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 28 Oct 2024 12:28:19 +0000
python-asyncssh (2.17.0-2) unstable; urgency=medium
* Team upload.
* Use bcrypt rather than crypt in simple_server example (closes:
#1084679).
-- Colin Watson <cjwatson@debian.org> Sun, 13 Oct 2024 15:02:06 +0100
python-asyncssh (2.17.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Fri, 06 Sep 2024 11:14:21 +0100
python-asyncssh (2.16.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 19 Aug 2024 11:59:06 +0100
python-asyncssh (2.15.0-1) unstable; urgency=medium
* Team upload.
* New upstream release (closes: #1076423):
- Hide cryptography 37.0.0 deprecation warnings (closes: #1069811).
- CVE-2023-48795: Implemented "strict kex" support and other
countermeasures to protect against the Terrapin Attack (closes:
#1059007).
- CVE-2023-46445, CVE-2023-46446: Hardened AsyncSSH state machine
against potential message injection attacks (closes: #1055999,
#1056000).
* Build-depend on openssl-provider-legacy where available; some tests need
it.
* Drop "Make Sphinx use default theme" and "Revert fido 0.9.2 support"
patches, as the relevant dependencies have since been upgraded.
* Deduplicate results from getaddrinfo (closes: #1052788).
* Enable PKCS#11 tests at build time, since python3-pkcs11 is now
packaged.
* Use pybuild-plugin-pyproject.
* Run tests using pytest.
-- Colin Watson <cjwatson@debian.org> Sun, 18 Aug 2024 12:25:04 +0100
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
|