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
|
ssh-tools (1.9-1) unstable; urgency=medium
* New upstream release
- new tool: ssh-authorized-keys
- new tool: ssh-sig
* Source now comes with manpages
- Remove d/clean
- Remove help2man from d/control
- Remove code to create the manpages from d/rules
* d/control
- Add fields to build the 2 new tools written in Go
- Bump Standards-Version
- Change Architecture from all to any
because 2 tools are now compiled with Go
* d/patches/incorrect-path-for-interpreter.patch
- Update new path for ssh-last
* d/patches/manpages-short-description.patch
- Add short description to manpages in NAME section
-- Sven Wick <sven.wick@gmx.de> Sun, 29 Sep 2024 01:11:11 +0200
ssh-tools (1.8-1) unstable; urgency=medium
* New upstream release
- new tool: ssh-last
- new tool: ssh-pwd
- ssh-ping: new option -E
* Update d/clean (Closes: #1046532)
* Update standards version to 4.6.2
* Update Homepage URL
* Update Copyright Years
* Set upstream metadata fields
* Drop reproducible-builds.patch
* Add incorrect-path-for-interpreter.patch
* Make d/rules more readable, added pod2man
* Use wildcards in d/install and d/manpages
* Update d/watch to new repo url
* Add example files
-- Sven Wick <sven.wick@gmx.de> Sat, 16 Mar 2024 03:27:45 +0100
ssh-tools (1.7-2) unstable; urgency=medium
* d/patches/reproducible-builds.patch (Closes: #998219)
* d/debian/copyright
- Update Copyright Years
-- Sven Wick <sven.wick@gmx.de> Mon, 01 Nov 2021 12:24:26 +0100
ssh-tools (1.7-1) unstable; urgency=medium
* New upstream release
- new tool: ssh-force-password
- ssh-ping:
- Option (-C) to connect/reconnect as soon as the host responds
- Exit Codes
- 1: More than 1 request lost
- 2: All requests lost
- Environment Variable
- SSH_PING_NO_COLORS: if set, no colors are shown (like -n)
* debian/control
- Bumped Standards-Version to 4.6.0
- added Multi-Arch: foreign
- added ssh-force-password to Description
- changed salsa URLs
- Fix lintian warnings
- package-uses-old-debhelper-compat-version
- silent-on-rules-requiring-root
* debian/watch
- Add opts
* debian/compat
- removed
* debian/upstream/metadata
- added to fix lintian warning: upstream-metadata-file-is-missing
-- Sven Wick <sven.wick@gmx.de> Sun, 31 Oct 2021 21:34:42 +0100
ssh-tools (1.6-1) unstable; urgency=medium
* New upstream release
- new tools: ssh-certinfo, ssh-keyinfo
- ssh-diff: Environment variable to disable remote file checking
- ssh-facts: New explorers ( runlevel, disks )
- ssh-ping: Option to print human readable timestamp (-H)
- ssh-ping: Changed from Python to Perl for calculating time
* debian/copyright
- bumped copyright years
- added Upstream-Contact
* debian/control
- Bumped Standards-Version to 4.5.0
- added ssh-keyinfo
- added ssh-certinfo
- changed debhelper in Build-Depends from 11 to 12
* debian/clean
- added ssh-keyinfo.1
- added ssh-certinfo.1
* debian/manpages
- added ssh-keyinfo.1
- added ssh-certinfo.1
* debian/rules
- added ssh-keyinfo.1 to help2man
- added ssh-certinfo.1 to help2man
* debian/install
- added ssh-keyinfo
- added ssh-certinfo
* debian/compat
- changed from 11 to 12
-- Sven Wick <sven.wick@gmx.de> Fri, 24 Jan 2020 01:53:24 +0100
ssh-tools (1.5-1) unstable; urgency=medium
* New upstream release
- new tool: ssh-hostkeys
* debian/copyright
- bumped copyright years
* debian/control
- moved VCS repo to salsa.debian.org
- Bumped Standards-Version to 4.2.1
- added ssh-hostkeys
- changed descriptions to start with lowercase letter
* debian/clean
- added ssh-hostkeys.1
* debian/manpages
- added ssh-hostkeys.1
* debian/rules
- added ssh-hostkeys.1 to help2man
* debian/install
- cleaner formatting
-- Sven Wick <sven.wick@gmx.de> Sun, 23 Dec 2018 20:23:00 +0100
ssh-tools (1.4-1) unstable; urgency=medium
* Initial release (Closes: #891475)
-- Sven Wick <sven.wick@gmx.de> Sun, 25 Feb 2018 22:43:01 +0100
|