pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-net-sftp



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan 19 15:01:18 UTC 2023

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

Log Message:
security/ruby-net-sftp: update to 4.0.0

4.0.0 (2022-11-01)

* Fix multibyte string write
* correct typo "raeddir"
* Fix mocha deprectaion warning to not require setup
* Allow net-ssh v7 which fixes OpenSSL 3 compat
* Update cert


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ruby-net-sftp/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-net-sftp/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/ruby-net-sftp/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-sftp/Makefile
diff -u pkgsrc/security/ruby-net-sftp/Makefile:1.7 pkgsrc/security/ruby-net-sftp/Makefile:1.8
--- pkgsrc/security/ruby-net-sftp/Makefile:1.7  Mon Jan 18 15:23:50 2021
+++ pkgsrc/security/ruby-net-sftp/Makefile      Thu Jan 19 15:01:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/01/18 15:23:50 taca Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/19 15:01:17 taca Exp $
 
-DISTNAME=      net-sftp-3.0.0
+DISTNAME=      net-sftp-4.0.0
 CATEGORIES=    security net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/ruby-net-sftp/PLIST
diff -u pkgsrc/security/ruby-net-sftp/PLIST:1.5 pkgsrc/security/ruby-net-sftp/PLIST:1.6
--- pkgsrc/security/ruby-net-sftp/PLIST:1.5     Mon Jan 18 15:23:50 2021
+++ pkgsrc/security/ruby-net-sftp/PLIST Thu Jan 19 15:01:17 2023
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.5 2021/01/18 15:23:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/01/19 15:01:17 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGES.txt
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt

Index: pkgsrc/security/ruby-net-sftp/distinfo
diff -u pkgsrc/security/ruby-net-sftp/distinfo:1.9 pkgsrc/security/ruby-net-sftp/distinfo:1.10
--- pkgsrc/security/ruby-net-sftp/distinfo:1.9  Tue Oct 26 11:17:55 2021
+++ pkgsrc/security/ruby-net-sftp/distinfo      Thu Jan 19 15:01:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:17:55 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/01/19 15:01:17 taca Exp $
 
-BLAKE2s (net-sftp-3.0.0.gem) = 2604345f1618cd7c29d6a391d6a7a56ffd69451ce922a70007fccf7a5d574023
-SHA512 (net-sftp-3.0.0.gem) = 6a05ae03e9e2f97043adaf4856bb4130c3dd4318e5074c1231c367f2cea37edf6001b5d54ba729853d90d34c4d448cc8e2bb7c80edf9e883ee1c7a2593f655e8
-Size (net-sftp-3.0.0.gem) = 54784 bytes
+BLAKE2s (net-sftp-4.0.0.gem) = 46498e10b85c835923917e9287ea61250c11d5e74a81412a13aca97267cf8133
+SHA512 (net-sftp-4.0.0.gem) = bb59c1f4f667502540f7d99be882f559559a156e0b1266d287a61034a37d4d249a5968cb2dd7f93ab3e483318297fb0c2067452f4d35ca004bf3e59d97aad5b0
+Size (net-sftp-4.0.0.gem) = 55296 bytes



Home | Main Index | Thread Index | Old Index