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 | New upstream release (8.2p1) | Colin Watson | |
2020-01-09 | Don't build openssh-tests on Ubuntu i386 | Steve Langasek | |
Closes: #948466 | |||
2019-10-09 | Re-enable hardening on hppa | Colin Watson | |
The corresponding GCC bug is apparently fixed. | |||
2019-10-09 | New upstream release (8.1p1) | Colin Watson | |
2019-08-28 | Only run dh_runit on openssh-server | Colin Watson | |
Closes: #935936 | |||
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. | |||
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-16 | Use dpkg_vendor_derives_from again | Colin Watson | |
This time with syntax that works. | |||
2018-11-15 | Fix Ubuntu detection in debian/rules | Colin Watson | |
The documentation comment for dpkg_vendor_derives_from is wrong (thanks, Jeremy Bicha; see #913816). | |||
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-21 | Simplify debian/rules using /usr/share/dpkg/default.mk. | Colin Watson | |
2018-10-20 | Remove dh_builddeb override to use xz compression | Colin Watson | |
This has been the default since dpkg 1.17.0. | |||
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-08-27 | Drop openssh-client-ssh1, now built by a separate source package. | Colin Watson | |
2017-03-30 | Move privilege separation directory and PID file from /var/run/ to /run/ ↵ | Colin Watson | |
(closes: #760422, #856825). | |||
2017-01-15 | Remove LOGIN_PROGRAM and LOGIN_NO_ENDOPT definitions, since UseLogin is gone. | Colin Watson | |
2016-12-26 | Build gnome-ssh-askpass with GTK+ 3 (LP: #801187). | Colin Watson | |
2016-12-23 | New upstream release (7.4p1). | Colin Watson | |
2016-11-11 | Move build directories under debian/. | Colin Watson | |
2016-08-14 | Rewrite debian/copyright using copyright-format 1.0. | Colin Watson | |
2016-07-29 | Stop enabling ssh-session-cleanup.service by default; instead, ship it as an ↵ | Colin Watson | |
example and add a section to README.Debian. libpam-systemd >= 230 and "UsePAM yes" should take care of the original problem for most systemd users (thanks, Michael Biebl; closes: #832155). | |||
2016-07-23 | Don't stop the ssh-session-cleanup service on upgrade (closes: #832155). | Colin Watson | |
2016-07-22 | Fix typo. | Colin Watson | |
2016-07-22 | Add a session cleanup script and a systemd unit file to trigger it, which ↵ | Colin Watson | |
serves to terminate SSH sessions cleanly if systemd doesn't do that itself, often because libpam-systemd is not installed (thanks, Vivek Das Mohapatra, Tom Hutter, and others; closes: #751636). | |||
2016-05-16 | Set SSH_PROGRAM=/usr/bin/ssh1 when building openssh-client-ssh1 so that scp1 ↵ | Colin Watson | |
works (reported by Olivier MATZ). | |||
2016-04-03 | Change all openssh.org references to openssh.com (closes: #819213). | Colin Watson | |
2015-12-21 | Add systemd readiness notification support (closes: #778913). | Michael Biebl | |
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-11-24 | Do much less work in architecture-independent-only builds. | Colin Watson | |
2015-11-24 | Fix dh_install and dh_fixperms overrides to work properly with an ↵ | Colin Watson | |
architecture-independent-only build (closes: #806090). | |||
2015-09-10 | Build with audit support on Linux (closes: #797727, LP: #1478087). | Tyler Hicks | |
2015-08-19 | New upstream release (6.8p1). | Colin Watson | |
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 | Simplify debian/rules using /usr/share/dpkg/buildflags.mk. | Colin Watson | |
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-08-02 | Use dh-exec to simplify override_dh_install target. | Colin Watson | |
2014-07-20 | Make sure that DEB_HOST_ARCH is set, even when invoking debian/rules directly. | Colin Watson | |
2014-05-26 | Only use pam_keyinit on Linux architectures (closes: #747245). | Colin Watson | |
2014-05-26 | Upgrade to debhelper v9. | Colin Watson | |
2014-03-27 | Re-enable btmp logging, as its permissions were fixed a long time ago in ↵ | Colin Watson | |
response to #370050 (closes: #341883). | |||
2014-03-05 | Link openssh-sftp-server's documentation directory to openssh-client's. | Colin Watson | |
2014-02-13 | Remove code related to non-dependency-based sysv-rc ordering, since that is ↵ | Colin Watson | |
no longer supported. | |||
2014-02-13 | Configure --without-hardening on hppa, to work around ↵ | Colin Watson | |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155 (closes: #738798). | |||
2014-02-12 | Tweak dh_systemd_enable invocations to avoid lots of error noise. | Colin Watson | |
2014-02-11 | Only enable ssh.service for systemd, not both ssh.service and ssh.socket. ↵ | Colin Watson | |
Thanks to Michael Biebl for spotting this. | |||
2014-02-10 | Add systemd support (thanks, Sven Joachim; closes: #676830). | Colin Watson | |
2014-02-10 | Incorporate default path changes from shadow 1:4.0.18.1-8, removing ↵ | Colin Watson | |
/usr/bin/X11 (closes: #644521). |