[libnet-dns-perl] branch master updated (e9ee461 -> 773364f)

Ondrej Sury ondrej at moszumanska.debian.org
Tue Aug 26 07:46:02 UTC 2014


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

ondrej pushed a change to branch master
in repository libnet-dns-perl.

      from  e9ee461   update changelog
      adds  833eada   New upstream version 0.79
       new  ea18ab6   Merge tag 'upstream/0.79'
       new  773364f   libnet-dns-perl 0.79-1

The 2 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                         |  31 +-
 MANIFEST                        |   3 +
 META.json                       |   2 +-
 META.yml                        |   2 +-
 contrib/README                  |   4 +-
 contrib/find_zonecut            |  55 ++++
 debian/changelog                |   8 +-
 lib/Net/DNS.pm                  |   8 +-
 lib/Net/DNS/Header.pm           |   7 +-
 lib/Net/DNS/Packet.pm           |  33 +-
 lib/Net/DNS/Parameters.pm       |  23 +-
 lib/Net/DNS/RR.pm               | 108 +++---
 lib/Net/DNS/RR/AAAA.pm          |   6 +-
 lib/Net/DNS/RR/MX.pm            |  16 +-
 lib/Net/DNS/RR/OPENPGPKEY.pm    | 127 ++++++++
 lib/Net/DNS/RR/TXT.pm           |  19 +-
 lib/Net/DNS/Resolver/Base.pm    | 110 ++++---
 lib/Net/DNS/Resolver/MSWin32.pm |  66 ++--
 lib/Net/DNS/Resolver/Recurse.pm | 705 ++++++++++++++--------------------------
 lib/Net/DNS/Resolver/UNIX.pm    |  21 +-
 lib/Net/DNS/Resolver/android.pm |  83 +++++
 lib/Net/DNS/Resolver/cygwin.pm  |  17 +-
 lib/Net/DNS/Resolver/os2.pm     |  19 +-
 lib/Net/DNS/Text.pm             |   7 +-
 lib/Net/DNS/ZoneFile.pm         |  19 +-
 t/01-resolver-opt.t             |  13 +-
 t/03-rr.t                       |   9 +-
 t/10-recurse.t                  |   8 +-
 28 files changed, 819 insertions(+), 710 deletions(-)
 create mode 100755 contrib/find_zonecut
 create mode 100644 lib/Net/DNS/RR/OPENPGPKEY.pm
 create mode 100644 lib/Net/DNS/Resolver/android.pm

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



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