Index: head/www/shellinabox/Makefile =================================================================== --- head/www/shellinabox/Makefile (revision 536636) +++ head/www/shellinabox/Makefile (revision 536637) @@ -1,53 +1,53 @@ # Created by: Olivier Cochard-Labbe # $FreeBSD$ PORTNAME= shellinabox PORTVERSION= 2.20 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= olivier@FreeBSD.org COMMENT= Publish command line shell through AJAX interface LICENSE= GPLv2 USES= autoreconf libtool ssl OPTIONS_DEFINE= CORES NOLOGIN CORES_DESC= Patch shellinaboxd to enable core dumps NOLOGIN_DESC= Login through ssh (not through login) GNU_CONFIGURE= yes USE_GITHUB= yes USE_RC_SUBR= shellinaboxd USERS?= shellinabox GROUPS?= shellinabox PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-deinstall SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} CONFIGURE_ARGS= --disable-runtime-loading --disable-pam \ CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib NOLOGIN_CONFIGURE_ON= --disable-login .include post-patch: .if ${PORT_OPTIONS:MCORES} @${REINPLACE_CMD} \ -e 's|prctl(PR_SET_DUMPABLE,|// &|' \ -e 's|setrlimit(RLIMIT_CORE,|// &|' \ ${WRKSRC}/shellinabox/shellinaboxd.c .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shellinaboxd ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/shellinaboxd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} .include Index: head/www/shellinabox/files/patch-shellinabox_service.c =================================================================== --- head/www/shellinabox/files/patch-shellinabox_service.c (nonexistent) +++ head/www/shellinabox/files/patch-shellinabox_service.c (revision 536637) @@ -0,0 +1,12 @@ +--- shellinabox/service.c.orig ++++ shellinabox/service.c +@@ -175,8 +175,7 @@ void initService(struct Service *service, const char * + "-oHostbasedAuthentication=no -oIdentitiesOnly=yes " + "-oKbdInteractiveAuthentication=yes -oPasswordAuthentication=yes " + "-oPreferredAuthentications=keyboard-interactive,password " +- "-oPubkeyAuthentication=no -oRhostsRSAAuthentication=no " +- "-oRSAAuthentication=no -oStrictHostKeyChecking=no -oTunnel=no " ++ "-oPubkeyAuthentication=no -oStrictHostKeyChecking=no -oTunnel=no " + "-oUserKnownHostsFile=/dev/null -oVerifyHostKeyDNS=no " + // beewoolie-2012.03.30: while it would be nice to disable this + // feature, we cannot be sure that it is available on the Property changes on: head/www/shellinabox/files/patch-shellinabox_service.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property