Date: Sun, 18 Sep 2016 18:18:35 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422402 - head/security/pam_helper Message-ID: <201609181818.u8IIIZNo039750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Sun Sep 18 18:18:35 2016 New Revision: 422402 URL: https://svnweb.freebsd.org/changeset/ports/422402 Log: Increase the length of the password. Requested by: Julien Picalausa <jpicalau@elmandria.com> Modified: head/security/pam_helper/Makefile head/security/pam_helper/distinfo Modified: head/security/pam_helper/Makefile ============================================================================== --- head/security/pam_helper/Makefile Sun Sep 18 17:48:42 2016 (r422401) +++ head/security/pam_helper/Makefile Sun Sep 18 18:18:35 2016 (r422402) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= pam_helper -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= security sysutils MASTER_SITES= http://www.marcuscom.com/pam_helper/ MAINTAINER= marcus@FreeBSD.org COMMENT= Authenticate applications requiring PAM services +LICENSE= BSD2CLAUSE + USES= tar:bzip2 uidfix PLIST_FILES= bin/pam_helper Modified: head/security/pam_helper/distinfo ============================================================================== --- head/security/pam_helper/distinfo Sun Sep 18 17:48:42 2016 (r422401) +++ head/security/pam_helper/distinfo Sun Sep 18 18:18:35 2016 (r422402) @@ -1,2 +1,3 @@ -SHA256 (pam_helper-1.0.tar.bz2) = 550b96290f73570db64daa7c82f78122b4a477c6f5fd28129b6d83799e920ba7 -SIZE (pam_helper-1.0.tar.bz2) = 2221 +TIMESTAMP = 1474222470 +SHA256 (pam_helper-1.1.tar.bz2) = ec1daa54e671635f7f3084973d7db4ae2c7a3c74a8c53861e2375c8a96a82154 +SIZE (pam_helper-1.1.tar.bz2) = 2251
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181818.u8IIIZNo039750>