Compare commits

...

35 Commits

Author SHA1 Message Date
bsiegert 6bbe0c676c Pullup tickets #6763 to #6765 2023-06-26 09:35:17 +00:00
bsiegert baf1faefe8 Pullup ticket #6765 - requested by nia
www/firefox102: security fix
www/firefox102-l10n: dependent update

Revisions pulled up:
- www/firefox102-l10n/Makefile                                  1.12
- www/firefox102-l10n/distinfo                                  1.11
- www/firefox102/Makefile                                       1.21
- www/firefox102/distinfo                                       1.13

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sun Jun 25 16:07:08 UTC 2023

   Modified Files:
   	pkgsrc/www/firefox102: Makefile distinfo
   	pkgsrc/www/firefox102-l10n: Makefile distinfo

   Log Message:
   firefox102: update to 102.12

   Security Vulnerabilities fixed in Firefox ESR 102.12

       #CVE-2023-34414: Click-jacking certificate exceptions through rendering lag

       #CVE-2023-34416: Memory safety bugs fixed in Firefox 114 and Firefox ESR
       102.12
2023-06-26 09:34:50 +00:00
bsiegert 4c5d3ae4d7 Pullup ticket #6764 - requested by taca
net/bind918: security fix

Revisions pulled up:
- net/bind918/Makefile                                          1.10-1.12
- net/bind918/PLIST                                             1.4
- net/bind918/distinfo                                          1.7-1.9
- net/bind918/options.mk                                        1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Apr 24 13:48:06 UTC 2023

   Modified Files:
   	pkgsrc/net/bind918: Makefile PLIST distinfo options.mk

   Log Message:
   net/bind918: update to 9.18.14

   pkgsrc change: reduce some pkglint warnings.

   --- 9.18.14 released ---

   6145.	[bug]		Fix a possible use-after-free bug in the
   			dns__catz_done_cb() function. [GL #3997]

   6143.	[bug]		A reference counting problem on the error path in
   			the xfrin_connect_done() might cause an assertion
   			failure on shutdown.  [GL #3989]

   6142.	[bug]		Reduce the number of dns_dnssec_verify calls made
   			determining if revoked keys needs to be removed from
   			the trust anchors. [GL #3981]

   6141.	[bug]		Fix several issues in nsupdate timeout handling and
   			update the -t option's documentation. [GL #3674]

   6138.	[doc]		Fix the DF-flag documentation on the outgoing
   			UDP packets. [GL #3710]

   6136.	[cleanup]	Remove the isc_fsaccess API in favor of creating
   			temporary file first and atomically replace the key
   			with non-truncated content. [GL #3982]

   6132.	[doc]		Remove a dead link in the DNSSEC guide. [GL #3967]

   6129.	[cleanup]	Value stored to 'source' during its initialization is
   			never read. [GL #3965]

   6128.	[bug]		Fix an omission in an earlier commit to avoid a race
   			between the 'dns__catz_update_cb()' and
   			'dns_catz_dbupdate_callback()' functions. [GL #3968]

   6126.	[cleanup]	Deprecate zone type "delegation-only" and the
   			"delegation-only" and "root-delegation-only"
   			options. [GL #3953]

   6125.	[bug]		Hold a catz reference while the update process is
   			running, so that the catalog zone is not destroyed
   			during shutdown until the update process is finished or
   			properly canceled by the activated 'shuttingdown' flag.
   			[GL #3955]

   6124.	[bug]		When changing from a NSEC3 capable DNSSEC algorithm to
   			an NSEC3 incapable DNSSEC algorithm using KASP the zone
   			could sometimes be incompletely signed. [GL #3937]

   6121.	[bug]		Fix BIND and dig zone transfer hanging when
   			downloading large zones over TLS from a primary server,
   			especially over unstable connections. [GL #3867]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed May 17 13:43:52 UTC 2023

   Modified Files:
   	pkgsrc/net/bind918: Makefile distinfo

   Log Message:
   net/bind918: update to 9.18.15

   	--- 9.18.15 released ---

   6164.	[bug]		Set the rndc idle read timeout back to 60 seconds,
   			from the netmgr default of 30 seconds, in order to
   			match the behavior of 9.16 and earlier. [GL #4046]

   6161.	[bug]		Fix log file rotation when using absolute path as
   			file. [GL #3991]

   6157.	[bug]		When removing delegations in an OPTOUT range
   			empty-non-terminal NSEC3 records generated by
   			those delegations were not removed. [GL #4027]

   6156.	[bug]		Reimplement the maximum and idle timeouts for incoming
   			zone tranfers. [GL #4004]

   6155.	[bug]		Treat ISC_R_INVALIDPROTO as a networking error
   			in the dispatch code to avoid retrying with the
   			same server. [GL #4005]

   6152.	[bug]		In dispatch, honour the configured source-port
   			selection when UDP connection fails with address
   			in use error.

   			Also treat ISC_R_NOPERM same as ISC_R_ADDRINUSE.
   			[GL #3986]

   6149.	[test]		As a workaround, include an OpenSSL header file before
   			including cmocka.h in the unit tests, because OpenSSL
   			3.1.0 uses __attribute__(malloc), conflicting with a
   			redefined malloc in cmocka.h. [GL #4000]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jun 21 14:42:23 UTC 2023

   Modified Files:
   	pkgsrc/net/bind918: Makefile distinfo

   Log Message:
   net/bind918: update to 9.18.16

   9.18.16 (2023-06-21)

   Security release:

   - CVE-2023-2828
   - CVE-2023-2911

   6192.	[security]	A query that prioritizes stale data over lookup
   			triggers a fetch to refresh the stale data in cache.
   			If the fetch is aborted for exceeding the recursion
   			quota, it was possible for 'named' to enter an infinite
   			callback loop and crash due to stack overflow. This has
   			been fixed. (CVE-2023-2911) [GL #4089]

   6190.	[security]	Improve the overmem cleaning process to prevent the
   			cache going over the configured limit. (CVE-2023-2828)
   			[GL #4055]

   6188.	[performance]	Reduce memory consumption by allocating properly
   			sized send buffers for stream-based transports.
   			[GL #4038]

   6186.	[bug]		Fix a 'clients-per-query' miscalculation bug. When the
   			'stale-answer-enable' options was enabled and the
   			'stale-answer-client-timeout' option was enabled and
   			larger than 0, named was taking two places from the
   			'clients-per-query' limit for each client and was
   			failing to gradually auto-tune its value, as configured.
   			[GL #4074]

   6185.	[func]		Add "ClientQuota" statistics channel counter, which
   			indicates the number of the resolver's spilled queries
   			due to reaching the clients per query quota. [GL !7978]

   6183.	[bug]		Fix a serve-stale bug where a delegation from cache
   			could be returned to the client. [GL #3950]

   6182.	[cleanup]	Remove configure checks for epoll, kqueue and
   			/dev/poll. [GL #4098]

   6181.	[func]		The "tkey-dhkey" option has been deprecated; a
   			warning will be logged when it is used. In a future
   			release, Diffie-Hellman TKEY mode will be removed.
   			[GL #3905]

   6180.	[bug]		The session key object could be incorrectly added
   			to multiple different views' keyrings. [GL #4079]

   6179.	[bug]		Fix an interfacemgr use-after-free error in
   			zoneconf.c:isself(). [GL #3765]

   6176.	[test]		Add support for using pytest & pytest-xdist to
   			execute the system test suite. [GL #3978]

   6174.	[bug]		BIND could get stuck on reconfiguration when a
   			'listen' statement for HTTP is removed from the
   			configuration. That has been fixed. [GL #4071]

   6173.	[bug]		Properly process extra "nameserver" lines in
   			resolv.conf otherwise the next line is not properly
   			processed. [GL #4066]

   6169.	[bug]		named could crash when deleting inline-signing zones
   			with "rndc delzone". [GL #4054]

   6165.	[bug]		Fix a logic error in dighost.c which could call the
   			dighost_shutdown() callback twice and cause problems
   			if the callback function was not idempotent. [GL #4039]
2023-06-26 09:34:44 +00:00
bsiegert 2cbdbb4ed9 Pullup ticket #6763 - requested by taca
net/bind916: security fix

Revisions pulled up:
- net/bind916/Makefile                                          1.56-1.58
- net/bind916/distinfo                                          1.47-1.49
- net/bind916/options.mk                                        1.5

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Apr 24 13:45:10 UTC 2023

   Modified Files:
   	pkgsrc/net/bind916: Makefile distinfo

   Log Message:
   net/bind916: update to 9.16.40

   --- 9.16.40 released ---

   6142.	[bug]		Reduce the number of dns_dnssec_verify calls made
   			determining if revoked keys needs to be removed from
   			the trust anchors. [GL #3981]

   6138.	[doc]		Fix the DF-flag documentation on the outgoing
   			UDP packets. [GL #3710]

   6132.	[doc]		Remove a dead link in the DNSSEC guide. [GL #3967]

   6129.	[cleanup]	Value stored to 'source' during its initialization is
   			never read. [GL #3965]

   6124.	[bug]		When changing from a NSEC3 capable DNSSEC algorithm to
   			an NSEC3 incapable DNSSEC algorithm using KASP the zone
   			could sometimes be incompletely signed. [GL #3937]

   5741.	[bug]		Log files with "timestamp" suffixes could be left in
   			place after rolling, even if the number of preserved
   			log files exceeded the configured "versions" limit.
   			[GL #828] [GL #3959]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed May 17 13:41:58 UTC 2023

   Modified Files:
   	pkgsrc/net/bind916: Makefile distinfo

   Log Message:
   net/bind916: update to 9.16.41

   	--- 9.16.41 released ---

   6157.	[bug]		When removing delegations in an OPTOUT range
   			empty-non-terminal NSEC3 records generated by
   			those delegations were not removed. [GL #4027]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jun 21 14:40:43 UTC 2023

   Modified Files:
   	pkgsrc/net/bind916: Makefile distinfo options.mk

   Log Message:
   net/bind916: update to 9.16.42

   pkgsrc change: reduce pkglint warnings.

   9.16.42 (2023-06-21)

   Security release:

   - CVE-2023-2828
   - CVE-2023-2911

   6192.	[security]	A query that prioritizes stale data over lookup
   			triggers a fetch to refresh the stale data in cache.
   			If the fetch is aborted for exceeding the recursion
   			quota, it was possible for 'named' to enter an infinite
   			callback loop and crash due to stack overflow. This has
   			been fixed. (CVE-2023-2911) [GL #4089]

   6190.	[security]	Improve the overmem cleaning process to prevent the
   			cache going over the configured limit. (CVE-2023-2828)
   			[GL #4055]

   6183.	[bug]		Fix a serve-stale bug where a delegation from cache
   			could be returned to the client. [GL #3950]

   6173.	[bug]		Properly process extra "nameserver" lines in
   			resolv.conf otherwise the next line is not properly
   			processed. [GL #4066]

   6169.	[bug]		named could crash when deleting inline-signing zones
   			with "rndc delzone". [GL #4054]
2023-06-26 09:34:36 +00:00
bsiegert 35abb6b866 Ticket #6762 2023-06-20 17:57:55 +00:00
bsiegert 54d2428681 Pullup ticket #6762 - requested by riastradh
security/heimdal: security fix

Revisions pulled up:
- security/heimdal/Makefile                                     1.160
- security/heimdal/distinfo                                     1.57
- security/heimdal/patches/patch-lib_krb5_store-int.c           1.1

---
   Module Name:    pkgsrc
   Committed By:   riastradh
   Date:           Mon Jun 19 19:13:03 UTC 2023

   Modified Files:
           pkgsrc/security/heimdal: Makefile distinfo
   Added Files:
           pkgsrc/security/heimdal/patches: patch-lib_krb5_store-int.c

   Log Message:
   security/heimdal: Patch CVE-2022-42898 away.
2023-06-20 17:57:33 +00:00
spz 5e213c6b22 #6761 2023-06-08 19:03:53 +00:00
spz 81263ba624 Pullup ticket #6761 - requested by bsiegert
print/cups-base: security fix

Revisions pulled up:
- print/cups-base/Makefile                                      1.57
- print/cups-base/distinfo                                      1.33
- print/cups-base/patches/patch-cups_string.c                   1.1

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Thu Jun  1 11:39:33 UTC 2023

   Modified Files:
           pkgsrc/print/cups-base: Makefile distinfo
   Added Files:
           pkgsrc/print/cups-base/patches: patch-cups_string.c

   Log Message:
   cups-base: fix security problem.

   Bump PKGREVISION.


   To generate a diff of this commit:
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/print/cups-base/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/cups-base/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/print/cups-base/patches/patch-cups_string.c
2023-06-08 19:02:47 +00:00
bsiegert 6badb7c805 Mention ticket #6760 2023-05-16 16:29:35 +00:00
bsiegert 538885ee43 Pullup ticket #6760 - requested by nia
www/firefox102: security fix
www/firefox102-l10n: dependent update

Revisions pulled up:
- www/firefox102-l10n/Makefile                                  1.11
- www/firefox102-l10n/distinfo                                  1.10
- www/firefox102/Makefile                                       1.20
- www/firefox102/distinfo                                       1.12

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sun May 14 19:50:11 UTC 2023

   Modified Files:
   	pkgsrc/www/firefox102: Makefile distinfo
   	pkgsrc/www/firefox102-l10n: Makefile distinfo

   Log Message:
   firefox102: update to 102.11

   Security Vulnerabilities fixed in Firefox ESR 102.11

       #CVE-2023-32205: Browser prompts could have been obscured by popups

       #CVE-2023-32206: Crash in RLBox Expat driver

       #CVE-2023-32207: Potential permissions request bypass via clickjacking

       #CVE-2023-32211: Content process crash due to invalid wasm code

       #CVE-2023-32212: Potential spoof due to obscured address bar

       #CVE-2023-32213: Potential memory corruption in FileReader::DoReadData()

       #CVE-2023-32214: Potential DoS via exposed protocol handlers
2023-05-16 16:28:36 +00:00
spz 000226abc0 pullups 6756, 6757, 6758 and 6759 2023-05-15 18:39:02 +00:00
spz 922a8218c8 Pullup ticket #6759 - requested by he
security/gnutls: build fix

Revisions pulled up:
- security/gnutls/Makefile                                      1.240

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Sun May 14 08:11:51 UTC 2023

   Modified Files:
   	pkgsrc/security/gnutls: Makefile

   Log Message:
   gnutls: require minimum gcc 6, and indicte use of c++11.

   The in-tree compiler on NetBSD/macppc 8.0 (gcc 5 based)
   fails to build this package, with what now looks like a
   bug in gcc 5.
   Bump PKGREVISION.


   To generate a diff of this commit:
   cvs rdiff -u -r1.239 -r1.240 pkgsrc/security/gnutls/Makefile
2023-05-15 18:37:26 +00:00
spz bc9ccaa0a9 Pullup ticket #6758 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.79
- www/drupal7/distinfo                                          1.63

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon May  1 14:34:00 UTC 2023

   Modified Files:
   	pkgsrc/www/drupal7: Makefile distinfo

   Log Message:
   www/drupal7: update to 7.97

   7.96 (2023-04-19)

   This is a security release of the Drupal 7 series.

   This release fixes security vulnerabilities.  Sites are urged to update
   immediately after reading the notes below and the security announcements:

   * Drupal core - Moderately critical - Access bypass - SA-CORE-2023-005

   No other fixes are included.

   7.97 (2023-04-21)

   This is a "hotfix" release to address a PHP 5.x regression caused by
   SA-CORE-2023-005.

   Changes since 7.96:

   * #3355216 by poker10: Fix PHP 5.x regression caused by ::class constant


   To generate a diff of this commit:
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/drupal7/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/drupal7/distinfo
2023-05-15 18:25:45 +00:00
spz 20303f49ad Pullup ticket #6757 - requested by dholland
archivers/zstd: build fix

Revisions pulled up:
- archivers/zstd/distinfo                                       1.36
- archivers/zstd/patches/patch-lib_decompress_huf__decompress__amd64.S 1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun Apr 30 01:39:20 UTC 2023

   Modified Files:
   	pkgsrc/archivers/zstd: distinfo
   Added Files:
   	pkgsrc/archivers/zstd/patches:
   	    patch-lib_decompress_huf__decompress__amd64.S

   Log Message:
   PR 57383 Mike Owens: zstd assembler bug on SPARC

   Put amd64 assembler directives inside the amd64 ifdefs so they don't
   get assembled on other targets.


   To generate a diff of this commit:
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/archivers/zstd/distinfo
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/archivers/zstd/patches/patch-lib_decompress_huf__decompress__amd64.S
2023-05-15 17:49:47 +00:00
spz e71290f519 Pullup ticket #6756 - requested by taca
devel/git-base: security update
devel/git: version update

Revisions pulled up:
- devel/git-base/Makefile                                       1.104
- devel/git-base/distinfo                                       1.133
- devel/git/Makefile.version                                    1.117

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Wed Apr 26 08:44:38 UTC 2023

   Modified Files:
   	pkgsrc/devel/git: Makefile.version
   	pkgsrc/devel/git-base: Makefile distinfo

   Log Message:
   git: updated to 2.40.1

   Git v2.40.1 Release Notes
   ============
   This release merges up the fix that appears in v2.30.9, v2.31.8,
   v2.32.7, v2.33.8, v2.34.8, v2.35.8, v2.36.6, v2.37.7, v2.38.5
   and v2.39.3 to address the security issues CVE-2023-25652,
   CVE-2023-25815, and CVE-2023-29007; see the release notes for these
   versions for details.


   To generate a diff of this commit:
   cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/git/Makefile.version
   cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/git-base/Makefile
   cvs rdiff -u -r1.132 -r1.133 pkgsrc/devel/git-base/distinfo
2023-05-15 17:23:55 +00:00
bsiegert 6d6b4e3929 Tickets #6754 and #6755 2023-04-22 15:06:42 +00:00
bsiegert c419482ccb Pullup ticket #6754 - requested by nia
www/firefox102: security fix
www/firefox102-l10n: dependent update

Revisions pulled up:
- www/firefox102-l10n/Makefile                                  1.10
- www/firefox102-l10n/distinfo                                  1.9
- www/firefox102/Makefile                                       1.17
- www/firefox102/distinfo                                       1.11

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Fri Apr 14 08:53:12 UTC 2023

   Modified Files:
   	pkgsrc/www/firefox102: Makefile distinfo
   	pkgsrc/www/firefox102-l10n: Makefile distinfo

   Log Message:
   firefox102: Update to 102.10.0

   Security Vulnerabilities fixed in Firefox ESR 102.10

       #CVE-2023-29531: Out-of-bound memory access in WebGL on macOS
       #CVE-2023-29533: Fullscreen notification obscured
       #CVE-2023-29535: Potential Memory Corruption following Garbage Collector
       compaction
       #CVE-2023-29536: Invalid free from JavaScript code
       #CVE-2023-29539: Content-Disposition filename truncation leads to Reflected
       File Download
       #CVE-2023-29541: Files with malicious extensions could have been downloaded
       unsafely on Linux
       #CVE-2023-29542: Bypass of file download extension restrictions
       #CVE-2023-1945: Memory Corruption in Safe Browsing Code
       #CVE-2023-29548: Incorrect optimization result on ARM64
       #CVE-2023-29550: Memory safety bugs fixed in Firefox 112 and Firefox ESR
       102.10
2023-04-22 15:06:23 +00:00
bsiegert 129b009f02 Pullup ticket #6755 - requested by nia
sysutils/amanda-common

Revisions pulled up:
- sysutils/amanda-common/Makefile.common                        1.46
- sysutils/amanda-common/distinfo                               1.26
- sysutils/amanda-common/patches/patch-config_amanda_libs.m4    1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Fri Apr 14 22:58:24 UTC 2023

   Modified Files:
   	pkgsrc/sysutils/amanda-common: Makefile.common distinfo
   Added Files:
   	pkgsrc/sysutils/amanda-common/patches: patch-config_amanda_libs.m4

   Log Message:
   amanda-common: Configure fixes

   The configure script creates massive amounts of spam when using NetBSD's
   sh due to the non-standard test(1) args.

   For some reason, the test for compiler flag -msse4.2 is failing, even
   though it's present in the cc -v --help output (is cwrappers doing
   something strange?). For now, commit a workaround. The package is actually
   doing runtime detection of SSE4.2 properly, but expects compiler support
   for -msse4.2 to be provided on x86.

   PR 57130
2023-04-21 18:40:51 +00:00
bsiegert 6c2b5c315c Note ticket #6753 2023-04-16 14:52:58 +00:00
bsiegert aa22a3564f Pullup ticket #6753 - requested by gutteridge
textproc/libxml2: security fix
textproc/py-libxml2: security fix

Revisions pulled up:
- textproc/libxml2/Makefile                                     1.169
- textproc/libxml2/Makefile.common                              1.20
- textproc/libxml2/distinfo                                     1.144
- textproc/py-libxml2/Makefile                                  1.85

---
   Module Name:    pkgsrc
   Committed By:   gutteridge
   Date:           Sat Apr 15 13:06:22 UTC 2023

   Modified Files:
           pkgsrc/textproc/libxml2: Makefile Makefile.common distinfo
           pkgsrc/textproc/py-libxml2: Makefile

   Log Message:
   libxml2 & py-libxml2: update to 2.10.4

   v2.10.4: Apr 11 2023

   ### Security

   - [CVE-2023-29469] Hashing of empty dict strings isn't deterministic
   - [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType
   - schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK

   ### Regressions

   - SAX2: Ignore namespaces in HTML documents
   - io: Fix "buffer full" error with certain buffer sizes
2023-04-16 14:52:36 +00:00
bsiegert 16d3600a68 #6750 and #6752 2023-04-12 17:35:35 +00:00
bsiegert 9ecb2523ab Pullup ticket #6752 - requested by wiz
print/a2ps: restore functionality

Revisions pulled up:
- print/a2ps/Makefile                                           1.93-1.96
- print/a2ps/distinfo                                           1.23-1.24

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Mar 29 08:20:03 UTC 2023

   Modified Files:
   	pkgsrc/print/a2ps: Makefile distinfo

   Log Message:
   a2ps: update to 4.15.2.

   * Noteworthy changes in release 4.15.2 (2023-03-19) [stable]
    * Bug fixes:
      - Fix old crash when using --stdin="".
    * Build
      - Make configure stop if libpaper is not found.
      - Enable building the manual for gnu.org.

---
   Module Name:	pkgsrc
   Committed By:	mrg
   Date:		Thu Mar 30 05:34:10 UTC 2023

   Modified Files:
   	pkgsrc/print/a2ps: Makefile

   Log Message:
   use ${PKG_SYSCONFBASE} instead of ${PREFIX}/etc

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Fri Apr  7 21:25:40 UTC 2023

   Modified Files:
   	pkgsrc/print/a2ps: Makefile distinfo

   Log Message:
   a2ps: update to 4.15.3.

   * Noteworthy changes in release 4.15.3 (2023-03-26) [stable]
    * Bug fixes:
      - Fix fixps to use GhostScript’s ps2write device instead of defunct
        pswrite.
    * Build:
      - Fix a problem building PDF version of manual.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sat Apr  8 23:18:51 UTC 2023

   Modified Files:
   	pkgsrc/print/a2ps: Makefile

   Log Message:
   a2ps: depend on misc/getopt for a2ps-lpr-wrapper

   From John D. Baker.

   Fix some pkglint while here and bump PKGREVISION.
2023-04-12 17:35:12 +00:00
bsiegert b4f93469e2 Pullup ticket #6750 - requested by taca
lang/ruby32-base: build fix

Revisions pulled up:
- lang/ruby32-base/options.mk                                   1.2

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Apr  4 12:20:30 UTC 2023

   Modified Files:
   	pkgsrc/lang/ruby32-base: options.mk

   Log Message:
   ruby32-base: default to yjit only on platforms supporting it.

   That would be x86_64, aarch64 and (possibly) aarch64be.

   OK'ed by taca@
2023-04-12 17:28:54 +00:00
spz d0c24127bc #6745-#6749 2023-04-02 06:17:55 +00:00
spz a290e55f5d Pullup ticket #6749 - requested by taca
textproc/ruby-kramdown-rfc2629: dependency fix

Revisions pulled up:
- textproc/ruby-kramdown-rfc2629/Makefile                       1.20

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr  1 10:14:21 UTC 2023

   Modified Files:
   	pkgsrc/textproc/ruby-kramdown-rfc2629: Makefile

   Log Message:
   textproc/ruby-kramdown-rfc2629: remove reference to json_pure gem

   Remove reference to json_pure gem and add json gem.

   The problem was reporeted by riastradh@ via private e-mail.

   Bump PKGREVISION.


   To generate a diff of this commit:
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile
2023-04-02 06:13:41 +00:00
spz bc0ae9c69e Pullup ticket #6748 - requested by taca
lang/ruby32-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.264
- lang/ruby32-base/PLIST                                        1.3
- lang/ruby32-base/distinfo                                     1.4

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr  1 09:26:58 UTC 2023

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby32-base: PLIST distinfo

   Log Message:
   lang/ruby32: update to 3.2.2

   Ruby 3.2.2 Released			Posted by naruse on 30 Mar 2023

   Ruby 3.2.2 has been released.

   This release includes security fixes.  Please check the topics below for
   details.

   * CVE-2023-28755: ReDoS vulnerability in URI
   * CVE-2023-28756: ReDoS vulnerability in Time

   What's Changed

   * Backport [Bug #19158] for Ruby 3.2 by hsbt · Pull Request #7356
   * Bug #19415: Incorrect circularity warning for concurrent requires
   * Bug #19400: YJIT fails to boot on ARM64 systems with 64 KiB pages
   * Bug #19419: [BUG] try to mark T_NONE object in ibf_dump_mark
   * Bug #19444: YJIT String#+@ miscompilations
   * Bug #19445: Segmentation fault with Numeric#step
   * Bug #19439: Marshal.load doesn't load Regexp instance variables
   * Bug #19459: Is length of IO::Buffer#read required or optional?
   * Bug #19464: YJIT miscompiles BasicObject#__send__ to alias methods of send
   * Bug #19468: Ruby 3.2: net/http sets UTF-8 encoding for binary responses
   * Bug #19469: Crash when resizing generic iv list
   * Bug #19161: Cannot compile 3.0.5 or 3.1.3 on Red Hat Enterprise Linux 7
   * Bug #19467: Some linear_time regexp does not match in linear time
   * Bug #19476: Regexp unexpected partial match
   * Bug #19536: Frozen status loss when moving objects
   * Bug #19485: Unexpected behavior in squiggly heredocs
   * Bug #19471: Regexp::compile does not handle :timeout argument
   * Use URI-0.12.1 for Ruby 3.2 by hsbt · Pull Request #7603
   * Merge RubyGems-3.4.10 and Bundler-2.4.10 by hsbt · Pull Request #7479
   * Merge Time-0.2.2 by hsbt · Pull Request #7623

   Note: This list is automatically generated by tool/gen-github-release.rb.
   Because of this, some commits may be missing.


   To generate a diff of this commit:
   cvs rdiff -u -r1.263 -r1.264 pkgsrc/lang/ruby/rubyversion.mk
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby32-base/PLIST
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby32-base/distinfo
2023-04-02 06:04:46 +00:00
spz 4372d80264 Pullup ticket #6747 - requested by taca
lang/ruby31-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.263
- lang/ruby31-base/distinfo                                     1.10

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr  1 09:17:15 UTC 2023

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby31-base: distinfo

   Log Message:
   lang/ruby31: update to 3.1.4

   Ruby 3.1.4 Released			Posted by nagachika on 30 Mar 2023

   Ruby 3.1.4 has been released.

   This release includes security fixes.  Please check the topics below for
   details.

   * CVE-2023-28755: ReDoS vulnerability in URI
   * CVE-2023-28756: ReDoS vulnerability in Time

   What's Changed

   * Bug #19187: Ruby 3.1.3 testsuite fails after timezone 2022g update is
     applied
   * Bug #19153: Since 2.7.7 CGI::Cookie raises ArgumentError when cookie
     domains is prefixed with a dot
   * Bug #18629: block args array splatting assigns to higher scope _ var
   * Bug #18765: Wrong description introduced by
     https://github.com/ruby/ruby/pull/4938/files
   * Bug #19189: Ruby 3.1.3/3.2.x can no longer find pkg-config if not present
     at buildtime
   * Bug #19292: Time object's wday, yday, and isdst returns broken value (and
     so does to_a) when kwarg in: 'UTC' was given
   * Bug #19305: TracePoint#parameters segfaults when certain method creation
     pattern is used
   * Bug #19319: Crash in rb_str_casemap
   * Bug #19316: YJIT crash in 3.2.0
   * Bug #19284: Integer overflow when using RUBY_GC_HEAP_INIT_SLOTS
     environment variable
   * Bug #19320: Crash during compaction while traversing the stack
   * Bug #19389: StringIO gets(..., chomp: true) behaves differently to File/IO.
   * Bug #19284: Integer overflow when using RUBY_GC_HEAP_INIT_SLOTS
     environment variable
   * Bug #19398: Memory leak in WeakMap
   * Bug #19403: Unable to Build Native Gems on Mac with Ruby 3.1.0+
   * Bug #19415: Incorrect circularity warning for concurrent requires
   * Bug #19419: [BUG] try to mark T_NONE object in ibf_dump_mark
   * Bug #19445: Segmentation fault with Numeric#step
   * Bug #19161: Cannot compile 3.0.5 or 3.1.3 on Red Hat Enterprise Linux 7
   * Bug #18989: Backport f229b36087f1b387d77af8f3fa50f9bffd2fd44e to ruby_3_1
   * Bug #18748: Range#cover? returns true for beginless range of different
     type
   * Bug #18827: __ENCODING__ is not set to the source encoding when saving
     script lines
   * Bug #19242: Circular cause by Marshal
   * Bug #19243: Windows: Dir.home returns string in wrong encoding
   * Bug #19115: RubyGems fails to detect OpenSSL in --with-static-linked-ext
     builds
   * Bug #18464: RUBY_INTERNAL_EVENT_NEWOBJ tracepoint causes an interpreter
     crash when combined with Ractors
   * Bug #19529: [BUG] ObjectSpace::WeakMap can segfault after compaction
   * Bug #19485: Unexpected behavior in squiggly heredocs

   Note: This list is automatically generated by tool/gen-github-release.rb.
   Because of this, some commits may be missing.


   To generate a diff of this commit:
   cvs rdiff -u -r1.262 -r1.263 pkgsrc/lang/ruby/rubyversion.mk
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ruby31-base/distinfo
2023-04-01 20:04:44 +00:00
spz 4b35f49289 Pullup ticket #6746 - requested by taca
lang/ruby30-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.262
- lang/ruby30-base/distinfo                                     1.12

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr  1 09:08:51 UTC 2023

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby30-base: distinfo

   Log Message:
   lang/ruby30: update to 3.0.6

   Ruby 3.0.6 Released			Posted by usa on 30 Mar 2023

   Ruby 3.0.6 has been released.

   This release includes security fixes. Please check the topics below for
   details.

   * CVE-2023-28755: ReDoS vulnerability in URI
   * CVE-2023-28756: ReDoS vulnerability in Time

   This release also includes some bug fixes.  See the GitHub releases for
   further details.

   After this release, we end the normal maintenance phase of Ruby 3.0, and
   Ruby 3.0 enters the security maintenance phase.  This means that we will no
   longer backport any bug fixes to Ruby 3.0 except security fixes.

   The term of the security maintenance phase is scheduled for a year.  Ruby
   3.0 reaches EOL and its official support ends by the end of the security
   maintenance phase.  Therefore, we recommend that you start to plan upgrade
   to Ruby 3.1 or 3.2.


   To generate a diff of this commit:
   cvs rdiff -u -r1.261 -r1.262 pkgsrc/lang/ruby/rubyversion.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/ruby30-base/distinfo
2023-04-01 19:57:14 +00:00
spz 26998e3c22 Pullup ticket #6745 - requested by taca
lang/ruby27-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.261
- lang/ruby27-base/distinfo                                     1.12

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr  1 08:59:44 UTC 2023

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby27-base: distinfo

   Log Message:
   lang/ruby27: update to 2.7.8

   Ruby 2.7.8 Released			Posted by usa on 30 Mar 2023

   Ruby 2.7.8 has been released.

   This release includes security fixes. Please check the topics below for
   details.

   * CVE-2023-28755: ReDoS vulnerability in URI
   * CVE-2023-28756: ReDoS vulnerability in Time

   This release also includes some build problem fixes. See the GitHub releases
   for further details.

   After this release, Ruby 2.7 reaches EOL.  In other words, this is expected
   to be the last release of Ruby 2.7 series.  We will not release Ruby 2.7.9
   even if a security vulnerability is found (but could release if a severe
   regression is found).  We recommend all Ruby 2.7 users to start migration to
   Ruby 3.2, 3.1, or 3.0 immediately.


   To generate a diff of this commit:
   cvs rdiff -u -r1.260 -r1.261 pkgsrc/lang/ruby/rubyversion.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/ruby27-base/distinfo
2023-04-01 19:39:42 +00:00
bsiegert f78de63a56 Pullup tickets #6743 and #6744 2023-04-01 18:56:33 +00:00
bsiegert f9354c6a27 Pullup ticket #6744 - requested by taca
net/samba4: security fix

Revisions pulled up:
- net/samba4/Makefile                                           1.161
- net/samba4/distinfo                                           1.91

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr  1 08:49:05 UTC 2023

   Modified Files:
   	pkgsrc/net/samba4: Makefile distinfo

   Log Message:
   net/samba4: update to 4.17.7

                      ==============================
                      Release Notes for Samba 4.17.7
                              March 29, 2023
                      ==============================

   This is a security release in order to address the following defects:

   o CVE-2023-0225: An incomplete access check on dnsHostName allows authenticated
                    but otherwise unprivileged users to delete this attribute from
                    any object in the directory.
                    https://www.samba.org/samba/security/CVE-2023-0225.html

   o CVE-2023-0922: The Samba AD DC administration tool, when operating against a
                    remote LDAP server, will by default send new or reset
                    passwords over a signed-only connection.
                    https://www.samba.org/samba/security/CVE-2023-0922.html

   o CVE-2023-0614: The fix in 4.6.16, 4.7.9, 4.8.4 and 4.9.7 for CVE-2018-10919
                    Confidential attribute disclosure via LDAP filters was
                    insufficient and an attacker may be able to obtain
                    confidential BitLocker recovery keys from a Samba AD DC.
                    Installations with such secrets in their Samba AD should
                    assume they have been obtained and need replacing.
                    https://www.samba.org/samba/security/CVE-2023-0614.html
2023-04-01 18:55:38 +00:00
bsiegert 07d7e2cc1d Pullup ticket #6743 - requested by taca
databases/ldb: dependent update

Revisions pulled up:
- databases/ldb/Makefile                                        1.34
- databases/ldb/distinfo                                        1.24
- databases/ldb/patches/patch-common_ldb__match.c               1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Apr  1 08:47:37 UTC 2023

   Modified Files:
   	pkgsrc/databases/ldb: Makefile distinfo
   	pkgsrc/databases/ldb/patches: patch-common_ldb__match.c

   Log Message:
   databases/ldb: update to 2.6.2

   samba-4.17.7 require ldb 2.6.2.

   Changes from 2.6.1 are not available except commit log:
   <https://github.com/samba-team/samba/compare/ldb-2.6.1...ldb-2.6.2>.
2023-04-01 18:14:20 +00:00
spz 09cf063fc1 #6742 2023-04-01 14:43:05 +00:00
spz ef78a5dad0 Pullup ticket #6742 - requested by bsiegert
graphics/openexr: security update

Revisions pulled up:
- graphics/openexr/Makefile                                     1.48
- graphics/openexr/PLIST                                        1.21
- graphics/openexr/distinfo                                     1.46

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Thu Mar 30 16:38:14 UTC 2023

   Modified Files:
           pkgsrc/graphics/openexr: Makefile PLIST distinfo

   Log Message:
   openexr: update to 3.1.6 (security)

   Patch release that address various bug/build issues and optimizations:

   - NEON optimizations for ZIP reading
   - Enable fast Huffman & Huffman zig-zag transform for Arm Neon
   - Support relative and absolute libdir/incluedir in pkg-config generation
   - Fix for reading memory mapped files with DWA compression
   - Enable SSE4 support on Windows
   - Fast huf decoder
   - CMake config for generating docs is now BUILD_DOC

   Also, this release includes a major update and reorganization of the repo
   documentation and the https://openexr.com website.

   In addition, numerous typos and misspellings in comments and doxygen content
   have been fixed via codespell.

   Specific OSS-fuzz issues address:

   - OSS-fuzz 52730 Heap-buffer-overflow in fasthuf_initialize
   - OSS-fuzz 49698 Heap-buffer-overflow in fasthuf_decode
   - OSS-fuzz 47517 Integer-overflow in reconstruct_chunk_table
   - OSS-fuzz 47503 Heap-buffer-overflow in uncompress_b44_impl
   - OSS-fuzz 47483 Heap-buffer-overflow in generic_unpack


   To generate a diff of this commit:
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/openexr/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/openexr/PLIST
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/openexr/distinfo
2023-04-01 10:35:16 +00:00
gdt 6b94828a6d Add CHANGES files for pkgsrc-2023Q1 2023-03-28 12:40:59 +00:00
50 changed files with 612 additions and 416 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.34 2023/02/10 21:32:14 wiz Exp $
$NetBSD: distinfo,v 1.34.2.1 2023/05/15 17:49:47 spz Exp $
BLAKE2s (zstd-1.5.4.tar.gz) = 9535118a5388e4df8735861cad6e7c719bba38033c436c4d38b3fe6d459e4cfd
SHA512 (zstd-1.5.4.tar.gz) = b6f64850ceb6cfed831fff3c43508d2a72338862a96dd9430b1d3ebbfcee40201c8b6dcf8b6b603e252bb96f3f283c9cb07da7f24414187f5f1fea3b51e01863
@ -6,5 +6,6 @@ Size (zstd-1.5.4.tar.gz) = 2178759 bytes
SHA1 (patch-Makefile) = 35159f44eb1d212395a53a27de60d3d1a5d3d014
SHA1 (patch-lib_Makefile) = b04f9d1dcc7b336872566785e7b0db69929eb262
SHA1 (patch-tests_Makefile) = 0da7f18e07ca4ffa7dcce46709224b0f61caaea7
SHA1 (patch-lib_decompress_huf__decompress__amd64.S) = da62de27a01a872e0534f42b52710de029d7eba1
SHA1 (patch-tests_playTests.sh) = 349f8e400f46b5914add4aee955a040045f62779
SHA1 (patch-zlibWrapper_examples_minigzip.c) = 4ed0cb648bdd6efa61b3f66ba6eb1ea74b7767ec

View File

@ -0,0 +1,25 @@
$NetBSD: patch-lib_decompress_huf__decompress__amd64.S,v 1.1.2.2 2023/05/15 17:49:47 spz Exp $
Move the stack marking stuff inside the ifdef, as it doesn't necessarily
work on non-amd64.
--- lib/decompress/huf_decompress_amd64.S~ 2023-04-04 20:13:52.000000000 +0000
+++ lib/decompress/huf_decompress_amd64.S
@@ -10,6 +10,8 @@
#include "../common/portability_macros.h"
+#if ZSTD_ENABLE_ASM_X86_64_BMI2
+
/* Stack marking
* ref: https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
*/
@@ -17,8 +19,6 @@
.section .note.GNU-stack,"",%progbits
#endif
-#if ZSTD_ENABLE_ASM_X86_64_BMI2
-
/* Calling convention:
*
* %rdi contains the first argument: HUF_DecompressAsmArgs*.

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.33 2023/01/23 09:12:47 wiz Exp $
# $NetBSD: Makefile,v 1.33.2.1 2023/04/01 18:14:20 bsiegert Exp $
DISTNAME= ldb-2.6.1
DISTNAME= ldb-2.6.2
CATEGORIES= databases
MASTER_SITES= https://www.samba.org/ftp/ldb/

View File

@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.23 2023/01/23 09:12:47 wiz Exp $
$NetBSD: distinfo,v 1.23.2.1 2023/04/01 18:14:20 bsiegert Exp $
BLAKE2s (ldb-2.6.1.tar.gz) = 403b6438a5121c0100f87768ecf2afe462cebf4e0869afcf01c3140d973655ea
SHA512 (ldb-2.6.1.tar.gz) = 7b920c5ec1252446584caeedf9ec18aeb5c1b689c2ecc8ae65c0d5b64bf0bca0cbaa887c07fca90b36b16904e3a08534fc513fec6bac288e80f94d2980c36211
Size (ldb-2.6.1.tar.gz) = 1740497 bytes
BLAKE2s (ldb-2.6.2.tar.gz) = 2d5f4d332b11c6e807df49250a412813742196b8482ca256cbbecb0bd2d47d7b
SHA512 (ldb-2.6.2.tar.gz) = 091111b8cf6cd93d662737890dacb64439e930b287d29299d2fc2cb18709f61d1e8a8c17d44f7224d8370dda6dc89af91e4ce8959816903ad5363388d8e37d8f
Size (ldb-2.6.2.tar.gz) = 1738908 bytes
SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 813c639e404e3b301444decae318c702c87f0cc1
SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2
SHA1 (patch-common_ldb__match.c) = a373b64d5933a4c03a71f80bc1f09d2f64738594
SHA1 (patch-common_ldb__match.c) = 36b9f3439f505e1937e5c2e101b88066f195444f
SHA1 (patch-ldb__mdb_ldb__mdb.h) = 8285630012c18c6f86939105d9d030746d86f58e
SHA1 (patch-wscript) = ad5dd815e97e29e5c19e5f45165cac490d01492d

View File

@ -1,8 +1,8 @@
$NetBSD: patch-common_ldb__match.c,v 1.1 2022/07/21 08:56:47 adam Exp $
$NetBSD: patch-common_ldb__match.c,v 1.1.6.1 2023/04/01 18:14:20 bsiegert Exp $
Fix building.
--- common/ldb_match.c.orig 2022-06-14 20:00:35.000000000 +0000
--- common/ldb_match.c.orig 2023-03-29 13:43:36.387152000 +0000
+++ common/ldb_match.c
@@ -33,6 +33,9 @@
*/
@ -12,5 +12,5 @@ Fix building.
+#undef strtoull
+#endif
#include "dlinklist.h"
#include "ldb_handlers.h"
/*

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.132 2023/03/14 08:03:35 adam Exp $
$NetBSD: distinfo,v 1.132.2.1 2023/05/15 17:23:55 spz Exp $
BLAKE2s (git-2.40.0.tar.xz) = ce2d7441b364c899eabcfbddeeba96cb501f0fc8698af8ca520763815c83ecc5
SHA512 (git-2.40.0.tar.xz) = a2720f8f9a0258c0bb5e23badcfd68a147682e45a5d039a42c47128296c508109d5039029db89311a35db97a9008585e84ed11b400846502c9be913d67f0fd90
Size (git-2.40.0.tar.xz) = 7183692 bytes
BLAKE2s (git-2.40.1.tar.xz) = 2c743fae7c5815e9af48c3debd844a18d2c42810f863a1357d59d23f6ab694be
SHA512 (git-2.40.1.tar.xz) = 9ab41c64c6e666c314683bc4925535e037d43f947b8d327ff7d0379ac12899f4effcc2fe4e47b1ce652ad7140aa4f01f3b99f9cc0cf854cfeface1a5d3e1893e
Size (git-2.40.1.tar.xz) = 7185260 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = 683a2fdf69c3cb5814fcc59360be2eba91cb88a7
SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.version,v 1.116 2023/03/14 08:03:35 adam Exp $
# $NetBSD: Makefile.version,v 1.116.2.1 2023/05/15 17:23:55 spz Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
GIT_VERSION= 2.40.0
GIT_VERSION= 2.40.1

78
doc/CHANGES-pkgsrc-2023Q1 Normal file
View File

@ -0,0 +1,78 @@
$NetBSD: CHANGES-pkgsrc-2023Q1,v 1.1.2.12 2023/06/26 09:35:17 bsiegert Exp $
Changes to packages and infrastructure on the pkgsrc-2023Q1 branch:
Pullup ticket #6742 - requested by bsiegert
graphics/openexr: security update
Pullup ticket #6743 - requested by taca
databases/ldb: dependent update
Pullup ticket #6744 - requested by taca
net/samba4: security fix
Pullup ticket #6745 - requested by taca
lang/ruby27-base: security update
Pullup ticket #6746 - requested by taca
lang/ruby30-base: security update
Pullup ticket #6747 - requested by taca
lang/ruby31-base: security update
Pullup ticket #6748 - requested by taca
lang/ruby32-base: security update
Pullup ticket #6749 - requested by taca
textproc/ruby-kramdown-rfc2629: dependency fix
Pullup ticket #6750 - requested by taca
lang/ruby32-base: build fix
Pullup ticket #6752 - requested by wiz
print/a2ps: restore functionality
Pullup ticket #6753 - requested by gutteridge
textproc/libxml2: security fix
textproc/py-libxml2: security fix
Pullup ticket #6755 - requested by nia
sysutils/amanda-common
Pullup ticket #6754 - requested by nia
www/firefox102: security fix
www/firefox102-l10n: dependent update
Pullup ticket #6756 - requested by taca
devel/git-base: security update
devel/git: version update
Pullup ticket #6757 - requested by dholland
archivers/zstd: build fix
Pullup ticket #6758 - requested by taca
www/drupal7: security update
Pullup ticket #6759 - requested by he
security/gnutls: build fix
Pullup ticket #6760 - requested by nia
www/firefox102: security fix
www/firefox102-l10n: dependent update
Pullup ticket #6761 - requested by bsiegert
print/cups-base: security fix
Pullup ticket #6762 - requested by riastradh
security/heimdal: security fix
Pullup ticket #6763 - requested by taca
net/bind916: security fix
Pullup ticket #6764 - requested by taca
net/bind918: security fix
Pullup ticket #6765 - requested by nia
www/firefox102: security fix
www/firefox102-l10n: dependent update

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.47 2023/01/24 18:36:27 wiz Exp $
# $NetBSD: Makefile,v 1.47.2.1 2023/04/01 10:35:16 spz Exp $
DISTNAME= openexr-3.1.5
DISTNAME= openexr-3.1.6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
GITHUB_PROJECT= openexr

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2022/04/20 20:29:54 wiz Exp $
@comment $NetBSD: PLIST,v 1.20.8.1 2023/04/01 10:35:16 spz Exp $
bin/exr2aces
bin/exrenvmap
bin/exrheader
@ -153,23 +153,23 @@ lib/cmake/OpenEXR/OpenEXRTargets-release.cmake
lib/cmake/OpenEXR/OpenEXRTargets.cmake
lib/libIex-3_1.so
lib/libIex-3_1.so.30
lib/libIex-3_1.so.30.5.1
lib/libIex-3_1.so.30.6.1
lib/libIex.so
lib/libIlmThread-3_1.so
lib/libIlmThread-3_1.so.30
lib/libIlmThread-3_1.so.30.5.1
lib/libIlmThread-3_1.so.30.6.1
lib/libIlmThread.so
lib/libOpenEXR-3_1.so
lib/libOpenEXR-3_1.so.30
lib/libOpenEXR-3_1.so.30.5.1
lib/libOpenEXR-3_1.so.30.6.1
lib/libOpenEXR.so
lib/libOpenEXRCore-3_1.so
lib/libOpenEXRCore-3_1.so.30
lib/libOpenEXRCore-3_1.so.30.5.1
lib/libOpenEXRCore-3_1.so.30.6.1
lib/libOpenEXRCore.so
lib/libOpenEXRUtil-3_1.so
lib/libOpenEXRUtil-3_1.so.30
lib/libOpenEXRUtil-3_1.so.30.5.1
lib/libOpenEXRUtil-3_1.so.30.6.1
lib/libOpenEXRUtil.so
lib/pkgconfig/OpenEXR.pc
share/doc/OpenEXR/examples/drawImage.cpp

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.45 2022/04/20 20:29:54 wiz Exp $
$NetBSD: distinfo,v 1.45.8.1 2023/04/01 10:35:16 spz Exp $
BLAKE2s (openexr-3.1.5.tar.gz) = d48858f2a546e88bfa682415076337b73e656b3e9314eccf1f77ad20b3d2bcb3
SHA512 (openexr-3.1.5.tar.gz) = 01ef16eacd2dde83c67b81522bae87f47ba272a41ce7d4e35d865dbdcaa03093e7ac504b95d2c1b3a19535f2364a4f937b0e0570c74243bb1c6e021fce7b620c
Size (openexr-3.1.5.tar.gz) = 20327926 bytes
BLAKE2s (openexr-3.1.6.tar.gz) = bfef564b6236cb2903edb852465c799510c9446a1843a7c4b2c41e653f3106dc
SHA512 (openexr-3.1.6.tar.gz) = 310b6e0de0f7b6bc6b8b325a24dd948f8251e6abb2971005e9b44e206db0aa2ffbe85ee55a26c575fd57e274d160b9098b8f7da618a72e679547fe863f99865a
Size (openexr-3.1.6.tar.gz) = 20494002 bytes
SHA1 (patch-src_lib_OpenEXR_ImfSystemSpecific.h) = 87c234bc497cd1fe34d38dfcdaa943486f8971e5

View File

@ -1,4 +1,4 @@
# $NetBSD: rubyversion.mk,v 1.260 2023/02/08 15:28:22 taca Exp $
# $NetBSD: rubyversion.mk,v 1.260.2.4 2023/04/02 06:04:46 spz Exp $
#
# This file determines which Ruby version is used as a dependency for
@ -213,10 +213,10 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
.endif
# current supported Ruby's version
RUBY27_VERSION= 2.7.7
RUBY30_VERSION= 3.0.5
RUBY31_VERSION= 3.1.3
RUBY32_VERSION= 3.2.1
RUBY27_VERSION= 2.7.8
RUBY30_VERSION= 3.0.6
RUBY31_VERSION= 3.1.4
RUBY32_VERSION= 3.2.2
# current API compatible version; used for version of shared library
RUBY27_API_VERSION= 2.7.0
@ -320,7 +320,7 @@ RUBY_STRINGIO_VER= 0.1.0
RUBY_STRSCAN_VER= 1.0.3
RUBY_TIMEOUT_VER= 0.1.0
RUBY_TRACER_VER= 0.1.0
RUBY_URI_VER= 0.10.0
RUBY_URI_VER= 0.10.0.2
RUBY_WEBRICK_VER= 1.6.1
RUBY_YAML_VER= 0.1.0
RUBY_ZLIB_VER= 1.1.0
@ -408,13 +408,13 @@ RUBY_STRINGIO_VER= 3.0.1
RUBY_STRSCAN_VER= 3.0.1
RUBY_SYSLOG_VER= 0.1.0
RUBY_TEMPFILE_VER= 0.1.1
RUBY_TIME_VER= 0.1.0
RUBY_TIME_VER= 0.1.1
RUBY_TIMEOUT_VER= 0.1.1
RUBY_TMPDIR_VER= 0.1.2
RUBY_TRACER_VER= 0.1.1
RUBY_TSORT_VER= 0.1.0
RUBY_UN_VER= 0.1.0
RUBY_URI_VER= 0.10.1
RUBY_URI_VER= 0.10.2
RUBY_WEAKREF_VER= 0.1.1
RUBY_YAML_VER= 0.1.1
RUBY_ZLIB_VER= 2.0.0
@ -440,7 +440,7 @@ RUBY_BASE64_VER= 0.1.1
RUBY_BENCHMARK_VER= 0.2.0
RUBY_BIGDECIMAL_VER= 3.1.1
RUBY_BUNDLER_VER= 2.3.26
RUBY_CGI_VER= 0.3.5
RUBY_CGI_VER= 0.3.6
RUBY_CSV_VER= 3.2.5
RUBY_DATE_VER= 3.2.2
RUBY_DELEGATE_VER= 0.2.0
@ -497,12 +497,12 @@ RUBY_STRINGIO_VER= 3.0.1
RUBY_STRSCAN_VER= 3.0.1
RUBY_SYSLOG_VER= 0.1.0
RUBY_TEMPFILE_VER= 0.1.2
RUBY_TIME_VER= 0.2.0
RUBY_TIME_VER= 0.2.2
RUBY_TIMEOUT_VER= 0.2.0
RUBY_TMPDIR_VER= 0.1.2
RUBY_TSORT_VER= 0.1.0
RUBY_UN_VER= 0.2.0
RUBY_URI_VER= 0.11.0
RUBY_URI_VER= 0.12.1
RUBY_WEAKREF_VER= 0.1.1
RUBY_YAML_VER= 0.2.0
RUBY_ZLIB_VER= 2.1.1
@ -535,7 +535,7 @@ RUBY_ABBREV_VER= 0.1.1
RUBY_BASE64_VER= 0.1.1
RUBY_BENCHMARK_VER= 0.2.1
RUBY_BIGDECIMAL_VER= 3.1.3
RUBY_BUNDLER_VER= 2.4.6
RUBY_BUNDLER_VER= 2.4.10
RUBY_CGI_VER= 0.3.6
RUBY_CSV_VER= 3.2.6
RUBY_DATE_VER= 3.3.3
@ -593,12 +593,12 @@ RUBY_STRSCAN_VER= 3.0.5
RUBY_SYSLOG_VER= 0.1.1
RUBY_SYNTAX_SUGGEST_VER= 1.0.2
RUBY_TEMPFILE_VER= 0.1.3
RUBY_TIME_VER= 0.2.1
RUBY_TIME_VER= 0.2.2
RUBY_TIMEOUT_VER= 0.3.1
RUBY_TMPDIR_VER= 0.1.3
RUBY_TSORT_VER= 0.1.1
RUBY_UN_VER= 0.2.1
RUBY_URI_VER= 0.12.0
RUBY_URI_VER= 0.12.1
RUBY_WEAKREF_VER= 0.1.2
RUBY_YAML_VER= 0.2.1
RUBY_ZLIB_VER= 3.0.0

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.11 2022/11/26 13:09:58 taca Exp $
$NetBSD: distinfo,v 1.11.4.1 2023/04/01 19:39:42 spz Exp $
BLAKE2s (ruby-2.7.7.tar.xz) = 4dc4c991e5799b1a67fcb18d73ddc4a43aafa1564eac9f8879698f9fb59a53ef
SHA512 (ruby-2.7.7.tar.xz) = a19be3f0dfce040fe79f439e606f179d6750d2cc6e7b64fd65933edd487f5995573f7d0730beec9d3edadf942f8e9216f01ab3fff189d6cbe9d46a9add3e2683
Size (ruby-2.7.7.tar.xz) = 12101804 bytes
BLAKE2s (ruby-2.7.8.tar.xz) = 5c7612e54c361660f0f62d734bee78aac97256b843a0a09dc076d0c3ba5e5fa0
SHA512 (ruby-2.7.8.tar.xz) = 4b49dff3e1c2e79d914e10418e4c03026f5d4c137dc337f5c720fe26cb9fcdcf4afc6b7c967356cf5fbe04cc5ef431174c48a035becf3e2322c2c45d3c9b2f59
Size (ruby-2.7.8.tar.xz) = 12105320 bytes
SHA1 (patch-configure) = 6f4b2abb5d22270ebcf211b4aa25d7efb6c0d2e9
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-ext_openssl_ossl__pkey__rsa.c) = 925fa135abb90b9a1fa16da14b17c0d2b2bec364

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.11 2022/11/26 13:07:52 taca Exp $
$NetBSD: distinfo,v 1.11.4.1 2023/04/01 19:57:14 spz Exp $
BLAKE2s (ruby-3.0.5.tar.xz) = 21cbe465dddcd8f3fdd19190cab6b513e7a1ae68f6686b0b9f3a95ce86d88bf1
SHA512 (ruby-3.0.5.tar.xz) = 1c69d18210a2156f7696c678a8d54bf05c4dc49a1401c1ecc5760b1c23fb6ac14053873a225564664d6a327cda274ce72f47d112a6ad8d378f978de4e507e9a0
Size (ruby-3.0.5.tar.xz) = 15880196 bytes
BLAKE2s (ruby-3.0.6.tar.xz) = c774fdd29b34f60212f74897455185476bc8bfad5007d1123e8d14d42f172295
SHA512 (ruby-3.0.6.tar.xz) = abbf883cd9f3ddbd171df8f8c3cd35d930623c4c01a5e01387de0aee9811cca7604b82163e18e04f809773bf1ca5a450f13f62f3db14f191f610e116ae4fa6f8
Size (ruby-3.0.6.tar.xz) = 15864560 bytes
SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
SHA1 (patch-configure) = a6ef87bfefd5f753d0b331c6b5493ef189f69d6a
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.9 2022/12/05 11:47:02 jperkin Exp $
$NetBSD: distinfo,v 1.9.4.1 2023/04/01 20:04:44 spz Exp $
BLAKE2s (ruby-3.1.3.tar.xz) = ed377b463a7602520d5f2dda4f172f3846b1d817eb9a4bbfd27c8449d983997c
SHA512 (ruby-3.1.3.tar.xz) = 4b0fd334ae56132ba98b8a69adad54bdcf7f7aeabd5eba5b0f0399a3868e2054f9026ca1b1cb2dbb197a9e9b0610b263481949c0623a62071546bc5adff8ca69
Size (ruby-3.1.3.tar.xz) = 15300224 bytes
BLAKE2s (ruby-3.1.4.tar.xz) = cefa8daefd26c8da56db3e114f27cb1b0af8c427d4ba9b650ef60034cb7b413c
SHA512 (ruby-3.1.4.tar.xz) = a627bb629a10750b8b2081ad451a41faea0fc85d95aa1e267e3d2a0f56a35bb58195d4a8d13bbdbd82f4197a96dae22b1cee1dfc83861ec33a67ece07aef5633
Size (ruby-3.1.4.tar.xz) = 15316604 bytes
SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
SHA1 (patch-configure) = 7bce8e1de07e3ff81cc984faef9ba12518557b7a
SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2023/02/08 15:28:22 taca Exp $
@comment $NetBSD: PLIST,v 1.2.2.1 2023/04/02 06:04:46 spz Exp $
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
bin/erb${RUBY_SUFFIX}
@ -406,7 +406,6 @@ ${RUBY_LIB}/bundler/templates/Executable
${RUBY_LIB}/bundler/templates/Executable.bundler
${RUBY_LIB}/bundler/templates/Executable.standalone
${RUBY_LIB}/bundler/templates/Gemfile
${RUBY_LIB}/bundler/templates/gems.rb
${RUBY_LIB}/bundler/templates/newgem/CHANGELOG.md.tt
${RUBY_LIB}/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
${RUBY_LIB}/bundler/templates/newgem/Cargo.toml.tt
@ -445,6 +444,7 @@ ${RUBY_LIB}/bundler/ui/rg_proxy.rb
${RUBY_LIB}/bundler/ui/shell.rb
${RUBY_LIB}/bundler/ui/silent.rb
${RUBY_LIB}/bundler/uri_credentials_filter.rb
${RUBY_LIB}/bundler/uri_normalizer.rb
${RUBY_LIB}/bundler/vendor/connection_pool/lib/connection_pool.rb
${RUBY_LIB}/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
${RUBY_LIB}/bundler/vendor/connection_pool/lib/connection_pool/version.rb
@ -1022,6 +1022,7 @@ ${RUBY_LIB}/rubygems/commands/cleanup_command.rb
${RUBY_LIB}/rubygems/commands/contents_command.rb
${RUBY_LIB}/rubygems/commands/dependency_command.rb
${RUBY_LIB}/rubygems/commands/environment_command.rb
${RUBY_LIB}/rubygems/commands/exec_command.rb
${RUBY_LIB}/rubygems/commands/fetch_command.rb
${RUBY_LIB}/rubygems/commands/generate_index_command.rb
${RUBY_LIB}/rubygems/commands/help_command.rb

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.3 2023/02/08 15:28:22 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2023/04/02 06:04:46 spz Exp $
BLAKE2s (ruby-3.2.1.tar.xz) = 7c7164f561f7887e662e3e8b1f02bc71356624d904fc7c795181d05a29c0e5f3
SHA512 (ruby-3.2.1.tar.xz) = 69caadab9be6b56905ea4fc92fa0e36704f9fa6a0e7e7f4c6bdb79e9cbe8dc57c524f96d9c18802d61aa1ca578fed2e9758692f9d701bf0dba938f0206b721b3
Size (ruby-3.2.1.tar.xz) = 15094384 bytes
BLAKE2s (ruby-3.2.2.tar.xz) = 880e96fbdec90238299174d0abb7be507f04b8036386d70b61769d339bb2b609
SHA512 (ruby-3.2.2.tar.xz) = a29f24cd80f563f6368952d06d6273f7241a409fa9ab2f60e03dde2ac58ca06bee1750715b6134caebf4c061d3503446dc37a6059e19860bb0010eef34951935
Size (ruby-3.2.2.tar.xz) = 15118856 bytes
SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
SHA1 (patch-configure) = f3a143eda324bdfcaab51ee44274eaa445cf2767
SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890

View File

@ -1,8 +1,14 @@
# $NetBSD: options.mk,v 1.1 2023/01/21 13:51:23 taca Exp $
# $NetBSD: options.mk,v 1.1.2.1 2023/04/12 17:28:54 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ruby
PKG_SUPPORTED_OPTIONS= ruby-build-ri-db ruby-yjit
PKG_SUGGESTED_OPTIONS= ruby-build-ri-db ruby-yjit
PKG_SUGGESTED_OPTIONS= ruby-build-ri-db
.for a in "x86_64" "aarch64" "aarch64eb"
. if $a == ${MACHINE_ARCH}
PKG_SUGGESTED_OPTIONS+= ruby-yjit
. endif
.endfor
.include "../../mk/bsd.options.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.54 2023/03/17 13:54:19 taca Exp $
# $NetBSD: Makefile,v 1.54.2.1 2023/06/26 09:34:36 bsiegert Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
BIND_VERSION= 9.16.39
BIND_VERSION= 9.16.42
BUILD_DEFS+= BIND_DIR VARBASE

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.46 2023/03/17 13:54:19 taca Exp $
$NetBSD: distinfo,v 1.46.2.1 2023/06/26 09:34:36 bsiegert Exp $
BLAKE2s (bind-9.16.39.tar.xz) = a4252557cf77d30d4d3629a4121d8021b35c404571c9be78b8be152bfb6f3eb4
SHA512 (bind-9.16.39.tar.xz) = 6e2e30815222a289e94f6857fdb6b142558ca56ecf5f8291f843f8476da8e4011042f1dd2bed031e5d9924370ae0705ce5b3ea2ce10ae830f8980b669eb26328
Size (bind-9.16.39.tar.xz) = 5120164 bytes
BLAKE2s (bind-9.16.42.tar.xz) = aac597ba81beb6b82c17910d38a5fee3c383fcdbaf0d01b785ad186ec615990d
SHA512 (bind-9.16.42.tar.xz) = cf29e72c9c979f3cf8ba0b17357fb09c37f1436a7f3a518f49ce4b4c682fb367dd3d8e71de6603c166c95a7c535a77a9f2a1393a59723294626acefebbc95fd6
Size (bind-9.16.42.tar.xz) = 5123476 bytes
SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.4 2020/12/19 16:41:36 taca Exp $
# $NetBSD: options.mk,v 1.4.20.1 2023/06/26 09:34:36 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bind916
PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@ -13,10 +13,10 @@ PTHREAD_OPTS+= native
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") || \
!empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-sparc) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-m68k)
${MACHINE_PLATFORM:MNetBSD-*-vax} || \
${MACHINE_PLATFORM:MNetBSD-*-sparc} || \
${MACHINE_PLATFORM:MNetBSD-*-sparc64} || \
${MACHINE_PLATFORM:MNetBSD-*-m68k}
# don't touch PKG_SUGGESTED_OPTIONS
.else
PKG_SUGGESTED_OPTIONS+= threads

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2023/03/17 13:58:59 taca Exp $
# $NetBSD: Makefile,v 1.8.2.1 2023/06/26 09:34:44 bsiegert Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
BIND_VERSION= 9.18.13
BIND_VERSION= 9.18.16
BUILD_DEFS+= BIND_DIR VARBASE

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2023/03/17 13:58:59 taca Exp $
@comment $NetBSD: PLIST,v 1.3.2.1 2023/06/26 09:34:44 bsiegert Exp $
bin/arpaname
bin/delv
bin/dig
@ -150,7 +150,6 @@ include/isc/event.h
include/isc/eventclass.h
include/isc/file.h
include/isc/formatcheck.h
include/isc/fsaccess.h
include/isc/fuzz.h
include/isc/glob.h
include/isc/hash.h

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.6 2023/03/17 13:58:59 taca Exp $
$NetBSD: distinfo,v 1.6.2.1 2023/06/26 09:34:44 bsiegert Exp $
BLAKE2s (bind-9.18.13.tar.xz) = ef77120b264e3355c151d73906353b70e897cbd0ac7a316199dca8db794c6621
SHA512 (bind-9.18.13.tar.xz) = e385a285c5a23bac26155f8a3f3a826a6dec0fd2bf4e3e2270debc45d21031cecc41dc05350b1ec0aed5020e0e4ae75db6632e99deea6834519756af4eb69b3c
Size (bind-9.18.13.tar.xz) = 5419040 bytes
BLAKE2s (bind-9.18.16.tar.xz) = ee1af429db6cb8cc0ed6a993387ab139e14dddb9f96f05e8c3c6ef3c33acaf9c
SHA512 (bind-9.18.16.tar.xz) = 90b510552e8fd0c358a627e32bd840eaafc946a2b3c5c4623d0e24aa167fb99aedd91ed19392a104ed5bfce341d9944bab02c680e19d312b59e6688f9546a1fd
Size (bind-9.18.16.tar.xz) = 5462456 bytes
SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
SHA1 (patch-bin_named_server.c) = 6e59d3f637ebb829eec2f76ba7c350fb5cf9be6d

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.1 2022/12/11 01:57:55 sekiya Exp $
# $NetBSD: options.mk,v 1.1.4.1 2023/06/26 09:34:44 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bind
PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@ -13,10 +13,10 @@ PTHREAD_OPTS+= native
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") || \
!empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-sparc) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-m68k)
${MACHINE_PLATFORM:MNetBSD-*-vax} || \
${MACHINE_PLATFORM:MNetBSD-*-sparc} || \
${MACHINE_PLATFORM:MNetBSD-*-sparc64} || \
${MACHINE_PLATFORM:MNetBSD-*-m68k}
# don't touch PKG_SUGGESTED_OPTIONS
.else
PKG_SUGGESTED_OPTIONS+= threads

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.160 2023/03/17 14:01:50 taca Exp $
# $NetBSD: Makefile,v 1.160.2.1 2023/04/01 18:55:38 bsiegert Exp $
DISTNAME= samba-4.17.6
DISTNAME= samba-4.17.7
CATEGORIES= net
MASTER_SITES= https://download.samba.org/pub/samba/stable/
@ -207,7 +207,7 @@ REPLACE_PYTHON+= source4/scripting/bin/*
.endif
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
BUILDLINK_API_DEPENDS.ldb+= ldb>=2.6.1<2.7
BUILDLINK_API_DEPENDS.ldb+= ldb>=2.6.2<2.7
.include "../../databases/ldb/buildlink3.mk"
.include "../../databases/lmdb/buildlink3.mk"
.include "../../devel/cmocka/buildlink3.mk"

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.90 2023/03/17 14:01:50 taca Exp $
$NetBSD: distinfo,v 1.90.2.1 2023/04/01 18:55:38 bsiegert Exp $
BLAKE2s (samba-4.17.6.tar.gz) = b3c858a1989063022715c30e79ba7c587306f00c61624e52b7521914b6eb25f3
SHA512 (samba-4.17.6.tar.gz) = f3571828b471eb34dd10d49708d189c0c2820892b002c8bf272969421e69a3d92259088f30bd87304e6fae614621371cab5a3b581c47a925904b420246af6553
Size (samba-4.17.6.tar.gz) = 30857472 bytes
BLAKE2s (samba-4.17.7.tar.gz) = 80304d23cf0add5af1790379c533f0226a88fa81615528bc658289790fb493ec
SHA512 (samba-4.17.7.tar.gz) = ab6c4fedb1769447f028e4fa1ae91b2a80ad9cb809e6a78562350c90d7ef493793e876d19057854b2f87553655a8b766306deeda6e78a062e9d5daea49994fe4
Size (samba-4.17.7.tar.gz) = 30862665 bytes
SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926
SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.92 2023/03/19 07:02:06 wiz Exp $
# $NetBSD: Makefile,v 1.92.2.1 2023/04/12 17:35:12 bsiegert Exp $
DISTNAME= a2ps-4.15.1
DISTNAME= a2ps-4.15.3
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/}
@ -10,6 +11,7 @@ COMMENT= Formats an ascii file for printing on a postscript printer
LICENSE= gnu-gpl-v3
DEPENDS+= psutils>=1.17:../../print/psutils
DEPENDS+= getopt-[0-9]*:../../misc/getopt
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
@ -33,6 +35,12 @@ REPLACE_SH+= contrib/[a-z]*.in
INSTALLATION_DIRS= share/examples/a2ps
# use ${PREFIX}/bin/getopt rather than unadorned 'getopt'
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= src/a2ps-lpr-wrapper
SUBST_SED.paths= -e 's,\(getopt\),${PREFIX}/bin/\1,'
# 3 test failures as of 4.15
# https://savannah.gnu.org/bugs/index.php?63919
TEST_TARGET= check
@ -42,7 +50,7 @@ pre-build:
${TOUCH} ${WRKSRC}/doc/*.dvi
post-install:
cd ${DESTDIR}${PREFIX}/etc && ${MV} a2ps-site.cfg a2ps.cfg ${DESTDIR}${PREFIX}/share/examples/a2ps
cd ${DESTDIR}${PKG_SYSCONFDIR} && ${MV} a2ps-site.cfg a2ps.cfg ${DESTDIR}${PREFIX}/share/examples/a2ps
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/boehm-gc/buildlink3.mk"

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.22 2023/03/19 07:02:06 wiz Exp $
$NetBSD: distinfo,v 1.22.2.1 2023/04/12 17:35:12 bsiegert Exp $
BLAKE2s (a2ps-4.15.1.tar.gz) = d474b01a8529f494c97244fe8f39a18f498ca1d0956412d118780bba7d23d4e7
SHA512 (a2ps-4.15.1.tar.gz) = ed58bd03b9390f44b03ae2458bb94655ef0597f11aa89a2d778b14f03fba4d0e0272795d2f968ae304be46d7b862a2f0ce1dc82328d71a02b0293b23ec8b6fa5
Size (a2ps-4.15.1.tar.gz) = 3598826 bytes
BLAKE2s (a2ps-4.15.3.tar.gz) = af7f4c49669fab371fc02849e4b5b2b36128d66e70bd36b0cca21863fce1d888
SHA512 (a2ps-4.15.3.tar.gz) = 41f0590c5f794af767b57bfe2eeea105b73232ea9a9fcf87380d93cb4ccaaf652c69990bcb06d1da5f398f4c7d0ab6d23d9c3f5b6a85c37f36e72dc03e7ddc2a
Size (a2ps-4.15.3.tar.gz) = 3601424 bytes

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.54 2023/01/03 17:36:30 wiz Exp $
# $NetBSD: Makefile,v 1.54.2.1 2023/06/08 19:02:47 spz Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= cups-base-${CUPS_VERS}
PKGREVISION= 6
PKGREVISION= 7
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenPrinting/}
MAINTAINER= sbd@NetBSD.org

View File

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.32 2022/07/03 10:26:55 wiz Exp $
$NetBSD: distinfo,v 1.32.6.1 2023/06/08 19:02:47 spz Exp $
BLAKE2s (cups-2.4.2-source.tar.gz) = e9da26d5d208e4620074abc6e394cd66777a853e6e4c57e04cfd3645d85a2177
SHA512 (cups-2.4.2-source.tar.gz) = 07474643bffe11c79b3226b70d28f1bb803dc19daa10711938cea303feacdcce3945ba8ff0334d94fdd5922ea7d6bf37a28c1ea62cce8ce946c2f90a0faf002f
@ -13,6 +13,7 @@ SHA1 (patch-config-scripts_cups-directories.m4) = 272a10e2ae70c589a65d73fe788f62
SHA1 (patch-config-scripts_cups-gssapi.m4) = 8ccde86c99ad5ce96c38ec0c2f76a99dc7f29331
SHA1 (patch-cups-tls.c) = b02bc528b6d551283373f271529d6f1956e1c7df
SHA1 (patch-cups_http-addrlist.c) = b8558e6c9a646299e16d7d47ab43bc79f1a0baa0
SHA1 (patch-cups_string.c) = 2c8d7f488785c731e0c0d95caf85a6737691bf8a
SHA1 (patch-cups_thread.c) = 453f8bd9e13b7b824cc7add75ea9ef49b8e0c991
SHA1 (patch-doc-help-man-cups-files.conf.html) = c26754104788eb619e69e49d6d51bf84ab047876
SHA1 (patch-man-cups-files.conf.man.in) = 51c06d39e20bf8c39c784fec1f32f6c8100cf821

View File

@ -0,0 +1,16 @@
$NetBSD: patch-cups_string.c,v 1.1.2.2 2023/06/08 19:02:48 spz Exp $
Fix denial-of-service using patch from Michael R Sweet.
https://www.openwall.com/lists/oss-security/2023/06/01/1
--- cups/string.c.orig 2022-05-26 06:17:21.000000000 +0000
+++ cups/string.c
@@ -729,6 +729,8 @@ _cups_strlcpy(char *dst, /* O - D
{
size_t srclen; /* Length of source string */
+ if (size == 0)
+ return (0);
/*
* Figure out how much room is needed...

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.238 2023/02/15 07:40:52 nikita Exp $
# $NetBSD: Makefile,v 1.238.2.1 2023/05/15 18:37:26 spz Exp $
DISTNAME= gnutls-3.8.0
PKGREVISION= 1
@ -15,7 +15,9 @@ DEPENDS+= mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
PLIST_SRC= PLIST
USE_LANGUAGES= c c++
USE_LANGUAGES= c c++11
GCC_REQD+= 6
USE_LIBTOOL= yes
USE_TOOLS+= gmake gsed perl pkg-config bash
USE_TOOLS+= msgfmt msgmerge xgettext

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.157 2023/02/08 07:41:25 wiz Exp $
# $NetBSD: Makefile,v 1.157.2.1 2023/06/20 17:57:33 bsiegert Exp $
DISTNAME= heimdal-7.8.0
PKGREVISION= 2
PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=heimdal/}
GITHUB_RELEASE= ${DISTNAME}

View File

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.56 2023/02/08 07:41:25 wiz Exp $
$NetBSD: distinfo,v 1.56.2.1 2023/06/20 17:57:33 bsiegert Exp $
BLAKE2s (heimdal-7.8.0.tar.gz) = 3f2654141605a1f54611c887ec8a7f55e45b00696983207d5779ad830e485cb8
SHA512 (heimdal-7.8.0.tar.gz) = 0167345aca77d65b7a1113874eee5b65ec6e1fec1f196d57e571265409fa35ef95a673a4fd4aafbb0ab5fb5b246b97412353a68d6613a8aff6393a9f1e72999e
Size (heimdal-7.8.0.tar.gz) = 10024936 bytes
SHA1 (patch-lib_gssapi_krb5_arcfour.c) = 7d70da6a8dfffd7f71eae70f1a6fa6fc18d0df3c
SHA1 (patch-lib_krb5_store-int.c) = ba539b1cce3ac5a1e7e436dfcdcf632aa61e41e3

View File

@ -0,0 +1,16 @@
$NetBSD: patch-lib_krb5_store-int.c,v 1.1.2.2 2023/06/20 17:57:33 bsiegert Exp $
Fix CVE-2022-42898 for 32-bit systems.
https://github.com/heimdal/heimdal/issues/1161
--- lib/krb5/store-int.c.orig 2022-09-15 22:59:25.000000000 +0000
+++ lib/krb5/store-int.c
@@ -49,7 +49,7 @@ KRB5_LIB_FUNCTION krb5_ssize_t KRB5_LIB_
_krb5_get_int64(void *buffer, uint64_t *value, size_t size)
{
unsigned char *p = buffer;
- unsigned long v = 0;
+ uint64_t v = 0;
size_t i;
for (i = 0; i < size; i++)
v = (v << 8) + p[i];

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.45 2019/11/04 21:28:40 rillig Exp $
# $NetBSD: Makefile.common,v 1.45.28.1 2023/04/21 18:40:51 bsiegert Exp $
# used by sysutils/amanda-common/Makefile
# used by sysutils/amanda-client/Makefile
@ -61,6 +61,14 @@ SUBST_SED.bool= -e '/undef bool/d'
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_GZIP=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= GNUTAR=${TOOLS_GTAR:Q}
# I am not quite sure what is causing the test for -msse4.2 to fail
# (perhaps cwrappers?). It is basically grepping the output of
# "cc -v --help" which does in fact contain the correct value.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
CONFIGURE_ENV+= SSE42_CFLAGS=-msse4.2
.endif
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${AMANDA_VAR:Q}
CONFIGURE_ARGS+= --with-tmpdir=${AMANDA_TMP:Q}

View File

@ -1,13 +1,11 @@
$NetBSD: distinfo,v 1.25 2021/10/26 11:19:19 nia Exp $
$NetBSD: distinfo,v 1.25.12.1 2023/04/21 18:40:51 bsiegert Exp $
BLAKE2s (amanda-3.3.9.tar.gz) = 2177c4b698edf1c9a7c8328a3423a7f75321e922107b54cac4d6823e91d855bc
SHA512 (amanda-3.3.9.tar.gz) = 345670a20cff335453e8dcbf457d1fcdb9f266e4a03d729c2b1ba762f4fac323de4a87713d0fd54c11ca244a08dc97fb8c641625f7fa81cb241b3c17748b1b7e
Size (amanda-3.3.9.tar.gz) = 4673301 bytes
SHA1 (patch-Makefile.am) = 172dc9b2419c0acb989034e382e4137e69b051e2
SHA1 (patch-Makefile.in) = 391b7bb8cd0e8d0b90f36b6a76877118dd468a01
SHA1 (patch-amandad-src_Makefile.am) = bdff2c06da0ee6c88237c56568fe20c5cefedd7a
SHA1 (patch-application-src_Makefile.am) = 8b448d2c7dbda4d731d6985374e2a6786b0ac8d1
SHA1 (patch-autogen) = a5a7addd91ddb62e3270c149fa3af1ca6c56a1bd
SHA1 (patch-client-src_Makefile.am) = 641ef76fd1ea413b416704e1e52e25a93a596442
SHA1 (patch-client-src_getfsent.c) = 903a921b8679ddcff1fdd838ffdce16a6d8da46f
SHA1 (patch-client-src_sendbackup-dump.c) = aea1aca0bbcdab0c393b012a592cbc5ca458acec
@ -20,6 +18,7 @@ SHA1 (patch-common-src_security-util.h) = c628cc19a624da2cfabdb7d488bc2cd2d4b955
SHA1 (patch-config_amanda_config_flags.m4) = cf79825e49b52b0c0440185291c8cf91ff32f9b2
SHA1 (patch-config_amanda_dumpers.m4) = ebd2f9932cb5e9e883cedb626a4ca774af87365d
SHA1 (patch-config_amanda_krb5-security.m4) = c82af0e106e49b59994b40f12ed5b1c165a8497f
SHA1 (patch-config_amanda_libs.m4) = 133751743a80913f11f1f9aec7c32feb04afdb28
SHA1 (patch-config_macro-archive_xsltproc.m4) = 20324db1ce3db016fa89fe39df5a8133c7766693
SHA1 (patch-device-src_Makefile.am) = 29fd554033ff0ff7b1d98a08306f157ced7324c5
SHA1 (patch-example_Makefile.am) = 8d2dac1abdc473fbf94489bcb620a42a665fd27a

View File

@ -0,0 +1,35 @@
$NetBSD: patch-config_amanda_libs.m4,v 1.1.2.2 2023/04/21 18:40:51 bsiegert Exp $
Shell portability.
--- config/amanda/libs.m4.orig 2016-02-09 22:52:50.000000000 +0000
+++ config/amanda/libs.m4
@@ -391,22 +391,22 @@ x=CURLOPT_VERBOSE;
LIBCURL_USE_OPENSSL=yes
_libcurl_configures=`$_libcurl_config --configure`
for _libcurl_configure in $_libcurl_configures ; do
- if [[[ $_libcurl_configure = \'--with-nss* ]]]; then
+ if [[ $_libcurl_configure = \'--with-nss* ]]; then
LIBCURL_USE_NSS=yes
fi
- if [[[ $_libcurl_configure = \'--without-nss* ]]]; then
+ if [[ $_libcurl_configure = \'--without-nss* ]]; then
LIBCURL_USE_NSS=no
fi
- if [[[ $_libcurl_configure = \'--with-gnutls* ]]]; then
+ if [[ $_libcurl_configure = \'--with-gnutls* ]]; then
LIBCURL_USE_GNUTLS=yes
fi
- if [[[ $_libcurl_configure = \'--without-gnutls* ]]]; then
+ if [[ $_libcurl_configure = \'--without-gnutls* ]]; then
LIBCURL_USE_GNUTLS=no
fi
- if [[[ $_libcurl_configure = \'--with-ssl* ]]]; then
+ if [[ $_libcurl_configure = \'--with-ssl* ]]; then
LIBCURL_USE_OPENSSL=yes
fi
- if [[[ $_libcurl_configure = \'--without-ssl* ]]]; then
+ if [[ $_libcurl_configure = \'--without-ssl* ]]; then
LIBCURL_USE_OPENSSL=no
fi
done

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.167 2023/01/27 14:49:37 jperkin Exp $
# $NetBSD: Makefile,v 1.167.2.1 2023/04/16 14:52:36 bsiegert Exp $
.include "../../textproc/libxml2/Makefile.common"
PKGREVISION= 2
COMMENT= XML parser library from the GNOME project
LICENSE= modified-bsd

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile.common,v 1.19 2023/01/27 14:49:37 jperkin Exp $
# $NetBSD: Makefile.common,v 1.19.2.1 2023/04/16 14:52:36 bsiegert Exp $
#
# used by textproc/libxml2/Makefile
# used by textproc/py-libxml2/Makefile
DISTNAME= libxml2-2.10.3
DISTNAME= libxml2-2.10.4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.143 2023/01/26 01:49:16 gutteridge Exp $
$NetBSD: distinfo,v 1.143.2.1 2023/04/16 14:52:36 bsiegert Exp $
BLAKE2s (libxml2-2.10.3.tar.xz) = e46e6337acb5ff88e6206d1d61ee8b27d66c5f716c98e830c3504a01dc178ad6
SHA512 (libxml2-2.10.3.tar.xz) = 33bb87ae9a45c475c3de09477e5d94840d8f687f893ef7839408bc7267e57611c4f2b863ed8ec819a4b5f1ebd6a122db9f6054c73bceed427d37f3e67f62620c
Size (libxml2-2.10.3.tar.xz) = 2639908 bytes
BLAKE2s (libxml2-2.10.4.tar.xz) = f54b22ffa245226395133ab4d172192d06ee88b1a4a9f700804bb26d7af757d0
SHA512 (libxml2-2.10.4.tar.xz) = 792c1dceb098cd353a7eca4c46d31cce6310b2553d97fd3918cf0b94d93b2480759202036511bde36c24166236bd4616f57e79959eea9afe3f60614bdfe13094
Size (libxml2-2.10.4.tar.xz) = 2643600 bytes
SHA1 (patch-configure) = 3d73d05780562dccd5f9621d9e9f15f2d62cfa87
SHA1 (patch-encoding.c) = 7fe0f67db061a2f46abe1c4b6b4d8a0402f82830
SHA1 (patch-error.c) = 77561e820e0da96acb572378c2f2a0b9b84112e1

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.84 2023/01/27 14:52:53 jperkin Exp $
# $NetBSD: Makefile,v 1.84.2.1 2023/04/16 14:52:36 bsiegert Exp $
.include "../../textproc/libxml2/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
COMMENT= Python wrapper for libxml2
LICENSE= modified-bsd

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.19 2023/03/19 08:32:15 taca Exp $
# $NetBSD: Makefile,v 1.19.2.1 2023/04/02 06:13:41 spz Exp $
DISTNAME= kramdown-rfc2629-1.6.27
PKGREVISION= 1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
@ -20,6 +21,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-unicode-blocks>=1.0<2:../../textproc/ruby-unicode-bl
DEPENDS+= ${RUBY_PKGPREFIX}-unicode-scripts>=1.0<2:../../textproc/ruby-unicode-scripts
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-persistent>=4.0<5:../../www/ruby-net-http-persistent
OVERRIDE_GEMSPEC+= json_pure: json>=2.0
pre-configure:
${CHMOD} +x ${WRKSRC}/bin/*

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.78 2023/03/19 13:21:16 taca Exp $
# $NetBSD: Makefile,v 1.78.2.1 2023/05/15 18:25:45 spz Exp $
DISTNAME= drupal-7.95
DISTNAME= drupal-7.97
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://ftp.drupal.org/files/projects/

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.62 2023/03/19 13:21:16 taca Exp $
$NetBSD: distinfo,v 1.62.2.1 2023/05/15 18:25:45 spz Exp $
BLAKE2s (drupal-7.95.tar.gz) = 7ab8806eda7ca64ff288b5e9d26c74b5606584718f9c79a6c9e0065b06eb14c2
SHA512 (drupal-7.95.tar.gz) = 7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
Size (drupal-7.95.tar.gz) = 3380331 bytes
BLAKE2s (drupal-7.97.tar.gz) = 33a14b81ca6e3d32a995a473e514e191452ce79d098dc9238410c4997534683d
SHA512 (drupal-7.97.tar.gz) = 2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
Size (drupal-7.97.tar.gz) = 3381082 bytes

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2023/01/24 17:59:28 nia Exp $
# $NetBSD: Makefile,v 1.9.2.3 2023/06/26 09:34:50 bsiegert Exp $
FIREFOX_VER= 102.7.0esr
FIREFOX_VER= 102.12.0esr
PKGNAME= firefox102-l10n-${FIREFOX_VER:S/esr//}
DISTNAME= # empty
CATEGORIES= www

View File

@ -1,278 +1,278 @@
$NetBSD: distinfo,v 1.8 2023/01/24 17:59:28 nia Exp $
$NetBSD: distinfo,v 1.8.2.3 2023/06/26 09:34:50 bsiegert Exp $
BLAKE2s (firefox102-l10n-102.7.0/ach.xpi) = 67bc0df8be4a2036fa9271952c74e4db8e870dd66dbe23078719ee4b8b039081
SHA512 (firefox102-l10n-102.7.0/ach.xpi) = ac3e4ea271d591c040aeb1ab890f782a023af5a6c9e76479aa128ee6ed8f94afe0eb4cd636061f9e0c011a0cba86b3bb4505a62345cdb4b0824f3bb8261af335
Size (firefox102-l10n-102.7.0/ach.xpi) = 453453 bytes
BLAKE2s (firefox102-l10n-102.7.0/af.xpi) = f0cfaa51855ace26ed8666965a2399476e1c2e4915510af06f823650e82217a8
SHA512 (firefox102-l10n-102.7.0/af.xpi) = ce76a370aeb002127f3973cf9c475dd72cf483d14da29227aaf73057d776e75615a2e324065650413ba4ac114514612f72454547a69b524ae3def605dddb188a
Size (firefox102-l10n-102.7.0/af.xpi) = 418253 bytes
BLAKE2s (firefox102-l10n-102.7.0/an.xpi) = dd0e28cdccda1ea568a42347e86d36adbc17918370906a92669f63ad769034ff
SHA512 (firefox102-l10n-102.7.0/an.xpi) = 1bda2e0c5c88f92aa08a680e130d1e776f7c748358ea347bf09dc9e1ee77224f7ca85901a24f3016d9e010434a9f42c49a48d6bf6f9bed63e21ce9125ef7188c
Size (firefox102-l10n-102.7.0/an.xpi) = 498409 bytes
BLAKE2s (firefox102-l10n-102.7.0/ar.xpi) = b6b3342292556466db7f0934ba4af5d2faade05dbcf9e2e21aa8ee4eb065adae
SHA512 (firefox102-l10n-102.7.0/ar.xpi) = b471e9be9dc3de3d868f2e98478c3a70fa7647f75f11924624eb435d7b119e1e692a6cab735f1d4a212624f1bc4f03d84b9269f2234bfef5f1e0b2954454ae8b
Size (firefox102-l10n-102.7.0/ar.xpi) = 563028 bytes
BLAKE2s (firefox102-l10n-102.7.0/ast.xpi) = 59aea1203454c422a5f1a31d17ae97efbf4e5e1e89f0ad131e3313326ee26325
SHA512 (firefox102-l10n-102.7.0/ast.xpi) = 8fdb18f0d35cb06e1d60dbae67fc900e8f0b0ddd97fa243be37d556e9f61c20affa4b62ec80a67b9fc11f0d24e8b556f7e4002eab3fc0dea20afb7ca5edc7f71
Size (firefox102-l10n-102.7.0/ast.xpi) = 493499 bytes
BLAKE2s (firefox102-l10n-102.7.0/az.xpi) = c09f9fd3049e4dc665963a7110e5e412207ced867978414e6e18cd33d33b5dbd
SHA512 (firefox102-l10n-102.7.0/az.xpi) = ecb3d8c295e36cd749bae424e281180c75b2ca37ded3f4e1a8bd5f4fc747b00b54092dcdb42ac54e79973a90d40c4c54a0b45c467cba4e7bdc09962e98069148
Size (firefox102-l10n-102.7.0/az.xpi) = 485925 bytes
BLAKE2s (firefox102-l10n-102.7.0/be.xpi) = c67972ab7bb991447d6f3e95ef304cfd868ab17f70ec3a3e24236773715396ce
SHA512 (firefox102-l10n-102.7.0/be.xpi) = f4b75016d0b9f48ebde5683ab27c8196c604ec30ece5df9d285ae53ad914039b3bf437042ceedc3c698933fcb78854a666a2db16338d2bd01cc5dae7459d84b4
Size (firefox102-l10n-102.7.0/be.xpi) = 638913 bytes
BLAKE2s (firefox102-l10n-102.7.0/bg.xpi) = 166ab8af6368a0a5f7576398684d6779ab5a78c6a391a137a7350776c39fd501
SHA512 (firefox102-l10n-102.7.0/bg.xpi) = f9699008f78adc7851cccf12bde14107a1cd49ce0ec4d1138e1e5bb718e0b4166bbb141e485fc64ac37a43ea35a532b978bf7d5d91bd603e38e150b69cd5da09
Size (firefox102-l10n-102.7.0/bg.xpi) = 578862 bytes
BLAKE2s (firefox102-l10n-102.7.0/bn.xpi) = e9ac167b85b2e28932b04bc2e1018ea07193d08e0f92edbf7374257f980c787f
SHA512 (firefox102-l10n-102.7.0/bn.xpi) = e1e38039f248142f629dacd7b24ad2a47dc0cc14458f2609ad635f9bc1635418ddf5dd8427d5cd4557435fcbb35c19223053e2ccb9faeebc0501a4b3408b1274
Size (firefox102-l10n-102.7.0/bn.xpi) = 576725 bytes
BLAKE2s (firefox102-l10n-102.7.0/br.xpi) = 1146747d4701926d4c797deb669f9417647759515b70eedd3e9dc2d116243c29
SHA512 (firefox102-l10n-102.7.0/br.xpi) = f7b38ebc62475fd52e091fba554e78d96841c0025cba05c226a4993997f60f1dc18807ba102b2dcb1a946e4a0ff863808a93ac7cd80bf557de4a9cdc85d66636
Size (firefox102-l10n-102.7.0/br.xpi) = 531024 bytes
BLAKE2s (firefox102-l10n-102.7.0/bs.xpi) = 213743cb101a82b7e67ec87e47f61618cc0f852ac78d55961d35ab7eaae9f657
SHA512 (firefox102-l10n-102.7.0/bs.xpi) = e93a7ba1345e3f97ce333d94b04fc804c7e315d117f23555ae9f18f54114aad52ee91022b4ea3f850ab3da6ed977b0c37dfc47f2b54a6506a75ba6e0a3dc7309
Size (firefox102-l10n-102.7.0/bs.xpi) = 462135 bytes
BLAKE2s (firefox102-l10n-102.7.0/ca.xpi) = b6243b3dc93fd00a5b1730c7f402f41f7e2df1ffa2a0a061cd662677c2171efd
SHA512 (firefox102-l10n-102.7.0/ca.xpi) = e53ee95066e1539ba8c4ad9576ca150338c56a8d2217c6457ca235670d89736b4baf0139cec88de59f926382b542656af322413ed51c787657357bb1ea6c9bea
Size (firefox102-l10n-102.7.0/ca.xpi) = 540470 bytes
BLAKE2s (firefox102-l10n-102.7.0/cak.xpi) = a9dfdfb28d042afc12f8b2bcf84469bc90a10bfbffb7911b9ae3a17f293703a6
SHA512 (firefox102-l10n-102.7.0/cak.xpi) = 99d1dc5306ef1322f2c79e8a9889e775ebcbc50c2b6fd7c607a7f1a0f7c68d888371f0f3cbdd3027687f9d1382631d4557ada732830397dcd78bf872397cf3df
Size (firefox102-l10n-102.7.0/cak.xpi) = 550773 bytes
BLAKE2s (firefox102-l10n-102.7.0/cs.xpi) = b8e50c0966e77dfee900015ea3c89621f8b00b13091ddd1e3b8337325ca8e1e3
SHA512 (firefox102-l10n-102.7.0/cs.xpi) = 72cce442f667af12b68ba66909ce8356c08603af91142d678db3c190f78a8fc1b55d4a074c1756490872bc6f61109c938b39e2fa964fe0b0dc17dd39b576391e
Size (firefox102-l10n-102.7.0/cs.xpi) = 573452 bytes
BLAKE2s (firefox102-l10n-102.7.0/cy.xpi) = 2ae2fe63041e01049091f6c198e75cab54eb972375feed091d42c08dc39eca87
SHA512 (firefox102-l10n-102.7.0/cy.xpi) = 1d7ffb5dba0ecff111bd2cd8d570a684ada3f0b3e02a444c3ae92cc59a9d334bd0f49cf3c1c81bd2f1d351547a154bad21363810b413975c209985154fdf13d9
Size (firefox102-l10n-102.7.0/cy.xpi) = 554746 bytes
BLAKE2s (firefox102-l10n-102.7.0/da.xpi) = 14677fa3fdc025ea28a17888e40f2ac54a23d67b5c569545964e31b3b0efffc8
SHA512 (firefox102-l10n-102.7.0/da.xpi) = 80900488b4374680f01515de807ceb00f31b18ae0d164f1e5295b30d66f4f58fd3ef53f342c5f324719bdda1e0c545c295b660bc7c4716b63622d5facaf7bdb8
Size (firefox102-l10n-102.7.0/da.xpi) = 546944 bytes
BLAKE2s (firefox102-l10n-102.7.0/de.xpi) = d4184c1c83b43dee312f26511d412d6a3624ca28f5936ffa5e7027cfb36f1d95
SHA512 (firefox102-l10n-102.7.0/de.xpi) = f19e5d8271db3c427f82fb790ebc827656a38970799298f211062c7107ee8ac0d3d0a183b7905b30fb4b164d871c77f211546047e7d75ec5f9dc88a1d8479c45
Size (firefox102-l10n-102.7.0/de.xpi) = 567048 bytes
BLAKE2s (firefox102-l10n-102.7.0/dsb.xpi) = a65ba3c7e07d68506032660071bd1b1797cd944672fb84df597c7d56a881081f
SHA512 (firefox102-l10n-102.7.0/dsb.xpi) = 305e587d739d340c70799d3949076d09a0fd8190e8166b0a63d9ef5928cb43e9cc2959aa8051aa029ab19d103ac236f18a1fa02809037a5396f3275c2d8458e9
Size (firefox102-l10n-102.7.0/dsb.xpi) = 579784 bytes
BLAKE2s (firefox102-l10n-102.7.0/el.xpi) = 8ce5111e5e5867966283fb20f3f0e542a68c2902fce221f80981f1faecdd57e8
SHA512 (firefox102-l10n-102.7.0/el.xpi) = 6946eba8bd127fdf7fc69cf75c0c36de288cda07327d2a370a3a24681f375c103c5dd3614e0ac9b378bc8e7865a7f38e7021daa1af91ada8e629dac50bd1149d
Size (firefox102-l10n-102.7.0/el.xpi) = 655031 bytes
BLAKE2s (firefox102-l10n-102.7.0/en-CA.xpi) = c290f3798071ae5fbccc69fe0ebed1b2a9cfc238f57d96646afda873be6af1e5
SHA512 (firefox102-l10n-102.7.0/en-CA.xpi) = c9654fb3610b9794319404a65aed0f6d14d0ed2101ec89f43183846deb2e5214e56ec9047f53711d29b2c21a38650860b31797cbd413ee8c58df55e3e8e01c7e
Size (firefox102-l10n-102.7.0/en-CA.xpi) = 514614 bytes
BLAKE2s (firefox102-l10n-102.7.0/en-GB.xpi) = 511e8d32868f1979a248488c034c684d8d561eabc28ab94f3aac3fcdb833ffea
SHA512 (firefox102-l10n-102.7.0/en-GB.xpi) = 7e3257e7015d9c462965cbf35d0105715f017c28ddd019c546ac0ca197917b8baf2dd80e269c89c1e40ccb32f6238466481eca53f740bc19e8bdd4d481b2e7f1
Size (firefox102-l10n-102.7.0/en-GB.xpi) = 522704 bytes
BLAKE2s (firefox102-l10n-102.7.0/en-US.xpi) = a785ff3f31beaa6905264b8e15b62c573d7a3729ae8f9dc5bb61497a3bd9d266
SHA512 (firefox102-l10n-102.7.0/en-US.xpi) = 416cbb90bdf37fb27a6583278c643c567b9e0ec99098d6bed69e21c3ce92f4536076677d6aa96b7aa8b0e7e2d42a16cf6a208854b2bc43e8e31da1ebdedc705e
Size (firefox102-l10n-102.7.0/en-US.xpi) = 482777 bytes
BLAKE2s (firefox102-l10n-102.7.0/eo.xpi) = 6a212638fb457b993c45e6ad01c59a63b8ad1bc824fee79e559d50bc34674fb8
SHA512 (firefox102-l10n-102.7.0/eo.xpi) = 68639bca67e8ed6b63be46c0c50ba4f3fcd9babdbf1e33bbae6024e0342a3fc5eda774bc74a310093869c2870b3df07afdc93ae6a8ddb3a2900858832c121ed3
Size (firefox102-l10n-102.7.0/eo.xpi) = 545927 bytes
BLAKE2s (firefox102-l10n-102.7.0/es-AR.xpi) = a63089f0b10cb26ad252131f6f3bdd6f75d4d39b0fee703d2dfab81f70119abe
SHA512 (firefox102-l10n-102.7.0/es-AR.xpi) = f4a43986d34fe00f05f487b89879607e7abaf50999482dc8dfe197d4934aad96567c2bd3d1d92fd554d0b9976c07f0f971f48fdb6d3ff7992e53dac7d59353f6
Size (firefox102-l10n-102.7.0/es-AR.xpi) = 560320 bytes
BLAKE2s (firefox102-l10n-102.7.0/es-CL.xpi) = d5d0b398d400f769b069fe8daad56c6e2aa09f716df414542898d2b1717ef20e
SHA512 (firefox102-l10n-102.7.0/es-CL.xpi) = a6d174fdcc3de43e10b78c69744666ff12098bb8d0d438020ba87766ed56ac1ad363e77ad0a8748af6ebd3df9822785bd4787e4400dd19a0219a545c6f08577f
Size (firefox102-l10n-102.7.0/es-CL.xpi) = 559373 bytes
BLAKE2s (firefox102-l10n-102.7.0/es-ES.xpi) = 0aab27432750d6aa723da0a90863717d26b3c83f65572c5fb724657240de1592
SHA512 (firefox102-l10n-102.7.0/es-ES.xpi) = 319c6318acbe02ae98a00071c7c8661298c7b3b2fe2b8baf9f6ac022ac3803528d64d22603c122fe4315fc769b8cc549f68c8d38b47e822da2201edfebbfd5c8
Size (firefox102-l10n-102.7.0/es-ES.xpi) = 544152 bytes
BLAKE2s (firefox102-l10n-102.7.0/es-MX.xpi) = 33da05a9b5a6ea79f55ea0af946f4715e47a391b65fb66e82d43ea6d5e4ba56e
SHA512 (firefox102-l10n-102.7.0/es-MX.xpi) = dbf4308e11991fd26e5974661a481af3258db6372af69ff9f700dc6b2f8b5b397970df30d30d1d6350d88265d8a8e1cba9809a90170bfd035a8608c8a26557b0
Size (firefox102-l10n-102.7.0/es-MX.xpi) = 563464 bytes
BLAKE2s (firefox102-l10n-102.7.0/et.xpi) = 1b6aed0a36165e3d7c1f86e390a6fa39bddc47298cff5e46f9960e18fa7fe8cd
SHA512 (firefox102-l10n-102.7.0/et.xpi) = f9f7e132eb4f885a1148d06b0d6081d77af0bb423cf7b71fab877c0b7613ff7572a069cb3c4f7da6f9eadc40b50abf1313d4e23e28c2f71488cba2a2d8220ea9
Size (firefox102-l10n-102.7.0/et.xpi) = 531821 bytes
BLAKE2s (firefox102-l10n-102.7.0/eu.xpi) = 9844f3ee9d99c01725448d9cf3983413c3557d2253cfee0d46a270894c6a4d3d
SHA512 (firefox102-l10n-102.7.0/eu.xpi) = 1c29bd497f2e166ed17ac5cd3a49d5a1348cffe1ffce3f79b55768660091d96fbaf8d54ff8370a8a57b7b789ef7600f34d4a755bf563c6bcc479a450a6000217
Size (firefox102-l10n-102.7.0/eu.xpi) = 548194 bytes
BLAKE2s (firefox102-l10n-102.7.0/fa.xpi) = 6a526ad09acf7f80e96ee5090190fb810eb6ba6fa1f9582dcaf2e808b29182c5
SHA512 (firefox102-l10n-102.7.0/fa.xpi) = 20daa26c9ccd390e40d0dec4f371eee354fc02f86041979829b42c9a4f8e8adf8c8bf0675931df31f0f4db35b2f9862667bbf234e9eb849f2a76c404030dca37
Size (firefox102-l10n-102.7.0/fa.xpi) = 562345 bytes
BLAKE2s (firefox102-l10n-102.7.0/ff.xpi) = 5e0f712577d560b3c04821e7859502d64822d07c365cc8a723ffaaf9286a3e53
SHA512 (firefox102-l10n-102.7.0/ff.xpi) = d38582520b88590ea759e0ef86ea0d5ece18733008e3f160efef637a0bd780b3bd738c6b862d6cb0b1f0637ed0465a34006df9d38336583247815b0143fd3d75
Size (firefox102-l10n-102.7.0/ff.xpi) = 472170 bytes
BLAKE2s (firefox102-l10n-102.7.0/fi.xpi) = 756d32463170f237e1be463f086aec833df6c15e21fa7112b22d513b59e90651
SHA512 (firefox102-l10n-102.7.0/fi.xpi) = c47ad8b6f4b54357663484f6efb3af7f31676d91620b10580c645b9f284a7948d7cddbd39799baa1b8ee763a63fe0fde7c054f55a8646b4cc1f86465ffc967bf
Size (firefox102-l10n-102.7.0/fi.xpi) = 544791 bytes
BLAKE2s (firefox102-l10n-102.7.0/fr.xpi) = 61bcffe34e86ad7d159bf63f0f02f521013dddae41233574c18fbcb5b5f4d393
SHA512 (firefox102-l10n-102.7.0/fr.xpi) = b8c55cb0ca83c34286bbd3830d4d8c33c6e5d6b3aaef0fa4be3c96316d20a8a66fb6ac4aafbaae8e0e4175635c3576e78a8719dd9aad46d6d9f81f7ea600f84a
Size (firefox102-l10n-102.7.0/fr.xpi) = 571392 bytes
BLAKE2s (firefox102-l10n-102.7.0/fy-NL.xpi) = a2e8149ab03da21715043a49adf7df4da07ccd48fbf8a3ce84b5ec1ab3b6415d
SHA512 (firefox102-l10n-102.7.0/fy-NL.xpi) = e6586c25fb5b5e1322e3c8241d2c6f184f546605a1e1e7773ce6bbafc8f354f937f5d55d7a4efd15f37366fbb9c5530027138cdd1792c17e594733086f91458d
Size (firefox102-l10n-102.7.0/fy-NL.xpi) = 556589 bytes
BLAKE2s (firefox102-l10n-102.7.0/ga-IE.xpi) = c8086a02ea0876b2024c2301b7c9841de9c1659930dd664647cad3682c4edbff
SHA512 (firefox102-l10n-102.7.0/ga-IE.xpi) = f170e2b6c6bb60b93a093725342b68f93e6d2f108ba3186e591fb181f9e222ea002e104082a055bb3b171fae1502d30272cfe04d7d0a0a49e138647db87164ed
Size (firefox102-l10n-102.7.0/ga-IE.xpi) = 470614 bytes
BLAKE2s (firefox102-l10n-102.7.0/gd.xpi) = 1f66fe55a868364ac72f60a2d57c2a7cea78ae53ef36acae5bc13b6aee32261d
SHA512 (firefox102-l10n-102.7.0/gd.xpi) = 6b5909b207b772ae8f68187b13f6df3a39fc59c76a167ad38a749fd399ac2edbfa892361ef22a177640c0c3523a1c7fbc7ec563f8c22e16c898ffe857715f3b4
Size (firefox102-l10n-102.7.0/gd.xpi) = 543718 bytes
BLAKE2s (firefox102-l10n-102.7.0/gl.xpi) = d23afdc1445991bd79a8e80a3459f8fba89daad6052d7a5e3cfed8199039d160
SHA512 (firefox102-l10n-102.7.0/gl.xpi) = cf9b626c208c74e816aafb8e15a095d4364e23a3660ed33ca05eee466637063a5cfbd99d731654347337f1b773176c80e6e088496d2bb268bc628bd21222ca67
Size (firefox102-l10n-102.7.0/gl.xpi) = 539047 bytes
BLAKE2s (firefox102-l10n-102.7.0/gn.xpi) = 2c8dba983801a95aa29cbbc4da7f01d527f6b2e3bc7db30f5d300cb3a6e57725
SHA512 (firefox102-l10n-102.7.0/gn.xpi) = 909874a4c01db80b916c784e46f4385526952071bb9ee72344dcf6834a96a09202efe01e7d545b10986de1dee72f1520ebf7e7ae741bb732f603ae6576751ff8
Size (firefox102-l10n-102.7.0/gn.xpi) = 570904 bytes
BLAKE2s (firefox102-l10n-102.7.0/gu-IN.xpi) = bdc2ac51368b22d00be13f9f9d9322bd5fea8f2e23ee1082911df741059012aa
SHA512 (firefox102-l10n-102.7.0/gu-IN.xpi) = 7e5ce5d9845e348eee20a9ed6d60be49e456e41567c6bec2fa5050de225d5e17963a5f0b2f9843cdcb8153c843b01473b2856e2af26104cd3800290844dd5c3c
Size (firefox102-l10n-102.7.0/gu-IN.xpi) = 527880 bytes
BLAKE2s (firefox102-l10n-102.7.0/he.xpi) = 6bb430592d0a69e41512e9db2f56674b396ba921d1ec321a17280ffbb71b1912
SHA512 (firefox102-l10n-102.7.0/he.xpi) = 393a6708453ea22e47e36ad8ce5437a51f79a618cd9d8b7264b708a1af38e44b141f322eaea1fa35102723ec64c1030a17a172f13f669b25ae704100f46a9cab
Size (firefox102-l10n-102.7.0/he.xpi) = 568668 bytes
BLAKE2s (firefox102-l10n-102.7.0/hi-IN.xpi) = cc99ef4e0ffc790a45dc0c0b7a6de535b5b030811ddccc8388c180ad525735ba
SHA512 (firefox102-l10n-102.7.0/hi-IN.xpi) = e7c3a7fde562f82d40ba04dde16cc0e81fccc2f241e603393211e1477bcced9013568a852e53893e1f83d9d756682c0b8f5ee382b94c8973573df21d2cee1c55
Size (firefox102-l10n-102.7.0/hi-IN.xpi) = 558533 bytes
BLAKE2s (firefox102-l10n-102.7.0/hr.xpi) = 1f48f6d1acc8af4764ba2793d570ee36935253c1e2ed165218216295e77644dc
SHA512 (firefox102-l10n-102.7.0/hr.xpi) = 4a18a0b141698d0f8c931fa7264c4ba2e56bf174571a2ff238d400f7a8dfbb291ecdf244b85c61e43563d7ccdb09cb3a8e4ea3f2668506b07c054c4966f72033
Size (firefox102-l10n-102.7.0/hr.xpi) = 529735 bytes
BLAKE2s (firefox102-l10n-102.7.0/hsb.xpi) = fbfad4dbb4286f7768e46f3b6742e1774fc5cbfcb55b78315381bc040615905f
SHA512 (firefox102-l10n-102.7.0/hsb.xpi) = b61f4dfe74dfb0339481e3f4f5391f247a7beb1eb4ade28f8ad75ec5b9c887e2a40a1a8d38f37bdbc67fa67c7bd7cb8f782bb389b869adee2c2e3204f834e656
Size (firefox102-l10n-102.7.0/hsb.xpi) = 575948 bytes
BLAKE2s (firefox102-l10n-102.7.0/hu.xpi) = 7939c34cfede47c9b7ad38ae304aaef17f0eb8bdf3b83918dd96ee8f82bae685
SHA512 (firefox102-l10n-102.7.0/hu.xpi) = d59c26b099e33fe92d0677713846803c4ce00b5d34dbc6d719861cb4352a2050aa001e10f6e6618fc001e3ab974fe17cd49bdc2d5ba72a12729462df8c9c0375
Size (firefox102-l10n-102.7.0/hu.xpi) = 580244 bytes
BLAKE2s (firefox102-l10n-102.7.0/hy-AM.xpi) = ecd9f78cee4a53e83e97485fd0b627bed734c5472a6d73cb117c5a4bf2f6b48c
SHA512 (firefox102-l10n-102.7.0/hy-AM.xpi) = 3e63f478f3e8e6a62560200bafdb6f4462ed23ff0275ce8145201eb3e9f592b764a0ce2b86cbd34e594e8c2f2b28b7e704eafb032bc20c04e492e198cf309b9c
Size (firefox102-l10n-102.7.0/hy-AM.xpi) = 582124 bytes
BLAKE2s (firefox102-l10n-102.7.0/ia.xpi) = e71f251f1703b13943cec31f6c635c72d79e0f546d0f385b643c733d15935bb1
SHA512 (firefox102-l10n-102.7.0/ia.xpi) = 022fabb011832680d12029d78b52b37f09f990f2497f3e1fc17104195da58ec0e21aa8505f71dcca2abeff670c517af1592203ba03ea59fdb08c45ffdb66848b
Size (firefox102-l10n-102.7.0/ia.xpi) = 545258 bytes
BLAKE2s (firefox102-l10n-102.7.0/id.xpi) = 674c31f27dcd833991f89d5b04e694b59e856633f3f73f6397b17835f916120f
SHA512 (firefox102-l10n-102.7.0/id.xpi) = a12eff6b02fbb68ce4a975a57f12c215763f5fe9c944d4667c8bb2bebadce71a57de8c88e8c5923e944fc25e6a534c05141718a73fed38eea014e233ee0d2ceb
Size (firefox102-l10n-102.7.0/id.xpi) = 542454 bytes
BLAKE2s (firefox102-l10n-102.7.0/is.xpi) = 1a5d99da52948b2f8fadb63966e93ee0834ee40835edacfa4dd8d2a5602a2dfa
SHA512 (firefox102-l10n-102.7.0/is.xpi) = 51a364e8ccd34f2e37f41b11f415269d4818b79f835ad36acdf7ef7596c566f8d874f8022e5ba9dcc9ce2638d874d994abf45f3d48ff14fa83afe933a859489c
Size (firefox102-l10n-102.7.0/is.xpi) = 551944 bytes
BLAKE2s (firefox102-l10n-102.7.0/it.xpi) = 92f11033340ae70cdd97cf3015cf0d12dd83134efdbda71bea8f1d731b222e3a
SHA512 (firefox102-l10n-102.7.0/it.xpi) = 6d846a142282312c8b8f2bd5c48687c3c2f3ff54eed5a029649f5efc42342b8ad6d8c2f5dd7b0ffe23326df6cfb106d3dc6ea63d74c0a0357cd52601a297c9aa
Size (firefox102-l10n-102.7.0/it.xpi) = 463205 bytes
BLAKE2s (firefox102-l10n-102.7.0/ja.xpi) = 5a6f0ec5d92cf7eee2931c5eac2213327b4f569010d439160a60ee56187e8be1
SHA512 (firefox102-l10n-102.7.0/ja.xpi) = 5de66b64a7dda1661e81c761119a687617f79778311c2ef77e8c3e8833bc40ae3a457968a89e50656e2284990d5948da3d0b7a0a347e61a0ff12feda03116e25
Size (firefox102-l10n-102.7.0/ja.xpi) = 586295 bytes
BLAKE2s (firefox102-l10n-102.7.0/ka.xpi) = 74e85d6f6e7789647404e93698ef7150e24b7c670ef345d0ab0bae4bd91aea9b
SHA512 (firefox102-l10n-102.7.0/ka.xpi) = 3410991a8d48408c28a5f93ce73aafee6a2909f790421b3027a9f70b3368422fbc9c87a16fe43813905634f9aba5050fdc7f152fdbba32602188590f36630e28
Size (firefox102-l10n-102.7.0/ka.xpi) = 606126 bytes
BLAKE2s (firefox102-l10n-102.7.0/kab.xpi) = 9be7eee2fdb3e6e8e830017248c2299c3a94f9617dfd29b5361b055d66b44e5e
SHA512 (firefox102-l10n-102.7.0/kab.xpi) = 7fac939a68f7037830f547dc0bedf59dbb200b8aff960a3d2d1e6048207b3a1ff71a6fc4e1923315a68a062b27c83ce947f15c2c93207aa7a76dbcc5be6fa369
Size (firefox102-l10n-102.7.0/kab.xpi) = 565742 bytes
BLAKE2s (firefox102-l10n-102.7.0/kk.xpi) = a63ffab2dae70ef7e0b5b9931700582961276b5423c1a77830ed1c2b081cc484
SHA512 (firefox102-l10n-102.7.0/kk.xpi) = 9a27a7d052cb65ffb2eacef19d3b1b85aed219571188e908c071abf5fea09447c69d3d516f6dcfc5a3dc9e8ff81924988c8f78de204d7242dd0fd9457fe655f7
Size (firefox102-l10n-102.7.0/kk.xpi) = 621847 bytes
BLAKE2s (firefox102-l10n-102.7.0/km.xpi) = 5924458ae62ebbe995227a04db3b02a1197353f6668fca88e10a07f69a6045fe
SHA512 (firefox102-l10n-102.7.0/km.xpi) = 60321d6d5a0d290ae1f802320bd798fa62bf7aea369a3acd9bc15a1fa431e362e5b88c5b15c3627a33beda2b00b751f66bc2d344c651aaf7d00c24baa35b3347
Size (firefox102-l10n-102.7.0/km.xpi) = 531571 bytes
BLAKE2s (firefox102-l10n-102.7.0/kn.xpi) = 756e3c8b1f320a23bc21c1f089afb8504c49145882538087eb72cdd0bf4439b4
SHA512 (firefox102-l10n-102.7.0/kn.xpi) = 0d0b01f3ad584e4b5f13fad2a7d4a6ee3d78eb4f7f2435402c9ac7da8e6f78643a4b8c2472bdfbdd86f8efba9f0df13daaa18e3d1787be7572a61f8499ae8e2d
Size (firefox102-l10n-102.7.0/kn.xpi) = 497191 bytes
BLAKE2s (firefox102-l10n-102.7.0/ko.xpi) = c71fcece574306a17eed37ddc9040c3a38330ecf773c7d2a24a0d61e959575cc
SHA512 (firefox102-l10n-102.7.0/ko.xpi) = 4c0aab36a02f62363696db1a78128a71b0979827b37fdbbb32424b69c83aab97889145478d2b20d175708abc652081baa86287e947af482e619d8cb6029ce29d
Size (firefox102-l10n-102.7.0/ko.xpi) = 593299 bytes
BLAKE2s (firefox102-l10n-102.7.0/lij.xpi) = c03a646ff93cfe8e3c1c9922ed4946230af83414b54446e63cfedcab5f0238b9
SHA512 (firefox102-l10n-102.7.0/lij.xpi) = 2e35cccd3df130ef3b466f0c6f56f1b24ed460e40c70142ee759fe2951e906a67082935fb2efd20add9450ebd03044382571e723ba6c82bbee676f76de6a46dd
Size (firefox102-l10n-102.7.0/lij.xpi) = 470148 bytes
BLAKE2s (firefox102-l10n-102.7.0/lt.xpi) = 0bd7dfd6126abf809db48fd0dfce5b27e0668c6ad755b0ddbbed8565b39ceeb9
SHA512 (firefox102-l10n-102.7.0/lt.xpi) = b68eb9f94ece5d5d65c164fd5b760f817c03b86fd491b1664f54e677a1f4cbfd1e0cd735d3574988d885330a49be47cd46d628de7bffa97b0b3d1fe928ae5b03
Size (firefox102-l10n-102.7.0/lt.xpi) = 561127 bytes
BLAKE2s (firefox102-l10n-102.7.0/lv.xpi) = bd17b039eec6f0e1e264a4dcd8798758c0f077c086f8134469cefd2a35750d9b
SHA512 (firefox102-l10n-102.7.0/lv.xpi) = 0a02aedc1e1f89ab46251976230e2814a25e5aecfac4f2c288368c0b685134278f982bdb37491349a8563e928058993e560ab07cb14c037927beba72e8ce1e1b
Size (firefox102-l10n-102.7.0/lv.xpi) = 463014 bytes
BLAKE2s (firefox102-l10n-102.7.0/mk.xpi) = cbe1dee37739eff18873ec4fefb00c6fd67fcc6553fddfd6caeb75944b5077a2
SHA512 (firefox102-l10n-102.7.0/mk.xpi) = a0349cbfe21acb1e61b13fd29075ebd8a52a1332f8875dc76870a747174583ef19a67f230e77d88623e36dc890e0e6467956f37203b864c22b39914e883b25f9
Size (firefox102-l10n-102.7.0/mk.xpi) = 482321 bytes
BLAKE2s (firefox102-l10n-102.7.0/mr.xpi) = 02205b59d624f5d56a447e3a414a57f0b7a6bcb8b16fe2275bd9c8db3fbd0bd6
SHA512 (firefox102-l10n-102.7.0/mr.xpi) = 2cad42a597ced92ccb336fd775c82973ffcd4d67b95585e283c7f33f3e61833fc415b1fe874fd8c80dda73a35b20862dbc2042d6cb8123f1726b7be3fa07d763
Size (firefox102-l10n-102.7.0/mr.xpi) = 531250 bytes
BLAKE2s (firefox102-l10n-102.7.0/ms.xpi) = dd91cdbd0da31ca10dd720f01ef32410e1f6a5b6733d2ec6be0299314041ba34
SHA512 (firefox102-l10n-102.7.0/ms.xpi) = 069fc318236be7a217dad4317b09da798b0fbbd8edf337ccb4c2c1163645e57187c33753650b3911e97b41dad05454a263e0a95e80e6dd986acbf72f68d60f74
Size (firefox102-l10n-102.7.0/ms.xpi) = 448119 bytes
BLAKE2s (firefox102-l10n-102.7.0/my.xpi) = 5e9f30dd94dd8c73c9698b56b2be3d257bb1f8927a1d289cf305253b296e1bed
SHA512 (firefox102-l10n-102.7.0/my.xpi) = dced43dc76b8bac4e5623cc6d6b1d45797a7e11749dc6c6f0e06df1fc839fb1fb358502aaa0de56d2d382519e643dc04ddfcc484aa1b9720f2c13044047364f1
Size (firefox102-l10n-102.7.0/my.xpi) = 511799 bytes
BLAKE2s (firefox102-l10n-102.7.0/nb-NO.xpi) = 557540d29d400b59e7c67267e1fc5630302caada680d25ef55bb3d82a8f71be6
SHA512 (firefox102-l10n-102.7.0/nb-NO.xpi) = aeeb9cbc301440ac2c22c064977183a7d0b0a76929f819e99984bac33644756990cf316ce24f8ead0b263b37dcccd5960b53bb0b4e3a91c38778172066d5c36c
Size (firefox102-l10n-102.7.0/nb-NO.xpi) = 541245 bytes
BLAKE2s (firefox102-l10n-102.7.0/ne-NP.xpi) = c0cfd0274434aebfe605526a0b02f3ca00c811f7cbdaf3a5b94d2e1cd789164f
SHA512 (firefox102-l10n-102.7.0/ne-NP.xpi) = d3982d949758f5b7db3919ba635aea9315c44984f1bd9fd581f2501a0ff2a0bdd11ddb41232e44d44e9309a8cacd2888fd6f66fe40ff22017df0add45059a76d
Size (firefox102-l10n-102.7.0/ne-NP.xpi) = 489428 bytes
BLAKE2s (firefox102-l10n-102.7.0/nl.xpi) = da584b3b313ade26c26b3e942365ed9b78beb9bc3b7b5448e1e5095a4546a6a0
SHA512 (firefox102-l10n-102.7.0/nl.xpi) = 21cb8f497c73c28bfbb2f979ad32ae7f1b0637fbc157108e06e64f45a7241d08e01a4e9ee572fb2068c109b2e90670d374188beee5a510c8e5b6aa75874cf089
Size (firefox102-l10n-102.7.0/nl.xpi) = 550351 bytes
BLAKE2s (firefox102-l10n-102.7.0/nn-NO.xpi) = 4703ef9902fb8cb4ce7173e392fb2deca283fd51481f6f1898fe0b64a4e49118
SHA512 (firefox102-l10n-102.7.0/nn-NO.xpi) = d8b8c91adeaf45d0f221e37bc9fe38297f0e0e2e6c92c38758c70d0c65b2563febc27aaad9a077101f370d3ed4de0dd44a6be519d4f34de5edb427f38b7b6c4b
Size (firefox102-l10n-102.7.0/nn-NO.xpi) = 541477 bytes
BLAKE2s (firefox102-l10n-102.7.0/oc.xpi) = e9fd6c64823b2a0dd9c968432ed40963031993b7ceadc8e83a1ea0f607f03715
SHA512 (firefox102-l10n-102.7.0/oc.xpi) = ef3b78650bb22d6e6be7bc53a4ea632cf37a8cf037a0931588721653fbbe042b30a1f989e5b95d5960529717a187908d8f79bb3e49437b41576c27bceee35dec
Size (firefox102-l10n-102.7.0/oc.xpi) = 560896 bytes
BLAKE2s (firefox102-l10n-102.7.0/pa-IN.xpi) = 4b3c44998e1d17cef56504cd9ec836aa4e7bb36c915202bc36c2cad9bbf68bdb
SHA512 (firefox102-l10n-102.7.0/pa-IN.xpi) = b42a1d220af97e0c722c8c76e455e80a47a74d7f362a36183b98b660e1126a678eb05970842339209b9fb16609621c1637786dab5cbd67d9dcb518ae9a9b248a
Size (firefox102-l10n-102.7.0/pa-IN.xpi) = 612443 bytes
BLAKE2s (firefox102-l10n-102.7.0/pl.xpi) = d90c88b48c2c1412e69fa9e129e60b352d18f7116434f26f9e541402dde4e6e7
SHA512 (firefox102-l10n-102.7.0/pl.xpi) = 59435aff2db948635619e86ce468115b9e9fe90a3b75ccae74eab9f7c46cdc41139c6b9b1cc3e23e893832c9f348cf37c479ac486cb919e82f5bd34e527ae30e
Size (firefox102-l10n-102.7.0/pl.xpi) = 571735 bytes
BLAKE2s (firefox102-l10n-102.7.0/pt-BR.xpi) = e057055a767142ad2d763f7c39a65a25e46d45ceed297ca09e9d359b41af41ce
SHA512 (firefox102-l10n-102.7.0/pt-BR.xpi) = 245a43d821f02477da5548a23de7466ea228ef7035bf60c68acb850424942c9f4c3c760d03a7762469747a9288e54bf692b9888843c96744844d9f1afc4d8553
Size (firefox102-l10n-102.7.0/pt-BR.xpi) = 555938 bytes
BLAKE2s (firefox102-l10n-102.7.0/pt-PT.xpi) = ff8c1a33352c97fa74c5bf54213dc9dee985b8fc1ea65a5785b0c5a6ce1ebd17
SHA512 (firefox102-l10n-102.7.0/pt-PT.xpi) = c3e49a957f862e77fee242b806e080587f9ae576b9704c631f160133b8fd544d950ed1a02b781184c210f8b809800f3c4278cd05ed079bda461c71f58a2ae9dd
Size (firefox102-l10n-102.7.0/pt-PT.xpi) = 555211 bytes
BLAKE2s (firefox102-l10n-102.7.0/rm.xpi) = 38142ef319c4edbd2e271ba82fcf2eea9300077c1ac8fe94ad8c49af1ead388e
SHA512 (firefox102-l10n-102.7.0/rm.xpi) = 9a2c62e8eb1c7615db62a93ec836c2547f85aeced50a94e571ca66e06364ca41ae95d6945d946799529e239bf5477f49944aadc1a66de452c7b5f22e39b179fe
Size (firefox102-l10n-102.7.0/rm.xpi) = 538502 bytes
BLAKE2s (firefox102-l10n-102.7.0/ro.xpi) = 63f431cf8d268a50e1476e414c91a05aef532dc0948858646cc3425a7cddf177
SHA512 (firefox102-l10n-102.7.0/ro.xpi) = f723c86145ef0fc0314bde09a7e1d679de74adceef3db37e12f087eaab6e1c46e9320523de88c20dfb0ef481812776e639bde2fd2b456bce65d1db5a2e3c2a05
Size (firefox102-l10n-102.7.0/ro.xpi) = 527979 bytes
BLAKE2s (firefox102-l10n-102.7.0/ru.xpi) = 72f5806b465bbeac7f707d5ece736fb1f4566522c59f8ab991983e4e1c542cd0
SHA512 (firefox102-l10n-102.7.0/ru.xpi) = 4f4507fc41282cf00ff43d202ee41343fb4025243a8f34245f8851d3ef3a7cec8c2680bfe1a5d538501da6dc59fd52a84f3f414b95b068d0f0727a249314a9d1
Size (firefox102-l10n-102.7.0/ru.xpi) = 642372 bytes
BLAKE2s (firefox102-l10n-102.7.0/si.xpi) = d112b0b1364fe926b849f2ea00e03428cd404a43b569aa206a1e6740690657c2
SHA512 (firefox102-l10n-102.7.0/si.xpi) = deeaf8ed73af2e1e7070e50f2d78c1fc87893e11fb63730a2bac0ccdd1a3d04d95d9581101fe3b6d3d365ff374eb96c4a3cb4f40e2903eff2ba72f5f814fde32
Size (firefox102-l10n-102.7.0/si.xpi) = 564311 bytes
BLAKE2s (firefox102-l10n-102.7.0/sk.xpi) = 3726f1615efc2341c782bcab92075f6726c6732398d2229e906080150d3bfd4b
SHA512 (firefox102-l10n-102.7.0/sk.xpi) = 4d05bbca4c51cfd6fa2c76c410fbdda3cbf60419d11de149af1e10cf669433c17a32a869209315b8c9798b0b349f5dc41ee52884f2d1ca791d31d85981bc9b5c
Size (firefox102-l10n-102.7.0/sk.xpi) = 580586 bytes
BLAKE2s (firefox102-l10n-102.7.0/sl.xpi) = e2d02663fffa81125b095197e385509879367049b3f7f186e8da346851a30da8
SHA512 (firefox102-l10n-102.7.0/sl.xpi) = 4fe183043bb5acfb1ce652d6ee00cf8a82ff187a4c0a7d2a4ae3dd77aadcbe8cf91991868939b0307fc3c7ac433b1d852e77267290fc61a6ea6e49f7333c1f84
Size (firefox102-l10n-102.7.0/sl.xpi) = 553143 bytes
BLAKE2s (firefox102-l10n-102.7.0/son.xpi) = 5fb26abcf3da6b421276417bba4d15bf519d442ca905cd7a8cdfbdd6849ec618
SHA512 (firefox102-l10n-102.7.0/son.xpi) = a207f6b9843722a7ca2efadfd968deea9ad8a2a7e5634d1937a8ea5984d043ad28d8d1fa292d5665252b2a247312254bc040046e23e4a3e91c854967e3494ce0
Size (firefox102-l10n-102.7.0/son.xpi) = 424686 bytes
BLAKE2s (firefox102-l10n-102.7.0/sq.xpi) = 7bcb34141c29f4d66048cedf802789a82ce8e1605284ba2288eacd433c4960d9
SHA512 (firefox102-l10n-102.7.0/sq.xpi) = 678285cd7c6e671ce5f077cc50a8928842ef933cc5adbb87deaad2e54636e7b49ecab9640c03550b796b9abdbc6337fec2b6afec1af36edf546ba35f683e7a13
Size (firefox102-l10n-102.7.0/sq.xpi) = 556120 bytes
BLAKE2s (firefox102-l10n-102.7.0/sr.xpi) = c90c305aec536a0625cfcd236b7534afbe020c69f8ca33aee47cc3e7d6b6f021
SHA512 (firefox102-l10n-102.7.0/sr.xpi) = da43e37d4a6504e3117c7557b132e77511e7e3418213851561c8b41f73fffe1e21bc952c3208a3bc388a053d259d898f03ac42b4e3c826f6b157fb4deb40e3b3
Size (firefox102-l10n-102.7.0/sr.xpi) = 595499 bytes
BLAKE2s (firefox102-l10n-102.7.0/sv-SE.xpi) = 5459f81d1dc0ddc62759c1ef3a30840d5f23280ee502acaa1bfb2a76c443f030
SHA512 (firefox102-l10n-102.7.0/sv-SE.xpi) = c6b54af91b394c1c6e818766b24467ada8e650373bc9f9605f24fc7e26af7faabfbd24aee331947c1b0f46c8db86115d2269f7a21e20700ab70e61dd6bf5c066
Size (firefox102-l10n-102.7.0/sv-SE.xpi) = 553018 bytes
BLAKE2s (firefox102-l10n-102.7.0/ta.xpi) = 6fefb7ef8c24358c1e838716384a634661afde84498a7bd8dd68d1a0f8306de4
SHA512 (firefox102-l10n-102.7.0/ta.xpi) = d9e611f0e4a40379087162244c2ce9089a42fbbebcd124ae1c737ee6618d36e33324077b43ccf155e8833a735602b16f1b813345b337df8b28359beb9a370856
Size (firefox102-l10n-102.7.0/ta.xpi) = 510345 bytes
BLAKE2s (firefox102-l10n-102.7.0/te.xpi) = 48572d89be3569d7446b1d293fedbd93568b747cee3d42c1cf8fddbc80c7b171
SHA512 (firefox102-l10n-102.7.0/te.xpi) = 51225c8682536ca21a25fb2ae28de397eff8405f35d2c8d1085f66adbaa96d412db993d2244dcd09b51bfd4e3daf61d1b608253e10a1929274f0ea3ad1b95549
Size (firefox102-l10n-102.7.0/te.xpi) = 551577 bytes
BLAKE2s (firefox102-l10n-102.7.0/th.xpi) = 75a35215c2838d26c62cbc6bda79d5c89606f88ff37d7a5e3d5c35a4a9cf8ab3
SHA512 (firefox102-l10n-102.7.0/th.xpi) = e4b02833644ef89fb5a2afbf3120a51c49aa8b61c06274d6fba1774f265c4bd665c136b0f08f86153a47a1fc056fc8a7186864358d65d2f337dfa7fe80dad7f4
Size (firefox102-l10n-102.7.0/th.xpi) = 612076 bytes
BLAKE2s (firefox102-l10n-102.7.0/tr.xpi) = 9c0304e54f4fe2fde887c5f8dfe08dc154173fe716aaf0f2045f760cb521b31a
SHA512 (firefox102-l10n-102.7.0/tr.xpi) = be7f79cef26f60d4bc2fe669d77eac9b0d7d0b8f796ce84c3a5c634acd159ca7385a74d783f3349802ce02b58caeece601773645f565be0a24996a6294a36444
Size (firefox102-l10n-102.7.0/tr.xpi) = 567020 bytes
BLAKE2s (firefox102-l10n-102.7.0/uk.xpi) = 199a1a04d86809638501a6c4a511408cad9dd237dafb1687ea306cd823a1382f
SHA512 (firefox102-l10n-102.7.0/uk.xpi) = 7af73d653ace4295f0dc449bd382ea36535f085abcdf20e72e1d758b91666b515c916672006b2b9e43631f31d6c5529564305ebcb07891702ffb446fc2342349
Size (firefox102-l10n-102.7.0/uk.xpi) = 635957 bytes
BLAKE2s (firefox102-l10n-102.7.0/uz.xpi) = 27943281879a266dcdad56fc1f731f05f14c9741778f4164de34ea79a139af91
SHA512 (firefox102-l10n-102.7.0/uz.xpi) = 5c4763b353a7265ebfedba8a9b33c7aca766115c91c42455c9add42b737ec8668522d5c4641cad41fb3a367c8c500f84a1cf88f34f1898b909ae13ebb627a862
Size (firefox102-l10n-102.7.0/uz.xpi) = 478247 bytes
BLAKE2s (firefox102-l10n-102.7.0/vi.xpi) = 2494b34003196e35b2d47accaa004aba0495955f6bc51144dbcdf20b28b71656
SHA512 (firefox102-l10n-102.7.0/vi.xpi) = 37f4148cb1444d221bf12da10f970b48c73bf38b08a68c1b3f508cf0b43e733b3e496a66f0c34a66efa5573114bd1d07ad7176bc1a10da1cee63ce4c22e84036
Size (firefox102-l10n-102.7.0/vi.xpi) = 586366 bytes
BLAKE2s (firefox102-l10n-102.7.0/xh.xpi) = 9d4148a156930064e9448af1378d74f7481095ec0ca8bfa8edb870068228978a
SHA512 (firefox102-l10n-102.7.0/xh.xpi) = 2e76697477a43c0109da9083fbcf7741c79032f5e7a091f1c7dedeeddd75fde45844c963c7f454d4d7ba88b81e0d6cee9574e8d79b2a0fb0154143a67a7ad05e
Size (firefox102-l10n-102.7.0/xh.xpi) = 427187 bytes
BLAKE2s (firefox102-l10n-102.7.0/zh-CN.xpi) = 4eca46eddc2c3ec915509425571a31ca99f5959d5cb2e9d8bb8b0a4b383c450d
SHA512 (firefox102-l10n-102.7.0/zh-CN.xpi) = 4dbc8ec0b17853f4d85480a98b6d63c176ba848836fc245bbf973c2ca3945e9b787ad9011ef514522ede2ce4ffd36021af7dc4f9edfbd38e151641327a138af9
Size (firefox102-l10n-102.7.0/zh-CN.xpi) = 589091 bytes
BLAKE2s (firefox102-l10n-102.7.0/zh-TW.xpi) = 594130bd059ddfd672408038c09856207e121f6a48404a8585b2524b9d678f77
SHA512 (firefox102-l10n-102.7.0/zh-TW.xpi) = 2b9447f6904d4ab9a833750bdc08c1d5d174f4294d8ce68436ac022de5dd2aa8c50e7a97c8775b8741d136a520e1d264e24d1bc755887971b7b7ef8db1660cff
Size (firefox102-l10n-102.7.0/zh-TW.xpi) = 590473 bytes
BLAKE2s (firefox102-l10n-102.12.0/ach.xpi) = f30509e468976cc62b208936314363bf156c5a0ec4bb912179af17369bc9e81e
SHA512 (firefox102-l10n-102.12.0/ach.xpi) = f08ad62427923d989d0ef70aa9538197df9be35126ef32355c244ea2c5447bf12cbaba970db3e96f59e532c35ac7344597a0281dbcba4a6ed60cef806a89b8f9
Size (firefox102-l10n-102.12.0/ach.xpi) = 466441 bytes
BLAKE2s (firefox102-l10n-102.12.0/af.xpi) = 78d1d4d76d0cc077c03677ac2a53f477fdd880168d278ffa3ec9441a2534abbc
SHA512 (firefox102-l10n-102.12.0/af.xpi) = a1e5dfb80d902c7f49e45fa6759cfedd39c8db708217e282d2235e2976dab46045154a2838bf4334cf1736d89452ecf3c8c0a23a4e8125eb08bfb004b5d1d0d4
Size (firefox102-l10n-102.12.0/af.xpi) = 429122 bytes
BLAKE2s (firefox102-l10n-102.12.0/an.xpi) = 1e64ee1f5986c1e70743fb4f3dbe51e68bdc5966b78dbfa4af9e8634a482ef4e
SHA512 (firefox102-l10n-102.12.0/an.xpi) = e615f66f3088cee9c99203f637ef9d2db71d608ab00eaccce2a6de9d2487d84b81edc6ea91bf554ff441f8c45057e1d4495e0cdb29e4d259f56e6ffc574bc8b4
Size (firefox102-l10n-102.12.0/an.xpi) = 510488 bytes
BLAKE2s (firefox102-l10n-102.12.0/ar.xpi) = dc051d51b0b3d1bebc18c48b5fc8a1b59bbcd7c7cc4566e797c854040a8ef524
SHA512 (firefox102-l10n-102.12.0/ar.xpi) = d18a4db75319611b7c713904999923d6686c017301b85235c9e3a1228f868b0ccf1a763011e5542424c3f0b02af847802711661e6304f124321b7bc8a342ddd4
Size (firefox102-l10n-102.12.0/ar.xpi) = 578883 bytes
BLAKE2s (firefox102-l10n-102.12.0/ast.xpi) = dcc17bc9900a2c6fb767471edf58edcb7c510f535da3b2a32b493e2f9c9c9641
SHA512 (firefox102-l10n-102.12.0/ast.xpi) = 90bd4d3b498eb3c080ad8131e23b0871c2037a373b417540e79a90795e6086137c63fe16db06606fc28ec64961203b813d50d4e79909c08d636df379ed3ffe67
Size (firefox102-l10n-102.12.0/ast.xpi) = 498099 bytes
BLAKE2s (firefox102-l10n-102.12.0/az.xpi) = afc74edeeefecb20e86bc2748e83b4bd2be3add4676ff2b051a2386ba14453c2
SHA512 (firefox102-l10n-102.12.0/az.xpi) = 94ff9237efbd1703df9d9c7366d14b98ccc1fd1d7dbf6a14e4753db747ce879a97738a4e21853fa2723c0b04bad11c968ae21cf3f1fd44427f8c20d16e5fffae
Size (firefox102-l10n-102.12.0/az.xpi) = 500787 bytes
BLAKE2s (firefox102-l10n-102.12.0/be.xpi) = 460365c9f244eb989d54a43a5d98f3422f48d0f32aab1a16d93001098549c08f
SHA512 (firefox102-l10n-102.12.0/be.xpi) = da4127d747ef9f412547143fe050c240b269abcc0f54f2e761d2bc87ea356f45e0f8a629598d2f25fc9b4a9cbaaccb05e162e0ecee4c86403b268ce884f54300
Size (firefox102-l10n-102.12.0/be.xpi) = 666686 bytes
BLAKE2s (firefox102-l10n-102.12.0/bg.xpi) = e5b1dc713349871d60d01ac1af0bd5c6c44bc991e006baff046789a5a53a0d70
SHA512 (firefox102-l10n-102.12.0/bg.xpi) = 918e8faad7f4aaed157ea5d74133b2576100676bebce5381783ad73a31cd275b846dcaefd607ffeaa9299554a1012f8b473ac7f97a52717f03c5a65fd3037145
Size (firefox102-l10n-102.12.0/bg.xpi) = 591347 bytes
BLAKE2s (firefox102-l10n-102.12.0/bn.xpi) = be79f28191d028fbe8ee56dedbebcab28a63adb81094b0d6f58d4aa17a644a78
SHA512 (firefox102-l10n-102.12.0/bn.xpi) = 9d50a164226c951709b329fe640422c424eb5a9ae7eabbcfd57345d32add51be612de65b73bb129f150c1f703fa87d5cff07750852b6771072127c9fb664a06d
Size (firefox102-l10n-102.12.0/bn.xpi) = 591684 bytes
BLAKE2s (firefox102-l10n-102.12.0/br.xpi) = 20edb627a1cc223893d6c4a383a16059efdc478c666f109e8894de3a3b3500a7
SHA512 (firefox102-l10n-102.12.0/br.xpi) = 27cf52e542ebbb16d1eda69ffee1e25242e7fbb734176d867614ee96c06f00015d8a1839d7fad423d74bbae2cbc45eea7d3c40bb51b8ccd55539df13bb09d02b
Size (firefox102-l10n-102.12.0/br.xpi) = 555846 bytes
BLAKE2s (firefox102-l10n-102.12.0/bs.xpi) = 76a61bc07fab2024ec46fb23953131c03fdcdf9e1230b6831064148e0bb9332b
SHA512 (firefox102-l10n-102.12.0/bs.xpi) = 97463f60914e4b342ba3286d8a0fab85db55e9f9c977231eab66172e158093360c337d8800982db4f373ab33879d872d8c1c70b2d1e92fe67d90e04324286901
Size (firefox102-l10n-102.12.0/bs.xpi) = 471729 bytes
BLAKE2s (firefox102-l10n-102.12.0/ca.xpi) = c587d60bf848c3725582170764e99843e62f30580468a0bb233f39c3803fbfb0
SHA512 (firefox102-l10n-102.12.0/ca.xpi) = 84d849579739a7b1bba5ee6b4c16af7a8ac343ea0af3d510f59549d67573e1149253c945351103d1bb98899c8d244322064b9356a332226eb7e13eef3adc0f08
Size (firefox102-l10n-102.12.0/ca.xpi) = 561938 bytes
BLAKE2s (firefox102-l10n-102.12.0/cak.xpi) = 2e37fca706a1f964684d452d915060e791f60354a87f24fe15c062c5e608978e
SHA512 (firefox102-l10n-102.12.0/cak.xpi) = cba4f52dac5d63f668e0faf5c7ddf50c23bca6a1873f68c01691c8bca5486ae299f0be12756824e51f4230b513a642c349e0afa7e2870b54d49d2dd9d8631d28
Size (firefox102-l10n-102.12.0/cak.xpi) = 563846 bytes
BLAKE2s (firefox102-l10n-102.12.0/cs.xpi) = a2a93a82943bc00683fb622c207bee2caa988a065c5bfb27374385acf0f02ae4
SHA512 (firefox102-l10n-102.12.0/cs.xpi) = 51fe86b3a4879c182da190c3aa6ea22ff5af6ca19a1698e0b1e381b82698bb039027ee764b1dfc2cd8004f83f64cae7730b201295335b6fe8b557f63cea9445b
Size (firefox102-l10n-102.12.0/cs.xpi) = 599807 bytes
BLAKE2s (firefox102-l10n-102.12.0/cy.xpi) = a094fe95fc1193b51c2722f58fee860adfc4935220ee86503bc7c284cba951c0
SHA512 (firefox102-l10n-102.12.0/cy.xpi) = fe0a4cb0fa5fb6c400bd09893b3398912cf5c632477fa1319dee39e3ccd84efa17b28e821a59ab6535a8c154d10dd5504ece2f0cc068e542d3c9ea24d0b78e8f
Size (firefox102-l10n-102.12.0/cy.xpi) = 579224 bytes
BLAKE2s (firefox102-l10n-102.12.0/da.xpi) = dcba7ddc817cb834be3f719c0b0105e863467f2ca4ff611194035da69ad52f15
SHA512 (firefox102-l10n-102.12.0/da.xpi) = 97d398e6d67207b346900ee7cee6a3c29cdc9f42fd964a69486033e6a43ad1aacea1183bd923b653ee4b83e3920669bca6ba455b44f524ffb801f98bf076e847
Size (firefox102-l10n-102.12.0/da.xpi) = 570514 bytes
BLAKE2s (firefox102-l10n-102.12.0/de.xpi) = f8f0a2f66030e2a78aef943967c8d50a7b651d0a8ff5dfe04933f90370b86ec5
SHA512 (firefox102-l10n-102.12.0/de.xpi) = 16353fbadac5dbafe98327ce65d0bfe74b1bf66d8133a239c4a78142b2da85294d057661146d706aab626e123de74a59e67e50800b9fa21fb0f5805aa93d0efa
Size (firefox102-l10n-102.12.0/de.xpi) = 591576 bytes
BLAKE2s (firefox102-l10n-102.12.0/dsb.xpi) = 92eb29b1b73fc2a5b1ebb0090b3ab8e06d4f21de2079d8e6505cee5386523548
SHA512 (firefox102-l10n-102.12.0/dsb.xpi) = 6228c2594dd0592169966566bb946fd6829916bf04424e5ddd90aa008d1551fac4daa65b1d48ddb36c97d7756d0308f5ecd703a22f74f40e372d3e5837f818bf
Size (firefox102-l10n-102.12.0/dsb.xpi) = 600367 bytes
BLAKE2s (firefox102-l10n-102.12.0/el.xpi) = 664ce4bff6f1f5e3c5c6615be3edae73ebd9e8830981c3e1341afe49c454a1fe
SHA512 (firefox102-l10n-102.12.0/el.xpi) = bfc392a20ae0b09b37c1a3beaf01f8c464d6f7e4414fe67d3140ecc0855710573fa39ee40aad29b2ce35d25b1ba0506304f571ff4ed06d15b601c2dc63160445
Size (firefox102-l10n-102.12.0/el.xpi) = 681657 bytes
BLAKE2s (firefox102-l10n-102.12.0/en-CA.xpi) = d3750688495b8392ac67fb18ae037228381a9b83d1d85d95c10d920e97911256
SHA512 (firefox102-l10n-102.12.0/en-CA.xpi) = 4e57ec79a3a3d196dc7d35f25c65ed2a53e14702e16033ccb156bc4ec43df1433dfcd0d90e1e5b6e47163de4f95ea4eadaca9d9fe9e5ed9deb8518103975d839
Size (firefox102-l10n-102.12.0/en-CA.xpi) = 541057 bytes
BLAKE2s (firefox102-l10n-102.12.0/en-GB.xpi) = 0c5e4e4288ec15e24ab87d332b4eae19bc5d7f1b9719f7f10307cbfe761e0268
SHA512 (firefox102-l10n-102.12.0/en-GB.xpi) = ac25ae7b32c5c10d014e79b6ca4db59b560d0c0e57d4259a0ffce3d8770a02c70cd17e87b409d3f07415735c17eb355ebf115fbd5c8208ad350cff86ee5256a9
Size (firefox102-l10n-102.12.0/en-GB.xpi) = 543994 bytes
BLAKE2s (firefox102-l10n-102.12.0/en-US.xpi) = 0bc31a0731ee0a13e918c655d62f714348be551d245908a8908bb076968b8100
SHA512 (firefox102-l10n-102.12.0/en-US.xpi) = 6cb070f34c57547752446e4b7c658c66a95504e4ee06c240386137636bb56085f4ee611247441e97fdb39b99d0a6556da67586f5aee5bd30af8561d4d1b19b31
Size (firefox102-l10n-102.12.0/en-US.xpi) = 482806 bytes
BLAKE2s (firefox102-l10n-102.12.0/eo.xpi) = 9a0e796efd4d0b4d79eccb36f7dae42073a1d1cfb159ba5004183423453878f7
SHA512 (firefox102-l10n-102.12.0/eo.xpi) = fbac584940bed0294bdee3ef00c19137e38e63285ee456fb6a5b9d71d122edb1d33dec806120e7b0314ced120a313ee4853dab25d7298e09c0dbf69863a99546
Size (firefox102-l10n-102.12.0/eo.xpi) = 571432 bytes
BLAKE2s (firefox102-l10n-102.12.0/es-AR.xpi) = 795710ba9a72b6e20a8c7969f99e5acb8dcb829449d1ece99fa17ecb2ea00157
SHA512 (firefox102-l10n-102.12.0/es-AR.xpi) = 4c774aea30733c2b4bba509d12916a692b2c5a0bcd52b4c45ed880d3f2c65bf768fc0936ea6b60931bc49c1193e86064d9aa0df12cf5645bfd295db708b9b570
Size (firefox102-l10n-102.12.0/es-AR.xpi) = 584195 bytes
BLAKE2s (firefox102-l10n-102.12.0/es-CL.xpi) = 3683c68c278969ab24eb33fd0b651db0b9c46ce01e84e508e3d95818561abad6
SHA512 (firefox102-l10n-102.12.0/es-CL.xpi) = 458dbd66dfa46d8419c2e74082259fd440a8866be40b98c9a1f4d0895161aec292b0615f054802ede354c76c838280b8ae9a8c8a20d7d0b13ed6763c4c4226ab
Size (firefox102-l10n-102.12.0/es-CL.xpi) = 583183 bytes
BLAKE2s (firefox102-l10n-102.12.0/es-ES.xpi) = 92daef0efe0d57361e3f85779f0498abcc2a83a8ce1d45c87e779435244e1adb
SHA512 (firefox102-l10n-102.12.0/es-ES.xpi) = dfca94b0f47cf52f5681753f86d11693193fcfbcef56266e0e594e8fbcd54f56e6170a91a0c09b12128190a305683687807e233ece21718adca65d923c643989
Size (firefox102-l10n-102.12.0/es-ES.xpi) = 576085 bytes
BLAKE2s (firefox102-l10n-102.12.0/es-MX.xpi) = 339bde01c917e2a5aa00436bfd919a5c70ed65363716fda48c2389bdbc94fed3
SHA512 (firefox102-l10n-102.12.0/es-MX.xpi) = 2ea543a89f0b689f06e9bc22a5779afb43466da42fafc1748081e06d095af61264eb1e778227d5348095cdce3d4a49fdc86e29c49b89073aa91d2c4272dd361e
Size (firefox102-l10n-102.12.0/es-MX.xpi) = 586668 bytes
BLAKE2s (firefox102-l10n-102.12.0/et.xpi) = 05a2b5919035b4cb2c7a60518ab0cdcfdbe476fcccceccc4c403d27cb304b765
SHA512 (firefox102-l10n-102.12.0/et.xpi) = c0db6f9c6374a4f118d8ea34f22cc49359f6c92f7717877dceafb87596d8919e0ad84f2a6b0f33b674839b7f313282258bdb630d84a7e3975ba75998313da160
Size (firefox102-l10n-102.12.0/et.xpi) = 543291 bytes
BLAKE2s (firefox102-l10n-102.12.0/eu.xpi) = 8eed6d3b11d2bbb6104cdec7a530da8cad1056eb2a4f0bd19df99341d0ad8fcc
SHA512 (firefox102-l10n-102.12.0/eu.xpi) = 1e26686960542a66fdc725514b7bfe3699461f90bff8ae5e27b80887ddc1e4fc88abfa334bdb0a139587d9af9d5b810e6a4957a8b0d62961defaf51887c87305
Size (firefox102-l10n-102.12.0/eu.xpi) = 572524 bytes
BLAKE2s (firefox102-l10n-102.12.0/fa.xpi) = 68af2fe208f3464a9b7d776737483cb3c006e0b4ed399cc0ce57b9480822606c
SHA512 (firefox102-l10n-102.12.0/fa.xpi) = 89f6654e37489042007aa5311f039a377a6611098a8b0f3329e73669b39d9001d031d946c05f8f78cf254d594f55e3d6748db15c15e3802122763696406e7d47
Size (firefox102-l10n-102.12.0/fa.xpi) = 583111 bytes
BLAKE2s (firefox102-l10n-102.12.0/ff.xpi) = 51b4824f331421c61dda93b5d70f5743dff17ffd5abbf2f45d99983741d41e13
SHA512 (firefox102-l10n-102.12.0/ff.xpi) = 5186a6044b0b0dbb0c6ec0abfc8429b5d4da3f6679ca38f15ca186683dde438e9744c657fd80ddb4607e47f7d00cccf3ebfe8c5a6c4211c723170e10df67d94d
Size (firefox102-l10n-102.12.0/ff.xpi) = 483127 bytes
BLAKE2s (firefox102-l10n-102.12.0/fi.xpi) = 02268d1339604d19e442fad07f4774ae216044a07f0e1357c18815a24b839295
SHA512 (firefox102-l10n-102.12.0/fi.xpi) = e56b841b0c6be321b06730296bcd5f35d73920b897c3f1cddd799b77b23bedbdce35bfb458c28e697083ec035773e14e9f39eee9c1dd5f8625b9667c20d9240c
Size (firefox102-l10n-102.12.0/fi.xpi) = 568235 bytes
BLAKE2s (firefox102-l10n-102.12.0/fr.xpi) = 6a3adaf0c8ea6efa065e9bbe613d19e802630287fbdaa8e3267be1df3716e019
SHA512 (firefox102-l10n-102.12.0/fr.xpi) = 81f42de1a1dcf5c68b6e1f9aa278350e07441f4ed767c895c89083cfbab54a9f75d84a94d08c4b4a3b9a0df97478e958a1e60fec011d8c30d719a76eeb541cbd
Size (firefox102-l10n-102.12.0/fr.xpi) = 595538 bytes
BLAKE2s (firefox102-l10n-102.12.0/fy-NL.xpi) = e96883aa484155fad70016c5c6a30a2d7dae40287c8106bd5144bd3e40cdf756
SHA512 (firefox102-l10n-102.12.0/fy-NL.xpi) = 8fea2fc36214b4fa3962d9a46cdcd715d58447631ccd4ff0ca55053d35d32f3117ffc9b6cc6f056c403b678495397b849e4ab9f30d5daddcbe8209aeaadebccf
Size (firefox102-l10n-102.12.0/fy-NL.xpi) = 580229 bytes
BLAKE2s (firefox102-l10n-102.12.0/ga-IE.xpi) = 15d625eba6f194fe353413b57540e6e2eb6c3bd65dd694f3a4b37080dcdd93a7
SHA512 (firefox102-l10n-102.12.0/ga-IE.xpi) = efde0a1b843941abc7a2cefb06d209c9ed6e8bd7dcf7298a0d4b67aab6c504057fcf4aa4ebccbc3517b37528a4323eaf24784514bd458b10e5fbc5145b18cc9d
Size (firefox102-l10n-102.12.0/ga-IE.xpi) = 480696 bytes
BLAKE2s (firefox102-l10n-102.12.0/gd.xpi) = fa95ea454625db420aa340754712d54e4a4f6455ca03e7d727ffb12d00d7953f
SHA512 (firefox102-l10n-102.12.0/gd.xpi) = 2937774f1dd00c990b7126b3114427bcb80c7fc3b5a9bfe292ea5e02952b0171bb90630d1998676d7e3ecce3f4b9d83b658091da2b2d77ad8eb3112c8dd2ad33
Size (firefox102-l10n-102.12.0/gd.xpi) = 557860 bytes
BLAKE2s (firefox102-l10n-102.12.0/gl.xpi) = dabaedff19128b188fa4a0fd2ec295fb862448bc1209384322eac6aca7b1a207
SHA512 (firefox102-l10n-102.12.0/gl.xpi) = fc4fb54dbea84bdc8aedc09e0859828a8cd3d92b3060448b3a945b23e7d370edf4515c0e738a407ca2080c98caeb87588e3a242bde3f68239783b0fcf3fa704a
Size (firefox102-l10n-102.12.0/gl.xpi) = 550719 bytes
BLAKE2s (firefox102-l10n-102.12.0/gn.xpi) = 26791b2a6ed4e2520982255639bd59fe3317ea273b46438919e1fa9358911106
SHA512 (firefox102-l10n-102.12.0/gn.xpi) = 9e009b6df53c7dc21ad81177ff5d8c9d11f6828bb8ef46380d52eebebca90c6e86afe474dc94bcf0136d36c01ca3de1ec546615c5923dd26a2e63af78ce69cb3
Size (firefox102-l10n-102.12.0/gn.xpi) = 595696 bytes
BLAKE2s (firefox102-l10n-102.12.0/gu-IN.xpi) = 9e093ab0e9ea836de538792b3bf2d03e875072495508a2e62f487b64dd020a59
SHA512 (firefox102-l10n-102.12.0/gu-IN.xpi) = c2bfc1c457cccad69f6bc7333c40a2b7585b90a5066e8d2d6daaec175172692248255ea850d560bedf2e9ffa1c483a543c55c121315532704cfb899a32a1864c
Size (firefox102-l10n-102.12.0/gu-IN.xpi) = 541907 bytes
BLAKE2s (firefox102-l10n-102.12.0/he.xpi) = 1c885fbdaf994c904a0b3852db2890b2192187480e334a0d769c8b326500ac69
SHA512 (firefox102-l10n-102.12.0/he.xpi) = 85e448dc0449be41f6c76696e6cf2a333d7c779fddc836ee06c4dcd55d62fe2a3550e8b43b795732db462a8efe5a8308bb8fb450ed37721c0711d35b60476064
Size (firefox102-l10n-102.12.0/he.xpi) = 591527 bytes
BLAKE2s (firefox102-l10n-102.12.0/hi-IN.xpi) = 0407f930d84a19ab4749dcf3d0fa498f2a2c67127f58709ecd2877a9ce061b9b
SHA512 (firefox102-l10n-102.12.0/hi-IN.xpi) = f3a42c868d9822bb7e40e06201aa02b3f401709665d181b6f6cf9b33634dc0493dd18affd97bc759c1afa604225b795e65de9f0c63530523649c26be97629c19
Size (firefox102-l10n-102.12.0/hi-IN.xpi) = 570411 bytes
BLAKE2s (firefox102-l10n-102.12.0/hr.xpi) = 926b9588c2599f8b2c7df0695ab31fa9e9f4acce2c2e4980806a821056973d60
SHA512 (firefox102-l10n-102.12.0/hr.xpi) = 701a433a57fb59887b8921a7ad6a1ab9c1638d95afb83c18d5288272bcc1ab59012574db7322954e03e857473164339a53ce303a453d884612000183a7be2585
Size (firefox102-l10n-102.12.0/hr.xpi) = 555262 bytes
BLAKE2s (firefox102-l10n-102.12.0/hsb.xpi) = 8dc7e657459faf04ec8d3f309fe1e7934324b3631d96af58c3427183ac7a6c3a
SHA512 (firefox102-l10n-102.12.0/hsb.xpi) = 6560ee6c870c72041687107a1eeb25ee09cfa592931167f8361196b95b6e22ae5c9ccce7d883327461481d0d84e589eb248dc283741411b4724154f1fea1e6b9
Size (firefox102-l10n-102.12.0/hsb.xpi) = 599188 bytes
BLAKE2s (firefox102-l10n-102.12.0/hu.xpi) = b5ff37060170837cfa6966e94d61def1ad004468536ba0eaa0fc7332a2bb1da3
SHA512 (firefox102-l10n-102.12.0/hu.xpi) = f7755a4378dfd1e281a29c6e4a8b043f3ad78f439d81c578a5be6621f1ff11ebebb88fa9ccf110e5650af549fd32468abc8665640410d53266e488233a896385
Size (firefox102-l10n-102.12.0/hu.xpi) = 605253 bytes
BLAKE2s (firefox102-l10n-102.12.0/hy-AM.xpi) = 5c05815f90d48a5bf07f5468fe44954b2a1193811e3c5b964a21b704b33367c9
SHA512 (firefox102-l10n-102.12.0/hy-AM.xpi) = 6c18c7d221e7646a9b7e9d71edaff99c57fa3736d6bce7f27d4e2ec51b0a48ec5fa67a4bc89229422e4ee82d2903f94c83d4e789b1a517a08e9914dbe5cdb6e7
Size (firefox102-l10n-102.12.0/hy-AM.xpi) = 607090 bytes
BLAKE2s (firefox102-l10n-102.12.0/ia.xpi) = 1377d946a2306a679e885bb626ea7485176dea14d22aa1ebf67f5e4da55f4e64
SHA512 (firefox102-l10n-102.12.0/ia.xpi) = 119ef5ceaeef7d5bf730643429fac52ba7f23d834ef448e6ae19ffe58929535e6411eb472f9cb60acab126124be84ef99d82b7da57d99170c7fdd2daa00d751b
Size (firefox102-l10n-102.12.0/ia.xpi) = 567887 bytes
BLAKE2s (firefox102-l10n-102.12.0/id.xpi) = c7678b264bb44310fa70a3dae3fcbeff5034ff3189b5fccb4d53114104b1a0af
SHA512 (firefox102-l10n-102.12.0/id.xpi) = 425ffcb4bf3172411c1f8b84c6f2505f312e5472177dcbebb3e39fa7a2c5446aa923ba50393beb69dfd5a9a7b3c25bb8136730c7a74ec521253517ab290afebb
Size (firefox102-l10n-102.12.0/id.xpi) = 564785 bytes
BLAKE2s (firefox102-l10n-102.12.0/is.xpi) = 7c911eca95348f54f787d9824ad5503a7fee7413a0c93db67507e958c6ea64de
SHA512 (firefox102-l10n-102.12.0/is.xpi) = 39396b176f705002111826b23c8518b4a48c07b61a1e63aeda1b21a09ef589b996ed76841e600c7e903f68efc02270cf250ba9760906ccb2663da8ea47e5d440
Size (firefox102-l10n-102.12.0/is.xpi) = 575723 bytes
BLAKE2s (firefox102-l10n-102.12.0/it.xpi) = de3bbd20eaa76cf4abdb0eba21ea67c5c4f9a8ffb49bfdd0966a883bcc237849
SHA512 (firefox102-l10n-102.12.0/it.xpi) = 4c736bcca4b1b8e45e6829ce1e85ba997f5cf0c00c724966f8bf7a38cb179ff200bb271ca6f35b2ecccf39172c6a5cc27222f5ef7da644cec609b50672de7eb7
Size (firefox102-l10n-102.12.0/it.xpi) = 505288 bytes
BLAKE2s (firefox102-l10n-102.12.0/ja.xpi) = ea23fc733424d7f6f9a087ec461e5a9450cb47a426e8154783b1abb4baa354e0
SHA512 (firefox102-l10n-102.12.0/ja.xpi) = 9346f3887c7d5568bf1932c95e1e72d6d51c122efcf27555a2f69589bd8c9c91940bc877bd4cdb65e0b75b48ce048789f2e4c11238ad481552722829a377da8d
Size (firefox102-l10n-102.12.0/ja.xpi) = 631476 bytes
BLAKE2s (firefox102-l10n-102.12.0/ka.xpi) = 3f969113a45d8599e98aa587adef068b44ee75dabc05e8c2a83c67ac727cf1da
SHA512 (firefox102-l10n-102.12.0/ka.xpi) = f69da891596358e081fa321fb42e4c6f3578dc8454e7ea75ba823f583de6f26d3a3825457ea0d2ab2a53069aa3e8c40336f22f9ae272fcdde16ed504c5e741d1
Size (firefox102-l10n-102.12.0/ka.xpi) = 636004 bytes
BLAKE2s (firefox102-l10n-102.12.0/kab.xpi) = e021e14216409bb7c2986b1987361c844430ad583c13042ef5cb089cd42404c3
SHA512 (firefox102-l10n-102.12.0/kab.xpi) = 2223cc66c78c9947cebf285422f2b5a5f9466dcdd3c12e73bd613ead46d772961a47a9492aa6be27b86de3880ab24205387e59c1358966aba1b0479404dc5496
Size (firefox102-l10n-102.12.0/kab.xpi) = 583630 bytes
BLAKE2s (firefox102-l10n-102.12.0/kk.xpi) = 784fcbceb19188d7548051a134c6ef0a26976075c53945e6065e1c16a6325620
SHA512 (firefox102-l10n-102.12.0/kk.xpi) = 73dad831a23d4a8e7ed86492be96e216cc48c11015c77e62391749151bec21c36bd76cc7a76aba22b4462d45a7e56b02199ce26f1479d747cb2708f2d56b37da
Size (firefox102-l10n-102.12.0/kk.xpi) = 658890 bytes
BLAKE2s (firefox102-l10n-102.12.0/km.xpi) = eb2cce7ae37939fd20faf108bac378bb5c2860f92a05663ea1fbd328fa2db47b
SHA512 (firefox102-l10n-102.12.0/km.xpi) = 0615960b26a11250b58d9c252f7b490fb3f3f14dcf6089bed91ae3da0fc04d71022dd367a2e69e44592bec51f1f08d84cc106a5cfcc16b5ac84e494f4c09b737
Size (firefox102-l10n-102.12.0/km.xpi) = 543899 bytes
BLAKE2s (firefox102-l10n-102.12.0/kn.xpi) = 6f1726eb18c5429e61cf0041a14d6940ef82e479106486584ac3126ab1dbeef3
SHA512 (firefox102-l10n-102.12.0/kn.xpi) = 06b3cb8e444af844bfc5381d9db1e0fcc64ab9f0cc4b81479cc4c55336f30b9754d2db0d859160d54f9fc0d42846670d2e19c10e00af9ad2e04ba04ce2a5a082
Size (firefox102-l10n-102.12.0/kn.xpi) = 508580 bytes
BLAKE2s (firefox102-l10n-102.12.0/ko.xpi) = 75e969968e3e33e92c24b24087ace5885a071d201f25520c8c5f339e41f04a74
SHA512 (firefox102-l10n-102.12.0/ko.xpi) = dd161f63fdef14dcc3736c30b3b8a02b7345fe184d4bd654a136dc34f3cc138ca0cf940ad04d244d09894e6bfac3da44b8cd2dd9f699a28ec027eff33fde7162
Size (firefox102-l10n-102.12.0/ko.xpi) = 617306 bytes
BLAKE2s (firefox102-l10n-102.12.0/lij.xpi) = dc0a4f7ebe37cc53d8414864225212350bce27c867a168b467e0ee4f914b277e
SHA512 (firefox102-l10n-102.12.0/lij.xpi) = 476ffbd17e6e09011e3bbca1de654e122198ed34ce3903d20cc6bed9258ac3897f48d278b4a52bea69042f910bae1c1a215dba534b9cd6a9dccea5f18595ae32
Size (firefox102-l10n-102.12.0/lij.xpi) = 480138 bytes
BLAKE2s (firefox102-l10n-102.12.0/lt.xpi) = 9e207499ba94d102ba15c36a6a55b854d6e2b9bfb7b1b78d6e7a75786fadce4f
SHA512 (firefox102-l10n-102.12.0/lt.xpi) = 0be15bd29423ed73f96c82a3a8dca68f51745981bd26282064ee18e7a29855d5d2ceffc4d3b9be995c839e538792dc4d6eea51d0ec871a26abb91664e466c537
Size (firefox102-l10n-102.12.0/lt.xpi) = 574771 bytes
BLAKE2s (firefox102-l10n-102.12.0/lv.xpi) = efec862a50aebab206fcaac9940a50cdca796d25439bc6b09dc36f9373d640aa
SHA512 (firefox102-l10n-102.12.0/lv.xpi) = f8d22eb95d544a483468a79bb9cc9815a494cee60e27e0333d2f53a900fce7c3f4ce6a0ae742a482b6fa7bcf4d2871f9ad8dd118b8946155fbf79fa6936b6879
Size (firefox102-l10n-102.12.0/lv.xpi) = 479296 bytes
BLAKE2s (firefox102-l10n-102.12.0/mk.xpi) = 7bd0f7dc770f9b5b59553de4802aefd02006a945c38221fcc8ebcd18a26267c5
SHA512 (firefox102-l10n-102.12.0/mk.xpi) = 55f25abc87b25db2f5e01063fbe4cb8fc6060aea70bbf35ec9784bc4076c1faec52f85f9d14873dfd412fcd94a1ef42fd14fd76be3948f8d712773c7b57ecb48
Size (firefox102-l10n-102.12.0/mk.xpi) = 497539 bytes
BLAKE2s (firefox102-l10n-102.12.0/mr.xpi) = 80590399741d7beea526cd619a0e7b9b01375eba3d27730ada999d7b3d668e49
SHA512 (firefox102-l10n-102.12.0/mr.xpi) = c721851964a4bf16e3703f5bdd7831efc18e4cd344938e800faefc5928ab8e383110e6af71fc026b681bff68e080db49e13aa582f858de2713ab3c8ff05ad59b
Size (firefox102-l10n-102.12.0/mr.xpi) = 543731 bytes
BLAKE2s (firefox102-l10n-102.12.0/ms.xpi) = 5a0b2aaf1722cbd9f80e45ef17bb044c58b13d263c8bb6be300d1a2c9bd8eb97
SHA512 (firefox102-l10n-102.12.0/ms.xpi) = e08f0f6b8ff04fbf5931022a88c53c4954f826955a7dccbbc71fa3e1ba3f8c7ceabf6049bcc133811e6672dcacf58248ca3ef737e5ebebd26cde2774598b4ef4
Size (firefox102-l10n-102.12.0/ms.xpi) = 459031 bytes
BLAKE2s (firefox102-l10n-102.12.0/my.xpi) = 785f3017222526ff114fe43c58aa101267e639195dabdc75d1dde6ad9c587e9f
SHA512 (firefox102-l10n-102.12.0/my.xpi) = c271d7e69b0c84469757c770ff9cd6738efdea8dabae60bed4201d460649acb57dc31bc028c1fd89459694d66b518188abbd2ec2d792e4871356636c0a3e3f02
Size (firefox102-l10n-102.12.0/my.xpi) = 529937 bytes
BLAKE2s (firefox102-l10n-102.12.0/nb-NO.xpi) = 04547aa49d4ba94e5c23b990e5f94943e8b0a2b45d8df1339d686061adb1a5d5
SHA512 (firefox102-l10n-102.12.0/nb-NO.xpi) = 27040a3c01b1e938f3a8ac98cadb484fc1a1aa2823ae21cf9dea00ec641371e703cca1957320b34806590bba861df1c18b78928a71679da8a55dea2f2d655ab2
Size (firefox102-l10n-102.12.0/nb-NO.xpi) = 565278 bytes
BLAKE2s (firefox102-l10n-102.12.0/ne-NP.xpi) = 0cf46333ab8b5f445dd0571638e9359c0695fb3c389a9f1d720b810769acc73b
SHA512 (firefox102-l10n-102.12.0/ne-NP.xpi) = 482e5fcee9efde58aa8feadea1c114595f682e91123aa07b0cec78d47e716cbd59d42ac4654dc2981c6d0e83f4d2a91170700db88d8d21913be1288691fe9381
Size (firefox102-l10n-102.12.0/ne-NP.xpi) = 498083 bytes
BLAKE2s (firefox102-l10n-102.12.0/nl.xpi) = c032f9567ce6d883e2ed698fe756960b04066a98dc5cd1d56b9236151175b351
SHA512 (firefox102-l10n-102.12.0/nl.xpi) = f7d73b3c77eb769bdd756d8d2cd91e89d2a70360d13b228398b4ac756256fc34b34e19a50952ca6921703b23086e9d3c4217f5b12ad0b373a244fe6a15c12375
Size (firefox102-l10n-102.12.0/nl.xpi) = 573454 bytes
BLAKE2s (firefox102-l10n-102.12.0/nn-NO.xpi) = 3a7554aaa9456871680e8e3763be2fe9c84008748001143ba648e10bdf64732a
SHA512 (firefox102-l10n-102.12.0/nn-NO.xpi) = b0fa33a2566f75a361586347435a438e233f6ec350b24a27358598c989c1fa6dc6e77618170ee492ce905e131f202008ba64e2117c5bcde49f4cb6c6bde7754b
Size (firefox102-l10n-102.12.0/nn-NO.xpi) = 566161 bytes
BLAKE2s (firefox102-l10n-102.12.0/oc.xpi) = ac0807327c13935982fab2e0747f632daba729a72990f90de7f270e349b27cab
SHA512 (firefox102-l10n-102.12.0/oc.xpi) = 2e6c0f9400d03917857f4a7045452319f09e6af33fc70383c8adf4036de2d8de6c1e707aa4676e4831ebd51d475af9df85a12c2f0081d53b124e761f1a31671e
Size (firefox102-l10n-102.12.0/oc.xpi) = 591135 bytes
BLAKE2s (firefox102-l10n-102.12.0/pa-IN.xpi) = 7c8a88e402ddddbedd3ee0837d464e3551393c2530c7b24fc4bea9104901b78f
SHA512 (firefox102-l10n-102.12.0/pa-IN.xpi) = 82c4a02c23afb2a76ad8e1854cd693b7726cf091efa996e8973b8f439995173e7a5dc8d9bd52a317769cd6c80804c088c5b66bf5061e80ef9cc3310ebc6d0041
Size (firefox102-l10n-102.12.0/pa-IN.xpi) = 648630 bytes
BLAKE2s (firefox102-l10n-102.12.0/pl.xpi) = ccf1ba67e8b3a92acc9073f03ee6ab9802ba8f6d2419e525f706463e9fd4de86
SHA512 (firefox102-l10n-102.12.0/pl.xpi) = 2de9847d22545d3682b6536287005a4853f55ead9475e10b60d98c6cb7fe348621442a3e31d10716b0ebf7f74212c545bba210961f1a3b511ad333a5e7f070c3
Size (firefox102-l10n-102.12.0/pl.xpi) = 597075 bytes
BLAKE2s (firefox102-l10n-102.12.0/pt-BR.xpi) = e294356a53776dba3338f6901d2b5e0308bccce0eab09117f691053e63c74eec
SHA512 (firefox102-l10n-102.12.0/pt-BR.xpi) = 5e60897325331a6ff9584e0aa3fd0687b5831026d3f8821abbc335ba99d5cd57ae02550dfdb14170d41e1e1f407eed6ad8d924af75a2d7a38d3ab7facb35488d
Size (firefox102-l10n-102.12.0/pt-BR.xpi) = 579018 bytes
BLAKE2s (firefox102-l10n-102.12.0/pt-PT.xpi) = 379ce7a860f310568a1b96552edd3e8cd94114c077dfcd7d774bc62321ef25b5
SHA512 (firefox102-l10n-102.12.0/pt-PT.xpi) = 9653e3fece068f5f9a94297923e2ace14f39c57d7cecb3512882ebac58cf1974be187d521c2b88b54545815c71ad2c1017719e87558d5d39b02be4e30e8e78cf
Size (firefox102-l10n-102.12.0/pt-PT.xpi) = 582848 bytes
BLAKE2s (firefox102-l10n-102.12.0/rm.xpi) = dc4ce2b65e9272da05dbf73fc599f3aca5f0938eb5c7330a1124911ea3e85488
SHA512 (firefox102-l10n-102.12.0/rm.xpi) = 5700636dd0fffbe06a4ec0817dfdaecd59c471bb79306e9af5ca13b0c578bacf8bf4825b6d34360a42a37bf06a8f139f4e31ed4f621195a7a22ecfd5770bfa26
Size (firefox102-l10n-102.12.0/rm.xpi) = 571918 bytes
BLAKE2s (firefox102-l10n-102.12.0/ro.xpi) = 3fee34ace45d713bf53d768b9561e0b388f2b7ebabbf5cdfe592a3580a0c2693
SHA512 (firefox102-l10n-102.12.0/ro.xpi) = 84b15cf910c360e463f1d0cb5837895323e40408bb0cf75ce88abe81ee0ccd4c7487e26afa17476493a9b173c873727848bfc2a278d90f7a096080eb93306cce
Size (firefox102-l10n-102.12.0/ro.xpi) = 541908 bytes
BLAKE2s (firefox102-l10n-102.12.0/ru.xpi) = 0030f38b87958905c49ff121299a27db433ff324675000894fdb9a2726df2faf
SHA512 (firefox102-l10n-102.12.0/ru.xpi) = 442849167872610a9d8d77fff046b0a86c6afb1877f1a671419de30049cba7eedc5d8160ee43c6db2bdac75fe910de8922f043534458311363a66adc6128afbe
Size (firefox102-l10n-102.12.0/ru.xpi) = 671120 bytes
BLAKE2s (firefox102-l10n-102.12.0/si.xpi) = ee4cc447e0c71b9c37080e573c61ee666b1317b74a650bd09b6b62d8abf98baa
SHA512 (firefox102-l10n-102.12.0/si.xpi) = d607a2d5eed587d9d4bcec1da7ddca660fec67cdfcd1db2546aeb7925d618f9db146d232c6599ba0a505d9ffbad4f6fd66732c4cce43a35e80d784346f449ce3
Size (firefox102-l10n-102.12.0/si.xpi) = 585625 bytes
BLAKE2s (firefox102-l10n-102.12.0/sk.xpi) = ff9863ef4d88335b7d0ad4ecdd4fd4df570a249e528d111b487db7b9c49ecba0
SHA512 (firefox102-l10n-102.12.0/sk.xpi) = 423fe17d89620c267cf08f9b46fb039b0c034139b707d75f228493189350d06961a6981ae3fa6840d19cb869c744f22fbe55837331b2b5bef1276a831f5b9ae6
Size (firefox102-l10n-102.12.0/sk.xpi) = 606127 bytes
BLAKE2s (firefox102-l10n-102.12.0/sl.xpi) = b12230ca082c681c7ba0741c8143a04f51a54260045828a47d621ef70b1161df
SHA512 (firefox102-l10n-102.12.0/sl.xpi) = cc982b654728bb0c56d8d57bd16e893ee2e0c1d98e004ff080befa097dbf8823424d27629a3605236d55785da944c034924c1fb4d131164c7a44608672f71982
Size (firefox102-l10n-102.12.0/sl.xpi) = 577353 bytes
BLAKE2s (firefox102-l10n-102.12.0/son.xpi) = ca38fe0e3361a302f5f2982e542ce99b34268c7866b0f808610f1b800923ec22
SHA512 (firefox102-l10n-102.12.0/son.xpi) = 665731901ebd828cd14da231faa02b66b28311ae1a09cdfb0879b8a7c8e39d30d8f20ad24e70351e84ecb29af12dc6ed76194dd6abe336fcd9e697514908670b
Size (firefox102-l10n-102.12.0/son.xpi) = 433051 bytes
BLAKE2s (firefox102-l10n-102.12.0/sq.xpi) = 9ec7657044b560f9aa7b8648ce0fc4c726a902c548e56f0a601f1e00890f0845
SHA512 (firefox102-l10n-102.12.0/sq.xpi) = b84c507fd2072af8666071bc331957d7f7501c122257047d93494a093c090e1b47228bc2119d4fbc45dd1abbbd605c526faadd14326a01d2b107f14a8e9ba887
Size (firefox102-l10n-102.12.0/sq.xpi) = 593402 bytes
BLAKE2s (firefox102-l10n-102.12.0/sr.xpi) = 634139713709712258ad76a0e2e7b982dededcc233539d628c9ff4169d1f218e
SHA512 (firefox102-l10n-102.12.0/sr.xpi) = 7b9aab8d30a8fc74bc34c432a5dc58ebe510a3230b64f31aed14459025b7e0ff525bbceaff7c0096ea4228586b651341644c54b40b4456596b098265c56b10d2
Size (firefox102-l10n-102.12.0/sr.xpi) = 635142 bytes
BLAKE2s (firefox102-l10n-102.12.0/sv-SE.xpi) = 467888f710ec9ff766efcac429e127026cc3e099d625b4c44f9380b37b96062a
SHA512 (firefox102-l10n-102.12.0/sv-SE.xpi) = 2ba4e19852a111a1c0a06cca62c78036a682661f76895319459256fd849ecc63ea9c6aebfaf2364110c7d966d47ad69d387d955f87e25371a77dfe570ddab573
Size (firefox102-l10n-102.12.0/sv-SE.xpi) = 576046 bytes
BLAKE2s (firefox102-l10n-102.12.0/ta.xpi) = eaf3c1d811b2d0985dd4336698f3306dc7cd286d2ba2824eb1b8dcfd853424db
SHA512 (firefox102-l10n-102.12.0/ta.xpi) = 8f1f3b4cc4986fc4e8861b863446e46201ec2bfdfe0aa4c544374120da184921552088aabfccf901ba346569cfe95cf21ee629730ada345c697a4900ef8d8fdc
Size (firefox102-l10n-102.12.0/ta.xpi) = 522074 bytes
BLAKE2s (firefox102-l10n-102.12.0/te.xpi) = 97005412fa24d021845c40f42715061b30ea7f6352d3a12563522b22a08f680d
SHA512 (firefox102-l10n-102.12.0/te.xpi) = 28947b1f180ee61d52348c310ff241994589d929e5d789599e1f9b711662f39860a3e142171bdee8aae2f3747a0841707d15b2b78d85c95ed6e7e761cb23e7a0
Size (firefox102-l10n-102.12.0/te.xpi) = 568444 bytes
BLAKE2s (firefox102-l10n-102.12.0/th.xpi) = e9ab268343d1f565e3601db287676c8b9b51231d4ec5b8198c68792423284897
SHA512 (firefox102-l10n-102.12.0/th.xpi) = 62109462d1ca4ed9545b324559ca0214934877a42c98432186a6e4186667ed802f937e63c5c7587e7d3611f97a71851d38f3a3e833ed7b1a5a6ef976e9bf9ced
Size (firefox102-l10n-102.12.0/th.xpi) = 649490 bytes
BLAKE2s (firefox102-l10n-102.12.0/tr.xpi) = 9bdf29bbfa284d4a42a31d29145f5c78892a61bc316e164ae21cc7ec24218e2d
SHA512 (firefox102-l10n-102.12.0/tr.xpi) = d8d99d1cc4c15ba96a533975ea2acbe498f16efd4c6131c65a2be794f696ec174c81ce1d2d81c8a5b265930eb77e76db074e2d9da5208405efba9a655238ad2a
Size (firefox102-l10n-102.12.0/tr.xpi) = 590506 bytes
BLAKE2s (firefox102-l10n-102.12.0/uk.xpi) = ac67b523ce9e226d6ccbe521e6edabeccda3443565c5ac68c1276b052dc9004a
SHA512 (firefox102-l10n-102.12.0/uk.xpi) = 7efa6b0df7197153776e06b0241d5a19a8e5a79b95ada7b42c6b0aa742f046d387d232a4dfcc2237e4034b6bce878e3bd86ed0724c8af1bf877c03299ea3525f
Size (firefox102-l10n-102.12.0/uk.xpi) = 664313 bytes
BLAKE2s (firefox102-l10n-102.12.0/uz.xpi) = 63465e0c219235248da7a150a3f2c193d69b5c1e97d38bc25039e17d8ec0620f
SHA512 (firefox102-l10n-102.12.0/uz.xpi) = 5fb27f2a731878dccefc2f081889549df3d0515a932ac282f514771838700563c51148e5044aeb646edfb7321c1d7c59e1c621972623877dd901de69da01d5a7
Size (firefox102-l10n-102.12.0/uz.xpi) = 488882 bytes
BLAKE2s (firefox102-l10n-102.12.0/vi.xpi) = e680fbc217e74d8ca169c484cd73a5d8f2183d6601e2742f60599cb3910e2464
SHA512 (firefox102-l10n-102.12.0/vi.xpi) = c082c61631db309cb89c065e02ec7a2890768f75bb504193207a35ef957f219621868a334368f8cf325bf1250543ef92de5631ab0bfbd27cc709cc9ba084674a
Size (firefox102-l10n-102.12.0/vi.xpi) = 611434 bytes
BLAKE2s (firefox102-l10n-102.12.0/xh.xpi) = b18cbb8bb5d0b7acedea2cb85c70569986fa988843751fd9a06da8668f2cb785
SHA512 (firefox102-l10n-102.12.0/xh.xpi) = 0b072a6b7faf00d169cccceeceeb851cee5168c1027c5c4666edb05c8373c9c21ed4be303adb66ab75138cc4028c7cd0edf13548b64c38864d4972d1cb775d0f
Size (firefox102-l10n-102.12.0/xh.xpi) = 427937 bytes
BLAKE2s (firefox102-l10n-102.12.0/zh-CN.xpi) = 3a12ff3d8de258395d14ed9632561b86b39f940ac98c93248e643a8e369c82bd
SHA512 (firefox102-l10n-102.12.0/zh-CN.xpi) = bf176ca21fc9ad1b4b7fbede824be03e7324659093b3fb101c0f8931c029ca79bfb1581f5c843f23d9c552f73a1308ec931142f93368307282054ab281c42421
Size (firefox102-l10n-102.12.0/zh-CN.xpi) = 613308 bytes
BLAKE2s (firefox102-l10n-102.12.0/zh-TW.xpi) = 40478a4df8a3e2be2032c2a09648f1d55b9d58a5d7c376b84d29470db8d31596
SHA512 (firefox102-l10n-102.12.0/zh-TW.xpi) = 5f6b9bcbd1cce9594dbd6123d803e10a604cfb40b34681632ddbc9e670219fc679ead4856a11b15fb069ad438c6fc75d7f98ca9cdf2195e98349fc72111624f3
Size (firefox102-l10n-102.12.0/zh-TW.xpi) = 614577 bytes

View File

@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.16 2023/01/29 21:18:03 ryoon Exp $
# $NetBSD: Makefile,v 1.16.2.3 2023/06/26 09:34:50 bsiegert Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 102.7
MOZ_BRANCH= 102.12
MOZ_BRANCH_MINOR= .0esr
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox102-/g}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.10 2023/01/24 17:59:27 nia Exp $
$NetBSD: distinfo,v 1.10.2.3 2023/06/26 09:34:50 bsiegert Exp $
BLAKE2s (firefox-102.7.0esr.source.tar.xz) = f3949b6b85baa4f516c6dd1e56164170f11311dd3c78681a6b53bff97f820c0b
SHA512 (firefox-102.7.0esr.source.tar.xz) = 2a9d212b5d15e1bf7a6156495126cbc9161d2057aeedea8f7a5a0670a19a9b00cf35044075935c8f3c788118856ba2cc00f9b297c5ac713f094857683f7cd13b
Size (firefox-102.7.0esr.source.tar.xz) = 479538092 bytes
BLAKE2s (firefox-102.12.0esr.source.tar.xz) = 3cde71ba69f6178eb1d4011f39c73706069876dc3b80911bd1369d03d59b9c0a
SHA512 (firefox-102.12.0esr.source.tar.xz) = 2a85cf1e1c83a862c2886a63dcf3e3e8bca9dd3ed72c5d0223db52387fff3796bc0dcbb508adb8c10a30729f20554c5aac37f8ad045b0088a593d28e39d77fe5
Size (firefox-102.12.0esr.source.tar.xz) = 483008152 bytes
BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9
SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798
Size (nodejs-output-95.0.tgz) = 200627 bytes