parent
b1854a6bf7
commit
4b7c6bd19c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427936
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pam_ssh_agent_auth
|
||||
PORTVERSION= 0.10.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.10.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (pam_ssh_agent_auth-0.10.2.tar.bz2) = 99bbbae3494032e17b62ff3b9ff71e2d78e3c6809463649afe7bae79e4f81fcd
|
||||
SIZE (pam_ssh_agent_auth-0.10.2.tar.bz2) = 246412
|
||||
TIMESTAMP = 1479105140
|
||||
SHA256 (pam_ssh_agent_auth-0.10.3.tar.bz2) = 3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763
|
||||
SIZE (pam_ssh_agent_auth-0.10.3.tar.bz2) = 1066393
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Makefile.in.orig 2009-11-07 03:47:20.000000000 +0100
|
||||
+++ Makefile.in 2009-12-26 12:53:16.000000000 +0100
|
||||
@@ -13,7 +13,7 @@
|
||||
--- Makefile.in.orig 2016-11-13 03:24:32 UTC
|
||||
+++ Makefile.in
|
||||
@@ -37,7 +37,7 @@ libexecdir=@libexecdir@
|
||||
datadir=@datadir@
|
||||
datarootdir=@datarootdir@
|
||||
mandir=@mandir@
|
||||
@ -9,7 +9,7 @@
|
||||
sysconfdir=@sysconfdir@
|
||||
piddir=@piddir@
|
||||
srcdir=@srcdir@
|
||||
@@ -130,7 +130,7 @@
|
||||
@@ -157,7 +157,7 @@ uninstallall: uninstall
|
||||
|
||||
uninstall:
|
||||
-rm -f $(DESTDIR)$(libexecdir)/pam_ssh_agent_auth.so
|
||||
|
@ -1,13 +1,13 @@
|
||||
--- pam_user_authorized_keys.c.orig 2009-11-07 03:47:20.000000000 +0100
|
||||
+++ pam_user_authorized_keys.c 2009-12-26 12:49:29.000000000 +0100
|
||||
@@ -81,6 +81,10 @@
|
||||
extern uint8_t allow_user_owned_authorized_keys_file;
|
||||
uid_t authorized_keys_file_allowed_owner_uid;
|
||||
--- pam_user_authorized_keys.c.orig 2016-11-13 03:24:32 UTC
|
||||
+++ pam_user_authorized_keys.c
|
||||
@@ -90,6 +90,10 @@ extern uint8_t allow_user_owned_authoriz
|
||||
|
||||
uid_t authorized_keys_file_allowed_owner_uid;
|
||||
|
||||
+#ifndef HOST_NAME_MAX
|
||||
+#define HOST_NAME_MAX MAXHOSTNAMELEN
|
||||
+#endif
|
||||
+
|
||||
void
|
||||
parse_authorized_key_file(const char *user, const char *authorized_keys_file_input)
|
||||
{
|
||||
parse_authorized_key_file(const char *user,
|
||||
const char *authorized_keys_file_input)
|
||||
|
Loading…
Reference in New Issue
Block a user