diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-22 10:07:03 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-22 10:07:03 +0000 |
commit | 6b58b4fc6ac18b5f07a2fb8b2fe3f7115738ea8a (patch) | |
tree | 2a690fd7b9c28a8d676d810f1f929d026da586c3 /dns | |
parent | - Update to 1.5.18 (diff) |
- Updated to 1.2.12.05
- Fixed a typo in pkg-descr
PR: ports/109340
Submitted by: Alex Kapranoff <alex at kapranoff.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=185685
Diffstat (limited to 'dns')
-rw-r--r-- | dns/maradns/Makefile | 2 | ||||
-rw-r--r-- | dns/maradns/distinfo | 6 | ||||
-rw-r--r-- | dns/maradns/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 5da4c77fb6db..1ff500a16760 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -6,7 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 1.2.12.04 +PORTVERSION= 1.2.12.05 CATEGORIES= dns MASTER_SITES= http://www.maradns.org/download/1.2/${PORTVERSION}/ \ http://kapranoff.ru/~kappa/files/ diff --git a/dns/maradns/distinfo b/dns/maradns/distinfo index 6b74d489b2c8..58038f032326 100644 --- a/dns/maradns/distinfo +++ b/dns/maradns/distinfo @@ -1,3 +1,3 @@ -MD5 (maradns-1.2.12.04.tar.bz2) = 957b7772d22f30cb948def52eb6eaaf6 -SHA256 (maradns-1.2.12.04.tar.bz2) = 55b843b9e0f33aaab8a37537ce17358f9ca8df66990fedc0eee86b876270bcfe -SIZE (maradns-1.2.12.04.tar.bz2) = 987784 +MD5 (maradns-1.2.12.05.tar.bz2) = b0094bf223fe052f4551c6a20391ba92 +SHA256 (maradns-1.2.12.05.tar.bz2) = 205387c31bf89307de2a37c21314549dce16c99926e000170c7f390cb4bef03e +SIZE (maradns-1.2.12.05.tar.bz2) = 1060790 diff --git a/dns/maradns/pkg-descr b/dns/maradns/pkg-descr index 84e451eae3e3..1f7b2c2dbb91 100644 --- a/dns/maradns/pkg-descr +++ b/dns/maradns/pkg-descr @@ -5,7 +5,7 @@ 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 + 2. The code, if started as root, mandates running as an unprivileged user in a chroot() jail. * Open-Source. This DNS server is public-domain code. There are no restrictions |