[libnet-openssh-perl] branch master updated (6084c2a -> 3ec8fdc)

gregor herrmann gregoa at debian.org
Sat Jun 14 12:57:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libnet-openssh-perl.

      from  6084c2a   update changelog
      adds  a5b394f   Imported Upstream version 0.62
       new  fdc4f04   Merge tag 'upstream/0.62'
       new  36f65a7   New upstream release.
       new  ec4434b   Update years of upstream copyright.
       new  8d3c2eb   Drop spelling.patch, fixed upstream.
       new  d740a20   Add patch to improve wording in POD.
       new  7bdfaaa   Declare compliance with Debian Policy 3.9.5.
       new  3ec8fdc   releasing package libnet-openssh-perl version 0.62-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                              | 107 +++++
 MANIFEST                             |  12 +-
 META.json                            |  15 +-
 META.yml                             |   6 +-
 Makefile.PL                          |   8 +-
 debian/changelog                     |  10 +-
 debian/control                       |   2 +-
 debian/copyright                     |   2 +-
 debian/patches/pod-wording.patch     |  17 +
 debian/patches/series                |   2 +-
 debian/patches/spelling.patch        |  44 --
 lib/Net/OpenSSH.pm                   | 795 ++++++++++++++++++++++-------------
 lib/Net/OpenSSH/ModuleLoader.pm      |  35 ++
 lib/Net/OpenSSH/OSTracer.pm          |  24 +-
 lib/Net/OpenSSH/SSH.pm               |  19 +
 lib/Net/OpenSSH/ShellQuoter.pm       |  36 ++
 lib/Net/OpenSSH/ShellQuoter/Chain.pm |  38 ++
 lib/Net/OpenSSH/ShellQuoter/MSCmd.pm |  69 +++
 lib/Net/OpenSSH/ShellQuoter/MSWin.pm |  53 +++
 lib/Net/OpenSSH/ShellQuoter/POSIX.pm |  66 +++
 lib/Net/OpenSSH/ShellQuoter/csh.pm   |  70 +++
 sample/git_ssh_through_mux.pl        |  15 +
 sample/git_with_password.pl          |  27 ++
 t/1_run.t                            |  73 +++-
 t/2_pods.t                           |  12 -
 t/common.pm                          |  36 ++
 t/quoting.t                          | 119 ++++++
 27 files changed, 1322 insertions(+), 390 deletions(-)
 create mode 100644 debian/patches/pod-wording.patch
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 lib/Net/OpenSSH/ModuleLoader.pm
 create mode 100644 lib/Net/OpenSSH/SSH.pm
 create mode 100644 lib/Net/OpenSSH/ShellQuoter.pm
 create mode 100644 lib/Net/OpenSSH/ShellQuoter/Chain.pm
 create mode 100644 lib/Net/OpenSSH/ShellQuoter/MSCmd.pm
 create mode 100644 lib/Net/OpenSSH/ShellQuoter/MSWin.pm
 create mode 100644 lib/Net/OpenSSH/ShellQuoter/POSIX.pm
 create mode 100644 lib/Net/OpenSSH/ShellQuoter/csh.pm
 create mode 100755 sample/git_ssh_through_mux.pl
 create mode 100755 sample/git_with_password.pl
 delete mode 100644 t/2_pods.t
 create mode 100644 t/quoting.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-openssh-perl.git



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