Package: icedove / 31.8.0-1~deb7u1

Metadata

Package Version Patches format
icedove 31.8.0-1~deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
icedove/fix installdir.patch | (download)

mail/app/Makefile.in | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix installdir


debian hacks/Icedove branding.patch | (download)

mail/app/application.ini | 2 1 + 1 - 0 !
mail/confvars.sh | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 icedove branding


debian hacks/Move profile.patch | (download)

mozilla/build/unix/mozilla.in | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 move profile


debian hacks/Strip version number.patch | (download)

config/baseconfig.mk | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 strip version number

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

icedove/no dynamic nss softokn.patch | (download)

ldap/sdks/c-sdk/component_versions.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 no dynamic nss softokn


debian hacks/Add another preferences directory for applications p.patch | (download)

mozilla/toolkit/xre/nsXREDirProvider.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add another preferences directory for applications:
 preferences/syspref

This can be used to symlink to /etc/ice*/pref.

fixes/Allow .js preference files to set locked prefs with .patch | (download)

mozilla/modules/libpref/src/prefapi.cpp | 5 4 + 1 - 0 !
mozilla/modules/libpref/src/prefapi.h | 3 2 + 1 - 0 !
mozilla/modules/libpref/src/prefread.cpp | 11 8 + 3 - 0 !
mozilla/modules/libpref/src/prefread.h | 4 3 + 1 - 0 !
4 files changed, 17 insertions(+), 6 deletions(-)

 allow .js preference files to set locked prefs with lockpref()

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

icedove/fix branding in migration wizard and the addon manag.patch | (download)

mail/app/profile/all-thunderbird.js | 26 13 + 13 - 0 !
mail/locales/en-US/chrome/messenger/accountCreation.dtd | 2 1 + 1 - 0 !
2 files changed, 14 insertions(+), 14 deletions(-)

 fix branding in migration wizard and the addon manager

Replace /Thunderbird/ with /Icedove/
Update %APP% with the respective Mozilla names so
addon-checking/installing/updating will work

Closes: #565559

porting kfreebsd hurd/LDAP support building on GNU kFreeBSD and GNU Hurd.patch | (download)

ldap/sdks/c-sdk/config/nsinstall.c | 2 1 + 1 - 0 !
ldap/sdks/c-sdk/configure.in | 15 10 + 5 - 0 !
ldap/sdks/c-sdk/ldap/include/portable.h | 28 16 + 12 - 0 !
ldap/sdks/c-sdk/ldap/libraries/libldap/Makefile.client | 4 2 + 2 - 0 !
ldap/sdks/c-sdk/ldap/libraries/libldap/Makefile.in | 2 1 + 1 - 0 !
ldap/sdks/c-sdk/ldap/libraries/libldap/compat.c | 2 1 + 1 - 0 !
ldap/sdks/c-sdk/ldap/libraries/libprldap/ldappr-error.c | 2 1 + 1 - 0 !
7 files changed, 32 insertions(+), 23 deletions(-)

 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

porting/Disable optimization on alpha for the url classifier.patch | (download)

mozilla/toolkit/components/url-classifier/Makefile.in | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 disable optimization on alpha for the url-classifier component

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

fixes/Properly launch applications set in HOME .mailcap.patch | (download)

mozilla/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 properly launch applications set in $home/.mailcap

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

debian hacks/Don t error out when run time libsqlite is older tha.patch | (download)

mozilla/storage/src/mozStorageService.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 don't error-out when run-time libsqlite is older than build-time
 libsqlite

In Debian, we have shlibs to handle this.

porting/Add xptcall support for SH4 processors.patch | (download)

mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in | 12 12 + 0 - 0 !
mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_sh.cpp | 203 203 + 0 - 0 !
mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_sh.cpp | 271 271 + 0 - 0 !
3 files changed, 486 insertions(+)

 add xptcall support for sh4 processors

Closes: #573400
https://bugzilla.mozilla.org/show_bug.cgi?id=382214

debian hacks/stop configure if with system bz2 was passed but no .patch | (download)

mozilla/configure.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 stop configure if '--with-system-bz2' was passed,
 but no libbz2 is around


system libs/Allow to build against system libffi.patch | (download)

mozilla/js/src/configure.in | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 allow to build against system libffi

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

porting kfreebsd hurd/Allow ipc code to build on GNU kfreebsd.patch | (download)

mozilla/ipc/chromium/src/base/platform_thread_posix.cc | 6 5 + 1 - 0 !
mozilla/ipc/chromium/src/build/build_config.h | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-)

 allow ipc code to build on gnu/kfreebsd


debian hacks/Don t register plugins if the MOZILLA_DISABLE_PLUGIN.patch | (download)

mozilla/dom/plugins/base/nsPluginHost.cpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 don't register plugins if the mozilla_disable_plugins environment
 variable is set


porting kfreebsd hurd/Allow ipc code to build on GNU hurd.patch | (download)

mozilla/ipc/chromium/src/build/build_config.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow ipc code to build on gnu/hurd

Thanks: Pino Toscano <pino@debian.org>

iceowl/Change extension s name to Iceowl.patch | (download)

calendar/lightning/install.rdf | 2 1 + 1 - 0 !
calendar/locales/en-US/chrome/calendar/timezones.properties | 2 1 + 1 - 0 !
calendar/locales/en-US/chrome/lightning/lightning.properties | 8 4 + 4 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 change extension's name to iceowl


porting kfreebsd hurd/Fix GNU non Linux failure to build because of ipc ch.patch | (download)

mozilla/ipc/chromium/src/base/dir_reader_posix.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix gnu/non-linux failure to build because of
 ipc/chromium/src/base/dir_reader_posix.h


fixes/Load dependent libraries with their real path to avo.patch | (download)

mozilla/xpcom/glue/standalone/nsXPCOMGlue.cpp | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 load-dependent-libraries-with-their-real-path-to-avo


prefs/Set javascript.options.showInConsole.patch | (download)

mozilla/modules/libpref/src/init/all.js | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 set javascript.options.showinconsole


prefs/Don t auto disable extensions in system directories.patch | (download)

mail/app/profile/all-thunderbird.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't auto-disable extensions in system directories


debian hacks/Don t build example component.patch | (download)

mozilla/xulrunner/moz.build | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't build example component

Gp-Pq-Topic: debian-hacks

fixes/Bug 628252 os2.cc fails to compile against GCC 4.6 m.patch | (download)

mozilla/gfx/ots/src/os2.cc | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 bug 628252 - os2.cc fails to compile against gcc 4.6, missing
 #include <cstddef>; r,a=roc


fixes/Include cstdlib in gfx angle src compiler Types.h fo.patch | (download)

mozilla/gfx/angle/src/compiler/Types.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include cstdlib in gfx/angle/src/compiler/types.h for abort()


fixes/fix function nsMsgComposeAndSend to to respect Replo.patch | (download)

mailnews/compose/src/nsMsgSend.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix function nsmsgcomposeandsend to to respect replotosend

https://bugzilla.mozilla.org/show_bug.cgi?id=522450
Closes: #565903

fixes/Link libldap against libpthread.patch | (download)

ldap/sdks/c-sdk/ldap/libraries/libldap/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link libldap against libpthread

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

debian hacks/creating a dummy .deps directory to get make happy.patch | (download)

mozilla/js/src/.deps/dummy | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 creating a dummy .deps/ directory to get make happy

The Mozilla buildsystem doesn't take care on the directory
  mozilla/js/src/.deps/
so we added this to let make/g++ doesn't stop.

porting kfreebsd hurd/ipc chromium fix if define for kFreeBSD and Hurd.patch | (download)

mozilla/ipc/chromium/moz.build | 3 2 + 1 - 0 !
mozilla/ipc/chromium/src/base/base_paths.h | 2 1 + 1 - 0 !
mozilla/ipc/chromium/src/base/path_service.cc | 6 3 + 3 - 0 !
mozilla/ipc/chromium/src/base/platform_thread_posix.cc | 8 4 + 4 - 0 !
4 files changed, 10 insertions(+), 9 deletions(-)

 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 droped patch 'Fix
ipc/chromium on kFreeBSD and Hurd' from the the version 17.

debian hacks/remove non free W3C icon valid.png.patch | (download)

mozilla/build/Makefile.in | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove non-free w3c icon (valid.png)

Closes: #735119

debian hacks/use system jquery jquery ui.patch | (download)

mail/jquery/jar.mn | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use system jquery/jquery-ui

Closes: #735234

porting kfreebsd hurd/FTBFS hurd fixing unsupported platform Hurd.patch | (download)

mozilla/dom/plugins/ipc/PluginModuleChild.cpp | 6 3 + 3 - 0 !
mozilla/dom/plugins/ipc/PluginModuleChild.h | 2 1 + 1 - 0 !
mozilla/ipc/chromium/moz.build | 3 3 + 0 - 0 !
mozilla/ipc/chromium/src/base/debug_util_posix.cc | 5 3 + 2 - 0 !
mozilla/ipc/chromium/src/base/message_loop.cc | 4 2 + 2 - 0 !
mozilla/ipc/chromium/src/base/process_util_posix.cc | 2 1 + 1 - 0 !
mozilla/ipc/chromium/src/build/build_config.h | 3 2 + 1 - 0 !
mozilla/ipc/chromium/src/chrome/common/transport_dib.h | 6 3 + 3 - 0 !
mozilla/ipc/glue/GeckoChildProcessHost.cpp | 8 4 + 4 - 0 !
mozilla/js/src/jit/AsmJSSignalHandlers.cpp | 4 3 + 1 - 0 !
10 files changed, 25 insertions(+), 18 deletions(-)

 ftbfs hurd: fixing unsupported platform hurd

Hurd failed to build in mozilla/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

porting armel/disable some libopus feature for ARCH ARMv6.patch | (download)

mozilla/media/libopus/moz.build | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 disable some libopus feature for arch < armv6

BZ#1025689
https://bugzilla.mozilla.org/show_bug.cgi?id=1025689

This patch here based on Mike's work for Iceweasel. Big thank to Mike
who figured out the issue.

Closes: #754633

porting alpha/fix FTBFS on alpha.patch | (download)

mozilla/memory/mozjemalloc/jemalloc.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix ftbfs on alpha

The jmalloc compiler fails on the alpha platform do missmatch of the
page size. This happen do incorrect settings for alpha
http://buildd.debian-ports.org/status/fetch.php?pkg=icedove&arch=alpha&ver=31.0~b2-1&stamp=1406501764

Adding the alpha platform with a correct define for 'pagesize_2pow' to the
defines section within mozilla/memory/mozjemalloc/jemalloc.c.

Patch based on suggestings for Bug #650151, namely the file
porting kfreebsd hurd/FTBFS hurd adding GNU Hurd to the list of OS systems.patch | (download)

mozilla/build/gyp.mozbuild | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ftbfs hurd: adding gnu/hurd to the list of os systems


porting kfreebsd hurd/correcting file inclusion for kfreebsd.patch | (download)

mozilla/ipc/glue/moz.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correcting file inclusion for kfreebsd*


debian hacks/pass OS_LDFLAGS to all ldap libraries.patch | (download)

ldap/sdks/c-sdk/build.mk | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 pass os_ldflags to all ldap libraries

to get Hardening working

wheezy security/sqlite dev revert version to 3.7.13.patch | (download)

mozilla/configure | 2 1 + 1 - 0 !
mozilla/configure.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 sqlite-dev: revert version to 3.7.13

In addition to the version 24 in wheezy-security switching back the
sqlite version to 3.7.13.

iceowl/adjust calendar google provider to Google Calendar A.patch | (download)

calendar/locales/en-US/chrome/calendar/providers/gdata/gdata.dtd | 6 6 + 0 - 0 !
calendar/locales/en-US/chrome/calendar/providers/gdata/gdata.properties | 13 11 + 2 - 0 !
calendar/providers/gdata/Makefile.in | 16 16 + 0 - 0 !
calendar/providers/gdata/components/calGoogleCalendar.js | 1522 582 + 940 - 0 !
calendar/providers/gdata/components/calGoogleCalendar.manifest | 2 2 + 0 - 0 !
calendar/providers/gdata/components/calGoogleCalendarModule.js | 49 0 + 49 - 0 !
calendar/providers/gdata/components/calGoogleCalendarModule.manifest | 11 0 + 11 - 0 !
calendar/providers/gdata/components/calGoogleRequest.js | 420 0 + 420 - 0 !
calendar/providers/gdata/components/calGoogleSession.js | 577 0 + 577 - 0 !
calendar/providers/gdata/components/calGoogleUtils.js | 1312 0 + 1312 - 0 !
calendar/providers/gdata/components/moz.build | 10 0 + 10 - 0 !
calendar/providers/gdata/content/browserRequest.css | 59 59 + 0 - 0 !
calendar/providers/gdata/content/browserRequest.js | 113 113 + 0 - 0 !
calendar/providers/gdata/content/browserRequest.xul | 34 34 + 0 - 0 !
calendar/providers/gdata/content/calendarCreation.xul | 12 0 + 12 - 0 !
calendar/providers/gdata/content/gdata-bindings.css | 22 22 + 0 - 0 !
calendar/providers/gdata/content/gdata-calendar-creation.js | 246 246 + 0 - 0 !
calendar/providers/gdata/content/gdata-calendar-creation.xul | 52 52 + 0 - 0 !
calendar/providers/gdata/content/gdata-calendar-event-dialog.js | 206 206 + 0 - 0 !
calendar/providers/gdata/content/gdata-calendar-event-dialog.xul | 9 9 + 0 - 0 !
calendar/providers/gdata/content/gdata-calendar-properties.js | 33 33 + 0 - 0 !
calendar/providers/gdata/content/gdata-calendar-properties.xul | 9 9 + 0 - 0 !
calendar/providers/gdata/content/gdata-event-dialog-reminder.js | 72 72 + 0 - 0 !
calendar/providers/gdata/content/gdata-event-dialog-reminder.xul | 1 1 + 0 - 0 !
calendar/providers/gdata/content/gdata-list-tree.xml | 233 233 + 0 - 0 !
calendar/providers/gdata/content/gdata-migration.js | 6 4 + 2 - 0 !
calendar/providers/gdata/defaults/preferences.js | 2 2 + 0 - 0 !
calendar/providers/gdata/install.rdf | 13 11 + 2 - 0 !
calendar/providers/gdata/jar.mn | 17 15 + 2 - 0 !
calendar/providers/gdata/makeversion.py | 21 17 + 4 - 0 !
calendar/providers/gdata/modules/OAuth2.jsm | 273 273 + 0 - 0 !
calendar/providers/gdata/modules/gdataLogging.jsm | 130 130 + 0 - 0 !
calendar/providers/gdata/modules/gdataRequest.jsm | 513 513 + 0 - 0 !
calendar/providers/gdata/modules/gdataSession.jsm | 498 498 + 0 - 0 !
calendar/providers/gdata/modules/gdataUtils.jsm | 1350 1350 + 0 - 0 !
calendar/providers/gdata/modules/shim/Calendar.jsm | 188 188 + 0 - 0 !
calendar/providers/gdata/modules/shim/Http.jsm | 79 79 + 0 - 0 !
calendar/providers/gdata/modules/shim/Loader.jsm | 206 206 + 0 - 0 !
calendar/providers/gdata/modules/shim/Preferences.jsm | 13 13 + 0 - 0 !
calendar/providers/gdata/modules/shim/Promise.jsm | 156 156 + 0 - 0 !
calendar/providers/gdata/modules/shim/Task.jsm | 139 139 + 0 - 0 !
calendar/providers/gdata/modules/shim/Timer.jsm | 14 14 + 0 - 0 !
calendar/providers/gdata/modules/timezoneMap.jsm | 106 106 + 0 - 0 !
calendar/providers/gdata/moz.build | 28 25 + 3 - 0 !
calendar/providers/gdata/public/calIGoogleCalendar.idl | 81 0 + 81 - 0 !
calendar/providers/gdata/public/calIGoogleRequest.idl | 123 0 + 123 - 0 !
calendar/providers/gdata/public/calIGoogleSession.idl | 84 0 + 84 - 0 !
calendar/providers/gdata/public/moz.build | 13 0 + 13 - 0 !
calendar/test/unit/test_gdata_provider.js | 1464 1464 + 0 - 0 !
calendar/test/unit/xpcshell.ini | 1 1 + 0 - 0 !
50 files changed, 6910 insertions(+), 3647 deletions(-)

 adjust calendar-google-provider to google calendar api v2

https://developers.google.com/google-apps/calendar/v2/developers_guide_protocol
https://bugzilla.mozilla.org/show_bug.cgi?id=1079189
Closes: #770008

iceowl/get rid of subdir shim in gdata provider.patch | (download)

calendar/providers/gdata/moz.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 get rid of subdir 'shim' in gdata-provider

The Mozilla build system in icedove-31.x can't install module files in
subdirectories. So we just include the needed files into the xpi and
split them afterwards using debian/rules.