mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
parent
b1854a6bf7
commit
4b7c6bd19c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427936
4 changed files with 15 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pam_ssh_agent_auth
|
PORTNAME= pam_ssh_agent_auth
|
||||||
PORTVERSION= 0.10.2
|
PORTVERSION= 0.10.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
|
MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (pam_ssh_agent_auth-0.10.2.tar.bz2) = 99bbbae3494032e17b62ff3b9ff71e2d78e3c6809463649afe7bae79e4f81fcd
|
TIMESTAMP = 1479105140
|
||||||
SIZE (pam_ssh_agent_auth-0.10.2.tar.bz2) = 246412
|
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.orig 2016-11-13 03:24:32 UTC
|
||||||
+++ Makefile.in 2009-12-26 12:53:16.000000000 +0100
|
+++ Makefile.in
|
||||||
@@ -13,7 +13,7 @@
|
@@ -37,7 +37,7 @@ libexecdir=@libexecdir@
|
||||||
datadir=@datadir@
|
datadir=@datadir@
|
||||||
datarootdir=@datarootdir@
|
datarootdir=@datarootdir@
|
||||||
mandir=@mandir@
|
mandir=@mandir@
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
piddir=@piddir@
|
piddir=@piddir@
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
@@ -130,7 +130,7 @@
|
@@ -157,7 +157,7 @@ uninstallall: uninstall
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
-rm -f $(DESTDIR)$(libexecdir)/pam_ssh_agent_auth.so
|
-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.orig 2016-11-13 03:24:32 UTC
|
||||||
+++ pam_user_authorized_keys.c 2009-12-26 12:49:29.000000000 +0100
|
+++ pam_user_authorized_keys.c
|
||||||
@@ -81,6 +81,10 @@
|
@@ -90,6 +90,10 @@ extern uint8_t allow_user_owned_authoriz
|
||||||
extern uint8_t allow_user_owned_authorized_keys_file;
|
|
||||||
uid_t authorized_keys_file_allowed_owner_uid;
|
uid_t authorized_keys_file_allowed_owner_uid;
|
||||||
|
|
||||||
+#ifndef HOST_NAME_MAX
|
+#ifndef HOST_NAME_MAX
|
||||||
+#define HOST_NAME_MAX MAXHOSTNAMELEN
|
+#define HOST_NAME_MAX MAXHOSTNAMELEN
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
void
|
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…
Add table
Reference in a new issue