summaryrefslogtreecommitdiff
path: root/security/p5-Net-OpenSSH
diff options
context:
space:
mode:
authormef <mef>2016-01-31 05:36:52 +0000
committermef <mef>2016-01-31 05:36:52 +0000
commita1b180585b347b0914d144834c1764086b8aa9ff (patch)
tree763a6735b7ca68f6d255fe559148219bc4593927 /security/p5-Net-OpenSSH
parent39954222430cc961ae96fd3bec54c0d36f879d23 (diff)
downloadpkgsrc-a1b180585b347b0914d144834c1764086b8aa9ff.tar.gz
Update 0.57 to 0.70
------------------- Revision history for Perl extension Net::OpenSSH. 0.70 Jan 20, 2016 - Re-release as stable. 0.69_01 Jan 14, 2016 - Add fish.pm to MANIFEST (bug reported by Erik Ferguson). 0.68 Dec 20, 2015 - Rerelease as stable. 0.67_02 Dec 4, 2015 - Do not croak when a method gets an unknown argument as far as its value is undef. 0.67_01 Nov 7, 2015 - fix internal waitpid usage (bug report by Konrad Bucheli, #rt108516) - use strict and warnings in Net::OpenSSH::ConnectionCache (bug report and fix by Mohammad S Anwar) 0.66 Oct 11, 2015 - documentation fix (reported by Alex Kok) - allow redirecting debug output to a custom file handle 0.65_06 Aug 26, 2015 - accept IPv6 addresess with zone indexes (bug report by Cserb叩k M叩rton) - some documentation corrections (bug report and patch by Florian Schlichting) 0.65_05 Jul 13, 2015 - improve documentation 0.65_04 Jul 13, 2015 - add support for Object::Remote framework integration - be more explicit on errors about non matching host public keys if possible (still unfinished, bug report by Ferenc Erki) - add support for connecting to remote unix sockets (requires patch to OpenSSH) 0.65_03 Jun 18, 2015 - remove defined-or operator usage in order to remain perl 5.8.x compatible 0.65_02 Jun 17, 2015 - accept as targets URIs where the username contains the at sign (bug report by Mark Rushing) 0.65_01 Mar 12, 2015 - add disown_master method - add sshfs_mount.pl sample 0.64 Mar 12, 2015 WARNING: mayor internal changes have been introduced since last stable release!!! - Rerelease as stable 0.63_07 Jan 25, 2015 - umask is not thread safe, avoid it (bug report and fix by Shaun Pankau) 0.63_06 Jan 15, 2015 - DESTROY was overwritting $@ 0.63_05 Jan 8, 2015 WARNING, this is a mayor internal change!!! it may introduce regression bugs!!! =============================================================== - completely revamp internal logic for master monitoring =============================================================== - add constructor option 'connect' - add method 'any' - add "contributing code" documentation section - update TODO list 0.63_04 Jan 4, 2015 - remove usage of defined-or operator in order to restore support for perl 5.8 0.63_03 Jan 3, 2015 - remove usage of defined-or operator in order to restore support for perl 5.8 0.63_02 Jan 2, 2015 - make module instalable on Windows and Cygwin - fix error on regular expression inside quoting.t (bug report by Slaven Rezic) - documentation section about security added - doc corrections (reported by Gregor Herrmann from Debian) - AT&T ksh is broken, don't use it when testing quoting functions (bug report by Greg Oldendick) 0.63_01 Jun 14, 2014 - add clean_cache method to Net::OpenSSH::ConnectionCache (bug report by Mithun Ayachit) 0.62 Jun 14, 2014 - rerelease as stable 0.61_18 May 6, 2014 - add passwd_prompt feature - check for the password not being requested a second time (bug report by leschm) - more spelling errors corrected 0.61_17 Apr 24, 2014 - lots of spelling errors corrected - support code for master_setpgrp feature was not reseting the terminal process group owner on failure (bug report by Matthias Hofer) - MSWin, MSCmd and Chain quoters where missing from the MANIFEST and so not being distributed - document MSWin and MSCmd quoters - add dummy package Net::OpenSSH::SSH 0.61_16 Apr 6, 2014 - add work around in quoting.t for Solaris csh 'fixing' invalid UTF8 sequences 0.61_15 Apr 2, 2014 - from OpenSSH version 6.5 UNKNOWN is not a valid you-are-not-going-to-use-it-anyway hostname as it tries to resolve; now we use 0.0.0.0 instead - add support for master_setpgrp and setpgrp features - scp does not accept setting bandwidth limit to 0 0.61_14 Oct 30, 2013 - the way used in tests to detect when they are running in the background was broken (bug report by Victor Efimov) 0.61_13 Oct 28, 2013 - set bath_mode when test are being run on the background (bug report by Victor Efimov) - disable testing against custom ssh server as it is currently broken 0.61_12 Oct 10, 2013 - rsync_* was not replicating time attributes when copy_attrs was set (bug report and fix by SUN Guonian) - add chain quoter - add quoters for MS Windows (MSWin, MSCmd) - extended argument quoting was never triggered - stream_encoding option was not accepted by capture2 method - glob_quoting option was not accepted by most methods - rename quote_style option as remote_shell 0.61_11 Aug 29, 2013 - rsync_get method relied on a feature not available in old but still widely used versions of rsync (bug report by laiweiwei) 0.61_10 Jul 29, 2013 - disable ControlPersist only when OpenSSH version >= 5.6 (bug report by Philippe Bruhat) - autodetect OpenSSH version during object creation 0.61_09 Jul 19, 2013 - forcibly disable ControlPersist that may have been set from ssh configuration files (bug report by Philippe Bruhat) 0.61_08 Jul 19, 2013 - fix test errors on perl 5.8 0.61_07 Jul 15, 2013 - capture methods were not hanling retriable errors correctly (bug report by Victor Efimov) 0.61_06 Jul 12, 2013 - another take into the shell_is_clean sanity check. Now we mimic sshd close enough to fool bash and make it behave as when really called by sshd 0.61_05 Jul 11, 2013 - add shell_is_clean sanity check to test scripts to avoid false negatives while testing (bug report by Karen Etheridge) 0.61_04 Jun 28, 2013 - print more informative error messages when loading an optional module fail - remove useless old fix for a nonexistent bug on _fileno_dup_over (un-bug report by Tammy Rockvam) 0.61_03 May 10, 2013 - when testing on AIX don't check mux socket permissions and use correct ps arguments (bug report by mwatson) - apply doc patch by Florian of Debian project - add open3socket method - open2socket and open2pty now return the socket and pty respectively when called on scalar context - methods returning several file objects now croak when called on scalar context 0.61_02 Apr 16, 2013 - add support for multiple shell quoting backends - add support for X11 forwarding 0.61_01 Mar 18, 2013 - remote shell detection code was broken in tests (bug report by Neil Bowers) - skip tests requiring a bourne shell when the remote shell is csh or some derivative as tcsh 0.60 Feb 15, 2013 - scp_put and rsync_put where not handling correctly the case where glob was set but the given file patterns didn't match any local file (bug report by Pavel Leity). - $SIG{__DIE__} was not always localized before calling eval 0.59 Jan 31, 2013 - release as stable - fix some misspellings 0.58_04 May 2, 2012 - solve some git merge mistakes 0.58_03 May 1, 2012 - several misspellings corrected on the docs (bug report by Florian Schlichting from Debian - I love these guys!) - don't put square brackets around IPv6 addreses when passing the hostname to ssh (bug report by Alexey ?) 0.58_02 Apr 16, 2012 - strict_mode lets pass world-writable directories if they have the restricted deletion flag set - implement sshfs import and export methods - add forward_agent feature - do not disable ssh-agent when using password authentication - some documentation improvements 0.58_01 Jan 30, 2012 - add new documentation section about debugging - new helper module Net::OpenSSH::OSTracer added - ConnectionCache module was missing from MANIFEST - correction on default_ssh_opts feature documentation (reported by Yann Kerherv.)
Diffstat (limited to 'security/p5-Net-OpenSSH')
-rw-r--r--security/p5-Net-OpenSSH/Makefile5
-rw-r--r--security/p5-Net-OpenSSH/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/security/p5-Net-OpenSSH/Makefile b/security/p5-Net-OpenSSH/Makefile
index b0383d153ab..4fa63e71cbb 100644
--- a/security/p5-Net-OpenSSH/Makefile
+++ b/security/p5-Net-OpenSSH/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2015/06/12 10:51:09 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/01/31 05:36:52 mef Exp $
#
-DISTNAME= Net-OpenSSH-0.57
+DISTNAME= Net-OpenSSH-0.70
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/security/p5-Net-OpenSSH/distinfo b/security/p5-Net-OpenSSH/distinfo
index 45ee211a01f..a586f25143c 100644
--- a/security/p5-Net-OpenSSH/distinfo
+++ b/security/p5-Net-OpenSSH/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/04 01:17:58 agc Exp $
+$NetBSD: distinfo,v 1.13 2016/01/31 05:36:52 mef Exp $
-SHA1 (Net-OpenSSH-0.57.tar.gz) = 1eae50995748f638dd558e33ec943cdc7887f34f
-RMD160 (Net-OpenSSH-0.57.tar.gz) = 6d942fa5e78e7391d314c8afa3c43b3933c650ce
-SHA512 (Net-OpenSSH-0.57.tar.gz) = c201ce4b4418657c0a035a397af7c1ab141e8afc8e9cc0628b475543a21f1910937a961578cc206285d8684a2671b6a04fc878d76cc4286a6bcc8081e7b14d7b
-Size (Net-OpenSSH-0.57.tar.gz) = 50654 bytes
+SHA1 (Net-OpenSSH-0.70.tar.gz) = 93da2879210f56ffb5c14d8e3620fe61a3cda113
+RMD160 (Net-OpenSSH-0.70.tar.gz) = 56987ca5a446506360e366c2ab1ac623119f4b0b
+SHA512 (Net-OpenSSH-0.70.tar.gz) = ce2e74fa68e79a1180c3b29ad32d1d75ff1223e0721a9c91b7bc29ab0dbe3a0ffea490223dcaaa2c3c0eaa43a859af572b1777ad36eea80fe240319af8f358e5
+Size (Net-OpenSSH-0.70.tar.gz) = 72604 bytes