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 file
Patch File delta Description
upstream fix gcc15.patch | (download)

pam_option.h | 2 1 + 1 - 0 !
pam_std_option.c | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 upstream: fix build with gcc-10
upstream manpage spelling error correction.patch | (download)

pam_ssh.8 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 18 insertions(+), 7 deletions(-)

 upstream: ssh session: differentiate agent flag-file
upstream fix session_closing.patch | (download)

pam_ssh.c | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 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 !
1 file changed, 10 insertions(+), 2 deletions(-)

 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 !
configure.ac | 1 1 + 0 - 0 !
2 files changed, 6 insertions(+), 4 deletions(-)

 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 !
1 file changed, 14 insertions(+), 1 deletion(-)

 manpage debianization
	Add to pam_ssh.8 manpage descriptions and comments
	for addressing Debian specific features.