| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Apr 2013 18:31:30
2.1.5
|
bdrewery  |
- Update to 2.1.5
- Convert tab to space in pkg-descr
PR: ports/177975
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
Feature safe: yes |
06 Mar 2013 17:30:01
2.1.4
|
lippe  |
- Update to 2.1.4.
- Pass maintainership to submitter.
PR: ports/176655
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |
04 Dec 2011 09:52:10
2.1.3
|
miwi  |
- Update to 2.1.3
PR: 162986
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes |
14 Mar 2011 10:54:52
2.1.1
|
wen  |
- Update to 2.1.1 |
24 Dec 2009 02:42:09
2.0.8
|
wen  |
- Update to 2.0.8 |
22 Aug 2009 00:18:43
2.0.6_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
06 Jun 2008 13:23:00
2.0.6_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
29 Apr 2008 06:05:25
2.0.6
|
edwin  |
Update to 2.0.6 |
19 May 2007 20:32:57
2.0.3_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 Feb 2007 22:42:43
2.0.3
|
hq  |
- Update to 2.0.3 [1]
- Release maintainership
Reported by: portscout [1] |
21 Jun 2006 22:28:53
2.0.1
|
hq  |
Update to 2.0.1
Reported by: portscout |
22 Jan 2006 08:31:47
1.6.4
|
edwin  |
SHA256ify
Approved by: krion@ |
09 Dec 2004 13:10:42
1.6.4
|
hq  |
- Fix build [1]
- Link API documentation with JDK Standard API documentation, if installed
Reported by: krion via pointyhat [1] |
19 Nov 2004 14:11:10
1.6.4
|
hq  |
dnsjava is an implementation of DNS in Java. It supports all defined record
types (including the DNSSEC types), and unknown 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.
WWW: http://www.xbill.org/dnsjava/ |