[libnet-dns-sec-perl] 01/07: Merge tag 'upstream/1.02'

Axel Beckert abe at deuxchevaux.org
Thu Apr 21 23:18:47 UTC 2016


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

abe pushed a commit to branch master
in repository libnet-dns-sec-perl.

commit 413039ec98778fb9eedb0aed3540d96ae22bf5bf
Merge: 256834d f78fc66
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Apr 22 00:31:38 2016 +0200

    Merge tag 'upstream/1.02'
    
    Upstream version 1.02
    
    # gpg: Signature made Fri Apr 22 00:31:22 2016 CEST
    # gpg:                using RSA key 6BE663C75A35C975
    # gpg: Good signature from "Axel Beckert <abe at deuxchevaux.org>"
    # gpg:                 aka "Axel Beckert (E-Mail + Jabber) <abe at noone.org>"
    # gpg:                 aka "Axel Beckert (Symlink) <xtaran at symlink.ch>"
    # gpg:                 aka "[jpeg image of size 3155]"
    # gpg:                 aka "Axel Stefan Beckert"
    # gpg:                 aka "Axel Beckert (FSFE Fellow) <abe at fsfe.org>"
    # gpg:                 aka "Axel Beckert (Debian Developer) <abe at debian.org>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
    #      Subkey fingerprint: 468C 8979 3B42 9819 E9D7  6126 6BE6 63C7 5A35 C975

 Changes                                |   45 +-
 MANIFEST                               |   63 +-
 META.json                              |   27 +-
 META.yml                               |   25 +-
 Makefile.PL                            |   96 +--
 README                                 |  258 ++++----
 RR/CDNSKEY.pm                          |   66 ---
 RR/CDS.pm                              |   66 ---
 RR/DLV.pm                              |   66 ---
 RR/DNSKEY.pm                           |  410 -------------
 RR/DS.pm                               |  394 -------------
 RR/KEY.pm                              |   66 ---
 RR/NSEC.pm                             |  223 -------
 RR/NSEC3.pm                            |  430 --------------
 RR/NSEC3PARAM.pm                       |  209 -------
 RR/RRSIG.pm                            | 1012 --------------------------------
 RR/SIG.pm                              |  904 ----------------------------
 SEC.pm                                 |  156 -----
 SEC/Private.pm                         |  569 ------------------
 TODO                                   |   10 -
 demo/getkeyset.pl                      |   46 +-
 demo/key2ds                            |   47 +-
 demo/make-signed-keyset                |  151 +++--
 lib/Net/DNS/SEC.pm                     |  152 +++++
 lib/Net/DNS/SEC/DSA.pm                 |  162 +++++
 lib/Net/DNS/SEC/ECCGOST.pm             |  245 ++++++++
 lib/Net/DNS/SEC/ECDSA.pm               |  227 +++++++
 Keyset.pm => lib/Net/DNS/SEC/Keyset.pm |  221 ++++---
 lib/Net/DNS/SEC/Private.pm             |  384 ++++++++++++
 lib/Net/DNS/SEC/RSA.pm                 |  148 +++++
 t/00-load.t                            |   69 +--
 t/00-pod.t                             |   34 +-
 t/05-DLV.t                             |   71 ---
 t/05-DNSKEY.t                          |   78 ---
 t/05-DS.t                              |   72 ---
 t/05-KEY.t                             |   72 ---
 t/05-NSEC.t                            |   80 ---
 t/05-NSEC3.t                           |  105 ----
 t/05-NSEC3PARAM.t                      |   82 ---
 t/05-RRSIG.t                           |   84 ---
 t/05-SIG.t                             |   84 ---
 t/07-sec.t                             |  143 -----
 t/09-dnssec.t                          |  734 -----------------------
 t/10-keyset.t                          |  301 +++++-----
 t/10-typeroll.t                        |  399 -------------
 t/11-sep.t                             |   31 -
 t/11-sigstress.t                       |  205 -------
 t/12-nsec++.t                          |  119 ----
 t/13-utilities.t                       |  148 -----
 t/21-RSA-MD5.t                         |  149 +++++
 t/22-RSA-SHA1.t                        |   76 +++
 t/23-RSA-SHA256.t                      |   76 +++
 t/24-RSA-SHA512.t                      |   79 +++
 t/31-DSA-SHA1.t                        |  117 ++++
 t/41-ECC-GOST.t                        |  108 ++++
 t/51-DS-SHA1.t                         |   40 --
 t/51-ECDSA-P256.t                      |  108 ++++
 t/52-DS-SHA256.t                       |   47 --
 t/52-ECDSA-P384.t                      |   73 +++
 t/53-DS-GOST.t                         |   50 --
 t/54-DS-SHA384.t                       |   47 --
 t/Kexample.com.+001+28551.key          |    1 -
 t/Kexample.com.+001+28551.private      |   10 -
 t/Kexample.com.+005+34247.key          |    1 -
 t/Kexample.com.+005+34247.private      |   10 -
 t/getpacket.pl                         |   17 -
 66 files changed, 2795 insertions(+), 8003 deletions(-)

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



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