Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 08:00:34 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427936 - in head/security/pam_ssh_agent_auth: . files
Message-ID:  <201612060800.uB680Ydu052447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Dec  6 08:00:34 2016
New Revision: 427936
URL: https://svnweb.freebsd.org/changeset/ports/427936

Log:
  Update to 0.10.3
  
  PR:		214494
  Submitted by:	joneum@bsdproject.de

Modified:
  head/security/pam_ssh_agent_auth/Makefile
  head/security/pam_ssh_agent_auth/distinfo
  head/security/pam_ssh_agent_auth/files/patch-Makefile.in
  head/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c

Modified: head/security/pam_ssh_agent_auth/Makefile
==============================================================================
--- head/security/pam_ssh_agent_auth/Makefile	Tue Dec  6 07:55:10 2016	(r427935)
+++ head/security/pam_ssh_agent_auth/Makefile	Tue Dec  6 08:00:34 2016	(r427936)
@@ -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}/
 

Modified: head/security/pam_ssh_agent_auth/distinfo
==============================================================================
--- head/security/pam_ssh_agent_auth/distinfo	Tue Dec  6 07:55:10 2016	(r427935)
+++ head/security/pam_ssh_agent_auth/distinfo	Tue Dec  6 08:00:34 2016	(r427936)
@@ -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

Modified: head/security/pam_ssh_agent_auth/files/patch-Makefile.in
==============================================================================
--- head/security/pam_ssh_agent_auth/files/patch-Makefile.in	Tue Dec  6 07:55:10 2016	(r427935)
+++ head/security/pam_ssh_agent_auth/files/patch-Makefile.in	Tue Dec  6 08:00:34 2016	(r427936)
@@ -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

Modified: head/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c
==============================================================================
--- head/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c	Tue Dec  6 07:55:10 2016	(r427935)
+++ head/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c	Tue Dec  6 08:00:34 2016	(r427936)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612060800.uB680Ydu052447>