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
|
tinyssh (20190101-1+deb11u1) bullseye; urgency=medium
* Workaround for incoming packets that doesn't honor
the max. packet length (Closes: 1006801)
-- Jan Mojžíš <jan.mojzis@gmail.com> Sat, 19 Mar 2022 08:28:29 +0100
tinyssh (20190101-1) unstable; urgency=medium
* d/tests - added 03exitcodes test, it creates ssh connection, exits
with status 0-255 and checks if tinyssh server sends the status code
to the client
* d/tests - added 04sftp test, it tests sftp subsystem
* d/tests - added 05authorizedkeys, it tests if tinyssh rejects login
using malformed authorized_keys
* d/upstream - updated minimal signing-key.asc, removed extra signatures
* d/tests - fixed 02handshake tests. Runs and tests tinyssh on port 222,
because default port 22 in autopkgtest environment is used by OpenSSH.
* d/tests - added 06transfer, tries to send random data to tinyssh server,
than tries to receive data from tinyssh server and compares checksums.
* New upstream version 20190101:
- tinysshd binary optimized for smaller size
- created multi-call tinysshd binary
- removed aes256,nistp256,hmacsha256
- added postquantum KEX sntrup4591761x25519-sha512@tinyssh.org
* d/.links - tinysshd-{printkey,makekey} is symbolic link to tinysshd binary
* d/control - bump to standards version 4.3.0 (no modifications)
* d/tinysshd.default - removed aes256,nistp256,hmacsha256 options
* d/control - removed info about aes256,nistp256,hmacsha256
* d/compat - bump debhelper compat level to 12 and use debhelper-compat
-- Jan Mojžíš <jan.mojzis@gmail.com> Wed, 02 Jan 2019 06:01:58 +0100
tinyssh (20180201-2) unstable; urgency=medium
* d/copyright - fixed url http->https
* d/control - bump to standards version 4.2.1
* d/control - Vcs-* moved to salsa.debian.org
* Convert git repository from git-dpm to gbp layout
* d/upstream/metadata - added
* d/TODO - removed
* d/control - removed dependency on systemd (Closes: #911539)
* d/tinysshd.lintian-overrides removed
* d/tests/control - added restrictions isolation-container and
added dependency on systemd-sysv, systemd
-- Jan Mojžíš <jan.mojzis@gmail.com> Tue, 23 Oct 2018 14:49:24 +0200
tinyssh (20180201-1) unstable; urgency=medium
* d/tests/01makekeyprintkey - added test for
tinysshd-makekey and tinysshd-printkey tools
* d/tests/02handshake - added simple python3 tests
which connects to local tinysshd server and
checks if TinySSH supports chacha20poly1305 and also checks
if TinySSH rejects bad (zero) public-key
* autopkgtests - removed autopkgtest written in C
* autopkgtests - switched env. variable ADTTMP to AUTOPKGTEST_TMP
* d/control - dependency on systemd instead of systemd-sysv
* New upstream version 20180201:
- removed little-endian detection/optimization and added full
processor independent implementation of poly1305,chacha20
- cleanups
- added KEX curve25519-sha256
- minor fixes
-- Jan Mojžíš <jan.mojzis@gmail.com> Thu, 01 Feb 2018 06:59:37 +0100
tinyssh (20180101-1) unstable; urgency=medium
[ Jan Mojžíš ]
* d/systemd/tinysshd.socket - changed ConditionPathExists
/etc/tinyssh/disable_tinysshd_tcp -> /etc/tinyssh/disable_tinysshd
* d/systemd/tinysshd@.service - removed Restart=on-failure
* d/rules - print debug log when compilation fails
* d/rules - switched from dh_systemd_enable to dh_installsystemd
* d/upstream/signing-key.asc - added
* d/watch - added gpg signature checking
* d/compat - switched to debhelper 11
* d/control - bump to standards version 4.1.3
* d/control - removed useless 'Conflicts: tinyssh-run'
* d/tinysshd.lintian-overrides - added no-upstream-changelog
* New upstream version 20180101:
- crypto library speedup
- setting close-on-exec for /dev/urandom filedescriptor
- cleanup in code
* Moved to unstable
[ Ondřej Nový ]
* Move source of test into separate file: debian/tests/checksshstring.c
-- Jan Mojžíš <jan.mojzis@gmail.com> Wed, 03 Jan 2018 07:42:15 +0100
tinyssh (20160812-1) experimental; urgency=medium
* Initial release. (Closes: #832611)
-- Jan Mojžíš <jan.mojzis@gmail.com> Fri, 12 Aug 2016 06:03:38 +0200
|