From bbad548497713c3ea16df1b84e7c3d9ef1a30fec Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 17 Oct 2016 11:55:20 +0200 Subject: [PATCH] thunderbird: Update version from 45.2.0 to 45.4.0 Change-log 45.3.0 [1]: > * Fixed: Certain messages caused corruption of the drafts summary database. > * Fixed: "edit as new message" on a received message pre-filled the sender as the composing identity. > * Fixed: Disposition-Notification-To could not be used in mail.compose.other.header > * Fixed: Various [security fixes][2] Chage-log 45.4.0 [3]: > * Fixed: "Apply columns to..." did not honor special folders > * Fixed: Threading broken when editing message draft, due to loss of Messageage-ID > * Fixed: Mail saved as template copied In-Reply-To and References from original email. > * Fixed: Additional spaces were inserted when drafts were edited. > * Fixed: Recipient addresses were shown in red despite being inserted from address book in some circumstances. > * Fixed: Display name was truncated if no separating space before email address. [1] https://www.mozilla.org/en-US/thunderbird/45.3.0/releasenotes/ [2] https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird45.3 [3] https://www.mozilla.org/en-US/thunderbird/45.4.0/releasenotes/ --- thunderbird.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index ce7b12e1a..5e0dfb50c 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-45.2.0-1 +# BEE_VERSION thunderbird-45.4.0-0 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz"