Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2020 03:31:41 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533228 - in head/security: . rubygem-net-ssh-krb
Message-ID:  <202004280331.03S3Vf0J018750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Tue Apr 28 03:31:41 2020
New Revision: 533228
URL: https://svnweb.freebsd.org/changeset/ports/533228

Log:
  New port: security/rubygem-net-ssh-krb
  
  Add Kerberos (password-less) authentication capabilities to Net::SSH, without
  the need for modifying Net::SSH source code.
  
  This is a great way to help get Capistrano to be accepted in mid-to-large size
  enterprises with strict security rules.
  
  No more getting locked out of the network because you mis-typed your password -
  even if your company prohibits public key or host-based authentication. If your
  organization uses Kerberos (many mid-to-large size corporations do), you can
  use this package to get password-less authentication without breaking your
  company's security guidelines.
  
  WWW: http://rubygems.org/gems/net-ssh-krb

Added:
  head/security/rubygem-net-ssh-krb/
  head/security/rubygem-net-ssh-krb/Makefile   (contents, props changed)
  head/security/rubygem-net-ssh-krb/distinfo   (contents, props changed)
  head/security/rubygem-net-ssh-krb/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Apr 28 03:26:55 2020	(r533227)
+++ head/security/Makefile	Tue Apr 28 03:31:41 2020	(r533228)
@@ -1085,6 +1085,7 @@
     SUBDIR += rubygem-net-ssh
     SUBDIR += rubygem-net-ssh-gateway
     SUBDIR += rubygem-net-ssh-gateway1
+    SUBDIR += rubygem-net-ssh-krb
     SUBDIR += rubygem-net-ssh-multi
     SUBDIR += rubygem-net-ssh4
     SUBDIR += rubygem-net-telnet

Added: head/security/rubygem-net-ssh-krb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-net-ssh-krb/Makefile	Tue Apr 28 03:31:41 2020	(r533228)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	net-ssh-krb
+DISTVERSION=	0.5.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	romain@FreeBSD.org
+COMMENT=	Add Kerberos authentication capabilities to Net::SSH
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-gssapi>=1.3:security/rubygem-gssapi \
+		rubygem-net-ssh>=2.0:security/rubygem-net-ssh
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-net-ssh-krb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-net-ssh-krb/distinfo	Tue Apr 28 03:31:41 2020	(r533228)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587438539
+SHA256 (rubygem/net-ssh-krb-0.5.1.gem) = 0c1448f32d7b1dc4decc5e2bb329f38c502c9fed6fb16122b257e5dc8cb61588
+SIZE (rubygem/net-ssh-krb-0.5.1.gem) = 13312

Added: head/security/rubygem-net-ssh-krb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-net-ssh-krb/pkg-descr	Tue Apr 28 03:31:41 2020	(r533228)
@@ -0,0 +1,13 @@
+Add Kerberos (password-less) authentication capabilities to Net::SSH, without
+the need for modifying Net::SSH source code.
+
+This is a great way to help get Capistrano to be accepted in mid-to-large size
+enterprises with strict security rules.
+
+No more getting locked out of the network because you mis-typed your password -
+even if your company prohibits public key or host-based authentication. If your
+organization uses Kerberos (many mid-to-large size corporations do), you can
+use this package to get password-less authentication without breaking your
+company's security guidelines.
+
+WWW: http://rubygems.org/gems/net-ssh-krb



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