FreeBSD dns : posadis4>
Domain Name Server (DNS) implementation
Posadis is a DNS server project with the goal to create a free,
reliable, portable, fast, lightweight, easy to use, standards compliant,
and functionally complete, Domain Name System server implementation.
The Top-10 of most important Posadis features:
- Support for the standard DNS master file format. Posadis supports
some BIND extensions as well.
- Support for zone transfers. Posadis is able to answer both AXFR and IXFR
queries (though it always sends the complete zone), and it is able to act as
a secondary using AXFR and IXFR as well.
- Support for DNS NOTIFY to ensure fast zone change propagation.
- Support for most standard RR types: A, NS, MD, MF, CNAME, SOA, NULL, WKS,
PTR, HINFO, MX, TXT, RP, AFSDB, PX, AAAA, SRV, NAPTR, A6 and DNAME. Posadis
can also tunnel RR types it doesn't recognize.
- Support for many platforms: both Windows and Unix-like platforms such as
Linux, FreeBSD and Mac OS X.
- Support for IPv6: listning on IPv6 sockets for both Windows and Unix, and
support for AAAA and A6 resource records and bitstring labels.
- "Tunnel zones": forward queries to other nameservers.
- "Hint zones": hint to other nameservers. Posadis can automatically update the
nameserver list for hint zones.
- Support for both UDP and TCP: you can specify on which IP addresses and ports
you want Posadis to listen.
- A concise and up-to-date user manual describing all of Posadis' features in
detail.
http://posadis.sourceforge.net/
|
posadis history
v. 1.17
date: 2007/09/30 04:46:47; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.16
date: 2007/01/11 20:04:53; author: erwin; state: Exp; lines: +1 -1
Add ipv6 to the categories.
PR: 106008
Submitted by: Janos Mohacsi
Approved by: maintainer timeout
v. 1.15
date: 2006/02/23 10:36:21; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.14
date: 2005/11/15 06:49:07; author: ade; state: Exp; lines: +1 -3
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.13
date: 2005/04/12 03:25:20; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:02:04; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2004/10/11 07:59:46; author: sergei; state: Exp; lines: +2 -1
- Unbreak dns/posadis and its dependency devel/poslib
with the new PTHREAD_LIBS in 5.x and -CURRENT by
changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER
(this also removes .la files)
- Bump PORTREVISION due to changed packages
Suggested by: marcus
Approved by: portmgr (marcus)
v. 1.10
date: 2004/10/06 08:52:33; author: sergei; state: Exp; lines: +8 -15
- Unbreak dns/posadis build under 5.x and -CURRENT
by upgrading to the latest version (0.60.5)
- Update its dependency devel/poslib to 1.0.5 (prerequisite)
PR: ports/72308
Submitted by: sergei
Approved by: portsmgr (will)
v. 1.9
date: 2004/09/26 02:15:41; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.8
date: 2004/06/04 17:29:17; author: ade; state: Exp; lines: +3 -2
Sync with new bsd.autotools.mk
v. 1.7
date: 2004/03/14 06:16:27; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.6
date: 2003/10/23 05:42:44; author: sergei; state: Exp; lines: +1 -1
Change to my @FreeBSD.org address.
Approved by: krion
v. 1.5
date: 2003/10/14 14:39:55; author: osa; state: Exp; lines: +14 -4
- Add dependency on devel/libltdl forgotten by ade
- Do not explicitly add --disable-ltdl-install to CONFIGURE_ARGS as configure DTRT now
- Add optional dependency on devel/fam
- Sort pkg-plist
- Bump PORTREVISION
Submitted by: Sergei Kolobov (maintainer)
PR: 58005
v. 1.4
date: 2003/10/13 20:36:36; author: ade; state: Exp; lines: +4 -2
Remove use/install of embedded libltdl, using devel/libltdl instead.
Port seems to be broken either way, though:
===> Building for posadis-0.60.1_1
make: don't know how to make all. Stop
An empty Makefile is generated.
Submitted by: Oliver Eikemeier
v. 1.3
date: 2003/10/09 12:29:20; author: krion; state: Exp; lines: +11 -10
- Update to 0.60.1
- Add missing dependency on poslib
PR: 57719
Submitted by: maintainer
v. 1.2
date: 2003/09/05 04:54:36; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.1
date: 2003/04/01 02:38:25; author: edwin; state: Exp;
net/posadis, another DNS server implementation
Add a new port - net/posadis. It is a new DNS server
implementation being actively developed at SourceForge.
Posadis is a DNS server project with the goal to create a
free, reliable, portable, fast, lightweight, easy to use,
standards compliant, and functionally complete, Domain Name
System server implementation.
PR: ports/48872
Submitted by: Sergei Kolobov
=============================================================================
v. 1.17
date: 2007/09/30 04:46:47; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.16
date: 2007/01/11 20:04:53; author: erwin; state: Exp; lines: +1 -1
Add ipv6 to the categories.
PR: 106008
Submitted by: Janos Mohacsi
Approved by: maintainer timeout
v. 1.15
date: 2006/02/23 10:36:21; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.14
date: 2005/11/15 06:49:07; author: ade; state: Exp; lines: +1 -3
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.13
date: 2005/04/12 03:25:20; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:02:04; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2004/10/11 07:59:46; author: sergei; state: Exp; lines: +2 -1
- Unbreak dns/posadis and its dependency devel/poslib
with the new PTHREAD_LIBS in 5.x and -CURRENT by
changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER
(this also removes .la files)
- Bump PORTREVISION due to changed packages
Suggested by: marcus
Approved by: portmgr (marcus)
v. 1.10
date: 2004/10/06 08:52:33; author: sergei; state: Exp; lines: +8 -15
- Unbreak dns/posadis build under 5.x and -CURRENT
by upgrading to the latest version (0.60.5)
- Update its dependency devel/poslib to 1.0.5 (prerequisite)
PR: ports/72308
Submitted by: sergei
Approved by: portsmgr (will)
v. 1.9
date: 2004/09/26 02:15:41; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.8
date: 2004/06/04 17:29:17; author: ade; state: Exp; lines: +3 -2
Sync with new bsd.autotools.mk
v. 1.7
date: 2004/03/14 06:16:27; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.6
date: 2003/10/23 05:42:44; author: sergei; state: Exp; lines: +1 -1
Change to my @FreeBSD.org address.
Approved by: krion
v. 1.5
date: 2003/10/14 14:39:55; author: osa; state: Exp; lines: +14 -4
- Add dependency on devel/libltdl forgotten by ade
- Do not explicitly add --disable-ltdl-install to CONFIGURE_ARGS as configure DTRT now
- Add optional dependency on devel/fam
- Sort pkg-plist
- Bump PORTREVISION
Submitted by: Sergei Kolobov (maintainer)
PR: 58005
v. 1.4
date: 2003/10/13 20:36:36; author: ade; state: Exp; lines: +4 -2
Remove use/install of embedded libltdl, using devel/libltdl instead.
Port seems to be broken either way, though:
===> Building for posadis-0.60.1_1
make: don't know how to make all. Stop
An empty Makefile is generated.
Submitted by: Oliver Eikemeier
v. 1.3
date: 2003/10/09 12:29:20; author: krion; state: Exp; lines: +11 -10
- Update to 0.60.1
- Add missing dependency on poslib
PR: 57719
Submitted by: maintainer
v. 1.2
date: 2003/09/05 04:54:36; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.1
date: 2003/04/01 02:38:25; author: edwin; state: Exp;
net/posadis, another DNS server implementation
Add a new port - net/posadis. It is a new DNS server
implementation being actively developed at SourceForge.
Posadis is a DNS server project with the goal to create a
free, reliable, portable, fast, lightweight, easy to use,
standards compliant, and functionally complete, Domain Name
System server implementation.
PR: ports/48872
Submitted by: Sergei Kolobov
=============================================================================
v. 1.17
date: 2007/09/30 04:46:47; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.16
date: 2007/01/11 20:04:53; author: erwin; state: Exp; lines: +1 -1
Add ipv6 to the categories.
PR: 106008
Submitted by: Janos Mohacsi
Approved by: maintainer timeout
v. 1.15
date: 2006/02/23 10:36:21; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.14
date: 2005/11/15 06:49:07; author: ade; state: Exp; lines: +1 -3
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.13
date: 2005/04/12 03:25:20; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.12
date: 2005/04/11 08:02:04; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11
date: 2004/10/11 07:59:46; author: sergei; state: Exp; lines: +2 -1
- Unbreak dns/posadis and its dependency devel/poslib
with the new PTHREAD_LIBS in 5.x and -CURRENT by
changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER
(this also removes .la files)
- Bump PORTREVISION due to changed packages
Suggested by: marcus
Approved by: portmgr (marcus)
v. 1.10
date: 2004/10/06 08:52:33; author: sergei; state: Exp; lines: +8 -15
- Unbreak dns/posadis build under 5.x and -CURRENT
by upgrading to the latest version (0.60.5)
- Update its dependency devel/poslib to 1.0.5 (prerequisite)
PR: ports/72308
Submitted by: sergei
Approved by: portsmgr (will)
v. 1.9
date: 2004/09/26 02:15:41; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.8
date: 2004/06/04 17:29:17; author: ade; state: Exp; lines: +3 -2
Sync with new bsd.autotools.mk
v. 1.7
date: 2004/03/14 06:16:27; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.6
date: 2003/10/23 05:42:44; author: sergei; state: Exp; lines: +1 -1
Change to my @FreeBSD.org address.
Approved by: krion
v. 1.5
date: 2003/10/14 14:39:55; author: osa; state: Exp; lines: +14 -4
- Add dependency on devel/libltdl forgotten by ade
- Do not explicitly add --disable-ltdl-install to CONFIGURE_ARGS as configure DTRT now
- Add optional dependency on devel/fam
- Sort pkg-plist
- Bump PORTREVISION
Submitted by: Sergei Kolobov (maintainer)
PR: 58005
v. 1.4
date: 2003/10/13 20:36:36; author: ade; state: Exp; lines: +4 -2
Remove use/install of embedded libltdl, using devel/libltdl instead.
Port seems to be broken either way, though:
===> Building for posadis-0.60.1_1
make: don't know how to make all. Stop
An empty Makefile is generated.
Submitted by: Oliver Eikemeier
v. 1.3
date: 2003/10/09 12:29:20; author: krion; state: Exp; lines: +11 -10
- Update to 0.60.1
- Add missing dependency on poslib
PR: 57719
Submitted by: maintainer
v. 1.2
date: 2003/09/05 04:54:36; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.1
date: 2003/04/01 02:38:25; author: edwin; state: Exp;
net/posadis, another DNS server implementation
Add a new port - net/posadis. It is a new DNS server
implementation being actively developed at SourceForge.
Posadis is a DNS server project with the goal to create a
free, reliable, portable, fast, lightweight, easy to use,
standards compliant, and functionally complete, Domain Name
System server implementation.
PR: ports/48872
Submitted by: Sergei Kolobov
=============================================================================
|