thunderbird.git
4 years agoMerge version 1:91.3.2-1+rpi1 and 1:91.4.0-1 to produce 1:91.4.0-1+rpi1 archive/raspbian/1%91.4.0-1+rpi1 raspbian/1%91.4.0-1+rpi1
Raspbian automatic forward porter [Fri, 17 Dec 2021 05:19:26 +0000 (05:19 +0000)]
Merge version 1:91.3.2-1+rpi1 and 1:91.4.0-1 to produce 1:91.4.0-1+rpi1

4 years agoCommit Debian 3.0 (quilt) metadata archive/raspbian/1%91.3.2-1+rpi1 raspbian/1%91.3.2-1+rpi1
Peter Michael Green [Thu, 16 Dec 2021 16:57:18 +0000 (16:57 +0000)]
Commit Debian 3.0 (quilt) metadata

[dgit (9.14) quilt-fixup]

4 years agoUse a #define instead of a typedef for double_t in fdlibm to prevent conflicting...
Peter Michael Green [Thu, 16 Dec 2021 16:46:38 +0000 (16:46 +0000)]
Use a #define instead of a typedef for double_t in fdlibm to prevent conflicting definitions error.

4 years agoTake further steps to disable neon in qcms.
Peter Michael Green [Thu, 9 Dec 2021 22:16:40 +0000 (22:16 +0000)]
Take further steps to disable neon in qcms.

4 years agoFix a typo (lines in wrong order) made when merging rust-configure.
Peter Michael Green [Thu, 9 Dec 2021 21:25:54 +0000 (21:25 +0000)]
Fix a typo (lines in wrong order) made when merging rust-configure.

4 years agoupdate patch-out-neon-in-freebl.patch
Peter Michael Green [Thu, 9 Dec 2021 20:37:14 +0000 (20:37 +0000)]
update patch-out-neon-in-freebl.patch

4 years agoupdate disable-neon-in-qcms.patch
Peter Michael Green [Thu, 9 Dec 2021 20:26:24 +0000 (20:26 +0000)]
update disable-neon-in-qcms.patch

4 years agoupdate try-harder-to-disable-neon.patch
Peter Michael Green [Thu, 9 Dec 2021 20:13:36 +0000 (20:13 +0000)]
update try-harder-to-disable-neon.patch

4 years agoReduce context in try-to-disable-neon.patch
Peter Michael Green [Thu, 9 Dec 2021 20:03:00 +0000 (20:03 +0000)]
Reduce context in try-to-disable-neon.patch

4 years agoupdate raspbian-rust-triplet-hack.patch
Peter Michael Green [Thu, 9 Dec 2021 19:50:39 +0000 (19:50 +0000)]
update raspbian-rust-triplet-hack.patch

4 years agoManual merge of version 1:78.14.0-1+rpi1 and 1:91.3.2-1 to produce 1:91.3.2-1+rpi1
Peter Michael Green [Thu, 9 Dec 2021 16:20:34 +0000 (16:20 +0000)]
Manual merge of version 1:78.14.0-1+rpi1 and 1:91.3.2-1 to produce 1:91.3.2-1+rpi1

4 years agoMerge thunderbird (1:91.4.0-1) import into refs/heads/workingbranch
Carsten Schoenert [Tue, 7 Dec 2021 17:26:44 +0000 (17:26 +0000)]
Merge thunderbird (1:91.4.0-1) import into refs/heads/workingbranch

4 years agoFix Floating-Point Normalization breakage on 32bit Linux
Carsten Schoenert [Sun, 21 Nov 2021 17:24:23 +0000 (18:24 +0100)]
Fix Floating-Point Normalization breakage on 32bit Linux

This patch is picked from ther bug report about broken
Floating-Point Normalization breaks build on 32bit Linux from the user
acmodor https://bugzilla.mozilla.org/attachment.cgi?id=9250378

Author: Christoph Moench-Tegeder and acmodor
Forwarded: https://bugzilla.mozilla.org/attachment.cgi?id=9250378

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Fix-Floating-Point-Normalization-breakage-on-32bit-Linux.patch

4 years agoDecrease Cargo minimal version to 1.46.0
Carsten Schoenert [Sat, 19 Dec 2020 08:14:20 +0000 (09:14 +0100)]
Decrease Cargo minimal version to 1.46.0

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Decrease-Cargo-minimal-version-to-1.46.0.patch

4 years agoMake Thunderbird build reproducible
Carsten Schoenert [Sun, 6 Oct 2019 08:03:15 +0000 (10:03 +0200)]
Make Thunderbird build reproducible

Cherry picked from OpenSuse
https://build.opensuse.org/request/show/732106

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Make-Thunderbird-build-reproducible.patch

4 years agoDon't use LLVM internal assembler on armhf
Carsten Schoenert [Sat, 5 Oct 2019 17:23:45 +0000 (19:23 +0200)]
Don't use LLVM internal assembler on armhf

Avoid the usage of LLVM own assembler implementation on specific parts
as the assembler isn't build with NEON support.

Author: Olivier Tilloy <olivier.tilloy@canonical.com>
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561819

Gbp-Pq: Topic porting-armhf
Gbp-Pq: Name Don-t-use-LLVM-internal-assembler-on-armhf.patch

4 years agowork around a build failure with clang on ppc64el
Carsten Schoenert [Sat, 5 Oct 2019 13:34:16 +0000 (15:34 +0200)]
work around a build failure with clang on ppc64el

Author: Olivier Tilloy <olivier.tilloy@canonical.com>
Bug: https://bugzilla.mozilla.org/1555531

Gbp-Pq: Topic porting-ppc64el
Gbp-Pq: Name work-around-a-build-failure-with-clang-on-ppc64el.patch

4 years agoWork around GCC ICE on mips*, i386 and s390x
Mike Hommey [Fri, 12 Jul 2019 09:28:34 +0000 (18:28 +0900)]
Work around GCC ICE on mips*, i386 and s390x

Cherry picked from Firefox packaging.

Closes: #931757
Gbp-Pq: Topic porting
Gbp-Pq: Name Work-around-GCC-ICE-on-mips-i386-and-s390x.patch

4 years agoUse remoting name for call to gdk_set_program_class
Mike Hommey [Sun, 2 Sep 2018 22:37:40 +0000 (07:37 +0900)]
Use remoting name for call to gdk_set_program_class

Closes: #907574
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Use-remoting-name-for-call-to-gdk_set_program_class.patch

4 years agoSet program name from the remoting name
Mike Hommey [Sat, 4 Feb 2017 23:41:22 +0000 (08:41 +0900)]
Set program name from the remoting name

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Set-program-name-from-the-remoting-name.patch

4 years agoBug 1556197 - amend Bug-1544631 for fixing mips32.
qiaopengcheng [Sat, 1 Jun 2019 22:28:24 +0000 (07:28 +0900)]
Bug 1556197 - amend Bug-1544631 for fixing mips32.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-1556197-amend-Bug-1544631-for-fixing-mips32.patch

4 years agoAllow .js preference files to set locked prefs with lockPref()
Mike Hommey [Sat, 21 Jun 2008 00:48:46 +0000 (02:48 +0200)]
Allow .js preference files to set locked prefs with lockPref()

Gbp-Pq: Topic fixes
Gbp-Pq: Name Allow-.js-preference-files-to-set-locked-prefs-with-lockP.patch

4 years agoBug 1526653 - Include struct definitions for user_vfp and user_vfp_exc.
Mike Hommey [Sat, 1 Jun 2019 00:06:01 +0000 (09:06 +0900)]
Bug 1526653 - Include struct definitions for user_vfp and user_vfp_exc.

Gbp-Pq: Topic porting-armhf
Gbp-Pq: Name Bug-1526653-Include-struct-definitions-for-user_vfp-and-u.patch

4 years agoAvoid using vmrs/vmsr on armel
Mike Hommey [Mon, 21 May 2018 22:51:56 +0000 (07:51 +0900)]
Avoid using vmrs/vmsr on armel

Gbp-Pq: Topic porting-armel
Gbp-Pq: Name Avoid-using-vmrs-vmsr-on-armel.patch

4 years agoadding missed HURD adoptions
Carsten Schoenert [Sun, 24 Apr 2016 18:49:46 +0000 (20:49 +0200)]
adding missed HURD adoptions

Based on https://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2016-April/027634.html

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name adding-missed-HURD-adoptions.patch

4 years agoFTBFS hurd: fixing unsupported platform Hurd
Carsten Schoenert [Sat, 29 Mar 2014 19:58:55 +0000 (20:58 +0100)]
FTBFS hurd: fixing unsupported platform Hurd

On the Hurd platform the build failed in
js/src/jit/AsmJSSignalHandlers.cpp:131 because of unsupported
mode for reading / writing thead state with following message.

 # error "Don't know how to read/write to the thread state via the mcontext_t."

The original patch comes from Richard Brown <rbraun@sceen.net>
https://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2014-March/015565.html

After release of Thunderbird 44 there are additional changes made as the
various configuration files where split into more files.

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name FTBFS-hurd-fixing-unsupported-platform-Hurd.patch

4 years agoipc/chromium: fix #if define() for kFreeBSD and Hurd
Christoph Goehre [Wed, 31 Oct 2012 17:27:07 +0000 (13:27 -0400)]
ipc/chromium: fix #if define() for kFreeBSD and Hurd

The kFreeBSD and Hurd platforms need some other macros to include
the correct needed headers.
Depended on this some minor changes to call the correct functions
also needed. Also the list of the cpp source file for the chromium
things needs to expanded.
The changes is an adoption of the previous dropped patch 'Fix
ipc/chromium on kFreeBSD and Hurd' from the version 17.

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name ipc-chromium-fix-if-define-for-kFreeBSD-and-Hurd.patch

4 years agoBug 628252 - os2.cc fails to compile against GCC 4.6, missing #include <cstddef>...
Christopher Aillon [Tue, 8 Feb 2011 19:16:37 +0000 (14:16 -0500)]
Bug 628252 - os2.cc fails to compile against GCC 4.6, missing #include <cstddef>; r,a=roc

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-628252-os2.cc-fails-to-compile-against-GCC-4.6-m.patch

4 years agoDon't auto-disable extensions in system directories
Christoph Goehre [Sat, 24 Mar 2012 10:54:43 +0000 (11:54 +0100)]
Don't auto-disable extensions in system directories

Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

4 years agoSet javascript.options.showInConsole
Mike Hommey [Sat, 8 Dec 2007 18:24:40 +0000 (19:24 +0100)]
Set javascript.options.showInConsole

Gbp-Pq: Topic prefs
Gbp-Pq: Name Set-javascript.options.showInConsole.patch

4 years agoLoad dependent libraries with their real path
Christoph Goehre [Mon, 16 Sep 2013 18:40:57 +0000 (20:40 +0200)]
Load dependent libraries with their real path

Gbp-Pq: Topic fixes
Gbp-Pq: Name Load-dependent-libraries-with-their-real-path.patch

4 years agoAllow ipc code to build on GNU/hurd
Christoph Goehre [Sat, 6 Aug 2011 15:55:14 +0000 (17:55 +0200)]
Allow ipc code to build on GNU/hurd

Thanks: Pino Toscano <pino@debian.org>

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name Allow-ipc-code-to-build-on-GNU-hurd.patch

4 years agoAllow ipc code to build on GNU/kfreebsd
Mike Hommey [Thu, 30 Jun 2011 16:29:22 +0000 (18:29 +0200)]
Allow ipc code to build on GNU/kfreebsd

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name Allow-ipc-code-to-build-on-GNU-kfreebsd.patch

4 years agoDon't error-out when run-time libsqlite is older than build-time libsqlite
Mike Hommey [Mon, 5 Apr 2010 15:58:23 +0000 (17:58 +0200)]
Don't error-out when run-time libsqlite is older than build-time libsqlite

In Debian, we have shlibs to handle this.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Don-t-error-out-when-run-time-libsqlite-is-older-tha.patch

4 years agoAppdata: Fix up AppStream error by adding missing field
Carsten Schoenert [Sun, 18 Oct 2020 06:39:44 +0000 (08:39 +0200)]
Appdata: Fix up AppStream error by adding missing field

The AppStream data is missing the lauchable element.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Appdata-Fix-up-AppStream-error-by-adding-missing-field.patch

4 years agoAppdata: Adding some German translations
Carsten Schoenert [Sun, 18 Oct 2020 06:38:29 +0000 (08:38 +0200)]
Appdata: Adding some German translations

Gbp-Pq: Topic fixes
Gbp-Pq: Name Appdata-Adding-some-German-translations.patch

4 years agoProperly launch applications set in $HOME/.mailcap
Mike Hommey [Sat, 22 Nov 2008 08:35:23 +0000 (09:35 +0100)]
Properly launch applications set in $HOME/.mailcap

https://bugzilla.mozilla.org/show_bug.cgi?id=444440

Gbp-Pq: Topic fixes
Gbp-Pq: Name Properly-launch-applications-set-in-HOME-.mailcap.patch

4 years agoDisable optimization on alpha for the url-classifier component
Mike Hommey [Sun, 2 Nov 2008 16:56:24 +0000 (17:56 +0100)]
Disable optimization on alpha for the url-classifier component

The use of this component leads to crashes when built with optimizations.

Gbp-Pq: Topic porting
Gbp-Pq: Name Disable-optimization-on-alpha-for-the-url-classifier.patch

4 years agoLDAP: support building on GNU/kFreeBSD and GNU/Hurd
Mike Hommey [Tue, 11 Mar 2008 07:29:25 +0000 (08:29 +0100)]
LDAP: support building on GNU/kFreeBSD and GNU/Hurd

https://bugzilla.mozilla.org/show_bug.cgi?id=356011

Squashed kFreeBSD/Hurd related fixes:
- Fix FTBFS on Hurd-i386
- Build fixes for GNU/kFreeBSD in directory/
- Missing bits for Hurd support

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name LDAP-support-building-on-GNU-kFreeBSD-and-GNU-Hurd.patch

4 years agoAdd another preferences directory for applications: preferences/syspref
Mike Hommey [Sat, 21 Jun 2008 01:09:21 +0000 (03:09 +0200)]
Add another preferences directory for applications: preferences/syspref

This can be used to symlink to /etc/thunderbird/pref.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-another-preferences-directory-for-applications-p.patch

4 years agoStrip version number from application before installation
Guido Günther [Sat, 24 Nov 2012 10:39:58 +0000 (11:39 +0100)]
Strip version number from application before installation

Strip thunderbird's version number from the installation directories so
we have a fixed location for extensions that build against it.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Strip-version-number-from-application-before-installation.patch

4 years agosl: change Edit (Uredi) to CTRL+E
Christoph Goehre [Mon, 5 Sep 2011 17:21:25 +0000 (19:21 +0200)]
sl: change Edit (Uredi) to CTRL+E

Closes: #601331
Gbp-Pq: Topic thunderbird-l10n
Gbp-Pq: Name sl-change-Edit-Uredi-to-CTRL-E.patch

4 years agothunderbird (1:91.4.0-1) unstable; urgency=medium
Carsten Schoenert [Tue, 7 Dec 2021 17:26:44 +0000 (17:26 +0000)]
thunderbird (1:91.4.0-1) unstable; urgency=medium

  * [7752be0] d/source.filter: Small updates to filtering list
  * [0899850] New upstream version 91.4.0
    Fixed CVE issues in upstream version 91.4 (MFSA 2021-54):
    CVE-2021-43536: URL leakage when navigating while executing asynchronous
                    function
    CVE-2021-43537: Heap buffer overflow when using structured clone
    CVE-2021-43538: Missing fullscreen and pointer lock notification when
                    requesting both
    CVE-2021-43539: GC rooting failure when calling wasm instance methods
    CVE-2021-43541: External protocol handler parameters were unescaped
    CVE-2021-43542: XMLHttpRequest error codes could have leaked the existence
                    of an external protocol handler
    CVE-2021-43543: Bypass of CSP sandbox directive when embedding
    CVE-2021-43545: Denial of Service when using the Location API in a loop
    CVE-2021-43546: Cursor spoofing could overlay user interface when native
                    cursor is zoomed
    CVE-2021-43528: JavaScript unexpectedly enabled for the composition area
    MOZ-2021-0009: Memory safety bugs fixed in Thunderbird 91.4.0
  * [afd7750] d/t.lintian-overrides: Update entries due renamed tags
    Some Lintan tags were renamed, thus requires am adjustment of the existing
    overrides.
  * [30a387c] d/s/lintian-overrides: Adjust most of the existing entries
    Same as before but for the source package.

[dgit import unpatched thunderbird 1:91.4.0-1]

4 years agoImport thunderbird_91.4.0.orig.tar.xz
Carsten Schoenert [Tue, 7 Dec 2021 17:26:44 +0000 (17:26 +0000)]
Import thunderbird_91.4.0.orig.tar.xz

[dgit import orig thunderbird_91.4.0.orig.tar.xz]

4 years agoImport thunderbird_91.4.0.orig-thunderbird-l10n.tar.xz
Carsten Schoenert [Tue, 7 Dec 2021 17:26:44 +0000 (17:26 +0000)]
Import thunderbird_91.4.0.orig-thunderbird-l10n.tar.xz

[dgit import orig thunderbird_91.4.0.orig-thunderbird-l10n.tar.xz]

4 years agoImport thunderbird_91.4.0-1.debian.tar.xz
Carsten Schoenert [Tue, 7 Dec 2021 17:26:44 +0000 (17:26 +0000)]
Import thunderbird_91.4.0-1.debian.tar.xz

[dgit import tarball thunderbird 1:91.4.0-1 thunderbird_91.4.0-1.debian.tar.xz]

4 years agoMerge thunderbird (1:91.3.2-1) import into refs/heads/workingbranch
Carsten Schoenert [Sun, 21 Nov 2021 17:29:42 +0000 (17:29 +0000)]
Merge thunderbird (1:91.3.2-1) import into refs/heads/workingbranch

4 years agoFix Floating-Point Normalization breakage on 32bit Linux
Carsten Schoenert [Sun, 21 Nov 2021 17:24:23 +0000 (18:24 +0100)]
Fix Floating-Point Normalization breakage on 32bit Linux

This patch is picked from ther bug report about broken
Floating-Point Normalization breaks build on 32bit Linux from the user
acmodor https://bugzilla.mozilla.org/attachment.cgi?id=9250378

Author: Christoph Moench-Tegeder and acmodor
Forwarded: https://bugzilla.mozilla.org/attachment.cgi?id=9250378

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Fix-Floating-Point-Normalization-breakage-on-32bit-Linux.patch

4 years agoDecrease Cargo minimal version to 1.46.0
Carsten Schoenert [Sat, 19 Dec 2020 08:14:20 +0000 (09:14 +0100)]
Decrease Cargo minimal version to 1.46.0

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Decrease-Cargo-minimal-version-to-1.46.0.patch

4 years agoMake Thunderbird build reproducible
Carsten Schoenert [Sun, 6 Oct 2019 08:03:15 +0000 (10:03 +0200)]
Make Thunderbird build reproducible

Cherry picked from OpenSuse
https://build.opensuse.org/request/show/732106

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Make-Thunderbird-build-reproducible.patch

4 years agoDon't use LLVM internal assembler on armhf
Carsten Schoenert [Sat, 5 Oct 2019 17:23:45 +0000 (19:23 +0200)]
Don't use LLVM internal assembler on armhf

Avoid the usage of LLVM own assembler implementation on specific parts
as the assembler isn't build with NEON support.

Author: Olivier Tilloy <olivier.tilloy@canonical.com>
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561819

Gbp-Pq: Topic porting-armhf
Gbp-Pq: Name Don-t-use-LLVM-internal-assembler-on-armhf.patch

4 years agowork around a build failure with clang on ppc64el
Carsten Schoenert [Sat, 5 Oct 2019 13:34:16 +0000 (15:34 +0200)]
work around a build failure with clang on ppc64el

Author: Olivier Tilloy <olivier.tilloy@canonical.com>
Bug: https://bugzilla.mozilla.org/1555531

Gbp-Pq: Topic porting-ppc64el
Gbp-Pq: Name work-around-a-build-failure-with-clang-on-ppc64el.patch

4 years agoWork around GCC ICE on mips*, i386 and s390x
Mike Hommey [Fri, 12 Jul 2019 09:28:34 +0000 (18:28 +0900)]
Work around GCC ICE on mips*, i386 and s390x

Cherry picked from Firefox packaging.

Closes: #931757
Gbp-Pq: Topic porting
Gbp-Pq: Name Work-around-GCC-ICE-on-mips-i386-and-s390x.patch

4 years agoUse remoting name for call to gdk_set_program_class
Mike Hommey [Sun, 2 Sep 2018 22:37:40 +0000 (07:37 +0900)]
Use remoting name for call to gdk_set_program_class

Closes: #907574
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Use-remoting-name-for-call-to-gdk_set_program_class.patch

4 years agoSet program name from the remoting name
Mike Hommey [Sat, 4 Feb 2017 23:41:22 +0000 (08:41 +0900)]
Set program name from the remoting name

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Set-program-name-from-the-remoting-name.patch

4 years agoBug 1556197 - amend Bug-1544631 for fixing mips32.
qiaopengcheng [Sat, 1 Jun 2019 22:28:24 +0000 (07:28 +0900)]
Bug 1556197 - amend Bug-1544631 for fixing mips32.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-1556197-amend-Bug-1544631-for-fixing-mips32.patch

4 years agoAllow .js preference files to set locked prefs with lockPref()
Mike Hommey [Sat, 21 Jun 2008 00:48:46 +0000 (02:48 +0200)]
Allow .js preference files to set locked prefs with lockPref()

Gbp-Pq: Topic fixes
Gbp-Pq: Name Allow-.js-preference-files-to-set-locked-prefs-with-lockP.patch

4 years agoBug 1526653 - Include struct definitions for user_vfp and user_vfp_exc.
Mike Hommey [Sat, 1 Jun 2019 00:06:01 +0000 (09:06 +0900)]
Bug 1526653 - Include struct definitions for user_vfp and user_vfp_exc.

Gbp-Pq: Topic porting-armhf
Gbp-Pq: Name Bug-1526653-Include-struct-definitions-for-user_vfp-and-u.patch

4 years agoAvoid using vmrs/vmsr on armel
Mike Hommey [Mon, 21 May 2018 22:51:56 +0000 (07:51 +0900)]
Avoid using vmrs/vmsr on armel

Gbp-Pq: Topic porting-armel
Gbp-Pq: Name Avoid-using-vmrs-vmsr-on-armel.patch

4 years agoadding missed HURD adoptions
Carsten Schoenert [Sun, 24 Apr 2016 18:49:46 +0000 (20:49 +0200)]
adding missed HURD adoptions

Based on https://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2016-April/027634.html

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name adding-missed-HURD-adoptions.patch

4 years agoFTBFS hurd: fixing unsupported platform Hurd
Carsten Schoenert [Sat, 29 Mar 2014 19:58:55 +0000 (20:58 +0100)]
FTBFS hurd: fixing unsupported platform Hurd

On the Hurd platform the build failed in
js/src/jit/AsmJSSignalHandlers.cpp:131 because of unsupported
mode for reading / writing thead state with following message.

 # error "Don't know how to read/write to the thread state via the mcontext_t."

The original patch comes from Richard Brown <rbraun@sceen.net>
https://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2014-March/015565.html

After release of Thunderbird 44 there are additional changes made as the
various configuration files where split into more files.

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name FTBFS-hurd-fixing-unsupported-platform-Hurd.patch

4 years agoipc/chromium: fix #if define() for kFreeBSD and Hurd
Christoph Goehre [Wed, 31 Oct 2012 17:27:07 +0000 (13:27 -0400)]
ipc/chromium: fix #if define() for kFreeBSD and Hurd

The kFreeBSD and Hurd platforms need some other macros to include
the correct needed headers.
Depended on this some minor changes to call the correct functions
also needed. Also the list of the cpp source file for the chromium
things needs to expanded.
The changes is an adoption of the previous dropped patch 'Fix
ipc/chromium on kFreeBSD and Hurd' from the version 17.

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name ipc-chromium-fix-if-define-for-kFreeBSD-and-Hurd.patch

4 years agoBug 628252 - os2.cc fails to compile against GCC 4.6, missing #include <cstddef>...
Christopher Aillon [Tue, 8 Feb 2011 19:16:37 +0000 (14:16 -0500)]
Bug 628252 - os2.cc fails to compile against GCC 4.6, missing #include <cstddef>; r,a=roc

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-628252-os2.cc-fails-to-compile-against-GCC-4.6-m.patch

4 years agoDon't auto-disable extensions in system directories
Christoph Goehre [Sat, 24 Mar 2012 10:54:43 +0000 (11:54 +0100)]
Don't auto-disable extensions in system directories

Gbp-Pq: Topic prefs
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

4 years agoSet javascript.options.showInConsole
Mike Hommey [Sat, 8 Dec 2007 18:24:40 +0000 (19:24 +0100)]
Set javascript.options.showInConsole

Gbp-Pq: Topic prefs
Gbp-Pq: Name Set-javascript.options.showInConsole.patch

4 years agoLoad dependent libraries with their real path
Christoph Goehre [Mon, 16 Sep 2013 18:40:57 +0000 (20:40 +0200)]
Load dependent libraries with their real path

Gbp-Pq: Topic fixes
Gbp-Pq: Name Load-dependent-libraries-with-their-real-path.patch

4 years agoAllow ipc code to build on GNU/hurd
Christoph Goehre [Sat, 6 Aug 2011 15:55:14 +0000 (17:55 +0200)]
Allow ipc code to build on GNU/hurd

Thanks: Pino Toscano <pino@debian.org>

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name Allow-ipc-code-to-build-on-GNU-hurd.patch

4 years agoAllow ipc code to build on GNU/kfreebsd
Mike Hommey [Thu, 30 Jun 2011 16:29:22 +0000 (18:29 +0200)]
Allow ipc code to build on GNU/kfreebsd

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name Allow-ipc-code-to-build-on-GNU-kfreebsd.patch

4 years agoDon't error-out when run-time libsqlite is older than build-time libsqlite
Mike Hommey [Mon, 5 Apr 2010 15:58:23 +0000 (17:58 +0200)]
Don't error-out when run-time libsqlite is older than build-time libsqlite

In Debian, we have shlibs to handle this.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Don-t-error-out-when-run-time-libsqlite-is-older-tha.patch

4 years agoAppdata: Fix up AppStream error by adding missing field
Carsten Schoenert [Sun, 18 Oct 2020 06:39:44 +0000 (08:39 +0200)]
Appdata: Fix up AppStream error by adding missing field

The AppStream data is missing the lauchable element.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Appdata-Fix-up-AppStream-error-by-adding-missing-field.patch

4 years agoAppdata: Adding some German translations
Carsten Schoenert [Sun, 18 Oct 2020 06:38:29 +0000 (08:38 +0200)]
Appdata: Adding some German translations

Gbp-Pq: Topic fixes
Gbp-Pq: Name Appdata-Adding-some-German-translations.patch

4 years agoProperly launch applications set in $HOME/.mailcap
Mike Hommey [Sat, 22 Nov 2008 08:35:23 +0000 (09:35 +0100)]
Properly launch applications set in $HOME/.mailcap

https://bugzilla.mozilla.org/show_bug.cgi?id=444440

Gbp-Pq: Topic fixes
Gbp-Pq: Name Properly-launch-applications-set-in-HOME-.mailcap.patch

4 years agoDisable optimization on alpha for the url-classifier component
Mike Hommey [Sun, 2 Nov 2008 16:56:24 +0000 (17:56 +0100)]
Disable optimization on alpha for the url-classifier component

The use of this component leads to crashes when built with optimizations.

Gbp-Pq: Topic porting
Gbp-Pq: Name Disable-optimization-on-alpha-for-the-url-classifier.patch

4 years agoLDAP: support building on GNU/kFreeBSD and GNU/Hurd
Mike Hommey [Tue, 11 Mar 2008 07:29:25 +0000 (08:29 +0100)]
LDAP: support building on GNU/kFreeBSD and GNU/Hurd

https://bugzilla.mozilla.org/show_bug.cgi?id=356011

Squashed kFreeBSD/Hurd related fixes:
- Fix FTBFS on Hurd-i386
- Build fixes for GNU/kFreeBSD in directory/
- Missing bits for Hurd support

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name LDAP-support-building-on-GNU-kFreeBSD-and-GNU-Hurd.patch

4 years agoAdd another preferences directory for applications: preferences/syspref
Mike Hommey [Sat, 21 Jun 2008 01:09:21 +0000 (03:09 +0200)]
Add another preferences directory for applications: preferences/syspref

This can be used to symlink to /etc/thunderbird/pref.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-another-preferences-directory-for-applications-p.patch

4 years agoStrip version number from application before installation
Guido Günther [Sat, 24 Nov 2012 10:39:58 +0000 (11:39 +0100)]
Strip version number from application before installation

Strip thunderbird's version number from the installation directories so
we have a fixed location for extensions that build against it.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Strip-version-number-from-application-before-installation.patch

4 years agosl: change Edit (Uredi) to CTRL+E
Christoph Goehre [Mon, 5 Sep 2011 17:21:25 +0000 (19:21 +0200)]
sl: change Edit (Uredi) to CTRL+E

Closes: #601331
Gbp-Pq: Topic thunderbird-l10n
Gbp-Pq: Name sl-change-Edit-Uredi-to-CTRL-E.patch

4 years agothunderbird (1:91.3.2-1) unstable; urgency=medium
Carsten Schoenert [Sun, 21 Nov 2021 17:29:42 +0000 (17:29 +0000)]
thunderbird (1:91.3.2-1) unstable; urgency=medium

  * [7fd56f0] New upstream version 91.3.2
  * [4fccecb] Rebuild patch queue from patch-queue branch
    Added patch:
    debian-hacks/Fix-Floating-Point-Normalization-breakage-on-32bit-Linux.patch

[dgit import unpatched thunderbird 1:91.3.2-1]

4 years agoImport thunderbird_91.3.2.orig.tar.xz
Carsten Schoenert [Sun, 21 Nov 2021 17:29:42 +0000 (17:29 +0000)]
Import thunderbird_91.3.2.orig.tar.xz

[dgit import orig thunderbird_91.3.2.orig.tar.xz]

4 years agoImport thunderbird_91.3.2.orig-thunderbird-l10n.tar.xz
Carsten Schoenert [Sun, 21 Nov 2021 17:29:42 +0000 (17:29 +0000)]
Import thunderbird_91.3.2.orig-thunderbird-l10n.tar.xz

[dgit import orig thunderbird_91.3.2.orig-thunderbird-l10n.tar.xz]

4 years agoImport thunderbird_91.3.2-1.debian.tar.xz
Carsten Schoenert [Sun, 21 Nov 2021 17:29:42 +0000 (17:29 +0000)]
Import thunderbird_91.3.2-1.debian.tar.xz

[dgit import tarball thunderbird 1:91.3.2-1 thunderbird_91.3.2-1.debian.tar.xz]

4 years agoMerge version 1:78.13.0-1+rpi1 and 1:78.14.0-1 to produce 1:78.14.0-1+rpi1 archive/raspbian/1%78.14.0-1+rpi1 raspbian/1%78.14.0-1+rpi1
Raspbian automatic forward porter [Sat, 11 Sep 2021 08:36:17 +0000 (09:36 +0100)]
Merge version 1:78.13.0-1+rpi1 and 1:78.14.0-1 to produce 1:78.14.0-1+rpi1

4 years agoMerge thunderbird (1:78.14.0-1) import into refs/heads/workingbranch
Carsten Schoenert [Wed, 8 Sep 2021 17:57:22 +0000 (18:57 +0100)]
Merge thunderbird (1:78.14.0-1) import into refs/heads/workingbranch

4 years agoDon't build ICU in parallel
Emilio Pozuelo Monfort [Fri, 6 Dec 2019 23:55:17 +0000 (08:55 +0900)]
Don't build ICU in parallel

Gbp-Pq: Topic fixes
Gbp-Pq: Name Don-t-build-ICU-in-parallel.patch

4 years agoBug 1650299 - Unify the inclusion of the ICU data file. r?froydnj
Mike Hommey [Fri, 3 Jul 2020 04:28:39 +0000 (13:28 +0900)]
Bug 1650299 - Unify the inclusion of the ICU data file. r?froydnj

All the supported compilers support a GNU AS-like syntax, with only a
few details varying. It means we can use a single, simpler, way to
include the ICU data file, instead of 3 different ways, including one
that uses armasm64.exe, possibly wrapped with Wine.

Differential Revision: https://phabricator.services.mozilla.com/D82144

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-1650299-Unify-the-inclusion-of-the-ICU-data-file.-r-f.patch

4 years agoreduce the rust debuginfo level on selected architectures
Carsten Schoenert [Wed, 30 Sep 2020 15:21:27 +0000 (17:21 +0200)]
reduce the rust debuginfo level on selected architectures

Compiling with debuginfo=2 causes the OOM killer to interrupt the build on
launchpad builders. Initially this was only on 32 bit architectures, but with
firefox 63 it started happening frequently on arm64 and ppc64el too, and with
newer versions it started happening very frequently on s390x too.

Patch cherry-picked from Ubuntu.

Gbp-Pq: Topic fixes
Gbp-Pq: Name reduce-the-rust-debuginfo-level-on-selected-architectures.patch

4 years agoAdd missing bindings for mips* in the authenticator crate
Mike Hommey [Wed, 23 Sep 2020 03:52:35 +0000 (12:52 +0900)]
Add missing bindings for mips* in the authenticator crate

Gbp-Pq: Topic fixes
Gbp-Pq: Name Add-missing-bindings-for-mips-in-the-authenticator-crate.patch

4 years agoUse more recent embedded version of sqlite3
Carsten Schoenert [Sat, 12 Sep 2020 07:36:32 +0000 (09:36 +0200)]
Use more recent embedded version of sqlite3

Version 3.31.1 of SQlite isn know to provoke some regressions on
architectures s390x and ppc64el. See #950974 for reported issues against the
Debian sqlite source package

Updating the content of third_party/sqlite3/src/ to version 3.32.3 which
was taken from the most recent Beta version (81.0b3) while preparing
this patch.

Gbp-Pq: Topic porting-s390x
Gbp-Pq: Name Use-more-recent-embedded-version-of-sqlite3.patch

4 years agoMake Thunderbird build reproducible
Carsten Schoenert [Sun, 6 Oct 2019 08:03:15 +0000 (10:03 +0200)]
Make Thunderbird build reproducible

Cherry picked from OpenSuse
https://build.opensuse.org/request/show/732106

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Make-Thunderbird-build-reproducible.patch

4 years agoReduce memory usage while linking on arm{el,hf} platforms
Carsten Schoenert [Sun, 6 Oct 2019 06:28:58 +0000 (08:28 +0200)]
Reduce memory usage while linking on arm{el,hf} platforms

The build even on armhf is failing while linking mostly due exhausted
memory usage. Reduce the memory usage on arm{el,hf} platform by telling
the linker to not hold used memory.

Author: Olivier Tilloy <olivier.tilloy@canonical.com>

Gbp-Pq: Topic porting-arm
Gbp-Pq: Name Reduce-memory-usage-while-linking-on-arm-el-hf-platforms.patch

4 years agoDon't use LLVM internal assembler on armhf
Carsten Schoenert [Sat, 5 Oct 2019 17:23:45 +0000 (19:23 +0200)]
Don't use LLVM internal assembler on armhf

Avoid the usage of LLVM own assembler implementation on specific parts
as the assembler isn't build with NEON support.

Author: Olivier Tilloy <olivier.tilloy@canonical.com>
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561819

Gbp-Pq: Topic porting-armhf
Gbp-Pq: Name Don-t-use-LLVM-internal-assembler-on-armhf.patch

4 years agowork around a build failure with clang on ppc64el
Carsten Schoenert [Sat, 5 Oct 2019 13:34:16 +0000 (15:34 +0200)]
work around a build failure with clang on ppc64el

Author: Olivier Tilloy <olivier.tilloy@canonical.com>
Bug: https://bugzilla.mozilla.org/1555531

Gbp-Pq: Topic porting-ppc64el
Gbp-Pq: Name work-around-a-build-failure-with-clang-on-ppc64el.patch

4 years agoWork around GCC ICE on mips*, i386 and s390x
Mike Hommey [Fri, 12 Jul 2019 09:28:34 +0000 (18:28 +0900)]
Work around GCC ICE on mips*, i386 and s390x

Cherry picked from Firefox packaging.

Closes: #931757
Gbp-Pq: Topic porting
Gbp-Pq: Name Work-around-GCC-ICE-on-mips-i386-and-s390x.patch

4 years agoUse remoting name for call to gdk_set_program_class
Mike Hommey [Sun, 2 Sep 2018 22:37:40 +0000 (07:37 +0900)]
Use remoting name for call to gdk_set_program_class

Closes: #907574
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Use-remoting-name-for-call-to-gdk_set_program_class.patch

4 years agoSet program name from the remoting name
Mike Hommey [Sat, 4 Feb 2017 23:41:22 +0000 (08:41 +0900)]
Set program name from the remoting name

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Set-program-name-from-the-remoting-name.patch

4 years agoWork around Debian bug #844357
Mike Hommey [Sun, 20 Nov 2016 23:15:38 +0000 (08:15 +0900)]
Work around Debian bug #844357

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Work-around-Debian-bug-844357.patch

4 years agoBug 1556197 - amend Bug-1544631 for fixing mips32.
qiaopengcheng [Sat, 1 Jun 2019 22:28:24 +0000 (07:28 +0900)]
Bug 1556197 - amend Bug-1544631 for fixing mips32.

Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-1556197-amend-Bug-1544631-for-fixing-mips32.patch

4 years agoAllow .js preference files to set locked prefs with lockPref()
Mike Hommey [Sat, 21 Jun 2008 00:48:46 +0000 (02:48 +0200)]
Allow .js preference files to set locked prefs with lockPref()

Gbp-Pq: Topic fixes
Gbp-Pq: Name Allow-.js-preference-files-to-set-locked-prefs-with-lockP.patch

4 years agoBug 1526653 - Include struct definitions for user_vfp and user_vfp_exc.
Mike Hommey [Sat, 1 Jun 2019 00:06:01 +0000 (09:06 +0900)]
Bug 1526653 - Include struct definitions for user_vfp and user_vfp_exc.

Gbp-Pq: Topic porting-armhf
Gbp-Pq: Name Bug-1526653-Include-struct-definitions-for-user_vfp-and-u.patch

4 years agoAvoid using vmrs/vmsr on armel
Mike Hommey [Mon, 21 May 2018 22:51:56 +0000 (07:51 +0900)]
Avoid using vmrs/vmsr on armel

Gbp-Pq: Topic porting-armel
Gbp-Pq: Name Avoid-using-vmrs-vmsr-on-armel.patch