[dnsjava] branch master updated (0b585b3 -> e6408cd)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Jan 8 23:32:12 UTC 2017


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

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

      from  0b585b3   Fixed a typo in the changelog
       new  a02c2da   Standards-Version updated to 3.9.8
       new  ed29ea7   Switch to debhelper level 10
       new  18d411f   Use secure Vcs-* URLs
      adds  c9e0e47   New upstream version 2.1.8
       new  fd6771b   Merge tag 'upstream/2.1.8'
       new  5be732b   Updated the Maven POM
       new  e6408cd   Upload to unstable

The 6 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                                          |  23 +++
 Makefile                                           |   2 +-
 build.xml                                          |   2 +-
 debian/changelog                                   |  11 +
 debian/compat                                      |   2 +-
 debian/control                                     |   8 +-
 debian/pom.xml                                     |  25 ++-
 org/xbill/DNS/CAARecord.java                       | 110 ++++++++++
 org/xbill/DNS/DNSInput.java                        |  75 ++++---
 org/xbill/DNS/Message.java                         |  10 +
 org/xbill/DNS/OPENPGPKEYRecord.java                |  81 ++++++++
 org/xbill/DNS/RPRecord.java                        |   2 +-
 .../DNS/{TLSARecord.java => SMIMEARecord.java}     |  34 ++--
 org/xbill/DNS/TSIG.java                            | 225 ++++++++++++++-------
 org/xbill/DNS/Type.java                            |  14 +-
 org/xbill/DNS/URIRecord.java                       |   4 +-
 org/xbill/DNS/ZoneTransferIn.java                  |   2 -
 org/xbill/DNS/utils/HMAC.java                      | 182 -----------------
 tests/org/xbill/DNS/AddressTest.java               |  17 +-
 tests/org/xbill/DNS/URIRecordTest.java             |   2 -
 tests/org/xbill/DNS/utils/HMACTest.java            | 165 ---------------
 21 files changed, 490 insertions(+), 506 deletions(-)
 create mode 100644 org/xbill/DNS/CAARecord.java
 create mode 100644 org/xbill/DNS/OPENPGPKEYRecord.java
 copy org/xbill/DNS/{TLSARecord.java => SMIMEARecord.java} (78%)
 delete mode 100644 org/xbill/DNS/utils/HMAC.java
 delete mode 100644 tests/org/xbill/DNS/utils/HMACTest.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