Compare commits

...

47 Commits

Author SHA1 Message Date
gdt a906daa419 Revert commit on wrong branch 2023-01-07 16:09:38 +00:00
gdt 7e987120ec sysutils/ups-nut: Rototill rc.d scripts
- Fix strange sh style: don't have then on a new line
  - Ensure main daemons started before SERVERS
  - Slot upsmon after SERVERS and before LOGIN
  - Rewrite upsdriver instructions to make upsdrvctl the standard approach
  - Drop compat for ancient (<1.6) NetBSD
2023-01-07 16:07:58 +00:00
he ce8c45b666 Undo note of lang/clang -- wrong branch, sorry! 2022-12-27 11:02:13 +00:00
he 96820268ec Note update of lang/clang to 14.0.6nb1. 2022-12-27 10:52:48 +00:00
bsiegert 8361b3ef48 Pullup tickets up to #6708 2022-11-30 17:38:03 +00:00
bsiegert 58506e0609 Pullup ticket #6708 - requested by taca
lang/ruby27-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.258
- lang/ruby27-base/distinfo                                     1.11
- lang/ruby27-base/patches/patch-configure                      1.3

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov 26 13:09:59 UTC 2022

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

   Log Message:
   lang/ruby27-base: update to 2.7.7

   Ruby 2.7.7 Released (2022-11-24)

   Ruby 2.7.7 has been released.

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

   * CVE-2021-33621: HTTP response splitting in CGI

   This release also includes some build problem fixes.  They are not
   considered to affect compatibility with previous versions.  See the commit
   logs for further details.
2022-11-30 17:37:35 +00:00
bsiegert cb3d23be2e Pullup ticket #6707 - requested by taca
lang/ruby30-base: security fix

Revisions pulled up:
- lang/ruby/Makefile                                            1.74
- lang/ruby/rubyversion.mk                                      1.257
- lang/ruby30-base/Makefile                                     1.9
- lang/ruby30-base/distinfo                                     1.11
- lang/ruby30-base/patches/patch-configure                      1.3

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov 26 13:07:52 UTC 2022

   Modified Files:
   	pkgsrc/lang/ruby: Makefile rubyversion.mk
   	pkgsrc/lang/ruby30-base: Makefile distinfo
   	pkgsrc/lang/ruby30-base/patches: patch-configure

   Log Message:
   lang/ruby30-base: update to 3.0.5

   Ruby 3.0.5 Released (2022-11-24)

   Ruby 3.0.5 has been released.

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

   * CVE-2021-33621: HTTP response splitting in CGI

   This release also includes some bug fixes.  See the commit logs for further
   details.
2022-11-30 17:25:42 +00:00
bsiegert 7cb4b108a6 Pullup ticket #6706 - requested by taca
lang/ruby31-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.256
- lang/ruby31-base/Makefile                                     1.7
- lang/ruby31-base/PLIST                                        1.3
- lang/ruby31-base/distinfo                                     1.8
- lang/ruby31-base/patches/patch-configure                      1.3
- lang/ruby31-base/patches/patch-lib_rubygems.rb                1.2
- lang/ruby31-base/patches/patch-lib_rubygems_commands_setup__command.rb 1.2
- lang/ruby31-base/patches/patch-lib_rubygems_install__update__options.rb 1.2
- lang/ruby31-base/patches/patch-lib_rubygems_installer.rb      1.2
- lang/ruby31-base/patches/patch-lib_rubygems_platform.rb       1.3
- lang/ruby31-base/patches/patch-test_rubygems_test__gem.rb     1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov 26 13:02:49 UTC 2022

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby31-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby31-base/patches: patch-configure patch-lib_rubygems.rb
   	    patch-lib_rubygems_commands_setup__command.rb
   	    patch-lib_rubygems_install__update__options.rb
   	    patch-lib_rubygems_installer.rb patch-lib_rubygems_platform.rb
   	    patch-test_rubygems_test__gem.rb

   Log Message:
   lang/ruby31-base: update to 3.1.3

   Ruby 3.1.3 Released (2022-11-24)

   Ruby 3.1.3 has been released.

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

   * CVE-2021-33621: HTTP response splitting in CGI

   This release also includes a fix for build failure with Xcode 14 and macOS
   13 (Ventura).  See the related ticket for more details.
2022-11-30 17:19:02 +00:00
spz 47ed3688db #6696 + #6705 2022-11-26 17:33:22 +00:00
spz 2968b0bd48 Pullup ticket #6705 - requested by bsiegert
databases/redis: security update

Revisions pulled up:
- databases/redis/Makefile                                      1.74
- databases/redis/distinfo                                      1.67
- databases/redis/patches/patch-src_Makefile                    1.6

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Tue Nov 22 19:11:11 UTC 2022

   Modified Files:
           pkgsrc/databases/redis: Makefile distinfo
           pkgsrc/databases/redis/patches: patch-src_Makefile

   Log Message:
   redis: updated to 7.0.5

   Redis 7.0.5 Released Wed Sep 21 20:00:00 IST 2022
   ========================================

   Upgrade urgency: SECURITY, contains fixes to security issues.

   Security Fixes:
   * (CVE-2022-35951) Executing a XAUTOCLAIM command on a stream key in a specific
     state, with a specially crafted COUNT argument, may cause an integer overflow,
     a subsequent heap overflow, and potentially lead to remote code execution.
     The problem affects Redis versions 7.0.0 or newer
     [reported by Xion (SeungHyun Lee) of KAIST GoN].

   Module API changes
   =========

   * Fix RM_Call execution of scripts when used with M/W/S flags to properly
     handle script flags
   * Fix RM_SetAbsExpire and RM_GetAbsExpire API registration

   Bug Fixes
   ====
   * Fix a hang when eviction is combined with lazy-free and
   maxmemory-eviction-tenacity is set to 100
   * Fix a crash when a replica may attempt to set itself as its master
   as a result of a manual failover
   * Fix a bug where a cluster-enabled replica node may permanently set
   its master's hostname to '?'
   * Fix a crash when a Lua script returns a meta-table

   Fixes for issues in previous releases of Redis 7.0
   --------------------------------------------------

   * Fix redis-cli to do DNS lookup before sending CLUSTER MEET
   * Fix crash when a key is lazy expired during cluster key migration
   * Fix AOF rewrite to fsync the old AOF file when a new one is created
   * Fix some crashes involving a list containing entries larger than 1GB
   * Correctly handle scripts with a non-read-only shebang on a cluster replica
   * Fix memory leak when unloading a module
   * Fix bug with scripts ignoring client tracking NOLOOP
   * Fix client-side tracking breaking protocol when FLUSHDB / FLUSHALL /
   SWAPDB is used inside MULTI-EXEC
   * Fix ACL: BITFIELD with GET and also SET / INCRBY can be executed
   with read-only key permission
   * Fix missing sections for INFO ALL when also requesting a module info section

   ========================================
   Redis 7.0.4 Released Monday Jul 18 12:00:00 IST 2022
   ========================================

   Upgrade urgency: SECURITY, contains fixes to security issues.

   Security Fixes:
   * (CVE-2022-31144) A specially crafted XAUTOCLAIM command on a stream
     key in a specific state may result with heap overflow, and potentially
     remote code execution. The problem affects Redis versions 7.0.0 or newer.

   ========================================
   Redis 7.0.3 Released Monday Jul 11 12:00:00 IST 2022
   ========================================

   Upgrade urgency: MODERATE, specifically if you're using a previous release of
   Redis 7.0, contains fixes for bugs in previous 7.0 releases.

   Performance and resource utilization improvements
   ========================
   * Optimize zset conversion on large ZRANGESTORE
   * Optimize the performance of sending PING on large clusters
   * Allow for faster restart of Redis in cluster mode

   INFO fields and introspection changes
   ==================
   * Add missing sharded pubsub keychannel count to CLIENT LIST
   * Add missing pubsubshard_channels field in INFO STATS

   Module API changes
   =========

   * Add RM_StringToULongLong and RM_CreateStringFromULongLong
   * Add RM_SetClientNameById and RM_GetClientNameById

   Changes in CLI tools
   ==========

   * Add missing cluster-port support to redis-cli --cluster

   Other General Improvements
   =============

   * Account sharded pubsub channels memory consumption
   * Allow ECHO in loading and stale modes
   * Cluster: Throw -TRYAGAIN instead of -ASK on migrating nodes for multi-key
     commands when the node only has some of the keys

   Bug Fixes
   ====
   * TLS: Notify clients on connection shutdown
   * Fsync directory while persisting AOF manifest, RDB file, and config file
   * Script that made modification will not break with unexpected NOREPLICAS error
   * Cluster: Fix a bug where nodes may not acknowledge a CLUSTER FAILOVER TAKEOVER
     after a replica reboots
   * Cluster: Fix crash during handshake and cluster shards call

   Fixes for issues in previous releases of Redis 7.0
   --------------------------------------------------

   * TLS: Fix issues with large replies
   * Correctly report the startup warning for vm.overcommit_memory
   * redis-server command line allow passing config name and value in the
   same argument
   * Support --save command line argument with no value for backwards compatibility
   * Fix CLUSTER RESET command regression requiring an argument

   ========================================
   Redis 7.0.2 Released Sunday Jun 12 12:00:00 IST 2022
   ========================================

   Upgrade urgency: MODERATE, specifically if you're using a previous release of
   Redis 7.0, contains fixes for bugs in previous 7.0 releases.

   Bug Fixes
   ====
   * Fixed SET and BITFIELD commands being wrongly marked movablekeys
     Regression in 7.0 possibly resulting in excessive roundtrip from
   cluster clients.
   * Fix crash when /proc/sys/vm/overcommit_memory is inaccessible
     Regression in 7.0.1 resulting in crash on startup on some configurations.

   ========================================
   Redis 7.0.1 Released Wed Jun 8 12:00:00 IST 2022
   ========================================

   Upgrade urgency: MODERATE, specifically if you're using a previous release of
   Redis 7.0, contains some behavior changes for new 7.0 features and important
   fixes for bugs in previous 7.0 releases.

   Improvements
   ======

   * Add warning for suspected slow system clocksource setting
     Add --check-system command line option.
   * Allow read-only scripts (*_RO commands, and ones with `no-writes` flag)
     during CLIENT PAUSE WRITE
   * Add `readonly` flag in COMMAND command for EVAL_RO, EVALSHA_RO and FCALL_RO
   * redis-server command line arguments now accept one string with spaces
     for multi-arg configs

   Potentially Breaking Changes
   ==============

   * Omitting a config option value in command line argument no longer works
   * Hide the `may_replicate` flag from the COMMAND command response

   Potentially Breaking Changes for new Redis 7.0 features
   -------------------------------------------------------

   * Protocol: Sharded pubsub publish emits `smessage` instead of `message`
   * CLUSTER SHARDS returns slots as RESP integers, not strings
   * Block PFCOUNT and PUBLISH in read-only scripts (*_RO commands, and no-writes)
   * Scripts that declare the `no-writes` flag are implicitly `allow-oom` too

   Changes in CLI tools
   ==========

   * redis-cli --bigkeys, --memkeys, --hotkeys, --scan. Finish nicely after Ctrl+C

   Platform / toolchain support related improvements
   ========================
   * Support tcp-keepalive config interval on MacOs
   * Support RSS metrics on Haiku OS

   INFO fields and introspection changes
   ==================
   * Add isolated network metrics for replication.

   Module API changes
   =========

   * Add two more new checks to RM_Call script mode
   * Add new RM_Call flag to let Redis automatically refuse `deny-oom` commands
   * Add module API RM_MallocUsableSize
   * Add missing REDISMODULE_NOTIFY_NEW
   * Fix cursor type in RedisModuleScanCursor to handle more than 2^31 elements
   * Fix RM_Yield bugs and RM_Call("EVAL") OOM check bug
   * Fix bugs in enum configs with overlapping bit flags

   Bug Fixes
   ====
   * FLUSHALL correctly resets rdb_changes_since_last_save INFO field
   * FLUSHDB is now propagated to replicas / AOF, even if the db is empty
   * Replica fail and retry the PSYNC if the master is unresponsive
   * Fix ZRANGESTORE crash when zset_max_listpack_entries is 0

   Fixes for issues in previous releases of Redis 7.0
   --------------------------------------------------

   * CONFIG REWRITE could cause a config change to be dropped for aliased configs
   * CONFIG REWRITE would omit rename-command and include lines
     NOTE: Affected users who used Redis 7.0.0 to rewrite their configuration file
     should review and fix the file.
   * Fix broken protocol after MISCONF (persistence) error
   * Fix --save command line regression
   * Fix possible regression around TLS config changes. re-load files even if the
     file name didn't change.
   * Re-add SENTINEL SLAVES command, missing in redis 7.0
   * BZMPOP gets unblocked by non-key args and returns them
   * Fix possible memory leak in XADD and XTRIM

   ========================================
   Redis 7.0.0 GA  Released Wed Apr 27 12:00:00 IST 2022
   ========================================

   Upgrade urgency: SECURITY, contains fixes to security issues.

   Security Fixes:
   * (CVE-2022-24736) An attacker attempting to load a specially crafted Lua script
     can cause NULL pointer dereference which will result with a crash of the
     redis-server process. This issue affects all versions of Redis.
     [reported by Aviv Yahav].
   * (CVE-2022-24735) By exploiting weaknesses in the Lua script execution
     environment, an attacker with access to Redis can inject Lua code that will
     execute with the (potentially higher) privileges of another Redis user.
     [reported by Aviv Yahav].

   New Features
   ======

   * Keyspace event for new keys

   Command replies that have been extended
   ---------------------------------------

   * COMMAND DOCS shows deprecated_since field in command args
   * COMMAND DOCS shows module name where applicable

   Potentially Breaking Changes
   ==============

   * Replicas panic when they fail writing persistence
   * Prevent cross slot operations in functions and scripts with shebang
   * Rephrased some error responses about invalid commands or args
   * Lua scripts do not have access to the print() function

   Performance and resource utilization improvements
   ========================
   * Speed optimization in streams
   * Speed optimization in command execution pipeline
   * Speed optimization in listpack encoded sorted
   * Speed optimization in latency tracking at INFO (relevant for 7.0 RCs)
   * Speed optimization when there are many replicas (relevant for 7.0 RCs)

   New configuration options
   ============
   * Allow ignoring disk persistence errors on replicas
   * Allow abort with panic when replica fails to execute a command sent
   by the master
   * Allow configuring shutdown flags of SIGTERM and SIGINT
   * Allow attaching an operating system-specific identifier to Redis sockets

   Module API changes
   =========

   * Add argument specifying ACL reason for module log entry
     Breaking API compatibility with 7.0 RCs
   * Add the deprecated_since field in command args of COMMAND DOCS
     Breaking API/ABI compatibility with 7.0 RCs
   * Add module API flag for using enum configs as bit flags
   * Add RM_PublishMessageShard
   * Add RM_MallocSizeString, RM_MallocSizeDict
   * Add RM_TryAlloc

   Bug Fixes
   ====
   * Replica report disk persistence errors in PING
   * Fixes around rejecting commands on replicas and AOF when they must
   be respected
   * Durability fixes for appendfsync=always policy

   Fixes for issues in previous release candidates of Redis 7.0
   ------------------------------------------------------------

   * Fix possible crash on CONFIG REWRITE
   * Fix regression not aborting transaction on errors
   * Fix auto-aof-rewrite-percentage based AOFRW trigger after restart
   * Fix bugs when AOF enabled after startup, in case of failure before
   the first rewrite completes
   * Fix RM_Yield module API bug processing future commands of the current client


   To generate a diff of this commit:
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/databases/redis/Makefile
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/databases/redis/distinfo
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/redis/patches/patch-src_Makefile
2022-11-26 17:28:11 +00:00
spz d3de06d2f6 Pullup ticket #6696 - requested by bsiegert
textproc/expat: security update

Revisions pulled up:
- textproc/expat/Makefile                                       1.54
- textproc/expat/distinfo                                       1.47

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Wed Oct 26 10:37:47 UTC 2022

   Modified Files:
           pkgsrc/textproc/expat: Makefile distinfo

   Log Message:
   expat: update to 2.5.0.

   Release 2.5.0 Tue October 25 2022
           Security fixes:
     #616 #649 #650  CVE-2022-43680 -- Fix heap use-after-free after overeager
                       destruction of a shared DTD in function
                       XML_ExternalEntityParserCreate in out-of-memory situations.
                       Expected impact is denial of service or potentially
                       arbitrary code execution.

           Bug fixes:
          #612 #645  Fix curruption from undefined entities
          #613 #654  Fix case when parsing was suspended while processing nested
                       entities
     #616 #652 #653  Stop leaking opening tag bindings after a closing tag
                       mismatch error where a parser is reset through
                       XML_ParserReset and then reused to parse
               #656  CMake: Fix generation of pkg-config file
               #658  MinGW|CMake: Fix static library name

           Other changes:
               #663  Protect header expat_config.h from multiple inclusion
               #666  examples: Make use of XML_GetBuffer and be more
                       consistent across examples
               #648  Address compiler warnings
          #667 #668  Version info bumped from 9:9:8 to 9:10:8;
                       see https://verbump.de/ for what these numbers do

           Special thanks to:
               Jann Horn
               Mark Brand
               Osyotr
               Rhodri James
                    and
               Google Project Zero


   To generate a diff of this commit:
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/textproc/expat/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/expat/distinfo
2022-11-26 17:01:44 +00:00
bsiegert 98a1e0a895 Pullup tickets up to #6704 2022-11-16 19:14:56 +00:00
bsiegert 8ed79437f9 Pullup ticket #6704 - requested by khorben
www/gitea: security fix, build fix

Revisions pulled up:
- www/gitea/Makefile                                            1.81
- www/gitea/distinfo                                            1.32-1.33
- www/gitea/patches/patch-Makefile                              1.4

---
   Module Name:    pkgsrc
   Committed By:   khorben
   Date:           Wed Nov  9 23:26:15 UTC 2022

   Modified Files:
           pkgsrc/www/gitea: Makefile distinfo

   Log Message:
   gitea: update to 1.16.9

   Changes since 1.16.8:

   SECURITY

   * Add write check for creating Commit status (#20332) (#20334)
   * Check for permission when fetching user controlled issues (#20133) (#20196)

   BUGFIXES

   * Hide notify mail setting ui if not enabled (#20138) (#20337)
   * Add write check for creating Commit status (#20332) (#20334)
   * Only show Followers that current user can access (#20220) (#20253)
   * Release page show all tags in compare dropdown (#20070) (#20071)
   * Fix permission check for delete tag (#19985) (#20001)
   * Only log non ErrNotExist errors in git.GetNote (#19884) (#19905)
   * Use exact search instead of fuzzy search for branch filter dropdown (#19885) (#19893)
   * Set Setpgid on child git processes (#19865) (#19881)
   * Import git from alpine 3.16 repository as 2.30.4 is needed for safe.directory = '*' to work but alpine 3.13 has 2.30.3 (#19876)
   * Ensure responses are context.ResponseWriters (#19843) (#19859)
   * Fix incorrect usage of Count function (#19850)
   * Fix raw endpoint PDF file headers (#19825) (#19826)
   * Make WIP prefixes case insensitive, e.g. allow Draft as a WIP prefix (#19780) (#19811)
   * Don’t return 500 on NotificationUnreadCount (#19802)
   * Prevent NPE when cache service is disabled (#19703) (#19783)
   * Detect truncated utf-8 characters at the end of content as still representing utf-8 (#19773) (#19774)
   * Fix doctor pq: syntax error at or near “.” quote user table name (#19765) (#19770)
   * Fix bug with assigneees (#19757)

---
   Module Name:    pkgsrc
   Committed By:   khorben
   Date:           Thu Nov 10 21:12:54 UTC 2022

   Modified Files:
           pkgsrc/www/gitea: distinfo
           pkgsrc/www/gitea/patches: patch-Makefile

   Log Message:
   gitea: use find(1) in a more portable way

   Verified on NetBSD, Linux (Debian 10.13), and macOS (all amd64).

   No changes to the package observed, so no revision bump.
2022-11-16 19:14:36 +00:00
bsiegert 49bb7e4263 Pullup ticket #6703 - requested by wiz
mail/evolution: build fix

Revisions pulled up:
- mail/evolution/Makefile                                       1.263
- mail/evolution/buildlink3.mk                                  1.103
- mail/evolution/distinfo                                       1.90
- mail/evolution/patches/patch-src-modules-book-config-carddav-evolution-book-config-carddav-c 1.1
- mail/evolution/patches/patch-src-modules-cal-config-caldav-evolution-cal-config-caldav-c 1.1
- mail/evolution/patches/patch-src-modules-cal-config-google-e-google-chooser-button-c 1.1

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Nov  9 13:00:58 UTC 2022

   Modified Files:
   	pkgsrc/mail/evolution: Makefile buildlink3.mk distinfo
   Added Files:
   	pkgsrc/mail/evolution/patches:
   	    patch-src-modules-book-config-carddav-evolution-book-config-carddav-c
   	    patch-src-modules-cal-config-caldav-evolution-cal-config-caldav-c
   	    patch-src-modules-cal-config-google-e-google-chooser-button-c

   Log Message:
   evolution: fix build with latest evolution-data-server

   Patches from Dave Tyson on tech-pkg.

   Remove BROKEN tag, bump PKGREVISION.
2022-11-16 17:12:24 +00:00
bsiegert 8d2ea04b04 Pullup tickets up to #6702 2022-11-11 19:59:34 +00:00
bsiegert d0a04bcaa9 Pullup ticket #6702 - requested by taca
security/sudo: security fix

Revisions pulled up:
- security/sudo/Makefile                                        1.191-1.192
- security/sudo/PLIST                                           1.23
- security/sudo/distinfo                                        1.123-1.124
- security/sudo/patches/patch-plugins_sudoers_auth_passwd.c     1.1

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Mon Oct 24 10:29:20 UTC 2022

   Modified Files:
   	pkgsrc/security/sudo: Makefile PLIST distinfo

   Log Message:
   sudo: updated to 1.9.12

   What's new in Sudo 1.9.12

    * Fixed a bug in the ptrace-based intercept mode where the current
      working directory could include garbage at the end.

    * Fixed a compilation error on systems that lack the stdint.h
      header.

    * Fixed a bug when logging the command's exit status in intercept
      mode.  The wrong command could be logged with the exit status.

    * For ptrace-based intercept mode, sudo will now attempt to
      verify that the command path name, arguments and environment
      have not changed from the time when they were authorized by the
      security policy.  The new "intercept_verify" sudoers setting can
      be used to control this behavior.

    * Fixed running commands with a relative path (e.g. ./foo) in
      intercept mode.  Previously, this would fail if sudo's current
      working directory was different from that of the command.

    * Sudo now supports passing the execve(2) system call the NULL
      pointer for the `argv` and/or `envp` arguments when in intercept
      mode.  Linux treats a NULL pointer like an empty array.

    * The sudoers LDAP schema now allows sudoUser, sudoRunasUser and
      sudoRunasGroup to include UTF-8 characters, not just 7-bit ASCII.

    * Fixed a problem with "sudo -i" on SELinux when the target user's
      home directory is not searchable by sudo.

    * Neovim has been added to the list of visudo editors that support
      passing the line number on the command line.

    * Fixed a bug in sudo's SHA384 and SHA512 message digest padding.

    * Added a new "-N" (--no-update) command line option to sudo which
      can be used to prevent sudo from updating the user's cached
      credentials.  It is now possible to determine whether or not a
      user's cached credentials are currently valid by running:

           $ sudo -Nnv

      and checking the exit value.  One use case for this is to indicate
      in a shell prompt that sudo is "active" for the user.

    * PAM approval modules are no longer invoked when running sub-commands
      in intercept mode unless the "intercept_authenticate" option is set.
      There is a substantial performance penalty for calling into PAM
      for each command run.  PAM approval modules are still called for
      the initial command.

    * Intercept mode on Linux now uses process_vm_readv(2) and
      process_vm_writev(2) if available.

    * The XDG_CURRENT_DESKTOP environment variable is now preserved
      by default.  This makes it possible for graphical applications
      to choose the correct theme when run via sudo.

    * On 64-bit systems, if sudo fails to load a sudoers group plugin,
      it will use system-specific heuristics to try to locate a 64-bit
      version of the plugin.

    * The cvtsudoers manual now documents the JSON and CSV output
      formats.

    * Fixed a bug where sub-commands were not being logged to a remote
      log server when log_subcmds was enabled.

    * The new log_stdin, log_stdout, log_stderr, log_ttyin, and log_ttyout
      sudoers settings can be used to support more fine-grained I/O logging.
      The sudo front-end no longer allocates a pseudo-terminal when running
      a command if the I/O logging plugin requests logging of stdin, stdout,
      or stderr but not terminal input/output.

    * Quieted a libgcrypt run-time initialization warning.

    * Fixed a bug in visudo that caused literal backslashes to be removed
      from the EDITOR environment variable.

    * The sudo Python plugin now implements the "find_spec" method instead
      of the the deprecated "find_module".  This fixes a test failure when
      a newer version of setuptools that doesn't include "find_module" is
      found on the system.

    * Fixed a bug introduced in sudo 1.9.9 where sudo_logsrvd created
      the process ID file, usually /var/run/sudo/sudo_logsrvd.pid, as
      a directory instead of a plain file.  The same bug could result
      in I/O log directories that end in six or more X's being created
      literally in addition to the name being used as a template for
      the mkdtemp(3) function.

    * Fixed a long-standing bug where a sudoers rule with a command
      line argument of "", which indicates the command may be run with
      no arguments, would also match a literal "" on the command line.

    * Added the -I option to visudo which only edits the main sudoers
      file.  Include files are not edited unless a syntax error is found.

    * Fixed "sudo -l -U otheruser" output when the runas list is empty.
      Previously, sudo would list the invoking user instead of the
      list user.

    * Fixed the display of command tags and options in "sudo -l" output
      when the RunAs user or group changes.  A new line is started for
      RunAs changes which means we need to display the command tags
      and options again.

    * The sesh helper program now uses getopt_long(3) to parse the
      command line options.

    * The embedded copy of zlib has been updated to version 1.2.13.

    * Fixed a bug that prevented event log data from being sent to the
      log server when I/O logging was not enabled.  This only affected
      systems without PAM or configurations where the pam_session and
      pam_setcred options were disabled in the sudoers file.

    * Fixed a bug where "sudo -l" output included a carriage return
      after the newline.  This is only needed when displaying to a
      terminal in raw mode.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Nov  4 00:58:00 UTC 2022

   Modified Files:
   	pkgsrc/security/sudo: Makefile distinfo
   Added Files:
   	pkgsrc/security/sudo/patches: patch-plugins_sudoers_auth_passwd.c

   Log Message:
   security/sudo: add fix for CVE-2022-43995

   Add patch from upstream to fix CVE-2022-43995.

   Bump PKGREVISION.
2022-11-11 19:59:11 +00:00
bsiegert af7f674775 Pullup ticket #6701 - requested by taca
lang/php74: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.380
- lang/php56/Makefile                                           1.30
- lang/php74/Makefile                                           1.17
- lang/php74/distinfo                                           1.39
- lang/php80/Makefile                                           1.10
- lang/php81/Makefile                                           1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Oct 30 10:50:01 UTC 2022

   Modified Files:
   	pkgsrc/lang/php56: Makefile
   	pkgsrc/lang/php74: Makefile
   	pkgsrc/lang/php80: Makefile
   	pkgsrc/lang/php81: Makefile

   Log Message:
   lang/php: post-install clean up

   Do not manually install executable files and manual.
   These are already done by php's Makefile from some time ago.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Nov  4 00:40:58 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php74: distinfo

   Log Message:
   lang/php74: update to 7.4.33

   7.4.33 (2022-11-03)

   - GD:
     . Fixed bug #81739: OOB read due to insufficient input validation in
       imageloadfont(). (CVE-2022-31630) (cmb)

   - Hash:
     . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
       (CVE-2022-37454) (nicky at mouha dot be)
2022-11-07 17:37:05 +00:00
bsiegert 39407bf693 Pullup ticket #6700 - requested by taca
lang/php80: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.379
- lang/php80/distinfo                                           1.26

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Oct 30 10:18:35 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php80: distinfo

   Log Message:
   lang/php80: update to 8.0.25

   8.0.25 (2022-10-27)

   - GD:
     . Fixed bug #81739: OOB read due to insufficient input validation in
       imageloadfont(). (CVE-2022-31630) (cmb)

   - Hash:
     . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
       (CVE-2022-37454) (nicky at mouha dot be)

   - Session:
     . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
       that doesn't have a validateId() method). (Girgias)

   - Streams:
     . Fixed bug GH-9590 (stream_select does not abort upon exception or empty
       valid fd set). (Arnaud)
2022-11-05 19:21:29 +00:00
bsiegert 799cebd2d7 Pullup ticket #6699 - requested by taca
lang/php81: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.378
- lang/php81/distinfo                                           1.14

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Oct 30 10:16:24 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php81: distinfo

   Log Message:
   lang/php81: update to 8.1.12

   8.1.12 (2022-10-27)

   - Core:
     . Fixes segfault with Fiber on FreeBSD i386 architecture. (David Carlier)

   - Fileinfo:
     . Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files).
       (Anatol)

   - GD:
     . Fixed bug #81739: OOB read due to insufficient input validation in
       imageloadfont(). (CVE-2022-31630) (cmb)

   - Hash:
     . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
       (CVE-2022-37454) (nicky at mouha dot be)

   - MBString:
     - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
       mb_ encode_mimeheader). (Alex Dowad)

   - Opcache:
     . Added indirect call reduction for jit on x86 architectures. (wxue1)

   - Session:
     . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
       that doesn't have a validateId() method). (Girgias)

   - Streams:
     . Fixed bug GH-9590 (stream_select does not abort upon exception or empty
       valid fd set). (Arnaud)
2022-11-05 19:15:09 +00:00
bsiegert 8cbb4fd0eb Pullup ticket #6697 - requested by taca
www/curl: security fix

Revisions pulled up:
- www/curl/Makefile                                             1.262
- www/curl/PLIST                                                1.92
- www/curl/distinfo                                             1.186

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Oct 26 07:44:01 UTC 2022

   Modified Files:
   	pkgsrc/www/curl: Makefile PLIST distinfo

   Log Message:
   curl: update to 7.86.0.

   Changes:

       NPN: remove support for and use of
       Websockets: initial support

   Bugfixes:

       altsvc: reject bad port numbers
       altsvc: use 'h3' for h3
       amiga: do not hardcode openssl/zlib into the os config
       amiga: set SIZEOF_CURL_OFF_T=8 by default
       amigaos: add missing curl header
       asyn-ares: set hint flags when calling ares_getaddrinfo
       autotools: allow --enable-symbol-hiding with windows
       autotools: allow unix sockets on Windows
       autotools: reduce brute-force when detecting recv/send arg list
       aws_sigv4: fix header computation
       bearssl: make it proper C89 compliant
       CI/GHA: cancel outdated CI runs on new PR changes
       CI/GHA: merge msh3 and openssl3 builds into linux workflow
       cirrus-ci: add macOS build with m1
       cirrus: use make LDFLAGS=-all-static instead of curl_LDFLAGS
       cli tool: do not use disabled protocols
       cmake: add missing inet_ntop check
       cmake: add the check of HAVE_SOCKETPAIR
       cmake: define BUILDING_LIBCURL in lib/CMakeLists, not config.h
       cmake: delete duplicate HAVE_GETADDRINFO test
       cmake: enable more detection on Windows
       cmake: fix original MinGW builds
       cmake: improve usability of CMake build as a sub-project
       cmake: set HAVE_GETADDRINFO_THREADSAFE on Windows
       cmake: set HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID on Windows
       cmake: sync HAVE_SIGNAL detection with autotools
       cmdline/docs: add a required 'multi' keyword for each option
       configure: correct the wording when checking grep -E
       configure: deprecate builds with small curl_off_t
       configure: fail if '--without-ssl' + explicit parameter for an ssl lib
       configure: the ngtcp2 option should default to 'no'
       connect: change verbose IPv6 address:port to [address]:port
       connect: fix builds without AF_INET6
       connect: fix Curl_updateconninfo for TRNSPRT_UNIX
       connect: fix the wrong error message on connect failures
       content_encoding: use writer struct subclasses for different encodings
       cookie: reject cookie names or content with TAB characters
       ctype: remove all use of <ctype.h>, use our own versions
       curl-compilers.m4: for gcc + want warnings, set gnu89 standard
       curl-compilers.m4: use -O2 as default optimize for clang
       curl-wolfssl.m4: error out if wolfSSL is not usable
       curl.h: fix mention of wrong error code in comment
       curl/add_file_name_to_url: use the libcurl URL parser
       curl/add_parallel_transfers: better error handling
       curl/get_url_file_name: use libcurl URL parser
       curl: warn for --ssl use, considered insecure
       curl_ctype: convert to macros-only
       curl_easy_pause.3: unpausing is as fast as possible
       curl_escape.3: fix typo
       curl_setup: disable use of FLOSS for 64-bit NonStop builds
       curl_setup: include curl.h after platform setup headers
       curl_setup: include only system.h instead of curl.h
       curl_strequal.3: fix argument typo
       curl_url_set.3: document CURLU_APPENDQUERY proper
       CURLMOPT_PIPELINING.3: dedup manpage xref
       CURLOPT_ACCEPT_ENCODING.3: remove "four" as they are five
       CURLOPT_AUTOREFERER.3: highlight the privacy leak risk
       CURLOPT_COOKIEFILE: insist on "" for enable-without-file
       CURLOPT_COOKIELIST.3: fix formatting mistake
       CURLOPT_DNS_INTERFACE.3: mention it works for almost all protocols
       CURLOPT_MIMEPOST.3: add an (inline) example
       CURLOPT_POSTFIELDS.3: refer to CURLOPT_MIMEPOST
       CURLOPT_PROXY_SSLCERT_BLOB.3: this is for HTTPS proxies
       CURLOPT_WILDCARDMATCH.3: Fix backslash escaping under single quotes
       CURLSHOPT_UNLOCKFUNC.3: the callback has no 'access' argument
       DEPRECATE.md: Support for systems without 64 bit data types
       docs/examples: avoid deprecated options in examples where possible
       docs/INSTALL: update Android Instructions for newer NDKs
       docs/libcurl/symbols-in-versions: add several missing symbols
       docs: 100+ spellfixes
       docs: correct missing uppercase in Markdown files
       docs: document more server names for test files
       docs: fix deprecation versions inconsistencies
       docs: make sure libcurl opts examples pass in long arguments
       docs: remove mentions of deprecated '--without-openssl' parameter
       docs: tag curl options better in man pages
       docs: tell about disabled protocols in CURLOPT_*PROTOCOLS_STR.
       docs: update sourceforge project links
       easy: fix the #include order
       easy: fix the altsvc init for curl_easy_duphandle
       easy_lock: check for HAVE_STDATOMIC_H as well
       examples/chkspeed: improve portability
       formdata: fix warning: 'CURLformoption' is promoted to 'int'
       ftp: ignore a 550 response to MDTM
       ftp: remove redundant if
       functypes: provide the recv and send arg and return types
       getparameter: return PARAM_MANUAL_REQUESTED for -M even when disabled
       GHA: build tests in a separate step from the running of them
       GHA: run proselint on markdown files
       github: initial CODEOWNERS setup for CI configuration
       header: define public API functions as extern c
       headers: reset the requests counter at transfer start
       hostip: guard PF_INET6 use
       hostip: lazily wait to figure out if IPv6 works until needed
       http, vauth: always provide Curl_allow_auth_to_host() functionality
       http2: make nghttp2 less picky about field whitespace
       HTTP3.md: update Caddy example
       http: try parsing Retry-After: as a number first
       http_proxy: restore the protocol pointer on error
       httpput-postfields.c: shorten string for C89 compliance
       ldap: delete stray CURL_HAS_MOZILLA_LDAP reference
       lib1560: extended to verify detect/reject of unknown schemes
       lib517: fix C89 constant signedness
       lib: add missing limits.h includes
       lib: add required Win32 setup definitions in setup-win32.h
       lib: prepare the incoming of additional protocols
       lib: sanitize conditional exclusion around MIME
       lib: set more flags in config-win32.h
       lib: the number four in a sequence is the "fourth"
       libssh: if sftp_init fails, don't get the sftp error code
       Makefile.m32: deduplicate build rules
       Makefile.m32: drop CROSSPREFIX and our CC/AR defaults
       Makefile.m32: exclude libs & libpaths for shared mode exes
       Makefile.m32: fix regression with tool_hugehelp
       Makefile.m32: major rework
       Makefile.m32: reintroduce CROSSPREFIX and -W -Wall
       Makefile.m32: support more options
       manpage-syntax.pl: all libcurl option symbols should be \fI-tagged
       manpages: Fix spelling of "allows to" -> "allows one to"
       misc: ISSPACE() => ISBLANK()
       misc: use the term "null-terminate" consistently
       mprintf: reject two kinds of precision for the same argument
       mprintf: use snprintf if available
       mqtt: return error for too long topic
       mqtt: spell out CONNECT in comments
       msh3: change the static_assert to make the code C89
       netrc: compare user name case sensitively
       netrc: replace fgets with Curl_get_line
       netrc: use the URL-decoded user
       ngtcp2: fix build errors due to changes in ngtcp2 library
       ngtcp2: fix C89 compliance nit
       noproxy: support proxies specified using cidr notation
       openssl: make certinfo available for QUIC
       README.md: add GHA status badges for Linux and macOS builds
       RELEASE-PROCEDURE.md: mention patch releases
       resolve: make forced IPv4 resolve only use A queries
       runtests: fix uninitialized value on ignored tests
       schannel: ban server ALPN change during recv renegotiation
       schannel: don't reset recv/send function pointers on renegotiation
       schannel: when importing PFX, disable key persistence
       scripts: use `grep -E` instead of `egrep`
       setopt: use the handler table for protocol name to number conversions
       setopt: when POST is set, reset the 'upload' field
       setup-win32: no longer define UNICODE/_UNICODE implicitly
       single_transfer: use the libcurl URL parser when appending query parts
       smb: replace CURL_WIN32 with WIN32
       strcase: add and use Curl_timestrcmp
       strerror: improve two URL API error messages
       symbol-scan.pl: also check for LIBCURL* symbols
       symbol-scan.pl: scan and verify .3 man pages
       symbols-in-versions: add missing LIBCURL* symbols
       symbols-in-versions: CURLOPT_ENCODING is deprecated since 7.21.6
       test1119: scan all public headers
       test1275: verify uppercase after period in markdown
       test972: verify the output without using external tool
       tests/certs/scripts: insert standard curl source headers
       tests/Makefile: remove run time stats from ci-test
       tests: avoid CreateThread if _beginthreadex is available
       tests: fix tag syntax errors in test files
       tests: skip mime/form tests when mime is not built-in
       tidy-up: delete parallel/unused feature flags
       tidy-up: delete unused HAVE_STRUCT_POLLFD
       TODO: provide the error body from a CONNECT response
       tool: avoid generating ambiguous escaped characters in --libcurl
       tool: remove dead code
       tool: reorganize function c_escape around a dynbuf
       tool_hugehelp: make hugehelp a blank macro when disabled
       tool_main: exit at once if out of file descriptors
       tool_operate: avoid a few #ifdefs for disabled-libcurl builds
       tool_operate: more transfer cleanup after parallel transfer fail
       tool_operate: prevent over-queuing in parallel mode
       tool_operate: reduce errorbuffer allocs
       tool_paramhelp: asserts verify maximum sizes for string loading
       tool_paramhelp: make the max argument a 'double'
       tool_progress: remove 'Qd' from the parallel progress bar
       tool_setopt: use better English in --libcurl source comments
       tool_xattr: save the original URL, not the final redirected one
       unit test 1655: make it C89-compliant
       url: a zero-length userinfo part in the URL is still a (blank) user
       url: allow non-HTTPS HSTS-matching for debug builds
       url: rename function due to name-clash in Watt-32
       url: use IDN decoded names for HSTS checks
       urlapi: detect scheme better when not guessing
       urlapi: fix parsing URL without slash with CURLU_URLENCODE
       urlapi: leaner with fewer allocs
       urlapi: reject more bad characters from the host name field
       winbuild/MakefileBuild.vc: handle spaces in libssh(2) include paths
       winbuild: use NMake batch-rules for compilation
       windows: add .rc support to autotools builds
       windows: adjust name of two internal public functions
       windows: autotools .rc warnings fixup
       wolfSSL: fix session management bug.
2022-11-05 19:09:28 +00:00
bsiegert d658b45614 Pullup ticket #6695 - requested by nia
www/arcticfox: arm build fix

Revisions pulled up:
- www/arcticfox/Makefile                                        1.16

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Wed Oct 26 13:55:17 UTC 2022

   Modified Files:
   	pkgsrc/www/arcticfox: Makefile

   Log Message:
   arcticfox: Use latest versions of config.guess/config.sub from pkgsrc.

   Should help armv[6-7] builds, since arcticfox's embedded copy of ICU
   still contains versions from 2013 that don't know about NetBSD arm
   variants.
2022-11-05 18:00:09 +00:00
bsiegert e1d299fb01 Pullup ticket #6694 - requested by taca
devel/samba4: security fix

via patch -- update to 4.16.6

---
   Samba 4.16.6 fixes these security problems.

   4.16.6 (2022-10-25)

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

   o CVE-2022-3437:  There is a limited write heap buffer overflow in the GSSAPI
		     unwrap_des() and unwrap_des3() routines of Heimdal (included
		     in Samba).
		     https://www.samba.org/samba/security/CVE-2022-3437.html

   Changes since 4.16.5
   ---------------------

   o  Joseph Sutton <josephsutton@catalyst.net.nz>
      * BUG 15134: CVE-2022-3437.
2022-11-05 17:58:53 +00:00
bsiegert e711bee75b Pullup ticket #6692 - requested by taca
devel/git: security fix

via patch -- update to 2.37.4

---
   This release merges the security fix that appears in v2.30.6; see
   the release notes for that version for details.
2022-11-05 11:28:28 +00:00
bsiegert b9174ff1f6 Note pullup tickets up to #6693 2022-10-27 06:36:57 +00:00
bsiegert 0aa6e5e6d0 Pullup ticket #6691 - requested by taca
www/ruby-jekyll: critical bugfix

Revisions pulled up:
- www/ruby-jekyll/Makefile                                      1.43
- www/ruby-jekyll/distinfo                                      1.28
- www/ruby-jekyll/patches/patch-lib_jekyll_commands_serve.rb    1.1

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Oct 16 04:17:23 UTC 2022

   Modified Files:
   	pkgsrc/www/ruby-jekyll: Makefile distinfo
   Added Files:
   	pkgsrc/www/ruby-jekyll/patches: patch-lib_jekyll_commands_serve.rb

   Log Message:
   www/ruby-jekyll: fix "jekyll server"

   Fix "jekyll server".

   * Require ruby-webrick on Ruby 3.0 and lator.
   * Explicitly require webrick".

   Bump PKGREVISION.
2022-10-27 06:28:11 +00:00
bsiegert 40a1d0819e Pullup ticket #6693 - requested by nia
www/firefox102: security fix

Revisions pulled up:
- www/firefox102-l10n/Makefile                                  1.6
- www/firefox102-l10n/distinfo                                  1.5
- www/firefox102/Makefile                                       1.9
- www/firefox102/distinfo                                       1.6

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Oct 22 15:59:27 UTC 2022

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

   Log Message:
   firefox102: Update to 102.4.0

   Security Vulnerabilities fixed in Firefox ESR 102.4

       #CVE-2022-42927: Same-origin policy violation could have leaked cross-origin
       URLs

       #CVE-2022-42928: Memory Corruption in JS Engine

       #CVE-2022-42929: Denial of Service via window.print

       #CVE-2022-42932: Memory safety bugs fixed in Firefox 106 and Firefox ESR
       102.4
2022-10-27 06:27:39 +00:00
bsiegert e10b6e74bf Pullup ticket #6690 - requested by taca
devel/ruby-redmine50: security fix

Revisions pulled up:
- devel/ruby-redmine50/Makefile                                 1.4
- devel/ruby-redmine50/PLIST                                    1.2
- devel/ruby-redmine50/distinfo                                 1.3
- devel/ruby-redmine50/patches/patch-Gemfile                    1.3

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Oct  9 15:32:55 UTC 2022

   Modified Files:
   	pkgsrc/devel/ruby-redmine50: Makefile PLIST distinfo
   	pkgsrc/devel/ruby-redmine50/patches: patch-Gemfile

   Log Message:
   devel/ruby-redmine50: update to 5.0.3

   5.0.3 (2022-10-02)

   [Code cleanup/refactoring]

   * Defect #37609: Remove obsolete remnant public/images/openid-bg.gif
   * Defect #37449: Passing a wrong parameter to `with_settings` in
     UserTest::test_random_password_include_required_characters

   [Filters]

   * Defect #36940: Chained custom field filter doesn't work for User fields
   * Defect #37349: Chained custom field filter for User fields returns 500
     internal server error when filtering after a float value

   [Issues]

   * Defect #37369: Mention auto-complete not works in bulk-edit comments
   * Defect #37499: Default query should not be applied if the query is not
     allowed to be set as the default
   * Defect #37473: Focus IssueId not working when linking issues

   [Issues list]

   * Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2

   [Rails support]

   * Patch #37452: Update Rails to 6.1.7

   [Security]

   * Defect #37492: Update jQuery UI to 1.13.2

   [SCM]

   * Defect #33953: Repository tab is not displayed if no repository is set as
     the main repository
   * Defect #36258: Support revision without any message in Mercurial
     repositories
   * Defect #37585: Do not show "History" tab for content in Filesystem
     repository
   * Defect #37626: Diff of a javascript file in repository module is not
     displayed with layout
   * Defect #37718: Repository browser does not show "+" (plus sign) in
     filename

   [SCM extra]

   * Defect #37562: POST Requests to repository WS fail with "Can't verify CSRF
     token authenticity"

   [Text formatting]

   * Defect #37237: Common Markdown Formatter does not render all properties on
     HTML elements
   * Patch #37713: Add rel="noopener" to all external links that would open a
     new tab/window
   * Defect #37379: Thumbnail macro does not work when a file is attached and
     preview is displayed immediately

   [Translations]

   * Defect #37529: Fix mistranslation of label button_create_and_follow in
     Russian translation
   * Defect #37603: Missing translation for label_default_queries.for_this_user
   * Patch #35613: German translation update of Wiki syntax help for 5.0-stable
   * Patch #37263: Lithuanian translation update for 5.0-stable
   * Patch #37698: Persian translation update for 4.2-stable

   [UI]

   * Defect #36901: Jump to project is misaligned in Safari 15.4 and later
   * Defect #37282: Subtask isn't displayed correctly since 4.2.7
   * Defect #37481: Fix the unintentional selection of rows with the context
     menu
   * Defect #37566: The number of the ordered list in the project description
     is not displayed and the indentation does not match the unordered list
2022-10-23 11:30:41 +00:00
bsiegert a10319cf52 Pullup ticket #6687 - requested by nia
www/webkit-gtk: aarch64 build fix

Revisions pulled up:
- www/webkit-gtk/Makefile                                       1.239
- www/webkit-gtk/distinfo                                       1.172
- www/webkit-gtk/patches/patch-Source_cmake_OptionsCommon.cmake 1.7

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Oct  8 11:06:36 UTC 2022

   Modified Files:
   	pkgsrc/www/webkit-gtk: Makefile distinfo
   	pkgsrc/www/webkit-gtk/patches: patch-Source_cmake_OptionsCommon.cmake

   Log Message:
   webkit-gtk: Attempt to fix the build on NetBSD 9 aarch64 by avoiding
   the compiler builtin __int128_t implementation

   related to PR toolchain/57022
2022-10-23 11:30:34 +00:00
bsiegert f09a60f093 Pullup ticket #6689 - requested by taca
devel/ruby-redmine42: security fix

Revisions pulled up:
- devel/ruby-redmine42/Makefile                                 1.15
- devel/ruby-redmine42/PLIST                                    1.4
- devel/ruby-redmine42/distinfo                                 1.11
- devel/ruby-redmine42/patches/patch-Gemfile                    1.7

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Oct  9 15:31:47 UTC 2022

   Modified Files:
   	pkgsrc/devel/ruby-redmine42: Makefile PLIST distinfo
   	pkgsrc/devel/ruby-redmine42/patches: patch-Gemfile

   Log Message:
   devel/ruby-redmine42: update to 4.2.8

   4.2.8 (2022-10-02)

   [Code cleanup/refactoring]¶

   * Defect #37449: Passing a wrong parameter to `with_settings` in
     UserTest::test_random_password_include_required_characters

   [Filters]

   * Defect #36940: Chained custom field filter doesn't work for User fields

   * Defect #37349: Chained custom field filter for User fields returns 500
     internal server error when filtering after a float value

   [Issues]

   * Defect #37473: Focus IssueId not working when linking issues

   [Issues list]

   * Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2

   [Rails support]

   * Patch #37465: Update Rails to 5.2.8.1

   [Security]

   * Defect #37492: Update jQuery UI to 1.13.2

   [SCM]

   * Defect #37718: Repository browser does not show "+" (plus sign) in
     filename

   [Text formatting]

   * Defect #37379: Thumbnail macro does not work when a file is attached and
     preview is displayed immediately

   [Translations]

   * Patch #37698: Persian translation update for 4.2-stable

   [UI]

   * Defect #36901: Jump to project is misaligned in Safari 15.4 and later
   * Defect #37282: Subtask isn't displayed correctly since 4.2.7
   * Defect #37481: Fix the unintentional selection of rows with the context
     menu
   * Defect #37566: The number of the ordered list in the project description
     is not displayed and the indentation does not match the unordered list
2022-10-22 10:22:10 +00:00
bsiegert 387ae51c1c Pullup ticket #6688 - requested by taca
databases/sqlite3: security fix (for ruby-sqlite3)

Revisions pulled up:
- databases/sqlite3-docs/PLIST                                  1.118
- databases/sqlite3-docs/distinfo                               1.121
- databases/sqlite3-tcl/distinfo                                1.133
- databases/sqlite3/Makefile.common                             1.95
- databases/sqlite3/distinfo                                    1.188
- devel/lemon/distinfo                                          1.62

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Mon Oct  3 12:27:52 UTC 2022

   Modified Files:
   	pkgsrc/databases/sqlite3: Makefile.common distinfo
   	pkgsrc/databases/sqlite3-docs: PLIST distinfo
   	pkgsrc/databases/sqlite3-tcl: distinfo
   	pkgsrc/devel/lemon: distinfo

   Log Message:
   sqlite3: updated to 3.39.4

   Changes in version 3.39.4 (2022-09-29):

   Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT
   Fix a long-standing problem in the btree balancer that might, in rare cases, cause database corruption if the application uses an application-defined page cache.
   Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER statements if one or more of the statements in the body of the trigger write into shadow tables.
   Fix a possible integer overflow in the size computation for a memory allocation in FTS3.
   Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.
2022-10-21 19:39:49 +00:00
bsiegert 1786872479 Pullup ticket #6686 - requested by nia
lang/ocaml: evbarm build fix

Revisions pulled up:
- lang/ocaml/Makefile                                           1.146

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Oct  8 11:11:16 UTC 2022

   Modified Files:
   	pkgsrc/lang/ocaml: Makefile

   Log Message:
   ocaml: Needs imprecise-c99-float-ops to build on NetBSD/arm
2022-10-21 19:16:35 +00:00
bsiegert 9869df2625 Pullup ticket #6685 - requested by nia
lang/openjdk8: build fix

Revisions pulled up:
- lang/openjdk8/distinfo                                        1.93
- lang/openjdk8/patches/patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp 1.5

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Oct  8 11:20:07 UTC 2022

   Modified Files:
   	pkgsrc/lang/openjdk8: distinfo
   	pkgsrc/lang/openjdk8/patches:
   	    patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp

   Log Message:
   openjdk: fix building "zero" vm with GCC < 10
2022-10-21 19:16:27 +00:00
bsiegert 6b63bf4c79 Pullup ticket #6684 - requested by nia
graphics/babl: evbarm build fix

Revisions pulled up:
- graphics/babl/Makefile                                        1.53
- graphics/babl/PLIST                                           1.24

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Oct  8 11:15:53 UTC 2022

   Modified Files:
   	pkgsrc/graphics/babl: Makefile PLIST

   Log Message:
   babl: Fix PLIST on 32-bit ARM
2022-10-08 18:07:10 +00:00
bsiegert 2c49849e3e Pullup tickets up to #6683 2022-10-07 18:48:15 +00:00
bsiegert 74c0e90489 Pullup ticket #6683 - requested by wiz
graphics/cairo-gobject: macOS build fix

Revisions pulled up:
- graphics/cairo-gobject/Makefile                               1.41
- graphics/cairo/buildlink3.mk                                  1.62
- graphics/cairo/options.mk                                     1.23

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Oct  4 07:13:52 UTC 2022

   Modified Files:
   	pkgsrc/graphics/cairo: options.mk

   Log Message:
   cairo: turn off xcb on macOS too by default

   since it implies x11

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Oct  4 07:14:11 UTC 2022

   Modified Files:
   	pkgsrc/graphics/cairo: buildlink3.mk

   Log Message:
   cairo: make buildlink3 logic for xcb match options.mk

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Oct  4 07:34:07 UTC 2022

   Modified Files:
   	pkgsrc/graphics/cairo-gobject: Makefile

   Log Message:
   cairo-gobject: fix some pkglint
2022-10-07 18:47:59 +00:00
bsiegert 38e1a30a2e Pullup ticket #6682 - requested by taca
www/drupal9: security fix

Revisions pulled up:
- www/drupal9/Makefile                                          1.6
- www/drupal9/PLIST                                             1.4
- www/drupal9/distinfo                                          1.4

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Oct  6 14:09:50 UTC 2022

   Modified Files:
   	pkgsrc/www/drupal9: Makefile PLIST distinfo

   Log Message:
   www/drupal9: update to 9.3.22

   9.3.21 (2022-08-03)

   * Issue #3301495 by lauriii, nod_: Update CKEditor 5 to 35.0.1
   * Issue #3300773 by bradjones1, xjm, catch, andypost, Spokje: Fix failed
     test on `symfony/http-foundation` 4.4.44/6.1.3 and later

   9.3.22 (2022-09-28)

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

   * Drupal core - Critical - Multiple vulnerabilities - SA-CORE-2022-016

   No other fixes are included.
2022-10-07 18:19:39 +00:00
bsiegert ce7e40b2ae Pullup ticket #6680 - requested by taca
lang/go119: security fix

Revisions pulled up:
- lang/go/version.mk                                            1.163
- lang/go119/PLIST                                              1.3
- lang/go119/distinfo                                           1.3

---
   Module Name:	pkgsrc
   Committed By:	bsiegert
   Date:		Wed Oct  5 11:20:24 UTC 2022

   Modified Files:
   	pkgsrc/lang/go: version.mk
   	pkgsrc/lang/go119: PLIST distinfo

   Log Message:
   Update go119 to 1.19.2

   This minor release includes 3 security fixes following the security policy:

   - archive/tar: unbounded memory consumption when reading headers

     Reader.Read did not set a limit on the maximum size of file headers.
     A maliciously crafted archive could cause Read to allocate unbounded
     amounts of memory, potentially causing resource exhaustion or panics.
     Reader.Read now limits the maximum size of header blocks to 1 MiB.

     Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

     This is CVE-2022-2879 and Go issue https://go.dev/issue/54853.

   - net/http/httputil: ReverseProxy should not forward unparseable query parameters

     Requests forwarded by ReverseProxy included the raw query parameters from the
     inbound request, including unparseable parameters rejected by net/http. This
     could permit query parameter smuggling when a Go proxy forwards a parameter
     with an unparseable value.

     ReverseProxy will now sanitize the query parameters in the forwarded query
     when the outbound request's Form field is set after the ReverseProxy.Director
     function returns, indicating that the proxy has parsed the query parameters.
     Proxies which do not parse query parameters continue to forward the original
     query parameters unchanged.

     Thanks to Gal Goldstein (Security Researcher, Oxeye) and
     Daniel Abeles (Head of Research, Oxeye) for reporting this issue.

     This is CVE-2022-2880 and Go issue https://go.dev/issue/54663.

   - regexp/syntax: limit memory used by parsing regexps

     The parsed regexp representation is linear in the size of the input,
     but in some cases the constant factor can be as high as 40,000,
     making relatively small regexps consume much larger amounts of memory.

     Each regexp being parsed is now limited to a 256 MB memory footprint.
     Regular expressions whose representation would use more space than that
     are now rejected. Normal use of regular expressions is unaffected.

     Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

     This is CVE-2022-41715 and Go issue https://go.dev/issue/55949.
2022-10-07 18:19:31 +00:00
bsiegert cf6f9bc64d Pullup ticket #6681 - requested by taca
net/isc-dhcp4: security fix

Revisions pulled up:
- net/isc-dhcp4/Makefile.common                                 1.45
- net/isc-dhcp4/distinfo                                        1.34

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Oct  5 16:16:54 UTC 2022

   Modified Files:
   	pkgsrc/net/isc-dhcp4: Makefile.common distinfo

   Log Message:
   net/isc-dhcp4: update to 4.4.3p1

   4.4.3p1 (ISC DHCP 4.4.3-P1), 2022-10-05

   		Changes since 4.4.3 (Bug Fixes)

   ! Corrected a reference count leak that occurs when the server builds
     responses to leasequery packets. Thanks to VictorV of Cyber Kunlun
     Lab for reporting the issue.
     [Gitlab #253]
     CVE: CVE-2022-2928

   ! Corrected a memory leak that occurs when unpacking a packet that has an
     FQDN option (81) that contains a label with length greater than 63 bytes.
     Thanks to VictorV of Cyber Kunlun Lab for reporting the issue.
     [Gitlab #254]
     CVE: CVE-2022-2929
2022-10-07 16:34:09 +00:00
bsiegert cd13b5b71b Pullup ticket #6679 - requested by taca
lang/go118: security fix

Revisions pulled up:
- lang/go/version.mk                                            1.162
- lang/go118/PLIST                                              1.8
- lang/go118/distinfo                                           1.8

---
   Module Name:	pkgsrc
   Committed By:	bsiegert
   Date:		Wed Oct  5 09:51:52 UTC 2022

   Modified Files:
   	pkgsrc/lang/go: version.mk
   	pkgsrc/lang/go118: PLIST distinfo

   Log Message:
   go118: update to 1.18.7

   This minor release includes 3 security fixes following the security policy:

   - archive/tar: unbounded memory consumption when reading headers

     Reader.Read did not set a limit on the maximum size of file headers.
     A maliciously crafted archive could cause Read to allocate unbounded
     amounts of memory, potentially causing resource exhaustion or panics.
     Reader.Read now limits the maximum size of header blocks to 1 MiB.

     Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

     This is CVE-2022-2879 and Go issue https://go.dev/issue/54853.

   - net/http/httputil: ReverseProxy should not forward unparseable query parameters

     Requests forwarded by ReverseProxy included the raw query parameters from the
     inbound request, including unparseable parameters rejected by net/http. This
     could permit query parameter smuggling when a Go proxy forwards a parameter
     with an unparseable value.

     ReverseProxy will now sanitize the query parameters in the forwarded query
     when the outbound request's Form field is set after the ReverseProxy.Director
     function returns, indicating that the proxy has parsed the query parameters.
     Proxies which do not parse query parameters continue to forward the original
     query parameters unchanged.

     Thanks to Gal Goldstein (Security Researcher, Oxeye) and
     Daniel Abeles (Head of Research, Oxeye) for reporting this issue.

     This is CVE-2022-2880 and Go issue https://go.dev/issue/54663.

   - regexp/syntax: limit memory used by parsing regexps

     The parsed regexp representation is linear in the size of the input,
     but in some cases the constant factor can be as high as 40,000,
     making relatively small regexps consume much larger amounts of memory.

     Each regexp being parsed is now limited to a 256 MB memory footprint.
     Regular expressions whose representation would use more space than that
     are now rejected. Normal use of regular expressions is unaffected.

     Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

     This is CVE-2022-41715 and Go issue https://go.dev/issue/55949.
2022-10-07 16:34:02 +00:00
bsiegert 887b078dce The first batch of security fixes, up to #6678
I hereby declare this stable branch open :)
2022-10-03 15:33:39 +00:00
bsiegert 3d59ad2323 Pullup ticket #6678 - requested by taca
lang/nodejs: security fix

Revisions pulled up:
- lang/nodejs/Makefile                                          1.241
- lang/nodejs/PLIST                                             1.65
- lang/nodejs/distinfo                                          1.222

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Tue Sep 27 07:59:10 UTC 2022

   Modified Files:
   	pkgsrc/lang/nodejs: Makefile PLIST distinfo

   Log Message:
   nodejs: updated to 18.9.1

   Version 18.9.1 (Current)

   This is a security release.

   Notable changes

   The following CVEs are fixed in this release:

   CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
   Insufficient fix for macOS devices on v18.5.0
   CVE-2022-32222: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium)
   CVE-2022-32213: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)
   Insufficient fix on v18.5.0
   CVE-2022-32215: HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)
   Insufficient fix on v18.5.0
   CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
   CVE-2022-35255: Weak randomness in WebCrypto keygen
2022-10-03 15:32:47 +00:00
bsiegert 45029a44fe Pullup ticket #6677 - requested by taca
lang/php80: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.377
- lang/php80/distinfo                                           1.25

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Oct  1 00:28:12 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php80: distinfo

   Log Message:
   lang/php80: update to 8.0.24

   29 Sep 2022, PHP 8.0.24

   - Core:
     . Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
       (Tim Starling)
     . Fixed bug GH-9361 (Segmentation fault on script exit #9379). (cmb,
       Christian Schneider)
     . Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
       type). (ilutov)
     . Fix #81727 (Don't mangle semantically meaningful HTTP var names). (derick)

   - DOM:
     . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
       (Nathan Freeman)

   - FPM:
     . Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to
       error_log after daemon reload). (Dmitry Menshikov)
     . Fixed bug #77780 ("Headers already sent..." when previous connection was
       aborted). (Jakub Zelenka)

   - GMP
     . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed
       to gmp_init()). (Girgias)

   - Intl
     . Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter).
       (Girgias)

   - Phar:
     . Fix #81726 (DOS when using quine gzip file). (cmb)

   - PDO_PGSQL:
     . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
       (Yurunsoft)

   - Reflection:
     . Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
       class of a Closure). (cmb, Nicolas Grekas)
     . Fixed bug GH-9409 (Private method is incorrectly dumped as "overwrites").
       (ilutov)

   - Streams:
     . Fixed bug GH-9316 ($http_response_header is wrong for long status line).
       (cmb, timwolla)
2022-10-03 14:45:52 +00:00
bsiegert 58197112bf Pullup ticket #6676 - requested by taca
lang/php81: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.376
- lang/php81/distinfo                                           1.13

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Oct  1 00:27:05 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php81: distinfo

   Log Message:
   lang/php81: update to 8.1.11

   29 Sep 2022, PHP 8.1.11

   - Core:
     . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
       (CVE-2022-31628). (cmb)
     . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
       that have a specific semantic meaning. (CVE-2022-31629). (Derick)
     . Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
       (Tim Starling)
     . Fixed bug GH-9361 (Segmentation fault on script exit #9379). (cmb,
       Christian Schneider)
     . Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class
       constants in constant expressions). (ilutov)

   - DOM:
     . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
       (Nathan Freeman)

   - FPM:
     . Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to
       error_log after daemon reload). (Dmitry Menshikov)
     . Fixed bug #77780 ("Headers already sent..." when previous connection was
       aborted). (Jakub Zelenka)

   - GMP
     . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed
       to gmp_init()). (Girgias)

   - Intl
     . Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter).
       (Girgias)

   - PCRE:
     . Fixed pcre.jit on Apple Silicon. (Niklas Keller)

   - PDO_PGSQL:
     . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
       (Yurunsoft)

   - Reflection:
     . Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
       class of a Closure). (cmb, Nicolas Grekas)

   - Streams:
     . Fixed bug GH-9316 ($http_response_header is wrong for long status line).
       (cmb, timwolla)
2022-10-03 14:29:14 +00:00
bsiegert 2b3fd10288 Pullup ticket #6675 - requested by taca
lang/php74: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.375
- lang/php74/distinfo                                           1.38

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Oct  1 00:25:22 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php74: distinfo

   Log Message:
   29 Sep 2022, PHP 7.4.32

   - Core:
     . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
       (CVE-2022-31628). (cmb)
     . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
       that have a specific semantic meaning. (CVE-2022-31629). (Derick)
2022-10-03 14:17:25 +00:00
bsiegert 9bde79ce9c Pullup ticket #6674 - requested by taca
lang/nodejs14: security fix

Revisions pulled up:
- lang/nodejs14/Makefile                                        1.5
- lang/nodejs14/distinfo                                        1.4

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Tue Sep 27 07:54:19 UTC 2022

   Modified Files:
   	pkgsrc/lang/nodejs14: Makefile distinfo

   Log Message:
   nodejs14: updated to 14.20.1

   Version 14.20.1 'Fermium' (LTS)

   This is a security release.

   Notable changes

   The following CVEs are fixed in this release:

   CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
   CVE-2022-32213: bypass via obs-fold mechanic (Medium)
   CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
2022-10-03 14:02:17 +00:00
bsiegert f2d1454892 Pullup ticket #6673 - requested by thor
blas: build fix for BLAS_TYPE=openblas_pthread

Revisions pulled up:
- mk/blas.buildlink3.mk                                         1.4

---
   Module Name:    pkgsrc
   Committed By:   thor
   Date:           Mon Sep 26 09:33:01 UTC 2022

   Modified Files:
           pkgsrc/mk: blas.buildlink3.mk

   Log Message:
   blas.bl3: Fix BLAS_INCLUDES for openblas_pthread with 32 bit (default) indices
2022-10-03 11:25:45 +00:00
wiz 2408ec2034 doc: add CHANGES file for 2022Q3 branch 2022-09-26 09:14:41 +00:00
108 changed files with 1312 additions and 802 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.73 2022/05/13 11:24:27 wiz Exp $
# $NetBSD: Makefile,v 1.73.4.1 2022/11/26 17:28:11 spz Exp $
DISTNAME= redis-6.2.7
DISTNAME= redis-7.0.5
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.66 2022/05/13 11:24:27 wiz Exp $
$NetBSD: distinfo,v 1.66.4.1 2022/11/26 17:28:11 spz Exp $
BLAKE2s (redis-6.2.7.tar.gz) = 07fed6643f55bce72e5b2ca80d6f0aeaad287c1cca56db9a065d941de7563310
SHA512 (redis-6.2.7.tar.gz) = d113094b8e31754915db7f0317d9b7969e034af3a7bac2ae0cbfad6cc61ba3aae35e9709c435abc1024a96f914df7a760b3cd18d06c375b541cfa837d1c5b953
Size (redis-6.2.7.tar.gz) = 2487287 bytes
BLAKE2s (redis-7.0.5.tar.gz) = c0e5e176bf68251483c633f7759fbd12be30a1f23f9aae3ee44f1c17562016e3
SHA512 (redis-7.0.5.tar.gz) = 16ff920cb8df4d82e78ef34209285024aa98189be8acbca86b10fb3064dcc70eac60206aadece6af08406860ed01a004ce3aaa86be896ea36c7f486686646753
Size (redis-7.0.5.tar.gz) = 2968205 bytes
SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9
SHA1 (patch-src_Makefile) = 0b6f68bbb2cbf9aad655611bdd9aee8f3ed4e850
SHA1 (patch-src_Makefile) = 2c23fb065e827e0cb25fdfba1bc1976db03dc789
SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf
SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299

View File

@ -1,11 +1,11 @@
$NetBSD: patch-src_Makefile,v 1.5 2021/10/04 18:55:36 adam Exp $
$NetBSD: patch-src_Makefile,v 1.5.8.1 2022/11/26 17:28:11 spz Exp $
Add DESTDIR support.
Fix NetBSD support.
--- src/Makefile.orig 2021-10-04 10:59:40.000000000 +0000
--- src/Makefile.orig 2022-09-21 19:42:01.000000000 +0000
+++ src/Makefile
@@ -45,8 +45,8 @@ else
@@ -47,8 +47,8 @@ else
endif
PREFIX?=/usr/local
@ -15,8 +15,8 @@ Fix NetBSD support.
+INSTALL=$(BSD_INSTALL_PROGRAM)
PKG_CONFIG?=pkg-config
# Default allocator defaults to Jemalloc if it's not an ARM
@@ -151,6 +151,10 @@ ifeq ($(uname_S),NetBSD)
ifndef PYTHON
@@ -178,6 +178,10 @@ ifeq ($(uname_S),NetBSD)
FINAL_LIBS+= -lexecinfo
endif
else
@ -27,7 +27,7 @@ Fix NetBSD support.
ifeq ($(uname_S),FreeBSD)
# FreeBSD
FINAL_LIBS+= -lpthread -lexecinfo
@@ -186,6 +190,7 @@ endif
@@ -213,6 +217,7 @@ endif
endif
endif
endif

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.117 2022/09/06 18:59:11 adam Exp $
@comment $NetBSD: PLIST,v 1.117.2.1 2022/10/21 19:39:49 bsiegert Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@ -275,7 +275,6 @@ share/doc/sqlite3/favicon.ico
share/doc/sqlite3/features.html
share/doc/sqlite3/fileformat.html
share/doc/sqlite3/fileformat2.html
share/doc/sqlite3/fileio.html
share/doc/sqlite3/flextypegood.html
share/doc/sqlite3/floatingpoint.html
share/doc/sqlite3/footprint.html
@ -651,6 +650,7 @@ share/doc/sqlite3/releaselog/3_39_0.html
share/doc/sqlite3/releaselog/3_39_1.html
share/doc/sqlite3/releaselog/3_39_2.html
share/doc/sqlite3/releaselog/3_39_3.html
share/doc/sqlite3/releaselog/3_39_4.html
share/doc/sqlite3/releaselog/3_3_0.html
share/doc/sqlite3/releaselog/3_3_1.html
share/doc/sqlite3/releaselog/3_3_10.html
@ -846,7 +846,6 @@ share/doc/sqlite3/sqlanalyze.html
share/doc/sqlite3/sqlar.html
share/doc/sqlite3/sqldiff.html
share/doc/sqlite3/sqlite.css
share/doc/sqlite3/sqlite.css~
share/doc/sqlite3/sqlite.html
share/doc/sqlite3/stmt.html
share/doc/sqlite3/stricttables.html

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.120 2022/09/06 18:59:11 adam Exp $
$NetBSD: distinfo,v 1.120.2.1 2022/10/21 19:39:49 bsiegert Exp $
BLAKE2s (sqlite-doc-3390300.zip) = 79443f36f46a20dbdbf3bd0d78ed41049adaf6367d67b31297a89a8592efd5d1
SHA512 (sqlite-doc-3390300.zip) = edab798f777bec097a20798a71c8ea01e4c59034da1f696ce1574a57719edd252a0004a268866e338803dd4c46980754ed1b5ddd05a5fc01b59397b6fda172ae
Size (sqlite-doc-3390300.zip) = 10312031 bytes
BLAKE2s (sqlite-doc-3390400.zip) = ee8d991decabf8089b0dd80157930f33a9d38c8526c97da6faa17c1033a9939e
SHA512 (sqlite-doc-3390400.zip) = 75d97b0f2f0d530b2e0ad505574af3bf657d82f0859bb5de7ee45c40a80351e933944845cedca56b579925a3d07505c6f4721f756f27862ffafdfc2caff539fb
Size (sqlite-doc-3390400.zip) = 10853153 bytes

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.132 2022/09/06 18:59:11 adam Exp $
$NetBSD: distinfo,v 1.132.2.1 2022/10/21 19:39:49 bsiegert Exp $
BLAKE2s (sqlite-autoconf-3390300.tar.gz) = 5707cc7b31f4b87fcee797ed569569cd781b93cad9749dace18104313ea95f31
SHA512 (sqlite-autoconf-3390300.tar.gz) = f5f1f275ca7def6e1971d0152852468b89f2759d6fc2dda42b6e47646d65c7d8c454a9accd4ac900e171908114a9164c722314b90fb2ca422b99603158f9ce3e
Size (sqlite-autoconf-3390300.tar.gz) = 3064970 bytes
BLAKE2s (sqlite-autoconf-3390400.tar.gz) = efef4f594d97c8a4bd724c16f7ae7c9f295eb0a52193146753cb08392e5d5b97
SHA512 (sqlite-autoconf-3390400.tar.gz) = cc1de214e69ef677cac3f6dd2000ccfcf4b672ab464a115d96f24707009a408630e762c3cda89741b728ab34c4d9f5b8f8b12e9b11448e8364642b4421c3393d
Size (sqlite-autoconf-3390400.tar.gz) = 3065214 bytes
SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile.common,v 1.94 2022/09/06 18:59:11 adam Exp $
# $NetBSD: Makefile.common,v 1.94.2.1 2022/10/21 19:39:49 bsiegert Exp $
#
# used by databases/sqlite3/Makefile
# used by databases/sqlite3-docs/Makefile
# used by databases/sqlite3-tcl/Makefile
# used by devel/lemon/Makefile
SQLITE3_DISTVERSION= 3390300
SQLITE3_VERSION= 3.39.3
SQLITE3_DISTVERSION= 3390400
SQLITE3_VERSION= 3.39.4
MASTER_SITES= http://www.sqlite.org/2022/
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2022/

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.187 2022/09/06 18:59:11 adam Exp $
$NetBSD: distinfo,v 1.187.2.1 2022/10/21 19:39:49 bsiegert Exp $
BLAKE2s (sqlite-autoconf-3390300.tar.gz) = 5707cc7b31f4b87fcee797ed569569cd781b93cad9749dace18104313ea95f31
SHA512 (sqlite-autoconf-3390300.tar.gz) = f5f1f275ca7def6e1971d0152852468b89f2759d6fc2dda42b6e47646d65c7d8c454a9accd4ac900e171908114a9164c722314b90fb2ca422b99603158f9ce3e
Size (sqlite-autoconf-3390300.tar.gz) = 3064970 bytes
BLAKE2s (sqlite-autoconf-3390400.tar.gz) = efef4f594d97c8a4bd724c16f7ae7c9f295eb0a52193146753cb08392e5d5b97
SHA512 (sqlite-autoconf-3390400.tar.gz) = cc1de214e69ef677cac3f6dd2000ccfcf4b672ab464a115d96f24707009a408630e762c3cda89741b728ab34c4d9f5b8f8b12e9b11448e8364642b4421c3393d
Size (sqlite-autoconf-3390400.tar.gz) = 3065214 bytes
SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.123 2022/09/01 07:47:28 adam Exp $
$NetBSD: distinfo,v 1.123.2.1 2022/11/05 11:28:28 bsiegert Exp $
BLAKE2s (git-2.37.3.tar.xz) = 68d547d013d8575b9993c9af53d9d842d056c4b3ad66f36d903bacd0f236c72d
SHA512 (git-2.37.3.tar.xz) = 9120050b01d8ac8d9f9e85f19cb84dc90c28f3beadc3ea94da94845f2eb5e35aa83eee8447a7ecef5190b8eb5d01be621be2e82bb3020e51e05037cd1fa9b58f
Size (git-2.37.3.tar.xz) = 6987464 bytes
BLAKE2s (git-2.37.4.tar.xz) = ccf85d79d9f333a9c4550005132f2283dfd90847152f67257b75330715f0aae7
SHA512 (git-2.37.4.tar.xz) = f13a25548f6463ee0c3e662819a4af13dfafa8d18108534aeaebafd9a36c84dbea913402d781f7bc1436560c9937d76fd78b39cafa5864f576a1278ed96a9a80
Size (git-2.37.4.tar.xz) = 6990080 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = e3e07365a22c8612e0f5ff3b7befb2bdd788dfb8
SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.version,v 1.109 2022/09/01 07:47:28 adam Exp $
# $NetBSD: Makefile.version,v 1.109.2.1 2022/11/05 11:28:28 bsiegert Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
GIT_VERSION= 2.37.3
GIT_VERSION= 2.37.4

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.61 2022/09/06 18:59:11 adam Exp $
$NetBSD: distinfo,v 1.61.2.1 2022/10/21 19:39:49 bsiegert Exp $
BLAKE2s (sqlite-src-3390300.zip) = 7ecc27cf10eb9812623084e990411684221b751d7fd9facfd9a9ccc580139793
SHA512 (sqlite-src-3390300.zip) = 19827a3dc0b57046b3d50e9538dfcf2e0453a04b2d8ccfee94effa3eee1b1a56837740ecef0e6ee4ec0a94d7185fae9f4a5e158291468acbbcead5335196e776
Size (sqlite-src-3390300.zip) = 13404886 bytes
BLAKE2s (sqlite-src-3390400.zip) = 58782c11d2e04d06f8ed91c5ae61bf2099cb9f812373f761c8cf697c5f584063
SHA512 (sqlite-src-3390400.zip) = 0acb8afc87f911c91ec555cc97af5b77b6b0e80cc8672711ddd87c651d9e11b697c9669ff9ba2b58da12b972bb46acdf8b8fe35993950f10735b4036501b73bb
Size (sqlite-src-3390400.zip) = 13405169 bytes

View File

@ -1,13 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2009/04/18 02:27:21 rh Exp $
$NetBSD: patch-aa,v 1.1 2009/04/18 02:19:23 rh Exp $
--- GNUmakefile.orig 2009-04-18 11:56:31.000000000 +1000
--- GNUmakefile.orig 2009-04-18 10:49:03.000000000 +1000
+++ GNUmakefile
@@ -38,7 +38,7 @@ GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
include $(GNUSTEP_MAKEFILES)/common.make
include ./Version
-SUBPROJECTS = Foundation Resources examples
+SUBPROJECTS = examples
+SUBPROJECTS = Foundation Resources
include $(GNUSTEP_MAKEFILES)/aggregate.make

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.14 2022/09/05 15:43:29 taca Exp $
# $NetBSD: Makefile,v 1.14.2.1 2022/10/22 10:22:10 bsiegert Exp $
DISTNAME= redmine-${RM_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://www.redmine.org/releases/
@ -13,7 +12,7 @@ LICENSE= gnu-gpl-v2 # and so on.
USE_TOOLS+= pax
RM_VERSION= 4.2.7
RM_VERSION= 4.2.8
NO_BUILD= yes
@ -21,8 +20,7 @@ RUBY_VERSIONS_ACCEPTED= 26 27
RUBY_RAILS_ACCEPTED= 52
OVERRIDE_GEMSPEC+= csv>=3.1.1 i18n>=1.8.2 nokogiri>=1.11.0 \
mini_mime>=1.0.1
OVERRIDE_GEMSPEC+= csv>=3.1.1 i18n>=1.8.2 mini_mime>=1.0.1
REPLACE_RUBY+= bin/*
REPLACE_RUBY+= extra/mail_handler/rdm-mailhandler.rb
@ -36,13 +34,13 @@ DEPENDS+= ${RUBY_RAILS_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=3.26:../../www/ruby-rouge
DEPENDS+= ${RUBY_PKGPREFIX}-request_store>=1.5.0<1.6:../../www/ruby-request_store
# ruby-mail depends it.
#DEPENDS+= ${RUBY_PKGPREFIX}-mini_mime>=1.0.1<1.1:../../mail/ruby-mini_mime
#DEPENDS+= ${RUBY_PKGPREFIX}-mini_mime>=1.0.1:../../mail/ruby-mini_mime
DEPENDS+= ${RUBY_PKGPREFIX}-actionpack52-xml_parser>=2.0:../../textproc/ruby-actionpack52-xml_parser
DEPENDS+= ${RUBY_PKGPREFIX}-roadie-rails2_${RUBY_RAILS}>=2.2.0<2.3:../../mail/ruby-roadie-rails2
DEPENDS+= ${RUBY_PKGPREFIX}-marcel>=1.0.0:../../devel/ruby-marcel
DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.7.1<2.8:../../mail/ruby-mail
DEPENDS+= ${RUBY_PKGPREFIX}-csv>=3.1.1:../../textproc/ruby-csv
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.11.1:../../textproc/ruby-nokogiri
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.13.6:../../textproc/ruby-nokogiri
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.8.2<2:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-rbpdf>=1.20.0<1.21:../../print/ruby-rbpdf
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2022/06/22 15:39:58 taca Exp $
@comment $NetBSD: PLIST,v 1.3.4.1 2022/10/22 10:22:10 bsiegert Exp $
bin/redmine42_generate_secret_token${RUBY_SUFFIX}.sh
bin/redmine42_load_default_data${RUBY_SUFFIX}.sh
bin/redmine42_migrate_db${RUBY_SUFFIX}.sh
@ -1613,7 +1613,7 @@ share/${RUBY_NAME}-redmine42/public/javascripts/i18n/datepicker-uk.js
share/${RUBY_NAME}-redmine42/public/javascripts/i18n/datepicker-vi.js
share/${RUBY_NAME}-redmine42/public/javascripts/i18n/datepicker-zh-CN.js
share/${RUBY_NAME}-redmine42/public/javascripts/i18n/datepicker-zh-TW.js
share/${RUBY_NAME}-redmine42/public/javascripts/jquery-3.6.0-ui-1.13.1-ujs-5.2.4.5.js
share/${RUBY_NAME}-redmine42/public/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js
share/${RUBY_NAME}-redmine42/public/javascripts/jquery-migrate-3.3.2.min.js
share/${RUBY_NAME}-redmine42/public/javascripts/jstoolbar/jstoolbar.js
share/${RUBY_NAME}-redmine42/public/javascripts/jstoolbar/lang/jstoolbar-ar.js
@ -1685,7 +1685,7 @@ share/${RUBY_NAME}-redmine42/public/stylesheets/jquery/images/ui-icons_777620_25
share/${RUBY_NAME}-redmine42/public/stylesheets/jquery/images/ui-icons_777777_256x240.png
share/${RUBY_NAME}-redmine42/public/stylesheets/jquery/images/ui-icons_cc0000_256x240.png
share/${RUBY_NAME}-redmine42/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
share/${RUBY_NAME}-redmine42/public/stylesheets/jquery/jquery-ui-1.13.1.css
share/${RUBY_NAME}-redmine42/public/stylesheets/jquery/jquery-ui-1.13.2.css
share/${RUBY_NAME}-redmine42/public/stylesheets/jstoolbar.css
share/${RUBY_NAME}-redmine42/public/stylesheets/responsive.css
share/${RUBY_NAME}-redmine42/public/stylesheets/rtl.css

View File

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.10 2022/06/22 15:39:58 taca Exp $
$NetBSD: distinfo,v 1.10.4.1 2022/10/22 10:22:10 bsiegert Exp $
BLAKE2s (redmine-4.2.7.tar.gz) = 3e692c8190c896d0f40deb94a709494448622d68a03531323effdc015af0d8ad
SHA512 (redmine-4.2.7.tar.gz) = 6654aec3981de8b26de416d253c22c91d881dd7df54192ce41e6e99213c6f4b0947ce213fe484c18117f8701d0528ebb23fe3acf335f84638eeddd972b601be9
Size (redmine-4.2.7.tar.gz) = 3042676 bytes
SHA1 (patch-Gemfile) = 45289d38e0209c7393c199e5e915afca8f25fb7b
BLAKE2s (redmine-4.2.8.tar.gz) = 680e3838dc1c094b38e053edac9099c015bae2ed77ebb9d8cc439722eff63b8e
SHA512 (redmine-4.2.8.tar.gz) = 0cb2d1d8d700503855ac626a056413035cd14d46b6fca0a312461ab112c990b2eaeaa4212c3be5738df8c145160ac4ae0dfb1c2d21586e953452d09b782cc748
Size (redmine-4.2.8.tar.gz) = 3043322 bytes
SHA1 (patch-Gemfile) = 5b3dcc200f2e62ebec6e1ad0be4217ac06229869
SHA1 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff

View File

@ -1,21 +1,22 @@
$NetBSD: patch-Gemfile,v 1.6 2022/06/15 14:22:55 taca Exp $
$NetBSD: patch-Gemfile,v 1.6.4.1 2022/10/22 10:22:10 bsiegert Exp $
Relax dependency.
--- Gemfile.orig 2022-05-16 22:10:08.000000000 +0000
--- Gemfile.orig 2022-10-02 20:10:08.000000000 +0000
+++ Gemfile
@@ -3,17 +3,17 @@ source 'https://rubygems.org'
ruby '>= 2.4.0', '< 2.8.0'
gem 'bundler', '>= 1.12.0'
-gem 'rails', '5.2.8'
-gem 'rails', '5.2.8.1'
+gem 'rails', '~> 5.2.8'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
-gem 'rouge', '~> 3.26.0'
+gem 'rouge', '>= 3.26.0'
gem 'request_store', '~> 1.5.0'
gem "mini_mime", "~> 1.0.1"
-gem "mini_mime", "~> 1.0.1"
+gem "mini_mime", ">= 1.0.1"
gem "actionpack-xml_parser"
gem 'roadie-rails', (RUBY_VERSION < '2.5' ? '~> 1.3.0' : '~> 2.2.0')
gem 'marcel'
@ -25,7 +26,16 @@ Relax dependency.
gem 'nokogiri', (if Gem.ruby_version < Gem::Version.new('2.5.0')
'~> 1.10.10'
elsif Gem.ruby_version < Gem::Version.new('2.6.0')
@@ -69,7 +69,7 @@ if File.exist?(database_file)
@@ -21,7 +21,7 @@ gem 'nokogiri', (if Gem.ruby_version < G
else
'~> 1.13.6'
end)
-gem 'i18n', '~> 1.8.2'
+gem 'i18n', '~> 1.8'
gem "rbpdf", "~> 1.20.0"
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'
@@ -70,7 +70,7 @@ if File.exist?(database_file)
when 'mysql2'
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
when /postgresql/
@ -34,7 +44,7 @@ Relax dependency.
when /sqlite3/
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/
@@ -86,26 +86,6 @@ else
@@ -87,26 +87,6 @@ else
warn("Please configure your config/database.yml first")
end

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2022/09/10 13:16:20 taca Exp $
# $NetBSD: Makefile,v 1.3.2.1 2022/10/23 11:30:41 bsiegert Exp $
DISTNAME= redmine-${RM_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://www.redmine.org/releases/
@ -11,7 +10,7 @@ HOMEPAGE= https://www.redmine.org/
COMMENT= Flexible project management web application
LICENSE= gnu-gpl-v2 # and so on.
RM_VERSION= 5.0.2
RM_VERSION= 5.0.3
NO_BUILD= yes
@ -19,9 +18,7 @@ RUBY_VERSIONS_ACCEPTED= 27 30 31
RUBY_RAILS_ACCEPTED= 61
OVERRIDE_GEMSPEC+= nokogiri>=1.11.0 mini_mime>=1.0.1 csv>=3.1.1
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.5.0:../../misc/ruby-bundler
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.12.0:../../misc/ruby-bundler
DEPENDS+= ${RUBY_RAILS_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=3.28:../../www/ruby-rouge
DEPENDS+= ${RUBY_PKGPREFIX}-request_store>=1.5.0<1.6:../../www/ruby-request_store
@ -32,20 +29,19 @@ DEPENDS+= ${RUBY_PKGPREFIX}-roadie-rails${RUBY_RAILS}>=3.0.0<3.1:../../mail/ruby
DEPENDS+= ${RUBY_PKGPREFIX}-marcel>=1.0.0:../../devel/ruby-marcel
DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.7.1<2.8:../../mail/ruby-mail
DEPENDS+= ${RUBY_PKGPREFIX}-csv>=3.2.0<3.3:../../textproc/ruby-csv
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.13.0<1.14:../../textproc/ruby-nokogiri
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.13.4<1.14:../../textproc/ruby-nokogiri
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.10.0<1.11:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-rbpdf>=1.20.0<1.21:../../print/ruby-rbpdf
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-zip>=2.3.0<2.4:../../archivers/ruby-zip
#DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo-data>=1:../../time/ruby-tzinfo-data
DEPENDS+= ${RUBY_PKGPREFIX}-rotp>=6.2.0:../../security/ruby-rotp
DEPENDS+= ${RUBY_PKGPREFIX}-rqrcode>=1.2.0:../../textproc/ruby-rqrcode
DEPENDS+= ${RUBY_PKGPREFIX}-net-ldap>=0.17.0<0.18:../../net/ruby-net-ldap
DEPENDS+= ${RUBY_PKGPREFIX}-mini-magick>=4.11.0<4.12:../../graphics/ruby-mini-magick
DEPENDS+= ${RUBY_PKGPREFIX}-redcarpet>=3.5.1<3.6:../../textproc/ruby-redcarpet
DEPENDS+= ${RUBY_PKGPREFIX}-deckar01-task_list>=2.3.2:../../textproc/ruby-deckar01-task_list
DEPENDS+= ${RUBY_PKGPREFIX}-html-pipeline>=2.13.2<2.15:../../textproc/ruby-html-pipeline
DEPENDS+= ${RUBY_PKGPREFIX}-commonmarker>=0.23.1:../../textproc/ruby-commonmarker
DEPENDS+= ${RUBY_PKGPREFIX}-html-pipeline>=2.13.2<3:../../textproc/ruby-html-pipeline
DEPENDS+= ${RUBY_PKGPREFIX}-commonmarker>=0.23.1<1:../../textproc/ruby-commonmarker
DEPENDS+= ${RUBY_PKGPREFIX}-sanitize>=6.0<7:../../textproc/ruby-sanitize
.include "../../lang/ruby/modules.mk"

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2022/09/03 13:53:58 taca Exp $
@comment $NetBSD: PLIST,v 1.1.2.1 2022/10/23 11:30:41 bsiegert Exp $
bin/redmine50_generate_secret_token${RUBY_SUFFIX}.sh
bin/redmine50_load_default_data${RUBY_SUFFIX}.sh
bin/redmine50_migrate_db${RUBY_SUFFIX}.sh
@ -1267,6 +1267,8 @@ share/${RUBY_NAME}-redmine50/public/help/da/wiki_syntax_detailed_markdown.html
share/${RUBY_NAME}-redmine50/public/help/da/wiki_syntax_detailed_textile.html
share/${RUBY_NAME}-redmine50/public/help/da/wiki_syntax_markdown.html
share/${RUBY_NAME}-redmine50/public/help/da/wiki_syntax_textile.html
share/${RUBY_NAME}-redmine50/public/help/de/wiki_syntax_common_mark.html
share/${RUBY_NAME}-redmine50/public/help/de/wiki_syntax_detailed_common_mark.html
share/${RUBY_NAME}-redmine50/public/help/de/wiki_syntax_detailed_markdown.html
share/${RUBY_NAME}-redmine50/public/help/de/wiki_syntax_detailed_textile.html
share/${RUBY_NAME}-redmine50/public/help/de/wiki_syntax_markdown.html
@ -1536,7 +1538,6 @@ share/${RUBY_NAME}-redmine50/public/images/milestone_late.png
share/${RUBY_NAME}-redmine50/public/images/milestone_todo.png
share/${RUBY_NAME}-redmine50/public/images/move.png
share/${RUBY_NAME}-redmine50/public/images/news.png
share/${RUBY_NAME}-redmine50/public/images/openid-bg.gif
share/${RUBY_NAME}-redmine50/public/images/package.png
share/${RUBY_NAME}-redmine50/public/images/plugin.png
share/${RUBY_NAME}-redmine50/public/images/project_marker.png
@ -1627,7 +1628,7 @@ share/${RUBY_NAME}-redmine50/public/javascripts/i18n/datepicker-uk.js
share/${RUBY_NAME}-redmine50/public/javascripts/i18n/datepicker-vi.js
share/${RUBY_NAME}-redmine50/public/javascripts/i18n/datepicker-zh-CN.js
share/${RUBY_NAME}-redmine50/public/javascripts/i18n/datepicker-zh-TW.js
share/${RUBY_NAME}-redmine50/public/javascripts/jquery-3.6.0-ui-1.13.1-ujs-6.1.3.1.js
share/${RUBY_NAME}-redmine50/public/javascripts/jquery-3.6.1-ui-1.13.2-ujs-6.1.7.js
share/${RUBY_NAME}-redmine50/public/javascripts/jstoolbar/common_mark.js
share/${RUBY_NAME}-redmine50/public/javascripts/jstoolbar/jstoolbar.js
share/${RUBY_NAME}-redmine50/public/javascripts/jstoolbar/lang/jstoolbar-ar.js
@ -1699,7 +1700,7 @@ share/${RUBY_NAME}-redmine50/public/stylesheets/jquery/images/ui-icons_777620_25
share/${RUBY_NAME}-redmine50/public/stylesheets/jquery/images/ui-icons_777777_256x240.png
share/${RUBY_NAME}-redmine50/public/stylesheets/jquery/images/ui-icons_cc0000_256x240.png
share/${RUBY_NAME}-redmine50/public/stylesheets/jquery/images/ui-icons_ffffff_256x240.png
share/${RUBY_NAME}-redmine50/public/stylesheets/jquery/jquery-ui-1.13.1.css
share/${RUBY_NAME}-redmine50/public/stylesheets/jquery/jquery-ui-1.13.2.css
share/${RUBY_NAME}-redmine50/public/stylesheets/jstoolbar.css
share/${RUBY_NAME}-redmine50/public/stylesheets/responsive.css
share/${RUBY_NAME}-redmine50/public/stylesheets/rtl.css

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.2 2022/09/10 15:54:46 taca Exp $
$NetBSD: distinfo,v 1.2.2.1 2022/10/23 11:30:41 bsiegert Exp $
BLAKE2s (redmine-5.0.2.tar.gz) = 9007851c68874012f6fcf8544362bcafcb6ddad31d556581b1281d7e2e7971bf
SHA512 (redmine-5.0.2.tar.gz) = aeb0486b2193b0c622f878b67089f9628a59c28bc7a6d3660756dd8047e13b199198d2b7cf42d04c1235f06567e4c4f572d529f964edb862fcd19e2ce7febbdc
Size (redmine-5.0.2.tar.gz) = 3104135 bytes
SHA1 (patch-Gemfile) = 65475eb402da669944819d7ac97d14bb19fd90ad
BLAKE2s (redmine-5.0.3.tar.gz) = 47710138cd38b6d442ad952d4bb1e3cdd016b6bd64bf172ce8636311a219b550
SHA512 (redmine-5.0.3.tar.gz) = ad790e1674485c7a2e9c59d6f653de7b90dcc673fb979d0433bf275bcdc2a794fe9cf78788fce928a111e3e8cbc296230a57702d9e0ea8f317f7a00cc3d8481b
Size (redmine-5.0.3.tar.gz) = 3113409 bytes
SHA1 (patch-Gemfile) = e98a0dd810e1b55daf8ea4f70c35b96dba619035
SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe
SHA1 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff

View File

@ -1,23 +1,23 @@
$NetBSD: patch-Gemfile,v 1.2 2022/09/10 13:16:20 taca Exp $
$NetBSD: patch-Gemfile,v 1.2.2.1 2022/10/23 11:30:41 bsiegert Exp $
* Relax dependency.
* Do not load gem for developemt and test.
--- Gemfile.orig 2022-06-21 05:20:45.000000000 +0000
--- Gemfile.orig 2022-10-02 20:10:35.000000000 +0000
+++ Gemfile
@@ -3,9 +3,9 @@ source 'https://rubygems.org'
ruby '>= 2.5.0', '< 3.2.0'
gem 'bundler', '>= 1.12.0'
-gem 'rails', '6.1.6'
+gem 'rails', '~> 6.1'
-gem 'rails', '6.1.7'
+gem 'rails', '~>6.1'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
-gem 'rouge', '~> 3.28.0'
+gem 'rouge', '~> 3.28'
gem 'request_store', '~> 1.5.0'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
@@ -46,8 +46,8 @@ gem 'redcarpet', '~> 3.5.1', groups: [:m
@@ -48,8 +48,8 @@ gem 'redcarpet', '~> 3.5.1', groups: [:m
# Optional CommonMark support, not for JRuby
group :common_mark do
@ -28,7 +28,7 @@ $NetBSD: patch-Gemfile,v 1.2 2022/09/10 13:16:20 taca Exp $
gem "sanitize", "~> 6.0"
gem 'deckar01-task_list', '2.3.2'
end
@@ -67,7 +67,7 @@ if File.exist?(database_file)
@@ -69,7 +69,7 @@ if File.exist?(database_file)
when 'mysql2'
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
when /postgresql/
@ -37,7 +37,7 @@ $NetBSD: patch-Gemfile,v 1.2 2022/09/10 13:16:20 taca Exp $
when /sqlite3/
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/
@@ -84,6 +84,7 @@ else
@@ -86,6 +86,7 @@ else
warn("Please configure your config/database.yml first")
end
@ -45,7 +45,7 @@ $NetBSD: patch-Gemfile,v 1.2 2022/09/10 13:16:20 taca Exp $
group :development do
gem 'listen', '~> 3.3'
gem "yard"
@@ -104,6 +105,7 @@ group :test do
@@ -106,6 +107,7 @@ group :test do
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rails', '~> 2.14.0'
end

View File

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2022,v 1.4670 2022/09/26 05:22:35 jnemeth Exp $
$NetBSD: CHANGES-2022,v 1.4670.2.2 2022/12/27 11:02:13 he Exp $
Changes to the packages collection and infrastructure in 2022:

112
doc/CHANGES-pkgsrc-2022Q3 Normal file
View File

@ -0,0 +1,112 @@
$NetBSD: CHANGES-pkgsrc-2022Q3,v 1.1.2.8 2022/11/30 17:38:03 bsiegert Exp $
Changes to packages and infrastructure on the 2022Q3 branch:
Pullup ticket #6673 - requested by thor
blas: build fix for BLAS_TYPE=openblas_pthread
Pullup ticket #6674 - requested by taca
lang/nodejs14: security fix
Pullup ticket #6675 - requested by taca
lang/php74: security fix
Pullup ticket #6676 - requested by taca
lang/php81: security fix
Pullup ticket #6677 - requested by taca
lang/php80: security fix
Pullup ticket #6678 - requested by taca
lang/nodejs: security fix
Pullup ticket #6679 - requested by taca
lang/go118: security fix
Pullup ticket #6681 - requested by taca
net/isc-dhcp4: security fix
Pullup ticket #6680 - requested by taca
lang/go119: security fix
Pullup ticket #6682 - requested by taca
www/drupal9: security fix
Pullup ticket #6682 - requested by taca
www/drupal9: security fix
Pullup ticket #6683 - requested by wiz
graphics/cairo-gobject: macOS build fix
Pullup ticket #6684 - requested by nia
graphics/babl: evbarm build fix
Pullup ticket #6685 - requested by nia
lang/openjdk8: build fix
Pullup ticket #6686 - requested by nia
lang/ocaml: evbarm build fix
Pullup ticket #6688 - requested by taca
databases/sqlite3: security fix (for ruby-sqlite3)
Pullup ticket #6689 - requested by taca
devel/ruby-redmine42: security fix
Pullup ticket #6687 - requested by nia
www/webkit-gtk: aarch64 build fix
Pullup ticket #6690 - requested by taca
devel/ruby-redmine50: security fix
Pullup ticket #6693 - requested by nia
www/firefox102: security fix
Pullup ticket #6691 - requested by taca
www/ruby-jekyll: critical bugfix
Pullup ticket #6692 - requested by taca
devel/git: security fix
Pullup ticket #6694 - requested by taca
devel/samba4: security fix
Pullup ticket #6695 - requested by nia
www/arcticfox: arm build fix
Pullup ticket #6697 - requested by taca
www/curl: security fix
Pullup ticket #6699 - requested by taca
lang/php81: security fix
Pullup ticket #6700 - requested by taca
lang/php80: security fix
Pullup ticket #6701 - requested by taca
lang/php74: security fix
Pullup ticket #6702 - requested by taca
security/sudo: security fix
Pullup ticket #6703 - requested by wiz
mail/evolution: build fix
Pullup ticket #6704 - requested by khorben
www/gitea: security fix, build fix
Pullup ticket #6696 - requested by bsiegert
textproc/expat: security update
Pullup ticket #6705 - requested by bsiegert
databases/redis: security update
Pullup ticket #6706 - requested by taca
lang/ruby31-base: security fix
Pullup ticket #6707 - requested by taca
lang/ruby30-base: security fix
Pullup ticket #6708 - requested by taca
lang/ruby27-base: security fix

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.52 2022/09/11 08:59:14 tnn Exp $
# $NetBSD: Makefile,v 1.52.2.1 2022/10/08 18:07:10 bsiegert Exp $
DISTNAME= babl-0.1.96
CATEGORIES= graphics
@ -35,6 +35,10 @@ PLIST_VARS+= x86_64
PLIST.x86_64= yes
.endif
PLIST_VARS+= arm
.if !empty(MACHINE_ARCH:Mearm*)
PLIST.arm= yes
.endif
PKG_OPTIONS_VAR= PKG_OPTIONS.babl
PKG_SUPPORTED_OPTIONS=

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.23 2022/09/10 09:34:16 wiz Exp $
@comment $NetBSD: PLIST,v 1.23.2.1 2022/10/08 18:07:10 bsiegert Exp $
bin/babl
include/babl-0.1/babl/babl-introspect.h
include/babl-0.1/babl/babl-macros.h
@ -33,6 +33,18 @@ lib/babl-0.1/sse4-int8.${SOEXT}
lib/babl-0.1/two-table.${SOEXT}
lib/babl-0.1/u16.${SOEXT}
lib/babl-0.1/u32.${SOEXT}
${PLIST.arm}lib/babl-0.1/arm-neon-CIE.so
${PLIST.arm}lib/babl-0.1/arm-neon-cairo.so
${PLIST.arm}lib/babl-0.1/arm-neon-double.so
${PLIST.arm}lib/babl-0.1/arm-neon-float.so
${PLIST.arm}lib/babl-0.1/arm-neon-gegl-fixups.so
${PLIST.arm}lib/babl-0.1/arm-neon-gggl-lies.so
${PLIST.arm}lib/babl-0.1/arm-neon-gggl.so
${PLIST.arm}lib/babl-0.1/arm-neon-grey.so
${PLIST.arm}lib/babl-0.1/arm-neon-simple.so
${PLIST.arm}lib/babl-0.1/arm-neon-u16.so
${PLIST.arm}lib/babl-0.1/arm-neon-u32.so
${PLIST.arm}lib/babl-0.1/arm-neon-ycbcr.so
${PLIST.x86_64}lib/babl-0.1/x86-64-v2-CIE.${SOEXT}
${PLIST.x86_64}lib/babl-0.1/x86-64-v2-cairo.${SOEXT}
${PLIST.x86_64}lib/babl-0.1/x86-64-v2-double.${SOEXT}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.40 2021/12/08 16:02:07 adam Exp $
# $NetBSD: Makefile,v 1.40.8.1 2022/10/07 18:47:59 bsiegert Exp $
.include "../../graphics/cairo/Makefile.common"
@ -22,10 +22,10 @@ post-install:
###
### This matches the logic in ../../graphics/cairo/options.mk
###
.if !empty(PKG_BUILD_OPTIONS.cairo:Mx11) || !empty(PKG_BUILD_OPTIONS.cairo:Mxcb)
.if ${PKG_BUILD_OPTIONS.cairo:Mx11} || ${PKG_BUILD_OPTIONS.cairo:Mxcb}
CONFIGURE_ARGS+= --enable-xlib
CONFIGURE_ARGS+= --enable-xlib-xrender
. if !empty(PKG_BUILD_OPTIONS.cairo:Mxcb)
. if ${PKG_BUILD_OPTIONS.cairo:Mxcb}
CONFIGURE_ARGS+= --enable-xcb
. else
CONFIGURE_ARGS+= --disable-xcb
@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --disable-xlib-xrender
CONFIGURE_ARGS+= --disable-xcb
.endif
BUILDLINK_ABI_DEPENDS.glib2+= glib2>=2.14.0
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.61 2020/08/17 20:17:27 leot Exp $
# $NetBSD: buildlink3.mk,v 1.61.18.1 2022/10/07 18:47:59 bsiegert Exp $
BUILDLINK_TREE+= cairo
@ -16,11 +16,11 @@ BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
pkgbase := cairo
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.cairo:Mxcb)
.if ${PKG_BUILD_OPTIONS.cairo:Mxcb}
.include "../../x11/libxcb/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.cairo:Mx11)
.if ${PKG_BUILD_OPTIONS.cairo:Mx11} || ${PKG_BUILD_OPTIONS.cairo:Mxcb}
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.22 2022/09/24 07:15:14 wiz Exp $
# $NetBSD: options.mk,v 1.22.2.1 2022/10/07 18:47:59 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cairo
PKG_SUPPORTED_OPTIONS= x11 xcb
@ -6,9 +6,8 @@ PKG_SUPPORTED_OPTIONS= x11 xcb
PKG_SUPPORTED_OPTIONS+= quartz
PKG_SUGGESTED_OPTIONS+= quartz
.else
PKG_SUGGESTED_OPTIONS= x11
PKG_SUGGESTED_OPTIONS= x11 xcb
.endif
PKG_SUGGESTED_OPTIONS+= xcb
.include "../../mk/bsd.options.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: version.mk,v 1.159 2022/09/12 12:16:05 jperkin Exp $
# $NetBSD: version.mk,v 1.159.2.2 2022/10/07 18:19:31 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@ -6,8 +6,8 @@
#
.include "go-vars.mk"
GO119_VERSION= 1.19.1
GO118_VERSION= 1.18.6
GO119_VERSION= 1.19.2
GO118_VERSION= 1.18.7
GO117_VERSION= 1.17.13
GO116_VERSION= 1.16.15
GO110_VERSION= 1.10.8

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.7 2022/09/07 06:36:33 bsiegert Exp $
@comment $NetBSD: PLIST,v 1.7.2.1 2022/10/07 16:34:03 bsiegert Exp $
bin/go${GOVERSSUFFIX}
bin/gofmt${GOVERSSUFFIX}
go118/AUTHORS
@ -933,6 +933,7 @@ go118/src/archive/tar/testdata/issue12435.tar
go118/src/archive/tar/testdata/neg-size.tar
go118/src/archive/tar/testdata/nil-uid.tar
go118/src/archive/tar/testdata/pax-bad-hdr-file.tar
go118/src/archive/tar/testdata/pax-bad-hdr-large.tar.bz2
go118/src/archive/tar/testdata/pax-bad-mtime-file.tar
go118/src/archive/tar/testdata/pax-global-records.tar
go118/src/archive/tar/testdata/pax-multi-hdrs.tar
@ -10820,6 +10821,8 @@ go118/test/fixedbugs/issue5470.dir/a.go
go118/test/fixedbugs/issue5470.dir/b.go
go118/test/fixedbugs/issue5470.go
go118/test/fixedbugs/issue5493.go
go118/test/fixedbugs/issue55122.go
go118/test/fixedbugs/issue55122b.go
go118/test/fixedbugs/issue5515.go
go118/test/fixedbugs/issue5581.go
go118/test/fixedbugs/issue5607.go
@ -11662,6 +11665,7 @@ go118/test/typeparam/issue52228.go
go118/test/typeparam/issue52241.go
go118/test/typeparam/issue53419.go
go118/test/typeparam/issue53477.go
go118/test/typeparam/issue54911.go
go118/test/typeparam/list.go
go118/test/typeparam/list2.go
go118/test/typeparam/listimp.dir/a.go

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.7 2022/09/07 06:36:33 bsiegert Exp $
$NetBSD: distinfo,v 1.7.2.1 2022/10/07 16:34:03 bsiegert Exp $
BLAKE2s (go1.18.6.src.tar.gz) = 71c3a452522d81e751845cc89a341a7164d80c2d3368d36c6bf71191185117b2
SHA512 (go1.18.6.src.tar.gz) = 2af66b09bfe033b413eb7603a73a490319bf49fec0a2e20c40350e60b9ef35250a6dc8544c5fc67bd1ede55e242d056e7749f69ef500a38b1efe4b8f93078de3
Size (go1.18.6.src.tar.gz) = 22865753 bytes
BLAKE2s (go1.18.7.src.tar.gz) = 90a986b01c2ff99dc45c08aa05e35c3c3495bc0265a057aead2d64656e321780
SHA512 (go1.18.7.src.tar.gz) = cf1ff024e94b900b87cc52d3ec04b0f7f853880a99c416791ad4b9af5f8e50ec82fbe00788bc8dcc184ef5ce1a9df17f5f5e95cf01c0c8138f28f53d691ca5d4
Size (go1.18.7.src.tar.gz) = 22872579 bytes
SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2022/09/06 19:11:13 bsiegert Exp $
@comment $NetBSD: PLIST,v 1.2.2.1 2022/10/07 18:19:31 bsiegert Exp $
bin/go${GOVERSSUFFIX}
bin/gofmt${GOVERSSUFFIX}
go119/CONTRIBUTING.md
@ -960,6 +960,7 @@ go119/src/archive/tar/testdata/issue12435.tar
go119/src/archive/tar/testdata/neg-size.tar
go119/src/archive/tar/testdata/nil-uid.tar
go119/src/archive/tar/testdata/pax-bad-hdr-file.tar
go119/src/archive/tar/testdata/pax-bad-hdr-large.tar.bz2
go119/src/archive/tar/testdata/pax-bad-mtime-file.tar
go119/src/archive/tar/testdata/pax-global-records.tar
go119/src/archive/tar/testdata/pax-multi-hdrs.tar
@ -11225,7 +11226,11 @@ go119/test/fixedbugs/issue54638.go
go119/test/fixedbugs/issue5470.dir/a.go
go119/test/fixedbugs/issue5470.dir/b.go
go119/test/fixedbugs/issue5470.go
go119/test/fixedbugs/issue54911.go
go119/test/fixedbugs/issue5493.go
go119/test/fixedbugs/issue54991.go
go119/test/fixedbugs/issue55122.go
go119/test/fixedbugs/issue55122b.go
go119/test/fixedbugs/issue5515.go
go119/test/fixedbugs/issue5581.go
go119/test/fixedbugs/issue5607.go
@ -12080,6 +12085,7 @@ go119/test/typeparam/issue53419.go
go119/test/typeparam/issue53477.go
go119/test/typeparam/issue53762.go
go119/test/typeparam/issue54135.go
go119/test/typeparam/issue54225.go
go119/test/typeparam/issue54302.dir/a.go
go119/test/typeparam/issue54302.dir/main.go
go119/test/typeparam/issue54302.go

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.2 2022/09/06 19:11:13 bsiegert Exp $
$NetBSD: distinfo,v 1.2.2.1 2022/10/07 18:19:31 bsiegert Exp $
BLAKE2s (go1.19.1.src.tar.gz) = 58558ab93053577809b2b826edf4e8217a312efcaedbfbff5317beddcd8d4bee
SHA512 (go1.19.1.src.tar.gz) = 7e8cf557f05d5a537f9305bb9c19cf8ab9ce640376e5ea97ff0d490b016364936e8dfc129462760c4e817af01fdf09e3f815b88412f9985bb254dfa3167752c0
Size (go1.19.1.src.tar.gz) = 26527375 bytes
BLAKE2s (go1.19.2.src.tar.gz) = 09640c7d9fafd3e5a58de1696940e4e5e4102d15d567fff98077c75e7e6afd7f
SHA512 (go1.19.2.src.tar.gz) = 72901e5eaf1857b22bf62a82690579aa4bd8b8130f16416313d249600c99e1ae3c1451ac5c53138ce41dd39dd72dcf8d0f3592b98f4239754efcf4f8b0103cb4
Size (go1.19.2.src.tar.gz) = 26534465 bytes
SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.240 2022/08/29 06:30:11 adam Exp $
# $NetBSD: Makefile,v 1.240.2.1 2022/10/03 15:32:47 bsiegert Exp $
DISTNAME= node-v18.8.0
DISTNAME= node-v18.9.1
EXTRACT_SUFX= .tar.xz
USE_LANGUAGES= c gnu++17
@ -31,9 +31,9 @@ CXXFLAGS+= -mstackrealign
.include "options.mk"
# Node turns on -latomic for arm, mips and ppc.
.if !empty(MACHINE_ARCH:M*arm*) || \
!empty(MACHINE_ARCH:M*powerpc*) || \
!empty(MACHINE_ARCH:M*mips*)
.if ${MACHINE_ARCH:M*arm*} || \
${MACHINE_ARCH:M*powerpc*} || \
${MACHINE_ARCH:M*mips*}
.include "../../devel/libatomic/buildlink3.mk"
.endif

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.64 2022/05/05 07:08:06 adam Exp $
@comment $NetBSD: PLIST,v 1.64.4.1 2022/10/03 15:32:47 bsiegert Exp $
bin/node
include/node/common.gypi
include/node/config.gypi
@ -63,8 +63,6 @@ include/node/v8-wasm.h
include/node/v8-weak-callback-info.h
include/node/v8.h
include/node/v8config.h
${PLIST.dtrace}lib/dtrace/node.d
man/man1/node.1
share/doc/node/gdbinit
share/doc/node/lldb_commands.py
share/systemtap/tapset/node.stp

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.221 2022/08/29 06:30:11 adam Exp $
$NetBSD: distinfo,v 1.221.2.1 2022/10/03 15:32:47 bsiegert Exp $
BLAKE2s (node-v18.8.0.tar.xz) = 2d98c255b10cff28ac24d24bba17b74e18a5cf40e62f442c03b60ea0675f767b
SHA512 (node-v18.8.0.tar.xz) = 757d31439672945967da10ff7079ac9f9cca9d717eabd8fcb1ab7e5716692f8dbc1382a055dc35519076a00a3ee5bce98cfaae4c4a320ce7d0bc6a95cc7f4e6a
Size (node-v18.8.0.tar.xz) = 38285796 bytes
BLAKE2s (node-v18.9.1.tar.xz) = 1955355f6949be11a933ed66e841601605c02e662310a545aaa1dadb8c0b637a
SHA512 (node-v18.9.1.tar.xz) = fc570dbd41197363d0f9bc3f329fbdffd0cb5b7382327e206d40b3b4e42a80fa65debb172abd501021bcc5082d8d99fc5f6faa05cf87066170c87be1b15e8734
Size (node-v18.9.1.tar.xz) = 38315220 bytes
SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/07/08 13:29:36 adam Exp $
# $NetBSD: Makefile,v 1.4.2.1 2022/10/03 14:02:17 bsiegert Exp $
DISTNAME= node-v14.20.0
DISTNAME= node-v14.20.1
EXTRACT_SUFX= .tar.xz
USE_LANGUAGES= c gnu++14
@ -27,9 +27,9 @@ CXXFLAGS+= -mstackrealign
.include "../../lang/nodejs/options.mk"
# Node turns on -latomic for arm, mips and ppc.
.if !empty(MACHINE_ARCH:M*arm*) || \
!empty(MACHINE_ARCH:M*powerpc*) || \
!empty(MACHINE_ARCH:M*mips*)
.if ${MACHINE_ARCH:M*arm*} || \
${MACHINE_ARCH:M*powerpc*} || \
${MACHINE_ARCH:M*mips*}
.include "../../devel/libatomic/buildlink3.mk"
.endif

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.3 2022/07/08 13:29:36 adam Exp $
$NetBSD: distinfo,v 1.3.2.1 2022/10/03 14:02:17 bsiegert Exp $
BLAKE2s (node-v14.20.0.tar.xz) = 07861c31cc674f6238b64c0c04c3320c4db9e3f3ed4cac9a743519ce1f441cec
SHA512 (node-v14.20.0.tar.xz) = 400eb247c1d37ca64f4d643ab1852d2e1415ee190cf726b1e9b058386a1ebd6d7a9f40092afff228ec7980f37a78978252c1ef115aee47ec5b90c065f136b10f
Size (node-v14.20.0.tar.xz) = 34487684 bytes
BLAKE2s (node-v14.20.1.tar.xz) = c888743d669032cd93fe1e04f83b678ab100f379c1704922f86b36be268af7db
SHA512 (node-v14.20.1.tar.xz) = 27186e6b877189c7976fe566cbc4f5e961941f74af7e2f96a0829d6061b880569095666da70545f61a017f1b520050ab6ef5fc98e2e71e72253633f88a9264fb
Size (node-v14.20.1.tar.xz) = 34482880 bytes
SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.145 2022/06/24 12:30:09 gdt Exp $
# $NetBSD: Makefile,v 1.145.4.1 2022/10/21 19:16:35 bsiegert Exp $
.include "Makefile.common"
@ -27,7 +27,8 @@ BUILD_TARGET= world
.endif
# configure: error: fma does not work, enable emulation with --enable-imprecise-c99-float-ops
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-earm*)
CONFIGURE_ARGS+= --enable-imprecise-c99-float-ops
.endif

View File

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.92 2022/09/24 09:51:54 nia Exp $
$NetBSD: distinfo,v 1.92.2.1 2022/10/21 19:16:27 bsiegert Exp $
BLAKE2s (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 8745b980e290e509c0dd09706398b89afce85fee1405b9367b6684c83d56b96a
SHA512 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 6ed928cc68503c27edd6f3a90f94e1e762192d41997b12903e37071f4fcd34f5579fa970e59c240928eaae60729300fbfdb02a5ec1136bc757ee24f1ee554af4
@ -65,7 +65,7 @@ SHA1 (patch-hotspot_src_os__cpu_bsd__aarch64_vm_bytes__bsd__aarch64.inline.hpp)
SHA1 (patch-hotspot_src_os__cpu_bsd__aarch64_vm_os__bsd__aarch64.cpp) = 461717b25728884add18a8c68221ccea4ef81bbe
SHA1 (patch-hotspot_src_os__cpu_bsd__aarch64_vm_vm__version__bsd__aarch64.cpp) = d6762bb2a9fe6e158ccf23f7d04aa0cba588e78e
SHA1 (patch-hotspot_src_os__cpu_bsd__zero_vm_atomic__bsd__zero.inline.hpp) = f46713855507654be42707b1f80a779796929069
SHA1 (patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp) = dcce100a83519f844fe9833c93c924a00bfa4f2d
SHA1 (patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp) = 199f460df677b2c64412fe032d7ff60e9dbd6796
SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_atomic__solaris__x86.inline.hpp) = 2bf9147643be4ac711d1bf94eb0e6ae4abad20c6
SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_orderAccess__solaris__x86.inline.hpp) = 82818bc8d8fee46403b88cf52a7c978b5ea0005c
SHA1 (patch-hotspot_src_os__cpu_solaris__x86_vm_os__solaris__x86.cpp) = 6a6b719a52408e88b27d3f2a5a41789dc15ef39d

View File

@ -1,10 +1,6 @@
$NetBSD: patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp,v 1.4 2022/09/24 09:51:54 nia Exp $
$NetBSD: patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp,v 1.4.2.1 2022/10/21 19:16:27 bsiegert Exp $
delay evaluation of __has_builtin after the !_LP64 case, this is an attempted
workaround for the following compiler error on aarch64:
os_bsd_zero.cpp:453:38: error: missing binary operator before token "("
#if !defined(_LP64) && !__has_builtin(__sync_val_compare_and_swap_8)
Fix building with GCC < 10.
^
--- hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp.orig 2022-07-31 16:21:00.000000000 +0000
+++ hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp
@ -13,7 +9,7 @@ os_bsd_zero.cpp:453:38: error: missing binary operator before token "("
// -- http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/Atomic-Builtins.html
-#if !defined(_LP64) && !__has_builtin(__sync_val_compare_and_swap_8)
+#if !defined(_LP64)
+#if !defined(_LP64) && defined(__has_builtin)
+#if !__has_builtin(__sync_val_compare_and_swap_8)
extern "C" {
long long unsigned int __sync_val_compare_and_swap_8(

View File

@ -1,4 +1,4 @@
# $NetBSD: phpversion.mk,v 1.374 2022/09/01 16:34:21 taca Exp $
# $NetBSD: phpversion.mk,v 1.374.2.6 2022/11/07 17:37:05 bsiegert Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@ -88,9 +88,9 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.30
PHP80_VERSION= 8.0.23
PHP81_VERSION= 8.1.10
PHP74_VERSION= 7.4.33
PHP80_VERSION= 8.0.25
PHP81_VERSION= 8.1.12
# Define initial release of major version.
PHP56_RELDATE= 20140828

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2022/04/18 19:09:56 adam Exp $
# $NetBSD: Makefile,v 1.29.4.1 2022/11/07 17:37:05 bsiegert Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@ -49,10 +49,10 @@ CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
.endif
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
# ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
# ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
# ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
# ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/php.gif ${DESTDIR}${PREFIX}/share/php

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2022/06/09 15:00:38 taca Exp $
# $NetBSD: Makefile,v 1.16.4.1 2022/11/07 17:37:05 bsiegert Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@ -66,10 +66,6 @@ CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
.endif
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
${DESTDIR}${EGDIR}

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.37 2022/06/09 15:00:38 taca Exp $
$NetBSD: distinfo,v 1.37.4.2 2022/11/07 17:37:05 bsiegert Exp $
BLAKE2s (php-7.4.30.tar.xz) = 444547e11b84b53043ccca0e2abba93e585a9d7174884e7f31f24fa7dd44f2c5
SHA512 (php-7.4.30.tar.xz) = 7bce44a23c07193c10c57459f08b08fdce4e3a269d6829a61371d1b1f117ecf4e167805a40e1a5e7687f534aee9d5f5745a3f4dcb344e9e781c105bc964ed738
Size (php-7.4.30.tar.xz) = 10419136 bytes
BLAKE2s (php-7.4.33.tar.xz) = 11ec78e0a566d33168e9867e60796f25b8edc4efa03868929251a6297021e79d
SHA512 (php-7.4.33.tar.xz) = 499b63b99e5d8e8082ff89d3a91b4cb9a593ea7553b96e48863414c13d2e50275904ed29070e2232e529ee91160f505e6060a4d129cb5bf098aa5b6ea0928d3d
Size (php-7.4.33.tar.xz) = 10420144 bytes
SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2022/06/10 00:00:07 taca Exp $
# $NetBSD: Makefile,v 1.9.4.1 2022/11/07 17:37:06 bsiegert Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@ -66,10 +66,6 @@ CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
.endif
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
${DESTDIR}${EGDIR}

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.24 2022/09/01 16:34:21 taca Exp $
$NetBSD: distinfo,v 1.24.2.2 2022/11/05 19:21:29 bsiegert Exp $
BLAKE2s (php-8.0.23.tar.xz) = 4342760a3769c5299ff7ebd110a4ea57c7a1e964fca302ed98b096a7bbbb2585
SHA512 (php-8.0.23.tar.xz) = 269020756d184fd72de9ccfc83746e01415ae0f37aaa57cfb3e524e49f0f2a6e6b22c95c09b451f9f54d2c82e1452caa9b8e9f178be546883dfc22a4c9e49575
Size (php-8.0.23.tar.xz) = 10860624 bytes
BLAKE2s (php-8.0.25.tar.xz) = 48709affae5ad92c7d8d239a91400c3b784daa28bb71af45e5b4d1091046399c
SHA512 (php-8.0.25.tar.xz) = 43bb0637e424e2a637e05f3faf0ca2c5309f2d9cc03def9fc9af9b756003ea6efe730b608c70177c3c1b9cb03cef31c27cd6507cca9d9f0fd854aadb5e51aee3
Size (php-8.0.25.tar.xz) = 10802888 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2022/06/09 15:10:50 taca Exp $
# $NetBSD: Makefile,v 1.7.4.1 2022/11/07 17:37:06 bsiegert Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
@ -66,10 +66,6 @@ CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
.endif
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php
${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php
cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \
${DESTDIR}${EGDIR}

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.12 2022/09/01 16:32:35 taca Exp $
$NetBSD: distinfo,v 1.12.2.2 2022/11/05 19:15:10 bsiegert Exp $
BLAKE2s (php-8.1.10.tar.xz) = 323e51e24ca6a1ebb7424056f4e86606fbeae88116452f9ffe863f5c6447bfb1
SHA512 (php-8.1.10.tar.xz) = d41595365a5a032a593dfaa13106ae66e78db59d3539a2d37cb5a536c38934b8a6ed90cf4e91fc4539cb2f018517ee4c6e696a4d2b6541bfa3c6fa5f1f9ca378
Size (php-8.1.10.tar.xz) = 11736192 bytes
BLAKE2s (php-8.1.12.tar.xz) = 02b83ec30079831a2aff20d87b264bc73808feffed9acadb03ef9252fc37b3dc
SHA512 (php-8.1.12.tar.xz) = 437b6a8146b58479f4d1acb7b35d68954f1f7bc13a8f3dddc66e1677d7e9b6a11154861f9e894cbd59b9c28d4df3fd5422f9b5553004e9fc8d0320ab59b9f907
Size (php-8.1.12.tar.xz) = 11747176 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.71 2022/09/10 13:19:28 taca Exp $
# $NetBSD: Makefile,v 1.71.2.1 2022/11/30 17:25:42 bsiegert Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION}
PKGREVISION= 1
CATEGORIES= lang ruby
MASTER_SITES= # empty
DISTFILES= # empty

View File

@ -1,4 +1,4 @@
# $NetBSD: rubyversion.mk,v 1.252 2022/05/17 00:42:33 gutteridge Exp $
# $NetBSD: rubyversion.mk,v 1.252.4.3 2022/11/30 17:37:35 bsiegert Exp $
#
# This file determines which Ruby version is used as a dependency for
@ -214,9 +214,9 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
# current supported Ruby's version
RUBY26_VERSION= 2.6.10
RUBY27_VERSION= 2.7.6
RUBY30_VERSION= 3.0.4
RUBY31_VERSION= 3.1.2
RUBY27_VERSION= 2.7.7
RUBY30_VERSION= 3.0.5
RUBY31_VERSION= 3.1.3
# current API compatible version; used for version of shared library
RUBY26_API_VERSION= 2.6.0
@ -331,7 +331,7 @@ RUBY_RUBYGEMS_VER= 3.1.6
RUBY_BENCHMARK_VER= 0.1.0
RUBY_BIGDECIMAL_VER= 2.0.0
RUBY_BUNDLER_VER= 2.1.4
RUBY_CGI_VER= 0.1.0.1
RUBY_CGI_VER= 0.1.0.2
RUBY_CSV_VER= 3.1.2
RUBY_DATE_VER= 3.0.3
RUBY_DBM_VER= 1.1.0
@ -356,7 +356,7 @@ RUBY_NET_SMTP_VER= 0.1.0
RUBY_NET_TELNET_VER= 0.2.0
RUBY_OBSERVER_VER= 0.1.0
RUBY_OPEN3_VER= 0.1.0
RUBY_OPENSSL_VER= 2.1.3
RUBY_OPENSSL_VER= 2.1.4
RUBY_OSTRUCT_VER= 0.2.0
RUBY_POWER_ASSERT_VER= 1.1.7
RUBY_PRIME_VER= 0.1.1
@ -395,7 +395,7 @@ RUBY_BASE64_VER= 0.1.0
RUBY_BENCHMARK_VER= 0.1.1
RUBY_BIGDECIMAL_VER= 3.0.0
RUBY_BUNDLER_VER= 2.2.33
RUBY_CGI_VER= 0.2.1
RUBY_CGI_VER= 0.2.2
RUBY_CSV_VER= 3.1.9
RUBY_DATE_VER= 3.1.3
RUBY_DBM_VER= 1.1.0
@ -433,7 +433,7 @@ RUBY_NKF_VER= 0.1.0
RUBY_OBSERVER_VER= 0.1.1
RUBY_OPEN_URI_VER= 0.1.0
RUBY_OPEN3_VER= 0.1.1
RUBY_OPENSSL_VER= 2.2.1
RUBY_OPENSSL_VER= 2.2.2
RUBY_OPTPARSE_VER= 0.1.1
RUBY_OSTRUCT_VER= 0.3.1
RUBY_PATHNAME_VER= 0.1.0
@ -481,16 +481,16 @@ RUBY_ABI_VERSION= ${RUBY_VERSION}
RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR}
# bundled gems
RUBY_RUBYGEMS_VER= 3.3.3
RUBY_RUBYGEMS_VER= 3.3.26
RUBY_ABBREV_VER= 0.1.0
RUBY_BASE64_VER= 0.1.1
RUBY_BENCHMARK_VER= 0.2.0
RUBY_BIGDECIMAL_VER= 3.1.1
RUBY_BUNDLER_VER= 2.3.7
RUBY_CGI_VER= 0.3.1
RUBY_CSV_VER= 3.2.2
RUBY_BUNDLER_VER= 2.3.26
RUBY_CGI_VER= 0.3.5
RUBY_CSV_VER= 3.2.5
RUBY_DATE_VER= 3.2.2
RUBY_DEBUG_VER= 1.4.0
RUBY_DEBUG_VER= 1.6.3
RUBY_DELEGATE_VER= 0.2.0
RUBY_DID_YOU_MEAN_VER= 1.6.1
RUBY_DIGEST_VER= 3.1.0
@ -516,7 +516,7 @@ RUBY_MATRIX_VER= 0.4.2
RUBY_MINITEST_VER= 5.15.0
RUBY_MUTEX_M_VER= 0.1.1
RUBY_NET_FTP_VER= 0.1.3
RUBY_NET_HTTP_VER= 0.2.0
RUBY_NET_HTTP_VER= 0.3.0
RUBY_NET_IMAP_VER= 0.2.3
RUBY_NET_POP_VER= 0.1.1
RUBY_NET_PROTOCOL_VER= 0.1.2
@ -525,7 +525,7 @@ RUBY_NKF_VER= 0.1.1
RUBY_OBSERVER_VER= 0.1.1
RUBY_OPEN_URI_VER= 0.2.0
RUBY_OPEN3_VER= 0.1.1
RUBY_OPENSSL_VER= 3.0.0
RUBY_OPENSSL_VER= 3.0.1
RUBY_OPTPARSE_VER= 0.2.0
RUBY_OSTRUCT_VER= 0.5.2
RUBY_PATHNAME_VER= 0.2.0
@ -534,20 +534,20 @@ RUBY_PP_VER= 0.3.0
RUBY_PRETTYPRINT_VER= 0.1.1
RUBY_PRIME_VER= 0.1.2
RUBY_PSTORE_VER= 0.1.1
RUBY_PSYCH_VER= 4.0.3
RUBY_PSYCH_VER= 4.0.4
RUBY_RACC_VER= 1.6.0
RUBY_RAKE_VER= 13.0.6
RUBY_RBS_VER= 2.1.0
RUBY_RBS_VER= 2.7.0
RUBY_RDOC_VER= 6.4.0
RUBY_READLINE_VER= 0.0.3
RUBY_RELINE_VER= 0.3.0
RUBY_RESOLV_VER= 0.2.1
RUBY_RELINE_VER= 0.3.1
RUBY_RESOLV_REPLACE_VER= 0.1.0
RUBY_RESOLV_VER= 0.2.1
RUBY_REXML_VER= 3.2.5
RUBY_RINDA_VER= 0.1.1
RUBY_RSS_VER= 0.2.9
RUBY_RUBY2_KEYWORDS_VER= 0.0.5
RUBY_SECURERANDOM_VER= 0.1.1
RUBY_SECURERANDOM_VER= 0.2.0
RUBY_SET_VER= 1.0.2
RUBY_SHELLWORDS_VER= 0.1.0
RUBY_SINGLETON_VER= 0.1.1
@ -561,7 +561,7 @@ RUBY_TIMEOUT_VER= 0.2.0
RUBY_TMPDIR_VER= 0.1.2
RUBY_TRACER_VER= 0.1.1
RUBY_TSORT_VER= 0.1.0
RUBY_TYPEPROF_VER= 0.21.2
RUBY_TYPEPROF_VER= 0.21.3
RUBY_UN_VER= 0.2.0
RUBY_URI_VER= 0.11.0
RUBY_WEAKREF_VER= 0.1.1

View File

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.10 2022/04/12 14:21:00 taca Exp $
$NetBSD: distinfo,v 1.10.4.1 2022/11/30 17:37:36 bsiegert Exp $
BLAKE2s (ruby-2.7.6.tar.xz) = 4cc99a73c925a1652758b41769e06a1a4c8bd9e7cb0da7ffe5ece6e8b132e920
SHA512 (ruby-2.7.6.tar.xz) = e86410b59d5917786fe43b00fd75dedd0e7f84611286b9274c542d2e562088fcee6bcc6c2596c30ccf793280d2bac6bfbb2619ef0513b3ca31f10f88684c7b1f
Size (ruby-2.7.6.tar.xz) = 12084408 bytes
SHA1 (patch-configure) = 5ee800f6824b18efd06e56a659235ea784819f2e
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
SHA1 (patch-configure) = 6f4b2abb5d22270ebcf211b4aa25d7efb6c0d2e9
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-ext_openssl_ossl__pkey__rsa.c) = 925fa135abb90b9a1fa16da14b17c0d2b2bec364
SHA1 (patch-lib_mkmf.rb) = 4a3cd18548dbdf43a13695d4e76f817c0347e335

View File

@ -1,4 +1,4 @@
$NetBSD: patch-configure,v 1.2 2021/04/11 12:32:03 taca Exp $
$NetBSD: patch-configure,v 1.2.12.1 2022/11/30 17:37:36 bsiegert Exp $
* Adding Interix support.
* Ignore doxygen.
@ -6,26 +6,26 @@ $NetBSD: patch-configure,v 1.2 2021/04/11 12:32:03 taca Exp $
* Handle SSP in pkgsrc.
* Put -std= in CFLAGS not CPPFLAGS.
--- configure.orig 2021-04-05 12:39:40.000000000 +0000
--- configure.orig 2022-11-24 12:42:10.000000000 +0000
+++ configure
@@ -6469,7 +6469,7 @@ else
if test x"$target_alias" = x; then :
@@ -7709,7 +7709,7 @@ else $as_nop
then :
case "$target_os" in #(
- darwin*) :
+ nodarwin*) :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5
$as_echo_n "checking for real target cpu... " >&6; }
@@ -8839,6 +8839,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5
printf %s "checking for real target cpu... " >&6; }
@@ -10064,6 +10064,7 @@ fi
stack_protector=no
;; #(
*) :
+ stack_protector=no
;;
esac
if test -z "${stack_protector+set}"; then :
@@ -10703,6 +10704,10 @@ esac
if test -z "${stack_protector+set}"
@@ -12017,6 +12018,10 @@ esac
ac_cv_func___builtin_setjmp=no
;; #(
@ -36,16 +36,18 @@ $NetBSD: patch-configure,v 1.2 2021/04/11 12:32:03 taca Exp $
*) :
;;
esac
@@ -22277,6 +22282,8 @@ else
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
+# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
@@ -23748,7 +23753,9 @@ else
#include <stdlib.h>
#include <stddef.h>
#ifndef alloca
-# ifdef __GNUC__
+# if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
+# include <stdlib.h>
# else
# ifdef HAVE_ALLOCA_H
# include <alloca.h>
@@ -27482,7 +27489,9 @@ fi
+# elif defined __GNUC__
# define alloca __builtin_alloca
# elif defined _MSC_VER
# include <malloc.h>
@@ -28604,7 +28611,9 @@ fi
interix*) :
: ${LDSHARED='$(CC) -shared'}
XLDFLAGS="$XLDFLAGS -Wl,-E"
@ -55,16 +57,25 @@ $NetBSD: patch-configure,v 1.2 2021/04/11 12:32:03 taca Exp $
rb_cv_dlopen=yes ;; #(
freebsd*|dragonfly*) :
@@ -28743,7 +28752,7 @@ fi
@@ -28775,7 +28784,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $flag is accepted for bundle" >&5
printf %s "checking whether $flag is accepted for bundle... " >&6; }
: > conftest.c
- if ${LDSHARED/'$(CC)'/$CC} -o conftest.bundle $flag conftest.c >/dev/null 2>conftest.err &&
+ if $(echo ${LDSHARED} | sed -e "s/'$(CC)'/$CC/g") -o conftest.bundle $flag conftest.c >/dev/null 2>conftest.err &&
test ! -s conftest.err
then :
@@ -29929,7 +29938,7 @@ fi
;; #(
freebsd*|dragonfly*) :
- LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)'
+ LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)$(TEENY)'
LIBRUBY_SONAME='$(LIBRUBY_SO)'
if test "$rb_cv_binary_elf" != "yes" ; then :
@@ -28822,9 +28831,10 @@ esac
if test "$rb_cv_binary_elf" != "yes"
then :
@@ -30010,9 +30019,10 @@ esac
;; #(
darwin*) :
@ -74,10 +85,10 @@ $NetBSD: patch-configure,v 1.2 2021/04/11 12:32:03 taca Exp $
- LIBRUBY_ALIASES='lib$(RUBY_INSTALL_NAME).$(SOEXT)'
+ LIBRUBY_SONAME='lib$(RUBY_BASE_NAME).$(RUBY_API_VERSION).$(SOEXT)'
+ LIBRUBY_ALIASES='$(LIBRUBY_SONAME) lib$(RUBY_INSTALL_NAME).$(SOEXT)'
if test "$load_relative" = yes; then :
if test "$load_relative" = yes
then :
libprefix="@executable_path/../${libdir_basename}"
@@ -28845,7 +28855,12 @@ fi
@@ -30035,7 +30045,12 @@ fi
;; #(
interix*) :
@ -91,7 +102,7 @@ $NetBSD: patch-configure,v 1.2 2021/04/11 12:32:03 taca Exp $
;; #(
mingw*|cygwin*|mswin*) :
@@ -29027,7 +29042,7 @@ if test "$enable_rpath" = yes; then :
@@ -30228,7 +30243,7 @@ then :
esac
rpathflag=`IFS="$PATH_SEPARATOR"
echo x "$rpathflag" |
@ -100,19 +111,21 @@ $NetBSD: patch-configure,v 1.2 2021/04/11 12:32:03 taca Exp $
`
LIBRUBY_RPATHFLAGS="$LIBRUBY_RPATHFLAGS${rpathflag}"
LIBRUBYARG_SHARED="$LIBRUBY_RPATHFLAGS $LIBRUBYARG_SHARED"
@@ -31751,19 +31766,7 @@ which seems to be undefined. Please mak
@@ -33031,21 +33046,7 @@ which seems to be undefined. Please mak
"Makefile":F)
tmpmk=confmk$$.tmp
{
- if test ${VCS+set}; then :
- if test ${VCS+set}
-then :
-
- :
-
-elif git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`; then :
-elif git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`
-then :
-
- VCS='$(GIT)'
-
-else
-else $as_nop
-
VCS='echo cannot'
-

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2022/07/18 12:47:52 jperkin Exp $
# $NetBSD: Makefile,v 1.8.2.1 2022/11/30 17:25:42 bsiegert Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
PKGREVISION= 2
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}

View File

@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.10 2022/05/04 16:44:53 taca Exp $
$NetBSD: distinfo,v 1.10.4.1 2022/11/30 17:25:42 bsiegert Exp $
BLAKE2s (ruby-3.0.4.tar.xz) = 2487d6f4bd37ef20715935a50d2cc50f9d50589c9223836bfaa6c3ac7de57b4d
SHA512 (ruby-3.0.4.tar.xz) = 53bf7dd403b0c68af9691882ad8ed7422c8d1f496627428fb4c3caf0b0313715524b744c5f453aced2d49e16e55f3f45b46b9a77aa3097dbfcae7caa0208194b
Size (ruby-3.0.4.tar.xz) = 15830368 bytes
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
SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
SHA1 (patch-configure) = 8499cad3c1fb1a1b15392ba375f8d4e737fef2e4
SHA1 (patch-configure) = a6ef87bfefd5f753d0b331c6b5493ef189f69d6a
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890
SHA1 (patch-ext_openssl_ossl__pkey__rsa.c) = 32054bad7bf31040e6d8828f8786de26dc860518

View File

@ -1,4 +1,4 @@
$NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
$NetBSD: patch-configure,v 1.2.4.1 2022/11/30 17:25:43 bsiegert Exp $
* Adding Interix support.
* Ignore doxygen.
@ -7,26 +7,26 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
* Retain _XOPEN_SOURCE, fixes eventmachine.
* Fix argument for pthread_self() on NetBSD.
--- configure.orig 2022-04-12 11:48:57.000000000 +0000
--- configure.orig 2022-11-24 11:04:58.000000000 +0000
+++ configure
@@ -8381,7 +8381,7 @@ else
if test x"$target_alias" = x; then :
@@ -9270,7 +9270,7 @@ else $as_nop
then :
case "$target_os" in #(
- darwin*) :
+ nodarwin*) :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5
$as_echo_n "checking for real target cpu... " >&6; }
@@ -10094,6 +10094,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5
printf %s "checking for real target cpu... " >&6; }
@@ -11095,6 +11095,7 @@ fi
stack_protector=no
;; #(
*) :
+ stack_protector=no
;;
esac
if test -z "${stack_protector+set}"; then :
@@ -11794,18 +11795,6 @@ fi
if test -z "${stack_protector+set}"
@@ -12893,18 +12894,6 @@ then :
CPPFLAGS="$CPPFLAGS ${rb_opt}" ;;
esac
done
@ -45,7 +45,7 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
fi
@@ -11970,6 +11959,10 @@ esac
@@ -13060,6 +13049,10 @@ esac
ac_cv_func___builtin_setjmp=no
;; #(
@ -56,16 +56,18 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
*) :
;;
esac
@@ -23324,6 +23317,8 @@ else
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
+# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
@@ -24715,7 +24708,9 @@ else
#include <stdlib.h>
#include <stddef.h>
#ifndef alloca
-# ifdef __GNUC__
+# if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
+# include <stdlib.h>
# else
# ifdef HAVE_ALLOCA_H
# include <alloca.h>
@@ -28622,7 +28617,9 @@ fi
+# elif defined __GNUC__
# define alloca __builtin_alloca
# elif defined _MSC_VER
# include <malloc.h>
@@ -29662,7 +29657,9 @@ fi
interix*) :
: ${LDSHARED='$(CC) -shared'}
XLDFLAGS="$XLDFLAGS -Wl,-E"
@ -75,16 +77,25 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
rb_cv_dlopen=yes ;; #(
freebsd*|dragonfly*) :
@@ -29890,7 +29887,7 @@ fi
@@ -29833,7 +29830,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $flag is accepted for bundle" >&5
printf %s "checking whether $flag is accepted for bundle... " >&6; }
: > conftest.c
- if ${LDSHARED/'$(CC)'/$CC} -o conftest.bundle $flag conftest.c >/dev/null 2>conftest.err &&
+ if $(echo ${LDSHARED} | sed -e "s/'$(CC)'/$CC/g") -o conftest.bundle $flag conftest.c >/dev/null 2>conftest.err &&
test ! -s conftest.err
then :
@@ -30991,7 +30988,7 @@ fi
;; #(
freebsd*|dragonfly*) :
- LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)'
+ LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)$(TEENY)'
LIBRUBY_SONAME='$(LIBRUBY_SO)'
if test "$rb_cv_binary_elf" != "yes" ; then :
@@ -29969,9 +29966,10 @@ esac
if test "$rb_cv_binary_elf" != "yes"
then :
@@ -31072,9 +31069,10 @@ esac
;; #(
darwin*) :
@ -94,10 +105,10 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
- LIBRUBY_ALIASES='lib$(RUBY_INSTALL_NAME).$(SOEXT)'
+ LIBRUBY_SONAME='lib$(RUBY_BASE_NAME).$(RUBY_API_VERSION).$(SOEXT)'
+ LIBRUBY_ALIASES='$(LIBRUBY_SONAME) lib$(RUBY_INSTALL_NAME).$(SOEXT)'
if test "$load_relative" = yes; then :
if test "$load_relative" = yes
then :
libprefix="@executable_path/../${libdir_basename}"
@@ -29992,7 +29990,12 @@ fi
@@ -31097,7 +31095,12 @@ fi
;; #(
interix*) :
@ -111,7 +122,7 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
;; #(
mingw*|cygwin*|mswin*) :
@@ -30174,7 +30177,7 @@ if test "$enable_rpath" = yes; then :
@@ -31290,7 +31293,7 @@ then :
esac
rpathflag=`IFS="$PATH_SEPARATOR"
echo x "$rpathflag" |
@ -120,19 +131,21 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:16 jperkin Exp $
`
LIBRUBY_RPATHFLAGS="$LIBRUBY_RPATHFLAGS${rpathflag}"
LIBRUBYARG_SHARED="$LIBRUBY_RPATHFLAGS $LIBRUBYARG_SHARED"
@@ -32906,19 +32909,7 @@ which seems to be undefined. Please mak
@@ -34101,21 +34104,7 @@ which seems to be undefined. Please mak
"Makefile":F)
tmpmk=confmk$$.tmp
{
- if test ${VCS+set}; then :
- if test ${VCS+set}
-then :
-
- :
-
-elif git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`; then :
-elif git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`
-then :
-
- VCS='$(GIT)'
-
-else
-else $as_nop
-
VCS='echo cannot'
-

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2022/07/18 12:48:38 jperkin Exp $
# $NetBSD: Makefile,v 1.6.2.1 2022/11/30 17:19:02 bsiegert Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
PKGREVISION= 3
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2022/02/20 15:59:09 taca Exp $
@comment $NetBSD: PLIST,v 1.2.6.1 2022/11/30 17:19:02 bsiegert Exp $
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
bin/erb${RUBY_SUFFIX}
@ -260,7 +260,6 @@ ${RUBY_LIB}/bundler/compact_index_client/updater.rb
${RUBY_LIB}/bundler/constants.rb
${RUBY_LIB}/bundler/current_ruby.rb
${RUBY_LIB}/bundler/definition.rb
${RUBY_LIB}/bundler/dep_proxy.rb
${RUBY_LIB}/bundler/dependency.rb
${RUBY_LIB}/bundler/deployment.rb
${RUBY_LIB}/bundler/deprecate.rb
@ -305,12 +304,16 @@ ${RUBY_LIB}/bundler/man/bundle-clean.1
${RUBY_LIB}/bundler/man/bundle-clean.1.ronn
${RUBY_LIB}/bundler/man/bundle-config.1
${RUBY_LIB}/bundler/man/bundle-config.1.ronn
${RUBY_LIB}/bundler/man/bundle-console.1
${RUBY_LIB}/bundler/man/bundle-console.1.ronn
${RUBY_LIB}/bundler/man/bundle-doctor.1
${RUBY_LIB}/bundler/man/bundle-doctor.1.ronn
${RUBY_LIB}/bundler/man/bundle-exec.1
${RUBY_LIB}/bundler/man/bundle-exec.1.ronn
${RUBY_LIB}/bundler/man/bundle-gem.1
${RUBY_LIB}/bundler/man/bundle-gem.1.ronn
${RUBY_LIB}/bundler/man/bundle-help.1
${RUBY_LIB}/bundler/man/bundle-help.1.ronn
${RUBY_LIB}/bundler/man/bundle-info.1
${RUBY_LIB}/bundler/man/bundle-info.1.ronn
${RUBY_LIB}/bundler/man/bundle-init.1
@ -329,6 +332,8 @@ ${RUBY_LIB}/bundler/man/bundle-outdated.1
${RUBY_LIB}/bundler/man/bundle-outdated.1.ronn
${RUBY_LIB}/bundler/man/bundle-platform.1
${RUBY_LIB}/bundler/man/bundle-platform.1.ronn
${RUBY_LIB}/bundler/man/bundle-plugin.1
${RUBY_LIB}/bundler/man/bundle-plugin.1.ronn
${RUBY_LIB}/bundler/man/bundle-pristine.1
${RUBY_LIB}/bundler/man/bundle-pristine.1.ronn
${RUBY_LIB}/bundler/man/bundle-remove.1
@ -337,13 +342,17 @@ ${RUBY_LIB}/bundler/man/bundle-show.1
${RUBY_LIB}/bundler/man/bundle-show.1.ronn
${RUBY_LIB}/bundler/man/bundle-update.1
${RUBY_LIB}/bundler/man/bundle-update.1.ronn
${RUBY_LIB}/bundler/man/bundle-version.1
${RUBY_LIB}/bundler/man/bundle-version.1.ronn
${RUBY_LIB}/bundler/man/bundle-viz.1
${RUBY_LIB}/bundler/man/bundle-viz.1.ronn
${RUBY_LIB}/bundler/man/bundle.1
${RUBY_LIB}/bundler/man/bundle.1.ronn
${RUBY_LIB}/bundler/man/gemfile.5
${RUBY_LIB}/bundler/man/gemfile.5.ronn
${RUBY_LIB}/bundler/match_metadata.rb
${RUBY_LIB}/bundler/match_platform.rb
${RUBY_LIB}/bundler/match_remote_metadata.rb
${RUBY_LIB}/bundler/mirror.rb
${RUBY_LIB}/bundler/plugin.rb
${RUBY_LIB}/bundler/plugin/api.rb
@ -358,6 +367,7 @@ ${RUBY_LIB}/bundler/plugin/source_list.rb
${RUBY_LIB}/bundler/process_lock.rb
${RUBY_LIB}/bundler/remote_specification.rb
${RUBY_LIB}/bundler/resolver.rb
${RUBY_LIB}/bundler/resolver/base.rb
${RUBY_LIB}/bundler/resolver/spec_group.rb
${RUBY_LIB}/bundler/retry.rb
${RUBY_LIB}/bundler/ruby_dsl.rb
@ -1035,6 +1045,8 @@ ${RUBY_LIB}/rubygems/exceptions.rb
${RUBY_LIB}/rubygems/ext.rb
${RUBY_LIB}/rubygems/ext/build_error.rb
${RUBY_LIB}/rubygems/ext/builder.rb
${RUBY_LIB}/rubygems/ext/cargo_builder.rb
${RUBY_LIB}/rubygems/ext/cargo_builder/link_flag_converter.rb
${RUBY_LIB}/rubygems/ext/cmake_builder.rb
${RUBY_LIB}/rubygems/ext/configure_builder.rb
${RUBY_LIB}/rubygems/ext/ext_conf_builder.rb
@ -1074,7 +1086,6 @@ ${RUBY_LIB}/rubygems/package/tar_writer.rb
${RUBY_LIB}/rubygems/package_task.rb
${RUBY_LIB}/rubygems/path_support.rb
${RUBY_LIB}/rubygems/platform.rb
${RUBY_LIB}/rubygems/psych_additions.rb
${RUBY_LIB}/rubygems/psych_tree.rb
${RUBY_LIB}/rubygems/query_utils.rb
${RUBY_LIB}/rubygems/rdoc.rb
@ -1339,23 +1350,16 @@ ${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/LICENSE.txt
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/README.md
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/Rakefile
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/TODO.md
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/bin/console
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/bin/gentest
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/bin/setup
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/exe/rdbg
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/debug.c
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/debug.${RUBY_DLEXT}
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/debug_version.h
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/extconf.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/ext/debug/iseq_collector.c
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/bp.vim
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/breakpoint.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/client.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/color.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/config.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/console.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/debug.${RUBY_DLEXT}
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/frame_info.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/local.rb
${GEM_HOME}/gems/debug-${RUBY_DEBUG_VER}/lib/debug/open.rb
@ -1521,6 +1525,7 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/BSDL
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/CHANGELOG.md
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/COPYING
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/Gemfile
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/Gemfile.lock
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/README.md
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/Rakefile
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/Steepfile
@ -1571,9 +1576,27 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/random.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/range.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rational.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rb_config.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rbs/unnamed/argf.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rbs/unnamed/env_class.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rbs/unnamed/random.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/refinement.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/regexp.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/ruby_vm.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/basic_specification.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/config_file.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/dependency_installer.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/errors.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/installer.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/path_support.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/platform.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/request_set.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/requirement.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/rubygems.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/source_list.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/specification.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/stream_ui.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/uninstaller.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/rubygems/version.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/signal.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/string.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/core/string_io.rbs
@ -1609,7 +1632,6 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/parser.h
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/parserstate.c
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/parserstate.h
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/rbs_extension.h
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/rbs_extension.${RUBY_DLEXT}
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/ruby_objs.c
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/ruby_objs.h
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/ext/rbs_extension/unescape.c
@ -1628,7 +1650,6 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/ast/members.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/ast/type_param.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/buffer.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/builtin_names.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/char_scanner.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/cli.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/cleaner.rb
@ -1636,6 +1657,7 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/config.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/config/lockfile_generator.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/installer.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/sources.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/sources/base.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/sources/git.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/sources/rubygems.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/collection/sources/stdlib.rb
@ -1664,6 +1686,9 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/prototype/rb.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/prototype/rbi.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/prototype/runtime.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/repository.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/resolver/constant_resolver.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/resolver/type_name_resolver.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/sorter.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/substitution.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/test.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/test/errors.rb
@ -1684,7 +1709,8 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/variance_calculator.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/vendorer.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/version.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs/writer.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rbs_extension.${RUBY_DLEXT}
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rdoc/discover.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/lib/rdoc_plugin/parser.rb
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/schema/annotation.json
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/schema/comment.json
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/schema/decls.json
@ -1703,7 +1729,6 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/annotate/rdoc_source.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/annotation.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/buffer.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/builtin_names.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/char_scanner.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/cli.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/collection.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/collection/cleaner.rbs
@ -1720,16 +1745,30 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/environment.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/environment_loader.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/environment_walker.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/errors.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/factory.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/location.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/locator.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/members.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/method_builder.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/method_types.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/namespace.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/parser.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/polyfill.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/prototype/helpers.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/prototype/rb.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/prototype/rbi.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/rbs.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/rdoc/rbs.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/repository.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/resolver/constant_resolver.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/resolver/context.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/resolver/type_name_resolver.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/shims.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/shims/abstract_syntax_tree.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/shims/enumerable.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/shims/pp.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/shims/ripper.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/sorter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/substitution.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/type_alias_dependency.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/sig/type_alias_regularity.rbs
@ -1751,15 +1790,18 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/bigdecimal-math/0/big_math.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/bigdecimal-math/0/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/bigdecimal/0/big_decimal.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/cgi/0/core.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/cgi/0/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/coverage/0/coverage.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/csv/0/csv.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/csv/0/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/date/0/date.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/date/0/date_time.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/date/0/time.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/dbm/0/dbm.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/did_you_mean/0/did_you_mean.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/digest/0/digest.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/erb/0/erb.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/fiber/0/fiber.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/etc/0/etc.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/fileutils/0/fileutils.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/find/0/find.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/forwardable/0/forwardable.rbs
@ -1772,6 +1814,42 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/logger/0/logger.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/logger/0/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/logger/0/period.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/logger/0/severity.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/kernel.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/abstract_reporter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/assertion.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/assertions.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/backtrace_filter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/bench_spec.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/benchmark.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/composite_reporter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/expectation.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/expectations.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/guard.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/mock.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/parallel.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/parallel/executor.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/parallel/test.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/parallel/test/class_methods.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/pride_io.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/pride_lol.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/progress_reporter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/reportable.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/reporter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/result.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/runnable.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/skip.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/spec.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/spec/dsl.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/spec/dsl/instance_methods.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/statistics_reporter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/summary_reporter.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/test.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/test/lifecycle_hooks.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/unexpected_error.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/unit.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/minitest/0/minitest/unit/test_case.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/monitor/0/monitor.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/mutex_m/0/mutex_m.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/net-http/0/manifest.yaml
@ -1788,22 +1866,9 @@ ${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/prime/0/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/prime/0/prime.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/pstore/0/pstore.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/pty/0/pty.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rdoc/0/rdoc.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/resolv/0/manifest.yaml
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/resolv/0/resolv.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/basic_specification.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/config_file.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/dependency_installer.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/installer.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/path_support.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/platform.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/request_set.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/requirement.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/rubygems.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/source_list.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/specification.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/stream_ui.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/uninstaller.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/rubygems/0/version.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/securerandom/0/securerandom.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/set/0/set.rbs
${GEM_HOME}/gems/rbs-${RUBY_RBS_VER}/stdlib/shellwords/0/shellwords.rbs
@ -2096,16 +2161,6 @@ ${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/lib/typeprof/version.rb
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/tools/coverage.rb
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/tools/setup-insns-def.rb
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/typeprof-lsp
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/.gitignore
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/.vscode/launch.json
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/.vscodeignore
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/README.md
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/development.md
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/package-lock.json
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/package.json
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/sandbox/test.rb
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/src/extension.ts
${GEM_HOME}/gems/typeprof-${RUBY_TYPEPROF_VER}/vscode/tsconfig.json
${GEM_HOME}/specifications/debug-${RUBY_DEBUG_VER}.gemspec
${GEM_HOME}/specifications/default/abbrev-${RUBY_ABBREV_VER}.gemspec
${GEM_HOME}/specifications/default/base64-${RUBY_BASE64_VER}.gemspec

View File

@ -1,23 +1,23 @@
$NetBSD: distinfo,v 1.7 2022/05/07 09:36:16 taca Exp $
$NetBSD: distinfo,v 1.7.4.1 2022/11/30 17:19:02 bsiegert Exp $
BLAKE2s (ruby-3.1.2.tar.xz) = 5384cfebbd466de36f68f554be2c045363e6c074d90a94a4c035ecaadf3c878b
SHA512 (ruby-3.1.2.tar.xz) = 4a74e9efc6ea4b3eff4fec7534eb1fff4794d021531defc2e9937e53c6668db8ecdc0fff2bc23d5e6602d0df344a2caa85b31c5414309541e3d5313ec82b6e21
Size (ruby-3.1.2.tar.xz) = 15101588 bytes
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
SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
SHA1 (patch-configure) = 3da2fffeaf717e241e9e3b12ad627d09375790da
SHA1 (patch-configure) = 90e976f6a8af9f4962587ba0cb404ff38e704fbd
SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890
SHA1 (patch-include_ruby_internal_static__assert.h) = 7d5c3ae7ff674b9b34639924fcf08237164de9f8
SHA1 (patch-lib_mkmf.rb) = 4a3cd18548dbdf43a13695d4e76f817c0347e335
SHA1 (patch-lib_rdoc_encoding.rb) = 0e82d2942d9bfcb67dc7c994889d7bc5ec2ae85a
SHA1 (patch-lib_rdoc_ri_driver.rb) = f4d3e59e35b608acd4edc17916142c7f033e6198
SHA1 (patch-lib_rubygems.rb) = 5208798483129d1391891ca4af46ed11e072737a
SHA1 (patch-lib_rubygems_commands_setup__command.rb) = 181bb7554d760182588b0e1b0aafb84c317f41ad
SHA1 (patch-lib_rubygems.rb) = 060549c43b84f73c77432a72cdcf22941be4eb17
SHA1 (patch-lib_rubygems_commands_setup__command.rb) = 66c475a5308deb2ed5096b88cf65549732f87421
SHA1 (patch-lib_rubygems_dependency__installer.rb) = 1776508907f17547ffe93f637d6f18d335061d76
SHA1 (patch-lib_rubygems_install__update__options.rb) = 1e953b5a517a805fd7184e359fbc06e67a5ff9b3
SHA1 (patch-lib_rubygems_installer.rb) = 03fcd57d4e7ea03cf2ffc3d219fd489e30361014
SHA1 (patch-lib_rubygems_platform.rb) = 7ef0d86c2d84b942db726d293a319d7ea54e56c8
SHA1 (patch-lib_rubygems_install__update__options.rb) = 0cd0816e1cd7c84c1dab1e091787c4dc38d28273
SHA1 (patch-lib_rubygems_installer.rb) = 1c94047a24362b3597dac7ea156982a09cb93234
SHA1 (patch-lib_rubygems_platform.rb) = ea9d0972fb788799d7d8c07b223ac75cbab23158
SHA1 (patch-template_Makefile.in) = a4b94293de165e87021b79a0a7f683ba76e168d9
SHA1 (patch-test_rubygems_test__gem.rb) = e624da5b9c49f9409160a7b0fdd2efad17986cab
SHA1 (patch-test_rubygems_test__gem.rb) = 32f7c7d7f8a024c045d78c2bce93944fc3113d04
SHA1 (patch-thread__pthread.c) = 7c1231933a2d6ce9d56891ab512371841697fbca
SHA1 (patch-tool_ifchange) = 1814cd41f0b0a93b181799cb117bd1f57068cf33
SHA1 (patch-tool_runruby.rb) = 5dd8a3bea5e9776f7521f85955dddd2127e4c4d0

View File

@ -1,4 +1,4 @@
$NetBSD: patch-configure,v 1.2 2022/05/04 15:49:51 jperkin Exp $
$NetBSD: patch-configure,v 1.2.4.1 2022/11/30 17:19:03 bsiegert Exp $
* Avoid bash specific variable substitution.
* Adding Interix support.
@ -9,9 +9,9 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:51 jperkin Exp $
* Fix argument for pthread_self() on NetBSD.
* Explictly stop display with color.
--- configure.orig 2022-04-12 11:11:17.000000000 +0000
--- configure.orig 2022-11-24 10:20:33.000000000 +0000
+++ configure
@@ -3316,12 +3316,12 @@ case "$target_cpu-$target_os" in #(
@@ -3942,12 +3942,12 @@ case "$target_cpu-$target_os" in #(
target_cpu=arm64
case "$target_vendor" in #(
unknown) :
@ -27,24 +27,24 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:51 jperkin Exp $
;; #(
*) :
;;
@@ -8441,7 +8441,7 @@ else
if test x"$target_alias" = x; then :
@@ -9361,7 +9361,7 @@ else $as_nop
then :
case "$target_os" in #(
- darwin*) :
+ nodarwin*) :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5
$as_echo_n "checking for real target cpu... " >&6; }
@@ -10262,6 +10262,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5
printf %s "checking for real target cpu... " >&6; }
@@ -11355,6 +11355,7 @@ fi
stack_protector=no
;; #(
*) :
+ stack_protector=no
;;
esac
if test -z "${stack_protector+set}"; then :
@@ -11981,18 +11982,6 @@ fi
if test -z "${stack_protector+set}"
@@ -13198,18 +13199,6 @@ then :
CPPFLAGS="$CPPFLAGS ${rb_opt}" ;;
esac
done
@ -63,7 +63,7 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:51 jperkin Exp $
fi
@@ -12226,6 +12215,10 @@ esac
@@ -13437,6 +13426,10 @@ esac
ac_cv_func___builtin_setjmp=no
;; #(
@ -74,48 +74,48 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:51 jperkin Exp $
*) :
;;
esac
@@ -24059,6 +24052,8 @@ else
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
+# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
@@ -25518,7 +25511,9 @@ else
#include <stdlib.h>
#include <stddef.h>
#ifndef alloca
-# ifdef __GNUC__
+# if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
+# include <stdlib.h>
# else
# ifdef HAVE_ALLOCA_H
# include <alloca.h>
@@ -29499,7 +29494,9 @@ fi
+# elif defined __GNUC__
# define alloca __builtin_alloca
# elif defined _MSC_VER
# include <malloc.h>
@@ -30542,6 +30537,8 @@ fi
interix*) :
: ${LDSHARED='$(CC) -shared'}
XLDFLAGS="$XLDFLAGS -Wl,-E"
+ DLDFLAGS="$DLDFLAGS "'-Wl,-h,$(.TARGET) -Wl,--image-base,$$(($$RANDOM %4096/2*262144+1342177280))'
LIBPATHFLAG=" -L%1\$-s"
+ RPATHFLAG=' -Wl,-R%1$-s'
rb_cv_dlopen=yes ;; #(
freebsd*|dragonfly*) :
@@ -30700,7 +30697,7 @@ fi
@@ -30713,7 +30710,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $flag is accepted for bundle" >&5
printf %s "checking whether $flag is accepted for bundle... " >&6; }
: > conftest.c
- if ${LDSHARED/'$(CC)'/$CC} -o conftest.bundle $flag conftest.c >/dev/null 2>conftest.err &&
+ if $(echo ${LDSHARED} | sed -e "s/'$(CC)'/$CC/g") -o conftest.bundle $flag conftest.c >/dev/null 2>conftest.err &&
test ! -s conftest.err
then :
@@ -31748,8 +31745,10 @@ fi
;; #(
freebsd*|dragonfly*) :
- LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)'
+ LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)$(TEENY)'
LIBRUBY_SONAME='$(LIBRUBY_SO)'
if test "$rb_cv_binary_elf" != "yes" ; then :
@@ -30795,9 +30792,10 @@ esac
;; #(
darwin*) :
+ RUBY_SO_NAME="${RUBY_SO_NAME}"'.$(RUBY_PROGRAM_VERSION)'
LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT)'
LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)'
- LIBRUBY_SONAME='$(LIBRUBY_SO)'
- LIBRUBY_ALIASES='lib$(RUBY_INSTALL_NAME).$(SOEXT)'
+ LIBRUBY_SONAME='lib$(RUBY_BASE_NAME).$(RUBY_API_VERSION).$(SOEXT)'
+ LIBRUBY_ALIASES='$(LIBRUBY_SONAME) lib$(RUBY_INSTALL_NAME).$(SOEXT)'
if test "$load_relative" = yes; then :
if test "$rb_cv_binary_elf" != "yes"
then :
libprefix="@executable_path/../${libdir_basename}"
@@ -30818,7 +30816,12 @@ fi
@@ -31872,7 +31871,12 @@ fi
;; #(
interix*) :
@ -129,7 +129,7 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:51 jperkin Exp $
;; #(
cygwin*|msys*|mingw*|mswin*) :
@@ -31000,7 +31003,7 @@ if test "$enable_rpath" = yes; then :
@@ -32065,7 +32069,7 @@ then :
esac
rpathflag=`IFS="$PATH_SEPARATOR"
echo x "$rpathflag" |
@ -138,28 +138,30 @@ $NetBSD: patch-configure,v 1.2 2022/05/04 15:49:51 jperkin Exp $
`
LIBRUBY_RPATHFLAGS="$LIBRUBY_RPATHFLAGS${rpathflag}"
LIBRUBYARG_SHARED="$LIBRUBY_RPATHFLAGS $LIBRUBYARG_SHARED"
@@ -32550,7 +32553,7 @@ guard=INCLUDE_RUBY_CONFIG_H
if test "x$CONFIGURE_TTY" = xyes; then :
color=--color
else
- color=
@@ -33706,7 +33710,7 @@ guard=INCLUDE_RUBY_CONFIG_H
(
if test "x$CONFIGURE_TTY" = xyes
then :
- color=--color
+ color=--color=never
else $as_nop
color=
fi
exec ${SHELL} ${tooldir}/ifchange $color "${config_h}" -
) >&6 || as_fn_error $? "failed to create ${config_h}" "$LINENO" 5
@@ -33773,19 +33776,7 @@ which seems to be undefined. Please mak
@@ -34930,21 +34934,7 @@ which seems to be undefined. Please mak
"Makefile":F)
tmpmk=confmk$$.tmp
{
- if test ${VCS+set}; then :
- if test ${VCS+set}
-then :
-
- :
-
-elif git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`; then :
-elif git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`
-then :
-
- VCS='$(GIT)'
-
-else
-else $as_nop
-
VCS='echo cannot'
-

View File

@ -1,22 +1,22 @@
$NetBSD: patch-lib_rubygems.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
$NetBSD: patch-lib_rubygems.rb,v 1.1.6.1 2022/11/30 17:19:03 bsiegert Exp $
* Add install_root option for pkgsrc's rubygems support.
--- lib/rubygems.rb.orig 2020-12-08 09:02:31.000000000 +0000
--- lib/rubygems.rb.orig 2022-11-24 10:20:31.000000000 +0000
+++ lib/rubygems.rb
@@ -315,10 +315,16 @@ module Gem
@@ -299,10 +299,16 @@ module Gem
##
# The path where gem executables are to be installed.
- def self.bindir(install_dir=Gem.dir)
- return File.join install_dir, 'bin' unless
- return File.join install_dir, "bin" unless
- install_dir.to_s == Gem.default_dir.to_s
- Gem.default_bindir
+ def self.bindir(install_dir=Gem.dir, install_root=nil)
+ if install_dir.to_s == Gem.default_dir.to_s
+ install_dir = Gem.default_bindir
+ else
+ install_dir = File.join install_dir, 'bin'
+ install_dir = File.join install_dir, "bin"
+ end
+ unless install_root.nil? or install_root.empty?
+ install_dir = File.join install_root, install_dir
@ -25,20 +25,20 @@ $NetBSD: patch-lib_rubygems.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
end
##
@@ -591,7 +597,7 @@ An Array (#{env.inspect}) was passed in
@@ -576,7 +582,7 @@ An Array (#{env.inspect}) was passed in
return i if path.instance_variable_defined?(:@gem_prelude_index)
end
- index = $LOAD_PATH.index RbConfig::CONFIG['sitelibdir']
+ index = $LOAD_PATH.index RbConfig::CONFIG['vendorlibdir']
- index = $LOAD_PATH.index RbConfig::CONFIG["sitelibdir"]
+ index = $LOAD_PATH.index RbConfig::CONFIG["vendorlibdir"]
index || 0
end
@@ -775,6 +781,7 @@ An Array (#{env.inspect}) was passed in
@@ -742,6 +748,7 @@ An Array (#{env.inspect}) was passed in
prefix = File.dirname RUBYGEMS_DIR
if prefix != File.expand_path(RbConfig::CONFIG['sitelibdir']) and
+ prefix != File.expand_path(RbConfig::CONFIG['vendorlibdir']) and
prefix != File.expand_path(RbConfig::CONFIG['libdir']) and
'lib' == File.basename(RUBYGEMS_DIR)
if prefix != File.expand_path(RbConfig::CONFIG["sitelibdir"]) &&
+ prefix != File.expand_path(RbConfig::CONFIG["vendorlibdir"]) and
prefix != File.expand_path(RbConfig::CONFIG["libdir"]) &&
"lib" == File.basename(RUBYGEMS_DIR)
prefix

View File

@ -1,10 +1,10 @@
$NetBSD: patch-lib_rubygems_commands_setup__command.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
$NetBSD: patch-lib_rubygems_commands_setup__command.rb,v 1.1.6.1 2022/11/30 17:19:03 bsiegert Exp $
* Make sure to setup under DESTDIR.
--- lib/rubygems/commands/setup_command.rb.orig 2018-12-23 00:20:49.000000000 +0000
--- lib/rubygems/commands/setup_command.rb.orig 2022-11-24 10:20:31.000000000 +0000
+++ lib/rubygems/commands/setup_command.rb
@@ -177,7 +177,7 @@ By default, this RubyGems will install g
@@ -185,7 +185,7 @@ By default, this RubyGems will install g
uninstall_old_gemcutter
@ -13,13 +13,13 @@ $NetBSD: patch-lib_rubygems_commands_setup__command.rb,v 1.1 2022/01/16 13:57:10
say
if @verbose
@@ -341,11 +341,15 @@ By default, this RubyGems will install g
@@ -318,11 +318,15 @@ By default, this RubyGems will install g
end
end
- def install_rdoc
+ def install_rdoc(install_destdir)
gem_doc_dir = File.join Gem.dir, 'doc'
gem_doc_dir = File.join Gem.dir, "doc"
rubygems_name = "rubygems-#{Gem::VERSION}"
rubygems_doc_dir = File.join gem_doc_dir, rubygems_name
@ -30,12 +30,12 @@ $NetBSD: patch-lib_rubygems_commands_setup__command.rb,v 1.1 2022/01/16 13:57:10
begin
Gem.ensure_gem_subdirectories Gem.dir
rescue SystemCallError
@@ -356,7 +360,7 @@ By default, this RubyGems will install g
(not File.exist? rubygems_doc_dir or
File.writable? rubygems_doc_dir)
@@ -333,7 +337,7 @@ By default, this RubyGems will install g
(!File.exist?(rubygems_doc_dir) ||
File.writable?(rubygems_doc_dir))
say "Removing old RubyGems RDoc and ri" if @verbose
- Dir[File.join(Gem.dir, 'doc', 'rubygems-[0-9]*')].each do |dir|
+ Dir[File.join(gem_doc_dir, 'rubygems-[0-9]*')].each do |dir|
- Dir[File.join(Gem.dir, "doc", "rubygems-[0-9]*")].each do |dir|
+ Dir[File.join(gem_doc_dir, "rubygems-[0-9]*")].each do |dir|
rm_rf dir
end

View File

@ -1,20 +1,20 @@
$NetBSD: patch-lib_rubygems_install__update__options.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
$NetBSD: patch-lib_rubygems_install__update__options.rb,v 1.1.6.1 2022/11/30 17:19:03 bsiegert Exp $
* Add install_root option for pkgsrc's rubygems support.
* Tweak build_info directory with destdir to store build_args.
--- lib/rubygems/install_update_options.rb.orig 2017-10-08 01:32:18.000000000 +0000
--- lib/rubygems/install_update_options.rb.orig 2022-11-24 10:20:31.000000000 +0000
+++ lib/rubygems/install_update_options.rb
@@ -18,6 +18,12 @@ module Gem::InstallUpdateOptions
# Add the install/update options to the option parser.
def add_install_update_options
+ add_option(:"Install/Update", '-B', '--install-root DIR',
+ 'Root directory for gem files on install') do |value, options|
+ add_option(:"Install/Update", "-B", "--install-root DIR",
+ "Root directory for gem files on install") do |value, options|
+ options[:install_root] = File.expand_path(value)
+ Gem.ensure_gem_subdirectories File.join options[:install_root], Gem.dir
+ end
+
add_option(:"Install/Update", '-i', '--install-dir DIR',
'Gem repository directory to get installed',
'gems') do |value, options|
add_option(:"Install/Update", "-i", "--install-dir DIR",
"Gem repository directory to get installed",
"gems") do |value, options|

View File

@ -1,9 +1,9 @@
$NetBSD: patch-lib_rubygems_installer.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
$NetBSD: patch-lib_rubygems_installer.rb,v 1.1.6.1 2022/11/30 17:19:03 bsiegert Exp $
* Add install_root option for pkgsrc's rubygems support.
* Tweak build_info directory with destdir to store build_args.
--- lib/rubygems/installer.rb.orig 2021-11-24 11:12:15.000000000 +0000
--- lib/rubygems/installer.rb.orig 2022-11-24 10:20:31.000000000 +0000
+++ lib/rubygems/installer.rb
@@ -166,6 +166,9 @@ class Gem::Installer
# foo_exec18.
@ -15,7 +15,7 @@ $NetBSD: patch-lib_rubygems_installer.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
# :security_policy:: Use the specified security policy. See Gem::Security
# :user_install:: Indicate that the gem should be unpacked into the users
# personal gem directory.
@@ -680,7 +683,13 @@ class Gem::Installer
@@ -669,7 +672,13 @@ class Gem::Installer
# If the user has asked for the gem to be installed in a directory that is
# the system gem directory, then use the system bin directory, else create
# (or use) a new bin dir under the gem_home.
@ -30,10 +30,10 @@ $NetBSD: patch-lib_rubygems_installer.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
@development = options[:development]
@build_root = options[:build_root]
@@ -930,6 +939,9 @@ TEXT
@@ -928,6 +937,9 @@ TEXT
return if build_args.empty?
build_info_dir = File.join gem_home, 'build_info'
build_info_dir = File.join gem_home, "build_info"
+ unless @install_root.nil? or @install_root.empty?
+ build_info_dir = File.join @gem_home, "build_info"
+ end

View File

@ -1,29 +1,29 @@
$NetBSD: patch-lib_rubygems_platform.rb,v 1.2 2022/02/20 15:59:09 taca Exp $
$NetBSD: patch-lib_rubygems_platform.rb,v 1.2.6.1 2022/11/30 17:19:03 bsiegert Exp $
* Don't replace "i486" to "x86".
* Allow simple "netbsd" as Gem::Platform.
--- lib/rubygems/platform.rb.orig 2022-02-18 09:42:25.000000000 +0000
--- lib/rubygems/platform.rb.orig 2022-11-24 10:20:31.000000000 +0000
+++ lib/rubygems/platform.rb
@@ -75,12 +75,7 @@ class Gem::Platform
@@ -76,12 +76,7 @@ class Gem::Platform
arch.last << "-#{extra}"
end
- cpu = arch.shift
-
- @cpu = case cpu
- when /i\d86/ then 'x86'
- when /i\d86/ then "x86"
- else cpu
- end
+ @cpu = arch.shift
if arch.length == 2 and arch.last =~ /^\d+(\.\d+)?$/ # for command-line
if arch.length == 2 && arch.last =~ /^\d+(\.\d+)?$/ # for command-line
@os, @version = arch
@@ -110,6 +105,7 @@ class Gem::Platform
@cpu = 'x86' if @cpu.nil? and os =~ /32$/
@@ -111,6 +106,7 @@ class Gem::Platform
@cpu = "x86" if @cpu.nil? && os =~ /32$/
[os, version]
when /netbsdelf/ then [ 'netbsdelf', nil ]
+ when /netbsd/ then [ 'netbsd', nil ]
when /openbsd(\d+\.\d+)?/ then [ 'openbsd', $1 ]
when /bitrig(\d+\.\d+)?/ then [ 'bitrig', $1 ]
when /solaris(\d+\.\d+)?/ then [ 'solaris', $1 ]
when /netbsdelf/ then [ "netbsdelf", nil ]
+ when /netbsd/ then [ "netbsd", nil ]
when /openbsd(\d+\.\d+)?/ then [ "openbsd", $1 ]
when /bitrig(\d+\.\d+)?/ then [ "bitrig", $1 ]
when /solaris(\d+\.\d+)?/ then [ "solaris", $1 ]

View File

@ -1,21 +1,21 @@
$NetBSD: patch-test_rubygems_test__gem.rb,v 1.1 2022/01/16 13:57:10 taca Exp $
$NetBSD: patch-test_rubygems_test__gem.rb,v 1.1.6.1 2022/11/30 17:19:03 bsiegert Exp $
* Use vendordir instead of sitedir.
--- test/rubygems/test_gem.rb.orig 2019-12-17 15:08:43.000000000 +0000
--- test/rubygems/test_gem.rb.orig 2022-11-24 10:20:31.000000000 +0000
+++ test/rubygems/test_gem.rb
@@ -957,12 +957,12 @@ class TestGem < Gem::TestCase
@@ -1004,12 +1004,12 @@ class TestGem < Gem::TestCase
end
def test_self_prefix_sitelibdir
- orig_sitelibdir = RbConfig::CONFIG['sitelibdir']
+ orig_sitelibdir = RbConfig::CONFIG['vendorlibdir']
RbConfig::CONFIG['sitelibdir'] = PROJECT_DIR
- orig_sitelibdir = RbConfig::CONFIG["sitelibdir"]
+ orig_sitelibdir = RbConfig::CONFIG["vendorlibdir"]
RbConfig::CONFIG["sitelibdir"] = PROJECT_DIR
assert_nil Gem.prefix
ensure
- RbConfig::CONFIG['sitelibdir'] = orig_sitelibdir
+ RbConfig::CONFIG['vendorlibdir'] = orig_sitelibdir
- RbConfig::CONFIG["sitelibdir"] = orig_sitelibdir
+ RbConfig::CONFIG["vendorlibdir"] = orig_sitelibdir
end
def test_self_read_binary

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.262 2022/08/11 05:08:58 gutteridge Exp $
# $NetBSD: Makefile,v 1.262.2.1 2022/11/16 17:12:24 bsiegert Exp $
DISTNAME= evolution-3.34.1
PKGREVISION= 16
PKGREVISION= 17
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@ -16,8 +16,6 @@ USE_TOOLS+= pkg-config itstool
USE_TOOLS+= intltool msgfmt msgmerge xgettext
USE_TOOLS+= gdbus-codegen
BROKEN+= "Incompatible with latest evolution-data-server, needs update"
DEPENDS+= highlight-[0-9]*:../../textproc/highlight
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/evolution

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.102 2022/08/11 05:08:58 gutteridge Exp $
# $NetBSD: buildlink3.mk,v 1.102.2.1 2022/11/16 17:12:24 bsiegert Exp $
BUILDLINK_TREE+= evolution
@ -9,8 +9,6 @@ BUILDLINK_API_DEPENDS.evolution+= evolution>=2.8.0
BUILDLINK_ABI_DEPENDS.evolution+= evolution>=3.34.1nb16
BUILDLINK_PKGSRCDIR.evolution?= ../../mail/evolution
.include "../../devel/nspr/buildlink3.mk"
.include "../../devel/nss/buildlink3.mk"
.include "../../mail/evolution-data-server/buildlink3.mk"
.include "../../audio/libcanberra/buildlink3.mk"
.endif # EVOLUTION_BUILDLINK3_MK

View File

@ -1,6 +1,9 @@
$NetBSD: distinfo,v 1.89 2021/10/26 10:53:59 nia Exp $
$NetBSD: distinfo,v 1.89.8.1 2022/11/16 17:12:24 bsiegert Exp $
BLAKE2s (evolution-3.34.1.tar.xz) = 5bce69bc6de9df34996eb577efc99fa60e201d150c00e21de4c0fbd331b0267a
SHA512 (evolution-3.34.1.tar.xz) = d72329b2dde41724cc8818f843b5530c5465e4fd7fceca3208a26180f9d6e286165d03d33ba4066e959a6e69bd1e5d33759d4287a57bb765bf7143410be6102c
Size (evolution-3.34.1.tar.xz) = 11919428 bytes
SHA1 (patch-cmake_modules_PrintableOptions.cmake) = 4f6eca93f9e859730b7abe0b7daceb0b4219b345
SHA1 (patch-src-modules-book-config-carddav-evolution-book-config-carddav-c) = 5c669c2db616f6a7d63565105627d448071b7708
SHA1 (patch-src-modules-cal-config-caldav-evolution-cal-config-caldav-c) = 0cdbf2ec489c2338e8a3cf860353dc19c411637e
SHA1 (patch-src-modules-cal-config-google-e-google-chooser-button-c) = 26615d37c56c2619e847d191be1c885835aa8539

View File

@ -0,0 +1,21 @@
$NetBSD: patch-src-modules-book-config-carddav-evolution-book-config-carddav-c,v 1.1.2.2 2022/11/16 17:12:24 bsiegert Exp $
e_webdav_discover_content_get_selected now takes an extra argument for order
--- src/modules/book-config-carddav/evolution-book-config-carddav.c.orig 2019-10-07 08:22:43.000000000 +0100
+++ src/modules/book-config-carddav/evolution-book-config-carddav.c 2022-11-06 22:08:40.619734168 +0000
@@ -115,12 +115,12 @@
if (gtk_dialog_run (dialog) == GTK_RESPONSE_ACCEPT) {
gchar *href = NULL, *display_name = NULL, *color = NULL, *email;
- guint supports = 0;
+ guint supports = 0, order = 0;
GtkWidget *content;
content = e_webdav_discover_dialog_get_content (dialog);
- if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color)) {
+ if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color, &order)) {
soup_uri_free (uri);
uri = soup_uri_new (href);

View File

@ -0,0 +1,21 @@
$NetBSD: patch-src-modules-cal-config-caldav-evolution-cal-config-caldav-c,v 1.1.2.2 2022/11/16 17:12:24 bsiegert Exp $
e_webdav_discover_content_get_selected now takes an extra argument for order
--- src/modules/cal-config-caldav/evolution-cal-config-caldav.c.orig 2019-10-07 08:22:43.000000000 +0100
+++ src/modules/cal-config-caldav/evolution-cal-config-caldav.c 2022-11-06 22:11:48.813568184 +0000
@@ -146,12 +146,12 @@
if (gtk_dialog_run (dialog) == GTK_RESPONSE_ACCEPT) {
gchar *href = NULL, *display_name = NULL, *color = NULL, *email;
- guint supports = 0;
+ guint supports = 0, order = 0;
GtkWidget *content;
content = e_webdav_discover_dialog_get_content (dialog);
- if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color)) {
+ if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color, &order)) {
soup_uri_free (uri);
uri = soup_uri_new (href);

View File

@ -0,0 +1,21 @@
$NetBSD: patch-src-modules-cal-config-google-e-google-chooser-button-c,v 1.1.2.2 2022/11/16 17:12:24 bsiegert Exp $
e_webdav_discover_content_get_selected now takes an extra argument for order
--- src/modules/cal-config-google/e-google-chooser-button.c.orig 2019-10-07 08:22:43.000000000 +0100
+++ src/modules/cal-config-google/e-google-chooser-button.c 2022-11-06 22:14:10.184192760 +0000
@@ -257,12 +257,12 @@
if (gtk_dialog_run (dialog) == GTK_RESPONSE_ACCEPT) {
gchar *href = NULL, *display_name = NULL, *color = NULL, *email;
- guint supports = 0;
+ guint supports = 0, order = 0;
GtkWidget *content;
content = e_webdav_discover_dialog_get_content (dialog);
- if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color)) {
+ if (e_webdav_discover_content_get_selected (content, 0, &href, &supports, &display_name, &color, &order)) {
soup_uri_free (uri);
uri = soup_uri_new (href);

View File

@ -1,4 +1,4 @@
# $NetBSD: blas.buildlink3.mk,v 1.3 2022/08/30 14:54:22 thor Exp $
# $NetBSD: blas.buildlink3.mk,v 1.3.2.1 2022/10/03 11:25:45 bsiegert Exp $
#
# This Makefile fragment is meant to be included by packages that use any
# BLAS (Basic Linear Algebra System) implementation instead of one particular
@ -156,7 +156,7 @@ BLAS_LIBS= -lopenblas${_BLAS_64}_pthread
LAPACK_LIBS= ${BLAS_LIBS}
CBLAS_LIBS= ${BLAS_LIBS}
LAPACKE_LIBS= ${BLAS_LIBS}
BLAS_INCLUDES= -I${PREFIX}/include/openblas64_pthread
BLAS_INCLUDES= -I${PREFIX}/include/openblas${_BLAS_64}_pthread
BLAS_PC= openblas${_BLAS_64}_pthread
LAPACK_PC= ${BLAS_PC}
CBLAS_PC= ${BLAS_PC}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.44 2022/03/31 09:50:54 jperkin Exp $
# $NetBSD: Makefile.common,v 1.44.4.1 2022/10/07 16:34:09 bsiegert Exp $
#
# used by net/isc-dhcp4/Makefile
# used by net/isc-dhcpd4/Makefile
@ -17,7 +17,7 @@ LICENSE= mpl-2.0
CONFLICTS+= isc-dhcp-base-3.*
VERSION= 4.4.3
VERSION= 4.4.3-P1
.include "../../mk/bsd.prefs.mk"

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.33 2022/03/13 15:24:37 taca Exp $
$NetBSD: distinfo,v 1.33.6.1 2022/10/07 16:34:09 bsiegert Exp $
BLAKE2s (dhcp-4.4.3.tar.gz) = 21d9898366e34a4cdede90eb01eee456acdf33937a0e7f1bca7033dd4850c5ee
SHA512 (dhcp-4.4.3.tar.gz) = 4472d6794af80b482560956cee6895889cc1aca39980f851faf56824627e95731f2983cf7c7454bc3decb0a12c874fcbd29bd6c5a9695412def6bc14c6df17e0
Size (dhcp-4.4.3.tar.gz) = 10078953 bytes
BLAKE2s (dhcp-4.4.3-P1.tar.gz) = 7c257ac33cdf8d5fd4be0787fcd98045febe92679acbef2bb88340dd745cdfee
SHA512 (dhcp-4.4.3-P1.tar.gz) = d14dc44d1c015780ae19769816cb01015959927a1ad7a3e84b89e0463253aaf46451af88e3260347196373906d5b438c7c616fee45ec3f128aa82af6702b7154
Size (dhcp-4.4.3-P1.tar.gz) = 10081055 bytes
SHA1 (patch-aa) = da090b3b824f5d437f8d05ce00e2ac4dfc65d6af
SHA1 (patch-ab) = 0683dd2259e48184713559aa0356ee352aa52c39
SHA1 (patch-ac) = a7e6808a6e1e93c520eb085f31259f6c142750f4

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.150 2022/09/12 16:04:57 adam Exp $
# $NetBSD: Makefile,v 1.150.2.1 2022/11/05 17:58:53 bsiegert Exp $
DISTNAME= samba-4.16.5
DISTNAME= samba-4.16.6
CATEGORIES= net
MASTER_SITES= https://download.samba.org/pub/samba/stable/

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.83 2022/09/12 16:04:57 adam Exp $
$NetBSD: distinfo,v 1.83.2.1 2022/11/05 17:58:53 bsiegert Exp $
BLAKE2s (samba-4.16.5.tar.gz) = 45cea3971f35b3c158cd225ea0cf605b2d1278002d23bc4280827cd388c82edf
SHA512 (samba-4.16.5.tar.gz) = 9c4cd2ccbb6a4910d0da220e24bf3bf2cf25acaaebb5aa7358d8910016fac29b8ed1889f8ee0b4953d695583ff04d8de7bfffc2d97ae30aa7730e157aa7acfcf
Size (samba-4.16.5.tar.gz) = 30613439 bytes
BLAKE2s (samba-4.16.6.tar.gz) = 6854780b4ae265df90c9010fb5ac21d2ddc0088c4c002c1c199e15f7cce0a47f
SHA512 (samba-4.16.6.tar.gz) = c5f5614b20d612bbc56fb2a4af60572e0b439c979c282cf0a3289b1f3a0891aefce56d1540638de88afaf0c6ecb3f5c7ccb27ed21af1d333761547c0c33d6cf8
Size (samba-4.16.6.tar.gz) = 30619049 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.190 2022/07/05 11:01:38 adam Exp $
# $NetBSD: Makefile,v 1.190.2.1 2022/11/11 19:59:11 bsiegert Exp $
DISTNAME= sudo-1.9.11p3
DISTNAME= sudo-1.9.12
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.sudo.ws/dist/
MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/
@ -66,7 +67,7 @@ SPECIAL_PERMS+= bin/sudo ${SETUID_ROOT_PERMS}
SPECIAL_PERMS+= bin/sudoreplay ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 511
INSTALLATION_DIRS+= ${EGDIR}
NOT_FOR_UNPRIVILEGED= yes
#NOT_FOR_UNPRIVILEGED= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/plugins/sudoers/sudoers ${DESTDIR}${PREFIX}/${EGDIR}/sudoers

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.22 2022/07/05 11:01:38 adam Exp $
@comment $NetBSD: PLIST,v 1.22.2.1 2022/11/11 19:59:11 bsiegert Exp $
bin/cvtsudoers
bin/sudo
bin/sudoedit
@ -7,7 +7,6 @@ include/sudo_plugin.h
lib/sudo/audit_json.la
lib/sudo/group_file.la
lib/sudo/libsudo_util.la
lib/sudo/sample_approval.la
${PLIST.noexec}lib/sudo/sudo_noexec.la
lib/sudo/sudoers.la
lib/sudo/system_group.la

View File

@ -1,12 +1,13 @@
$NetBSD: distinfo,v 1.122 2022/07/05 11:01:38 adam Exp $
$NetBSD: distinfo,v 1.122.2.1 2022/11/11 19:59:11 bsiegert Exp $
BLAKE2s (sudo-1.9.11p3.tar.gz) = 12883ca22e2ee8a3a6351ac6118bf30844d9341b25512dbf26b24c80d12e0bb3
SHA512 (sudo-1.9.11p3.tar.gz) = ad5c3d623547d1e3016e1a721676fee6d6b7348e77b2c234041e0af40c7220e8934c8c27beef0d12fa6df11708d37de711dacfefc135d26de46abca7f91c55d1
Size (sudo-1.9.11p3.tar.gz) = 4826520 bytes
BLAKE2s (sudo-1.9.12.tar.gz) = e832414e92c0608e173f8ccb06a1cb8632c3be51b5905580d426b0984b049c0f
SHA512 (sudo-1.9.12.tar.gz) = 34ee165baa2e37ba2530901d49bf0dad30159f27aeccd2519d4719bf93be8281edff71220a49ba2e41dacaa3c58031de1464df48d75a8caea7b9568a76f80b67
Size (sudo-1.9.12.tar.gz) = 4906320 bytes
SHA1 (patch-Makefile.in) = 1a83c55d27829013e2e23073046c5c39b020fafe
SHA1 (patch-configure) = da1f0d89f7dc5d56734fc69f190189ccdfc8b043
SHA1 (patch-examples_Makefile.in) = a20967ecd88eb5e4a8b47e6a3b80bc18be713409
SHA1 (patch-lib_logsrv_Makefile.in) = 301c317c806edeee8ce7b44a5431cd38defb3a54
SHA1 (patch-lib_protobuf-c_Makefile.in) = 122e432fb0da36b998778a1b71130f0c3785f575
SHA1 (patch-plugins_sudoers_Makefile.in) = d2981bb9841f6bb4b1c80f5c2f2727fbf9579501
SHA1 (patch-plugins_sudoers_auth_passwd.c) = 8fc437881e5eedef106037ff746116f8a36889da
SHA1 (patch-src_Makefile.in) = 0642684c2d4b3a89259f7d27908f5ec8070969ec

View File

@ -0,0 +1,40 @@
$NetBSD: patch-plugins_sudoers_auth_passwd.c,v 1.2.2.2 2022/11/11 19:59:12 bsiegert Exp $
Fix CVE-2022-43995 from upstream commit.
--- plugins/sudoers/auth/passwd.c.orig 2022-06-12 18:46:46.000000000 +0000
+++ plugins/sudoers/auth/passwd.c
@@ -63,7 +63,7 @@ sudo_passwd_init(struct passwd *pw, sudo
int
sudo_passwd_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_conv_callback *callback)
{
- char sav, *epass;
+ char des_pass[9], *epass;
char *pw_epasswd = auth->data;
size_t pw_len;
int matched = 0;
@@ -75,12 +75,12 @@ sudo_passwd_verify(struct passwd *pw, ch
/*
* Truncate to 8 chars if standard DES since not all crypt()'s do this.
- * If this turns out not to be safe we will have to use OS #ifdef's (sigh).
*/
- sav = pass[8];
pw_len = strlen(pw_epasswd);
- if (pw_len == DESLEN || HAS_AGEINFO(pw_epasswd, pw_len))
- pass[8] = '\0';
+ if (pw_len == DESLEN || HAS_AGEINFO(pw_epasswd, pw_len)) {
+ strlcpy(des_pass, pass, sizeof(des_pass));
+ pass = des_pass;
+ }
/*
* Normal UN*X password check.
@@ -88,7 +88,6 @@ sudo_passwd_verify(struct passwd *pw, ch
* only compare the first DESLEN characters in that case.
*/
epass = (char *) crypt(pass, pw_epasswd);
- pass[8] = sav;
if (epass != NULL) {
if (HAS_AGEINFO(pw_epasswd, pw_len) && strlen(epass) == DESLEN)
matched = !strncmp(pw_epasswd, epass, DESLEN);

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.67 2022/08/22 22:27:12 tnn Exp $
# $NetBSD: Makefile,v 1.67.2.2 2023/01/07 16:09:38 gdt Exp $
PKGREVISION= 2
.include "Makefile.common"

View File

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: ups.sh,v 1.10 2002/09/20 02:02:01 grant Exp $
# $NetBSD: ups.sh,v 1.10.158.2 2023/01/07 16:09:38 gdt Exp $
#
# KEYWORD: nostart

View File

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: upsd.sh,v 1.7 2006/08/15 12:07:15 ghen Exp $
# $NetBSD: upsd.sh,v 1.7.134.2 2023/01/07 16:09:38 gdt Exp $
#
# PROVIDE: upsd
# REQUIRE: upsdriver

View File

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: upsdriver.sh,v 1.9 2018/09/21 00:59:53 jym Exp $
# $NetBSD: upsdriver.sh,v 1.9.34.2 2023/01/07 16:09:38 gdt Exp $
#
# PROVIDE: upsdriver
# REQUIRE: NETWORK syslogd mountcritremote

View File

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: upslog.sh,v 1.6 2004/02/15 13:14:25 lukem Exp $
# $NetBSD: upslog.sh,v 1.6.154.2 2023/01/07 16:09:38 gdt Exp $
#
# PROVIDE: upslog
# REQUIRE: upsd

View File

@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: upsmon.sh,v 1.7 2006/08/15 12:07:15 ghen Exp $
# $NetBSD: upsmon.sh,v 1.7.134.2 2023/01/07 16:09:38 gdt Exp $
#
# PROVIDE: upsmon
# KEYWORD: shutdown

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.53 2022/09/21 10:52:51 wiz Exp $
# $NetBSD: Makefile,v 1.53.2.1 2022/11/26 17:01:44 spz Exp $
DISTNAME= expat-2.4.9
DISTNAME= expat-2.5.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=libexpat/}
GITHUB_PROJECT= libexpat

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.46 2022/09/21 10:52:51 wiz Exp $
$NetBSD: distinfo,v 1.46.2.1 2022/11/26 17:01:44 spz Exp $
BLAKE2s (expat-2.4.9.tar.gz) = c728e6b315553e54adc80a83ba188aeb785c85a9976f43cb5a4bbca676d778e1
SHA512 (expat-2.4.9.tar.gz) = 1f30e4d363cc1753137d0f3f6b6267d91fc40412cabb463d06bff9268ee7d8f34c242f02948a3450d186c0502b5e5238894ff1990c4b9440c0f9398ccb29d066
Size (expat-2.4.9.tar.gz) = 717049 bytes
BLAKE2s (expat-2.5.0.tar.gz) = 2f284355b044c2f48b0066408c3333975e2748230afcfcd0c63cc872dc7f2c47
SHA512 (expat-2.5.0.tar.gz) = f1ff7da5fafb47dcd6e0f0d892826aba6de76509c8497bc00382f1109ab8e2a93d396943dbb52216457044993a39d73728048adf650d8e83e28189edc7b78402
Size (expat-2.5.0.tar.gz) = 719235 bytes

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2022/09/11 12:52:09 wiz Exp $
# $NetBSD: Makefile,v 1.14.2.1 2022/11/05 18:00:09 bsiegert Exp $
DISTNAME= arcticfox-39.2
PKGREVISION= 1
@ -18,6 +18,9 @@ USE_TOOLS+= zip unzip gmake
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
OVERRIDE_GNU_CONFIG_SCRIPTS= # yes
OVERRIDE_DIRDEPTH= 3
CONFIGURE_ARGS+= --disable-crashreporter
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --disable-debug

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.261 2022/09/01 07:05:39 adam Exp $
# $NetBSD: Makefile,v 1.261.2.1 2022/11/05 19:09:28 bsiegert Exp $
DISTNAME= curl-7.85.0
DISTNAME= curl-7.86.0
CATEGORIES= www
MASTER_SITES= https://curl.se/download/
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.91 2022/09/01 07:05:39 adam Exp $
@comment $NetBSD: PLIST,v 1.91.2.1 2022/11/05 19:09:28 bsiegert Exp $
bin/curl
bin/curl-config
include/curl/curl.h
@ -12,6 +12,7 @@ include/curl/stdcheaders.h
include/curl/system.h
include/curl/typecheck-gcc.h
include/curl/urlapi.h
include/curl/websockets.h
lib/libcurl.la
lib/pkgconfig/libcurl.pc
man/man1/curl-config.1
@ -396,6 +397,7 @@ man/man3/CURLOPT_VERBOSE.3
man/man3/CURLOPT_WILDCARDMATCH.3
man/man3/CURLOPT_WRITEDATA.3
man/man3/CURLOPT_WRITEFUNCTION.3
man/man3/CURLOPT_WS_OPTIONS.3
man/man3/CURLOPT_XFERINFODATA.3
man/man3/CURLOPT_XFERINFOFUNCTION.3
man/man3/CURLOPT_XOAUTH2_BEARER.3
@ -481,6 +483,9 @@ man/man3/curl_url_set.3
man/man3/curl_url_strerror.3
man/man3/curl_version.3
man/man3/curl_version_info.3
man/man3/curl_ws_meta.3
man/man3/curl_ws_recv.3
man/man3/curl_ws_send.3
man/man3/libcurl-easy.3
man/man3/libcurl-env.3
man/man3/libcurl-errors.3

View File

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.185 2022/09/01 07:05:39 adam Exp $
$NetBSD: distinfo,v 1.185.2.1 2022/11/05 19:09:28 bsiegert Exp $
BLAKE2s (curl-7.85.0.tar.xz) = fe70715667bca9e040dec4765fa2cfffd95c7e435e493d5ef4104daf1206f034
SHA512 (curl-7.85.0.tar.xz) = b57cc31649a4f47cc4b482f56a85c86c8e8aaeaf01bc1b51b065fdb9145a9092bc52535e52a85a66432eb163605b2edbf5bc5c33ea6e40e50f26a69ad1365cbd
Size (curl-7.85.0.tar.xz) = 2480648 bytes
BLAKE2s (curl-7.86.0.tar.xz) = 19f11c1920d9f6472e66a71bfb759a385df3a191123e87b783e0e3046cc431cb
SHA512 (curl-7.86.0.tar.xz) = 18e03a3c00f22125e07bddb18becbf5acdca22baeb7b29f45ef189a5c56f95b2d51247813f7a9a90f04eb051739e9aa7d3a1c5be397bae75d763a2b918d1b656
Size (curl-7.86.0.tar.xz) = 2518356 bytes
SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe
SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/07/31 14:26:59 taca Exp $
# $NetBSD: Makefile,v 1.5.2.1 2022/10/07 18:19:39 bsiegert Exp $
DISTNAME= drupal-9.3.20
DISTNAME= drupal-9.3.22
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2022/07/31 14:26:59 taca Exp $
@comment $NetBSD: PLIST,v 1.3.2.1 2022/10/07 18:19:39 bsiegert Exp $
share/drupal/.csslintrc
share/drupal/.editorconfig
share/drupal/.eslintignore
@ -326,6 +326,8 @@ share/drupal/core/assets/vendor/ckeditor5/alignment/alignment.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/af.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/cs.js
@ -355,6 +357,7 @@ share/drupal/core/assets/vendor/ckeditor5/alignment/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/nl.js
@ -370,6 +373,7 @@ share/drupal/core/assets/vendor/ckeditor5/alignment/translations/sq.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/alignment/translations/ug.js
@ -385,6 +389,7 @@ share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/ast.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/cs.js
@ -417,6 +422,7 @@ share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/nl.js
@ -434,6 +440,7 @@ share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/sq.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/basic-styles/translations/tt.js
@ -449,6 +456,7 @@ share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/af.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/cs.js
@ -479,12 +487,14 @@ share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/block-quote/translations/sk.js
@ -509,6 +519,7 @@ share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ast.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/cs.js
@ -572,8 +583,12 @@ share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/code-block/code-block.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/af.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/de-ch.js
@ -583,8 +598,10 @@ share/drupal/core/assets/vendor/ckeditor5/code-block/translations/en-au.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/es.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/et.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/fa.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/hr.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/hu.js
@ -594,16 +611,20 @@ share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ja.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/jv.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/sk.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/tr.js
@ -611,6 +632,7 @@ share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ug.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/uk.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/ur.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/uz.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/code-block/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/editor-classic/editor-classic.js
@ -620,6 +642,7 @@ share/drupal/core/assets/vendor/ckeditor5/heading/heading.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/cs.js
@ -651,6 +674,7 @@ share/drupal/core/assets/vendor/ckeditor5/heading/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/nl.js
@ -677,8 +701,12 @@ share/drupal/core/assets/vendor/ckeditor5/heading/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/heading/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/horizontal-line.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/de-ch.js
@ -688,6 +716,7 @@ share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/en-au.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/es.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/et.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/fa.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/he.js
@ -700,17 +729,21 @@ share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ja.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/jv.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/sk.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/sl.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/tr.js
@ -720,33 +753,58 @@ share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/horizontal-line/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/html-support/html-support.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/de.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/el.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/en-au.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/es.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/et.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/hr.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/hu.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/id.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/it.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ja.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/jv.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/sk.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/uk.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/ur.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/html-support/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/image/image.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/ast.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/bs.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/de-ch.js
@ -776,6 +834,7 @@ share/drupal/core/assets/vendor/ckeditor5/image/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/nl.js
@ -802,8 +861,11 @@ share/drupal/core/assets/vendor/ckeditor5/image/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/image/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/indent/indent.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/de-ch.js
@ -817,6 +879,7 @@ share/drupal/core/assets/vendor/ckeditor5/indent/translations/fa.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/hr.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/hu.js
@ -827,16 +890,19 @@ share/drupal/core/assets/vendor/ckeditor5/indent/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/sk.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/tr.js
@ -847,6 +913,10 @@ share/drupal/core/assets/vendor/ckeditor5/indent/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/indent/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/language/language.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/de-ch.js
@ -854,25 +924,38 @@ share/drupal/core/assets/vendor/ckeditor5/language/translations/de.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/el.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/en-au.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/es.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/et.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/hr.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/hu.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/id.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/it.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/ja.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/jv.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/sk.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/uk.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/language/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/link/link.js
@ -880,6 +963,8 @@ share/drupal/core/assets/vendor/ckeditor5/link/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/ast.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/de-ch.js
@ -908,6 +993,7 @@ share/drupal/core/assets/vendor/ckeditor5/link/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/nl.js
@ -922,6 +1008,7 @@ share/drupal/core/assets/vendor/ckeditor5/link/translations/sq.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/link/translations/ug.js
@ -936,6 +1023,8 @@ share/drupal/core/assets/vendor/ckeditor5/list/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/ast.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/de-ch.js
@ -965,6 +1054,7 @@ share/drupal/core/assets/vendor/ckeditor5/list/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/nl.js
@ -980,6 +1070,7 @@ share/drupal/core/assets/vendor/ckeditor5/list/translations/sq.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/list/translations/ug.js
@ -992,7 +1083,11 @@ share/drupal/core/assets/vendor/ckeditor5/list/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/paste-from-office/paste-from-office.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/remove-format.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/af.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/de-ch.js
@ -1006,6 +1101,7 @@ share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/fa.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/hr.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/hu.js
@ -1016,11 +1112,13 @@ share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/sk.js
@ -1036,60 +1134,100 @@ share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/remove-format/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/source-editing.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/de.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/el.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/en-au.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/es.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/et.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/hr.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/hu.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/id.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/it.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/ja.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/sk.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/uk.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/source-editing/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/special-characters.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/de.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/el.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/en-au.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/es.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/et.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/fa.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/hu.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/id.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/it.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/ja.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/sk.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/sr-latn.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/sr.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/sv.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/th.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/tk.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/tr.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/uk.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/uz.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/vi.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/zh-cn.js
share/drupal/core/assets/vendor/ckeditor5/special-characters/translations/zh.js
share/drupal/core/assets/vendor/ckeditor5/table/table.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/ar.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/az.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/bg.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/bn.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/ca.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/cs.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/da.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/de-ch.js
@ -1103,6 +1241,7 @@ share/drupal/core/assets/vendor/ckeditor5/table/translations/fa.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/fi.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/fr.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/gl.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/he.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/hi.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/hr.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/hu.js
@ -1113,12 +1252,14 @@ share/drupal/core/assets/vendor/ckeditor5/table/translations/ko.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/ku.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/lt.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/lv.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/ms.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/nb.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/ne.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/nl.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/no.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/pl.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/pt-br.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/pt.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/ro.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/ru.js
share/drupal/core/assets/vendor/ckeditor5/table/translations/sk.js
@ -11222,6 +11363,7 @@ share/drupal/core/modules/system/tests/src/Kernel/SystemDeprecationTest.php
share/drupal/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
share/drupal/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php
share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php
share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php
share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php
share/drupal/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2022/07/31 14:26:59 taca Exp $
$NetBSD: distinfo,v 1.3.2.1 2022/10/07 18:19:39 bsiegert Exp $
BLAKE2s (drupal-9.3.20.tar.gz) = f093c0e46618efd14609e04834371036a45913cc8fa7dc2b08085388ca1fc112
SHA512 (drupal-9.3.20.tar.gz) = b412c404579386200de4b2d69c0d79fe4f399edab2ce50c81faf304e12993b65f1be2fe970fa6f70c6eca45199cb05072bc395e3b839b3b83da8aa72f5de0508
Size (drupal-9.3.20.tar.gz) = 20961115 bytes
BLAKE2s (drupal-9.3.22.tar.gz) = bb59d43e53e0f678096441e32121771d2fe93aaa0615ff4538c64fd3e6fe67d8
SHA512 (drupal-9.3.22.tar.gz) = b46da226fd5ce41aa219921d1c971c0f4a60d6359c68d0d8620ce44613632045193038383f1ebf0af4ea7b67a4f8e5936110697e137103ef1a485008ff0dfd3d
Size (drupal-9.3.22.tar.gz) = 21056503 bytes

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/09/23 22:52:50 nia Exp $
# $NetBSD: Makefile,v 1.5.2.1 2022/10/27 06:27:39 bsiegert Exp $
FIREFOX_VER= 102.3.0esr
FIREFOX_VER= 102.4.0esr
PKGNAME= firefox102-l10n-${FIREFOX_VER:S/esr//}
DISTNAME= # empty
CATEGORIES= www

View File

@ -1,278 +1,278 @@
$NetBSD: distinfo,v 1.4 2022/09/23 22:52:50 nia Exp $
$NetBSD: distinfo,v 1.4.2.1 2022/10/27 06:27:39 bsiegert Exp $
BLAKE2s (firefox102-l10n-102.3.0/ach.xpi) = 98bc816ead991765cbba4bc499af07a37956726cb41afa7eb1cab6443a0d2201
SHA512 (firefox102-l10n-102.3.0/ach.xpi) = 1c5bad68c11af14db55c2c950df243621538f3bc0341953482c4333929452e4fb32d4cb625c0a0969afdded17904e72b75276bde86470bdd45a06ad48f2b5c47
Size (firefox102-l10n-102.3.0/ach.xpi) = 453455 bytes
BLAKE2s (firefox102-l10n-102.3.0/af.xpi) = 1956870f5eab454c63657f9394993c6676db1d8afb6912892ac87a842eb4251e
SHA512 (firefox102-l10n-102.3.0/af.xpi) = e60e9753293086fc26684fc4e5932f14a3a7f4b65cf590a750dcd47b95bbba75605b31b8e5a3daedaf1177867de3e7ba90e87df256937c1d6f737928536ea3a8
Size (firefox102-l10n-102.3.0/af.xpi) = 418247 bytes
BLAKE2s (firefox102-l10n-102.3.0/an.xpi) = e4e943a785d14fd29e347f034e1b04500b56cdcdc24134705276e01833d05300
SHA512 (firefox102-l10n-102.3.0/an.xpi) = f55efa9f76df914ec8371ea902406d60f0ef6ac13825fe1d0e45c2e587d299dc2480b4df6536fda74f1f6f8438a2566a8dcb503c56ec41e805331684c3829065
Size (firefox102-l10n-102.3.0/an.xpi) = 498403 bytes
BLAKE2s (firefox102-l10n-102.3.0/ar.xpi) = 26557f4d49f13f6be09e964e52f09dd065823cd91ebc57a9fccec999324e25ba
SHA512 (firefox102-l10n-102.3.0/ar.xpi) = 5edd4030772c1cfb080d0033a810e903f88ccfcf686ad9606a03bf2b4d8e1972381a229674ec457851d0dd19855b85f02db1463dc54f9de152f2fd4096e614fb
Size (firefox102-l10n-102.3.0/ar.xpi) = 563015 bytes
BLAKE2s (firefox102-l10n-102.3.0/ast.xpi) = dbe3014d436bd64f57a12c90e549dea1c4d168e2a3dfd1da5544eae1708ae838
SHA512 (firefox102-l10n-102.3.0/ast.xpi) = 0e044f108521022f3e8c84cb2f9d09a94a0d05ec7eba961fe24552ecbe3756ec05bbd1d4335044b4250819dda9b275e09d0b6e3fac8e491747ccadbff6a1d0b0
Size (firefox102-l10n-102.3.0/ast.xpi) = 493499 bytes
BLAKE2s (firefox102-l10n-102.3.0/az.xpi) = 228dd0863c44d9cf953c3f1007081dd244e522e66bfc1fc5484477cc137c191e
SHA512 (firefox102-l10n-102.3.0/az.xpi) = f80c2fbf32fa719b65dc6b35d88f21360c8206d4224c27aec34f4a9b07eeb63cb8abbdcfde69388e7eed6d7209eea23d1f9c545e89e451b58046dac6aa4f6ef7
Size (firefox102-l10n-102.3.0/az.xpi) = 485920 bytes
BLAKE2s (firefox102-l10n-102.3.0/be.xpi) = adec18b08e26d2826b5840633d260eb1b1faef8de835fd7d4b0a11b95e191193
SHA512 (firefox102-l10n-102.3.0/be.xpi) = 7d955be75b94ef5d05a68a4d1750d61a674b21d6408d0402f30ecb128ce9aeb24ab6a72e26097053f8b1ee1acce653dbc2de95197fd5b28e2aab16a5a57c01ab
Size (firefox102-l10n-102.3.0/be.xpi) = 638906 bytes
BLAKE2s (firefox102-l10n-102.3.0/bg.xpi) = 67eac31c1b6243d9ffd723976da980f7688499e6eb1655603bb1f6e741ad26e0
SHA512 (firefox102-l10n-102.3.0/bg.xpi) = 38a53a1fc200fcad3f7c843559a6843a6c0be296eb5a2f04f1f19f68db7bac68dd5b57fc2c159e4a97f8460347a05764b3660e0adaf844ab701d65a9cfe2bff1
Size (firefox102-l10n-102.3.0/bg.xpi) = 578861 bytes
BLAKE2s (firefox102-l10n-102.3.0/bn.xpi) = 6afd3ff8b29954251048720e9dbc4ff8a784ceb9ce89a626132e7e1cd7ad7fa9
SHA512 (firefox102-l10n-102.3.0/bn.xpi) = 0232cbbb6062db4e71b2a58c4b43c8976bdc431475f6a91d6213558114832692ff439b9a40bc0b0700431e47e130b42e4146ae94250665e73772e672dfb693d7
Size (firefox102-l10n-102.3.0/bn.xpi) = 576721 bytes
BLAKE2s (firefox102-l10n-102.3.0/br.xpi) = 00e6d9ca33f046f1f03135ad19e9729532af22c64d1bae09c12dbafc2f667ba0
SHA512 (firefox102-l10n-102.3.0/br.xpi) = 782b9c57186d6902f3c49fd55adb256f45d52eff16dc21268b34bfb45a9dafbffd1013db45c8b3f2d6afe53c5c0c072c07887da8aad1e96a64caa08fc988cc64
Size (firefox102-l10n-102.3.0/br.xpi) = 531022 bytes
BLAKE2s (firefox102-l10n-102.3.0/bs.xpi) = ee8a6cbd9f8a45ca54240eda9b432386f402fffe571580a0bca9ee311a20aa60
SHA512 (firefox102-l10n-102.3.0/bs.xpi) = 6e3ae23473090a10ed61e4ca6a446e595974d3e7e8cf54ad37cefecd99b3c6d08e288057d2fe41e8762046d3408f0fd5b605bdb1062c73ef64244e2a7c3e9fc8
Size (firefox102-l10n-102.3.0/bs.xpi) = 462131 bytes
BLAKE2s (firefox102-l10n-102.3.0/ca.xpi) = 8cf74fc40a983f8ccd305ed14df7427879d6fff334a3e84a487bac1ef7312ae0
SHA512 (firefox102-l10n-102.3.0/ca.xpi) = b30ff4b0c424ea12b298c5f3b1a7805aff074cda8c297a9ba93d2804732294250e354f0d40665cded19715850237dc4d5030deeb3e44107974e4a88f3acf7568
Size (firefox102-l10n-102.3.0/ca.xpi) = 540477 bytes
BLAKE2s (firefox102-l10n-102.3.0/cak.xpi) = c4f435e5e897334b0ce8ef153f3d09e5cc64a2ef9071d52805df18c15021c02f
SHA512 (firefox102-l10n-102.3.0/cak.xpi) = 824668d6bd7d9c7fa67cadf4557e736f4b915536579787e065024a32447d2a4dbed57e6445918ff3b6a30b805dc873aa014029664174e047f6257fd7f76f30ed
Size (firefox102-l10n-102.3.0/cak.xpi) = 550775 bytes
BLAKE2s (firefox102-l10n-102.3.0/cs.xpi) = e61a731db8a9e4eae9ba62c12c874e24736ef462d715e1e9efbe8cc0c569b825
SHA512 (firefox102-l10n-102.3.0/cs.xpi) = 622db5c0d53f39afeb9750e126e015677f08003032a27b5ebcfebd7f131df9b6a1ee705855fb98133e692f3169492a49ca4a04705de8244116ce45250d116dea
Size (firefox102-l10n-102.3.0/cs.xpi) = 573455 bytes
BLAKE2s (firefox102-l10n-102.3.0/cy.xpi) = bfd8a3fc988c707652560ca792731ebbfdd183e8eebf8599cba397799255d6ac
SHA512 (firefox102-l10n-102.3.0/cy.xpi) = 1c3b1cd61ad432d95d020d06c63594587bf62fa1ee56beb842a434c9e297c892f6ae1c699f9e9080068d14bb3ad14572270431d87428a9c51f40c86da7ae795a
Size (firefox102-l10n-102.3.0/cy.xpi) = 554750 bytes
BLAKE2s (firefox102-l10n-102.3.0/da.xpi) = 92a50a010ef293101f76ff88e8d2753c3b0ea1f127a6f45d2c3287719c14e13d
SHA512 (firefox102-l10n-102.3.0/da.xpi) = a47b65fa09b68e6b08f0fbda74f046efeed3a22f0e6cca902420fd21b351eb1b6403fd7ef5a93f7c3630eafebb16f71569d2b21c59ca6c7f6c659935a3f8677e
Size (firefox102-l10n-102.3.0/da.xpi) = 546947 bytes
BLAKE2s (firefox102-l10n-102.3.0/de.xpi) = 7f41073c41755ad03f8f3b8809a28c74400723c3b26c88b658ec336da9c92f79
SHA512 (firefox102-l10n-102.3.0/de.xpi) = d1d9a3e0965be66f4b56ff526ed5a3d86e677e3497014d8ba06d119f1e9129b0931c3d69a6fa11f6026c850bde7a858c377b0915160ed22e954a08a58c0b06bf
Size (firefox102-l10n-102.3.0/de.xpi) = 567046 bytes
BLAKE2s (firefox102-l10n-102.3.0/dsb.xpi) = 6afa53f434508b63a58112699bd2de91971246f8f7deb02e0980808185cc6735
SHA512 (firefox102-l10n-102.3.0/dsb.xpi) = 38e7d81a4894cf2ec9ffd87f53e90cb5974f420276036cacdbb58077f413a85506d0d88c2db31161b1446941f14326224ef0fd3afc8edf8350e40616f9adb79b
Size (firefox102-l10n-102.3.0/dsb.xpi) = 579784 bytes
BLAKE2s (firefox102-l10n-102.3.0/el.xpi) = f088728c2cffd0c8092a19a7a91c222535c3087d789fd1f99a3339e615377f5e
SHA512 (firefox102-l10n-102.3.0/el.xpi) = ae2924a48bc6716fffffdae4c623d9b5ec76ccfc286765315b1b45bf78ac98caba5dd024360296fe9a94df8bf409e047bec9a0d964b63728dc77605b7f67b51c
Size (firefox102-l10n-102.3.0/el.xpi) = 655029 bytes
BLAKE2s (firefox102-l10n-102.3.0/en-CA.xpi) = b50affdd24cc12cc5f59d8847d49490eefbfea511a002e8322f0981908ed6d10
SHA512 (firefox102-l10n-102.3.0/en-CA.xpi) = a2d9a00e44a07aec9d43496b47405a30c71f6d6019dc9ff52737c0020c2efe3050aed0ca5218499fa362fe574a9ae1a74a3a321f3fd91129854ee48359123ee7
Size (firefox102-l10n-102.3.0/en-CA.xpi) = 514604 bytes
BLAKE2s (firefox102-l10n-102.3.0/en-GB.xpi) = 281370ea22e856fa5a777077a36d6f49d529bf0db7b9a2ab7b25c65be472ff53
SHA512 (firefox102-l10n-102.3.0/en-GB.xpi) = 8494171611818f4a3c2ece4321252ff0c74e82864c97b3688e7d968a8f047cde0bc9d5fa652425306106dab1a81c92a2d2b1777e6e6ddaaeaec89c07fc98d1ea
Size (firefox102-l10n-102.3.0/en-GB.xpi) = 522699 bytes
BLAKE2s (firefox102-l10n-102.3.0/en-US.xpi) = 38039d6ee30bfedd8d58df23897df55e71905ce1d5d226c78cf8ba6bbb087e56
SHA512 (firefox102-l10n-102.3.0/en-US.xpi) = 2d55ef7106f6e21aee7495f38b2f7208ae6eb5408903693454623b4d45c2b1dd9ec5629370c315f7496e00e5f260a17e891956d91add0362e64260d62c107a9c
Size (firefox102-l10n-102.3.0/en-US.xpi) = 482770 bytes
BLAKE2s (firefox102-l10n-102.3.0/eo.xpi) = bac4cfab1528c004248088cebab4d6d154f63182d3841fe4cc10239bb5b03664
SHA512 (firefox102-l10n-102.3.0/eo.xpi) = 1fb688fc8b4420019980955bbfcfc0446c2e8ab9cadc957af1254537e4e541305751a1fedc311fc168ceeae5080829612b4ae0aecd0d86ad5302fa3d70dd408e
Size (firefox102-l10n-102.3.0/eo.xpi) = 545935 bytes
BLAKE2s (firefox102-l10n-102.3.0/es-AR.xpi) = 2da0a861cb68825c0b08c11795a53f36943b4b8b4a17d134cfb56fdc2287a448
SHA512 (firefox102-l10n-102.3.0/es-AR.xpi) = da9e497c489815747718f3de802f141f076b222ba26585726aaba59f9e2ebe407d2a461f2eaa5cabe05627372622b585936f99108e6e7948dfa8ee9adde0e8ad
Size (firefox102-l10n-102.3.0/es-AR.xpi) = 560326 bytes
BLAKE2s (firefox102-l10n-102.3.0/es-CL.xpi) = d4ea9e24becee662853afb431c3e96fc3d11265d22b4ebf5f827066887fd7393
SHA512 (firefox102-l10n-102.3.0/es-CL.xpi) = 5308bd3f90b61c9afa4a83c3d4b42ff77830743760d2c4b0418dba7ef701e9e07abdedb4a3b9aa507db45176df5431f273e16468e2e5c0ac586b19258b53fb1e
Size (firefox102-l10n-102.3.0/es-CL.xpi) = 559370 bytes
BLAKE2s (firefox102-l10n-102.3.0/es-ES.xpi) = d7698a04a4ea45a16189fa061493230c8972032ce8fb47ac1086ef9d35eab098
SHA512 (firefox102-l10n-102.3.0/es-ES.xpi) = 16e580ca4f0dde68d9fdce3a0d0336eba77b6d6cfe378633c3bdc0061b0954de6dd74cf38e5a9e8d9f0269de55ef117e438ed58c3488d66d072ba660133b0ebe
Size (firefox102-l10n-102.3.0/es-ES.xpi) = 544164 bytes
BLAKE2s (firefox102-l10n-102.3.0/es-MX.xpi) = 72d6329e2dd9cf55d1827611dc1ffedb4946d7f3fd6d717e510c728bebbbd14d
SHA512 (firefox102-l10n-102.3.0/es-MX.xpi) = d733a06266a6546a96637532abc9cec7b3f38c9243a3a9622bdf0c098a16e67bbda793d87650ac41ddfad949ec93a5a3296ec883ebc7880e4c931ece8ef56013
Size (firefox102-l10n-102.3.0/es-MX.xpi) = 563464 bytes
BLAKE2s (firefox102-l10n-102.3.0/et.xpi) = 6d2d9464b12d7aaac3cc36482ac6a68ba7be60184acb91fd954d612a2ab04147
SHA512 (firefox102-l10n-102.3.0/et.xpi) = 8216b66a34510a48a0441e68f5ea06774fb4be1ead029c26f0c30dd82ff0b884fb620c31c0d85053338fed461f62bbbf156757fef1e01709f098f3ae8c863dff
Size (firefox102-l10n-102.3.0/et.xpi) = 531816 bytes
BLAKE2s (firefox102-l10n-102.3.0/eu.xpi) = 927b2afe90c62bcd14c20b36e99013df6fa52268c2fe8baebfce33d7f8d19ff0
SHA512 (firefox102-l10n-102.3.0/eu.xpi) = 9a5568e046251ee7410a9704ba637df0829cfe2bc6f9e2ddaf710f7abb9618742c0710859f997261200172035fd1e07dfcb727c84803139ab170ce9c568f2b6d
Size (firefox102-l10n-102.3.0/eu.xpi) = 548210 bytes
BLAKE2s (firefox102-l10n-102.3.0/fa.xpi) = 141f95c9510fb00b322eb00e5b338402940311d1233464bce6d68ee0f9b876d9
SHA512 (firefox102-l10n-102.3.0/fa.xpi) = 905aa6979ceefea7503d10409b75a7e58ebff6eae06e9c2777c8a353fe895f224a610a80db71e5772715c61946b26adcc5efa0d0f0a4c2633b9b5750804a1233
Size (firefox102-l10n-102.3.0/fa.xpi) = 562344 bytes
BLAKE2s (firefox102-l10n-102.3.0/ff.xpi) = 2002c4b39dee289464201ee11390b71a8d6251121aa6d4b9e2000270d65a40e0
SHA512 (firefox102-l10n-102.3.0/ff.xpi) = 7c21b35fa781f453d05a0a8a81095c02e8d30c307e23b23d6276f2b35ee744e00c8f41908f6aba8b44a999f886dd7662649cc6de1920ac0d0b849455fd070fd9
Size (firefox102-l10n-102.3.0/ff.xpi) = 472169 bytes
BLAKE2s (firefox102-l10n-102.3.0/fi.xpi) = 390e8b16f8602f53feb3cf003adb194d11c4d9502215ebc054ad3b7fec5edb3d
SHA512 (firefox102-l10n-102.3.0/fi.xpi) = 1f4a32769955cff68bb3347cc82880ee582511ebdee766d73d5f39aa6de73a704341abd999ef1960609206a7222cb344c792f679071f26807d00eeee1957bcf4
Size (firefox102-l10n-102.3.0/fi.xpi) = 544783 bytes
BLAKE2s (firefox102-l10n-102.3.0/fr.xpi) = 21c2e99a5fe2facb91ec9ae5a6b18b9a4b19b6ad4c5519a28f7417891b67363a
SHA512 (firefox102-l10n-102.3.0/fr.xpi) = ed84c1d311ec7842832e183342c2bb3e10d462460d3c0fb03d0d4cc81af2bb73f5483997acf166eb8767260a0c43e701bfa41c0951f7a29ef4325ff07fc1007e
Size (firefox102-l10n-102.3.0/fr.xpi) = 571385 bytes
BLAKE2s (firefox102-l10n-102.3.0/fy-NL.xpi) = e2d6ebe65aee41aede269a9257fa6aa3406b384b895239081f77e482a9c334fc
SHA512 (firefox102-l10n-102.3.0/fy-NL.xpi) = 94908b1c05bc15c9736da83560813917ee4e76876f3c31394ef6c0dda3b0f980bab70ec34304341b05df17bd49eba2f0cc369efa2ac8972a8fd100fcf5f5070e
Size (firefox102-l10n-102.3.0/fy-NL.xpi) = 556592 bytes
BLAKE2s (firefox102-l10n-102.3.0/ga-IE.xpi) = 98073787b55cad482acbd5cff197d670e2f033fc7e1c620f38af8b4f423de07f
SHA512 (firefox102-l10n-102.3.0/ga-IE.xpi) = 1ba5c0dbf71561b29b6bcb0aab20e4b07a7f72422d9d0d2061273cdff7c2cf2375da5a8988ead21f927d0301ca4ceaec3a956726e8dae68e62a672ba85d1f80d
Size (firefox102-l10n-102.3.0/ga-IE.xpi) = 470608 bytes
BLAKE2s (firefox102-l10n-102.3.0/gd.xpi) = 31ba5545b4e706297ec5922fd3335e855031850a61231745152ee6c668324205
SHA512 (firefox102-l10n-102.3.0/gd.xpi) = ebc9c6771d5daa35521ae7b923ec24adf862a45feafbde8b3e264aae280ba6e9287d045a74a2cbdf62e6b572ea59a755384e24fd8dcfbd190112c7dcfbf5b690
Size (firefox102-l10n-102.3.0/gd.xpi) = 543720 bytes
BLAKE2s (firefox102-l10n-102.3.0/gl.xpi) = bb1f89cc2a5ba32de97bd7c507469fec38e4c2360d6a0e7d72e4f2d9e43b32a0
SHA512 (firefox102-l10n-102.3.0/gl.xpi) = c1d6f2194c851ef2044f2eb242a032c48afa3399d45b2df98642dbdc02a85afaf41a00a200166bf581a5d4f70d9e5fb9183f577f340d62bfd6d2f6b331879002
Size (firefox102-l10n-102.3.0/gl.xpi) = 539053 bytes
BLAKE2s (firefox102-l10n-102.3.0/gn.xpi) = 044231eb1ea343d452bdac152dccf3dc503e44388218596dea27d85a9a1cea68
SHA512 (firefox102-l10n-102.3.0/gn.xpi) = a1c4845740441b0b71b18b653b3948d6fd244d3cf6726e49845541be4b8167e2e9095d38123fe94c0169afac421b248fbce4f76ea9290e50ebeb9e6cd9d22190
Size (firefox102-l10n-102.3.0/gn.xpi) = 570897 bytes
BLAKE2s (firefox102-l10n-102.3.0/gu-IN.xpi) = b65cd22d733a779afb4f9c5c8e2cbec598508d5f0d406060cc52aba7a463075d
SHA512 (firefox102-l10n-102.3.0/gu-IN.xpi) = 0be7d68f54661c8070b80a4e9504bf6352f3aaf087f5ef14a3b521fd1c15d5cdb7927b76ae06369290ce6878c9320b02946522df381ebc3146fdf68955ad4749
Size (firefox102-l10n-102.3.0/gu-IN.xpi) = 527872 bytes
BLAKE2s (firefox102-l10n-102.3.0/he.xpi) = 5ff0f1b0376f2c70d49d19ef1356280dc50ca508f4d856077d717aa8b1939f1c
SHA512 (firefox102-l10n-102.3.0/he.xpi) = 2719300e548aae73bb53ada61a0d24c126d0fe825cdfa5f0834bb3e4495daa12c38338c4eaa89ae575c85c0f0a8f19659e674b4e65fa2029e385949006b00334
Size (firefox102-l10n-102.3.0/he.xpi) = 568678 bytes
BLAKE2s (firefox102-l10n-102.3.0/hi-IN.xpi) = 57d65bcd076209601d29ae66e34c5405f811824197151e2bef75a36e1be81c3b
SHA512 (firefox102-l10n-102.3.0/hi-IN.xpi) = 64dc592725ce712c4d68c9dcb39ba6793204f88b4a8f46bccbba9ab22e818885591078a013c727481b24f509f06ee8063f972d1d7d7e4a6496b02432497e0b20
Size (firefox102-l10n-102.3.0/hi-IN.xpi) = 558539 bytes
BLAKE2s (firefox102-l10n-102.3.0/hr.xpi) = 53ed5ab938c11b342b9047f3aaad2e588add6a97bc243af6a5b5d4f61d27f9cb
SHA512 (firefox102-l10n-102.3.0/hr.xpi) = 325b8f12d299cfea651edddbb237462090b287b68bf0c2feae67767bb6f7d0279fef10e798e5982cc17802ca847d6262500c92f04711dfc6640390c764dd31d5
Size (firefox102-l10n-102.3.0/hr.xpi) = 529738 bytes
BLAKE2s (firefox102-l10n-102.3.0/hsb.xpi) = a97b3b7c7cea933792bbd5a505c951fc20e513dc7c795af8265c1b1a00ed6de2
SHA512 (firefox102-l10n-102.3.0/hsb.xpi) = 30444fad035a5083140a20a014c5b8a9b4f014c073b88199584519bc6ce9996bf0da170cd1360281800233e81475409c6f5d0f16b802902cf5338dc549279b45
Size (firefox102-l10n-102.3.0/hsb.xpi) = 575946 bytes
BLAKE2s (firefox102-l10n-102.3.0/hu.xpi) = 7c6e1ed1014cfe15d4950ce10b13d8689d05631497320cedb13e702df76cedce
SHA512 (firefox102-l10n-102.3.0/hu.xpi) = f61f86cf40b53bfd4680edfddecd396a2635bef0c2419445cf52f63dca53da27603862b54de23f97386c8837a5f6d2fa1a8df2425176dc4fadbebb42bf33ddef
Size (firefox102-l10n-102.3.0/hu.xpi) = 580250 bytes
BLAKE2s (firefox102-l10n-102.3.0/hy-AM.xpi) = 85b197e8b87bbc3a2f359da12989c3f756ef632ed63574415d105529d553c54e
SHA512 (firefox102-l10n-102.3.0/hy-AM.xpi) = 324c4c994e55cdda393da1d0dbf8cf7d8e794481432939d4b9b0d158ee518129abc830228fca229889723e7457b1ff33784f7093e66c2c89fc078bcdaab8c6bc
Size (firefox102-l10n-102.3.0/hy-AM.xpi) = 582119 bytes
BLAKE2s (firefox102-l10n-102.3.0/ia.xpi) = 5d4e7e918b1cf0773668c4cbe70870e450e2c308380ca6ae5e3bea8e809bbd6e
SHA512 (firefox102-l10n-102.3.0/ia.xpi) = 8d41339c86ddacdd5faad662f331a01f1d777f21165c4908ec39be9f2a8c966adda5d7d14324a58bf0a84175e855d0a2cd77f15679c3755f24b7d47f3f48a28c
Size (firefox102-l10n-102.3.0/ia.xpi) = 545262 bytes
BLAKE2s (firefox102-l10n-102.3.0/id.xpi) = 72b967dbdf143f3690042d38ca0334af01c4a4b81f76fec1d6ae844880f11686
SHA512 (firefox102-l10n-102.3.0/id.xpi) = cf67e20d2efe267b2bf46d32cf684ba7a8d60c87781c1246c2eb2ad3f74f194c63637fb1f2a2e6524edffbdccd97253f16b16aa8c3b7de8fb110c7e3ae752d7f
Size (firefox102-l10n-102.3.0/id.xpi) = 542448 bytes
BLAKE2s (firefox102-l10n-102.3.0/is.xpi) = 650c48f69a43da461aae7c369dd8fa7d77d6dd440d38946cd50930857c03158c
SHA512 (firefox102-l10n-102.3.0/is.xpi) = fb0c29ebf12c4901a24b78dc996f6ca390603f5ad2f23def32af82cbfbc5e9a47e1069841ab0db3f68937b33a7e7fe60ca773c154498e37646b3211cbe06655d
Size (firefox102-l10n-102.3.0/is.xpi) = 551935 bytes
BLAKE2s (firefox102-l10n-102.3.0/it.xpi) = e4aa202b7b2432eafa27933aa25b460dc875286878a8c707d72b16cab80b5172
SHA512 (firefox102-l10n-102.3.0/it.xpi) = f37bac0b09a23c3a200c16b025cec1c1e470eba8fc52a30fb048c3b6d5cca7f3a578c2c245ec378facc9d55eaeab82a24928d91985a5bf65a03b7f5123b928fa
Size (firefox102-l10n-102.3.0/it.xpi) = 463213 bytes
BLAKE2s (firefox102-l10n-102.3.0/ja.xpi) = 789a982a29f94705ebaedf11f1e27f1cff3002749d0d46e0e1e82eb5e3647137
SHA512 (firefox102-l10n-102.3.0/ja.xpi) = 599904bf221abf952a7d6b45e387a7e43f4c4970c6a7a5772f8bfd2b4d79294073a791ad48a6b2b60430cad9c5c7cc161068c7bec54edebc5ad56765738d8d6f
Size (firefox102-l10n-102.3.0/ja.xpi) = 586305 bytes
BLAKE2s (firefox102-l10n-102.3.0/ka.xpi) = 6cfb1a0f765ef5b0fb87fd1148a3d761df0ae5fe16db8cc804ecda68768d3ed3
SHA512 (firefox102-l10n-102.3.0/ka.xpi) = 1fcc7c63220df66363b1294162ae98809a207cff602f5490a42169889b8f27309796d56fcfc81fe0e87df3f19e6e5e12365acbbb6dc0b509aa8658dd1de1aadf
Size (firefox102-l10n-102.3.0/ka.xpi) = 606132 bytes
BLAKE2s (firefox102-l10n-102.3.0/kab.xpi) = 24d1b75be57a459fa9554b19b49317644b65f7eca284d5d8fff1dd9c7b02b398
SHA512 (firefox102-l10n-102.3.0/kab.xpi) = 33384e39af5c30f56fce040e09117fd0879c3b2f49a0fd0c700dd53e29662f20c191e6f6a99bf9254f5cd1278784095488d1896aa55bd50ae6e1474516ff2545
Size (firefox102-l10n-102.3.0/kab.xpi) = 565741 bytes
BLAKE2s (firefox102-l10n-102.3.0/kk.xpi) = d1d094c9d492ad348ec66ad026c49abc9daab2e6944bf476b91a2563486e0fd1
SHA512 (firefox102-l10n-102.3.0/kk.xpi) = d8b612ba4921f23e464775f009487365b11295010016f2d87b6096c83c08cc7fe1241994cdd2fe1303d4651e1d61a41639437c11384fe0ee076c4a7593011413
Size (firefox102-l10n-102.3.0/kk.xpi) = 621839 bytes
BLAKE2s (firefox102-l10n-102.3.0/km.xpi) = 8cd9418719b578789cfce887e8abc5756fde91c8b85a6b579457a58189850490
SHA512 (firefox102-l10n-102.3.0/km.xpi) = 87c030793fd4c3e254a7de40d88b328c9c0e2e15a22ad70045b9d122f54b11b1c49ec42dd11765d661124d2540e40bba533831f0575fe9aa0ee915ca30470fe0
Size (firefox102-l10n-102.3.0/km.xpi) = 531579 bytes
BLAKE2s (firefox102-l10n-102.3.0/kn.xpi) = 3c47dbbaeaec384673ad66b532751f6201a5ec692745e77c6fc3a72faa6383ff
SHA512 (firefox102-l10n-102.3.0/kn.xpi) = 572c0f699deedbeca7443bc9d0c935141636114bf986f59a3a4ff96ddadbdddf81c5745c15a755765b3d0ba2a9ef749276071f8bb884ba2e44b3596ad93e4500
Size (firefox102-l10n-102.3.0/kn.xpi) = 497201 bytes
BLAKE2s (firefox102-l10n-102.3.0/ko.xpi) = 9e34d22bb142a115fa4c3adbd46e3d6423f3e7b108f03e32cb60b788a7a0d294
SHA512 (firefox102-l10n-102.3.0/ko.xpi) = 7935db3542dd510f8dd2a150033d282fc46728be34bd35af7d94a968c633640be92ffa03a3c4b30fe1d5c2cea7fa61e68d643191613437c28711a7d0c28e2ed3
Size (firefox102-l10n-102.3.0/ko.xpi) = 593293 bytes
BLAKE2s (firefox102-l10n-102.3.0/lij.xpi) = ab8f38bf75d6418663fef9e3bb7289836fab222c56e3de051d63e4a5bae5d95b
SHA512 (firefox102-l10n-102.3.0/lij.xpi) = 3d842507516fe2cf5d80c06f871c757a08060ba3e857845fe0e3c15c1df31ca3bf0a5ef6bc7c83ee1a15f59b4f2d5ac00e1ca9f2fd1839e957800e33147d9078
Size (firefox102-l10n-102.3.0/lij.xpi) = 470141 bytes
BLAKE2s (firefox102-l10n-102.3.0/lt.xpi) = 668b3cf052d650eac43e98348aa179b66e6b5662461501c1659201738a974425
SHA512 (firefox102-l10n-102.3.0/lt.xpi) = e2b0b2858a0fc97b0af32bff1651246b1558ba8be16c941193f9a31feecc380fb1d93b926ebd734a9f125c2715c364bec4c247b3b6aed84cc475b064ef8a24d6
Size (firefox102-l10n-102.3.0/lt.xpi) = 561127 bytes
BLAKE2s (firefox102-l10n-102.3.0/lv.xpi) = dd131f0768194ccabd761a5205c8de3e7b8cce581334640d91a773de5d9730a2
SHA512 (firefox102-l10n-102.3.0/lv.xpi) = ede171b2bf31b34c9b6dccce9cd8be85e701bab6ad84f9a43e7bee3c6601c4946cdfb1267ac8da2e9bbfe4efd39fa0f1a4f3633e0e33a5f41f8b413a22652be4
Size (firefox102-l10n-102.3.0/lv.xpi) = 463020 bytes
BLAKE2s (firefox102-l10n-102.3.0/mk.xpi) = ec2e1f6a5a2fe38b49b020cf602a86b4608406bfd40d62f1567cf6ed33fd5508
SHA512 (firefox102-l10n-102.3.0/mk.xpi) = 934d0fa0a0ceec899c18ee16e020a26a9c0599d51f1139a26b0508ea1c570602a9028692ac36dd9ff87d2026e3a3dca8c88d3d39b82da8961fa035f8e0dab0d3
Size (firefox102-l10n-102.3.0/mk.xpi) = 482313 bytes
BLAKE2s (firefox102-l10n-102.3.0/mr.xpi) = afc2c316cd85d33f140cba5eac40cb05151ad4342961a5211504ecddd79e479a
SHA512 (firefox102-l10n-102.3.0/mr.xpi) = 01e1c0614096df55093e7f0a203ac5ab141bcd663c5f71a2173d7d716022c6bbba4f1f3ef66d5c583d81a1d614659f82368a5a98991478bfd4969cbb335d0aaa
Size (firefox102-l10n-102.3.0/mr.xpi) = 531252 bytes
BLAKE2s (firefox102-l10n-102.3.0/ms.xpi) = e67258719cb4a6e0e28c5597cd5f9ddebae82855e74597a07acea02eb9a0de6c
SHA512 (firefox102-l10n-102.3.0/ms.xpi) = 7ac315d4cda83106258ccfba4f1945f817d5fd5f7dde625f641ee790bfe0193660f57dd69258c0db4bdc8d334b1a9520c5f856b7914b571e4315fba6b16ee7ff
Size (firefox102-l10n-102.3.0/ms.xpi) = 448123 bytes
BLAKE2s (firefox102-l10n-102.3.0/my.xpi) = 596a38ac73d7d154740740aff372230305ae95dbff0a264e1a5fe1e6a5f4a617
SHA512 (firefox102-l10n-102.3.0/my.xpi) = e7187d9b0c5a787f6f6d1f337a072a0eb57b1b25bbf74a8c4068075a1e747042ee23fc23e7f333df1c94c03d29c49d8b69448079c8fe7a07c2a202b465b8f979
Size (firefox102-l10n-102.3.0/my.xpi) = 511807 bytes
BLAKE2s (firefox102-l10n-102.3.0/nb-NO.xpi) = 59a9c471398d40cc8e1af6b028b2ff5fe2dc5a19f40072aa6cd4f78e12ab9de9
SHA512 (firefox102-l10n-102.3.0/nb-NO.xpi) = 49dc8f417aaac2aea5fde3781c5b159127d9a76813aea3b242fe3058c7e775761805415e85c6e80813fa5c0815277a9ddeedee5aa7625b8ed137d92fd3d6eb14
Size (firefox102-l10n-102.3.0/nb-NO.xpi) = 541242 bytes
BLAKE2s (firefox102-l10n-102.3.0/ne-NP.xpi) = 240d3f25a77a13564db5771d55b1978d74673aa1341b43db198cbb6490d0fd5b
SHA512 (firefox102-l10n-102.3.0/ne-NP.xpi) = ac48878324241ee9e4b31f91b7400985795201c6c94ce2878f5fb39da25fe479669748dc07778c806a1bf382e65080a79f44d8a80c7ebf59d363fad5fa0084e3
Size (firefox102-l10n-102.3.0/ne-NP.xpi) = 489420 bytes
BLAKE2s (firefox102-l10n-102.3.0/nl.xpi) = 12ed504ebe6dc603303f5848ecc763e2a4fb0998d48951099fcb378b6fbcb7c4
SHA512 (firefox102-l10n-102.3.0/nl.xpi) = cd18f08fe259778d0cd059357f1f46c014eead4008645a022c9b0891471ac72df6824b72c0440a1dc610baccbc1b9dd1d2ceb80dfa7313f26478c8930f427489
Size (firefox102-l10n-102.3.0/nl.xpi) = 550349 bytes
BLAKE2s (firefox102-l10n-102.3.0/nn-NO.xpi) = 56e48e309d4a82fd13ed0954a0d27fbe018b1a11b42e916839936d683bcce48e
SHA512 (firefox102-l10n-102.3.0/nn-NO.xpi) = bda7179ceb26453e9ef8ef37dd83d03a32fb16f0b798f280b23ba6c47f3d268286ea5a4beb55f7feabbdc2bde182c2620f6b8edf41748401112a3c656d00e6bf
Size (firefox102-l10n-102.3.0/nn-NO.xpi) = 541467 bytes
BLAKE2s (firefox102-l10n-102.3.0/oc.xpi) = eb90620ce1faf647fd2b7616739631745f010e6750b26461f361aa75f2cfe3b3
SHA512 (firefox102-l10n-102.3.0/oc.xpi) = 1f495b4497dd7a90e8d111ea453ed351b44ced910fbba4bac669a77631368337c1cba58d042e5f8abacb079c48bf1f79df0275bc1728f2f918055b3653e817ae
Size (firefox102-l10n-102.3.0/oc.xpi) = 560885 bytes
BLAKE2s (firefox102-l10n-102.3.0/pa-IN.xpi) = e7374aedc8b6541bafae3ee5f3b03a1b872f5d1ea2c67d69b10a44895477b54c
SHA512 (firefox102-l10n-102.3.0/pa-IN.xpi) = ec36cb6dfdd677e7b22415703e5a62326abe13ecb2e90f4c3565ef4149a4e63d53e01b2de6b23b66491cf217777353521da9fe5667f246bdbc827b0358cc0a67
Size (firefox102-l10n-102.3.0/pa-IN.xpi) = 612447 bytes
BLAKE2s (firefox102-l10n-102.3.0/pl.xpi) = 62bd258fee2da2455511be3610df9502296e06386172a389194f0f94e7eb5845
SHA512 (firefox102-l10n-102.3.0/pl.xpi) = 412b95f604a655d915e323e1ed1b2510b708c39eaf147c45eeac46fffc2cace2e57db848b8c77ddb5ccc96be8e9315193d904bb5e3a7839d358ebe1d37d70fdc
Size (firefox102-l10n-102.3.0/pl.xpi) = 571733 bytes
BLAKE2s (firefox102-l10n-102.3.0/pt-BR.xpi) = 8f46318678d6c923f8fe71c040d3d895467a38f89710ff6003c3e823212c8939
SHA512 (firefox102-l10n-102.3.0/pt-BR.xpi) = aabad94bc00aaec4929cc02d37f4926df22526cdf7d4e2cce12a103ca69554597a7d09951c66260f1ff1605dfa9eb07571f5a39668de3f9fdc9a51af288bb501
Size (firefox102-l10n-102.3.0/pt-BR.xpi) = 555920 bytes
BLAKE2s (firefox102-l10n-102.3.0/pt-PT.xpi) = 9bd81bee0e4bb43015f87d873b22936c59e534fb1c888e0d47e9992a9fc7df28
SHA512 (firefox102-l10n-102.3.0/pt-PT.xpi) = 2ff0d5a2fcae26591e8fc5a1be1e2b35b442dec8f2932b0770c777136b642cbc202c7cb645095c7e6eca713b2fabe7523fb70ee84349e76a0bf0ee1fa5866d61
Size (firefox102-l10n-102.3.0/pt-PT.xpi) = 555205 bytes
BLAKE2s (firefox102-l10n-102.3.0/rm.xpi) = 6d7c81b46a80464f74f40ebe0370cc5e465e3cc65c8664e03fd29a9b2cec640e
SHA512 (firefox102-l10n-102.3.0/rm.xpi) = 40b8dbc6dbbe021c0cc40c321553ac69d25789622234eb1c1da0aa747f2c641483a387d796c5b4fa1489aecbf83d579a0cb670d9aa1b95f78c2a0c5fb411b78f
Size (firefox102-l10n-102.3.0/rm.xpi) = 538504 bytes
BLAKE2s (firefox102-l10n-102.3.0/ro.xpi) = b7818c034b1a9ba756b55d5543a5c17ef28cf8fb6b241f11217bd52803559c0b
SHA512 (firefox102-l10n-102.3.0/ro.xpi) = ea5f4c06434500f954611ea1324b4497c2a2518fb36bb724e1190b159e1f865110b22e06fc0aaa33ed0803c23a0df2e56eb6f6d05918e6c7db7e25de3d75ca0a
Size (firefox102-l10n-102.3.0/ro.xpi) = 527971 bytes
BLAKE2s (firefox102-l10n-102.3.0/ru.xpi) = daeea5300a00b60b1b8b9850c8aa829a9fa3a4a12b8789406045b3d4168689e2
SHA512 (firefox102-l10n-102.3.0/ru.xpi) = b86159d177844c330824896853b8194fe122629673a279a3829282f6e90c4dae65547f15382993098b97510e76d1cfce1b3ebc01138041bc23ec03305a5993b2
Size (firefox102-l10n-102.3.0/ru.xpi) = 642366 bytes
BLAKE2s (firefox102-l10n-102.3.0/si.xpi) = f4ef25b413092ae70d07c7c0dbe83b92193c8043a7bb8afe4b284a808669bb44
SHA512 (firefox102-l10n-102.3.0/si.xpi) = c9b61b8d62a643c869c258ff747ddd9dadb4504e1b7e6b7678b9fc64cb40a7de417ead175da2ddebe4994ee5c5ff89f645ab7793c20845fb49395f746642d6f9
Size (firefox102-l10n-102.3.0/si.xpi) = 564314 bytes
BLAKE2s (firefox102-l10n-102.3.0/sk.xpi) = dddf29d661cad01650ef31a9440a99ec0f51938efe9da3180a30b986408714ca
SHA512 (firefox102-l10n-102.3.0/sk.xpi) = 6e9ae7c608a032cc5ec9eb60683dbb9b16f82448506b1ba3987501e3f5d0c148babca5626dcfe46d658dcd88ed82cf6c9f5e21da9de17fe03fd3f54751589141
Size (firefox102-l10n-102.3.0/sk.xpi) = 580588 bytes
BLAKE2s (firefox102-l10n-102.3.0/sl.xpi) = 14f68801d3f0b7621dc055e956307b0e08653a3fb1abc2ea0f08e8a4153d9bcd
SHA512 (firefox102-l10n-102.3.0/sl.xpi) = 3f09114a0d2250710ea2a4d9172d03d323199a52d9c10966d7c9fd13b664c305660687058e6339d94cf1a75a70436e29c7851de750e320c632d3948d1b592321
Size (firefox102-l10n-102.3.0/sl.xpi) = 553154 bytes
BLAKE2s (firefox102-l10n-102.3.0/son.xpi) = fb1ed6de5f1420318b8358152dfb23988649b40fb02c30be2abf468f2f80f699
SHA512 (firefox102-l10n-102.3.0/son.xpi) = 29f30e325bbde80e567a1394bd14a541bf340fb809273225e50b71c92127d0a987b60ec7a2bf1f037ee2bea8304bc382bba8fd12992308e0ea19e831ad1c70ce
Size (firefox102-l10n-102.3.0/son.xpi) = 424697 bytes
BLAKE2s (firefox102-l10n-102.3.0/sq.xpi) = ed28e5099e730ad3883d33905955a4d29cc6482e26e6662e2b893a81fda8ae35
SHA512 (firefox102-l10n-102.3.0/sq.xpi) = c6abce9bb925753423878b8adb1edb8230d19c37a2b755f981f358177544ddda8a117f56e592fee32ad7469db0ee79d54290b66e5f81b2fa840795d4710b3065
Size (firefox102-l10n-102.3.0/sq.xpi) = 556113 bytes
BLAKE2s (firefox102-l10n-102.3.0/sr.xpi) = c19bdc118175bdb1f08e2652862b0d0cac523bf7079eb33041fd03554d7cf763
SHA512 (firefox102-l10n-102.3.0/sr.xpi) = 16f358ce2cc654cc27f1ad54bcbb772eba9b48303afeca80d7e5f292a75b98f6e091b447ba092fc164cb28279a53637c139fc9a9a8de07a5cb2e28455237e794
Size (firefox102-l10n-102.3.0/sr.xpi) = 595492 bytes
BLAKE2s (firefox102-l10n-102.3.0/sv-SE.xpi) = 01ad7f653bf793bad9a156f6d16272dc70302953e9e6b60ffd8c2ed325282f95
SHA512 (firefox102-l10n-102.3.0/sv-SE.xpi) = acdf0afc289f7a521640094f33e745a1c6b3e09c2b96be1e9019562cc2cd20fd7252ced9e898e6443f237b924b4e5673de714b3066c22f2d3c31c0ac60b1b25e
Size (firefox102-l10n-102.3.0/sv-SE.xpi) = 553017 bytes
BLAKE2s (firefox102-l10n-102.3.0/ta.xpi) = 6beb045bf98b202ecd13b6b3397044c2cd4a0c219366facea3f029a28ff33fd8
SHA512 (firefox102-l10n-102.3.0/ta.xpi) = 1cad1416c798fd2fab469f2cbabd33de93abe2ba906429f96c22aaee7378e0e1be6a7ee49bc093ecc5fea14310820d4d997e34e8d5dad7c2bca4475bfa04a0db
Size (firefox102-l10n-102.3.0/ta.xpi) = 510340 bytes
BLAKE2s (firefox102-l10n-102.3.0/te.xpi) = 4b19d23bf1ceb7af310e7d30dcf2d81965f77575fc0d1f97db0e0cd9fa23b781
SHA512 (firefox102-l10n-102.3.0/te.xpi) = 6dd038446414dbce78efc0d4cdc13c92ae611c84540b832dba64138b5a95d55305317b24594113e50f2819a4999c253879732d10621f4b75e7ffdb1cfe5a2591
Size (firefox102-l10n-102.3.0/te.xpi) = 551584 bytes
BLAKE2s (firefox102-l10n-102.3.0/th.xpi) = 310e3bc82062a5725505f8ad6ee09b271561f46af170754ff660147c8245c18a
SHA512 (firefox102-l10n-102.3.0/th.xpi) = aeccdeadc400c69941c4d3878657e0a4708e64e4f5e780c289287797dd561703b736a30fd91c3217a7918a60c43e403abbfbb11f0db12b07b9f148de60e40a5a
Size (firefox102-l10n-102.3.0/th.xpi) = 612082 bytes
BLAKE2s (firefox102-l10n-102.3.0/tr.xpi) = eee581ccc812d74158a441970dceb3377c05aba578f954c73c91e61c3c888088
SHA512 (firefox102-l10n-102.3.0/tr.xpi) = 1fcf727cd521072fafae5797cc758f7d862648a88b283b0b3d91b755377cfd9f4e853abcb6cd930c576434ab013fbf02fdb7b9139affd9091ef4a548ef345cea
Size (firefox102-l10n-102.3.0/tr.xpi) = 567030 bytes
BLAKE2s (firefox102-l10n-102.3.0/uk.xpi) = 28ad0c94fe80b9cbbf683056af43caee1ac720d9086081bd74f8a948b3b5b52b
SHA512 (firefox102-l10n-102.3.0/uk.xpi) = ab9eda82ec04e9ed5e7532181cb1f78388f6db76823b40280b6872ba6522d244d81f40273ccbda12ee0d87f9263cf8d32a43478c5b4db77ff522ae634699ec7b
Size (firefox102-l10n-102.3.0/uk.xpi) = 635945 bytes
BLAKE2s (firefox102-l10n-102.3.0/uz.xpi) = fe789202f781ab9af85b26bf316ee371277e1e149b9bd92efe94b40cae5e33e4
SHA512 (firefox102-l10n-102.3.0/uz.xpi) = 106f5806dc52f3c49cb162b850e85cb159284072b0cd0e833885aff89d711be76debab4e377e9edb11f1f5aae437670aae5df76c1b5ab22a77c047e21fb44404
Size (firefox102-l10n-102.3.0/uz.xpi) = 478246 bytes
BLAKE2s (firefox102-l10n-102.3.0/vi.xpi) = d5d4137908de8211eb7d7a79d8625ae2ef8b417488a8af9fc2140b572fad0b8f
SHA512 (firefox102-l10n-102.3.0/vi.xpi) = 362aac1e18f3a3f694b657cf9bdb7c2c2cf9810387bbd71e13e0b9e455f3d3e588b7500fe6cef299c43c4d793a7ebdd31a15e30076c0e7e2600555c5b187fa46
Size (firefox102-l10n-102.3.0/vi.xpi) = 586368 bytes
BLAKE2s (firefox102-l10n-102.3.0/xh.xpi) = 0476bfde3fb57bb13ff2daa1583d7d35d8e008e3b612c2f03be33983b45da9e1
SHA512 (firefox102-l10n-102.3.0/xh.xpi) = a8ebe8abaed1019b5b8cdf567f1bd8eb41f34b75609e99e7abf53c92884c49a886d5c481245b4411ecf735acf2e611f872464d47a040ec7e6a6f19eafd23f51d
Size (firefox102-l10n-102.3.0/xh.xpi) = 427184 bytes
BLAKE2s (firefox102-l10n-102.3.0/zh-CN.xpi) = f28c2e9c068a11bd93c05d3b78105a1a3cb0d21a42dcaef053acdf4adb57e1a5
SHA512 (firefox102-l10n-102.3.0/zh-CN.xpi) = b328345dba6f6d02561fd63dad909b1c071af652d36c198bbbbfb746fd7907b6ca7d048899a4ef42477ccfbe5c2345be3afd4bbed1fa75f04f6c6714f0831e1b
Size (firefox102-l10n-102.3.0/zh-CN.xpi) = 589094 bytes
BLAKE2s (firefox102-l10n-102.3.0/zh-TW.xpi) = ee980dfa28abe5c8b52b8011ee325efea3500d34ca4309814223e292e1e3c431
SHA512 (firefox102-l10n-102.3.0/zh-TW.xpi) = 3038339af3b2c01824c17bdcdfbe64354c63e4bc55b6bd463297c1f875c49980a747c5447f9f468ff567d6bb2b883b2cec91a1d716fed3245aa1a1bd840412fc
Size (firefox102-l10n-102.3.0/zh-TW.xpi) = 590469 bytes
BLAKE2s (firefox102-l10n-102.4.0/ach.xpi) = ab63a0caff28c5ea765c2b8952c9e87003c7b8e1d704f6688d5eed1917476e65
SHA512 (firefox102-l10n-102.4.0/ach.xpi) = 3fbaab97f3b45c1ad17dc71c390d758fc1f49ab33baea5965f0dfcc023040f6105af6078b0510a3c02ef776cc5a6dfbcb317790f129acb18e5b24e81db725ead
Size (firefox102-l10n-102.4.0/ach.xpi) = 453446 bytes
BLAKE2s (firefox102-l10n-102.4.0/af.xpi) = b67604b0f4da3acf34328572a485f2ad22159deb31b2316a84fafcca0bfe020b
SHA512 (firefox102-l10n-102.4.0/af.xpi) = b74f776ef685ded49b355029903301b9e7c7ef2979708d0545209151af1f7fb5684697e11fbbd6a3cfb6f00896534c0c8744560fda5536f26642164cfb7b56e5
Size (firefox102-l10n-102.4.0/af.xpi) = 418250 bytes
BLAKE2s (firefox102-l10n-102.4.0/an.xpi) = a884886141ae22825f1db4d854200f8428ed1e8a2b3d7820125ce738b976d460
SHA512 (firefox102-l10n-102.4.0/an.xpi) = 1b0a59e373e8502f6b83f18362590c36d1984138a483ab24533e0d9870bfab18cd7da751bcf54fe025cacc675b7a067ddfc5ee358af7957fad189bab089f1fc4
Size (firefox102-l10n-102.4.0/an.xpi) = 498413 bytes
BLAKE2s (firefox102-l10n-102.4.0/ar.xpi) = a2b44f49375af3ce1e9aa8701e4aa7cfe8d0f0fdc1d645b0d6e9c05a7e6c75ba
SHA512 (firefox102-l10n-102.4.0/ar.xpi) = bfd63470e38e1aef8d74f925a5417477f1aa8875e0d5b15227f041c68149f614ab0315e8a184dbe903535b6cdc676f2301dc5593276beb34c58c40d08b881f1a
Size (firefox102-l10n-102.4.0/ar.xpi) = 563032 bytes
BLAKE2s (firefox102-l10n-102.4.0/ast.xpi) = ae9b0f7dee27f9dfe702935926d2dfaef95341b11dbd4069c3d0dafb9bb52d98
SHA512 (firefox102-l10n-102.4.0/ast.xpi) = 5dabb51990c2838ea21969c37cb1f675f3ddb5fc12d76b0358a91429111153410aaba14bef1c934726d89e37fe2f783f2d3c0ab3f22aa7c244e5918f5863da6c
Size (firefox102-l10n-102.4.0/ast.xpi) = 493494 bytes
BLAKE2s (firefox102-l10n-102.4.0/az.xpi) = 40649b8f537de1a84c2a83cc53d01e3d77edd8de6c3d1a2c8aae12c5bcab2dd3
SHA512 (firefox102-l10n-102.4.0/az.xpi) = 9bab156d075fefc1d6ea5650d4e279a6a90d2fb5b5e2281aeaf6ed071e21d9ccaa92ad7bd24e823764f92557fa841cbedafb66397d95deec5595a7066451cedd
Size (firefox102-l10n-102.4.0/az.xpi) = 485921 bytes
BLAKE2s (firefox102-l10n-102.4.0/be.xpi) = 3fec4a34752f11ba78aa8db8636eda1825fb40734a5f2126acaab1c24df7fe3c
SHA512 (firefox102-l10n-102.4.0/be.xpi) = 6c4e85d171bd16c5bb814f9f38c50adc714f968262722dec4aa1955d5aee8b479c8ab9cfdd8183d2a7e3aaef99fef4ef6e9934637fd078d59434e76cae3a2d20
Size (firefox102-l10n-102.4.0/be.xpi) = 638906 bytes
BLAKE2s (firefox102-l10n-102.4.0/bg.xpi) = 147632ceee476cfce39163daf348c8a9d2a82bf893a44f02a16c7560b325d28c
SHA512 (firefox102-l10n-102.4.0/bg.xpi) = 60091ae6cf09ce108f7b9300abafb02b3a2ce077a7a356b6f50c03f297bf540e6ae3d7a26985051a5662f0fcfe33981f472e83392b62f9d2595d9b6a2f5f61bb
Size (firefox102-l10n-102.4.0/bg.xpi) = 578860 bytes
BLAKE2s (firefox102-l10n-102.4.0/bn.xpi) = d218bf72069965226e96495f16f68eed42b94fe8f731413809f4cd1bf2b7e2d0
SHA512 (firefox102-l10n-102.4.0/bn.xpi) = ed25a67b8dea2a94311b8d99ff0fb8574d228ef2127988625d37ab34c6d4224cd31ee43d92223904e1cff2a82489bb5ac40e39486f450da88a217ba5e1468dbc
Size (firefox102-l10n-102.4.0/bn.xpi) = 576717 bytes
BLAKE2s (firefox102-l10n-102.4.0/br.xpi) = 9fcfcfef74b16abf5f913818cc07c4b03612d1760099f6cc58a1b6ca73a9fc11
SHA512 (firefox102-l10n-102.4.0/br.xpi) = 3430c51d7b23694d009539ba138be99936077992c565c1f0cbbef36b1838c20f38e449bc667956e86ad3139b3eefdd9c3a2bc4d6c74aa84033ef52138bb64c82
Size (firefox102-l10n-102.4.0/br.xpi) = 531020 bytes
BLAKE2s (firefox102-l10n-102.4.0/bs.xpi) = 3af3c0220713d72079908602a869c8470251bd5e8844c174fa49ea58265ea965
SHA512 (firefox102-l10n-102.4.0/bs.xpi) = 869dcf63517e88dda8f36a25f555a792761aaaecfb770699791e29f77de2f790223e3cfbac3ef97968856f32a4ffd2ecc820a5a57fa5eca606a7ec3038292594
Size (firefox102-l10n-102.4.0/bs.xpi) = 462128 bytes
BLAKE2s (firefox102-l10n-102.4.0/ca.xpi) = 1c050c7e72426a3cfc0cef3f9109006da8c30214f88a22cdf287272849f31c5f
SHA512 (firefox102-l10n-102.4.0/ca.xpi) = b895f83cd73db79330c7ac24d838228f5b599cf6ec3ea2c8e52dd6125e5336fd7484cb11d2dc1436dd826d1b878ae88a7f76d74ea2e0148b7c22dba2881910c5
Size (firefox102-l10n-102.4.0/ca.xpi) = 540473 bytes
BLAKE2s (firefox102-l10n-102.4.0/cak.xpi) = 35481b31a06eca75519e9bf406e0b7ca971371ad89023164a49ca369543e0bd1
SHA512 (firefox102-l10n-102.4.0/cak.xpi) = f8ae72629d7ae17ac88068df167cbf28359f9181ef4aa0d5805b3f68a88973d6a89a3109cf34654d39d9a4b7c03a2b242dfeac8321b59f00e4418955073a16aa
Size (firefox102-l10n-102.4.0/cak.xpi) = 550772 bytes
BLAKE2s (firefox102-l10n-102.4.0/cs.xpi) = 0aa4b0ca4c6f8d8c1dfd1672de1b72cd49062a2c4d78cae061a0e1ae29baae24
SHA512 (firefox102-l10n-102.4.0/cs.xpi) = 37156855d60fab66e7ff40bb1a17b84ec49627df03c34470a416396236d51286a0fc3f3a9c8f169b8403660cd90f531f4a0dea995a6e6a2a3eacb35e1d5b2fd8
Size (firefox102-l10n-102.4.0/cs.xpi) = 573455 bytes
BLAKE2s (firefox102-l10n-102.4.0/cy.xpi) = 3e5915d6009016bc441dd01a28eca8b672946046208d5c0e4bcff7327e235b62
SHA512 (firefox102-l10n-102.4.0/cy.xpi) = 1464310ee9a01551b43c1ef133d7534ef6b83030f7a69bf2920fddcf4794a0ba950dfa8fdc90b23c4fddc07244c62c2a3383558ff13d061d8932982cdb1f8c95
Size (firefox102-l10n-102.4.0/cy.xpi) = 554755 bytes
BLAKE2s (firefox102-l10n-102.4.0/da.xpi) = d55ca5f416ed7b450fb75b6839ad4b3bc38d7e3c9d2a022cf3fff8cac946a396
SHA512 (firefox102-l10n-102.4.0/da.xpi) = 156bf92ae4dd4f375eab63a7e747c0c1e1b6c98eaade4d2896a552ad91c731b4cdd921bb743f45ab94d25066564c7658c945bb17d712cb9269984d3ce44632bf
Size (firefox102-l10n-102.4.0/da.xpi) = 546947 bytes
BLAKE2s (firefox102-l10n-102.4.0/de.xpi) = 299fa44c2863da4c0fbebc6ea790b4083c9080a70a6d09e17c0fc7b1bc9697c4
SHA512 (firefox102-l10n-102.4.0/de.xpi) = ac91e8b3a72e95feeaa904a6d57febf167921be3413e9c24eb5455a5dd9eedfdbd4a5e9fe91eacccfd01faa20d7d6dc75b0818da1fea5696fc2a4dbde711bb1e
Size (firefox102-l10n-102.4.0/de.xpi) = 567049 bytes
BLAKE2s (firefox102-l10n-102.4.0/dsb.xpi) = fd003c05890f15250bb9be4ceb635ea0f20fc2ba336307eadb94c90755b3c411
SHA512 (firefox102-l10n-102.4.0/dsb.xpi) = 2282220c68cb1f6c2bd15b3dfbd6221754c1d2148b87fd1c8bbf0b5e023c8e28dcaefd3c62b01ac60d265d001fa3c86785c65638b1d6057cdfeaf42c79716902
Size (firefox102-l10n-102.4.0/dsb.xpi) = 579779 bytes
BLAKE2s (firefox102-l10n-102.4.0/el.xpi) = 84a2877dc250b0ec591d7a0080aa3fa53bed55ab6643da785fc38192a80e1704
SHA512 (firefox102-l10n-102.4.0/el.xpi) = 5a6d8f478b02a956e538f53690c86755bc1aab6d5aea2d3692b3523652ffdaa369bc34d9a4db402e3f4e664fc8e9eb720946e3526150d56811de502fc9fda55a
Size (firefox102-l10n-102.4.0/el.xpi) = 655026 bytes
BLAKE2s (firefox102-l10n-102.4.0/en-CA.xpi) = d83129da5803c7aabae2543e102d85fd4e7b244e09c937081e7cbd1a84ce8d7d
SHA512 (firefox102-l10n-102.4.0/en-CA.xpi) = 27fa81fc8aa8056461e9f8e6c52e10e849c32edfbdb2a5241ae5a7f0c50fe5f2ea2b30107ca15d8960b7c9a78150cdeb2fb930aebfa277dbe411d042a3b67f62
Size (firefox102-l10n-102.4.0/en-CA.xpi) = 514606 bytes
BLAKE2s (firefox102-l10n-102.4.0/en-GB.xpi) = aa39e2dcb64edde42798484a7d3e6ee18b241c3ab61f5d1a2218b455197bc00c
SHA512 (firefox102-l10n-102.4.0/en-GB.xpi) = 58e34178b03f98ec40ca21e4be71322b8370b6e1a0cf3ad7631aa8eb644fb1fc3da55552bb9493e92ff73f848961c726231979c4b021dab113f7c8cc7d2f19bd
Size (firefox102-l10n-102.4.0/en-GB.xpi) = 522697 bytes
BLAKE2s (firefox102-l10n-102.4.0/en-US.xpi) = 3e937bfb26115363c3c9635aa2abc1ee86e1c809f53ae21a37bb54398b6415a5
SHA512 (firefox102-l10n-102.4.0/en-US.xpi) = 1e55e8414240c7f0ad69b40c28b5b61dfd9c535af51e1fc1d7863231cb76698e99c3af27ad3f4e544182b53fec0a5e31471b0fae7157e425bc821c34ce9ea78e
Size (firefox102-l10n-102.4.0/en-US.xpi) = 482768 bytes
BLAKE2s (firefox102-l10n-102.4.0/eo.xpi) = 753ce5dadbf31d611a88d3c17bdce7ab9e457a6be350726607676932cd7219af
SHA512 (firefox102-l10n-102.4.0/eo.xpi) = 8fdab71ea969e4dabb7baec87fea51f5cbe9d9333b9ffcdfd6f4e66d458d2f704962c1155790325c7eada547bf3711231f8d68474c1467bef79e2f001d9a078d
Size (firefox102-l10n-102.4.0/eo.xpi) = 545925 bytes
BLAKE2s (firefox102-l10n-102.4.0/es-AR.xpi) = da7a6a68c72df650ac0e0e33945e9f8143bb7383b5e0fc13e0bedc2ca93aca4a
SHA512 (firefox102-l10n-102.4.0/es-AR.xpi) = 7948144363be8dce093dc3775756684fe4b187cbe3b68cd1508afca9a5b2766e72273accb463938ef677e47a6e932c7eb2b204e99d8807e7090912dd37d70c5a
Size (firefox102-l10n-102.4.0/es-AR.xpi) = 560324 bytes
BLAKE2s (firefox102-l10n-102.4.0/es-CL.xpi) = 5405f2298fbc63332f794ec28e397a20667d470f5d699ed43504302b3e61d44e
SHA512 (firefox102-l10n-102.4.0/es-CL.xpi) = 8807f843e96451f389833209f540cf54ef20c5e421d113bf7d5d3cedbb1830a85320a17d2204ef2546c2631a355046a501a9eb76560c1e5916064d0d08bbbef0
Size (firefox102-l10n-102.4.0/es-CL.xpi) = 559377 bytes
BLAKE2s (firefox102-l10n-102.4.0/es-ES.xpi) = b83916a377f638f17c80bf5ef5d16f23de0d6d88735f306ca8bd04236231958f
SHA512 (firefox102-l10n-102.4.0/es-ES.xpi) = 41698ca970e494ad880ca7381c07e632b7b71c6d8804dfdb8c5ae23537adf576b08487b17c1debe7866e5dfa00bc7b3caf8d599ea85bd6fa8a4ebf03e0849d04
Size (firefox102-l10n-102.4.0/es-ES.xpi) = 544164 bytes
BLAKE2s (firefox102-l10n-102.4.0/es-MX.xpi) = b51da18d25b658b5247400c7b78eb128865387527afcf9eeaf485e41e7e1be60
SHA512 (firefox102-l10n-102.4.0/es-MX.xpi) = 6e77abf6244eb765b398ee394fe538da1bab0450f6822d56a50caca85008ae57587ddefd0e904b3587bced265a3e3fee132a768da717f661eb5e4db61909670d
Size (firefox102-l10n-102.4.0/es-MX.xpi) = 563465 bytes
BLAKE2s (firefox102-l10n-102.4.0/et.xpi) = c1498c9e321c10b3faf843bf35736b70c6716995ff5a4a0dd8a63955fec9b645
SHA512 (firefox102-l10n-102.4.0/et.xpi) = 9805d084d1c3035831a2ca7f4b8b7c7b8b1aa01e928fead9a84c2e810303f2c082acaf96d7518e942f24b117d1d8c6c54d2e4720c5ac5b806a02400ee73969ad
Size (firefox102-l10n-102.4.0/et.xpi) = 531816 bytes
BLAKE2s (firefox102-l10n-102.4.0/eu.xpi) = 33bf383ae47fb4c3f4c4b3033545ad7398e36c1ab3180296463f1fee070f6a69
SHA512 (firefox102-l10n-102.4.0/eu.xpi) = a158c82dad3b7fe6c98d283f095a58080801dae8791dfd4b45ad3927c3788a4c65a30485f4cabb4403597dc2de937cc6d45d761620551e2b7fa32f72ade91517
Size (firefox102-l10n-102.4.0/eu.xpi) = 548198 bytes
BLAKE2s (firefox102-l10n-102.4.0/fa.xpi) = b78c5d5193f96bf90e31b683f574c62039fc738ef63b482287795bbb961ed25e
SHA512 (firefox102-l10n-102.4.0/fa.xpi) = b1e1fc9944f80bb4bd38d7ddab82cd29dfdcc45bc06e50106db894e4866824ad50e48f5763abd823c44b2d1b78f85cf432d92164ff7c0a82956182944b2f6dba
Size (firefox102-l10n-102.4.0/fa.xpi) = 562345 bytes
BLAKE2s (firefox102-l10n-102.4.0/ff.xpi) = 443516486825fefa1d713e86496a5285713b52672e8ad3e74fe54a2d15d0b13d
SHA512 (firefox102-l10n-102.4.0/ff.xpi) = 340f59f8123cd8716af3a54fb105705acbed84b4bfedc3cda694c4c4bdbc00fc59af860d2e9eeb3f3e1d01f1b2e15cf6251676309218822da2e0ca460cc33b6c
Size (firefox102-l10n-102.4.0/ff.xpi) = 472170 bytes
BLAKE2s (firefox102-l10n-102.4.0/fi.xpi) = fda56dc44ebc2bf0258dc23ab122d661632007a44aedbdc71bd9f96973689393
SHA512 (firefox102-l10n-102.4.0/fi.xpi) = 0a4519d8ec5ab1e5da8ebdb8cc8128c92e1b9a4224be32cf2f565c61a135a68579fbaea23ddd612d6bcc70533678d585d22e2753f9ecf26c3fcdd6f35fcf0c59
Size (firefox102-l10n-102.4.0/fi.xpi) = 544795 bytes
BLAKE2s (firefox102-l10n-102.4.0/fr.xpi) = 4170632dbd5debdaee158c93987a7da78c8e3fcc22e577f27606fcdd38c595ab
SHA512 (firefox102-l10n-102.4.0/fr.xpi) = e41464c8b6b62a41953ffe4fe2ac3c551b8e420facb66c57ed8112790f5aa0fb6aa7ea466a8623ad26964d49a201c7baae80ee7bc71fb61e004ae78712815b24
Size (firefox102-l10n-102.4.0/fr.xpi) = 571376 bytes
BLAKE2s (firefox102-l10n-102.4.0/fy-NL.xpi) = dc16c8c8a6371d3850ac81b9f0a4c6ef172eb3abb05dfe7892410994acdb8189
SHA512 (firefox102-l10n-102.4.0/fy-NL.xpi) = 98b97977346a2a036c3c2737e915120587d2a6883fa735452bb8d7241ea6d9f1650d8e8afa2674d1fa7c5f75e37bb4ab5814b03b5a1564c3d468fc5266fd3fc8
Size (firefox102-l10n-102.4.0/fy-NL.xpi) = 556588 bytes
BLAKE2s (firefox102-l10n-102.4.0/ga-IE.xpi) = e46d6310c981ee7046a56c85a28aa8c94e31e71636933aa81c81a609b4b11cd5
SHA512 (firefox102-l10n-102.4.0/ga-IE.xpi) = 6f7ce28d787e55e409845799666e97500231a4397e60f9d4d7c30578aad777ecbf2cd1f59844d270aaec28b669a5d07a8bf169ceda6715e4356b05a83e6f6ed2
Size (firefox102-l10n-102.4.0/ga-IE.xpi) = 470608 bytes
BLAKE2s (firefox102-l10n-102.4.0/gd.xpi) = 548f2446e93d8b90893f3603a8e0390984e0296b6453d67c696da8ce7cbdfb9b
SHA512 (firefox102-l10n-102.4.0/gd.xpi) = ad08af6b6cf8ddbd39760a2099c29a465f64449afc25ffda7944a3ff9757146fd1de92085959c7da514a473e3c64405826b73b4fd571df7f72914bdce28d0c1e
Size (firefox102-l10n-102.4.0/gd.xpi) = 543718 bytes
BLAKE2s (firefox102-l10n-102.4.0/gl.xpi) = 22bd2b46d4dc03acba734fae8af9bf1876b172201b90e2a9fc09af1b8fc838d4
SHA512 (firefox102-l10n-102.4.0/gl.xpi) = a32b63926ed577d08ee7ec4bb1013b974e52657d085bf57c6d2120e19b4e5cbf9998a19622a5268892e779e4a388d2dc2aa73b00f2897a0c2d257149f82597e8
Size (firefox102-l10n-102.4.0/gl.xpi) = 539053 bytes
BLAKE2s (firefox102-l10n-102.4.0/gn.xpi) = 89e17252d4eb2ce5939d0bdeeb3c2a6471b4fce20ced326e13135d6c285703ac
SHA512 (firefox102-l10n-102.4.0/gn.xpi) = a69153391882854b77f082e1b3b2c0f755fd6b0e5ac243d37991c70a3b8cc166051bfa328e48c7c07312095f92cf47fd2f7792b1d71be549c2402aa4eaefe3a3
Size (firefox102-l10n-102.4.0/gn.xpi) = 570891 bytes
BLAKE2s (firefox102-l10n-102.4.0/gu-IN.xpi) = 85e6d140cddd4f03b45eafe6c17e494b449a8fccf6c6d71897fc0cccdbc9d853
SHA512 (firefox102-l10n-102.4.0/gu-IN.xpi) = bdba7519502303574a1cc8438c9ae963233d4776803647769511332d57586d14c05528a980805ed4aef6b7985d7596869202b9260993160e3585f95fcf9de207
Size (firefox102-l10n-102.4.0/gu-IN.xpi) = 527870 bytes
BLAKE2s (firefox102-l10n-102.4.0/he.xpi) = c3ffda2e9a5297f90f7dbc09c2109376f2da87d2a1d56be7a8f26e33bf04ae54
SHA512 (firefox102-l10n-102.4.0/he.xpi) = 4073e8e2fa24e8711138bb46a062f82e67641bd48c28257a9014231d3231a1706a763575ec12c9b6a7a91326c2bd177d8fec1b189e5dfbfc2c72a1993b8fff6c
Size (firefox102-l10n-102.4.0/he.xpi) = 568676 bytes
BLAKE2s (firefox102-l10n-102.4.0/hi-IN.xpi) = b7703cdc59c1e3bf13c3f9858d806ec63b520c175c7da97595853ba8d86c79cd
SHA512 (firefox102-l10n-102.4.0/hi-IN.xpi) = 28df0187b63a5bbdbc470bfb175ff0b59989dd0cef24fffa11dfbac9745e816d8b8e689b740364c75c66a63de038811725bd4f1505c4e1671b2594d5d6e782a5
Size (firefox102-l10n-102.4.0/hi-IN.xpi) = 558539 bytes
BLAKE2s (firefox102-l10n-102.4.0/hr.xpi) = 30204c2380a0be2548445e81611728e8813c7ff0c6f54cad3551a1218e70fcad
SHA512 (firefox102-l10n-102.4.0/hr.xpi) = e9b0b0b32986c8a31371b1fb56d2cdb4bf64cdacb3b650d963715046f66737edd6871b64dc5163247f9829285134687186cbc8032d09bb99838c6553fbbd1c12
Size (firefox102-l10n-102.4.0/hr.xpi) = 529734 bytes
BLAKE2s (firefox102-l10n-102.4.0/hsb.xpi) = 269c7d30fc99906986bc9523b70e5782bfe6ca2d3e9b33ad636a36a279ed1852
SHA512 (firefox102-l10n-102.4.0/hsb.xpi) = 5495df83fd7d383175cff014ac1a721185bb4d5fddf55766b0c1f3752ddb9b4bae11206b2cff4d4be779ae352844830c173fcab84ab5e09cf6760eb2c4fd324e
Size (firefox102-l10n-102.4.0/hsb.xpi) = 575939 bytes
BLAKE2s (firefox102-l10n-102.4.0/hu.xpi) = dcca4f494911f6e0eb2546ed9fe02f5e04b5638804729426d09925dc51ae2e94
SHA512 (firefox102-l10n-102.4.0/hu.xpi) = 717973b27df994a55464b577a379e3328b2b20173ab72e23d0f4028efcce4f463d8e17970ecc7e6c85aff72bf8a98ce26ffe4b691f0feee15914d2997ced09f8
Size (firefox102-l10n-102.4.0/hu.xpi) = 580249 bytes
BLAKE2s (firefox102-l10n-102.4.0/hy-AM.xpi) = db99dc7c142026155d34a9af92bc819a4945a1670f69de324ed91dea1e7abb1d
SHA512 (firefox102-l10n-102.4.0/hy-AM.xpi) = 6e7012319d4f011d2cd83238fd5f49df973a11135d49062151d9f2b8b7bd4a858012e90cd3a8b70ed516a52f4251716a821004f7c4a35cfc5b78f5d58bd4e060
Size (firefox102-l10n-102.4.0/hy-AM.xpi) = 582121 bytes
BLAKE2s (firefox102-l10n-102.4.0/ia.xpi) = 76ff5c074c044e35d999414215bad9a29cf9de9364bebfd2ffa13e40242e3430
SHA512 (firefox102-l10n-102.4.0/ia.xpi) = b2dd0b5975d37b6da93fc346d4e89475829d8a1c09fdc65cf470f886f4445a99d589d5d38f4e4f5726551d05953040887148924dd00b0ca0bbc58647fcd38db6
Size (firefox102-l10n-102.4.0/ia.xpi) = 545260 bytes
BLAKE2s (firefox102-l10n-102.4.0/id.xpi) = 3f0776fe7c7b3f193ae6163e3c1c2ea9a9e451cc89a75133cf9cb32c853cf187
SHA512 (firefox102-l10n-102.4.0/id.xpi) = ae856a913aeffc14f16d60b857212423eea6c38e136d0079d99e85b07681883807e262b1a3e26b73303698ce54d330dc95493d8b96d7523e81f9e9ab69fe5906
Size (firefox102-l10n-102.4.0/id.xpi) = 542444 bytes
BLAKE2s (firefox102-l10n-102.4.0/is.xpi) = cdfe7664b3d81a6e76f84e1bce5e6e07d5b624074cd6d5971e752b0333d5dc38
SHA512 (firefox102-l10n-102.4.0/is.xpi) = e006314325505b0621f4ac59428d191962795d918bf99af02f7ed31b83523bb900a13f97c23f63daae52e1398b744dceddf6d217b2cc8aa5485156a304614b0f
Size (firefox102-l10n-102.4.0/is.xpi) = 551939 bytes
BLAKE2s (firefox102-l10n-102.4.0/it.xpi) = f44dc02781e70cdc78dd667f3808e4fa96f39b63953b332a482f26596bc6d96f
SHA512 (firefox102-l10n-102.4.0/it.xpi) = 6cc5d171ace3ef903d8ce5d07e33e6c4ebaf345124e0454d3f9d974c60972f6d54842643419f32e5234b4deffd500b520d197f58bc9131c9f3f2782e69432016
Size (firefox102-l10n-102.4.0/it.xpi) = 463203 bytes
BLAKE2s (firefox102-l10n-102.4.0/ja.xpi) = aabb1ccbce2b8db6c6b58b08fd32bf6aa49897c57fca152ee8cf31b79a94c18f
SHA512 (firefox102-l10n-102.4.0/ja.xpi) = 9140dff0788ac4d3697de499f9a028b635a5023e5fd49d31e27c620dc6604a47657b895694745c4bf8381457022726b925ca2f9231ec049bd17b42993856aee5
Size (firefox102-l10n-102.4.0/ja.xpi) = 586286 bytes
BLAKE2s (firefox102-l10n-102.4.0/ka.xpi) = 578c5974ccfe617954a964da76bc1969ce488d7185f4ed4b5543fbdbefab1226
SHA512 (firefox102-l10n-102.4.0/ka.xpi) = 62756b4edf679fb76927587ffc04c8c8aa32c5c492312166ddfe8262a9672f5b6b27f1a632891cdccd091b7c3eb7af9d35af11ee6ae28b96fc79120b6459052b
Size (firefox102-l10n-102.4.0/ka.xpi) = 606127 bytes
BLAKE2s (firefox102-l10n-102.4.0/kab.xpi) = ad1518659d64c7855b92ed9b98cd05c66cd09261dfdc6044cf4bc46050632122
SHA512 (firefox102-l10n-102.4.0/kab.xpi) = 95ca160240f2f479835d5b2c04d4ab1a4778d16d31a9172c7b9eb734de033820ad8b76f06366027d6d12c43f0f0f854be4059c6a533ca0eb33a59355e97d11e6
Size (firefox102-l10n-102.4.0/kab.xpi) = 565744 bytes
BLAKE2s (firefox102-l10n-102.4.0/kk.xpi) = fcc0660e8886e42d5017e82d7fc268ee7699a6312f64b94a6c65f04caeface2e
SHA512 (firefox102-l10n-102.4.0/kk.xpi) = d197ad43fc34c2fc1ed0361c9e57d311ccd851e4743bc7288f8b9535ecabb7311547b75005f5a75fb99b04ed91182698b4e3c89a5d1380cfe2e32d514aa8ccff
Size (firefox102-l10n-102.4.0/kk.xpi) = 621843 bytes
BLAKE2s (firefox102-l10n-102.4.0/km.xpi) = 00a4e21b275e45ca6f144a0f0730d330cf171347cb7e9f45386b60d39328ad01
SHA512 (firefox102-l10n-102.4.0/km.xpi) = 02a42c69b2eb5461de64c9188b3ce7d0238ef6a7cbe706cd6e9df46f075f643a2c4af197c5accc50c755c10eca569d67fe33ae647448f060afa46276f03ee452
Size (firefox102-l10n-102.4.0/km.xpi) = 531573 bytes
BLAKE2s (firefox102-l10n-102.4.0/kn.xpi) = 448833e7e86ce02b1f9ec2114f3dd8060eda7f8a1a8921dcf59398b34f807e6e
SHA512 (firefox102-l10n-102.4.0/kn.xpi) = 2440eb343587aae1b89ed9db3f31d49cade5aecb982639b55dee569239f131aec76f4194d27ac5988b0b9a80f2443122eb81674eb45c5e3d4bc2ea14c609aff7
Size (firefox102-l10n-102.4.0/kn.xpi) = 497192 bytes
BLAKE2s (firefox102-l10n-102.4.0/ko.xpi) = 381f9884cccfbbf4bf725f31e444ff9486e3fe30b5ae28d2ae2852929cdfc16f
SHA512 (firefox102-l10n-102.4.0/ko.xpi) = d11c4441694aea98bd95cdfec391efb5e38523485570983558469d09376409762b1abdb3c1f156f2ea820b50b62931e8a32cfa4b0841a140885bb14d3a34e06d
Size (firefox102-l10n-102.4.0/ko.xpi) = 593311 bytes
BLAKE2s (firefox102-l10n-102.4.0/lij.xpi) = 8a97f41dfaa7eccef1ff85c15ef36e512f6ec05a947a1ddab4864a0b87b27848
SHA512 (firefox102-l10n-102.4.0/lij.xpi) = 53963e5c4cd35561a1a7c67f187b8615a91c29b10f3764c05252fe3c537c4f217779528f9dc427962b214bd320c5101a50732981becf7b6818a98d383a0e77f8
Size (firefox102-l10n-102.4.0/lij.xpi) = 470143 bytes
BLAKE2s (firefox102-l10n-102.4.0/lt.xpi) = cc694d5f5a34fd05cf528355d1547d0e87e6ea39fd8386aafe9532d3a864baa3
SHA512 (firefox102-l10n-102.4.0/lt.xpi) = b094ce40bad2cffa4c698be78ab718b933f8e46a7eefa53b843d4379d05a580b68128d060f0de34b90b82de9e5b8e90638428b594ec9edfb94f98facf1a3907b
Size (firefox102-l10n-102.4.0/lt.xpi) = 561113 bytes
BLAKE2s (firefox102-l10n-102.4.0/lv.xpi) = 701db7608c1651b4055686fdcd3435347a16863b1b2adf887a557ec85216f0d9
SHA512 (firefox102-l10n-102.4.0/lv.xpi) = d2fa92394069d055a9e5538f7af814e4269c10ef5fad784829ea49c3b001125d7678cf5c53abc75054bb44420edd7eb4f2578f9dbd6613b6fad8167d321483e5
Size (firefox102-l10n-102.4.0/lv.xpi) = 463018 bytes
BLAKE2s (firefox102-l10n-102.4.0/mk.xpi) = 4966a337eebd8bd7a20415538e8fe9afcecfcb98f66a7b2973aef22e18d7f166
SHA512 (firefox102-l10n-102.4.0/mk.xpi) = 70f0a63a839426655125a5889e9bb2b647040fa84c7836412739984e208738487c08f6b50d38171f3ce56d4f70f87705a19c9d299ca86b1e582c26829f6a86f8
Size (firefox102-l10n-102.4.0/mk.xpi) = 482314 bytes
BLAKE2s (firefox102-l10n-102.4.0/mr.xpi) = 1ba19d0ff35e72c4951dfc043b5fc7b50d6b0891a86a7c33b75cb9c4b976e758
SHA512 (firefox102-l10n-102.4.0/mr.xpi) = f309524fac246d712efdcad6683fb8a9005664e9d5b861659ff893082ecbc4d7f6524be1bc4453a5e3b3dd1f8de44627170fd4334a9df707c7230e1e01f26d21
Size (firefox102-l10n-102.4.0/mr.xpi) = 531248 bytes
BLAKE2s (firefox102-l10n-102.4.0/ms.xpi) = b80a02309ac4c8ae1af96bb6ca83e2d919515c6f566377fd783b880fb7bbcf97
SHA512 (firefox102-l10n-102.4.0/ms.xpi) = 14c4b0481f4ceae3f288cb7591ea77af9122f89b6bf509b3df986f2abd93b6a6339c3e48fe880583baf940d2a35ebaab975b9da43eed18d041771fd641c27c16
Size (firefox102-l10n-102.4.0/ms.xpi) = 448125 bytes
BLAKE2s (firefox102-l10n-102.4.0/my.xpi) = d60546cab571c7d629c3dd25ba9d540acd30a84388dbc4b493ef2b1f7e4ba5f1
SHA512 (firefox102-l10n-102.4.0/my.xpi) = e900c40a570350b9f089f4a1251c40067b042012a328bb624eb55f5d39b00799b0e49438caa5477cdcd2cfcc582ba70654b33d74b7c1c8f9a2c926f098a8c868
Size (firefox102-l10n-102.4.0/my.xpi) = 511801 bytes
BLAKE2s (firefox102-l10n-102.4.0/nb-NO.xpi) = a9712aba1c559eef2cce278ad2d0c949098628b7f44dfb88ae874774bc76b29a
SHA512 (firefox102-l10n-102.4.0/nb-NO.xpi) = 71d058dd838562e97b04a84671f781ae4915914e7be4dc319d8688d1655391d151ceb31ebd4fdaf100fba6db5643dd1bc643960346e2b9376f2fc13b62cd69ce
Size (firefox102-l10n-102.4.0/nb-NO.xpi) = 541251 bytes
BLAKE2s (firefox102-l10n-102.4.0/ne-NP.xpi) = 14f812ad1eaa0a2d65148d29bcc456edabd5243a5fb7ea76bfc37d95de42922e
SHA512 (firefox102-l10n-102.4.0/ne-NP.xpi) = 8b79f5cb053f7e5426cb680f1a2d53ddf99f4b1e562d60c8ce7210dc50acb1a4ed8ad9faaf1f87bad0d7a1082dbd78a7048949395e3e2e2a6ab1bfbf3203f232
Size (firefox102-l10n-102.4.0/ne-NP.xpi) = 489422 bytes
BLAKE2s (firefox102-l10n-102.4.0/nl.xpi) = 7b66760159fc37c8fa144c773e4134e231b09ce1333501cb6e64130ee274c60e
SHA512 (firefox102-l10n-102.4.0/nl.xpi) = 50665e8d27a3a389042d9295b5eeeb0d33e99136dbd42da773f455c42560ce75c0c92c6ee08dbf244e0e811d5e6e99f8f0e106584bee170206a5b7be7f22715a
Size (firefox102-l10n-102.4.0/nl.xpi) = 550351 bytes
BLAKE2s (firefox102-l10n-102.4.0/nn-NO.xpi) = 24fd28acc3c0cb123c1e38cac704c093d10daa257f27689bf4efa59aa4f94d4c
SHA512 (firefox102-l10n-102.4.0/nn-NO.xpi) = 926853a67a42a0eff6305de6043f4898ac864e786471e46b40ac9c88c94ff383b0e08ac34de4f6d1b6ed77503aecf62a2ebdcf18002c026d6a4f4843cb031f74
Size (firefox102-l10n-102.4.0/nn-NO.xpi) = 541463 bytes
BLAKE2s (firefox102-l10n-102.4.0/oc.xpi) = bf9ea3239b91e135b7a8f09c6cdf5587b04eb661745f2c950d9988fa8e2725be
SHA512 (firefox102-l10n-102.4.0/oc.xpi) = 930e0c3928fde3b937b0927026923a29d38e55d967a5be86b7e277cc88333508173c9e2e12fe11aec82bdb735a612c47e6150959333282737b999cb9d0287d30
Size (firefox102-l10n-102.4.0/oc.xpi) = 560891 bytes
BLAKE2s (firefox102-l10n-102.4.0/pa-IN.xpi) = 111ed3eb0226b487ac3e40dd006d6c2f5e35a8971dd0e688b659f5311866b57e
SHA512 (firefox102-l10n-102.4.0/pa-IN.xpi) = 2d39ea3873a0d3b083030f83c69813f60f2c1733f3ee65009739bd948b11e04368d1d79b9a9b41e8bb771f0d536f93f2e12dbeb0da351b73a505ab894ecf6932
Size (firefox102-l10n-102.4.0/pa-IN.xpi) = 612439 bytes
BLAKE2s (firefox102-l10n-102.4.0/pl.xpi) = 780cbf0578806b8ce38ebccab617b5d20a9691e1963eeff2bea88f4d52b42bb3
SHA512 (firefox102-l10n-102.4.0/pl.xpi) = 2b30c4229d59ffc6ee3030bab6f1b555f29c901435da2d65e1e36adcbadb3ffdcb924010b197fe844cbb504f178b11e41119ccb26d24c1690309f002cd246921
Size (firefox102-l10n-102.4.0/pl.xpi) = 571739 bytes
BLAKE2s (firefox102-l10n-102.4.0/pt-BR.xpi) = 824be7f2a392f4072c7977d72737bdb6dd951e5ccb726e22ffa3bcca94de212c
SHA512 (firefox102-l10n-102.4.0/pt-BR.xpi) = bf27c647206d1984598d5a72e2259b2f317ecc10b8bbb856fe3c08149079ce08abe6d0c1e97ce97a501851bd72d9eb335a66faf39ea056667460416ff0ca4dfd
Size (firefox102-l10n-102.4.0/pt-BR.xpi) = 555934 bytes
BLAKE2s (firefox102-l10n-102.4.0/pt-PT.xpi) = 0ab0480ed55318da403b577fefc46aff3a3f419db6ae3640c3edcc3d079e7094
SHA512 (firefox102-l10n-102.4.0/pt-PT.xpi) = 23d9b0bed5fa09cde6d9f88f273778ed78b95818dfbf01446d3aff275b641b8ffc3771e8145392e629e929d33d94e608043a068e9e5f5e69beca9baa1efe0b19
Size (firefox102-l10n-102.4.0/pt-PT.xpi) = 555206 bytes
BLAKE2s (firefox102-l10n-102.4.0/rm.xpi) = a1b934122d91a2fdb58eb4c7bfd4ed20121cf9a937d44c5a66b599bbf983606e
SHA512 (firefox102-l10n-102.4.0/rm.xpi) = c54d1a9092dfd51cf6221bdb4327492c5ed0e068caf095476e5aeab5f0ed864c3dae8f7c2e1af226817a73e507afeb9e1a14d380d7a0645668923a1058b2445a
Size (firefox102-l10n-102.4.0/rm.xpi) = 538505 bytes
BLAKE2s (firefox102-l10n-102.4.0/ro.xpi) = 6e3888348fb6ad6cd3e07d2c4aa9580201899d9042c1050f9cf01363a4b80945
SHA512 (firefox102-l10n-102.4.0/ro.xpi) = 6cd7557e0754eb123b098fcfd0da9cec318b453a908a5f1cdce9046ab37083ead20eea1cfe7cdfcca8d84224f79808ee0c26c084f099d254abbc68a492e719e0
Size (firefox102-l10n-102.4.0/ro.xpi) = 527973 bytes
BLAKE2s (firefox102-l10n-102.4.0/ru.xpi) = 0155694c2b1a45aa370558943a3c7b92915407442d293a12b477ed5af521a3a2
SHA512 (firefox102-l10n-102.4.0/ru.xpi) = f942b0980383978259ef9d765027aea53e10f519d8b41e829c20205e8afebe7aa8bbb76ace3b5c69f5aba7fb6efbdb2f8cdcc3b26e09fac21ebad4ba98a1cb92
Size (firefox102-l10n-102.4.0/ru.xpi) = 642372 bytes
BLAKE2s (firefox102-l10n-102.4.0/si.xpi) = 5093a4129008ee5194896b499e6eb5d9140d18124be582a44cd79545f6987e2d
SHA512 (firefox102-l10n-102.4.0/si.xpi) = 2aafb6706b08814e701ca756a0cdc78975a3a90fb4fb658ec479745bb3dd435c44ce8f1b6ad7452569235c65c6a6fa0acd2ac9b501ce7f7ffff5e10b90a6f8ec
Size (firefox102-l10n-102.4.0/si.xpi) = 564318 bytes
BLAKE2s (firefox102-l10n-102.4.0/sk.xpi) = 1a6091c58effb457f73ed466833bb2f48a0095eff3915f7a3858306e570cc5ba
SHA512 (firefox102-l10n-102.4.0/sk.xpi) = c308cd0b41051fb045726b31d61d29d2aee73bc58f7c39c35fba2d27ba6516c400aaf6781870a1db002cb5b6ffb9f5a2d465e255ab795acc9154b533ec046811
Size (firefox102-l10n-102.4.0/sk.xpi) = 580592 bytes
BLAKE2s (firefox102-l10n-102.4.0/sl.xpi) = d1d7d7e59e11f4778ba0533064ad7f0ae12e436862d1b2b05705635dc494aa33
SHA512 (firefox102-l10n-102.4.0/sl.xpi) = c66dd6a819988f6b61affb86309ed99803456ffc3defe247b7635115c9efde32017b4a481e9a5a26fa7de8db094699ae1e1130e8d9a24e9e55586f603b7d870c
Size (firefox102-l10n-102.4.0/sl.xpi) = 553138 bytes
BLAKE2s (firefox102-l10n-102.4.0/son.xpi) = e95467f1518f828246154718da30653036de28d4a44914b606f48c6a514c9df9
SHA512 (firefox102-l10n-102.4.0/son.xpi) = 7afb51270273be9bb845dfbe8b12ec2bf49671215ecb2d7d4ad63f5a6682d96f71d6ffbac6dc8846b7d096ad49ab78d9717dd3a03fe9edf54da36282e402701c
Size (firefox102-l10n-102.4.0/son.xpi) = 424693 bytes
BLAKE2s (firefox102-l10n-102.4.0/sq.xpi) = b35b8d300d755b9dc4b821dc810e50edf168c10e6c1e1e8e28ff86613d7268d2
SHA512 (firefox102-l10n-102.4.0/sq.xpi) = ec231ebadda289c5b50c4d6421cc64d0bd47d5801744482d1bd338d6a44913f8432a59717a06ae9b7698fc89cdeb037cfa6d9e9b617fada5eb94465f23e92228
Size (firefox102-l10n-102.4.0/sq.xpi) = 556113 bytes
BLAKE2s (firefox102-l10n-102.4.0/sr.xpi) = 93339864c94017f4532462c40daac410aa09d8449d7ed8308bb24ee1751beb7d
SHA512 (firefox102-l10n-102.4.0/sr.xpi) = db8bc2af40dfc5851460124dfbfcbe07fd7e6df4c41e85e194107b327033f015fd9ea45fbbc86ae4eb0dbc68fa9018a2e430d3787b0bb70a418de11800bb9031
Size (firefox102-l10n-102.4.0/sr.xpi) = 595502 bytes
BLAKE2s (firefox102-l10n-102.4.0/sv-SE.xpi) = a105b6bdd9e554edfca7f485eee57c06c8745bdb9f837ef78946e96efc9f324e
SHA512 (firefox102-l10n-102.4.0/sv-SE.xpi) = b019aada629d23b421e0946c65f499fbd827cd818627a4796e1a60940b867d7cde4537d6e8cfd84da91621533173619ef10242b8a3c85ab05145f629272bed07
Size (firefox102-l10n-102.4.0/sv-SE.xpi) = 553009 bytes
BLAKE2s (firefox102-l10n-102.4.0/ta.xpi) = e485d51f78362cf19d948e33d565966f83ef30c8e6c94d74530aaa8810cced75
SHA512 (firefox102-l10n-102.4.0/ta.xpi) = 4d7ae4fe4ea8c890a1901ff8305b9741f293b6876a1cb4e7106c6c6bc006ce118a374520660b8575fc263ee99b92ec0e425f7e922eadb9c3663e71491bcd02cc
Size (firefox102-l10n-102.4.0/ta.xpi) = 510347 bytes
BLAKE2s (firefox102-l10n-102.4.0/te.xpi) = 67c50f41ab02b7d74445dabe44715992aa4c0f3eec0aa79ef97a1191daac2dde
SHA512 (firefox102-l10n-102.4.0/te.xpi) = 5381ada33222c0cb0e7be5e5f465350c8493d3e18071b9f4536b12ba72a53e06f98431b0ec6f31802c0bb27fce94d950301e480b88713165c0fb5ffdec88c679
Size (firefox102-l10n-102.4.0/te.xpi) = 551574 bytes
BLAKE2s (firefox102-l10n-102.4.0/th.xpi) = 8c0a6925df4d0699facf53654fcc54bed950b94944a2c4e1365503ea8533852d
SHA512 (firefox102-l10n-102.4.0/th.xpi) = 4a0a7ef51ca2a72330bc314bf24b4f94568712960f8fe361595ec1e5bf5b1ba89dd16003a7aec0d3cd4bcb767705dae55ca5c78299d6352404f043235a2f3c7d
Size (firefox102-l10n-102.4.0/th.xpi) = 612081 bytes
BLAKE2s (firefox102-l10n-102.4.0/tr.xpi) = e547441aa6dff1f63ddfd08b23a895aa540ea0e29a6f8e0b8cb2d4bec9fa9930
SHA512 (firefox102-l10n-102.4.0/tr.xpi) = fd5f809d1fff2207fcda48202910e09188b30929664487fe743d37792facd4dc6b1e19fe3eb1ce510e6282da3bdbd0e2c111a641b4506f161c43b28fcc770c36
Size (firefox102-l10n-102.4.0/tr.xpi) = 567025 bytes
BLAKE2s (firefox102-l10n-102.4.0/uk.xpi) = db6cf9f672b40d8c43e4b294bdec98e48c05aedad91ec8e7029a611fd025de09
SHA512 (firefox102-l10n-102.4.0/uk.xpi) = 59f5faec983faf9a9570d1fb29cc0e94c5bd027ec95cbe7a187c39401ed7ef5453da695d65e8ef0bbf96a34ed754dbb32d2822fb4a79667c95940c0c6e0206bb
Size (firefox102-l10n-102.4.0/uk.xpi) = 635955 bytes
BLAKE2s (firefox102-l10n-102.4.0/uz.xpi) = 74767b73c6ca0408096dde70c709ca3953f74a2c413d1642fce985c9645ac863
SHA512 (firefox102-l10n-102.4.0/uz.xpi) = 307a976953a25386e104204038fb8843ff05307c4d697f389770994b07adde034051ad08ec4f0d2b3eb427b86c6d8088911698cc2d20ed9d765aa6466e6d8775
Size (firefox102-l10n-102.4.0/uz.xpi) = 478245 bytes
BLAKE2s (firefox102-l10n-102.4.0/vi.xpi) = beb978565637fb81e05e3afe3d5f07a06a2841fae20aa71fc93bba2845cae877
SHA512 (firefox102-l10n-102.4.0/vi.xpi) = 415ef15e78d1f3125c2edb00b4fa164cf4d163ec56fb87378e38f5edb2b5ef383a7a5680a5b664884f73f093f81e9dd33a7aaeb0e4a15d8f072b8592b2036d70
Size (firefox102-l10n-102.4.0/vi.xpi) = 586367 bytes
BLAKE2s (firefox102-l10n-102.4.0/xh.xpi) = 9c5b925cbb82a14b0a9268bb1ef089b21ae3f9e22543f11ec5ca0e0acce5f5c4
SHA512 (firefox102-l10n-102.4.0/xh.xpi) = 54e7893b1d9282a4b187698097c5607a04a50633c91e3c383ee23c2780fdf4f5b6e77fce3d22e5fcda968f0efefa36a760d24c300e4b3130cff699d1e387b366
Size (firefox102-l10n-102.4.0/xh.xpi) = 427181 bytes
BLAKE2s (firefox102-l10n-102.4.0/zh-CN.xpi) = a12702d73e3d8a79aaa83423088d9afbbf5ead01ba5a18404ee570208432d055
SHA512 (firefox102-l10n-102.4.0/zh-CN.xpi) = 85e624355363f9d2e5717723da6aeb920342c551f3448f1581c9ecafd7dcf06a7188176a73ab39faa54c4b856ea3d0a98438111e1211abc7af72fe5fe4470530
Size (firefox102-l10n-102.4.0/zh-CN.xpi) = 589096 bytes
BLAKE2s (firefox102-l10n-102.4.0/zh-TW.xpi) = 631048d9f4788af38443908956d59bc32e801ee5c1c79a2c6aa7dcd3aa83bd7f
SHA512 (firefox102-l10n-102.4.0/zh-TW.xpi) = 94bac8f5b13099eef8570f1e9a7dc0509886aae3e3c1b952f970cf1adf99062405ea504e1417e3e54b92a551bfdb666274ad47c9fd08d2a72fa6f6579fb2b3a3
Size (firefox102-l10n-102.4.0/zh-TW.xpi) = 590475 bytes

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2022/09/23 22:52:49 nia Exp $
# $NetBSD: Makefile,v 1.8.2.1 2022/10/27 06:27:40 bsiegert Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 102.3
MOZ_BRANCH= 102.4
MOZ_BRANCH_MINOR= .0esr
DISTNAME= firefox-${FIREFOX_VER}.source

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.5 2022/09/23 22:52:49 nia Exp $
$NetBSD: distinfo,v 1.5.2.1 2022/10/27 06:27:40 bsiegert Exp $
BLAKE2s (firefox-102.3.0esr.source.tar.xz) = da6bde47f5f14c7dd73ccb9aba02020b98edd151aa8253b812cd5c7b1c3ab42d
SHA512 (firefox-102.3.0esr.source.tar.xz) = 35357791f4de8b474780083a22fb52b7846b8012cbf01403f2b9526151d11c196ce0f9fba8e0f16d8235d7259af6fba1bc3acbb5b7e79129a28f390467aa7556
Size (firefox-102.3.0esr.source.tar.xz) = 478260896 bytes
BLAKE2s (firefox-102.4.0esr.source.tar.xz) = 22e0fb484c18ba7f9149cf9a7f59bd5acbc60f3d82f032a23781ea8d277278d3
SHA512 (firefox-102.4.0esr.source.tar.xz) = 30d9e6ef04fd86516e2cea3c797ec99af4c96b08576bb3409c0026da4fd1218167f89a007109e1fa4e2571f98f2dbe5ab58a26473533d45301f75b90ec3dbf28
Size (firefox-102.4.0esr.source.tar.xz) = 482118312 bytes
BLAKE2s (nodejs-output-95.0.tgz) = c44b37d3605524a49157002f01c29f568f04194b0e635bc312de7ffdeb9a74c9
SHA512 (nodejs-output-95.0.tgz) = 2faf326f4e100b66f8597c365cc2eb5d0eee26aae92a7e2446891f2178041aa71ba16eae37000acacd43a657025ec11c18db73b112f5c49cc21cdb882da6d798
Size (nodejs-output-95.0.tgz) = 200627 bytes

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.77 2022/09/07 09:32:20 bsiegert Exp $
# $NetBSD: Makefile,v 1.77.2.1 2022/11/16 19:14:36 bsiegert Exp $
DISTNAME= gitea-1.16.8
DISTNAME= gitea-1.16.9
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/}
PKGREVISION= 4
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
@ -11,9 +10,6 @@ HOMEPAGE= https://gitea.io/
COMMENT= Compact self-hosted Git service
LICENSE= mit
GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= code.gitea.io/gitea
#
# The front-end files do not change every release, so only bump this when
# necessary to avoid excessive uploads to LOCAL_PORTS.

Some files were not shown because too many files have changed in this diff Show More