svn commit: r352486 - head/security/duo

Ryan Steinmetz zi at FreeBSD.org
Mon Apr 28 11:45:46 UTC 2014


Author: zi
Date: Mon Apr 28 11:45:45 2014
New Revision: 352486
URL: http://svnweb.freebsd.org/changeset/ports/352486
QAT: https://qat.redports.org/buildarchive/r352486/

Log:
  - Update to 1.9.10

Modified:
  head/security/duo/Makefile
  head/security/duo/distinfo

Modified: head/security/duo/Makefile
==============================================================================
--- head/security/duo/Makefile	Mon Apr 28 11:39:52 2014	(r352485)
+++ head/security/duo/Makefile	Mon Apr 28 11:45:45 2014	(r352486)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	duo
-PORTVERSION=	1.9.7
-PORTREVISION=	2
+PORTVERSION=	1.9.10
 CATEGORIES=	security
 MASTER_SITES=	https://dl.duosecurity.com/ \
 		http://mirrors.rit.edu/zi/
@@ -37,6 +36,8 @@ post-patch:
 .endif
 
 post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libduo.so.3
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/security/pam_duo.so
 	@${INSTALL} -o sshd -g wheel -m 700 ${WRKSRC}/login_duo/login_duo.conf \
 	    ${STAGEDIR}${PREFIX}/etc/login_duo.conf.sample
 	@${INSTALL_DATA} -m 700 ${WRKSRC}/pam_duo/pam_duo.conf \
@@ -49,6 +50,5 @@ post-install:
 		${CP} -p ${STAGEDIR}${PREFIX}/etc/pam_duo.conf.sample \
 		    ${STAGEDIR}${PREFIX}/etc/pam_duo.conf ; \
 	fi
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>

Modified: head/security/duo/distinfo
==============================================================================
--- head/security/duo/distinfo	Mon Apr 28 11:39:52 2014	(r352485)
+++ head/security/duo/distinfo	Mon Apr 28 11:45:45 2014	(r352486)
@@ -1,2 +1,2 @@
-SHA256 (duo_unix-1.9.7.tar.gz) = f200ea5accf3eafce66568ecb6f9f99634e84fac987bc06df11bd21e6dea1324
-SIZE (duo_unix-1.9.7.tar.gz) = 462779
+SHA256 (duo_unix-1.9.10.tar.gz) = a2e10c3f3ca991f16273064e9f3783749a3bb77510b4a410db862d8ea9aa7ab1
+SIZE (duo_unix-1.9.10.tar.gz) = 462968


More information about the svn-ports-all mailing list