summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec3
-rwxr-xr-xgen_cbindgen-vendor.sh2
-rw-r--r--sources2
3 files changed, 4 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 3f6fd90..c3df62b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -9,6 +9,7 @@
# There are still build problems on s390x, see
# https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351
+# https://bugzilla.redhat.com/show_bug.cgi?id=1897522
ExcludeArch: s390x
%ifarch armv7hl
@@ -89,7 +90,7 @@ ExcludeArch: s390x
%if %{?system_nss}
%global nspr_version 4.21
%global nspr_build_version %{nspr_version}
-%global nss_version 3.56
+%global nss_version 3.58
%global nss_build_version %{nss_version}
%endif
diff --git a/gen_cbindgen-vendor.sh b/gen_cbindgen-vendor.sh
index 8ddb8cd..90fef57 100755
--- a/gen_cbindgen-vendor.sh
+++ b/gen_cbindgen-vendor.sh
@@ -12,7 +12,7 @@ to be used with 'cargo vendor' commmand.
"""
[dependencies]
-cbindgen = "0.14.1"
+cbindgen = "0.15.0"
[[bin]]
name = "dummy"
diff --git a/sources b/sources
index 84d4cfd..f4b9254 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (cbindgen-vendor.tar.xz) = f0425020e2d43a3d28b03f82bdb9719728112a2c94b1d595da384d0674ca21d0940a6f729a690434d670e598fbc6bb5193c89da0a4633a734c70dd786222e711
SHA512 (firefox-83.0.source.tar.xz) = 2d0cbc1b778bec6981586ea18e9558356e58678bda05efda0f4ea32f85942bfca35bfa00a28ca7be83a9ade679184394209abb53c38df3ef912d14d000df8fc8
SHA512 (firefox-langpacks-83.0-20201112.tar.xz) = 7c8999bcdfcd1b23a7593233fec39ea617fd591ff887226feb87c5b3557749745cf6f2aa411a75a6f674423cd511effd8266e8fe76122b21536a4133325dee5c
+SHA512 (cbindgen-vendor.tar.xz) = 3c925c5523246b7dfbcb4ce563483d5b45315a06dc90f2cf07cddef0c263dd15b410afbbe4d86594de96a308e93be3b27ffec01f5f759a42ecba3cc983b1677f
bgstack15