forked from pool/MozillaThunderbird
Accepting request 407286 from mozilla:Factory
1 OBS-URL: https://build.opensuse.org/request/show/407286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=166
This commit is contained in:
commit
ad9bc8e76b
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 09:18:14 UTC 2016 - wr@rosenauer.org
|
||||
|
||||
- update to Thunderbird 45.2 (boo#983549)
|
||||
Security fixes:
|
||||
* CVE-2016-2818, CVE-2016-2815: Memory safety bugs (MFSA2016-49)
|
||||
- drop mozilla-flexible-array-member-in-union.patch, upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 14:10:58 UTC 2016 - wr@rosenauer.org
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define mainversion 45.1.1
|
||||
%define mainversion 45.2
|
||||
%define update_channel release
|
||||
%define releasedate 2016052700
|
||||
%define releasedate 2016063000
|
||||
|
||||
%if %suse_version > 1310
|
||||
%define gstreamer_ver 1.0
|
||||
@ -104,7 +104,6 @@ Patch3: mozilla-kde.patch
|
||||
Patch4: mozilla-develdirs.patch
|
||||
Patch5: mozilla-no-stdcxx-check.patch
|
||||
Patch6: mozilla-gcc6.patch
|
||||
Patch7: mozilla-flexible-array-member-in-union.patch
|
||||
Patch8: mozilla-aarch64-48bit-va.patch
|
||||
Patch9: mozilla-binutils-visibility.patch
|
||||
# Thunderbird/mail
|
||||
@ -203,7 +202,6 @@ pushd mozilla
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
popd
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66ab27b450f32b6632f109a6f291066daea47c71c653cca2e2556d0cd796ba51
|
||||
size 28364
|
||||
oid sha256:0fac3e72820af400fd061f763fb802c1b05ac7eea38a9242cafd1c48615b49d3
|
||||
size 28376
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
CHANNEL="esr45"
|
||||
BRANCH="releases/comm-$CHANNEL"
|
||||
RELEASE_TAG="THUNDERBIRD_45_1_1_RELEASE"
|
||||
VERSION="45.1.1"
|
||||
RELEASE_TAG="THUNDERBIRD_45_2_RELEASE"
|
||||
VERSION="45.2"
|
||||
|
||||
echo "cloning $BRANCH..."
|
||||
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18949b93f1d41531214d748e0b7a4f89b0f6a68f89891bb18725f4d178527e86
|
||||
size 24486504
|
3
l10n-45.2.tar.xz
Normal file
3
l10n-45.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81a5b2074116f10028c59735e9e430e5d1f1c2c2f03b2c68ae7e6231c60a30e9
|
||||
size 24498044
|
@ -1,22 +0,0 @@
|
||||
--- firefox-45.0.1-orig/gfx/harfbuzz/src/hb-font-private.hh 2016-03-15 23:37:28.000000000 +0100
|
||||
+++ firefox-45.0.1/gfx/harfbuzz/src/hb-font-private.hh 2016-05-13 17:20:25.836258108 +0200
|
||||
@@ -80,7 +80,7 @@ struct hb_font_funcs_t {
|
||||
HB_FONT_FUNCS_IMPLEMENT_CALLBACKS
|
||||
#undef HB_FONT_FUNC_IMPLEMENT
|
||||
} f;
|
||||
- void (*array[]) (void);
|
||||
+ void (*array[VAR]) (void);
|
||||
} get;
|
||||
};
|
||||
|
||||
--- firefox-45.0.1-orig/gfx/harfbuzz/src/hb-private.hh 2016-03-15 23:37:28.000000000 +0100
|
||||
+++ firefox-45.0.1/gfx/harfbuzz/src/hb-private.hh 2016-05-13 17:20:55.909655179 +0200
|
||||
@@ -1010,5 +1010,7 @@ hb_options (void)
|
||||
return _hb_options.opts;
|
||||
}
|
||||
|
||||
+/* Size signifying variable-sized array */
|
||||
+#define VAR 1
|
||||
|
||||
#endif /* HB_PRIVATE_HH */
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:415083a093d6fb0f55a8d15456c901477e37ffee440332efb904c9bceb51936a
|
||||
size 211784840
|
3
thunderbird-45.2-source.tar.xz
Normal file
3
thunderbird-45.2-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38d35554536635116284387d7d855f75b70ea68ea0cbb81f67e5a4fe77299515
|
||||
size 211768108
|
Loading…
Reference in New Issue
Block a user