diff options
author | Juergen Daubert <jue@jue.li> | 2011-12-30 17:26:26 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-12-30 17:41:14 +0100 |
commit | d4d0716b84b903f36b5ab19c3afde5bbef2fbb76 (patch) | |
tree | 71c0b99f67b9e09021e00f2f6986d06c84c7fd5e /maradns | |
parent | fc145b8db9416ebe38bdac9f29eb3a98bcb46a26 (diff) | |
download | opt-d4d0716b84b903f36b5ab19c3afde5bbef2fbb76.tar.gz opt-d4d0716b84b903f36b5ab19c3afde5bbef2fbb76.tar.xz |
[notify] maradns: update to 1.4.08
Security fix, see http://www.samiam.org/blog/20111229.html
Note: I no longer use maradns but a combo of dnsmasq [1] and
unbound [2] instead, so it might happen that I'll drop the port.
Dnsmasq is a easy to configure authoritative DNS server with
additional DHCP server and unbound a DNSSEC aware recursive,
caching resolver. Highly recommended.
[1] http://www.thekelleys.org.uk/dnsmasq/doc.html
[2] http://unbound.net/
Diffstat (limited to 'maradns')
-rw-r--r-- | maradns/.md5sum | 2 | ||||
-rw-r--r-- | maradns/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/maradns/.md5sum b/maradns/.md5sum index 06115cfc4..a852ef674 100644 --- a/maradns/.md5sum +++ b/maradns/.md5sum @@ -1,4 +1,4 @@ 6e2f5cfb258b8955fa345a2070b6c4b0 db.localhost 020d9bffda1f19fa9287c80672554ecf maradns -799f7326fae8a3a2f9faae639e497bc0 maradns-1.4.07.tar.bz2 +e227904c213d42fcbcb9440ae827fb14 maradns-1.4.08.tar.bz2 5b860ff2ae93ffe85ba24500618d17b8 mararc diff --git a/maradns/Pkgfile b/maradns/Pkgfile index e8d492bd9..ea7e2d679 100644 --- a/maradns/Pkgfile +++ b/maradns/Pkgfile @@ -3,9 +3,9 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=maradns -version=1.4.07 +version=1.4.08 release=1 -source=(http://www.maradns.org/download/1.4/$version/maradns-$version.tar.bz2 \ +source=(http://www.maradns.org/download/1.4/maradns-$version.tar.bz2 \ mararc maradns db.localhost) build () { |