thozza pushed to unbound (f22). "Remove unused patch (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 17 07:50:56 UTC 2015


>From db662d6a2c8be81f0ba9c58811b0f82c071ffdba Mon Sep 17 00:00:00 2001
From: Tomas Hozza <thozza at redhat.com>
Date: Mon, 13 Apr 2015 12:40:56 +0200
Subject: Remove unused patch

Signed-off-by: Tomas Hozza <thozza at redhat.com>

diff --git a/unbound-1.5.0-arc4random-race-condition.patch b/unbound-1.5.0-arc4random-race-condition.patch
deleted file mode 100644
index 7f52ddc..0000000
--- a/unbound-1.5.0-arc4random-race-condition.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From b4200f7e7ac1ca4a315df84e92cd31d8ba423cee Mon Sep 17 00:00:00 2001
-From: wouter <wouter at be551aaa-1e26-0410-a405-d3ace91eadb9>
-Date: Fri, 21 Nov 2014 08:22:18 +0000
-Subject: [PATCH] - Fix crash on multiple thread random usage on systems
- without   arc4random.
-
-git-svn-id: http://unbound.nlnetlabs.nl/svn/trunk@3277 be551aaa-1e26-0410-a405-d3ace91eadb9
----
- compat/arc4_lock.c | 4 +++-
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/compat/arc4_lock.c b/compat/arc4_lock.c
-index ce8bb41..faa743d 100644
---- a/compat/arc4_lock.c
-+++ b/compat/arc4_lock.c
-@@ -53,8 +53,10 @@ static int arc4lockinit = 0;
- 
- void _ARC4_LOCK(void)
- {
--	if(!arc4lockinit)
-+	if(!arc4lockinit) {
-+		arc4lockinit = 1;
- 		lock_quick_init(&arc4lock);
-+	}
- 	lock_quick_lock(&arc4lock);
- }
- 
--- 
-1.9.3
-
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/unbound.git/commit/?h=f22&id=db662d6a2c8be81f0ba9c58811b0f82c071ffdba


More information about the scm-commits mailing list