forked from pool/MozillaFirefox
- update to Firefox 41.0.2 (bnc#950686)
* MFSA 2015-115/CVE-2015-7184 (bmo#1208339, bmo#1212669) Cross-origin restriction bypass using Fetch - added explicit appdata provides (bnc#949983) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=465
This commit is contained in:
parent
0e6478e65d
commit
2de666dd50
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 08:25:54 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to Firefox 41.0.2 (bnc#950686)
|
||||||
|
* MFSA 2015-115/CVE-2015-7184 (bmo#1208339, bmo#1212669)
|
||||||
|
Cross-origin restriction bypass using Fetch
|
||||||
|
- added explicit appdata provides (bnc#949983)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 4 09:20:56 UTC 2015 - wr@rosenauer.org
|
Sun Oct 4 09:20:56 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
# changed with every update
|
# changed with every update
|
||||||
%define major 41
|
%define major 41
|
||||||
%define mainver %major.0.1
|
%define mainver %major.0.2
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define releasedate 2015092900
|
%define releasedate 2015101500
|
||||||
|
|
||||||
# general build definitions
|
# general build definitions
|
||||||
%if "%{update_channel}" != "aurora"
|
%if "%{update_channel}" != "aurora"
|
||||||
@ -107,6 +107,10 @@ Provides: firefox = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
Provides: web_browser
|
Provides: web_browser
|
||||||
Provides: browser(npapi)
|
Provides: browser(npapi)
|
||||||
|
%if "%{update_channel}" != "aurora"
|
||||||
|
Provides: appdata()
|
||||||
|
Provides: appdata(firefox.appdata.xml)
|
||||||
|
%endif
|
||||||
# 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
|
||||||
# having a hard requirement on the kde4 package
|
# having a hard requirement on the kde4 package
|
||||||
%define kde_helper_version 6
|
%define kde_helper_version 6
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a6eb571733a93ec45e561aaa05cc30f8862df64a5a27c502e1cfc03c95233f41
|
oid sha256:67ce4cdcda65027bf31cc0de93fd4e03e2c91296fa4823cbe527bf234fb5851d
|
||||||
size 28436
|
size 28456
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
CHANNEL="release"
|
CHANNEL="release"
|
||||||
BRANCH="releases/mozilla-$CHANNEL"
|
BRANCH="releases/mozilla-$CHANNEL"
|
||||||
RELEASE_TAG="FIREFOX_41_0_1_RELEASE"
|
RELEASE_TAG="FIREFOX_41_0_2_RELEASE"
|
||||||
VERSION="41.0.1"
|
VERSION="41.0.2"
|
||||||
|
|
||||||
# mozilla
|
# mozilla
|
||||||
if [ -d mozilla ]; then
|
if [ -d mozilla ]; then
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:29d64294011158947c52b754f8298d43374b86c3511b2e655e4d6d2f478aaa24
|
|
||||||
size 168542916
|
|
3
firefox-41.0.2-source.tar.xz
Normal file
3
firefox-41.0.2-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:596f6603346d24d2b662da67cb6ffc5cbe1a01f654522f24cf28d3090ce7661b
|
||||||
|
size 168037948
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e90255e03567c0707b5ac83d3a3052f1f0db4903b854ddfda1921cd715cf434
|
|
||||||
size 42529924
|
|
3
l10n-41.0.2.tar.xz
Normal file
3
l10n-41.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33eaac6b5905ee6b90479b4ea76c77880e4f2b821312f394954522e2416c4f15
|
||||||
|
size 42541376
|
@ -1,2 +1,2 @@
|
|||||||
REV=76aad04b2a72
|
REV=8cb8515fc207
|
||||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||||
|
Loading…
Reference in New Issue
Block a user