summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-02-11 02:07:37 +0000
committertaca <taca@pkgsrc.org>2013-02-11 02:07:37 +0000
commitb4413c408de07fdfe418c8243be81dea4dc01bd4 (patch)
tree23ea30116404233a2411d90a53cb8833b896a18f /security
parentdc91076e52d42d29f735e2f7b29cf3b6c7f1a1b4 (diff)
downloadpkgsrc-b4413c408de07fdfe418c8243be81dea4dc01bd4.tar.gz
Update ruby-net-sftp to 2.1.1.
=== 2.1.0 / 06 Feb 2013 * Added public cert. All gem releases are now signed. See INSTALL in readme. * Remove self-require, it causes a warning in Ruby 1.9.2. [jbarnette] * Allow for upload to use the filename of the local file by default [czarneckid] * Properly handle receiving less data than requested. [thedarkone] * Added option to create directory on directory upload [Pablo Merino] * Remove a warnings in tests [kachick]
Diffstat (limited to 'security')
-rw-r--r--security/ruby-net-sftp/Makefile6
-rw-r--r--security/ruby-net-sftp/PLIST10
-rw-r--r--security/ruby-net-sftp/distinfo8
3 files changed, 13 insertions, 11 deletions
diff --git a/security/ruby-net-sftp/Makefile b/security/ruby-net-sftp/Makefile
index ac66fe297f7..6b95471d014 100644
--- a/security/ruby-net-sftp/Makefile
+++ b/security/ruby-net-sftp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/09/10 07:43:45 taca Exp $
+# $NetBSD: Makefile,v 1.4 2013/02/11 02:07:37 taca Exp $
-DISTNAME= net-sftp-2.0.5
+DISTNAME= net-sftp-2.1.1
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,7 @@ HOMEPAGE= http://rubyforge.org/projects/net-ssh
COMMENT= Secure FTP for Ruby
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.0.9:../../security/ruby-net-ssh
+DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.6.5:../../security/ruby-net-ssh
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ruby-net-sftp/PLIST b/security/ruby-net-sftp/PLIST
index cb6333799a1..7bf5a8aa785 100644
--- a/security/ruby-net-sftp/PLIST
+++ b/security/ruby-net-sftp/PLIST
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2009/12/02 14:30:43 fhajny Exp $
-${GEM_HOME}/cache/net-sftp-${PKGVERSION}.gem
-${GEM_LIBDIR}/CHANGELOG.rdoc
+@comment $NetBSD: PLIST,v 1.4 2013/02/11 02:07:37 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGES.txt
+${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/gem-public_cert.pem
${GEM_LIBDIR}/lib/net/sftp.rb
${GEM_LIBDIR}/lib/net/sftp/constants.rb
${GEM_LIBDIR}/lib/net/sftp/errors.rb
@@ -56,4 +58,4 @@ ${GEM_LIBDIR}/test/test_request.rb
${GEM_LIBDIR}/test/test_response.rb
${GEM_LIBDIR}/test/test_session.rb
${GEM_LIBDIR}/test/test_upload.rb
-${GEM_HOME}/specifications/net-sftp-${PKGVERSION}.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/security/ruby-net-sftp/distinfo b/security/ruby-net-sftp/distinfo
index 36cc8338423..956c3ac4732 100644
--- a/security/ruby-net-sftp/distinfo
+++ b/security/ruby-net-sftp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/09/10 07:43:45 taca Exp $
+$NetBSD: distinfo,v 1.4 2013/02/11 02:07:37 taca Exp $
-SHA1 (net-sftp-2.0.5.gem) = 45efe022e533345d2887e1e3a24e2c5fcfa57afd
-RMD160 (net-sftp-2.0.5.gem) = 0bd5c206c40394db926051a02e7b2c95524087c6
-Size (net-sftp-2.0.5.gem) = 61440 bytes
+SHA1 (net-sftp-2.1.1.gem) = 04d2910db04e7574e5a45c74533b495cbe6f90b8
+RMD160 (net-sftp-2.1.1.gem) = 35e993e44a1998449b243ba7d1b5fff5ab2f92d6
+Size (net-sftp-2.1.1.gem) = 67584 bytes