[libnet-dns-perl] branch master updated (f563773 -> 8a1dce1)

Ondřej Surý ondrej at debian.org
Thu Apr 7 21:47:54 UTC 2016


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  f563773   update changelog
      adds  aefdbd9   Imported Upstream version 0.80
      adds  f8b10e7   New upstream version 0.80.2
      adds  63c4d7f   New upstream version 0.81
      adds  c60f781   Imported Upstream version 1.05
       new  fbb5ffe   Merge tag 'upstream/1.05'
       new  53674ac   Remove all patches as they are no longer relevant
       new  6c53a45   TODO is no more
       new  8a1dce1   libnet-dns-perl 1.05-1

The 4 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                                            |  138 +-
 DNS.xs                                             |   83 -
 MANIFEST                                           |   69 +-
 META.json                                          |   15 +-
 META.yml                                           |   31 +-
 Makefile.PL                                        |  364 ++---
 README                                             |  363 ++---
 TODO                                               |  108 --
 debian/changelog                                   |    9 +-
 debian/libnet-dns-perl.docs                        |    2 +-
 debian/patches/dnswalk-readme-note.patch           |   14 -
 .../patches/ignore-link-local-IPv6-resolvers.patch |   11 -
 debian/patches/series                              |    2 -
 debian/patches/spelling.patch                      |   18 -
 lib/Net/DNS.pm                                     |  404 ++---
 lib/Net/DNS/Domain.pm                              |  104 +-
 lib/Net/DNS/DomainName.pm                          |   52 +-
 lib/Net/DNS/FAQ.pod                                |   24 +-
 lib/Net/DNS/Header.pm                              |   71 +-
 lib/Net/DNS/Mailbox.pm                             |   50 +-
 lib/Net/DNS/Nameserver.pm                          |   42 +-
 lib/Net/DNS/Packet.pm                              |  429 ++---
 lib/Net/DNS/Parameters.pm                          |  119 +-
 lib/Net/DNS/Question.pm                            |  144 +-
 lib/Net/DNS/RR.pm                                  |  463 +++---
 lib/Net/DNS/RR/A.pm                                |   53 +-
 lib/Net/DNS/RR/AAAA.pm                             |   62 +-
 lib/Net/DNS/RR/AFSDB.pm                            |   52 +-
 lib/Net/DNS/RR/APL.pm                              |   76 +-
 lib/Net/DNS/RR/CAA.pm                              |  135 +-
 lib/Net/DNS/RR/CDNSKEY.pm                          |   81 +
 lib/Net/DNS/RR/CDS.pm                              |   81 +
 lib/Net/DNS/RR/CERT.pm                             |  205 ++-
 lib/Net/DNS/RR/CNAME.pm                            |   49 +-
 lib/Net/DNS/RR/CSYNC.pm                            |  223 +++
 lib/Net/DNS/RR/DHCID.pm                            |   79 +-
 lib/Net/DNS/RR/DLV.pm                              |   81 +
 lib/Net/DNS/RR/DNAME.pm                            |   49 +-
 lib/Net/DNS/RR/DNSKEY.pm                           |  429 +++++
 lib/Net/DNS/RR/DS.pm                               |  410 +++++
 lib/Net/DNS/RR/EUI48.pm                            |   41 +-
 lib/Net/DNS/RR/EUI64.pm                            |   41 +-
 lib/Net/DNS/RR/GPOS.pm                             |   41 +-
 lib/Net/DNS/RR/HINFO.pm                            |   44 +-
 lib/Net/DNS/RR/HIP.pm                              |   63 +-
 lib/Net/DNS/RR/IPSECKEY.pm                         |  151 +-
 lib/Net/DNS/RR/ISDN.pm                             |   76 +-
 lib/Net/DNS/RR/KEY.pm                              |   90 ++
 lib/Net/DNS/RR/KX.pm                               |   58 +-
 lib/Net/DNS/RR/L32.pm                              |   55 +-
 lib/Net/DNS/RR/L64.pm                              |   55 +-
 lib/Net/DNS/RR/LOC.pm                              |  117 +-
 lib/Net/DNS/RR/LP.pm                               |   83 +-
 lib/Net/DNS/RR/MB.pm                               |   47 +-
 lib/Net/DNS/RR/MG.pm                               |   45 +-
 lib/Net/DNS/RR/MINFO.pm                            |   49 +-
 lib/Net/DNS/RR/MR.pm                               |   45 +-
 lib/Net/DNS/RR/MX.pm                               |   60 +-
 lib/Net/DNS/RR/NAPTR.pm                            |   85 +-
 lib/Net/DNS/RR/NID.pm                              |   53 +-
 lib/Net/DNS/RR/NS.pm                               |   47 +-
 lib/Net/DNS/RR/NSEC.pm                             |  213 +++
 lib/Net/DNS/RR/NSEC3.pm                            |  444 +++++
 lib/Net/DNS/RR/NSEC3PARAM.pm                       |  210 +++
 lib/Net/DNS/RR/NULL.pm                             |   27 +-
 lib/Net/DNS/RR/OPENPGPKEY.pm                       |   43 +-
 lib/Net/DNS/RR/OPT.pm                              |  152 +-
 lib/Net/DNS/RR/PTR.pm                              |   47 +-
 lib/Net/DNS/RR/PX.pm                               |   63 +-
 lib/Net/DNS/RR/RP.pm                               |   50 +-
 lib/Net/DNS/RR/RRSIG.pm                            |  875 ++++++++++
 lib/Net/DNS/RR/RT.pm                               |   59 +-
 lib/Net/DNS/RR/SIG.pm                              |  819 ++++++++++
 lib/Net/DNS/RR/SMIMEA.pm                           |  230 +++
 lib/Net/DNS/RR/SOA.pm                              |   75 +-
 lib/Net/DNS/RR/SPF.pm                              |   33 +-
 lib/Net/DNS/RR/SRV.pm                              |   71 +-
 lib/Net/DNS/RR/SSHFP.pm                            |   61 +-
 lib/Net/DNS/RR/TKEY.pm                             |   52 +-
 lib/Net/DNS/RR/TLSA.pm                             |   74 +-
 lib/Net/DNS/RR/TSIG.pm                             |  308 ++--
 lib/Net/DNS/RR/TXT.pm                              |   51 +-
 lib/Net/DNS/RR/URI.pm                              |  181 +++
 lib/Net/DNS/RR/X25.pm                              |   57 +-
 lib/Net/DNS/Resolver.pm                            |  193 +--
 lib/Net/DNS/Resolver/Base.pm                       | 1710 ++++++++------------
 lib/Net/DNS/Resolver/MSWin32.pm                    |   54 +-
 lib/Net/DNS/Resolver/Recurse.pm                    |  229 ++-
 lib/Net/DNS/Resolver/UNIX.pm                       |   57 +-
 lib/Net/DNS/Resolver/android.pm                    |   59 +-
 lib/Net/DNS/Resolver/cygwin.pm                     |   71 +-
 lib/Net/DNS/Resolver/os2.pm                        |   64 +-
 lib/Net/DNS/Text.pm                                |  118 +-
 lib/Net/DNS/Update.pm                              |  143 +-
 lib/Net/DNS/ZoneFile.pm                            |  177 +-
 netdns.c                                           |  223 ---
 netdns.h                                           |   31 -
 t/.resolv.conf                                     |    3 +-
 t/00-load.t                                        |   53 +-
 t/00-pod.t                                         |   34 +-
 t/00-version.t                                     |   27 +-
 t/01-resolver-env.t                                |   25 +-
 t/01-resolver-file.t                               |   12 +-
 t/01-resolver-flags.t                              |   56 +-
 t/01-resolver-opt.t                                |  120 +-
 t/01-resolver.t                                    |  120 +-
 t/02-domain.t                                      |  140 +-
 t/02-domainname.t                                  |   61 +-
 t/02-mailbox.t                                     |   81 +-
 t/02-text.t                                        |   60 +-
 t/03-header.t                                      |  139 +-
 t/03-question.t                                    |  137 +-
 t/03-rr.t                                          |  222 ++-
 t/04-packet-truncate.t                             |  155 ++
 t/04-packet.t                                      |  243 ++-
 t/05-AAAA.t                                        |    4 +-
 t/05-AFSDB.t                                       |   12 +-
 t/05-APL.t                                         |   33 +-
 t/05-CAA.t                                         |   30 +-
 t/05-CDNSKEY.t                                     |   85 +
 t/05-CDS.t                                         |   71 +
 t/05-CERT.t                                        |   51 +-
 t/05-CNAME.t                                       |   12 +-
 t/{05-A.t => 05-CSYNC.t}                           |   50 +-
 t/05-DHCID.t                                       |   42 +-
 t/05-DLV.t                                         |   71 +
 t/05-DNAME.t                                       |   14 +-
 t/05-DNSKEY.t                                      |  115 ++
 t/05-DS.t                                          |  140 ++
 t/05-HINFO.t                                       |   12 +-
 t/05-HIP.t                                         |   48 +-
 t/05-IPSECKEY.t                                    |   82 +-
 t/05-ISDN.t                                        |   14 +-
 t/05-KEY.t                                         |   84 +
 t/05-KX.t                                          |   12 +-
 t/05-L32.t                                         |   13 +-
 t/05-L64.t                                         |   13 +-
 t/05-LOC.t                                         |   16 +-
 t/05-LP.t                                          |   16 +-
 t/05-MINFO.t                                       |   12 +-
 t/05-MX.t                                          |   16 +-
 t/05-NAPTR.t                                       |   12 +-
 t/05-NID.t                                         |   13 +-
 t/05-NS.t                                          |   12 +-
 t/{05-IPSECKEY.t => 05-NSEC.t}                     |   38 +-
 t/05-NSEC3.t                                       |  106 ++
 t/{05-A.t => 05-NSEC3PARAM.t}                      |   49 +-
 t/05-NULL.t                                        |    6 +-
 t/05-OPENPGPKEY.t                                  |   84 +
 t/05-OPT.t                                         |   70 +-
 t/05-PTR.t                                         |   12 +-
 t/05-PX.t                                          |   12 +-
 t/05-RP.t                                          |   12 +-
 t/05-RRSIG.t                                       |  195 +++
 t/05-RT.t                                          |   12 +-
 t/05-SIG.t                                         |  200 +++
 t/{05-TLSA.t => 05-SMIMEA.t}                       |   40 +-
 t/05-SOA.t                                         |   23 +-
 t/05-SPF.t                                         |   13 +-
 t/05-SRV.t                                         |   12 +-
 t/05-SSHFP.t                                       |   36 +-
 t/05-TKEY.t                                        |   27 +-
 t/05-TLSA.t                                        |   22 +-
 t/05-TSIG.t                                        |  189 ++-
 t/05-TXT.t                                         |   19 +-
 t/05-URI.t                                         |   68 +
 t/05-X25.t                                         |   14 +-
 t/06-packet-unique-push.t                          |  177 +-
 t/06-update.t                                      |  118 +-
 t/07-rrsort.t                                      |    4 +-
 t/07-zonefile.t                                    |  312 +++-
 t/08-IPv4.t                                        |  497 ++++++
 t/08-IPv6.t                                        |  498 ++++++
 t/08-online.t                                      |  299 ----
 t/08-recurse.t                                     |  118 ++
 t/10-recurse.t                                     |  117 --
 t/11-inet6.t                                       |  147 --
 t/21-TSIG-create.t                                 |  146 ++
 t/22-TSIG-verify.t                                 |  205 +++
 t/31-NSEC-typelist.t                               |   61 +
 t/32-NSEC3-typelist.t                              |   64 +
 t/33-NSEC3-hash.t                                  |   56 +
 t/34-NSEC3-flags.t                                 |   38 +
 t/35-NSEC3-match.t                                 |   53 +
 t/36-NSEC3-covered.t                               |  104 ++
 t/37-NSEC3-base32.t                                |   45 +
 t/41-DNSKEY-keytag.t                               |   56 +
 t/42-DNSKEY-flags.t                                |   52 +
 t/43-DNSKEY-keylength.t                            |   85 +
 t/51-DS-SHA1.t                                     |   53 +
 t/52-DS-SHA256.t                                   |   57 +
 t/53-DS-GOST.t                                     |   58 +
 t/54-DS-SHA384.t                                   |   57 +
 t/61-SIG0-RSAMD5.t                                 |  222 +++
 t/63-RRSIG-DSA.t                                   |   93 ++
 t/65-RRSIG-RSASHA1.t                               |  222 +++
 t/66-RRSIG-NSEC3DSA.t                              |   93 ++
 t/67-RRSIG-NSEC3RSASHA1.t                          |   88 +
 t/68-RRSIG-RSASHA256.t                             |   88 +
 t/70-RRSIG-RSASHA512.t                             |   91 ++
 t/72-RRSIG-ECC-GOST.t                              |   82 +
 t/73-RRSIG-ECDSAP256SHA256.t                       |   81 +
 t/74-RRSIG-ECDSAP384SHA384.t                       |   81 +
 t/NonFatal.pm                                      |   33 +-
 t/TestData.pm                                      |  249 ---
 t/custom.txt                                       |    3 +-
 206 files changed, 16340 insertions(+), 6479 deletions(-)
 delete mode 100644 DNS.xs
 delete mode 100644 TODO
 delete mode 100644 debian/patches/dnswalk-readme-note.patch
 delete mode 100644 debian/patches/ignore-link-local-IPv6-resolvers.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 lib/Net/DNS/RR/CDNSKEY.pm
 create mode 100644 lib/Net/DNS/RR/CDS.pm
 create mode 100644 lib/Net/DNS/RR/CSYNC.pm
 create mode 100644 lib/Net/DNS/RR/DLV.pm
 create mode 100644 lib/Net/DNS/RR/DNSKEY.pm
 create mode 100644 lib/Net/DNS/RR/DS.pm
 create mode 100644 lib/Net/DNS/RR/KEY.pm
 create mode 100644 lib/Net/DNS/RR/NSEC.pm
 create mode 100644 lib/Net/DNS/RR/NSEC3.pm
 create mode 100644 lib/Net/DNS/RR/NSEC3PARAM.pm
 create mode 100644 lib/Net/DNS/RR/RRSIG.pm
 create mode 100644 lib/Net/DNS/RR/SIG.pm
 create mode 100644 lib/Net/DNS/RR/SMIMEA.pm
 create mode 100644 lib/Net/DNS/RR/URI.pm
 delete mode 100644 netdns.c
 delete mode 100644 netdns.h
 create mode 100644 t/04-packet-truncate.t
 create mode 100644 t/05-CDNSKEY.t
 create mode 100644 t/05-CDS.t
 copy t/{05-A.t => 05-CSYNC.t} (59%)
 create mode 100644 t/05-DLV.t
 create mode 100644 t/05-DNSKEY.t
 create mode 100644 t/05-DS.t
 create mode 100644 t/05-KEY.t
 copy t/{05-IPSECKEY.t => 05-NSEC.t} (67%)
 create mode 100644 t/05-NSEC3.t
 copy t/{05-A.t => 05-NSEC3PARAM.t} (60%)
 create mode 100644 t/05-OPENPGPKEY.t
 create mode 100644 t/05-RRSIG.t
 create mode 100644 t/05-SIG.t
 copy t/{05-TLSA.t => 05-SMIMEA.t} (64%)
 create mode 100644 t/05-URI.t
 create mode 100644 t/08-IPv4.t
 create mode 100644 t/08-IPv6.t
 delete mode 100644 t/08-online.t
 create mode 100644 t/08-recurse.t
 delete mode 100644 t/10-recurse.t
 delete mode 100644 t/11-inet6.t
 create mode 100644 t/21-TSIG-create.t
 create mode 100644 t/22-TSIG-verify.t
 create mode 100644 t/31-NSEC-typelist.t
 create mode 100644 t/32-NSEC3-typelist.t
 create mode 100644 t/33-NSEC3-hash.t
 create mode 100644 t/34-NSEC3-flags.t
 create mode 100644 t/35-NSEC3-match.t
 create mode 100644 t/36-NSEC3-covered.t
 create mode 100644 t/37-NSEC3-base32.t
 create mode 100644 t/41-DNSKEY-keytag.t
 create mode 100644 t/42-DNSKEY-flags.t
 create mode 100644 t/43-DNSKEY-keylength.t
 create mode 100644 t/51-DS-SHA1.t
 create mode 100644 t/52-DS-SHA256.t
 create mode 100644 t/53-DS-GOST.t
 create mode 100644 t/54-DS-SHA384.t
 create mode 100644 t/61-SIG0-RSAMD5.t
 create mode 100644 t/63-RRSIG-DSA.t
 create mode 100644 t/65-RRSIG-RSASHA1.t
 create mode 100644 t/66-RRSIG-NSEC3DSA.t
 create mode 100644 t/67-RRSIG-NSEC3RSASHA1.t
 create mode 100644 t/68-RRSIG-RSASHA256.t
 create mode 100644 t/70-RRSIG-RSASHA512.t
 create mode 100644 t/72-RRSIG-ECC-GOST.t
 create mode 100644 t/73-RRSIG-ECDSAP256SHA256.t
 create mode 100644 t/74-RRSIG-ECDSAP384SHA384.t
 delete mode 100644 t/TestData.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