[dnsjava] branch master updated (436d17e -> 2c05f1e)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jan 5 08:57:36 UTC 2016


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

ebourg-guest pushed a change to branch master
in repository dnsjava.

      from  436d17e   Deleted the XSBC-Original-Maintainer line in debian/control.
      adds  aca85f9   Imported Upstream version 2.1.4
       new  4490fc7   Imported Debian patch 2.1.4-0.1
      adds  7893f9d   Imported Upstream version 2.1.5
       new  79b0091   Imported Debian patch 2.1.5-0.1
      adds  76ac9ec   Imported Upstream version 2.1.7
       new  2c05f1e   Imported Debian patch 2.1.7-0.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:
 Changelog                                          |  200 +-
 LICENSE                                            |   24 +
 Makefile                                           |   10 +-
 README                                             |    1 -
 bnd.jar                                            |  Bin 0 -> 668180 bytes
 build.xml                                          |   36 +-
 debian/changelog                                   |   39 +-
 debian/compat                                      |    2 +-
 debian/control                                     |    9 +-
 debian/patches/build-bundle-default.patch          |   13 +
 debian/patches/removes-bnd.jar-download.patch      |   17 +
 debian/patches/removes-packages-from-bundle.patch  |   14 +
 debian/patches/run-tests.patch                     |   22 -
 debian/patches/series                              |    3 +
 debian/rules                                       |    2 +-
 debian/source/format                               |    1 +
 doc/allclasses-frame.html                          |  448 +-
 doc/allclasses-noframe.html                        |  448 +-
 doc/constant-values.html                           | 6116 +++++++------
 doc/deprecated-list.html                           |  262 +-
 doc/help-doc.html                                  |  403 +-
 doc/index-all.html                                 | 9122 ++++++++++++--------
 doc/index.html                                     |   88 +-
 doc/org/xbill/DNS/A6Record.html                    |  643 +-
 doc/org/xbill/DNS/AAAARecord.html                  |  561 +-
 doc/org/xbill/DNS/AFSDBRecord.html                 |  752 +-
 doc/org/xbill/DNS/APLRecord.Element.html           |  737 +-
 doc/org/xbill/DNS/APLRecord.html                   |  597 +-
 doc/org/xbill/DNS/ARecord.html                     |  561 +-
 doc/org/xbill/DNS/Address.html                     | 1073 ++-
 doc/org/xbill/DNS/CERTRecord.CertificateType.html  |  864 +-
 doc/org/xbill/DNS/CERTRecord.html                  |  931 +-
 doc/org/xbill/DNS/CNAMERecord.html                 |  683 +-
 doc/org/xbill/DNS/Cache.html                       | 1386 ++-
 doc/org/xbill/DNS/ClientSubnetOption.html          |  384 +
 doc/org/xbill/DNS/Compression.html                 |  537 +-
 doc/org/xbill/DNS/Credibility.html                 |  770 +-
 doc/org/xbill/DNS/DClass.html                      |  801 +-
 doc/org/xbill/DNS/DHCIDRecord.html                 |  561 +-
 doc/org/xbill/DNS/DLVRecord.html                   |  776 +-
 doc/org/xbill/DNS/DNAMERecord.html                 |  683 +-
 doc/org/xbill/DNS/DNSInput.html                    | 1099 ++-
 doc/org/xbill/DNS/DNSKEYRecord.Flags.html          |  502 +-
 doc/org/xbill/DNS/DNSKEYRecord.Protocol.html       |  428 +-
 doc/org/xbill/DNS/DNSKEYRecord.html                | 1014 +--
 doc/org/xbill/DNS/DNSOutput.html                   |  933 +-
 doc/org/xbill/DNS/DNSSEC.Algorithm.html            |  974 +--
 doc/org/xbill/DNS/DNSSEC.DNSSECException.html      |  217 +
 .../xbill/DNS/DNSSEC.IncompatibleKeyException.html |  223 +
 doc/org/xbill/DNS/DNSSEC.KeyMismatchException.html |  219 +
 .../xbill/DNS/DNSSEC.MalformedKeyException.html    |  218 +
 doc/org/xbill/DNS/DNSSEC.NoSignatureException.html |  218 +
 .../DNS/DNSSEC.SignatureExpiredException.html      |  267 +
 .../DNS/DNSSEC.SignatureNotYetValidException.html  |  267 +
 .../DNS/DNSSEC.SignatureVerificationException.html |  219 +
 .../DNS/DNSSEC.UnsupportedAlgorithmException.html  |  218 +
 doc/org/xbill/DNS/DNSSEC.html                      |  936 +-
 doc/org/xbill/DNS/DSRecord.Digest.html             |  287 +
 doc/org/xbill/DNS/DSRecord.html                    |  845 +-
 doc/org/xbill/DNS/EDNSOption.Code.html             |  304 +
 doc/org/xbill/DNS/EDNSOption.html                  |  388 +
 doc/org/xbill/DNS/ExtendedFlags.html               |  532 +-
 doc/org/xbill/DNS/ExtendedResolver.html            | 1298 ++-
 doc/org/xbill/DNS/Flags.html                       |  826 +-
 doc/org/xbill/DNS/GPOSRecord.html                  |  830 +-
 doc/org/xbill/DNS/Generator.html                   | 1037 ++-
 doc/org/xbill/DNS/GenericEDNSOption.html           |  266 +
 doc/org/xbill/DNS/HINFORecord.html                 |  606 +-
 doc/org/xbill/DNS/Header.html                      | 1171 ++-
 doc/org/xbill/DNS/IPSECKEYRecord.Algorithm.html    |  455 +-
 doc/org/xbill/DNS/IPSECKEYRecord.Gateway.html      |  519 +-
 doc/org/xbill/DNS/IPSECKEYRecord.html              |  773 +-
 doc/org/xbill/DNS/ISDNRecord.html                  |  606 +-
 doc/org/xbill/DNS/InvalidDClassException.html      |  469 +-
 doc/org/xbill/DNS/InvalidTTLException.html         |  469 +-
 doc/org/xbill/DNS/InvalidTypeException.html        |  469 +-
 doc/org/xbill/DNS/KEYRecord.Flags.html             | 1678 ++--
 doc/org/xbill/DNS/KEYRecord.Protocol.html          |  716 +-
 doc/org/xbill/DNS/KEYRecord.html                   | 1421 ++-
 doc/org/xbill/DNS/KXRecord.html                    |  805 +-
 doc/org/xbill/DNS/LOCRecord.html                   |  766 +-
 doc/org/xbill/DNS/Lookup.html                      | 1725 ++--
 doc/org/xbill/DNS/MBRecord.html                    |  699 +-
 doc/org/xbill/DNS/MDRecord.html                    |  701 +-
 doc/org/xbill/DNS/MFRecord.html                    |  701 +-
 doc/org/xbill/DNS/MGRecord.html                    |  648 +-
 doc/org/xbill/DNS/MINFORecord.html                 |  612 +-
 doc/org/xbill/DNS/MRRecord.html                    |  648 +-
 doc/org/xbill/DNS/MXRecord.html                    |  805 +-
 doc/org/xbill/DNS/Master.html                      |  885 +-
 doc/org/xbill/DNS/Message.html                     | 1784 ++--
 doc/org/xbill/DNS/NAPTRRecord.html                 |  831 +-
 doc/org/xbill/DNS/NSAPRecord.html                  |  565 +-
 doc/org/xbill/DNS/NSAP_PTRRecord.html              |  648 +-
 doc/org/xbill/DNS/NSEC3PARAMRecord.html            |  732 +-
 doc/org/xbill/DNS/NSEC3Record.Digest.html          |  236 +
 doc/org/xbill/DNS/NSEC3Record.Flags.html           |  428 +-
 doc/org/xbill/DNS/NSEC3Record.html                 |  945 +-
 doc/org/xbill/DNS/NSECRecord.html                  |  641 +-
 doc/org/xbill/DNS/NSIDOption.html                  |  266 +
 doc/org/xbill/DNS/NSRecord.html                    |  699 +-
 doc/org/xbill/DNS/NULLRecord.html                  |  563 +-
 doc/org/xbill/DNS/NXTRecord.html                   |  604 +-
 doc/org/xbill/DNS/Name.html                        | 1822 ++--
 doc/org/xbill/DNS/NameTooLongException.html        |  497 +-
 doc/org/xbill/DNS/OPTRecord.Option.html            |  314 -
 doc/org/xbill/DNS/OPTRecord.html                   |  906 +-
 doc/org/xbill/DNS/Opcode.html                      |  676 +-
 doc/org/xbill/DNS/Options.html                     |  677 +-
 doc/org/xbill/DNS/PTRRecord.html                   |  648 +-
 doc/org/xbill/DNS/PXRecord.html                    |  643 +-
 doc/org/xbill/DNS/PacketLogger.html                |  213 +
 doc/org/xbill/DNS/RPRecord.html                    |  604 +-
 doc/org/xbill/DNS/RRSIGRecord.html                 | 1198 ++-
 doc/org/xbill/DNS/RRset.html                       | 1061 ++-
 doc/org/xbill/DNS/RTRecord.html                    |  752 +-
 doc/org/xbill/DNS/Rcode.html                       | 1157 ++-
 doc/org/xbill/DNS/Record.html                      | 1864 ++--
 doc/org/xbill/DNS/RelativeNameException.html       |  497 +-
 doc/org/xbill/DNS/Resolver.html                    |  790 +-
 doc/org/xbill/DNS/ResolverConfig.html              |  649 +-
 doc/org/xbill/DNS/ResolverListener.html            |  450 +-
 doc/org/xbill/DNS/ReverseMap.html                  |  618 +-
 doc/org/xbill/DNS/SIG0.html                        |  265 +
 doc/org/xbill/DNS/SIGRecord.html                   | 1198 ++-
 doc/org/xbill/DNS/SOARecord.html                   |  811 +-
 doc/org/xbill/DNS/SPFRecord.html                   |  709 +-
 doc/org/xbill/DNS/SRVRecord.html                   |  746 +-
 doc/org/xbill/DNS/SSHFPRecord.Algorithm.html       |  455 +-
 doc/org/xbill/DNS/SSHFPRecord.Digest.html          |  423 +-
 doc/org/xbill/DNS/SSHFPRecord.html                 |  691 +-
 doc/org/xbill/DNS/Section.html                     |  828 +-
 doc/org/xbill/DNS/Serial.html                      |  480 +-
 doc/org/xbill/DNS/SetResponse.html                 |  834 +-
 doc/org/xbill/DNS/SimpleResolver.html              | 1353 ++-
 doc/org/xbill/DNS/TKEYRecord.html                  | 1064 ++-
 doc/org/xbill/DNS/TLSARecord.CertificateUsage.html |  275 +
 doc/org/xbill/DNS/TLSARecord.MatchingType.html     |  270 +
 doc/org/xbill/DNS/TLSARecord.Selector.html         |  257 +
 doc/org/xbill/DNS/TLSARecord.html                  |  386 +
 doc/org/xbill/DNS/TSIG.StreamVerifier.html         |  496 +-
 doc/org/xbill/DNS/TSIG.html                        | 1347 +--
 doc/org/xbill/DNS/TSIGRecord.html                  |  819 +-
 doc/org/xbill/DNS/TTL.html                         |  585 +-
 doc/org/xbill/DNS/TXTRecord.html                   |  709 +-
 doc/org/xbill/DNS/TextParseException.html          |  489 +-
 doc/org/xbill/DNS/Tokenizer.Token.html             |  607 +-
 doc/org/xbill/DNS/Tokenizer.html                   | 1963 ++---
 doc/org/xbill/DNS/Type.html                        | 2838 +++---
 doc/org/xbill/DNS/UNKRecord.html                   |  480 +-
 doc/org/xbill/DNS/URIRecord.html                   |  341 +
 doc/org/xbill/DNS/Update.html                      | 1651 ++--
 doc/org/xbill/DNS/Verifier.html                    |  223 -
 doc/org/xbill/DNS/WKSRecord.Protocol.html          | 2048 +++--
 doc/org/xbill/DNS/WKSRecord.Service.html           | 3421 ++++----
 doc/org/xbill/DNS/WKSRecord.html                   |  691 +-
 doc/org/xbill/DNS/WireParseException.html          |  510 +-
 doc/org/xbill/DNS/X25Record.html                   |  567 +-
 doc/org/xbill/DNS/Zone.html                        | 1269 ++-
 doc/org/xbill/DNS/ZoneTransferException.html       |  483 +-
 doc/org/xbill/DNS/ZoneTransferIn.Delta.html        |  535 +-
 .../DNS/ZoneTransferIn.ZoneTransferHandler.html    |  293 +
 doc/org/xbill/DNS/ZoneTransferIn.html              | 1250 ++-
 doc/org/xbill/DNS/package-frame.html               |  440 +-
 doc/org/xbill/DNS/package-summary.html             | 1590 ++--
 doc/org/xbill/DNS/package-tree.html                |  463 +-
 doc/org/xbill/DNS/security/CERTConverter.html      |  319 -
 doc/org/xbill/DNS/security/DNSSECVerifier.html     |  326 -
 doc/org/xbill/DNS/security/DSASignature.html       |  258 -
 doc/org/xbill/DNS/security/KEYConverter.html       |  347 -
 doc/org/xbill/DNS/security/SIG0Signer.html         |  305 -
 doc/org/xbill/DNS/security/package-frame.html      |   40 -
 doc/org/xbill/DNS/security/package-summary.html    |  173 -
 doc/org/xbill/DNS/security/package-tree.html       |  152 -
 doc/org/xbill/DNS/spi/DNSJavaNameService.html      |  616 +-
 .../DNS/spi/DNSJavaNameServiceDescriptor.html      |  573 +-
 doc/org/xbill/DNS/spi/package-frame.html           |   52 +-
 doc/org/xbill/DNS/spi/package-summary.html         |  272 +-
 doc/org/xbill/DNS/spi/package-tree.html            |  252 +-
 doc/org/xbill/DNS/utils/HMAC.html                  |  784 +-
 doc/org/xbill/DNS/utils/base16.html                |  462 +-
 doc/org/xbill/DNS/utils/base32.Alphabet.html       |  455 +-
 doc/org/xbill/DNS/utils/base32.html                |  577 +-
 doc/org/xbill/DNS/utils/base64.html                |  514 +-
 doc/org/xbill/DNS/utils/hexdump.html               |  529 +-
 doc/org/xbill/DNS/utils/package-frame.html         |   64 +-
 doc/org/xbill/DNS/utils/package-summary.html       |  314 +-
 doc/org/xbill/DNS/utils/package-tree.html          |  254 +-
 doc/overview-frame.html                            |   68 +-
 doc/overview-summary.html                          |  265 +-
 doc/overview-tree.html                             |  475 +-
 doc/package-list                                   |    1 -
 doc/resources/background.gif                       |  Bin 0 -> 2313 bytes
 doc/resources/inherit.gif                          |  Bin 57 -> 0 bytes
 doc/resources/tab.gif                              |  Bin 0 -> 291 bytes
 doc/resources/titlebar.gif                         |  Bin 0 -> 10701 bytes
 doc/resources/titlebar_end.gif                     |  Bin 0 -> 849 bytes
 doc/serialized-form.html                           | 3916 ++++-----
 doc/stylesheet.css                                 |  501 +-
 examples.html                                      |    6 +-
 org/xbill/DNS/AAAARecord.java                      |   38 +-
 org/xbill/DNS/ARecord.java                         |    9 +-
 org/xbill/DNS/Address.java                         |   72 +-
 org/xbill/DNS/Cache.java                           |   14 +-
 org/xbill/DNS/Client.java                          |   16 +-
 org/xbill/DNS/ClientSubnetOption.java              |  172 +
 org/xbill/DNS/DLVRecord.java                       |    4 +-
 org/xbill/DNS/DNSInput.java                        |   23 +
 org/xbill/DNS/DNSKEYRecord.java                    |   21 +-
 org/xbill/DNS/DNSOutput.java                       |   15 +
 org/xbill/DNS/DNSSEC.java                          | 1052 ++-
 org/xbill/DNS/DSRecord.java                        |   36 +-
 org/xbill/DNS/EDNSOption.java                      |  215 +
 org/xbill/DNS/GenericEDNSOption.java               |   47 +
 org/xbill/DNS/Header.java                          |   22 +-
 org/xbill/DNS/KEYBase.java                         |   16 +
 org/xbill/DNS/KEYRecord.java                       |   19 +
 org/xbill/DNS/LOCRecord.java                       |    6 +-
 org/xbill/DNS/Lookup.java                          |   30 +-
 org/xbill/DNS/Master.java                          |    3 +-
 org/xbill/DNS/Message.java                         |   74 +-
 org/xbill/DNS/NSEC3Record.java                     |   11 +-
 org/xbill/DNS/NSIDOption.java                      |   29 +
 org/xbill/DNS/Name.java                            |   54 +-
 org/xbill/DNS/OPTRecord.java                       |   62 +-
 org/xbill/DNS/PacketLogger.java                    |   12 +
 org/xbill/DNS/RRset.java                           |    2 +-
 org/xbill/DNS/Record.java                          |   28 +-
 org/xbill/DNS/ResolverConfig.java                  |  122 +-
 org/xbill/DNS/SIG0.java                            |   79 +
 org/xbill/DNS/SIGBase.java                         |    5 +
 org/xbill/DNS/SRVRecord.java                       |    5 +-
 org/xbill/DNS/SimpleResolver.java                  |    9 +-
 org/xbill/DNS/TCPClient.java                       |    7 +-
 org/xbill/DNS/TLSARecord.java                      |  156 +
 org/xbill/DNS/TSIG.java                            |  100 +-
 org/xbill/DNS/Tokenizer.java                       |   19 +
 org/xbill/DNS/Type.java                            |   11 +
 org/xbill/DNS/TypeBitmap.java                      |    5 +-
 org/xbill/DNS/UDPClient.java                       |   40 +-
 org/xbill/DNS/URIRecord.java                       |  108 +
 org/xbill/DNS/Verifier.java                        |   24 -
 org/xbill/DNS/WireParseException.java              |    6 +
 org/xbill/DNS/Zone.java                            |    6 +-
 org/xbill/DNS/ZoneTransferIn.java                  |  159 +-
 org/xbill/DNS/security/CERTConverter.java          |   80 -
 org/xbill/DNS/security/DHPubKey.java               |   72 -
 org/xbill/DNS/security/DNSSECVerifier.java         |  175 -
 org/xbill/DNS/security/DSAPubKey.java              |   82 -
 org/xbill/DNS/security/DSASignature.java           |  103 -
 org/xbill/DNS/security/KEYConverter.java           |  293 -
 org/xbill/DNS/security/RSAPubKey.java              |   55 -
 org/xbill/DNS/security/SIG0Signer.java             |  126 -
 org/xbill/DNS/spi/DNSJavaNameService.java          |   31 +-
 .../DNS/spi/DNSJavaNameServiceDescriptor.java      |    3 +-
 org/xbill/DNS/utils/HMAC.java                      |   81 +-
 org/xbill/DNS/windows/DNSServer_ja.properties      |    4 +
 tests/org/xbill/DNS/AddressTest.java               |   14 +-
 tests/org/xbill/DNS/DNSSECSIG0Test.java            |   50 +
 .../org/xbill/DNS/DNSSECWithLunaProviderTest.java  |   92 +
 tests/org/xbill/DNS/DNSSECWithProviderTest.java    |   46 +
 tests/org/xbill/DNS/KEYRecordTest.java             |    6 +-
 tests/org/xbill/DNS/NameTest.java                  |   55 +
 tests/org/xbill/DNS/OPTRecordTest.java             |   37 +
 tests/org/xbill/DNS/RRsetTest.java                 |    3 +-
 tests/org/xbill/DNS/RecordTest.java                |    2 +-
 tests/org/xbill/DNS/TSIGTest.java                  |   79 +
 .../{CompressionTest.java => TypeBitmapTest.java}  |   38 +-
 tests/org/xbill/DNS/TypeTest.java                  |    2 +-
 tests/org/xbill/DNS/URIRecordTest.java             |  126 +
 update.java                                        |    2 +-
 271 files changed, 74168 insertions(+), 68945 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 bnd.jar
 create mode 100644 debian/patches/build-bundle-default.patch
 create mode 100644 debian/patches/removes-bnd.jar-download.patch
 create mode 100644 debian/patches/removes-packages-from-bundle.patch
 delete mode 100644 debian/patches/run-tests.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format
 create mode 100644 doc/org/xbill/DNS/ClientSubnetOption.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.DNSSECException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.IncompatibleKeyException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.KeyMismatchException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.MalformedKeyException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.NoSignatureException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.SignatureExpiredException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.SignatureNotYetValidException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.SignatureVerificationException.html
 create mode 100644 doc/org/xbill/DNS/DNSSEC.UnsupportedAlgorithmException.html
 create mode 100644 doc/org/xbill/DNS/DSRecord.Digest.html
 create mode 100644 doc/org/xbill/DNS/EDNSOption.Code.html
 create mode 100644 doc/org/xbill/DNS/EDNSOption.html
 create mode 100644 doc/org/xbill/DNS/GenericEDNSOption.html
 create mode 100644 doc/org/xbill/DNS/NSEC3Record.Digest.html
 create mode 100644 doc/org/xbill/DNS/NSIDOption.html
 delete mode 100644 doc/org/xbill/DNS/OPTRecord.Option.html
 create mode 100644 doc/org/xbill/DNS/PacketLogger.html
 create mode 100644 doc/org/xbill/DNS/SIG0.html
 create mode 100644 doc/org/xbill/DNS/TLSARecord.CertificateUsage.html
 create mode 100644 doc/org/xbill/DNS/TLSARecord.MatchingType.html
 create mode 100644 doc/org/xbill/DNS/TLSARecord.Selector.html
 create mode 100644 doc/org/xbill/DNS/TLSARecord.html
 create mode 100644 doc/org/xbill/DNS/URIRecord.html
 delete mode 100644 doc/org/xbill/DNS/Verifier.html
 create mode 100644 doc/org/xbill/DNS/ZoneTransferIn.ZoneTransferHandler.html
 delete mode 100644 doc/org/xbill/DNS/security/CERTConverter.html
 delete mode 100644 doc/org/xbill/DNS/security/DNSSECVerifier.html
 delete mode 100644 doc/org/xbill/DNS/security/DSASignature.html
 delete mode 100644 doc/org/xbill/DNS/security/KEYConverter.html
 delete mode 100644 doc/org/xbill/DNS/security/SIG0Signer.html
 delete mode 100644 doc/org/xbill/DNS/security/package-frame.html
 delete mode 100644 doc/org/xbill/DNS/security/package-summary.html
 delete mode 100644 doc/org/xbill/DNS/security/package-tree.html
 create mode 100644 doc/resources/background.gif
 delete mode 100644 doc/resources/inherit.gif
 create mode 100644 doc/resources/tab.gif
 create mode 100644 doc/resources/titlebar.gif
 create mode 100644 doc/resources/titlebar_end.gif
 create mode 100644 org/xbill/DNS/ClientSubnetOption.java
 create mode 100644 org/xbill/DNS/EDNSOption.java
 create mode 100644 org/xbill/DNS/GenericEDNSOption.java
 create mode 100644 org/xbill/DNS/NSIDOption.java
 create mode 100644 org/xbill/DNS/PacketLogger.java
 create mode 100644 org/xbill/DNS/SIG0.java
 create mode 100644 org/xbill/DNS/TLSARecord.java
 create mode 100644 org/xbill/DNS/URIRecord.java
 delete mode 100644 org/xbill/DNS/Verifier.java
 delete mode 100644 org/xbill/DNS/security/CERTConverter.java
 delete mode 100644 org/xbill/DNS/security/DHPubKey.java
 delete mode 100644 org/xbill/DNS/security/DNSSECVerifier.java
 delete mode 100644 org/xbill/DNS/security/DSAPubKey.java
 delete mode 100644 org/xbill/DNS/security/DSASignature.java
 delete mode 100644 org/xbill/DNS/security/KEYConverter.java
 delete mode 100644 org/xbill/DNS/security/RSAPubKey.java
 delete mode 100644 org/xbill/DNS/security/SIG0Signer.java
 create mode 100644 org/xbill/DNS/windows/DNSServer_ja.properties
 create mode 100644 tests/org/xbill/DNS/DNSSECSIG0Test.java
 create mode 100644 tests/org/xbill/DNS/DNSSECWithLunaProviderTest.java
 create mode 100644 tests/org/xbill/DNS/DNSSECWithProviderTest.java
 create mode 100644 tests/org/xbill/DNS/OPTRecordTest.java
 create mode 100644 tests/org/xbill/DNS/TSIGTest.java
 copy tests/org/xbill/DNS/{CompressionTest.java => TypeBitmapTest.java} (72%)
 create mode 100644 tests/org/xbill/DNS/URIRecordTest.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dnsjava.git



More information about the pkg-java-commits mailing list