Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-23 | Move ssh-sk-helper into openssh-client | Colin Watson | |
... rather than shipping it in a separate package. The extra library dependencies are pretty small, so it doesn't seem worth bloating the Packages file. Suggested by Bastian Blank. | |||
2020-02-21 | openssh-tests Depends: openssh-sk-helper | Colin Watson | |
2020-02-21 | New upstream release (8.2p1) | Colin Watson | |
2019-12-16 | Drop suggestion of rssh, since it's been removed | Colin Watson | |
See https://bugs.debian.org/923691. | |||
2019-12-11 | Mark some more binaries as Multi-Arch: foreign | Colin Watson | |
Mark openssh-sftp-server, openssh-tests, ssh, and ssh-askpass-gnome as Multi-Arch: foreign; none of them provide any architecture-dependent interfaces. | |||
2019-08-13 | Consistent whitespace | Colin Watson | |
2019-08-12 | Add a runscript for runit | Lorenzo Puliti | |
Add a 'run' and a 'finish' script for runit init system; rely on dh-runit for maintscript code. | |||
2019-08-03 | Run regression tests against the Python 3 version of Twisted Conch | Colin Watson | |
2019-08-03 | Use debhelper-compat instead of debian/compat | Colin Watson | |
2019-02-28 | Move moduli(5) manual page to openssh-server | Colin Watson | |
This goes with /etc/ssh/moduli; forgotten in 1:7.9p1-5. | |||
2019-02-25 | Update logind recommendation | Colin Watson | |
Recommend "default-logind | logind | libpam-systemd" rather than just libpam-systemd. (I've retained libpam-systemd as an alternative for a while to avoid backporting accidents, although it can be removed later.) Thanks, Adam Borowski. Closes: #923199 | |||
2018-12-26 | Drop obsolete alternate build-dependency on libssl1.0-dev | Colin Watson | |
Closes: #917342 | |||
2018-12-06 | Move /etc/ssh/moduli to openssh-server | Colin Watson | |
It's reasonably large and only used by sshd. Closes: #858050 | |||
2018-11-15 | debian/control: Remove trailing whitespace | Colin Watson | |
2018-11-05 | Add an openssh-tests binary package | Colin Watson | |
This contains enough files to run the upstream regression tests. Doing this allows autopkgtest to run more efficiently, as it doesn't have to build part of the source tree again. | |||
2018-10-20 | New upstream release (7.9p1) | Colin Watson | |
2018-06-16 | Chase Vcs-Git redirection | Colin Watson | |
2018-04-01 | Explicitly build-depend on pkg-config | Colin Watson | |
Build-depending on it via libgtk-3-dev is insufficient, especially when using the pkg.openssh.nognome build profile. Thanks to Aurelien Jarno. Closes: #894558 | |||
2018-01-22 | Move VCS to salsa.debian.org. | Colin Watson | |
2018-01-02 | Support the "noudeb" build profile. | Colin Watson | |
2017-12-12 | Add a "pkg.openssh.nognome" build profile | Jason Duerstock | |
This disables building the ssh-askpass-gnome binary package and avoids the build-dependency on libgtk-3-dev (closes: #883819). | |||
2017-10-16 | Remove the decade-old ssh-krb5 transitional package; upgrades of ↵ | Colin Watson | |
openssh-server will preserve existing configuration, and new installations should just enable GSSAPIAuthentication and GSSAPIKeyExchange in sshd_config (closes: #878626). | |||
2017-10-06 | Policy version 4.1.0. | Colin Watson | |
2017-10-06 | Change priorities of ssh and ssh-krb5 binary packages to optional, since ↵ | Colin Watson | |
"Priority: extra" is now deprecated. | |||
2017-10-06 | Build-depend on debhelper (>= 9.20160709~) rather than dh-systemd. | Colin Watson | |
2017-08-27 | Drop openssh-client-ssh1, now built by a separate source package. | Colin Watson | |
2016-12-26 | Build gnome-ssh-askpass with GTK+ 3 (LP: #801187). | Colin Watson | |
2016-12-26 | Start handling /etc/ssh/sshd_config using ucf. | Colin Watson | |
* Start handling /etc/ssh/sshd_config using ucf. The immediate motivation for this is to deal with deprecations of options related to protocol 1, but something like this has been needed for a long time (closes: #419574, #848089): - sshd_config is now a slightly-patched version of upstream's, and only contains non-default settings (closes: #147201). - I've included as many historical md5sums of default versions of sshd_config as I could reconstruct from version control, but I'm sure I've missed some. - Explicitly synchronise the debconf database with the current configuration file state in openssh-server.config, to ensure that the PermitRootLogin setting is properly preserved. - UsePrivilegeSeparation now defaults to the stronger "sandbox" rather than "yes", per upstream. | |||
2016-12-05 | Apply "wrap-and-sort -atf debian/control". | Colin Watson | |
2016-11-11 | Adjust Build-Depends further to avoid considering libssl-dev >= 1.1.0~ as ↵ | Colin Watson | |
sufficient. | |||
2016-11-05 | Policy version 3.9.8: no changes required. | Colin Watson | |
2016-11-05 | Avoid building with OpenSSL 1.1 for now (see #828475). | Colin Watson | |
2016-07-23 | Recommend libpam-systemd from openssh-server. It's a much better solution ↵ | Colin Watson | |
than the above for systemd users, but I'm wary of depending on it in case I cause an assortment of exciting dependency problems on upgrade for non-systemd users. | |||
2016-05-03 | Copy summary of supported SFTP protocol versions from upstream's PROTOCOL ↵ | Colin Watson | |
file into the openssh-sftp-server package description (closes: #766887). | |||
2016-04-15 | Policy version 3.9.7: no changes required. | Colin Watson | |
2016-04-15 | Drop dependency on libnss-files-udeb (closes: #819686). | Colin Watson | |
2016-04-03 | Change all openssh.org references to openssh.com (closes: #819213). | Colin Watson | |
2016-01-27 | Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb. | Colin Watson | |
2016-01-04 | Remove explicit "XS-Testsuite: autopkgtest" from debian/control; dpkg-source ↵ | Colin Watson | |
now figures that out automatically based on the existence of debian/tests/control. | |||
2015-12-21 | Add systemd readiness notification support (closes: #778913). | Michael Biebl | |
2015-12-09 | Drop priority of openssh-client-ssh1 to extra (closes: #807518). | Colin Watson | |
2015-12-06 | Add an openssh-client-ssh1 binary package for people who need to connect to ↵ | Colin Watson | |
outdated SSH1-only servers (closes: #807107). | |||
2015-11-24 | Drop ConsoleKit session registration patch; it was only ever enabled for ↵ | Colin Watson | |
Ubuntu, which no longer needs it (LP: #1334916, #1502045). | |||
2015-09-10 | Build with audit support on Linux (closes: #797727, LP: #1478087). | Tyler Hicks | |
2014-10-08 | Run a subset of the upstream regression test suite at package build time, ↵ | Colin Watson | |
and the rest of it under autopkgtest. | |||
2014-10-06 | Use Package-Type rather than XC-Package-Type, now that it is an official field. | Colin Watson | |
2014-10-06 | Build-depend on a new enough dpkg-dev for dpkg-buildflags, rather than ↵ | Colin Watson | |
simply a new enough dpkg. | |||
2014-09-30 | Don't link /usr/share/doc/ssh to openssh-client, as this is not safe between ↵ | Colin Watson | |
Architecture: all and Architecture: any binary packages (closes: #763375). | |||
2014-09-28 | Policy version 3.9.6: no changes required. | Colin Watson | |
2014-08-02 | Use dh-exec to simplify override_dh_install target. | Colin Watson | |