r63669 - in /trunk/libnet-sftp-foreign-perl/debian: changelog patches/fix-pod-spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Oct 12 22:22:22 UTC 2010


Author: periapt-guest
Date: Tue Oct 12 22:22:02 2010
New Revision: 63669

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63669
Log:
Refreshed and reviewed patch

Modified:
    trunk/libnet-sftp-foreign-perl/debian/changelog
    trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libnet-sftp-foreign-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/changelog?rev=63669&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/changelog (original)
+++ trunk/libnet-sftp-foreign-perl/debian/changelog Tue Oct 12 22:22:02 2010
@@ -8,6 +8,7 @@
   * New upstream release
   * Upped standards version to 3.9.1
   * Added myself to the copyright and removed 'GNU/Linux'
+  * Refreshed and reviewed patch
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 12 Oct 2010 22:38:02 +0100
 

Modified: trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch?rev=63669&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch Tue Oct 12 22:22:02 2010
@@ -1,10 +1,11 @@
 Description: fix POD spelling errors
 Author: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
-Forwarded: no
+Bug: http://rt.cpan.org/Ticket/Display.html?id=62092
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 2010-10-12
 --- a/lib/Net/SFTP/Foreign.pm
 +++ b/lib/Net/SFTP/Foreign.pm
-@@ -3065,7 +3065,7 @@
+@@ -3079,7 +3079,7 @@
  
  Well, both modules have their pros and cons:
  
@@ -13,7 +14,16 @@
  external libraries to work, just the OpenBSD SSH client (or any other
  client compatible enough).
  
-@@ -3640,7 +3640,7 @@
+@@ -3326,7 +3326,7 @@
+ 
+ Never try to disconnect this object when exiting from any process.
+ 
+-On most operative systems, the SSH process will exit when the last
++On most operating systems, the SSH process will exit when the last
+ process connected to it ends, but this is not guaranteed.
+ 
+ =item 1
+@@ -3683,7 +3683,7 @@
  
  =item wanted =E<gt> qr/.../
  
@@ -22,7 +32,7 @@
  on the listing.
  
  =item wanted =E<gt> sub {...}
-@@ -3767,7 +3767,7 @@
+@@ -3810,7 +3810,7 @@
  
  =item ordered =E<gt> 1
  
@@ -31,7 +41,7 @@
  order (actually optimized for low memory comsumption). If this option
  is included, the file system is searched in a deep-first, sorted by
  filename fashion.
-@@ -3851,7 +3851,7 @@
+@@ -3894,7 +3894,7 @@
  
  =item strict_leading_dot =E<gt> 0
  
@@ -40,7 +50,7 @@
  name is not matched by willcards (C<*> or C<?>). Setting this flags to
  a false value changes this behaviour.
  
-@@ -4232,7 +4232,7 @@
+@@ -4275,7 +4275,7 @@
  =item $sftp-E<gt>opendir($path)
  
  Sends a C<SSH_FXP_OPENDIR> command to open the remote directory
@@ -49,3 +59,21 @@
  current versions of perl does not support directory operations via
  tied handles, so it is not possible to use the returned handle as a
  native one).
+@@ -4647,7 +4647,7 @@
+ B<A>: That probably means that the public key from the remote server
+ is not stored in the C<~/.ssh/known_hosts> file. Run an SSH Connection
+ from the command line as the same user as the script and answer C<yes>
+-when asked to confirm the key suplied.
++when asked to confirm the key supplied.
+ 
+ Example:
+ 
+@@ -4683,7 +4683,7 @@
+ 
+ =item - Dirty cleanup:
+ 
+-On some operative systems, closing the pipes used to comunicate with
++On some operating systems, closing the pipes used to comunicate with
+ the slave SSH process does not terminate it and a work around has to
+ be applied. If you find that your scripts hung when the $sftp object
+ gets out of scope, try setting C<$Net::SFTP::Foreign::dirty_cleanup>




More information about the Pkg-perl-cvs-commits mailing list