[maradns/f19] fix against possible blind spoof attack

Tomasz Torcz ttorcz at fedoraproject.org
Mon Dec 2 12:09:31 UTC 2013


commit fc0577072d9a3da6007a625a092f5c041f8f97c8
Author: Tomasz Torcz <tomek at pipebreaker.pl>
Date:   Mon Dec 2 13:06:57 2013 +0100

    fix against possible blind spoof attack

 .gitignore   |    1 +
 maradns.spec |    7 +++++--
 sources      |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d57723c..bf14490 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ maradns-1.3.07.09.tar.lzma
 /maradns-2.0.06.tar.xz
 /maradns-2.0.07.tar.xz
 /maradns-2.0.07c.tar.bz2
+/maradns-2.0.07d.tar.bz2
diff --git a/maradns.spec b/maradns.spec
index b0fcecc..92fd46b 100644
--- a/maradns.spec
+++ b/maradns.spec
@@ -1,6 +1,6 @@
 Name:		maradns
-Version:	2.0.07c
-Release:	2%{?dist}
+Version:	2.0.07d
+Release:	1%{?dist}
 Summary:	Authoritative and recursive DNS server made with security in mind
 # recursive resolver is shipped in versioned directory
 %global dwood_ver	3.2.03c
@@ -164,6 +164,9 @@ fi
 
 
 %changelog
+* Mon Dec 02 2013 Tomasz Torcz <ttorcz at fedoraproject.org> - 2.0.07d-1
+- fix against possible blind spoof attack
+
 * Sun Oct 13 2013 Tomasz Torcz <ttorcz at fedoraproject.org> - 2.0.07c-2
 - refresh systemd patch, introduce additional deps on network-online (#1015282)
 
diff --git a/sources b/sources
index c929777..642021a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd88de9960527799fcec5a1b41d70db1  maradns-2.0.07c.tar.bz2
+86ea2e0dfd7053155aa76de2313a45d0  maradns-2.0.07d.tar.bz2


More information about the scm-commits mailing list