Accepting request 232131 from mozilla:Factory
- update to Thunderbird 24.5.0 (bnc#875378) * MFSA 2014-34/CVE-2014-1518 Miscellaneous memory safety hazards * MFSA 2014-37/CVE-2014-1523 (bmo#969226) Out of bounds read while decoding JPG images * MFSA 2014-38/CVE-2014-1524 (bmo#989183) Buffer overflow when using non-XBL object as XBL * MFSA 2014-42/CVE-2014-1529 (bmo#987003) Privilege escalation through Web Notification API * MFSA 2014-43/CVE-2014-1530 (bmo#895557) Cross-site scripting (XSS) using history navigations * MFSA 2014-44/CVE-2014-1531 (bmo#987140) Use-after-free in imgLoader while resizing images * MFSA 2014-46/CVE-2014-1532 (bmo#966006) Use-after-free in nsHostResolver - use shipped-locales as the authoritative source for supported locales (some unsupported locales disappear from -other package) OBS-URL: https://build.opensuse.org/request/show/232131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=131
This commit is contained in:
commit
3519eadfa2
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 25 09:41:14 UTC 2014 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to Thunderbird 24.5.0 (bnc#875378)
|
||||||
|
* MFSA 2014-34/CVE-2014-1518
|
||||||
|
Miscellaneous memory safety hazards
|
||||||
|
* MFSA 2014-37/CVE-2014-1523 (bmo#969226)
|
||||||
|
Out of bounds read while decoding JPG images
|
||||||
|
* MFSA 2014-38/CVE-2014-1524 (bmo#989183)
|
||||||
|
Buffer overflow when using non-XBL object as XBL
|
||||||
|
* MFSA 2014-42/CVE-2014-1529 (bmo#987003)
|
||||||
|
Privilege escalation through Web Notification API
|
||||||
|
* MFSA 2014-43/CVE-2014-1530 (bmo#895557)
|
||||||
|
Cross-site scripting (XSS) using history navigations
|
||||||
|
* MFSA 2014-44/CVE-2014-1531 (bmo#987140)
|
||||||
|
Use-after-free in imgLoader while resizing images
|
||||||
|
* MFSA 2014-46/CVE-2014-1532 (bmo#966006)
|
||||||
|
Use-after-free in nsHostResolver
|
||||||
|
- use shipped-locales as the authoritative source for supported
|
||||||
|
locales (some unsupported locales disappear from -other package)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 18 21:45:43 UTC 2014 - wr@rosenauer.org
|
Tue Mar 18 21:45:43 UTC 2014 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mainversion 24.4.0
|
%define mainversion 24.5.0
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define gstreamer_ver 0.10
|
%define gstreamer_ver 0.10
|
||||||
%define with_kde 1
|
%define with_kde 1
|
||||||
@ -50,7 +50,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
|
|||||||
%endif
|
%endif
|
||||||
Version: %{mainversion}
|
Version: %{mainversion}
|
||||||
Release: 0
|
Release: 0
|
||||||
%define releasedate 2014031500
|
%define releasedate 2014042400
|
||||||
Provides: thunderbird = %{version}
|
Provides: thunderbird = %{version}
|
||||||
%if %{with_kde}
|
%if %{with_kde}
|
||||||
# this is needed to match this package with the kde4 helper package without the main package
|
# this is needed to match this package with the kde4 helper package without the main package
|
||||||
@ -340,7 +340,7 @@ cp %SOURCE5 ../thunderbird/mail/locales/shipped-locales
|
|||||||
%endif
|
%endif
|
||||||
rm -f %{_tmppath}/translations.*
|
rm -f %{_tmppath}/translations.*
|
||||||
touch %{_tmppath}/translations.{common,other}
|
touch %{_tmppath}/translations.{common,other}
|
||||||
for locale in $(awk '{ print $1; }' ../thunderbird/mail/locales/all-locales); do
|
for locale in $(awk '{ print $1; }' ../thunderbird/mail/locales/shipped-locales); do
|
||||||
case $locale in
|
case $locale in
|
||||||
ja-JP-mac|en-US)
|
ja-JP-mac|en-US)
|
||||||
# locales not to be included in translations package
|
# locales not to be included in translations package
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2a765a8e51b5ec19d9b5e384dc0de75315cf913ea16e905ffcf4b2754b68338e
|
oid sha256:561636ad931b76dfec6f9ba63193c8f747aa69b898a970873726e770b0739f7f
|
||||||
size 29854
|
size 29867
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
CHANNEL="esr24"
|
CHANNEL="esr24"
|
||||||
BRANCH="releases/comm-$CHANNEL"
|
BRANCH="releases/comm-$CHANNEL"
|
||||||
RELEASE_TAG="THUNDERBIRD_24_4_0_RELEASE"
|
RELEASE_TAG="THUNDERBIRD_24_5_0_RELEASE"
|
||||||
VERSION="24.4.0"
|
VERSION="24.5.0"
|
||||||
|
|
||||||
echo "cloning $BRANCH..."
|
echo "cloning $BRANCH..."
|
||||||
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
||||||
@ -24,7 +24,7 @@ echo "fetching locales..."
|
|||||||
if [ -e shipped-locales ]; then
|
if [ -e shipped-locales ]; then
|
||||||
SHIPPED_LOCALES=shipped-locales
|
SHIPPED_LOCALES=shipped-locales
|
||||||
else
|
else
|
||||||
SHIPPED_LOCALES=thunderbird/mail/locales/all-locales
|
SHIPPED_LOCALES=thunderbird/mail/locales/shipped-locales
|
||||||
fi
|
fi
|
||||||
test ! -d l10n && mkdir l10n
|
test ! -d l10n && mkdir l10n
|
||||||
for locale in $(awk '{ print $1; }' $SHIPPED_LOCALES); do
|
for locale in $(awk '{ print $1; }' $SHIPPED_LOCALES); do
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8b40fd5c3b54c8dee3e67a0bfeee01814d326e169c6cc65b61e03690468db6e
|
|
||||||
size 27908598
|
|
3
l10n-24.5.0.tar.bz2
Normal file
3
l10n-24.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83ed1c329bd6302bde6b378a3faf4b9a2d23c618b7759be5f3892a5d82223d92
|
||||||
|
size 27290604
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1bf99bc3e2f963a5142dd60315a90e630d3abad9136f78520d3a2d4729e3d86e
|
|
||||||
size 142156252
|
|
3
thunderbird-24.5.0-source.tar.bz2
Normal file
3
thunderbird-24.5.0-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a16b14291a9a43f0354d7bc5423ef1eded22c0c49615d27eb85dccb6a83ef6aa
|
||||||
|
size 142125966
|
Loading…
Reference in New Issue
Block a user