pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh Include 'pam' in the suggested/defaul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/849bb85c52a7
branches:  trunk
changeset: 365746:849bb85c52a7
user:      he <he%pkgsrc.org@localhost>
date:      Mon Jul 24 16:33:22 2017 +0000

description:
Include 'pam' in the suggested/default list of options on NetBSD.
Add LICENSE setting, near as I can tell "modified-bsd".
Bump PKGREVISION.

diffstat:

 security/openssh/Makefile   |  4 +++-
 security/openssh/options.mk |  6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 365d72df30ad -r 849bb85c52a7 security/openssh/Makefile
--- a/security/openssh/Makefile Mon Jul 24 16:30:20 2017 +0000
+++ b/security/openssh/Makefile Mon Jul 24 16:33:22 2017 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.252 2017/05/31 09:30:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.253 2017/07/24 16:33:22 he Exp $
 
 DISTNAME=              openssh-7.5p1
 PKGNAME=               ${DISTNAME:S/p1/.1/}
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_OPENBSD:=OpenSSH/portable/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.openssh.com/
 COMMENT=               Open Source Secure shell client and server (remote login program)
+LICENSE=               modified-bsd
 
 CONFLICTS=             sftp-[0-9]*
 CONFLICTS+=            ssh-[0-9]* ssh6-[0-9]*
diff -r 365d72df30ad -r 849bb85c52a7 security/openssh/options.mk
--- a/security/openssh/options.mk       Mon Jul 24 16:30:20 2017 +0000
+++ b/security/openssh/options.mk       Mon Jul 24 16:33:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.34 2016/12/30 04:43:16 taca Exp $
+# $NetBSD: options.mk,v 1.35 2017/07/24 16:33:22 he Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -6,6 +6,10 @@
 PKG_SUPPORTED_OPTIONS= kerberos openssl pam
 PKG_SUGGESTED_OPTIONS= openssl
 
+.if ${OPSYS} == "NetBSD"
+PKG_SUGGESTED_OPTIONS+=        pam
+.endif
+
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mopenssl)



Home | Main Index | Thread Index | Old Index