[libsendmail-milter-perl] 14/20: Merge commit 'upstream/0.60'

Hilko Bengen bengen at moszumanska.debian.org
Sun Sep 27 18:32:53 UTC 2015


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

bengen pushed a commit to annotated tag debian/1.0-1
in repository libsendmail-milter-perl.

commit d4a4e0efda65d4d8b5e7d0b1b8d0b5bec5a15a00
Merge: 3c000af b515131
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Oct 19 15:30:56 2010 +0200

    Merge commit 'upstream/0.60'

 Changes                                            |   44 +-
 MANIFEST                                           |   21 +-
 META.yml                                           |    4 +-
 Makefile.PL                                        |   16 +-
 README                                             |   10 +-
 bin/{regcompare.pl => gtkregcompare.pl}            |  630 ++++----
 bin/gtkregscope.pl                                 |  604 ++++++++
 bin/{regview.pl => gtkregview.pl}                  |  274 ++--
 bin/regmultidiff.pl                                |  118 +-
 bin/regscan.pl                                     |    6 +-
 bin/regscope.pl                                    | 1200 ---------------
 bin/regtimeline.pl                                 |    2 +-
 bin/wxregcompare.pl                                | 1615 ++++++++++++++++++++
 bin/wxregscope.pl                                  |  647 ++++++++
 bin/wxregview.pl                                   | 1070 +++++++++++++
 lib/Parse/Win32Registry.pm                         |  426 +++---
 lib/Parse/Win32Registry/Base.pm                    |  390 +++--
 lib/Parse/Win32Registry/Entry.pm                   |  100 +-
 lib/Parse/Win32Registry/File.pm                    |   30 +
 lib/Parse/Win32Registry/Key.pm                     |   50 +-
 lib/Parse/Win32Registry/Value.pm                   |   12 +-
 lib/Parse/Win32Registry/Win95/Entry.pm             |   54 -
 lib/Parse/Win32Registry/Win95/File.pm              |  539 +++++--
 lib/Parse/Win32Registry/Win95/Key.pm               |  133 +-
 lib/Parse/Win32Registry/Win95/Value.pm             |   69 +-
 lib/Parse/Win32Registry/WinNT/Entry.pm             |   65 +-
 lib/Parse/Win32Registry/WinNT/File.pm              |  153 +-
 lib/Parse/Win32Registry/WinNT/Hbin.pm              |  160 --
 lib/Parse/Win32Registry/WinNT/Key.pm               |  191 +--
 lib/Parse/Win32Registry/WinNT/Security.pm          |   60 +-
 lib/Parse/Win32Registry/WinNT/Value.pm             |  115 +-
 t/compare.t                                        |  123 ++
 t/constants.t                                      |    4 +-
 t/entry.t                                          |  272 +++-
 t/errors.t                                         |    6 +-
 t/file.t                                           |   26 +-
 t/iterator.t                                       |   28 +-
 t/key.t                                            |  319 ++--
 t/misc.t                                           |  436 ++++--
 t/security.t                                       |   32 +-
 t/use.t                                            |    2 +-
 t/value.t                                          |   72 +-
 t/virtual_root.t                                   |   12 +-
 t/walk.t                                           |  125 ++
 t/win95_compare_tests1.rf                          |  Bin 0 -> 444 bytes
 t/win95_compare_tests2.rf                          |  Bin 0 -> 394 bytes
 t/win95_compare_tests3.rf                          |  Bin 0 -> 444 bytes
 t/win95_entry_tests.rf                             |  Bin 0 -> 316 bytes
 t/win95_key_tests.rf                               |  Bin 827 -> 1062 bytes
 t/win95_value_tests.rf                             |  Bin 943 -> 995 bytes
 ...t_security_tests.rf => winnt_compare_tests1.rf} |  Bin 5232 -> 4776 bytes
 ...t_security_tests.rf => winnt_compare_tests2.rf} |  Bin 5232 -> 4640 bytes
 ...t_security_tests.rf => winnt_compare_tests3.rf} |  Bin 5232 -> 4776 bytes
 t/{winnt_key_tests.rf => winnt_entry_tests.rf}     |  Bin 5632 -> 8192 bytes
 t/winnt_key_tests.rf                               |  Bin 5632 -> 6368 bytes
 t/winnt_security_tests.rf                          |  Bin 5232 -> 5232 bytes
 t/winnt_value_tests.rf                             |  Bin 6392 -> 6544 bytes
 57 files changed, 6915 insertions(+), 3350 deletions(-)

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



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