pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sshpass
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Mar 2 16:13:51 UTC 2026
Modified Files:
pkgsrc/security/sshpass: Makefile distinfo
Removed Files:
pkgsrc/security/sshpass/patches: patch-main.c
Log Message:
security/sshpass: Update to 1.10
Changelog:
Version 1.10
* Convert repo to git
* Remove sig unsafe functions from signal handler (Ticket #22).
* Allow -e to explicitly specify the environment variable to use
(Ticket #5).
* Unset the variable specified with -e before calling subprogram
(Ticket #25).
* Change the logic for setting a controlling TTY. Fixes compatibility
issues with OpenSolaris and MSYS/Cygwin. Thanks Marcin Olszewski for
the fix.
Version 1.09
* Explicitly set the controlling TTY (SF patch #7)
Version 1.08
* Report when IP key has changed (Closes Debian bug #730101)
* Scrub the environment variable for -e (Closes Ubuntu bug #1649374)
Version 1.07
* Pass signals that should terminate to ssh
* Fix race around signal handling
* Report IPC errors to stderr
* Report if can't open -f password file (closes #3)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/sshpass/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/sshpass/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/security/sshpass/patches/patch-main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/sshpass/Makefile
diff -u pkgsrc/security/sshpass/Makefile:1.6 pkgsrc/security/sshpass/Makefile:1.7
--- pkgsrc/security/sshpass/Makefile:1.6 Mon Nov 17 11:01:24 2025
+++ pkgsrc/security/sshpass/Makefile Mon Mar 2 16:13:51 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/11/17 11:01:24 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/03/02 16:13:51 ryoon Exp $
#
-DISTNAME= sshpass-1.06
+DISTNAME= sshpass-1.10
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/}
Index: pkgsrc/security/sshpass/distinfo
diff -u pkgsrc/security/sshpass/distinfo:1.5 pkgsrc/security/sshpass/distinfo:1.6
--- pkgsrc/security/sshpass/distinfo:1.5 Tue Oct 26 11:18:03 2021
+++ pkgsrc/security/sshpass/distinfo Mon Mar 2 16:13:51 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:18:03 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/03/02 16:13:51 ryoon Exp $
-BLAKE2s (sshpass-1.06.tar.gz) = 9d5c084966aed4ac31e277198b7f48e28c534525c3bd15849db287ba3a69a99a
-SHA512 (sshpass-1.06.tar.gz) = fc08fcca5aaa5e4958f16d38116d828739a5d53f8e2a83506ef78ee602941a7bfc0e3f07154dc390660df490dbdf7601e0c7ec17c68c9627d72d565e4c6717f8
-Size (sshpass-1.06.tar.gz) = 112205 bytes
-SHA1 (patch-main.c) = c9a5f66833d66a5920e17a2b783fd226cf2f934d
+BLAKE2s (sshpass-1.10.tar.gz) = 8d27fa43526de8ddb902352065f34ca23f0d0d77e5751e5e6f1da65c03f6a090
+SHA512 (sshpass-1.10.tar.gz) = d0fbceb956baee79803fec8bd9a2e0d1e342cbc90fb8bb4baa5a01914f870393f43bd07b62aa1da208318b4971005b9bbccf0e926c590124de11a272169db81d
+Size (sshpass-1.10.tar.gz) = 139652 bytes
Home |
Main Index |
Thread Index |
Old Index