svn commit: r422402 - head/security/pam_helper

Joe Marcus Clarke marcus at FreeBSD.org
Sun Sep 18 18:18:36 UTC 2016


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 at 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 at 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


More information about the svn-ports-head mailing list