~enr0n/ubuntu/+source/openssh:generator-v3

Last commit made on 2024-02-22
Get this branch:
git clone -b generator-v3 https://git.launchpad.net/~enr0n/ubuntu/+source/openssh
Only Nick Rosbrook can upload to this branch. If you are Nick Rosbrook please log in for upload directions.

Branch merges

Branch information

Name:
generator-v3
Repository:
lp:~enr0n/ubuntu/+source/openssh

Recent commits

f29f305... by Nick Rosbrook

changelog

31b126b... by Nick Rosbrook

debian/rules: explicitly enable LTO

The armhf build was not using LTO, which made sshd-socket-generator FTBFS.
This change ensures that all arches are using LTO.

150fad9... by Nick Rosbrook

debian/openssh-server.ucf-md5sum: update for new Ubuntu delta

3610e4a... by Nick Rosbrook

debian/README.Debian: update ssh.socket documentation

5ad6583... by Nick Rosbrook

ssh.socket: adjust unit for socket activation by default

Add RequiredBy=ssh.service and Before=ssh.service to ensure correct
ordering with ssh.service. This was previously done with a drop-in
override for ssh.service, but we can specify these in ssh.socket
directly.

Also set FreeBind=yes so that if we generate ListenStream= entries with
specific IP addresses, the unit is more robust and will not fail if it
is started before the addresses are actually configured.

4963b73... by Nick Rosbrook

d/t/sshd-socket-generator: add dep8 test for sshd-socket-generator

bdd9aa7... by Nick Rosbrook

debian/openssh-server.postinst: handle migration to sshd-socket-generator

0676f4f... by Nick Rosbrook

Drop some delta related to socket activation migration

The following changes are dropped:

  * debian/openssh-server.postrm: remove systemd drop-ins for
    socket-activated sshd on purge
  * debian/openssh-server.templates: include debconf prompt explaining
    when migration cannot happen due to multiple ListenAddress values
  * debian/openssh-server.postinst: handle migration of sshd_config options
    to systemd socket options on upgrade.
  * debian/patches/socket-activation-documentation.patch: Document in
    sshd_config(5) that ListenAddress and Port no longer work.

4f41f23... by Nick Rosbrook

debian/openssh-server.install: install sshd-socket-generator

2dc1841... by Nick Rosbrook

d/p/sshd-socket-generator.patch: add generator for socket activation