pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Add Firefox 91ESR as a starting point for the branch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab69cfd585ce
branches:  trunk
changeset: 458072:ab69cfd585ce
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 08 22:19:50 2021 +0000

description:
Add Firefox 91ESR as a starting point for the branch.

diffstat:

 www/Makefile                                                                                              |    4 +-
 www/firefox91-l10n/DESCR                                                                                  |    1 +
 www/firefox91-l10n/Makefile                                                                               |   42 +
 www/firefox91-l10n/PLIST                                                                                  |   93 ++
 www/firefox91-l10n/distinfo                                                                               |  370 ++++++++++
 www/firefox91/DESCR                                                                                       |   12 +
 www/firefox91/Makefile                                                                                    |  193 +++++
 www/firefox91/PLIST                                                                                       |   36 +
 www/firefox91/PLIST.Linux                                                                                 |    2 +
 www/firefox91/distinfo                                                                                    |   46 +
 www/firefox91/files/desktop.in                                                                            |  191 +++++
 www/firefox91/files/nodejs-output-91.0.1.tgz                                                              |  Bin 
 www/firefox91/mozilla-common.mk                                                                           |  225 ++++++
 www/firefox91/options.mk                                                                                  |   80 ++
 www/firefox91/patches/patch-aa                                                                            |   26 +
 www/firefox91/patches/patch-browser_app_profile_firefox.js                                                |   17 +
 www/firefox91/patches/patch-build_moz.configure_rust.configure                                            |   15 +
 www/firefox91/patches/patch-config_gcc-stl-wrapper.template.h                                             |   31 +
 www/firefox91/patches/patch-config_makefiles_rust.mk                                                      |   17 +
 www/firefox91/patches/patch-dom_base_nsAttrName.h                                                         |   18 +
 www/firefox91/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp          |   17 +
 www/firefox91/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h                         |   16 +
 www/firefox91/patches/patch-gfx_cairo_cairo_src_cairo-type1-subset.c                                      |   19 +
 www/firefox91/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp                                              |   15 +
 www/firefox91/patches/patch-gfx_thebes_gfxPlatform.cpp                                                    |   28 +
 www/firefox91/patches/patch-gfx_wr_swgl_build.rs                                                          |   27 +
 www/firefox91/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc                              |   22 +
 www/firefox91/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc                              |   18 +
 www/firefox91/patches/patch-ipc_glue_GeckoChildProcessHost.cpp                                            |   21 +
 www/firefox91/patches/patch-js_src_jit_ProcessExecutableMemory.cpp                                        |   38 +
 www/firefox91/patches/patch-js_src_jit_arm64_vixl_MozCpu-vixl.cpp                                         |   38 +
 www/firefox91/patches/patch-js_src_jsfriendapi.h                                                          |   14 +
 www/firefox91/patches/patch-js_src_util_NativeStack.cpp                                                   |   32 +
 www/firefox91/patches/patch-js_src_vm_ArrayBufferObject.cpp                                               |   24 +
 www/firefox91/patches/patch-media_ffvpx_libavutil_arm_bswap.h                                             |   22 +
 www/firefox91/patches/patch-media_libcubeb_src_cubeb__alsa.c                                              |   12 +
 www/firefox91/patches/patch-media_libcubeb_src_moz.build                                                  |   19 +
 www/firefox91/patches/patch-media_libpng_pngpriv.h                                                        |   17 +
 www/firefox91/patches/patch-media_libtheora_lib_info.c                                                    |   19 +
 www/firefox91/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc |   63 +
 www/firefox91/patches/patch-mozglue_misc_Uptime.cpp                                                       |   15 +
 www/firefox91/patches/patch-nsprpub_pr_src_pthreads_ptsynch.c                                             |  110 ++
 www/firefox91/patches/patch-security_nss_lib_freebl_mpi_mpi.c                                             |   35 +
 www/firefox91/patches/patch-toolkit_components_terminator_nsTerminator.cpp                                |   27 +
 www/firefox91/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js                        |   26 +
 www/firefox91/patches/patch-toolkit_moz.configure                                                         |   23 +
 www/firefox91/patches/patch-toolkit_mozapps_installer_packager.mk                                         |   15 +
 www/firefox91/patches/patch-widget_gtk_DMABufSurface.cpp                                                  |   32 +
 www/firefox91/patches/patch-xpcom_base_nscore.h                                                           |   15 +
 www/firefox91/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build                                       |   15 +
 50 files changed, 2212 insertions(+), 1 deletions(-)

diffs (truncated from 2421 to 300 lines):

diff -r 3cd9aef51f30 -r ab69cfd585ce www/Makefile
--- a/www/Makefile      Wed Sep 08 21:04:53 2021 +0000
+++ b/www/Makefile      Wed Sep 08 22:19:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1581 2021/09/02 07:19:21 wiz Exp $
+# $NetBSD: Makefile,v 1.1582 2021/09/08 22:19:50 nia Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -117,6 +117,8 @@
 SUBDIR+=       firefox68-l10n
 SUBDIR+=       firefox78
 SUBDIR+=       firefox78-l10n
+SUBDIR+=       firefox91
+SUBDIR+=       firefox91-l10n
 SUBDIR+=       firefox_decrypt
 SUBDIR+=       gallery
 SUBDIR+=       gallery2
diff -r 3cd9aef51f30 -r ab69cfd585ce www/firefox91-l10n/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox91-l10n/DESCR  Wed Sep 08 22:19:50 2021 +0000
@@ -0,0 +1,1 @@
+This package contains language packs for www/firefox91.
diff -r 3cd9aef51f30 -r ab69cfd585ce www/firefox91-l10n/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox91-l10n/Makefile       Wed Sep 08 22:19:50 2021 +0000
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1 2021/09/08 22:19:50 nia Exp $
+
+FIREFOX_VER=   91.0.1esr
+PKGNAME=       firefox91-l10n-${FIREFOX_VER:S/esr//}
+DISTNAME=      # empty
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/linux-i686/xpi/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.mozilla.com/en-US/firefox/
+COMMENT=       Language packs for www/firefox (version ${PKGVERSION_NOREV:C/\..*//})
+
+DEPENDS+=      firefox91>=${PKGVERSION_NOREV}:../../www/firefox91
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+DISTFILES=     ${XPI_FILES}
+
+NO_BUILD=      yes
+
+INSTALLATION_DIRS=     lib/firefox91/browser/extensions
+
+FIREFOX_LOCALES=       ach af an ar ast az be bg bn br bs ca cak       \
+                       cs cy da de dsb el en-CA en-GB en-US eo es-AR   \
+                       es-CL es-ES     \
+                       es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn gu-IN      \
+                       he hi-IN hr hsb hu hy-AM ia id is it ja ka kab kk km kn \
+                       ko      \
+                       lij lt lv mk mr ms my nb-NO ne-NP nl nn-NO oc \
+                       pa-IN pl        \
+                       pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te th  \
+                       tr uk uz vi xh zh-CN zh-TW
+
+EXTENSIONS_DIR=                ${PREFIX}/lib/firefox91/browser/extensions
+XPI_FILES=             ${FIREFOX_LOCALES:=.xpi}
+
+do-install:
+.for f in ${FIREFOX_LOCALES}
+       ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f}.xpi \
+       ${DESTDIR}${EXTENSIONS_DIR}/langpack-${f}@firefox.mozilla.org.xpi
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3cd9aef51f30 -r ab69cfd585ce www/firefox91-l10n/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox91-l10n/PLIST  Wed Sep 08 22:19:50 2021 +0000
@@ -0,0 +1,93 @@
+@comment $NetBSD: PLIST,v 1.1 2021/09/08 22:19:50 nia Exp $
+lib/firefox91/browser/extensions/langpack-ach%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-af%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-an%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ar%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ast%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-az%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-be%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-bg%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-bn%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-br%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-bs%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ca%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-cak%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-cs%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-cy%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-da%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-de%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-dsb%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-el%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-en-CA%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-en-GB%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-en-US%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-eo%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-es-AR%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-es-CL%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-es-ES%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-es-MX%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-et%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-eu%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-fa%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ff%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-fi%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-fr%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-fy-NL%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ga-IE%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-gd%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-gl%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-gn%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-gu-IN%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-he%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-hi-IN%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-hr%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-hsb%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-hu%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-hy-AM%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ia%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-id%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-is%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-it%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ja%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ka%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-kab%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-kk%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-km%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-kn%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ko%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-lij%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-lt%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-lv%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-mk%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-mr%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ms%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-my%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-nb-NO%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ne-NP%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-nl%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-nn-NO%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-oc%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-pa-IN%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-pl%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-pt-BR%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-pt-PT%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-rm%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ro%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ru%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-si%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-sk%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-sl%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-son%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-sq%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-sr%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-sv-SE%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-ta%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-te%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-th%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-tr%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-uk%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-uz%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-vi%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-xh%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-zh-CN%firefox.mozilla.org.xpi@localhost
+lib/firefox91/browser/extensions/langpack-zh-TW%firefox.mozilla.org.xpi@localhost
diff -r 3cd9aef51f30 -r ab69cfd585ce www/firefox91-l10n/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox91-l10n/distinfo       Wed Sep 08 22:19:50 2021 +0000
@@ -0,0 +1,370 @@
+$NetBSD: distinfo,v 1.1 2021/09/08 22:19:50 nia Exp $
+
+SHA1 (firefox91-l10n-91.0.1/ach.xpi) = 883c122245c9695bfe112c824efe0c28c322c401
+RMD160 (firefox91-l10n-91.0.1/ach.xpi) = 38f7e3f2b15923edbd1fcc378b46ebb09aaea8f2
+SHA512 (firefox91-l10n-91.0.1/ach.xpi) = e5e9cd4ccdebf6cb5c8e502bcaf1a4293e90df6e8dc910dedca792e244312fa5362c2130ada22f562f5715029efeb00ad10ddf487ca120751d6dc516ba1abcd2
+Size (firefox91-l10n-91.0.1/ach.xpi) = 465295 bytes
+SHA1 (firefox91-l10n-91.0.1/af.xpi) = 46b7f996b365a8fe3289e658c60d348391caeb33
+RMD160 (firefox91-l10n-91.0.1/af.xpi) = cd51df828a91cdc29ef27919de5782f357b6dc0b
+SHA512 (firefox91-l10n-91.0.1/af.xpi) = af6bef9d8c470da7baec859cc77e0cf6a782120c60d2be4e9fe68e0b9e5355f0fb7fe245c33b5050ac629caf88c6e41246472c194a4c7c324abc3d057cd2ff59
+Size (firefox91-l10n-91.0.1/af.xpi) = 433159 bytes
+SHA1 (firefox91-l10n-91.0.1/an.xpi) = 81f56757a5935d46fd522f7a4606a11829c3d7b1
+RMD160 (firefox91-l10n-91.0.1/an.xpi) = c9ae5ceb1d20c55f6b1428657a9621c167b9c99f
+SHA512 (firefox91-l10n-91.0.1/an.xpi) = 2377d30169cefbaf93a2e521874b1d40e53e521d4c8f9a7255b2fac349a709004eaceb9bb93095fa902fe6b284430cb0e65912eb5ecca6915e3366f5cc4d352f
+Size (firefox91-l10n-91.0.1/an.xpi) = 511815 bytes
+SHA1 (firefox91-l10n-91.0.1/ar.xpi) = 99e110bbcdecb4ac2db84e3a3a72d8142d0e1096
+RMD160 (firefox91-l10n-91.0.1/ar.xpi) = 2fe423548995f955ec64777bda576fd1f46944de
+SHA512 (firefox91-l10n-91.0.1/ar.xpi) = 97a8d01b230f2a12dee9a4ebe28f2731b23f392322e3fbafbe41c2082b3ace1f78bf3f726a9f58233297a02da20bfd8a3d998ff053f439124fff535da0e3bff7
+Size (firefox91-l10n-91.0.1/ar.xpi) = 573967 bytes
+SHA1 (firefox91-l10n-91.0.1/ast.xpi) = 914e208f677443fc74b7f84264e99c7d694be09b
+RMD160 (firefox91-l10n-91.0.1/ast.xpi) = 6d0265b0de195ac99e69ffe28cb6687ae6142b23
+SHA512 (firefox91-l10n-91.0.1/ast.xpi) = 444c8fb40d4248c6fe5694286e5089b61564ff19fb53836558c36adc727007cf85d047bc977a9eb25d6551d5b5c31007550d6794f233d5cdf7f359f64ee84e00
+Size (firefox91-l10n-91.0.1/ast.xpi) = 502942 bytes
+SHA1 (firefox91-l10n-91.0.1/az.xpi) = 676963e83c83fc8b1871be2ef988130165fc748d
+RMD160 (firefox91-l10n-91.0.1/az.xpi) = 9ca39fda2c0644c5e8153d3ff91382859de4284b
+SHA512 (firefox91-l10n-91.0.1/az.xpi) = 5f5f5d7f003ca1d375b32fcab09a731b3abc3dae163971c681ea9b94bdd43a59737ef7cfe007ed1d15e0bdbdd3f5e21528ee7d9461831bea63b0557ad21ff959
+Size (firefox91-l10n-91.0.1/az.xpi) = 500885 bytes
+SHA1 (firefox91-l10n-91.0.1/be.xpi) = f41aa283e2887554ea7af59f3dfedeb8f21e983e
+RMD160 (firefox91-l10n-91.0.1/be.xpi) = cbdc55ee5e84d1cd6c0266970c87c0adcb1a7c9d
+SHA512 (firefox91-l10n-91.0.1/be.xpi) = 6cd21cac69410171c952a7679d3efcbee53d092961d320708ebc79640a0718c41b9854b45d95498327987958ea2fdc8f3863e346f11895c87b73515fd8f431f3
+Size (firefox91-l10n-91.0.1/be.xpi) = 630152 bytes
+SHA1 (firefox91-l10n-91.0.1/bg.xpi) = 2be1fad1b707b8ad9d0b4ff6d738059dc59333cd
+RMD160 (firefox91-l10n-91.0.1/bg.xpi) = af7b6985df520f4ba396e34978d124757754e405
+SHA512 (firefox91-l10n-91.0.1/bg.xpi) = 0f091c01609b34032bbc9760998658874cd2908cfd2d8e360147e683abded43f48f5277b882428db53d81e0a95df2c9da4ba33f37da4ded1dcfd92ff8511fb5c
+Size (firefox91-l10n-91.0.1/bg.xpi) = 585090 bytes
+SHA1 (firefox91-l10n-91.0.1/bn.xpi) = ba86e42f318945c74ef45bb1e45ed232e0437d8d
+RMD160 (firefox91-l10n-91.0.1/bn.xpi) = 2e3430730f922d5861748a74bc314916ad675efb
+SHA512 (firefox91-l10n-91.0.1/bn.xpi) = e003ca647adcecd6dac2bc4614fc17bc4a369594f92b746ded5bfd18d3fb8f36d1e2cb5666f57cace96f35df9b28de46d96416cc57d4243431edf740deb535a7
+Size (firefox91-l10n-91.0.1/bn.xpi) = 576476 bytes
+SHA1 (firefox91-l10n-91.0.1/br.xpi) = f2d28a36a4cee3b2755c9ebc58cefb98ab738d23
+RMD160 (firefox91-l10n-91.0.1/br.xpi) = af32329f2ca7527f9f473a6f23e797fe36c14c62
+SHA512 (firefox91-l10n-91.0.1/br.xpi) = 71e37e312e244c2d1f99c80dbbba48211b230405bffa6873433dd49aa26518a8e4a086c91fefc227ed60fa518dbb7bf631bbcc4547c5020552b8c4a25d2154a6
+Size (firefox91-l10n-91.0.1/br.xpi) = 534800 bytes
+SHA1 (firefox91-l10n-91.0.1/bs.xpi) = 05b37d39335b1d4482f4fd5d27416552ffcb02ab
+RMD160 (firefox91-l10n-91.0.1/bs.xpi) = e1aaab580ebd10ac548f014869ccc70b4e300dd3
+SHA512 (firefox91-l10n-91.0.1/bs.xpi) = 852a8848df61b7a7c9c7c681bbec3189b2b82f1bb2d963a8b5e2022160d8a576a786293583970e98b12da1172be5d982d2e6ff24a4ef8e3482099d3c73a356fd
+Size (firefox91-l10n-91.0.1/bs.xpi) = 473112 bytes
+SHA1 (firefox91-l10n-91.0.1/ca.xpi) = e5b0f41b59555e4f17c123233c3db66619cdd1cb
+RMD160 (firefox91-l10n-91.0.1/ca.xpi) = 52901b4ae21380d0b96372f0ff8b1830ffc37024
+SHA512 (firefox91-l10n-91.0.1/ca.xpi) = 2669d6e554bf81211f3da07ec8a8c9f24393add9456937d6222f8a119e1103cab321f6d8d701feff21e8adf3e05833010edb7c3904a246f9f2a5f40932e5f2a1
+Size (firefox91-l10n-91.0.1/ca.xpi) = 541001 bytes
+SHA1 (firefox91-l10n-91.0.1/cak.xpi) = 7b7b3aa05360914145635529e318343ac48d8077
+RMD160 (firefox91-l10n-91.0.1/cak.xpi) = 5220a157ee143119f150b442f29c32bc312e7560
+SHA512 (firefox91-l10n-91.0.1/cak.xpi) = d52f7ec257f26037fa36e10cdaad5a49020d383489c47c7599f80994a36aa652443ec66d26150b8bfddc17a4c91500fa325570dedd2aadc16d41e1bfbda58b8a
+Size (firefox91-l10n-91.0.1/cak.xpi) = 568047 bytes
+SHA1 (firefox91-l10n-91.0.1/cs.xpi) = f5fbc34770431189bc4f6a6b30b9a9d618ce0533
+RMD160 (firefox91-l10n-91.0.1/cs.xpi) = d9e2fda8845923f3a78b8231b057a1e4e294eee2
+SHA512 (firefox91-l10n-91.0.1/cs.xpi) = b5a25143c283b2e70f1a0a1427459b144aa4c0d6be655173eb587e1e3fd17f1043c9d9b4b51a9ece422585bf366b81279d5e132fd707325a2a181ccb737efbb9
+Size (firefox91-l10n-91.0.1/cs.xpi) = 571513 bytes
+SHA1 (firefox91-l10n-91.0.1/cy.xpi) = e50017e9150bc7784176efbd58c28cd9f5e71cd9
+RMD160 (firefox91-l10n-91.0.1/cy.xpi) = 0ed1af1aae5bbec4554106e35da1ba7d23ec0f93
+SHA512 (firefox91-l10n-91.0.1/cy.xpi) = 966a80ff8fd7334b8c2211ec87b6e41ece51eddcbd418409f39ec3ca6fdf4a33fb81f66b9c1464761edd678f9f6c6a32504a64b1217dbd0232a0aee84327b85c
+Size (firefox91-l10n-91.0.1/cy.xpi) = 548300 bytes
+SHA1 (firefox91-l10n-91.0.1/da.xpi) = 6ba38727e61250aa1cc06047112faa6d7fa41061
+RMD160 (firefox91-l10n-91.0.1/da.xpi) = 14441fa5807b5307a21ccc6fbe7c0a96794f406c
+SHA512 (firefox91-l10n-91.0.1/da.xpi) = 125425ae745e3e2711f063b010e266f4a0b71c970314e8afa99f5bc049a5313998f47aa5be6ef862ee24b0cb5352d2219e39a7716051f8cc623419b850b177dd
+Size (firefox91-l10n-91.0.1/da.xpi) = 540524 bytes
+SHA1 (firefox91-l10n-91.0.1/de.xpi) = 97fbbc2bae470c9733b2e965434c4415a040f887
+RMD160 (firefox91-l10n-91.0.1/de.xpi) = fe7c501d0291b2e6833d90c8220147053b03831c
+SHA512 (firefox91-l10n-91.0.1/de.xpi) = 4b4f4ed0e81e8dd36e115e361e1c223cfe3788a6a39fd0d6bd9d63afe29a6317e027cd0b4cef8e4a33d2ee797fb4b7585cf8374b1c77b28ba364fec3c738f154
+Size (firefox91-l10n-91.0.1/de.xpi) = 560088 bytes
+SHA1 (firefox91-l10n-91.0.1/dsb.xpi) = 725f95ddd0c335245d1e8fc1dd3dbe2c7322b428
+RMD160 (firefox91-l10n-91.0.1/dsb.xpi) = db0c38cd67bd6e554a96a4145f6cee11f03de25f
+SHA512 (firefox91-l10n-91.0.1/dsb.xpi) = ccbc3eae3f5ce46376ea12bb259fdc66a51df0f8b8655af6a1ce82014cdc70357db4f5058156a71637ebb2628e8d8ce2f70f7664280dac7ecf77c64a97ffdc78
+Size (firefox91-l10n-91.0.1/dsb.xpi) = 572855 bytes
+SHA1 (firefox91-l10n-91.0.1/el.xpi) = 7582c2616b1f3fcf443c5518ade7ea6399fe8aeb
+RMD160 (firefox91-l10n-91.0.1/el.xpi) = 8f47dbc7fed4370a2c6b537cd5f5fbf182554a1d
+SHA512 (firefox91-l10n-91.0.1/el.xpi) = 389992022404d69f944de08360518f460e92d56472848b967036615fc8d2d9186956e6ca0f8c756b2d75d974cb5b45dc08b2481aa525de9adad2186a20b56de3
+Size (firefox91-l10n-91.0.1/el.xpi) = 646568 bytes
+SHA1 (firefox91-l10n-91.0.1/en-CA.xpi) = 6290ae2581c902a7803cae1260b7159264b0894d
+RMD160 (firefox91-l10n-91.0.1/en-CA.xpi) = 928e87fd2f04131cb96d43d991040c2dde9c83c7
+SHA512 (firefox91-l10n-91.0.1/en-CA.xpi) = 02d915c87bce7c3e2f6f2821fbee74419f189a9f1f8be3fb35c9490d7f028257641c005452130a85f64987f791d38cee7f26e077e4758c2fe9d5dd5e66dac2c0
+Size (firefox91-l10n-91.0.1/en-CA.xpi) = 515731 bytes
+SHA1 (firefox91-l10n-91.0.1/en-GB.xpi) = 2a897ff88e9692de836f4ed26a79895afb69b8ee
+RMD160 (firefox91-l10n-91.0.1/en-GB.xpi) = e8a1b62e37bdef7db356a2e22b70466cf588bd79
+SHA512 (firefox91-l10n-91.0.1/en-GB.xpi) = 02b411ff44145d5852954d60198ec58ee91347a2daad0aa2a7d422af0c7fa1e45af6545648242b675dc4830b8e609bd2625c016313d2ffbc09f188e2112d52de
+Size (firefox91-l10n-91.0.1/en-GB.xpi) = 515984 bytes
+SHA1 (firefox91-l10n-91.0.1/en-US.xpi) = a5441b759626b9624cea83e9c650faa02dd4576a
+RMD160 (firefox91-l10n-91.0.1/en-US.xpi) = 3f60c8171fcbfbc1eac216c1adfa2af45130dc62
+SHA512 (firefox91-l10n-91.0.1/en-US.xpi) = 9bb25cc98d54d973a8ba378d362d970be5706a30a0ad3d3a68775be30f39dfcae207ea75f3edb8ac2953c5f4256c7088260d002e73827a4cc184056b99f24b3d
+Size (firefox91-l10n-91.0.1/en-US.xpi) = 489822 bytes
+SHA1 (firefox91-l10n-91.0.1/eo.xpi) = c5c9a2fc7ce460d16821d9a7a64a79daa656e32d
+RMD160 (firefox91-l10n-91.0.1/eo.xpi) = 3ab22eef1d5b1feacc606dcd93f6d705941a0446
+SHA512 (firefox91-l10n-91.0.1/eo.xpi) = 18e6fbe2b0e5a7f51220ead48c1b7f5a2554eeee76462193dc5ea9054741be4f8ae3a453e325ffbb99f5c9e17ef0a4acdfd1ad785ce543b466204e54175c88d4
+Size (firefox91-l10n-91.0.1/eo.xpi) = 542048 bytes
+SHA1 (firefox91-l10n-91.0.1/es-AR.xpi) = 8b902e2d8823f4a204f98d7a67323d834791b3ee
+RMD160 (firefox91-l10n-91.0.1/es-AR.xpi) = aef4a2dcfce08b3e6b22fe767548a40593e8e548
+SHA512 (firefox91-l10n-91.0.1/es-AR.xpi) = c5131093876429afe8cadb09775b776227f0295ffd4543d2e0ac66d410b1ab20d38e98290667f714d790dd2d56abddc266ddc5de2fabac72ffb878050d8b4d25
+Size (firefox91-l10n-91.0.1/es-AR.xpi) = 553519 bytes
+SHA1 (firefox91-l10n-91.0.1/es-CL.xpi) = 21bd2ba3be617da600cbde0d1b22587c589f18bb
+RMD160 (firefox91-l10n-91.0.1/es-CL.xpi) = db073a1ea46b1dca95f049ac4b7b7ec60fe4d742
+SHA512 (firefox91-l10n-91.0.1/es-CL.xpi) = 0a002ab6ace7f4d85b1128ebd82abe77cba1a4e1a27a402c40b19764b99dd14c26ed118e4ea71760d62214afd8699ee3984e12354d0c41f3d2266bb5ed227125
+Size (firefox91-l10n-91.0.1/es-CL.xpi) = 552534 bytes
+SHA1 (firefox91-l10n-91.0.1/es-ES.xpi) = ea7cb84d86b343641bb0371e4891dbe882ef01e4
+RMD160 (firefox91-l10n-91.0.1/es-ES.xpi) = 59dd1c1804988f07befbed73e85c24e78ba6ccae
+SHA512 (firefox91-l10n-91.0.1/es-ES.xpi) = 40108ac3ff7f77703a5799c3c578916ea255090aeb603c2e8b9f67b38b4b1b928f5d230d5805bd6f5a3a9f2f35c293e9d684f3bacc767dbbfb2c04f99e71b880
+Size (firefox91-l10n-91.0.1/es-ES.xpi) = 542531 bytes
+SHA1 (firefox91-l10n-91.0.1/es-MX.xpi) = bcee87675ee6c8686d98a5e812cbfbcd3bc4d75f
+RMD160 (firefox91-l10n-91.0.1/es-MX.xpi) = e6fd3661c71d651cc6a4e48503aa282b14cd004e
+SHA512 (firefox91-l10n-91.0.1/es-MX.xpi) = 634475bc89a8ace8fe30371cbfc6f7d05efd65537d18bd998feb813e8c414719c3b7a140d4252c6b9158264167847b7a42693ff9260f3e3077ccede8c9aa18a0
+Size (firefox91-l10n-91.0.1/es-MX.xpi) = 556672 bytes
+SHA1 (firefox91-l10n-91.0.1/et.xpi) = 58cec0311d999191ed6f340cf9e8ee474bd10197
+RMD160 (firefox91-l10n-91.0.1/et.xpi) = f4ee84c3a19504dc85f57207b9341b8701fdccb3
+SHA512 (firefox91-l10n-91.0.1/et.xpi) = dfea573567df7105c727563930ad73a352e7d06bdbb0278ac25d54268b0a9e6089b50bc62582576ba5088de8984efb36c1c1c2611ff70d633ae7ff719aca54dd
+Size (firefox91-l10n-91.0.1/et.xpi) = 494144 bytes
+SHA1 (firefox91-l10n-91.0.1/eu.xpi) = c7e404d3b16567b073cd2073aad8edbfde229407
+RMD160 (firefox91-l10n-91.0.1/eu.xpi) = caa704cc2eec290e0f4fef9ebd81b2d027a73930
+SHA512 (firefox91-l10n-91.0.1/eu.xpi) = 8f724b63accee768cbdc77973975e3237e4e4bf79c5886b5d01320b7da9be9695a1e0cd6e5945f45a136ff3d8d56c4c6af02a5e05220f5591138d7b0a0aa7f06
+Size (firefox91-l10n-91.0.1/eu.xpi) = 539047 bytes
+SHA1 (firefox91-l10n-91.0.1/fa.xpi) = 79409512503e5a66df18200fd5a740fe2f1795a7
+RMD160 (firefox91-l10n-91.0.1/fa.xpi) = c3085811441d4ba44b0a233a019fddf54ad7fff8
+SHA512 (firefox91-l10n-91.0.1/fa.xpi) = 82118507d416a14616ddc3310a6f59ce280cc4edb265cf773451b8ee4964f6269da9ce33742f879e511214b30cbd20cb6450dc4d7729d1bd418d50e760875963
+Size (firefox91-l10n-91.0.1/fa.xpi) = 561635 bytes
+SHA1 (firefox91-l10n-91.0.1/ff.xpi) = 3d37fa76ba18fb3d9175d39471f2c25bd2bab48d
+RMD160 (firefox91-l10n-91.0.1/ff.xpi) = c54e40c591463a282a6fb17135b6288db2219c44
+SHA512 (firefox91-l10n-91.0.1/ff.xpi) = c7cb5205957fadae2775d319432d1bd3a15d23af69feef9d001e35609dc39a7f3b1d9b9703edec64779325f61c46ff8fa1cf716ea2ea5f5a7da7239fdcc1b797
+Size (firefox91-l10n-91.0.1/ff.xpi) = 485705 bytes
+SHA1 (firefox91-l10n-91.0.1/fi.xpi) = f31920094ce2a3f802e991e48ee3025e8319fc5a
+RMD160 (firefox91-l10n-91.0.1/fi.xpi) = 261103684167a0ae4cf048cad1d9f68627cfc306
+SHA512 (firefox91-l10n-91.0.1/fi.xpi) = 0a098f2c608b3d957fb4a8de0a66610fabaafcb17b94c0c2da991030e8f98e62ea76dfd977bd774494886488b84783fc9a36f7835435fd60fb24b45c06b9ce52
+Size (firefox91-l10n-91.0.1/fi.xpi) = 539815 bytes



Home | Main Index | Thread Index | Old Index