Update to version 1.0.09.
Better DESCR. brad@ ok
This commit is contained in:
parent
41ff5070a2
commit
cc32ceb953
@ -1,6 +1,6 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/15 20:19:32 brad Exp $
|
# $OpenBSD: Makefile,v 1.2 2002/11/21 16:52:03 margarida Exp $
|
||||||
|
|
||||||
VERSION= 1.0.08
|
VERSION= 1.0.09
|
||||||
|
|
||||||
MASTER_SITES= ${HOMEPAGE}/download/ \
|
MASTER_SITES= ${HOMEPAGE}/download/ \
|
||||||
http://maradns.3va.net/download/ \
|
http://maradns.3va.net/download/ \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (maradns-1.0.08.tar.gz) = 5eca03ef6e95af94912c0810178baa08
|
MD5 (maradns-1.0.09.tar.gz) = c88d1ca6b73b936aaafd917e32ba95e6
|
||||||
RMD160 (maradns-1.0.08.tar.gz) = 7443d90e2b4fe121c94b4285cbe7558d13a35128
|
RMD160 (maradns-1.0.09.tar.gz) = 23cd857494a99ccc4f0a3d818d21197a647a0e12
|
||||||
SHA1 (maradns-1.0.08.tar.gz) = 37c0af32cea7ec9dc70616cc489ce8cabb84c2c1
|
SHA1 (maradns-1.0.09.tar.gz) = 1a4937b41808dbf30f27feac4b4ef67588bb53d9
|
||||||
|
@ -1,4 +1,19 @@
|
|||||||
maradns is a DNS server written with security, simplicity,
|
maradns is a DNS server written with security, simplicity,
|
||||||
and performance in mind.
|
and performance in mind.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* Security-aware programming.
|
||||||
|
A DNS server needs to be secure.
|
||||||
|
There's 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
|
||||||
|
unprivledged user in a chroot() jail.
|
||||||
|
* Open-Source.
|
||||||
|
This DNS server is public-domain code.
|
||||||
|
There are no restrictions attached to this code.
|
||||||
|
* Simplicity.
|
||||||
|
This DNS server has the minimum number of features needed to correctly
|
||||||
|
act as an authoritative and/or recursive name server.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
WWW: ${HOMEPAGE}
|
||||||
|
Loading…
Reference in New Issue
Block a user