diff options
author | zi <zi@FreeBSD.org> | 2014-04-28 19:45:45 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-04-28 19:45:45 +0800 |
commit | 038c3e442377294ecde4ff63ec77ff32ca77b68c (patch) | |
tree | ecaa85208270b5f0e7a0279d13f4ce70ded1c604 /security/duo | |
parent | b8847fc9851f363736017082cd58f3b0ee4eea6a (diff) | |
download | freebsd-ports-gnome-038c3e442377294ecde4ff63ec77ff32ca77b68c.tar.gz freebsd-ports-gnome-038c3e442377294ecde4ff63ec77ff32ca77b68c.tar.zst freebsd-ports-gnome-038c3e442377294ecde4ff63ec77ff32ca77b68c.zip |
- Update to 1.9.10
Diffstat (limited to 'security/duo')
-rw-r--r-- | security/duo/Makefile | 6 | ||||
-rw-r--r-- | security/duo/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/duo/Makefile b/security/duo/Makefile index 5a60346fe731..f72ee4a8a4fb 100644 --- a/security/duo/Makefile +++ b/security/duo/Makefile @@ -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> diff --git a/security/duo/distinfo b/security/duo/distinfo index a4d57ec5581e..395d138379ee 100644 --- a/security/duo/distinfo +++ b/security/duo/distinfo @@ -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 |