Merge branch 'master' into f24

This commit is contained in:
Martin Stransky 2017-04-18 11:38:39 +02:00
commit 40cc8469a3
2 changed files with 15 additions and 2 deletions

13
firefox-nss-version.patch Normal file
View File

@ -0,0 +1,13 @@
diff -up firefox-53.0/media/webrtc/trunk/Makefile.old firefox-53.0/media/webrtc/trunk/Makefile
diff -up firefox-53.0/old-configure.in.old firefox-53.0/old-configure.in
--- firefox-53.0/old-configure.in.old 2017-04-18 11:33:53.724460667 +0200
+++ firefox-53.0/old-configure.in 2017-04-18 11:34:08.728405522 +0200
@@ -2040,7 +2040,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
- AM_PATH_NSS(3.29.5, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+ AM_PATH_NSS(3.29.3, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
fi
if test -n "$MOZ_SYSTEM_NSS"; then

View File

@ -141,10 +141,10 @@ Patch224: mozilla-1170092.patch
Patch225: mozilla-1005640-accept-lang.patch
#ARM run-time patch
Patch226: rhbz-1354671.patch
# Fix depends on p11-kit-trust 0.23.4 and enhanced ca-certificates.rpm
Patch227: rhbz-1400293-fix-mozilla-1324096.patch
Patch228: rhbz-1400293-workaround.patch
Patch229: firefox-nss-version.patch
# Upstream patches
Patch304: mozilla-1253216.patch
@ -302,13 +302,13 @@ cd %{tarballdir}
%ifarch aarch64
%patch226 -p1 -b .1354671
%endif
%if 0%{?fedora} > 25
# Fix depends on p11-kit-trust 0.23.4 and enhanced ca-certificates.rpm
%patch227 -p1 -b .rh1400293
%else
%patch228 -p1 -b .rh1400293
%endif
%patch229 -p1 -b .nss-version
%patch304 -p1 -b .1253216
%patch402 -p1 -b .1196777