[libnet-dns-perl] branch master updated (8008020 -> 88de5f2)

Ondřej Surý ondrej at debian.org
Sun Jan 1 20:04:21 UTC 2017


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  8008020   update changelog
      adds  cf910fd   Imported Upstream version 1.07
       new  171a1b8   Merge branch 'upstream'
       new  070afd5   Remove spelling patch (merged upstream)
       new  88de5f2   libnet-dns-perl 1.07-1

The 3 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                         |  37 ++++-
 META.json                       |  15 +-
 META.yml                        |  14 +-
 Makefile.PL                     | 168 +++++++++++-----------
 README                          |  28 ++--
 contrib/check_soa               | 122 +++++++---------
 debian/changelog                |   9 +-
 debian/patches/series           |   1 -
 debian/patches/spelling.patch   |  27 ----
 lib/Net/DNS.pm                  |  69 +++------
 lib/Net/DNS/Nameserver.pm       |  59 ++++----
 lib/Net/DNS/Packet.pm           |  18 ++-
 lib/Net/DNS/Parameters.pm       |  99 ++++++++++---
 lib/Net/DNS/RR.pm               | 301 ++++++++++++++++++++++++----------------
 lib/Net/DNS/RR/AAAA.pm          |   8 +-
 lib/Net/DNS/RR/CDS.pm           |  15 +-
 lib/Net/DNS/RR/DNSKEY.pm        |   8 +-
 lib/Net/DNS/RR/DS.pm            |  12 +-
 lib/Net/DNS/RR/HIP.pm           |   6 +-
 lib/Net/DNS/RR/IPSECKEY.pm      |  20 +--
 lib/Net/DNS/RR/OPENPGPKEY.pm    |   6 +-
 lib/Net/DNS/RR/RRSIG.pm         |   6 +-
 lib/Net/DNS/RR/SIG.pm           |   8 +-
 lib/Net/DNS/RR/SMIMEA.pm        |  12 +-
 lib/Net/DNS/RR/SOA.pm           |   6 +-
 lib/Net/DNS/RR/SSHFP.pm         |  12 +-
 lib/Net/DNS/RR/TLSA.pm          |  12 +-
 lib/Net/DNS/RR/TSIG.pm          |   5 +-
 lib/Net/DNS/RR/TXT.pm           |   9 +-
 lib/Net/DNS/Resolver.pm         |   8 +-
 lib/Net/DNS/Resolver/Base.pm    | 230 ++++++++++++++----------------
 lib/Net/DNS/Resolver/MSWin32.pm |  11 +-
 lib/Net/DNS/Resolver/Recurse.pm |  12 +-
 lib/Net/DNS/ZoneFile.pm         |  25 ++--
 t/00-version.t                  |  13 +-
 t/01-resolver.t                 |  32 +++--
 t/03-question.t                 |  10 +-
 t/03-rr.t                       |  15 +-
 t/05-CDS.t                      |   7 +-
 t/07-zonefile.t                 |  42 +++++-
 t/08-IPv4.t                     | 140 ++++++++++++-------
 t/08-IPv6.t                     | 144 ++++++++++++-------
 42 files changed, 1019 insertions(+), 782 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch

-- 
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