Name: | dnsjava |
---|---|
Version: | 2.1.3 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 390175 |
License: | BSD and MIT |
RPM: | dnsjava-2.1.3-4.el7.noarch.rpm |
Source RPM: | dnsjava-2.1.3-4.el7.src.rpm |
Build Date: | Sat Oct 21 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.dnsjava.org/ |
Summary: | Java DNS implementation |
Description: | dnsjava is an implementation of DNS in Java. It supports all of the common record types and the DNSSEC types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of dns messages and records, as well as allowing additional resolver properties to be set. A 'dig' clone and a dynamic update program are included, as well as a primary-only server. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- For changes and patch thanks to Gil Cattaneo <puntogil@libero.it> - Added maven pom - Fixes according to new guidelines (versionless jars, javadocs)
- Update to 2.1.3. - Add Patch0: dnsjava-2.0.6-java1.5.target.patch to compile with 1.5 java target (bz#842582).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Fix test condition logick for %check
- Continue review. - As it can't be build by gcj, delete back this stuff from spec. - Tests made now by conditional. As internet access is not allowed in default mock chroot, it is disabled now. - Changelog recoded form iso8859-1 (charset is guessed by Orcan 'oget' Ogetbil)
- Continue review. - Delete explicit installation in %install *.java files. - License from BSD changed to "BSD and MIT" - Delete unneeded BR: jce, java-javadoc - Fix mistake: Add Requires: jpackage-utils and delete listed twice BuildRequires: jpackage-utils - BR: java-devel >= 1.7, R: java >= 1.7