pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 28 15:00:12 UTC 2026

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

Log Message:
security/ruby-net-ssh: update to 7.3.3

7.3.3 (2026-06-27)

* Support .pub file as IdentityFile to filter/prioritize agent keys
  (1Password SSH agent use case) [#942]
* Fix cert signing regression when using a .pub companion file without an
  agent [#1006]
* Fix unreadable .pub IdentityFile silently skipped instead of raising
  [#1006]
* Allow multiple UserKnownHostsFile entries (space-separated, matching
  ssh_config(5)) [#979]
* Stop mutating ENV['HOME'] at require time [#997]
* Fix ED25519 loader with frozen string literals [#995]


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/ruby-net-ssh/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/ruby-net-ssh/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/Makefile
diff -u pkgsrc/security/ruby-net-ssh/Makefile:1.30 pkgsrc/security/ruby-net-ssh/Makefile:1.31
--- pkgsrc/security/ruby-net-ssh/Makefile:1.30  Sun Mar 29 13:13:41 2026
+++ pkgsrc/security/ruby-net-ssh/Makefile       Sun Jun 28 15:00:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/03/29 13:13:41 taca Exp $
+# $NetBSD: Makefile,v 1.31 2026/06/28 15:00:12 taca Exp $
 
-DISTNAME=      net-ssh-7.3.2
+DISTNAME=      net-ssh-7.3.3
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/ruby-net-ssh/distinfo
diff -u pkgsrc/security/ruby-net-ssh/distinfo:1.32 pkgsrc/security/ruby-net-ssh/distinfo:1.33
--- pkgsrc/security/ruby-net-ssh/distinfo:1.32  Sun Mar 29 13:13:41 2026
+++ pkgsrc/security/ruby-net-ssh/distinfo       Sun Jun 28 15:00:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2026/03/29 13:13:41 taca Exp $
+$NetBSD: distinfo,v 1.33 2026/06/28 15:00:12 taca Exp $
 
-BLAKE2s (net-ssh-7.3.2.gem) = 1ef8b02f13cef7dd751ec360fe097fd734802e780f45784647d6c4849d0bc003
-SHA512 (net-ssh-7.3.2.gem) = 80c57ef690e28b6c99f900af01ac436b10a8902e253070a83f7af0076da9a1498b64357cfcd1ebab4d23ea4312a61313176341b1d021704fc3c59ff5c9924ec2
-Size (net-ssh-7.3.2.gem) = 145920 bytes
+BLAKE2s (net-ssh-7.3.3.gem) = 8e05ab478650d642237284190d6e0f3b994e42c1707e7ef780e689d150b6e783
+SHA512 (net-ssh-7.3.3.gem) = 71d693cc088702c7e42653309561876932d3fcc66e192fcb47fac408d19e1aa03ad415ba4760cc84d04bed617127cfaf1cc2b862e241724b39e1f959534e5e86
+Size (net-ssh-7.3.3.gem) = 145920 bytes



Home | Main Index | Thread Index | Old Index