summaryrefslogtreecommitdiff
path: root/manualPorts/thunderbird
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-24 21:56:14 +0200
committerErich Eckner <git@eckner.net>2018-07-24 21:56:14 +0200
commitfd4648a953421fd3832298fa76fa19ba68b3bee0 (patch)
tree980c7bc537d306e6cb2b520d3aecd1916aa0d48e /manualPorts/thunderbird
parent2f99e3348fc074bfc386c90ec2a889c6b3200928 (diff)
downloadcrux-ports-fd4648a953421fd3832298fa76fa19ba68b3bee0.tar.xz
thunderbird: remove debug message
Diffstat (limited to 'manualPorts/thunderbird')
-rw-r--r--manualPorts/thunderbird/.md5sum2
-rw-r--r--manualPorts/thunderbird/.signature4
-rw-r--r--manualPorts/thunderbird/hashcash.patch4
3 files changed, 4 insertions, 6 deletions
diff --git a/manualPorts/thunderbird/.md5sum b/manualPorts/thunderbird/.md5sum
index dd87175..c0338c0 100644
--- a/manualPorts/thunderbird/.md5sum
+++ b/manualPorts/thunderbird/.md5sum
@@ -1,4 +1,4 @@
-353f52a1bf56cbe0cb58ba6d6151789e hashcash.patch
+2a5b674f0fa1391c1b1a7abe7b53b6d2 hashcash.patch
dfef11976fd4284e438a42da55129ecd thunderbird-52.9.1.source.tar.xz
9a78c5c35311cc20425913c5598bf2b9 thunderbird-install-dir.patch
87f8666f06ba8c3668e39068050bb77a thunderbird.desktop
diff --git a/manualPorts/thunderbird/.signature b/manualPorts/thunderbird/.signature
index 38ad2d0..3f9dc9b 100644
--- a/manualPorts/thunderbird/.signature
+++ b/manualPorts/thunderbird/.signature
@@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGmDZywvQY7tiUptGARu7Z6NBZ1KhnWI70isimqa4MisgLSUrRjbzdM1NHzMd499RJr0aJk0Kj1IrK/9qUd17dQo=
+RWQxCptPusLGGtqJtfJVsEBqILY59+UeLskeByWnxFDyfdVx3nZqxOjE1n6cY/kHOggFOx5X4x5YvZX46noyPWhMZvbimbCxEQw=
SHA256 (Pkgfile) = 252a0a069ab66a0930da861a55cb3bea086d29330b1b530ecb4f71cc8f2d0cc6
SHA256 (.footprint) = d32de78e18ab67c713ba07095b648690beaeb008b75dbf43c85a15dba4a5024a
SHA256 (thunderbird-52.9.1.source.tar.xz) = 286fa71504e7184f3a41bcbdebf591bebe8e04dccbad1c93a47c6e72a7125c4d
SHA256 (thunderbird.desktop) = c6bc6a66f16951c4f7560d019dad48968169aef6587cef4e98380a300078299a
SHA256 (thunderbird-install-dir.patch) = 6c13be23eb494fe80b9e593f299138ddebe4d90e6459ba7ec40b530765ac3768
-SHA256 (hashcash.patch) = 9293cadbc0cf1a06f9c98e8c8d1474fc4ccd1862e8e096fc7048a2d181786850
+SHA256 (hashcash.patch) = 6d16d2a71ce42f210d22016936f0bcf43fd6847f95c63eec884723f4c2e87b71
diff --git a/manualPorts/thunderbird/hashcash.patch b/manualPorts/thunderbird/hashcash.patch
index 4f9614a..bda8d52 100644
--- a/manualPorts/thunderbird/hashcash.patch
+++ b/manualPorts/thunderbird/hashcash.patch
@@ -1,11 +1,9 @@
--- thunderbird-45.0/mailnews/compose/src/nsMsgSend.cpp 2016-04-18 17:51:36.094512105 +0200
+++ thunderbird-45.0/mailnews/compose/src/nsMsgSend.cpp 2016-04-18 17:53:56.667729453 +0200
-@@ -3340,6 +3340,19 @@
+@@ -3340,6 +3340,17 @@
nsresult rv = StripOutGroupNames(buf);
NS_ENSURE_SUCCESS(rv, rv);
-+ printf("Erich war hier!");
-+
+ FILE *fpipe;
+ char line[256];
+ if (fpipe = (FILE*) popen("sendmailadvanced -s --no-encrypt -i /tmp/nsemail.eml","r"))