Commit graph

6 commits

Author SHA1 Message Date
cube
4f73b397e7 o Better handling of pthreads dependency
o Fixes to make building and installing more easy
o Make MaraDNS actually look into ${PKG_SYSCONFDIR} for its configuration
  file, thus bumping PKGREVISION.
2003-11-14 21:19:03 +00:00
wiz
92c0808d82 Make build with pth. 2003-11-14 09:34:42 +00:00
xtraeme
24cdb08135 Add pthread's buildlink and fix typo (fixes bulk build by hubertf@) 2003-09-27 02:29:18 +00:00
jmmv
77158045c8 Reimplace removal of ${PREFIX}/doc after installation.
(Note that anyway, maradns' installation process is screwed up.  It uses
cp and mkdir to install things, it copies useless stuff like Makefiles,
installs duplicates of manpages, etc...)
2003-09-26 11:20:27 +00:00
xtraeme
d6697f91b0 Updated to 1.0.18
Changes:

	Cleaned up and fixed a bug in the MaraDNS startup
	script. Now, the only prorcesses that will be killed
	will be bona fide MaraDNS processes.

Closes PR pkg/22963.
2003-09-26 10:11:58 +00:00
xtraeme
133995d090 Initial import of maradns 1.0.17.
Package provided by pancake <pancake@phreaker.net> via pkgsrc-wip.

MaraDNS is a package that implements the Domain Name Service (DNS), an
essential internet service. MaraDNS is intended for environments where a DNS
server must be secure and where the server must use the absolute minimum
number of resources possible. MaraDNS was created in response to issues
people had with the DNS servers available in early 2001; and has the
following design goals:

Security-aware programming. A DNS server needs to be secure. I have a number
of security features in the code, including:

   1. The code uses a special string library which is resistant to buffer
      overflows.

   2. The code, if started as root, mandates running as an unpriviledged user
      in a chroot() jail.

Open-Source. The 1.0 release of the DNS server is public-domain code;
the 1.2 release will be released under a very liberal BSD-style license.

Simplicity. This DNS server has the minimum number of features needed to
correctly act as an authoritative and/or recursive name server.
2003-09-25 14:12:50 +00:00