summaryrefslogtreecommitdiff
path: root/firefox-nss-version.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-25 15:39:09 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-25 15:39:09 +0100
commitff9ccdbd6816c1bd587006c601f0242aed41e0e3 (patch)
tree14f73c1f86dee273cc960ab2b22db83c32ad73d0 /firefox-nss-version.patch
parentdon't require rust 1.38 (diff)
downloadlibrewolf-fedora-ff-ff9ccdbd6816c1bd587006c601f0242aed41e0e3.tar.gz
librewolf-fedora-ff-ff9ccdbd6816c1bd587006c601f0242aed41e0e3.tar.bz2
librewolf-fedora-ff-ff9ccdbd6816c1bd587006c601f0242aed41e0e3.zip
Test build - FF71
Diffstat (limited to 'firefox-nss-version.patch')
-rw-r--r--firefox-nss-version.patch14
1 files changed, 6 insertions, 8 deletions
diff --git a/firefox-nss-version.patch b/firefox-nss-version.patch
index a025e09..26d635c 100644
--- a/firefox-nss-version.patch
+++ b/firefox-nss-version.patch
@@ -1,14 +1,12 @@
-diff -up firefox-70.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.old firefox-70.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium
-diff -up firefox-70.0/media/webrtc/trunk/Makefile.old firefox-70.0/media/webrtc/trunk/Makefile
-diff -up firefox-70.0/old-configure.in.old firefox-70.0/old-configure.in
---- firefox-70.0/old-configure.in.old 2019-10-21 15:13:50.777374423 +0200
-+++ firefox-70.0/old-configure.in 2019-10-21 15:13:59.803371294 +0200
-@@ -1530,7 +1530,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
+diff -up firefox-71.0/old-configure.in.nss-version firefox-71.0/old-configure.in
+--- firefox-71.0/old-configure.in.nss-version 2019-11-25 15:15:15.767572575 +0100
++++ firefox-71.0/old-configure.in 2019-11-25 15:16:47.363498527 +0100
+@@ -1512,7 +1512,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
-- AM_PATH_NSS(3.46.1, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
-+ AM_PATH_NSS(3.46.0, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+- AM_PATH_NSS(3.47.1, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
++ AM_PATH_NSS(3.47.0, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
fi
NSS_CFLAGS="$NSS_CFLAGS -I${DIST}/include/nss"
bgstack15