summaryrefslogtreecommitdiff
path: root/9c/142febf53d485dc28de5350a0c55d7849708ec
blob: 500b6d743369a8c3da7c2d5e1aa5500edf59de1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <bitcoin@olivere.de>) id 1WbcuC-0001MF-8j
	for bitcoin-development@lists.sourceforge.net;
	Sat, 19 Apr 2014 21:34:36 +0000
X-ACL-Warn: 
Received: from olivere.de ([85.214.144.153] helo=mail.olivere.de)
	by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.76) id 1Wbcu8-0002am-VF
	for bitcoin-development@lists.sourceforge.net;
	Sat, 19 Apr 2014 21:34:36 +0000
Received: from ip-84-118-179-179.unity-media.net ([84.118.179.179]:36326
	helo=[192.168.88.251])
	by mail.olivere.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)
	(Exim 4.72) (envelope-from <bitcoin@olivere.de>) id 1Wbcu2-0002Ig-CK
	for bitcoin-development@lists.sourceforge.net;
	Sat, 19 Apr 2014 23:34:26 +0200
Message-ID: <5352EBDF.2090504@olivere.de>
Date: Sat, 19 Apr 2014 23:34:23 +0200
From: Oliver Egginger <bitcoin@olivere.de>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: Bitcoin Development <bitcoin-development@lists.sourceforge.net>
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.7 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay
	domain
X-Headers-End: 1Wbcu8-0002am-VF
Subject: [Bitcoin-development] Update alert false positives
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Sat, 19 Apr 2014 21:34:36 -0000

Hello,

bitcoin-qt produces on many systems an unnecessary alert:

"URGENT: Upgrade required: see https://www.bitcoin.org/heartbleed"

Especially the stable channel is affected:

https://launchpad.net/~bitcoin/+archive/bitcoin

This is a bit frightening for normal users. I think the best would be to
turn off this message (if possible). It produces too many false
positives and motivates people to maybe harmful workarounds.

- oliver