Alexander Pyhalov
2017-03-10 08c5962bd9e684b63c642fbd003f04e9f132ad0e
thunderbird: update to 45.8.0
2 files modified
10 ■■■■ changed files
components/mail/thunderbird/Makefile 4 ●●●● patch | view | raw | blame | history
components/mail/thunderbird/patches/firefox-03-libevent.patch 6 ●●●● patch | view | raw | blame | history
components/mail/thunderbird/Makefile
@@ -16,12 +16,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=     thunderbird
COMPONENT_VERSION=     45.7.0
COMPONENT_VERSION=     45.8.0
COMPONENT_SUMMARY=     Mozilla Thunderbird Email/Newsgroup Client
COMPONENT_SRC=         $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=     $(COMPONENT_SRC).source.tar.xz
COMPONENT_ARCHIVE_HASH= \
  sha256:1366cd7fe246bdf1540203586ebfe8fc3fec1f679bd0b61e7e95288f493775fd
  sha256:743cbf4856ad460a791f6b17bff175053fccec2af1edd8e8295ac6fda2634c28
COMPONENT_ARCHIVE_URL= \
  https://ftp.mozilla.org/pub/thunderbird/releases/$(COMPONENT_VERSION)/source/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = http://www.mozilla.com/en-US/thunderbird/
components/mail/thunderbird/patches/firefox-03-libevent.patch
@@ -4,15 +4,15 @@
--- mozilla/ipc/chromium/src/base/message_pump_libevent.cc.orig    2016-01-23 23:23:38.000000000 +0000
+++ mozilla/ipc/chromium/src/base/message_pump_libevent.cc
@@ -20,6 +20,7 @@
@@ -28,6 +28,7 @@
 
 // This macro checks that the _EVENT_SIZEOF_* constants defined in
 // ipc/chromiume/src/third_party/<platform>/event2/event-config.h are correct.
+#if 0
 #if defined(_EVENT_SIZEOF_SHORT)
 #define CHECK_EVENT_SIZEOF(TYPE, type) \
     static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
     "bad _EVENT_SIZEOF_"#TYPE);
@@ -30,6 +31,7 @@ CHECK_EVENT_SIZEOF(PTHREAD_T, pthread_t)
@@ -46,6 +47,7 @@
 CHECK_EVENT_SIZEOF(SHORT,     short);
 CHECK_EVENT_SIZEOF(SIZE_T,    size_t);
 CHECK_EVENT_SIZEOF(VOID_P,    void*);