Package: libpam-ssh / 2.3+ds-9
Metadata
Package | Version | Patches format |
---|---|---|
libpam-ssh | 2.3+ds-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
upstream fix gcc15.patch | (download) |
pam_option.h |
2 1 + 1 - 0 ! |
upstream: fix build with gcc-15 This patch fixes a naming collision with C23 boolean type bool: the name `bool' is replaced with the name `flag'. |
upstream fix gcc10.patch | (download) |
ge25519.h |
2 1 + 1 - 0 ! |
upstream: fix build with gcc-10 |
upstream manpage spelling error correction.patch | (download) |
pam_ssh.8 |
2 1 + 1 - 0 ! |
upstream manpage spelling correction Correct spelling typo in the manpage as emitted by Lintian, spelling-error-in-manpage tag; meant to be submitted to the upstream maintainer. |
upstream fix ssh_session file_flag.patch | (download) |
pam_ssh.c |
25 18 + 7 - 0 ! |
upstream: ssh session: differentiate agent flag-file |
upstream fix session_closing.patch | (download) |
pam_ssh.c |
16 16 + 0 - 0 ! |
upstream: ssh session: clean closing Close sessions in a civilized manner when no dotdir is present (Close: #802212); meant to be submitted to the upstream maintainer. |
upstream harden use_opendir.patch | (download) |
pam_ssh.c |
12 10 + 2 - 0 ! |
upstream: session: use opendir Check `~/.ssh' folder existence with opendir(3) (see #802212); meant to be submitted to the upstream maintainer. |
debianization.patch | (download) |
Makefile.am |
9 5 + 4 - 0 ! |
debianization Meant to maintain a minimal debian/rules, to fix warnings, to address Debian specific stuff in general. |
debianization manpages.patch | (download) |
pam_ssh.8 |
15 14 + 1 - 0 ! |
manpage debianization Add to pam_ssh.8 manpage descriptions and comments for addressing Debian specific features. |