pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-net-ssh-gateway



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun 12 16:06:49 UTC 2017

Modified Files:
        pkgsrc/security/ruby-net-ssh-gateway: Makefile PLIST distinfo

Log Message:
Update ruby-net-ssh-gateway to 2.0.0.

=== 2.0.0 / 26 Jan 2017

* Update net-ssh dependency to 4.0.0 which requires Ruby version >= 2.0 [delano]

=== 1.3.0 / 26 Jan 2017

* Fix for loop_wait option on initialization [mfazekas, tpitale]
* Use bundler and remove remove jeweler [tpitale]
* Use minitest instead of test/unit [tpitale]
* Added Travis CI config [tpitale]


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-net-ssh-gateway/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-net-ssh-gateway/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-net-ssh-gateway/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ruby-net-ssh-gateway/Makefile
diff -u pkgsrc/security/ruby-net-ssh-gateway/Makefile:1.5 pkgsrc/security/ruby-net-ssh-gateway/Makefile:1.6
--- pkgsrc/security/ruby-net-ssh-gateway/Makefile:1.5   Sat Sep 26 23:37:45 2015
+++ pkgsrc/security/ruby-net-ssh-gateway/Makefile       Mon Jun 12 16:06:48 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2015/09/26 23:37:45 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/12 16:06:48 taca Exp $
 
-DISTNAME=      net-ssh-gateway-1.2.0
+DISTNAME=      net-ssh-gateway-2.0.0
 CATEGORIES=    net security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/net-ssh/net
 COMMENT=       Simple way to connect to servers behind a firewall or NAT
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-ssh>=2.6.5:../../security/ruby-net-ssh
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-ssh>=4.0.0:../../security/ruby-net-ssh
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/ruby-net-ssh-gateway/PLIST
diff -u pkgsrc/security/ruby-net-ssh-gateway/PLIST:1.2 pkgsrc/security/ruby-net-ssh-gateway/PLIST:1.3
--- pkgsrc/security/ruby-net-ssh-gateway/PLIST:1.2      Mon Feb 11 02:08:16 2013
+++ pkgsrc/security/ruby-net-ssh-gateway/PLIST  Mon Jun 12 16:06:48 2017
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2013/02/11 02:08:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/06/12 16:06:48 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.ruby-version
+${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGES.txt
+${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt
-${GEM_LIBDIR}/Manifest
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/gem-public_cert.pem
 ${GEM_LIBDIR}/lib/net/ssh/gateway.rb
+${GEM_LIBDIR}/lib/net/ssh/gateway/version.rb
 ${GEM_LIBDIR}/net-ssh-gateway.gemspec
-${GEM_LIBDIR}/setup.rb
-${GEM_LIBDIR}/test/gateway_test.rb
+${GEM_LIBDIR}/net-ssh-public_cert.pem
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/security/ruby-net-ssh-gateway/distinfo
diff -u pkgsrc/security/ruby-net-ssh-gateway/distinfo:1.4 pkgsrc/security/ruby-net-ssh-gateway/distinfo:1.5
--- pkgsrc/security/ruby-net-ssh-gateway/distinfo:1.4   Wed Nov  4 01:18:07 2015
+++ pkgsrc/security/ruby-net-ssh-gateway/distinfo       Mon Jun 12 16:06:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 01:18:07 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/06/12 16:06:48 taca Exp $
 
-SHA1 (net-ssh-gateway-1.2.0.gem) = bb8eaf03eec228f517c2931c400c7b3ca5509466
-RMD160 (net-ssh-gateway-1.2.0.gem) = ee1676f4db97612513f22c3c41fc49c79539ab83
-SHA512 (net-ssh-gateway-1.2.0.gem) = d387e7ab709628c79cb0c01d0428a8e7e1beddfbdd14c58b7aaff6de11f4a8a8b2cb2026de95977de830855fbed610c276a52f18469da3b4f11b51885e251f60
-Size (net-ssh-gateway-1.2.0.gem) = 23552 bytes
+SHA1 (net-ssh-gateway-2.0.0.gem) = 73431afc5842de77c8d2fe0fc5664e0a64a72ad5
+RMD160 (net-ssh-gateway-2.0.0.gem) = 6f78d46e5dc711441970ceda0ed27d97a02df29f
+SHA512 (net-ssh-gateway-2.0.0.gem) = 077925b76b4261df15398a65db39d0cf0bed3e49853a576c4617101c7592f59103816f45f42c39d3631ab4b8a9731d0c5eb2fed1a2c8fc56d19a7675abee8b8e
+Size (net-ssh-gateway-2.0.0.gem) = 14848 bytes



Home | Main Index | Thread Index | Old Index