View | Details | Raw Unified | Return to bug 163325
Collapse All | Expand All

(-)dns/maradns/Makefile (-2 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
PORTNAME=	maradns
7
PORTNAME=	maradns
8
PORTVERSION=	1.4.06
8
PORTVERSION=	1.4.07
9
PORTREVISION=	1
10
CATEGORIES=	dns
9
CATEGORIES=	dns
11
MASTER_SITES=	http://www.maradns.org/download/1.4/${PORTVERSION}/ \
10
MASTER_SITES=	http://www.maradns.org/download/1.4/${PORTVERSION}/ \
12
		SF/${PORTNAME}/MaraDNS/${PORTVERSION}/
11
		SF/${PORTNAME}/MaraDNS/${PORTVERSION}/
Lines 15-23 Link Here
15
MAINTAINER=	decke@FreeBSD.org
14
MAINTAINER=	decke@FreeBSD.org
16
COMMENT=	DNS server with focus on security and simplicity
15
COMMENT=	DNS server with focus on security and simplicity
16
LICENSE=	BSD
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
17
REINPLACE_ARGS=	-i ""
19
REINPLACE_ARGS=	-i ""
18
MAKE_ENV=	FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
20
MAKE_ENV=	FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
21
USE_BZIP2=	yes
19
USE_RC_SUBR=	${PORTNAME} zoneserver
22
USE_RC_SUBR=	${PORTNAME} zoneserver
20
USERS=		bind
23
USERS=		bind
21
GROUPS=		bind
24
GROUPS=		bind
(-)dns/maradns/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (maradns-1.4.06.tar.gz) = e4c76b21fa0d415428437631170f27c7bdd343471842963f836563c118b26e69
1
SHA256 (maradns-1.4.07.tar.bz2) = 3397c33502524fdc0024347ffbaf7a6f37aa44c77cbebedbd062f35ed37d47ea
2
SIZE (maradns-1.4.06.tar.gz) = 1563213
2
SIZE (maradns-1.4.07.tar.bz2) = 1086526
(-)dns/maradns/pkg-descr (-4 lines)
Lines 5-26 Link Here
5
  server. For example, MaraDNS has always randomized, using a secure random
5
  server. For example, MaraDNS has always randomized, using a secure random
6
  number generator, the Query ID and source port of DNS queries; and was never
6
  number generator, the Query ID and source port of DNS queries; and was never
7
  vulnerable to the "new" cache poisoning attack.
7
  vulnerable to the "new" cache poisoning attack.
8
9
o Supported. MaraDNS has a long history of being maintained and updated.
8
o Supported. MaraDNS has a long history of being maintained and updated.
10
  Actively developed since 2001, MaraDNS continues to be fully supported: The
9
  Actively developed since 2001, MaraDNS continues to be fully supported: The
11
  most recent release was done on August 4, 2009. Deadwood, the code that will
10
  most recent release was done on August 4, 2009. Deadwood, the code that will
12
  become part of MaraDNS 2.0, is frequently updated.
11
  become part of MaraDNS 2.0, is frequently updated.
13
14
o Easy to use. A basic recursive configuration needs only a single three-line
12
o Easy to use. A basic recursive configuration needs only a single three-line
15
  configuration file. A basic authoritative configuration needs only a four-line
13
  configuration file. A basic authoritative configuration needs only a four-line
16
  configuration file and a one-line zone file. MaraDNS is fully documented, with
14
  configuration file and a one-line zone file. MaraDNS is fully documented, with
17
  both easy-to-follow tutorials and a complete and up-to-date reference manual.
15
  both easy-to-follow tutorials and a complete and up-to-date reference manual.
18
19
o Small. MaraDNS is well suited for embedded applications and other environments
16
o Small. MaraDNS is well suited for embedded applications and other environments
20
  where the server must use the absolute minimum number of resources possible.
17
  where the server must use the absolute minimum number of resources possible.
21
  MaraDNS' binary is smaller than that of any other currently maintained
18
  MaraDNS' binary is smaller than that of any other currently maintained
22
  recursive DNS server.
19
  recursive DNS server.
23
24
o Open Source. MaraDNS is fully open-source, The license is a two-clause BSD
20
o Open Source. MaraDNS is fully open-source, The license is a two-clause BSD
25
  license that is almost identical to the FreeBSD license.
21
  license that is almost identical to the FreeBSD license.

Return to bug 163325