./net/maradns, Secure DNS server for *NIX systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q1, Version: 1.4.06, Package name: maradns-1.4.06, Maintainer: pkgsrc-users

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. It has 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.


Master sites:

SHA1: 7de7481512aec606b761c10f67d2da8fc808161b
RMD160: 160e0d3d64a29a5ae1c8262d6d80763a68ca7b2d
Filesize: 1060.533 KB

Version history: (Expand)


CVS history: (Expand)


   2011-05-07 12:47:32 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #3424 - requested by obache
net/maradns: security update

Revisions pulled up:
- net/maradns/Makefile                                          1.23
- net/maradns/distinfo                                          1.12
- net/maradns/patches/patch-ad                                  1.4

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Fri May  6 11:36:24 UTC 2011

   Modified Files:
   	pkgsrc/net/maradns: Makefile distinfo
   	pkgsrc/net/maradns/patches: patch-ad

   Log message:
   Update maradns to 1.4.06.

       maradns-1.4.06:

       This is the stable branch of MaraDNS.

           * Fix for CVE-2011-0520
           * Deadwood updated to 3.0.02

         (2011.01.28)

       maradns-1.4.05:

       This is a stable branch of MaraDNS.

           * Deadwood updated to the stable 3.0.01 release.
           * MicroDNS now returns "not implemented" when given an EDNS \ 
packet
           * FAQ updated.

         (2010.09.25)

       maradns-1.4.04:

       This is the stable branch of MaraDNS.

           * Bugfix: NAPTR records now work when ~ is used to separate
             records
           * NAPTR records now documented
           * Bugfix: ANY queries now correctly work with NS referrals
           * Example IPv6 addresses now use RFC-4193 compliant IPs
           * Website updated to point out that Deadwood is now feature
             complete and ready for beta-testing
           * Some updates to the SQA regressions
           * Deadwood updated to Deadwood 2.9.02
           * Windows-only mkSecretTxt program added (*NIX users can
             just type in "dd if=/dev/urandom of=secret.txt bs=64
             count=1"; this gives Windows the same ability).

         (2010.07.31)