Accepting request 676563 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/676563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=282
This commit is contained in:
commit
f1d162a701
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 13:45:57 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Update _constraints to avoid 'no space left' error seen on aarch64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 13 07:17:28 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
- Mozilla Firefox 65.0.1
|
||||||
|
* Fixed accidental requests to addons.mozilla.org when an addon
|
||||||
|
recommendation doorhanger is shown (bmo#1526387)
|
||||||
|
* Improved playback of interactive Netflix videos (bmo#1524500)
|
||||||
|
* Fixed incorrect sizing of the "Clear Recent History" window in
|
||||||
|
some situations (bmo#1523696)
|
||||||
|
* Fixed audio & video delays while making WebRTC calls
|
||||||
|
(bmo#1521577, bmo#1523817)
|
||||||
|
* Fixed video sizing problems during some WebRTC calls (bmo#1520200)
|
||||||
|
* Fixed looping CONNECT requests when using WebSockets over HTTP/2
|
||||||
|
from behind a proxy server (bmo#1523427)
|
||||||
|
* Fixed the "Enter" key not working on password entry fields for
|
||||||
|
certain Linux distributions (bmo#1523635)
|
||||||
|
MFSA 2019-04 (bsc#1125330)
|
||||||
|
* CVE-2018-18356 bmo#1525817
|
||||||
|
Use-after-free in Skia
|
||||||
|
* CVE-2019-5785 bmo#1525433
|
||||||
|
Integer overflow in Skia
|
||||||
|
* CVE-2018-18511 bmo#1526218
|
||||||
|
Cross-origin theft of images with ImageBitmapRenderingContext
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 13 06:12:43 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Enable LTO only for latest new toolchain (boo#1125038) for x86_64
|
||||||
|
(with increased memory constraints)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 26 22:37:01 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Sat Jan 26 22:37:01 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
# changed with every update
|
# changed with every update
|
||||||
%define major 65
|
%define major 65
|
||||||
%define mainver %major.0
|
%define mainver %major.0.1
|
||||||
%define orig_version 65.0
|
%define orig_version 65.0.1
|
||||||
%define orig_suffix %{nil}
|
%define orig_suffix %{nil}
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define branding 1
|
%define branding 1
|
||||||
%define releasedate 20190124174741
|
%define releasedate 20190211233335
|
||||||
%define source_prefix firefox-%{orig_version}
|
%define source_prefix firefox-%{orig_version}
|
||||||
|
|
||||||
# always build with GCC as SUSE Security Team requires that
|
# always build with GCC as SUSE Security Team requires that
|
||||||
@ -380,6 +380,12 @@ ac_add_options --with-arch=armv7-a
|
|||||||
%ifarch aarch64 %arm s390x
|
%ifarch aarch64 %arm s390x
|
||||||
ac_add_options --disable-webrtc
|
ac_add_options --disable-webrtc
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch x86_64
|
||||||
|
# LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
ac_add_options --enable-lto
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
EOF
|
EOF
|
||||||
./mach build
|
./mach build
|
||||||
|
|
||||||
|
12
_constraints
12
_constraints
@ -2,7 +2,7 @@
|
|||||||
<constraints>
|
<constraints>
|
||||||
<hardware>
|
<hardware>
|
||||||
<disk>
|
<disk>
|
||||||
<size unit="G">20</size>
|
<size unit="G">22</size>
|
||||||
</disk>
|
</disk>
|
||||||
<memory>
|
<memory>
|
||||||
<size unit="G">8</size>
|
<size unit="G">8</size>
|
||||||
@ -20,4 +20,14 @@
|
|||||||
</memory>
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
<overwrite>
|
||||||
|
<conditions>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
</conditions>
|
||||||
|
<hardware>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">16</size>
|
||||||
|
</memory>
|
||||||
|
</hardware>
|
||||||
|
</overwrite>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5a96011ec759ab6ca2c649f56e48f5ea39a2a3f63ebce2ffcdaa9f98cdeb0ff2
|
oid sha256:3d6e6d872570a25ef1c79b4ceac28b3199321c3606e5c3c115e435d3cce92608
|
||||||
size 28384
|
size 28372
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
CHANNEL="release"
|
CHANNEL="release"
|
||||||
BRANCH="releases/mozilla-$CHANNEL"
|
BRANCH="releases/mozilla-$CHANNEL"
|
||||||
RELEASE_TAG="896611703c2b8f04f596ebcb09e612b7ab06eea3"
|
RELEASE_TAG="1ea7b51ef5bb91bdc34fb7406fd4d35ed7961363"
|
||||||
VERSION="65.0"
|
VERSION="65.0.1"
|
||||||
VERSION_SUFFIX=""
|
VERSION_SUFFIX=""
|
||||||
LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json"
|
LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json"
|
||||||
|
|
||||||
|
3
firefox-65.0.1.source.tar.xz
Normal file
3
firefox-65.0.1.source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67e517f6d1ea8aa5c8f32404b8756f3205c3550917a91a19b0a0edccc656a3cc
|
||||||
|
size 276816148
|
17
firefox-65.0.1.source.tar.xz.asc
Normal file
17
firefox-65.0.1.source.tar.xz.asc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iQIcBAABCAAGBQJcYimSAAoJELu+vbskxvNV7jMQALO4YSnT/C6p5G83WEKN79oo
|
||||||
|
/KTibnBddU6zUScHbnZDvISV8f38nuOhPo8EdmeDS24vMUzP8SvUJHRjU0q0Oei4
|
||||||
|
9sNrP7kL7gKiO92QVmnidh6xv9zrHsF7YzzcDwoRKDuoYjU2prr9LRcnh0OKTrON
|
||||||
|
U1dWIEkiDkhV+RzbFhog3IsFspA+5Xx2FUefUKb2R8IoxiE5NqrwhvpM5CbbVScH
|
||||||
|
6xbi//ei5yVypxSv99RD+qfk/hYGxhgzWJB2DVaNPrRjrOStDFf4Hil8Uwl3cKU+
|
||||||
|
4AXTfo5xWmw6mXWp3usSrss3IRBGK1z8dYf2UyZhZaMcCV7sUy6sWKKrXyYqxR+P
|
||||||
|
E5Ylir6GOPNvYys1zaEkeodQo+nBt/U446514ZYaCp7Zvl9W2r2OGtQ1VTO0It9y
|
||||||
|
+dkNbxECUrM5T7Oiv3CG0e+BIRuX8pMSqWzAC7/Yl5Hxqkp9XQLx1P3dcKoKusw5
|
||||||
|
OX0pUYtoAiM+sepPuurUc+UqpswLwdJx/XwR46icyz8oQoINSoyIvIAm5Lufx82M
|
||||||
|
bHY1CejdEb2Sgge8mzr2vn0T7Fs+9B9VmBAnyOZrXNv4/rdee1MtBvDXwfL0dhxg
|
||||||
|
w4Hl2L7y1aWJicNagK4B1GpaWCBcRteVzrkIEzk+/JqCiM+vB2IGXqLxnxcgi4OJ
|
||||||
|
toHbIuS/oYjU7UAj+hUI
|
||||||
|
=tFO8
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75b1b14605d63e8c83b60e0a4020cdb75b8671fb646959da865cbead0c2b466d
|
|
||||||
size 278317028
|
|
@ -1,17 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iQIcBAABCAAGBQJcSgmSAAoJELu+vbskxvNVUikQAK66ARnk4m24Ln7nX8hhmeON
|
|
||||||
o10g7HhoKSAJctMdL1W5l9MANe9yIwYwrjT1B2DXYMlOW7xEnZ7OGWTwnE4AdMha
|
|
||||||
V/no/t5/9JnUuvsqr61CmJpe378kLoLhgTfBkhvdLLqsrHlQwwHjfsKBRmHQD9J/
|
|
||||||
MSQ3/R33b1x4ObGg4zBVcGb6XE3A9szO8eIBegLXl0EgZVvQ12f/HIz7/1rSXoRQ
|
|
||||||
T/J6TtUtqKAk9+oumqaAx1s3nqoTRDBF4B329n0om6iowMxTOMiyLvENLEUq0tiG
|
|
||||||
GQAsPWQIyifabe08vu03XrStAoeSCmzSnKzrzNA9rXmJBbHuNl3+c1LVYV82+Nyu
|
|
||||||
eSz29GNoCPzLPGgvAqKa6YKwpBpjZi+Ue1mBfjVcxyCyh4pwVlkANRIvkfEsTGtg
|
|
||||||
H09/xco5DtjvN+aZpNfDgzx8go7TtlSag4M1acWvUUzm+z8wUih6rdHJl2EHegZC
|
|
||||||
mBYpDhRZ5rbtM8A3ZLU61ZozP8dOJzOCdp8bZ8l4GkNCkCaGkAkwtcs9GRZKenKH
|
|
||||||
A1/INF8RQI4RUSfuhw5FA1rpx66ba83ZhG146cvYm89EjHSEepw2AQW1oaKY9raj
|
|
||||||
8tXxgx0DwpXp8eXiGmhwGKaIdEySdk8XolxrZW7u+ziBPVaZ2cvmfIyIjL5Fq4kr
|
|
||||||
3+LGOK8BXcHSyx2hrETN
|
|
||||||
=G3VV
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
l10n-65.0.1.tar.xz
Normal file
3
l10n-65.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f4e56ecad7ba1dd67dad2744099e1fc2429ef973a617c5dbdbb8dd90ccbd74d
|
||||||
|
size 50075884
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1b3b7482776481ce98c37dcf11f4aaa113e2f6a17edfd1f7354a7127ad4f40d
|
|
||||||
size 49986484
|
|
@ -1,2 +1,2 @@
|
|||||||
REV=896611703c2b
|
REV=1ea7b51ef5bb
|
||||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user