Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 20:17:47 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308265 - head/shells/rssh
Message-ID:  <201212042017.qB4KHluM047404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pav
Date: Tue Dec  4 20:17:47 2012
New Revision: 308265
URL: http://svnweb.freebsd.org/changeset/ports/308265

Log:
  - Update to 2.3.4
  
  PR:		ports/173980
  Submitted by:	nemysis <nemysis@gmx.ch>
  Feature safe:	yes

Modified:
  head/shells/rssh/Makefile
  head/shells/rssh/distinfo
  head/shells/rssh/pkg-plist

Modified: head/shells/rssh/Makefile
==============================================================================
--- head/shells/rssh/Makefile	Tue Dec  4 20:09:16 2012	(r308264)
+++ head/shells/rssh/Makefile	Tue Dec  4 20:17:47 2012	(r308265)
@@ -6,25 +6,24 @@
 #
 
 PORTNAME=	rssh
-PORTVERSION=	2.3.2
+PORTVERSION=	2.3.4
 CATEGORIES=	shells security
 MASTER_SITES=	SF
 
 MAINTAINER=	pav@FreeBSD.org
-COMMENT=	A Restricted Secure SHell only for sftp or/and scp
-
-FORBIDDEN=	http://www.vuxml.org/freebsd/65b25acc-e63b-11e1-b81c-001b77d09812.html (vulnerability)
+COMMENT=	Restricted Secure SHell only for sftp or/and scp
 
 GNU_CONFIGURE=	yes
 
 MAN1=		rssh.1
 MAN5=		rssh.conf.5
 
-OPTIONS=	RDIST "rdist support" off
+OPTIONS_DEFINE=	RDIST
+RDIST_DESC=	rdist support
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.if defined(WITH_RDIST)
+.if ${PORT_OPTIONS:MDIST}
 RUN_DEPENDS+=	${LOCALBASE}/bin/rdist6:${PORTSDIR}/net/rdist6
 CONFIGURE_ARGS+=--with-rdist=${LOCALBASE}/bin/rdist6
 .endif
@@ -40,4 +39,4 @@ post-install:
 		${ECHO_CMD} ${PREFIX}/bin/${PORTNAME}) > /etc/shells
 	@${RM} /etc/shells.bak
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/shells/rssh/distinfo
==============================================================================
--- head/shells/rssh/distinfo	Tue Dec  4 20:09:16 2012	(r308264)
+++ head/shells/rssh/distinfo	Tue Dec  4 20:17:47 2012	(r308265)
@@ -1,2 +1,2 @@
-SHA256 (rssh-2.3.2.tar.gz) = 8569a07dd96c8f70d0310186b37bbb2e8e591807ac1d1bd0990c02bfd467ba57
-SIZE (rssh-2.3.2.tar.gz) = 113959
+SHA256 (rssh-2.3.4.tar.gz) = f30c6a760918a0ed39cf9e49a49a76cb309d7ef1c25a66e77a41e2b1d0b40cd9
+SIZE (rssh-2.3.4.tar.gz) = 113315

Modified: head/shells/rssh/pkg-plist
==============================================================================
--- head/shells/rssh/pkg-plist	Tue Dec  4 20:09:16 2012	(r308264)
+++ head/shells/rssh/pkg-plist	Tue Dec  4 20:17:47 2012	(r308265)
@@ -2,5 +2,5 @@
 bin/rssh
 @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
 @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
-etc/rssh.conf.dist
+etc/rssh.conf.default.dist
 libexec/rssh_chroot_helper



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212042017.qB4KHluM047404>