Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (29m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:29:10 UTC Now

2022-06-04 13:49:26 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 4.3.0nb1

(wiz)

2022-06-04 13:49:15 UTC MAIN commitmail json YAML

2022-06-04 13:35:33 UTC MAIN commitmail json YAML

doc: Updated textproc/gtk-doc to 1.32nb9

(wiz)

2022-06-04 13:35:20 UTC MAIN commitmail json YAML

gtk-doc: depend on latest docbook-xsl

Bump PKGREVISION.

(wiz)

2022-06-04 13:22:27 UTC MAIN commitmail json YAML

doc: Updated textproc/docbook-xsl to 1.79.2nb6

(wiz)

2022-06-04 13:22:15 UTC MAIN commitmail json YAML

docbook-xsl: set version number in VERSION.xsl

This might fix some issues.

Reported and patch by Onno van der Linden.

(wiz)

2022-06-04 10:47:48 UTC MAIN commitmail json YAML

2022-06-04 10:44:42 UTC MAIN commitmail json YAML

doc: Updated devel/coccinelle to 1.1.1

(wiz)

2022-06-04 10:44:31 UTC MAIN commitmail json YAML

coccinelle: update to 1.1.1.

* 1.1.1
** Language:
- Semantic patch for other languages
- Support metavariables, virtual rules and virtual identifiers
  in initialize and finalize rules
- Support for matching #ifdef, etc.
- function-typed metavariables
- virtual typedef, declarer name, iterator name
- regexps for type metavariables
- 'symbol' metadeclaration for C identifiers that are guaranteed not intended as meta variables.
- allow mixing isomorpisms with normal rules

** Features:
- New scripting languages
- more than one SP on the command line
- interpret #if, as is done for #ifdef
- restored support for with-python in configure and support for --python option
  in the command line to use a specific python interpreter

** Bugfix:
- Add more information in documentation, man pages and wiki
- typedefs from C code should not be used before their point of inference
  (saved_typedefs in cprogram_of_file)

* 1.1.0
** Language
- Allow fresh ids to be generated from a script
- Account for metavariables used as the argument of typeof
- Allow for annotations as metavariables
- Allow auto as type when processing a C++ file (C++ >= 11)
- bool is now a known typedef
- Add support for statement list
- Better handling of annotations
** Features
- Allow command line options to be written in cocci files using the #spatch
  directive
- Add --opt-c option to try and process a C file only if it exists (ignore
  its absence otherwise)
- Allow for user to optionally specify the C++ version with the --c++ argument
- More efficient management of header files
** Bugfix
- Improved documentation (mostly metadecl)
- Improved pretty printing
- Improved error reporting
- Better handling of "complex" pointer types (e.g. char * const *)
- Fix expected grammar to better fit C99's:
  - Allow assigning to the dereferencing of a function call. Problem reported
    by Joe Perches
- Camlp4 is no longer needed
- Removed the pygtk dependency
- Stop relying on Pervasives but on Stdcompat.Stdlib for backward compatibility

* 1.0.9
** Language:
- More kinds of string and char constants, mostly from C11. Not typed
  correctly. Requested by Michael Stefaniuc.
- Field conj, disj, and opt can now successfully match field metavariables
** Features:
- Try to avoid passing arguments of macro calls with no trailing semicolon
** Bugfix:
* 1.0.8
** Language:
- Support for long double complex, double complex and float complex at the
  C and SmPL level.
- Add conjunction for identifiers.
- Simplify pragma matching.
- Support llu in C code and SmPL code.  Suggested by Timur Tabi.
- Add support for macros with an initialiser as the body.  Requested by
  Thomas Pedersen.
- Allow scripts on comment metavariables.  Requested by Christoph B旦hmwalder.
** Features:
- Some changes to the kinds of transformation allowed on declarations or
  fields with multiple variables.  See the last paragrph of the
  declarations section in the manual.
- Minimal support for multi-line pragmas.  C parsing is supported, but
  matching is not.
- Allow changing the extension of the name of the file checked by
  --compare-with-expected, using the --expected-extension flag.
- Optimize case of { ... } when the braces are removed to avoid going
  through the body.
- Allow const on signed/unsigned in SmPL.
** Bugfix:
- check identifier constraints when an identifier metavariable appears in a
  struct-typed metavariable.
- type for eg &a->b should be const when a is const
- Allow modifications within a function pointer typedef - reported by
  Jerome Glisse
* 1.0.7
** Language:
- Allow constraints on any metavariables. Constraints can be specified
  by comprehension (= { ... } or != { ... }, with each item referring
  to a constant identifier or an inherited meta-variable, and
  curly-brackets can be omitted for a single item), regular expression
  (=~ "..." or !~ "..."), integer comparison (<=, <, >=, >) or scripts
  (:script:...). Constraints can be used in conjunctions (&&),
  disjunctions (||) and can be negated (!)  and parenthesized.
  Sub-expression constraints (<=) are still dealt separately and can
  only be used individually or in conjunction with other constraints
  (not under a disjunction or a negation). See tests/constraints.cocci
  and tests/type_constraints.cocci
- Allow script finalizers for parallel computation.  See
  tests/countcalls.cocci and tests/countcalls_python.cocci
- Allow disjunctions on a wider range of syntactic constructions (function
  definitions, variable declarations, ...). See tests/disj.cocci.
- Finalizers now occur before iteration loop and can register new
  iterations.
- Multiple initializers and finalizers are allowed for the same language.
- Support function pointer types in casts.
- Allow something identified as a MacroDecl as a structure field.
- Conjunctions, ie ( & ), for declarations.
- Optional bitfield annotation on expression meta-variables. Requested by
  Kumar Gala. See tests/bitfield_matching.cocci
- Bit-field matching, see tests/bitfield.cocci
- Anonymous field matching, see tests/anonfield.cocci
- current_element position information in position structure (ocaml &
  python)
- matching and transformation of a single attribute after a variable name
  in a variable declaration.
- add conjunctions on types.
- make addition of __attribute__((...)) on function definitions work
- add typeof to the semantic patch language
- require "name" when declaring attribute names.
- Support some changes on function pointer typedefs.
- allow a coccinelle ocaml script to detect whether parallelism is used,
  via Flag.parmap_core (None for no pararallelism, and Some x for x cores)
- Make it possible to match or add an empty struct type declaration.
  Suggestion of Michele Martone.
- --backup-suffix replaced by --suffix and made applicable to --out-place
** Features:
- Better error reporting for unparsable terms when using make_expr etc in
  script code.  Problem reported by Markus Elfring.
- --ignore command line argument to specify a prefix of the names of files
  that should be ignored.
- added --max-width to adjust the line width for generated code.  Requested
  by Kumar Gala.
- forall and exists for quantifying over the success of matching depends on
  constraints.
- --verbose-includes option to show what files are actually included
- allow casts to unknown typedefs on more kinds of constants (reported by
  Yann Droneaud)
- Pick up header files that have the same name as the desired one if they
  are unique in the provided include paths.
- Caching of parsed header files, --no-include-cache to disable.
- --force-kr and --prevent-kr options to control whether K&R parsing is
  considered.
- Generalization of script constraints to allow reference to metavariables
  defined in the same rule, only when the constrained metavariable always
  occurs in rule_elems that also mention any other local metavariables
  mentioned in the script constraint.  Referenced local variables must be
  declared before the constrained one.
- Allow more variety in #pragmas
- Add macro names to Coccilib.current_element
- Get rid of code that depends on unbound virtual rules
- Bash-completion scripts are now installed in share/bash-completion/completions
  (overridable with the new with-bash-completion option,
  reported by Himanshu Jha)
- Allow using -o when only the main file changes, even if headers have been
  matched.
- Preserve spacing for comments in statement and declaration metavariables,
  when they are used in + code.
** Bugfix:
- Improved detection of metavariables in strings.  Problem reported by
  Wolfram Sang.
- Don't require all metavars in type exp meta constraint to be bound,
  unless only one type is specified.  Problem reported by Michael Stefaniuc.
- Finalization scripts are executed even in case there is no other script rules.
- spatch should find standard.iso and Python modules even if COCCINELLE_HOME
  and PYTHONPATH are not set (either in the directory where the executable is
  if it contains standard.iso, or in ../lib/coccinelle relatively to where the
  executable is).
- Improve SmPL parsing of added __attribute__.  Problem repported by
  Eduardo Habkost.
- In python scripts, virtuals should not overwrite locals with the same
  name.  Problem reported by Bhumika Goyal.
- Identify typedefs in type metavariable constraints, problem identified by
  Michele Martone.
- #ifdefs and cpp directives should not be able to be bound to MetaField
  metavariables.  Problem found using an example contributed by Michele
  Martone.
* 1.0.6
** Language:
- Allow \ in #define in semantic patch rules, to allow body with multiple
  lines, potentially including changes.  As a side effect, \ is also
  allowed in when specifications, again to allow patterns to stretch over
  multiple lines.
- Add identifier list metavariables for #define parameter lists
** Features:
- Add Coccilib.version() allowing ocaml code to access the version of
  spatch being used.
- Per file profiling with --profile-per-file for processing of directories.
- allow -j9 and -Ifoo, as used in some other tools
** Bugfix:
- Allow parallel compilation for bundles.  Issue identified by Luis Rodriguez.
- Allow the use of absolute path names with id-utils.  Issue identified by
Luis Rodriguez.
- Clean up temporary files when using parmap.  Issue identified by Luis
Rodriguez.
- Do nothing when there are no files to work on, avoiding parmap temporary
  file creation issues.
* 1.0.5
** Language:
- In the Coccilib interface, the function file, giving the file being
  currently processed, has become files, returning a list of file names,
  because Coccinelle can work on more than one file at once.
- For typedefs, symbols, iterator names, and declarer names, allow
  redeclaration as either the same kind, or temporary redeclaration as a
  metavariable.
- Support for Python 3. Pycaml has been patched. The bundled version is
  systematically used, even if Pycaml is already installed locally.
- Support for iterations in Python scripts
- Metavariable initialization in Python scripts to a number of kinds of
  AST structures
** Features:
- addition of --file-groups option
- ocaml code allowed as constraints on position variables
- --enable-release configure option not accepted any longer.
- Extend pycocci SmPL <=> Patch equivalence proof with [ -c | --clean-proof ]
  support to enable support for a quiet and clean SmPL patch proof, this will
  nuke any temporary branches used for the proof if everything went well.
- Add support for SmPL <=> Patch equivalence using pycocci using patches,
  for an example refer to:
o tests/pycocci/patches/0001-proto3*
o tests/pycocci/code/0001-proto3/
  To test, use: ./scripts/pycocci-check.sh after building Coccinelle.
  This will touch your reflog though, and as such is disabled by default,
  to clean your reflog you can use: git reflog expire --all --expire=now
- Added --tmp-dir option, to specify the name of the temporary directory
  used to hold the results obtained on the different cores with the -j option.
- --defined and --undefined arguments now apply to #if as well as #ifdef.
  The expression has to be written exactly as it appears in the code, minus
  leading whitespace and any comments (leading or nonleading).
- Compare the standard output of scripts in test files with testfile.stdout
  if provided (with --compare-with-expected)
- Compatible with OCaml 4.03.0
** Bugfix:
- pycocci: skip proof when git dir is dirty
- pycocci: fix gitname use, when using SmPL <=> patch equivalence proof
  support and a relative path was used as target the git project base
  directory was not being found, using absolute paths fixes this.
- Don't complain about unreferenced variables in ungenerated rules
- Be flexible about the matching of the first or last comma in a
  ... parameter or expression list, also in the case of transformation.
- Fix various omissions related to binary and assignment metavariables.
- Add whitespace on C code/transformed code boundary.
- Types declared in header files are now taken into account while parsing
  C files.
- ( and & now allowed at the start of a line in a SmPL rule header
- Remove added space when removing unneeded parens at the start of an
  arglist, reported by Daniel Lundqvist
- Better pretty printing of array type declarations that result from T i;
  where at least T is a metavariable.
- Various improvements in the pretty printing of C code stored in
  metavariables.
- Bundled Menhir can now be used to compile the mly grammar.
- Bundled PCRE now links correctly.
* 1.0.4
** Language:
- Length for statement list metavariables
** Features:
- file in declaration for depends on constraints
** Bugfix:
- build system: delete pregenerated parsers if menhir is installed
* 1.0.3
** Language:
- Conjunction (analogous to disjunction)
- Drop Circles, Stars
- Drop Unique
- Default values for script metavariables
** Features:
- Removed the extlib and sexp bundles which were not used any more.
- Drop support for OCaml 3.11 which did not allow to compile coccinelle in
  native code
- Print metavariables properly for script code.
- Print metavariables properly for cocci code.
- SYSCALL_DEFINE macros, contributed by J旦rn Engel
- --indent option, giving default indent, for projects not using tabs
- Introduce .cocciconfig configuration file
- Add some support for MetaStmtList.  Allowed at top level of {}.
- timeout of 0 is no timeout, to allow cancelling this option.
- --print-options-only to see accumulated options.
** Bugfix:
- Allow virtual variable definition to contain an =.
- Improvement when exists rule contains when forall.
- The presence of camlp4 is no longer checked when not needed
  (only required to compile the bundled OCaml bindings for Python)
* 1.0.2
** Language:
** Features:
- Positions of C tokens are now computed while lexing rather than
  during a distinct pass. This makes use of the Lexing.new_line function
  which has been introduced in OCaml 3.11.
  Coccinelle can thus no longer be compiled with OCaml 3.10.
- --use-gitgrep falls back to --use-coccigrep for a non-git repository.
- ocaml coccilib allows propagating identifiers, expressions, statements,
  listlens, and positions to subsequent matching rules, via new ocaml code
  constructors: make_ident, make_expr, make_expr_with_env etc.
- Allow @S, for statement metavariable S on expressions
- Exploit explicit positive constraints (no regexps) on identifiers in
  file filtering
- Ability to declare a rule as matching an identifier.  Doesn't work
  properly for names of typedefs, enums, structures, or unions.
- autogen creates a version number that corresponds to the most recent commit.
** Bugfix:
- Coccinelle's "make install" now copies files to /usr/local/lib instead of
  /usr/local/share
- Iso: allow mixed for model for the case where the model is just a metavar
  Thanks to Kris Borer for reporting the problem
- Allow ! to propagate into == or other ops in more cases.

(wiz)

2022-06-04 10:32:40 UTC pkgsrc-2022Q1 commitmail json YAML

pullups #6628 #6629 #6630 #6631

(spz)

2022-06-04 10:01:47 UTC MAIN commitmail json YAML

Added ocsigen-ppx-rpc to Makefile SUBDIRs

(jaapb)

2022-06-04 10:01:16 UTC MAIN commitmail json YAML

doc: Added www/ocsigen-ppx-rpc version 1.0

(jaapb)

2022-06-04 10:01:02 UTC MAIN commitmail json YAML

2022-06-04 09:47:12 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6631 - requested by taca
databases/ruby-activerecord70: security update
devel/ruby-activejob70: security update
devel/ruby-activemodel70: security update
devel/ruby-activestorage70: security update
devel/ruby-activesupport70: security update
devel/ruby-railties70: security update
lang/ruby: version info update
mail/ruby-actionmailbox70: security update
mail/ruby-actionmailer70: security update
textproc/ruby-actiontext70: security update
www/ruby-actioncable70: security update
www/ruby-actionpack70: security update
www/ruby-actionview70: security update
www/ruby-rails70: security update

Revisions pulled up:
- databases/ruby-activerecord70/distinfo                        1.5
- devel/ruby-activejob70/distinfo                              1.5
- devel/ruby-activemodel70/distinfo                            1.5
- devel/ruby-activestorage70/Makefile                          1.4
- devel/ruby-activestorage70/distinfo                          1.5
- devel/ruby-activesupport70/distinfo                          1.5
- devel/ruby-railties70/distinfo                                1.5
- lang/ruby/rails.mk                                            1.122
- mail/ruby-actionmailbox70/distinfo                            1.5
- mail/ruby-actionmailer70/distinfo                            1.5
- textproc/ruby-actiontext70/distinfo                          1.5
- www/ruby-actioncable70/distinfo                              1.5
- www/ruby-actionpack70/distinfo                                1.5
- www/ruby-actionview70/distinfo                                1.5
- www/ruby-rails70/distinfo                                    1.5

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:39:02 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: rails.mk

  Log Message:
  lang/ruby/rails.mk: start update of Ruby on Rails to 7.0.2.4

  To generate a diff of this commit:
  cvs rdiff -u -r1.121 -r1.122 pkgsrc/lang/ruby/rails.mk

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:39:53 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activesupport70: distinfo

  Log Message:
  devel/ruby-activesupport70: update to 7.0.2.4

  ## Rails 7.0.2.4 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Add the method `ERB::Util.xml_name_escape` to escape dangerous characters
      in names of tags and names of attributes, following the specification of XML.

      *チlvaro Mart�n Fraguas*

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activesupport70/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:40:27 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionview70: distinfo

  Log Message:
  www/ruby-actionview70: update to 7.0.2.4

  ## Rails 7.0.2.4 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Escape dangerous characters in names of tags and names of attributes in the
      tag helpers, following the XML specification. Rename the option
      `:escape_attributes` to `:escape`, to simplify by applying the option to the
      whole tag.

      *チlvaro Mart�n Fraguas*

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionview70/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:40:53 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionpack70: distinfo

  Log Message:
  www/ruby-actionpack70: update to 7.0.2.4

  ## Rails 7.0.2.4 (April 26, 2022) ##

  *  Allow Content Security Policy DSL to generate for API responses.

      *Tim Wade*

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionpack70/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:41:42 UTC 2022

  Modified Files:
  pkgsrc/databases/ruby-activerecord70: distinfo
  pkgsrc/devel/ruby-activejob70: distinfo
  pkgsrc/devel/ruby-activemodel70: distinfo
  pkgsrc/devel/ruby-activestorage70: Makefile distinfo
  pkgsrc/devel/ruby-railties70: distinfo
  pkgsrc/mail/ruby-actionmailbox70: distinfo
  pkgsrc/mail/ruby-actionmailer70: distinfo
  pkgsrc/textproc/ruby-actiontext70: distinfo
  pkgsrc/www/ruby-actioncable70: distinfo
  pkgsrc/www/ruby-rails70: distinfo

  Log Message:
  Update rest of Ruby on Rails 70 components.

  No change except version.

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/ruby-activerecord70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activejob70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activemodel70/distinfo
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activestorage70/Makefile
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activestorage70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-railties70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/ruby-actionmailbox70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/ruby-actionmailer70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ruby-actiontext70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actioncable70/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-rails70/distinfo

(spz)

2022-06-04 09:31:42 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6630 - requested by taca
databases/ruby-activerecord61: security update
devel/ruby-activejob61: security update
devel/ruby-activemodel61: security update
devel/ruby-activestorage61: security update
devel/ruby-activesupport61: security update
devel/ruby-railties61: security update
lang/ruby: version info update
mail/ruby-actionmailbox61: security update
mail/ruby-actionmailer61: security update
textproc/ruby-actiontext61: security update
www/ruby-actioncable61: security update
www/ruby-actionpack61: security update
www/ruby-actionview61: security update
www/ruby-rails61: security update

Revisions pulled up:
- databases/ruby-activerecord61/distinfo                        1.12
- devel/ruby-activejob61/distinfo                              1.12
- devel/ruby-activemodel61/distinfo                            1.12
- devel/ruby-activestorage61/Makefile                          1.5
- devel/ruby-activestorage61/distinfo                          1.12
- devel/ruby-activesupport61/Makefile                          1.4
- devel/ruby-activesupport61/distinfo                          1.12
- devel/ruby-railties61/distinfo                                1.12
- lang/ruby/rails.mk                                            1.121
- mail/ruby-actionmailbox61/PLIST                              1.2
- mail/ruby-actionmailbox61/distinfo                            1.12
- mail/ruby-actionmailer61/PLIST                                1.2
- mail/ruby-actionmailer61/distinfo                            1.12
- textproc/ruby-actiontext61/distinfo                          1.12
- www/ruby-actioncable61/distinfo                              1.12
- www/ruby-actionpack61/distinfo                                1.12
- www/ruby-actionview61/distinfo                                1.12
- www/ruby-rails61/distinfo                                    1.12

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:38:25 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: rails.mk

  Log Message:
  lang/ruby/rails.mk: Really update of Ruby on Rails to 6.1.5.1

  To generate a diff of this commit:
  cvs rdiff -u -r1.120 -r1.121 pkgsrc/lang/ruby/rails.mk

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:28:21 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activesupport61: Makefile distinfo

  Log Message:
  devel/ruby-activesupport61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Add the method `ERB::Util.xml_name_escape` to escape dangerous characters
      in names of tags and names of attributes, following the specification of XML.

      *チlvaro Mart�n Fraguas*

  ## Rails 6.1.5 (March 09, 2022) ##

  *  Fix `ActiveSupport::Duration.build` to support negative values.

      The algorithm to collect the `parts` of the `ActiveSupport::Duration`
      ignored the sign of the `value` and accumulated incorrect part values. This
      impacted `ActiveSupport::Duration#sum` (which is dependent on `parts`) but
      not `ActiveSupport::Duration#eql?` (which is dependent on `value`).

      *Caleb Buxton*, *Braden Staudacher*

  *  `Time#change` and methods that call it (eg. `Time#advance`) will now
      return a `Time` with the timezone argument provided, if the caller was
      initialized with a timezone argument.

      Fixes [#42467](https://github.com/rails/rails/issues/42467).

      *Alex Ghiculescu*

  *  Clone to keep extended Logger methods for tagged logger.

      *Orhan Toy*

  *  `assert_changes` works on including `ActiveSupport::Assertions` module.

      *Pedro Medeiros*

  To generate a diff of this commit:
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport61/Makefile
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activesupport61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:28:57 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activemodel61: distinfo

  Log Message:
  devel/ruby-activemodel61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 6.1.5 (March 09, 2022) ##

  *  Clear secure password cache if password is set to `nil`

      Before:

          user.password = 'something'
          user.password = nil

          user.password # => 'something'

      Now:

          user.password = 'something'
          user.password = nil

          user.password # => nil

      *Markus Doits*

  *  Fix delegation in `ActiveModel::Type::Registry#lookup` and `ActiveModel::Type.lookup`

      Passing a last positional argument `{}` would be incorrectly considered as keyword argument.

      *Benoit Daloze*

  *  Fix `to_json` after `changes_applied` for `ActiveModel::Dirty` object.

      *Ryuta Kamizono*

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activemodel61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:29:32 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionview61: distinfo

  Log Message:
  www/ruby-actionview61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Escape dangerous characters in names of tags and names of attributes in the
      tag helpers, following the XML specification. Rename the option
      `:escape_attributes` to `:escape`, to simplify by applying the option to the
      whole tag.

      *チlvaro Mart�n Fraguas*

  ## Rails 6.1.5 (March 09, 2022) ##

  *  `preload_link_tag` properly inserts `as` attributes for files with `image` MIME
      types, such as JPG or SVG.

      *Nate Berkopec*

  *  Add `autocomplete="off"` to all generated hidden fields.

      Fixes #42610.

      *Ryan Baumann*

  *  Fix `current_page?` when URL has trailing slash.

      This fixes the `current_page?` helper when the given URL has a trailing slash,
      and is an absolute URL or also has query params.

      Fixes #33956.

      *Jonathan Hefner*

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionview61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:30:02 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionpack61: distinfo

  Log Message:
  www/ruby-actionpack61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  Allow Content Security Policy DSL to generate for API responses.

      *Tim Wade*

  ## Rails 6.1.5 (March 09, 2022) ##

  *  Fix `content_security_policy` returning invalid directives.

      Directives such as `self`, `unsafe-eval` and few others were not
      single quoted when the directive was the result of calling a lambda
      returning an array.

      ```ruby
      content_security_policy do |policy|
        policy.frame_ancestors lambda { [:self, "https://example.com"] }
      end
      ```

      With this fix the policy generated from above will now be valid.

      *Edouard Chin*

  *  Update `HostAuthorization` middleware to render debug info only
      when `config.consider_all_requests_local` is set to true.

      Also, blocked host info is always logged with level `error`.

      Fixes #42813.

      *Nikita Vyrko*

  *  Dup arrays that get "converted".

      Fixes #43681.

      *Aaron Patterson*

  *  Don't show deprecation warning for equal paths.

      *Anton Rieder*

  *  Fix crash in `ActionController::Instrumentation` with invalid HTTP formats.

      Fixes #43094.

      *Alex Ghiculescu*

  *  Add fallback host for SystemTestCase driven by RackTest.

      Fixes #42780.

      *Petrik de Heus*

  *  Add more detail about what hosts are allowed.

      *Alex Ghiculescu*

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionpack61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:30:33 UTC 2022

  Modified Files:
  pkgsrc/databases/ruby-activerecord61: distinfo

  Log Message:
  databases/ruby-activerecord61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 6.1.5 (March 09, 2022) ##

  *  Fix `ActiveRecord::ConnectionAdapters::SchemaCache#deep_deduplicate` for Ruby 2.6.

      Ruby 2.6 and 2.7 have slightly different implementations of the `String#@-` method.
      In Ruby 2.6, the receiver of the `String#@-` method is modified under certain circumstances.
      This was later identified as a bug (https://bugs.ruby-lang.org/issues/15926) and only
      fixed in Ruby 2.7.

      Before the changes in this commit, the
      `ActiveRecord::ConnectionAdapters::SchemaCache#deep_deduplicate` method, which internally
      calls the `String#@-` method, could also modify an input string argument in Ruby 2.6 --
      changing a tainted, unfrozen string into a tainted, frozen string.

      Fixes #43056

      *Eric O'Hanlon*

  *  Fix migration compatibility to create SQLite references/belongs_to column as integer when
      migration version is 6.0.

      `reference`/`belongs_to` in migrations with version 6.0 were creating columns as
      bigint instead of integer for the SQLite Adapter.

      *Marcelo Lauxen*

  *  Fix dbconsole for 3-tier config.

      *Eileen M. Uchitelle*

  *  Better handle SQL queries with invalid encoding.

      ```ruby
      Post.create(name: "broken \xC8 UTF-8")
      ```

      Would cause all adapters to fail in a non controlled way in the code
      responsible to detect write queries.

      The query is now properly passed to the database connection, which might or might
      not be able to handle it, but will either succeed or failed in a more correct way.

      *Jean Boussier*

  *  Ignore persisted in-memory records when merging target lists.

      *Kevin Sj�berg*

  *  Fix regression bug that caused ignoring additional conditions for preloading
      `has_many` through relations.

      Fixes #43132

      *Alexander Pauly*

  *  Fix `ActiveRecord::InternalMetadata` to not be broken by
      `config.active_record.record_timestamps = false`

      Since the model always create the timestamp columns, it has to set them, otherwise it breaks
      various DB management tasks.

      Fixes #42983

      *Jean Boussier*

  *  Fix duplicate active record objects on `inverse_of`.

      *Justin Carvalho*

  *  Fix duplicate objects stored in has many association after save.

      Fixes #42549.

      *Alex Ghiculescu*

  *  Fix performance regression in `CollectionAssocation#build`.

      *Alex Ghiculescu*

  *  Fix retrieving default value for text column for MariaDB.

      *fatkodima*

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/ruby-activerecord61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:31:02 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activestorage61: Makefile distinfo

  Log Message:
  devel/ruby-activestorage61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 6.1.5 (March 09, 2022) ##

  *  Attachments can be deleted after their association is no longer defined.

      Fixes #42514

      *Don Sisco*

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-activestorage61/Makefile
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activestorage61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:31:47 UTC 2022

  Modified Files:
  pkgsrc/mail/ruby-actionmailbox61: PLIST distinfo

  Log Message:
  mail/ruby-actionmailbox61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 6.1.5 (March 09, 2022) ##

  *  Add `attachments` to the list of permitted parameters for inbound emails conductor.

      When using the conductor to test inbound emails with attachments, this prevents an
      unpermitted parameter warning in default configurations, and prevents errors for
      applications that set:

      ```ruby
      config.action_controller.action_on_unpermitted_parameters = :raise
      ```

      *David Jones*, *Dana Henke*

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailbox61/PLIST
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/ruby-actionmailbox61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:32:28 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actioncable61: distinfo

  Log Message:
  www/ruby-actioncable61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 6.1.5 (March 09, 2022) ##

  *  The Action Cable client now ensures successful channel subscriptions:

      * The client maintains a set of pending subscriptions until either
        the server confirms the subscription or the channel is torn down.
      * Rectifies the race condition where an unsubscribe is rapidly followed
        by a subscribe (on the same channel identifier) and the requests are
        handled out of order by the ActionCable server, thereby ignoring the
        subscribe command.

      *Daniel Spinosa*

  *  Truncate broadcast logging messages.

      *J Smith*

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actioncable61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:32:59 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-railties61: distinfo

  Log Message:
  devel/ruby-railties61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 6.1.5 (March 09, 2022) ##

  *  In `zeitwerk` mode, setup the `once` autoloader first, and the `main` autoloader after it.
      This order plays better with shared namespaces.

      *Xavier Noria*

  *  Handle paths with spaces when editing credentials.

      *Alex Ghiculescu*

  *  Support Psych 4 when loading secrets.

      *Nat Morcos*

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-railties61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:33:27 UTC 2022

  Modified Files:
  pkgsrc/textproc/ruby-actiontext61: distinfo

  Log Message:
  textproc/ruby-actiontext61: update to 6.1.5.1

  ## Rails 6.1.5.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 6.1.5 (March 09, 2022) ##

  *  Fix Action Text extra trix content wrapper.

      *Alexandre Ruban*

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ruby-actiontext61/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:34:37 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activejob61: distinfo
  pkgsrc/mail/ruby-actionmailer61: PLIST distinfo
  pkgsrc/www/ruby-rails61: distinfo

  Log Message:
  Update rest of Ruby on Rails 61 components.

  No change except version.

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activejob61/distinfo
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailer61/PLIST
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/ruby-actionmailer61/distinfo
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-rails61/distinfo

(spz)

2022-06-04 09:17:04 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6629 - requested by taca
databases/ruby-activerecord60: security update
devel/ruby-activejob60: security update
devel/ruby-activemodel60: security update
devel/ruby-activestorage60: security update
devel/ruby-activesupport60: security update
devel/ruby-railties60: security update
lang/ruby: version info update
mail/ruby-actionmailbox60: security update
mail/ruby-actionmailer60: security update
textproc/ruby-actiontext60: security update
www/ruby-actioncable60: security update
www/ruby-actionpack60: security update
www/ruby-actionview60: security update
www/ruby-rails60: security update

Revisions pulled up:
- databases/ruby-activerecord60/distinfo                        1.17
- devel/ruby-activejob60/distinfo                              1.17
- devel/ruby-activemodel60/distinfo                            1.17
- devel/ruby-activestorage60/distinfo                          1.17
- devel/ruby-activesupport60/distinfo                          1.17
- devel/ruby-railties60/distinfo                                1.17
- lang/ruby/rails.mk                                            1.120
- mail/ruby-actionmailbox60/distinfo                            1.17
- mail/ruby-actionmailer60/distinfo                            1.17
- textproc/ruby-actiontext60/distinfo                          1.17
- www/ruby-actioncable60/distinfo                              1.17
- www/ruby-actionpack60/distinfo                                1.17
- www/ruby-actionview60/distinfo                                1.17
- www/ruby-rails60/distinfo                                    1.17

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:20:39 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: rails.mk

  Log Message:
  lang/ruby/rails.mk: start update of Ruby on Rails to 6.0.4.8

  To generate a diff of this commit:
  cvs rdiff -u -r1.119 -r1.120 pkgsrc/lang/ruby/rails.mk

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:21:25 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activesupport60: distinfo

  Log Message:
  devel/ruby-activesupport60: update to 6.0.4.8

  ## Rails 6.0.4.8 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Add the method `ERB::Util.xml_name_escape` to escape dangerous characters
      in names of tags and names of attributes, following the specification of XML.

      *チlvaro Mart�n Fraguas*

  To generate a diff of this commit:
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-activesupport60/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:23:12 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionview60: distinfo

  Log Message:
  www/ruby-actionview60: update to 6.0.4.8

  ## Rails 6.0.4.8 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Escape dangerous characters in names of tags and names of attributes in the
      tag helpers, following the XML specification. Rename the option
      `:escape_attributes` to `:escape`, to simplify by applying the option to the
      whole tag.

      *チlvaro Mart�n Fraguas*

  To generate a diff of this commit:
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-actionview60/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:23:48 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionpack60: distinfo

  Log Message:
  www/ruby-actionpack60: update to 6.0.4.8

  ## Rails 6.0.4.8 (April 26, 2022) ##

  *  Allow Content Security Policy DSL to generate for API responses.

      *Tim Wade*

  To generate a diff of this commit:
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-actionpack60/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:24:55 UTC 2022

  Modified Files:
  pkgsrc/databases/ruby-activerecord60: distinfo
  pkgsrc/devel/ruby-activejob60: distinfo
  pkgsrc/devel/ruby-activemodel60: distinfo
  pkgsrc/devel/ruby-activestorage60: distinfo
  pkgsrc/devel/ruby-railties60: distinfo
  pkgsrc/mail/ruby-actionmailbox60: distinfo
  pkgsrc/mail/ruby-actionmailer60: distinfo
  pkgsrc/textproc/ruby-actiontext60: distinfo
  pkgsrc/www/ruby-actioncable60: distinfo
  pkgsrc/www/ruby-rails60: distinfo

  Log Message:
  Update rest of Ruby on Rails 60 components.

  No change except version.

  To generate a diff of this commit:
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/ruby-activerecord60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-activejob60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-activemodel60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-activestorage60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-railties60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/ruby-actionmailbox60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/ruby-actionmailer60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-actiontext60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-actioncable60/distinfo
  cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-rails60/distinfo

(spz)

2022-06-04 09:05:18 UTC MAIN commitmail json YAML

mk: revert unintended commit

(wiz)

2022-06-04 09:04:27 UTC MAIN commitmail json YAML

mk: remove option description for unused option

(wiz)

2022-06-04 09:03:52 UTC MAIN commitmail json YAML

dose3: remove outdated comment

(wiz)

2022-06-04 09:00:31 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6628 - requested by taca
databases/ruby-activerecord52: security update
devel/ruby-activejob52: security update
devel/ruby-activemodel52: security update
devel/ruby-activestorage52: security update
devel/ruby-activesupport52: security update
devel/ruby-railties52: security update
lang/ruby: version info update
mail/ruby-actionmailer52: security update
www/ruby-actioncable52: security update
www/ruby-actionpack52: security update
www/ruby-actionview52: security update
www/ruby-rails52: security update

Revisions pulled up:
- databases/ruby-activerecord52/distinfo                        1.13
- devel/ruby-activejob52/distinfo                              1.13
- devel/ruby-activemodel52/distinfo                            1.13
- devel/ruby-activestorage52/distinfo                          1.13
- devel/ruby-activesupport52/distinfo                          1.13
- devel/ruby-railties52/distinfo                                1.13
- lang/ruby/rails.mk                                            1.119
- mail/ruby-actionmailer52/distinfo                            1.13
- www/ruby-actioncable52/distinfo                              1.13
- www/ruby-actionpack52/Makefile                                1.2
- www/ruby-actionpack52/distinfo                                1.13
- www/ruby-actionview52/distinfo                                1.13
- www/ruby-rails52/distinfo                                    1.13

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:02:07 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: rails.mk

  Log Message:
  lang/ruby/rails.mk: start update of Ruby on Rails to 5.2.7.1

  To generate a diff of this commit:
  cvs rdiff -u -r1.118 -r1.119 pkgsrc/lang/ruby/rails.mk

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:03:50 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activesupport52: distinfo

  Log Message:
  devel/ruby-activesupport52: update to 5.2.7.1

  ## Rails 5.2.7.1 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Add the method `ERB::Util.xml_name_escape` to escape dangerous characters
      in names of tags and names of attributes, following the specification of XML.

      *チlvaro Mart�n Fraguas*

  ## Rails 5.2.7 (March 10, 2022) ##

  *  Restore support to Ruby 2.2.

      *ojab*

  To generate a diff of this commit:
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-activesupport52/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:04:44 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionview52: distinfo

  Log Message:
  www/ruby-actionview52: update to 5.2.7.1

  ## Rails 5.2.7.1 (April 26, 2022) ##

  *  Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

      Escape dangerous characters in names of tags and names of attributes in the
      tag helpers, following the XML specification. Rename the option
      `:escape_attributes` to `:escape`, to simplify by applying the option to the
      whole tag.

      *チlvaro Mart�n Fraguas*

  ## Rails 5.2.7 (March 10, 2022) ##

  *  No changes.

  To generate a diff of this commit:
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-actionview52/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:05:24 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-actionpack52: Makefile distinfo

  Log Message:
  www/ruby-actionpack52: update to 5.2.7.1

  ## Rails 5.2.7.1 (April 26, 2022) ##

  *  Allow Content Security Policy DSL to generate for API responses.

      *Tim Wade*

  ## Rails 5.2.7 (March 10, 2022) ##

  *  No changes.

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-actionpack52/Makefile
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-actionpack52/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:06:04 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-activestorage52: distinfo

  Log Message:
  devel/ruby-activestorage52: update to 5.2.7.1

  ## Rails 5.2.7.1 (April 26, 2022) ##

  *  No changes.

  ## Rails 5.2.7 (March 10, 2022) ##

  *  Fix `ActiveStorage.supported_image_processing_methods` and
      `ActiveStorage.unsupported_image_processing_arguments` that were not being applied.

      *Rafael Mendon軋 Fran軋*

  To generate a diff of this commit:
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-activestorage52/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 03:08:16 UTC 2022

  Modified Files:
  pkgsrc/databases/ruby-activerecord52: distinfo
  pkgsrc/devel/ruby-activejob52: distinfo
  pkgsrc/devel/ruby-activemodel52: distinfo
  pkgsrc/devel/ruby-railties52: distinfo
  pkgsrc/mail/ruby-actionmailer52: distinfo
  pkgsrc/www/ruby-actioncable52: distinfo
  pkgsrc/www/ruby-rails52: distinfo

  Log Message:
  Update rest of Ruby on Rails 52 components.

  No change except version.

  To generate a diff of this commit:
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/ruby-activerecord52/distinfo
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-activejob52/distinfo
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-activemodel52/distinfo
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-railties52/distinfo
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/ruby-actionmailer52/distinfo
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-actioncable52/distinfo
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-rails52/distinfo

(spz)

2022-06-04 08:43:55 UTC MAIN commitmail json YAML

ocsigen-i18n: add missing ppxlib dependency

Fixes build

(wiz)

2022-06-04 06:29:49 UTC MAIN commitmail json YAML

doc: Updated math/kalker to 2.0.0

(pin)

2022-06-04 06:29:28 UTC MAIN commitmail json YAML

math/kalker: update to 2.0.0

  -Custom variable name for sum/prod, eg. sum(k=1, 10, k) (breaking change)
  -Vectors and matrices
  -Functions that take vectors: min, max, average, perms, sort,
  -length
  -Vector comprehensions (experimental)
  -Logical and/or/not
  -true/false keywords
  -mod keyword
  -Nested sums and integrals
  -Allow piecewise without 'otherwise' branch
  -Show estimated fractions when displaying results
  -Error handling for built-in functions and operations
  -Numerical equation solving using Newton's method
  -Result formatted with spaces, eg. 100 000
  -Slightly improved formatting of results when using the --precision flag

(pin)

2022-06-04 06:16:05 UTC MAIN commitmail json YAML

2022-06-04 06:15:21 UTC MAIN commitmail json YAML

2022-06-04 06:07:29 UTC MAIN commitmail json YAML

2022-06-04 04:19:15 UTC MAIN commitmail json YAML

doc: more recent darktable and upower updates out

(gutteridge)

2022-06-04 01:12:57 UTC MAIN commitmail json YAML

intel-microcode-netbsd: add critical missing information

(gutteridge)

2022-06-04 01:00:16 UTC MAIN commitmail json YAML

firefox: add a comment about clang & wasi-compiler-rt

(gutteridge)

2022-06-04 00:56:53 UTC MAIN commitmail json YAML

wasi-libcxx: revert comment, not necessary here

Actually, strictly speaking this perhaps doesn't need to be kept in
sync, so drop the comment. Probably it makes sense that it should be
anyway, so leave the adjusted minimum as-is.

(gutteridge)

2022-06-04 00:34:31 UTC MAIN commitmail json YAML

wasi-compiler-rt & wasi-libcxx: build fix for firefox

BUILDLINK_API_DEPENDS must reflect the exact llvm version, as this is
necessary to force the wasi packages to match, or build failures will
occur, because various commands invoked in the Firefox build process
supply the exact clang version in their path. For instance:

wasm-ld: error: cannot open /usr/pkg/lib/clang/13.0.1/lib/wasi/libclang_rt.builtins-wasm32.a: No such file or directory
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)

(No PKGREVISION bump of www/firefox required, as this is a build-only
dependency, and no other packages presently depend on these.)

(gutteridge)

2022-06-04 00:32:55 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-taskmanager to 1.5.4

(gutteridge)

2022-06-04 00:32:33 UTC MAIN commitmail json YAML

xfce4-taskmanager: update to 1.5.4

Change log:

1.5.4
======
- Update configure.ac.in syntax
- Fix #53: taskmanager translations
- Translation Updates:
  Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Czech, Danish, Dutch, Estonian, French, Galician,
  German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Norwegian Bokm奪l, Polish, Portuguese, Portuguese
  (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish,
  Ukrainian

1.5.3
======
- Fix rendering bug (Fixes #44)
- Fix rendering bug for swap graph (relates to #44)
- Fix bindings related to the "show-legend" setting
- Allow to copy full process command line (#33)
- Rename Private to Resident Bytes (#7)
- Avoid grabbing the filter entry if it is not realized
- Fix intltool lock file problem during make distcheck
- `uid_name` has been removed from `task` struct
- Fix invalid casts for "About" and "Help" (Fixes #43)
- Show localized website label
- Update COPYING (Issue #49)
- Updated copyright year, authors, and project links
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Azerbaijani, Basque,
  Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian,
  English (Australia), English (United Kingdom), Estonian, Finnish,
  French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokm奪l, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur

(gutteridge)

2022-06-04 00:18:48 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-terminal to 1.0.4

(gutteridge)

2022-06-04 00:18:34 UTC MAIN commitmail json YAML

xfce4-terminal: update to 1.0.4

Change log:

1.0.4
======
Fixes a regression introduced in 1.0.1.

Regressions fixed:
- URL drag-n-drop adding rubbish characters (Issue #196)

Gitlab:
- Fix CI build

(gutteridge)

2022-06-03 20:01:41 UTC MAIN commitmail json YAML

doc: Updated geography/geos to 3.10.3

(gdt)

2022-06-03 20:01:32 UTC MAIN commitmail json YAML

geography/geos: Update to 3.10.3

Upstream changes are minor

(gdt)

2022-06-03 18:41:44 UTC MAIN commitmail json YAML

wmnet: mark as broken on NetBSD 9.99.45 and newer

needs to be converted from kmem to SIOCGIFDATA ioctl.

(wiz)

2022-06-03 16:30:18 UTC MAIN commitmail json YAML

doc: Updated www/firefox52 to 52.9.0nb44

(martin)

2022-06-03 16:30:00 UTC MAIN commitmail json YAML

One of the bigendian fixes accidently was 64bit only - make it
work on 32bit powerpc too.

(martin)

2022-06-03 14:41:13 UTC MAIN commitmail json YAML

doc: Updated net/vultr-cli to 2.14.1

(tpaul)

2022-06-03 14:41:01 UTC MAIN commitmail json YAML

net/vultr-cli: Update to v2.14.1

Release notes:
- Add GPU fields to plans printer (#269)
- Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#266)
- Bump govultr version from 2.16.0 to 2.17.1 (#267)
- Release v2.14.1 #patch
- Update instance and kubernetes tag to str pointer (#268)

(tpaul)

2022-06-03 13:23:16 UTC MAIN commitmail json YAML

doc: Updated www/ocsigen-start to 6.1.0

(jaapb)

2022-06-03 13:23:06 UTC MAIN commitmail json YAML

Updated www/ocsigen-start to version 6.1.0.

For such a huge change in version number, the changes are relatively
minor, though there is one API-breaking change in the type of
Os_tips.onclose.

(jaapb)

2022-06-03 13:17:44 UTC MAIN commitmail json YAML

doc: Updated databases/pgocaml to 4.3.0nb1

(jaapb)

2022-06-03 13:17:35 UTC MAIN commitmail json YAML

Fixed dependencies for databases/pgocaml. Revbump.

devel/ocaml-rresult is not just a build dependency, and is in fact needed
by packages that depend on pgocaml.

(jaapb)

2022-06-03 12:51:41 UTC MAIN commitmail json YAML

doc: Updated www/ocsigen-toolkit to 3.2.0

(jaapb)

2022-06-03 12:51:32 UTC MAIN commitmail json YAML

Updated www/ocsigen-toolkit to version 3.2.0.

The changelog does not seem to have been updated, but changes are minor.

(jaapb)

2022-06-03 12:46:34 UTC MAIN commitmail json YAML

doc: Updated www/ocsigen-i18n to 4.0.0

(jaapb)

2022-06-03 12:46:25 UTC MAIN commitmail json YAML

Update www/ocsigen-i18n to version 4.0.0.

Fixes are minor, but the package has switched to dune for building.

(jaapb)

2022-06-03 12:40:13 UTC MAIN commitmail json YAML

Fixed dependencies for www/eliom

(added databases/ocsipersist)

(jaapb)

2022-06-03 12:24:34 UTC MAIN commitmail json YAML

Fixed PLIST for databases/ocsipersist

(jaapb)

2022-06-03 11:17:44 UTC MAIN commitmail json YAML

doc: Updated lang/ocaml to 4.14.0

(jaapb)

2022-06-03 11:16:06 UTC MAIN commitmail json YAML

Removed package devel/ocaml-ppx_tools_versioned.

This package doesn't compile with the latest version of OCaml, is
deprecated and isn't used as a dependency in any package, so it is
time to remove it.

(jaapb)

2022-06-03 09:30:11 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-duff to 0.5

(wiz)

2022-06-03 09:30:02 UTC MAIN commitmail json YAML

ocaml-duff: update to 0.5.

v0.5 2022-04-08 Paris (France)
------------------------------------

* `duff` works only for OCaml >= 4.07 (@hannesm, #11)
* Update with `ocamlformat.0.21.0` (@hannesm, #11)
* Remove the `bigarray-compat` dependency (@hannesm, #11)

v0.4 2021-15-03 Paris (France)
------------------------------------

- Upgrade test to use `hxd.0.3.1`
- Upgrade to `ocamlformat.0.16.0`

v0.3 2020-06-02 Paris (France)
------------------------------------

__breaking changes__

* Add a constraint with `git.2.1.3` (#7)
* Update the documentation (#6)
* Work on the new API (#2)
* Delete provided binary (#5)
* Move to `dune.2.0.0` (#5)
* Integrate fuzzer into tests (#5)
* Apply ocamlformat (#5)

(wiz)

2022-06-03 09:25:20 UTC MAIN commitmail json YAML

ocaml-cohttp: add missing ocaml-jsonm dependency

Fixes build

(wiz)

2022-06-03 08:51:35 UTC MAIN commitmail json YAML

doc: Updated x11/labltk to 8.06.12

(wiz)

2022-06-03 08:51:22 UTC MAIN commitmail json YAML

labltk: update to 8.06.12.

Fix some pkglint.

Changes:

LablTk 8.06.12 with OCamlBrowser

Compatibility release to make OCamlBrowser work with OCaml 4.14 (and only this version)

LablTk 8.06.11 with OCamlBrowser

This is a bug fix release of LablTk and OCamlBrowser.
It also makes OCamlBrowser work on OCaml 4.13 (and only this version).

    Disable -warn-error for users, add all-devel target for developers
    Add ommitted labels
    Update ocamlbrowser for ocaml 4.13

LablTk 8.06.10 with OCamlBrowser

This is a bug fix release of LablTk and OCamlBrowser.
It also makes OCamlBrowser work on OCaml 4.12 (and only this version).

    Fix bugs in ocamlbrowser that prevented exploring types in source files
    Install camltkwrap.{cmi,cmx} (report by Pascal Raymond)

LablTk 8.06.9 with OCamlBrowser 4.11.0

New release of LablTk and OCamlBrowser

    LablTk is compatible with ocaml 4.07 and newer
    OCamlBrowser is compatible with ocaml 4.11

Fixes a configuration error with clang 12 (observed on MacOS).

LablTk 8.06.8 with OCamlBrowser 4.10.0

New release of LablTk and OCamlBrowser

    LablTk is compatible with ocaml 4.07 and newer
    OCamlBrowser is compatible with ocaml 4.10

Fixes a number of bugs in OCamlBrowser, particularly concerning the file selection window.

LablTk 8.06.7

New release fixing compatibility problems for ocaml 4.09.

    still compatible with ocaml 4.07
    ocamlbrowser compatible with ocaml 4.08 and 4.09

opam packages should be labltk.8.06.7 and ocamlbrowser.4.08.1

LablTk 8.06.6

New release for ocaml 4.08.

    compatible with ocaml 4.08.0 (required for ocamlbrowser)
    compiles and installs without ocamlbrowser (use make library opt rather than make all opt).

Using opam, two packages are provided: labltk.8.06.6 and ocamlbrowser.4.08.0

(wiz)

2022-06-03 08:49:22 UTC MAIN commitmail json YAML

doc: Updated comms/tio to 1.38

(fcambus)

2022-06-03 08:49:10 UTC MAIN commitmail json YAML

tio: update to 1.38.

=== tio v1.38 ===

Changes since tio v1.37:

* Redirect error messages to stderr

* Improve help and man page

* Mention config file in --help

* Fix running without config file

* Fix config file error messages

* Redirect error messages to stderr

* Add repology packaging status

* Fix parsing of default settings

  Default configuration file settings were not parsed in case a section
  was matched. Now we make sure that the default (unnamed) settings are
  always parsed.

* Append to existing log file (no truncation)

* Add socket info to show configuration

* Print socket info at startup

* Fix socket option parsing

Peter Collingbourne:

* Match user input against config section names if pattern matching was unsuccessful.

  This allows for better config file ergonomics if the user has a diverse
  set of serial devices as the name does not need to be specified in
  the config file twice.

* Add support for external control via a Unix domain socket.

  This feature allows an external program to inject output into and
  listen to input from a serial port via a Unix domain socket (path
  specified via the -S/--socket command line flag, or the socket
  config file option) while tio is running. This is useful for ad-hoc
  scripting of serial port interactions while still permitting manual
  control. Since many serial devices (at least on Linux) get confused
  when opened by multiple processes, and most commands do not know
  how to correctly open a serial device, this allows a more convenient
  usage model than directly writing to the device node from an external
  program.

  Any input from clients connected to the socket is sent on the serial
  port as if entered at the terminal where tio is running (except that
  ctrl-t sequences are not recognized), and any input from the serial
  port is multiplexed to the terminal and all connected clients.

  Sockets remain open while the serial port is disconnected, and writes
  will block.

  Example usage 1 (issue a command):

    echo command | nc -UN /path/to/socket > /dev/null

  Example usage 2 (use the expect command to script an interaction):

    #!/usr/bin/expect -f

    set timeout -1
    log_user 0

    spawn nc -UN /path/to/socket
    set uart $spawn_id

    send -i $uart "command1\n"
    expect -i $uart "prompt> "
    send -i $uart "command2\n"
    expect -i $uart "prompt> "

lexaone:

* fix for using option 'log' without 'log-filename' in config file

(fcambus)

2022-06-03 08:37:11 UTC MAIN commitmail json YAML

2022-06-03 08:34:44 UTC MAIN commitmail json YAML

zyGrib: use mk/jpeg.buildlink3.mk

(wiz)

2022-06-03 08:30:48 UTC MAIN commitmail json YAML

doc: Updated x11/libdrm to 2.4.111

(wiz)

2022-06-03 08:30:34 UTC MAIN commitmail json YAML

libdrm: update to 2.4.111.

libdrm 2.4.111, just a few things built up, and drop libkms.

Alex Deucher (3):
      test/amdgpu: only disable deadlock tests on asics without GPU reset
      amdgpu: add marketing names from 21.50
      amdgpu: add marketing names from 22.10

Andrey Grodzovsky (1):
      tests/amdgpu/hotunplu: Enable hotunplug tests.

Daniel Stone (2):
      drm/atomic: Stable sort for atomic request de-duplication
      libkms: Remove libkms completely

Dave Airlie (1):
      build: bump version to 2.4.111

Dylan Baker (9):
      meson: use dictionary kwargs
      meson: add override_dependency when possible
      meson: switch the meson builtin for symbol visiblity
      meson: switch to cc.get_supported_arguments
      meson: use more standard formatting for better readability
      meson: use cc.check_header instead of open coding
      meson: use cc.has_function_attribute instead of open coding
      meson: use the modern interface for pkg.generate
      meson: use summary() instead of message

Eleni Maria Stea (3):
      xf86drm.c: fix C99 warning
      modeprint, modetest, proptest: cast __u64 to uint64_t
      tests/modeprint: fix argument type

Eric Engestrom (1):
      use standard `__typeof__()` instead of GNU extension `typeof()`

Flora Cui (2):
      tests/amdgpu: add draw test for gfx10
      tests/amdgpu: add dispatch test for gfx10

Guchun Chen (2):
      tests/amdgpu: Add VCN test support for Biege Goby
      tests/amdgpu: use appropriate ring for different asics

Karol Herbst (1):
      nouveau: add ioctl wrapper to check for dead channels

Lu Jiacheng (1):
      tests/amdgpu: Add test suite CP DMA

Matt Turner (2):
      man: Fix some typos
      man: Add formatting to drmModeGetConnector reference

Raviteja Goud Talla (1):
      intel: sync i915_pciids.h with kernel

Samuel Pitoiset (4):
      amdgpu: update_drm.h for new CTX OP to set/get stable pstates
      amdgpu: implement new CTX OP to set/get stable pstates
      tests/amdgpu: add a test for new CTX OP to get/set stable pstates
      build: bump version to 2.4.110

Sathishkumar S (3):
      tests/amdgpu: add jpeg tests support
      tests/amdgpu: enable jpeg test based on ip query
      tests/amdgpu: enable vcn test based on ip query

Simon Ser (1):
      releasing: s/master/main/

Tejas Upadhyay (2):
      intel: Add support for ADL-N
      intel: Add support for RPLP

Thierry Reding (25):
      tegra: Indent according to .editorconfig
      tegra: Remove unused IOCTL implementations
      tegra: Extract common buffer object allocation code
      tegra: Fix mmap() of GEM buffer objects
      tegra: Add flink helpers
      tegra: Add PRIME support helpers
      tegra: Make API more consistent
      tegra: Install tegra-openclose test
      tegra: Update for new UABI
      tegra: Include private.h in list of source files
      tegra: Add channel APIs
      tegra: Add job and push buffer APIs
      tegra: Add syncpoint APIs
      tests: tegra: Add helper library for tests
      tests: tegra: Add gr2d-fill test
      tests: tegra: Add syncpt-wait test
      tests: tegra: Add syncpoint timeout test
      tests: tegra: Add VIC support
      tests: tegra: Add VIC 3.0 support
      tests: tegra: Add VIC 4.0 support
      tests: tegra: Add VIC 4.1 support
      tests: tegra: Add VIC 4.2 support
      tests: tegra: Add VIC clear test
      tests: tegra: Add VIC blit test
      tests: tegra: Add VIC flip test

ravitejax (1):
      intel: Add support for RPLS platform

(wiz)

2022-06-03 08:21:55 UTC MAIN commitmail json YAML

coq: mark as BROKEN because it does not support ocaml 4.14

(wiz)

2022-06-03 08:10:56 UTC MAIN commitmail json YAML

camlp5: mark as BROKEN, does not support ocaml 4.14

(wiz)

2022-06-03 08:00:23 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-bos to 0.2.1

(wiz)

2022-06-03 08:00:09 UTC MAIN commitmail json YAML

ocaml-bos: update to 0.2.1.

v0.2.1 2021-10-04 Zagreb

    Require OCaml >= 4.08.
    OS.Dir.create fix function result on existing files. It returned
    non-sensical results. The function now errors as it should be.
    Thanks to L辿o Andr竪s for the report.
    OS.Dir.create fix function returning false instead of true when
    the directory is created with ~path:false. Thanks to L辿o Andr竪s
    for the report and patch.
    OS.File.read support for reading character devices and named
    pipes. Thanks to Rizo Isrof for the patch.

(wiz)

2022-06-03 07:58:34 UTC MAIN commitmail json YAML

2022-06-02 23:48:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/rcm to 1.3.5

(leot)

2022-06-02 23:48:39 UTC MAIN commitmail json YAML

rcm: Update to 1.3.5

Changes:
rcm (1.3.5)
-----------
  * BUGFIX: *:*~ exclude paterns work again (Alexander Goldstein)
  * BUGFIX: messages for -C being a copy so can't update (Mat M).
  * BUGFIX: expect at least one existing dotfiles directory (Mat M).
  * BUGFIX: fix program name in rcdn -V (Ivan Tkachenko)
  * Feature: mkrc hooks via -k/-K (Patrick Brisbin)
  * Feature: All symlinks in input are rejected (Mat M).
  * Package and maintenance improvements (Alexander Goldstein, Eric Collins,
      Mat M, Darcy Parker).

(leot)

2022-06-02 22:07:47 UTC MAIN commitmail json YAML

doc: Updated net/yt-dlp to 2022.5.18

(leot)

2022-06-02 22:07:41 UTC MAIN commitmail json YAML

yt-dlp: Update to 2022.5.18

Changes:
### 2022.05.18

* Add support for SSL client certificate authentication by coletdjnz and dirkf
    * Adds `--client-certificate`, `--client-certificate-key`,
    `--client-certificate-password`
* Add `--match-filter -` to interactively ask for each video
* `--max-downloads` should obey `--break-per-input`
* Allow use of weaker ciphers with `--legacy-server-connect`
* Don't imply `-s` for later stages of `-O`
* Fix `--date today`
* Fix `--skip-unavailable-fragments`
* Fix color in `-q -F`
* Fix redirect HTTP method handling by coletdjnz
* Improve `--clean-infojson`
* Remove warning for videos with an empty title
* Run `FFmpegFixupM3u8PP` for live-streams if needed
* Show name of downloader in verbose log
* [cookies] Allow `cookiefile` to be a text stream
* [cookies] Report progress when importing cookies
* [downloader/ffmpeg] Specify headers for each URL by elyse0
* [fragment] Do not change chunk-size when `--test`
* [fragment] Make single thread download work for `--live-from-start` by
  Lesmiscore
* [hls] Fix `byte_range` for `EXT-X-MAP` fragment by fstirlitz
* [http] Fix retrying on read timeout by coletdjnz
* [ffmpeg] Fix features detection
* [EmbedSubtitle] Enable for more video extensions
* [EmbedThumbnail] Disable thumbnail conversion for mkv by evansp
* [EmbedThumbnail] Do not obey `-k`
* [EmbedThumbnail] Do not remove id3v1 tags
* [FFmpegMetadata] Remove `\0` from metadata
* [FFmpegMetadata] Remove filename from attached info-json
* [FixupM3u8] Obey `--hls-prefer-mpegts`
* [Sponsorblock] Don't crash when duration is unknown
* [XAttrMetadata] Refactor and document dependencies
* [extractor] Document netrc machines
* [extractor] Update `manifest_url`s after redirect by elyse0
* [extractor] Update dash `manifest_url` after redirects by elyse0
* [extractor] Use `classmethod`/`property` where possible
* [generic] Refactor `_extract_rss`
* [utils] `is_html`: Handle double BOM
* [utils] `locked_file`: Ignore illegal seek on `truncate` by jakeogh
* [utils] `sanitize_path`: Fix when path is empty string
* [utils] `write_string`: Workaround newline issue in `conhost`
* [utils] `certifi`: Make sure the pem file exists
* [utils] Fix `WebSocketsWrapper`
* [utils] `locked_file`: Do not give executable bits for newly created files by Lesmiscore
* [utils] `YoutubeDLCookieJar`: Detect and reject JSON file by Lesmiscore
* [test] Convert warnings into errors and fix some existing warnings by fstirlitz
* [dependencies] Create module with all dependency imports
* [compat] Split into sub-modules by fstirlitz, pukkandan
* [compat] Implement `compat.imghdr`
* [build] Add `make uninstall` by MrRawes
* [build] Avoid use of `install -D`
* [build] Fix `Makefile` by putnam
* [build] Fix `--onedir` on macOS
* [build] Add more test-runners
* [cleanup] Deprecate some compat vars by fstirlitz, pukkandan
* [cleanup] Remove unused code paths, extractors, scripts and tests by fstirlitz
* [cleanup] Upgrade syntax (`pyupgrade`) and sort imports (`isort`)
* [cleanup, docs, build] Misc fixes
* [BilibiliLive] Add extractor by HE7086, pukkandan
* [Fifa] Add Extractor by Bricio
* [goodgame] Add extractor by nevack
* [gronkh] Add playlist extractors by hatienl0i261299
* [icareus] Add extractor by tpikonen, pukkandan
* [iwara] Add playlist extractors by i6t
* [Likee] Add extractor by hatienl0i261299
* [masters] Add extractor by m4tu4g
* [nebula] Add support for subscriptions by hheimbuerger
* [Podchaser] Add extractors by connercsbn
* [rokfin:search] Add extractor by P-reducible, pukkandan
* [youtube] Add `:ytnotifications` extractor by krichbanana
* [youtube] Add YoutubeStoriesIE (`ytstories:<channel UCID>`) by coletdjnz
* [ZingMp3] Add chart and user extractors by hatienl0i261299
* [adn] Update AES key by elyse0
* [adobepass] Allow cookies for authenticating MSO
* [bandcamp] Exclude merch links by Yipten
* [chingari] Fix archiving and tests
* [DRTV] Improve `_VALID_URL` by vertan
* [facebook] Improve thumbnail extraction by Wikidepia
* [fc2] Stop heatbeating once FFmpeg finishes by Lesmiscore
* [Gofile] Fix extraction and support password-protected links by mehq
* [hotstar, cleanup] Refactor extractors
* [InfoQ] Don't fail on missing audio format by evansp
* [Jamendo] Extract more metadata by evansp
* [kaltura] Update API calls by flashdagger
* [KhanAcademy] Fix extractor by rand-net
* [LCI] Fix extractor by MarwenDallel
* [lrt] Support livestreams by GiedriusS
* [niconico] Set `expected_protocol` to a public field
* [Niconico] Support 2FA by ekangmonyet
* [Olympics] Fix format extension
* [openrec:movie] Enable fallback for /movie/ URLs
* [PearVideo] Add fallback for formats by hatienl0i261299
* [radiko] Fix extractor by Lesmiscore
* [rai] Add `release_year`
* [reddit] Prevent infinite loop
* [rokfin] Implement login by P-reducible, pukkandan
* [ruutu] Support hs.fi embeds by tpikonen, pukkandan
* [spotify] Detect iframe embeds by fstirlitz
* [telegram] Fix metadata extraction
* [tmz, cleanup] Update tests by diegorodriguezv
* [toggo] Fix `_VALID_URL` by ca-za
* [trovo] Update to new API by nyuszika7h
* [TVer] Improve extraction by Lesmiscore
* [twitcasting] Pass headers for each formats by Lesmiscore
* [VideocampusSachsen] Improve extractor by FestplattenSchnitzel
* [vimeo] Fix extractors
* [wat] Fix extraction of multi-language videos and subtitles by elyse0
* [wistia] Fix `_VALID_URL` by dirkf
* [youtube, cleanup] Minor refactoring by coletdjnz, pukkandan
* [youtube] Added piped instance urls by JordanWeatherby
* [youtube] Deprioritize auto-generated thumbnails
* [youtube] Deprioritize format 22 (often damaged)
* [youtube] Fix episode metadata extraction
* [zee5] Fix extractor by Ashish0804
* [zingmp3, cleanup] Refactor extractors

(leot)

2022-06-02 21:24:51 UTC MAIN commitmail json YAML

2022-06-02 21:20:32 UTC MAIN commitmail json YAML

fixes.xml: use "she-bang" consistently, and tweak wording

Addresses PR pkg/56607 from J. Lewis Muir.

(gutteridge)

2022-06-02 19:57:52 UTC MAIN commitmail json YAML

doc: Updated net/trippy to 0.5.0

(pin)

2022-06-02 19:57:32 UTC MAIN commitmail json YAML

net/trippy: update to 0.5.0

0.5.0 - 2022-06-02
Added
    Added support for tracing using IPv6 for icmp and udp (#35)
    Added BSOD error reporting to Tui (#179)
    Added Ctrl-C keyboard command to quit the Tui (#91)

Changed
    Rewrite of network code to use RAW sockets (#195, #192)

Fixed
    Setting -c (--report-cycles) to 1 returns no traces (#189)
    Tracer failures not being shown for reports (#183)

(pin)

2022-06-02 19:56:55 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.8.0

(pin)

2022-06-02 19:56:32 UTC MAIN commitmail json YAML

ausio/spotify-player: update to 0.8.0

What's Changed
    -added cross-platform media control in #43, #44 (disabled on pkgsrc)
    -improved device connect logic on startup in #45
    -updated backtrace logic to log all the panics
    -minor UI changes and improvements in #46
    -added enable_media_control and default_device config options.
    (See the general config document).

Breaking changes
    -renamed ReconnectIntegratedClient command to RestartIntegratedClient
    -modified the default shortcuts for SelectNextOrScrollDown,
    SelectPreviousOrScrollUp, and PreviousPage commands

(pin)

2022-06-02 18:52:08 UTC MAIN commitmail json YAML

2022-06-02 18:51:11 UTC MAIN commitmail json YAML

doc: Updated lang/go118 to 1.18.3

(bsiegert)

2022-06-02 18:50:40 UTC MAIN commitmail json YAML

Update go118 to 1.18.3

This minor release includes 4 security fixes following the security policy
<https://go.dev/security>:

  - crypto/rand: rand.Read hangs with extremely large buffers

  On Windows, rand.Read will hang indefinitely if passed a buffer larger
  than 1 << 32 - 1 bytes.

  Thanks to Davis Goodin and Quim Muntal, working at Microsoft on the Go
  toolset, for reporting this issue.

  This is CVE-2022-30634 and Go issue https://go.dev/issue/52561.

  - crypto/tls: session tickets lack random ticket_age_add

  Session tickets generated by crypto/tls did not contain a randomly
  generated ticket_age_add. This allows an attacker that can observe TLS
  handshakes to correlate successive connections by comparing ticket ages
  during session resumption.

  Thanks to GitHub user @nervuri for reporting this.

  This is CVE-2022-30629 and Go issue https://go.dev/issue/52814.

  - os/exec: empty Cmd.Path can result in running unintended binary on
  Windows

  If, on Windows, Cmd.Run, cmd.Start, cmd.Output, or cmd.CombinedOutput
  are executed when Cmd.Path is unset and, in the working directory, there
  are binaries named either "..com" or "..exe", they will be executed.

  Thanks to Chris Darroch (chrisd8088@github.com), brian m. carlson (
  bk2204@github.com), and Mikhail Shcherbakov (https://twitter.com/yu5k3)
  for reporting this.

  This is CVE-2022-30580 and Go issue https://go.dev/issue/52574.

  - path/filepath: Clean(`.\c:`) returns `c:` on Windows

  On Windows, the filepath.Clean function could convert an invalid path to
  a valid, absolute path. For example, Clean(`.\c:`) returned `c:`.

  Thanks to Unrud for reporting this issue.

  This is CVE-2022-29804 and Go issue https://go.dev/issue/52476.

(bsiegert)

2022-06-02 18:35:35 UTC MAIN commitmail json YAML

py-hatchling: needs py-pathspec

(adam)

2022-06-02 18:29:16 UTC MAIN commitmail json YAML

lensfun: needs py-setuptools

(adam)

2022-06-02 18:27:24 UTC MAIN commitmail json YAML

tmux: build with utf8proc on macOS as recommended by configure

(tnn)

2022-06-02 18:19:48 UTC MAIN commitmail json YAML

doc: Updated lang/go117 to 1.17.11

(bsiegert)

2022-06-02 18:19:26 UTC MAIN commitmail json YAML

Update go117 to 1.17.11

This minor release includes 4 security fixes following the security policy
<https://go.dev/security>:

  - crypto/rand: rand.Read hangs with extremely large buffers

  On Windows, rand.Read will hang indefinitely if passed a buffer larger
  than 1 << 32 - 1 bytes.

  Thanks to Davis Goodin and Quim Muntal, working at Microsoft on the Go
  toolset, for reporting this issue.

  This is CVE-2022-30634 and Go issue https://go.dev/issue/52561.

  - crypto/tls: session tickets lack random ticket_age_add

  Session tickets generated by crypto/tls did not contain a randomly
  generated ticket_age_add. This allows an attacker that can observe TLS
  handshakes to correlate successive connections by comparing ticket ages
  during session resumption.

  Thanks to GitHub user @nervuri for reporting this.

  This is CVE-2022-30629 and Go issue https://go.dev/issue/52814.

  - os/exec: empty Cmd.Path can result in running unintended binary on
  Windows

  If, on Windows, Cmd.Run, cmd.Start, cmd.Output, or cmd.CombinedOutput
  are executed when Cmd.Path is unset and, in the working directory, there
  are binaries named either "..com" or "..exe", they will be executed.

  Thanks to Chris Darroch (chrisd8088@github.com), brian m. carlson (
  bk2204@github.com), and Mikhail Shcherbakov (https://twitter.com/yu5k3)
  for reporting this.

  This is CVE-2022-30580 and Go issue https://go.dev/issue/52574.

  - path/filepath: Clean(`.\c:`) returns `c:` on Windows

  On Windows, the filepath.Clean function could convert an invalid path to
  a valid, absolute path. For example, Clean(`.\c:`) returned `c:`.

  Thanks to Unrud for reporting this issue.

  This is CVE-2022-29804 and Go issue https://go.dev/issue/52476.

(bsiegert)

2022-06-02 17:11:10 UTC MAIN commitmail json YAML

Updated www/unit to 1.27.0

(osa)

2022-06-02 17:04:31 UTC MAIN commitmail json YAML

www/unit*: update to 1.27.0

<ChangeLog>

*) Feature: ability to specify a custom index file name when serving
  static files.

*) Feature: variables support in the "location" option of the "return"
  action.

*) Feature: support empty strings in the "location" option of the
  "return" action.

*) Feature: added a new variable, $request_uri, that includes both the
  path and the query parts as per RFC 3986, sections 3-4.

*) Feature: Ruby Rack environment parameter "SCRIPT_NAME" support.

*) Feature: compatibility with GCC 12.

*) Bugfix: Ruby Sinatra applications don't work without custom logging.

*) Bugfix: the controller process could crash when a chain of more than
  four certificates was uploaded.

*) Bugfix: some Perl applications failed to process the request body,
  notably with Plack.

*) Bugfix: some Spring Boot applications failed to start, notably with
  Grails.

*) Bugfix: incorrect Python protocol auto detection (ASGI or WSGI) for
  native callable object, notably with Falcon.

*) Bugfix: ECMAScript modules did not work with the recent Node.js
  versions.

</ChangeLog>

(osa)

2022-06-02 13:39:21 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.16.0.

(he)

2022-06-02 13:02:38 UTC MAIN commitmail json YAML

Update unbound to version 1.16.0.

Pkgsrc changes:
* Remove patch now integrated upstream
* Updated checksums

Upstream changes:

This release has EDE support, for extended EDNS error reporting,
it fixes unsupported ZONEMD algorithms to load, and has more bug fixes.

The EDE errors can be turned on by `ede: yes`, it is default disabled.
Validation errors and other errors are then reported. If you also want
stale answers for expired responses to have an error code, the option
`ede-serve-expired: yes` can be used.

Features
- Merge PR #604: Add basic support for EDE (RFC8914).

Bug Fixes
- Fix #412: cache invalidation issue with CNAME+A.
- Fix that TCP interface does not use TLS when TLS is also configured.
- Fix #624: Unable to stop Unbound in Windows console (does not
  respond to CTRL+C command).
- Fix #618: enabling interface-automatic disables DNS-over-TLS.
  Adds the option to list interface-automatic-ports.
- Remove debug info from #618 fix.
- Fix #628: A rpz-passthru action is not ending RPZ zone processing.
- Fix for #628: fix rpz-passthru for qname trigger by localzone type.
- Fix that address not available is squelched from the logs for
  udp connect failures. It is visible on verbosity 4 and more.
- Merge #631 from mollyim: Replace OpenSSL's ERR_PACK with
  ERR_GET_REASON.
- Fix to detect that no IPv6 support means that IPv6 addresses are
  useless for delegation point lookups.
- update Makefile dependencies.
- Fix check interface existence for support detection in remote lookup.
- Fix #633: Document unix domain socket support for unbound-control.
- Fix for #633: updated fix with new text.
- Fix edns client subnet to add the option based on the option list,
  so that it is not state dependent, after the state fix of #605 for
  double EDNS options.
- Fix for edns client subnet option add fix in removal code, from review.
- Fix #630: Unify the RPZ log messages.
- Merge #623 from rex4539: Fix typos.
- Fix pythonmod for change in iter_dp_is_useless function prototype.
- Fix compile warnings for printf ll format on mingw compile.
- Merge PR #632 from scottrw93: Match cnames in ipset.
- Various fixes for #632: variable initialisation, convert the qinfo
  to str once, accept trailing dot in the local-zone ipset option.
- Fix #637: Integer Overflow in sldns_str2period function.
- Fix for #637: fix integer overflow checks in sldns_str2period.
- Fix configure for python to use sysutils, because distutils is
  deprecated. It uses sysutils when available, distutils otherwise.
- Merge #644: Make `install-lib` make target install the pkg-config
  file.
- Fix to ensure uniform handling of spaces and tabs when parsing RRs.
- Fix to describe auth-zone and other configuration at the local-zone
  configuration option, to allow for more broadly view of the options.
- Merge PR #648 from eaglegai: fix -q doesn't work when use with
  'unbound-control stats_shm'.
- Fix #651: [FR] Better logging for refused queries.
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
- Fix zonemd check to allow unsupported algorithms to load.
  If there are only unsupported algorithms, or unsupported schemes,
  and no failed or successful other ZONEMD records, or malformed
  or bad ZONEMD records, the unsupported records allow the zone load.
- Fix zonemd unsupported algo check.
- Fix zonemd unsupported algo check reason to not copy to next record,
  and check for success for debug printout.
- Fix zonemd unsupported algo check to print unsupported reason before
  zeroing it.
- Fix zonemd unsupported algo check to set reason to NULL before the
  check routine, but after malformed checks, to get the correct NULL
  output when the digest matches.
- Fix #670: SERVFAIL problems with unbound 1.15.0 running on
  OpenBSD 7.1.
- Fix Python build in non-source directory; based on patch by
  Michael Tokarev.
- Fix #673: DNS over TLS: error: SSL_handshake syscall: No route to
  host.
- Merge #677: Allow using system certificates not only on Windows,
  from pemensik.
- For #677: Added tls-system-cert to config parser and documentation.
- Fix #417: prefetch and ECS causing cache corruption when used
  together.
- Fix #678: [FR] modify behaviour of unbound-control rpz_enable zone,
  by updating unbound-control's documentation.
- Fix typos in config_set_option for the 'num-threads' and
  'ede-serve-expired' options.
- Fix to silence test for ede error output to the console from the
  test setup script.
- Fix ede test to not use default pidfile, and use local interface.
- Fix some lint type warnings.
- Fix #684: [FTBS] configure script error with libmnl on openSUSE 15.3
  (and possibly other distributions)

(he)

2022-06-02 12:49:19 UTC MAIN commitmail json YAML

ckmame: require GCC 9 for std::filesystem

GCC 8 might work, but "GCC 8.x requires linking with -lstdc++fs"
and I don't want to complicate this.

(wiz)

2022-06-02 11:48:57 UTC MAIN commitmail json YAML

(benchmarks/R-bench) USE_LANGUAGES= c, sorry

(mef)

2022-06-02 11:35:32 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20220602

(gdt)

2022-06-02 11:35:24 UTC MAIN commitmail json YAML

ham/chirp: Update to 20220602

Upstream changes: bugfix for a regression

(gdt)

2022-06-02 09:47:02 UTC MAIN commitmail json YAML

Updated lang/nodejs16, lang/nodejs

(adam)

2022-06-02 09:46:41 UTC MAIN commitmail json YAML

nodejs: updated to 18.3.0

Version 18.3.0 (Current)

Notable Changes

- deps: update undici to 5.4.0 (Node.js GitHub Bot)
- (SEMVER-MINOR) util: add parseArgs module (Benjamin Coe)
- (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna)
- deps: upgrade npm to 8.11.0 (npm team)
- deps: patch V8 to 10.2.154.4 (Micha谷l Zasso)
- (SEMVER-MINOR) deps: update V8 to 10.2.154.2 (Micha谷l Zasso)
- (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros)
- (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna)
- (SEMVER-MINOR) net: add ability to reset a tcp socket (pupilTong)
- (SEMVER-MINOR) Revert "build: make x86 Windows support temporarily experimental" (Micha谷l Zasso)

(adam)

2022-06-02 09:45:46 UTC MAIN commitmail json YAML

nodejs16: updated to 16.15.1

Version 16.15.1 'Gallium' (LTS)

Notable Changes

deps:

upgrade npm to 8.11.0 (npm-cli+bot@github.com)

docs:

add release key for RafaelGSS (Rafael Gonzaga)
add release key for Juan Arboleda (Juan Jos辿)

(adam)

2022-06-01 21:42:02 UTC MAIN commitmail json YAML

pf.buildlink3.mk: simplify ONLY_FOR_PLATFORM

Someone already dropped the FreeBSD bounds (previously FreeBSD-[5-9]*-*)
with the assumption we're only concerned with modern releases, so do the
same consistently for all, rather than adding more handling for NetBSD
10.x and above. (We can't reasonably be supporting NetBSD from more than
16 years ago, or OpenBSD from 20 years ago. And the DragonFly pattern
wasn't exact, either, as only 1.1 onward included pf.)

(gutteridge)

2022-06-01 21:27:08 UTC MAIN commitmail json YAML

py-weasyprint: fix sandboxed builds

While here, reflect current minimum pango dependency, and py-test-runner
is a test dependency only (already captured as such separately).

(gutteridge)

2022-06-01 21:07:34 UTC MAIN commitmail json YAML

doc: Updated mail/fdm to 2.1

(leot)

2022-06-01 21:07:29 UTC MAIN commitmail json YAML

fdm: Update to 2.1

pkgsrc changes:
- Remove OAUTHBEARER patches for IMAP, part of 2.1 release

Changes:
2.1
---
- Add support for LMTP
- Add support for XOAUTH2 for IMAP
- Add support for OAUTHBEARER for IMAP
- Several bug fixes and improvements

(leot)

2022-06-01 20:56:34 UTC MAIN commitmail json YAML

doc: Updated misc/tmux to 3.3

(leot)

2022-06-01 20:56:27 UTC MAIN commitmail json YAML

tmux: Update to 3.3

Changes:
CHANGES FROM 3.2a TO 3.3

* Add an ACL list for users connecting to the tmux socket. Users may be
  forbidden from attaching, forced to attach read-only, or allowed to attach
  read-write. A new command, server-access, configures the list. File system
  permissions must still be configured manually.
* Emit window-layout-changed on swap-pane.
* Better error reporting when applying custom layouts.
* Handle ANSI escape sequences in run-shell output.
* Add pane_start_path to match start_command.
* Set PWD so shells have a hint about the real path.
* Do not allow pipe-pane on dead panes.
* Do not report mouse positions (incorrectly) above the maximum of 223 in
  normal mouse mode.
* Add an option (default off) to control the passthrough escape sequence.
* Support more mouse buttons when the terminal sends them.
* Add a window-resized hook which is fired when the window is actually resized
  which may be later than the client resize.
* Add next_session_id format with the next session ID.
* Add formats for client and server UID and user.
* Add argument to refresh-client -l to forward clipboard to a pane.
* Add remain-on-exit-format to set text shown when pane is dead.
* With split-window -f use percentages of window size not pane size.
* Add an option (fill-character) to set the character used for unused areas of
  a client.
* Add an option (scroll-on-clear) to control if tmux scrolls into history on
  clear.
* Add a capability for OSC 7 and use it similarly to how the title is set (and
  controlled by the same set-titles option).
* Add support for systemd socket activation (where systemd creates the Unix
  domain socket for tmux rather than tmux creating it). Build with
  --enable-systemd.
* Add an option (pane-border-indicators) to select how the active pane is shown
  on the pane border (colour, arrows or both).
* Support underscore styles with capture-pane -e.
* Make pane-border-format a pane option rather than window.
* Respond to OSC 4 queries
* Fix g/G keys in modes to do the same thing as copy mode (and vi).
* Bump the time terminals have to respond to device attributes queries to three
  seconds.
* If automatic-rename is off, allow the rename escape sequence to set an empty
  name.
* Trim menu item text more intelligently.
* Add cursor-style and cursor-colour options to set the default cursor style
  and colour.
* Accept some useful and non-conflicting emacs keys in vi normal mode at the
  command prompt.
* Add a format modifier (c) to force a colour to RGB.
* Add -s and -S to display-popup to set styles, -b to set lines and -T to set
  popup title. New popup-border-lines, popup-border-style and popup-style
  options set the defaults.
* Add -e flag to set an environment variable for a popup.
* Make send-keys without arguments send the key it is bound to (if bound to a
  key).
* Try to leave terminal cursor at the right position even when tmux is drawing
  its own cursor or selection (such as at the command prompt and in choose
  mode) for people using screen readers and similar which can make use of it.
* Change so that {} is converted to tmux commands immediately when parsed. This
  means it must contain valid tmux commands. For commands which expand %% and
  %%%, this now only happens within string arguments. Use of nested aliases
  inside {} is now forbidden. Processing of commands given in quotes remains
  the same.
* Disable evports on SunOS since they are broken.
* Do not expand the file given with tmux -f so it can contain :s.
* Bump FORMAT_LOOP_LIMIT and add a log message when hit.
* Add a terminal feature for the mouse (since FreeBSD termcap does not have kmous).
* Forbid empty session names.
* Improve error reporting when the tmux /tmp directory cannot be created or
  used.
* Give #() commands a one second grace period where the output is empty before
  telling the user they aren't doing anything ("not ready").
* When building, pick default-terminal from the first of tmux-256color, tmux,
  screen-256color, screen that is available on the build system (--with-TERM
  can override).
* Do not close popups on resize, instead adjust them to fit.
* Add a client-active hook.
* Make window-linked and window-unlinked window options.
* Do not configure on macOS without the user making a choice about utf8proc
  (either --enable-utf8proc or --disable-utf8proc).
* Do not freeze output in panes when a popup is open, let them continue to
  redraw.
* Add pipe variants of the line copy commands.
* Change copy-line and copy-end-of-line not to cancel and add -and-cancel
  variants, like the other copy commands.
* Support the OSC palette-setting sequences in popups.
* Add a pane-colours array option to specify the defaults palette.
* Add support for Unicode zero-width joiner.
* Make newline a style delimiter as well so they can cross multiple lines for
  readability in configuration files.
* Change focus to be driven by events rather than scanning panes so the
  ordering of in and out is consistent.
* Add display-popup -B to open a popup without a border.
* Add a menu for popups that can be opened with button three outside the popup
  or on the left or top border. Resizing now only works on the right and bottom
  borders or when using Meta. The menu allows a popup to be closed, expanded to
  the full size of the client, centered in the client or changed into a pane.
* Make command-prompt and confirm-before block by default (like run-shell). A
  new -b flags runs them in the background as before. Also set return code for
  confirm-before.
* Change cursor style handling so tmux understands which sequences contain
  blinking and sets the flag appropriately, means that it works whether cnorm
  disables blinking or not. This now matches xterm's behaviour.
* More accurate vi(1) word navigation in copy mode and on the status line. This
  changes the meaning of the word-separators option: setting it to the empty
  string is equivalent to the previous behavior.
* Add -F for command-prompt and use it to fix "Rename" on the window menu.
* Add different command histories for different types of prompts ("command",
  "search" etc).

(leot)

2022-06-01 20:11:03 UTC MAIN commitmail json YAML

Updated lang/nodejs14

(adam)

2022-06-01 20:08:15 UTC MAIN commitmail json YAML

nodejs14: updated to 14.19.3

Version 14.19.3 'Fermium' (LTS)

Notable Changes

This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines.
The list of GPG keys used to sign releases has been synchronized with the main branch.

Version 14.19.2 'Fermium' (LTS)

Notable Changes

doc:

New release key for Bryan English

npm:

Upgrade npm to v6.14.17.

V8:

V8 had a stack overflow issue affecting the vm module, cherry-picking cc9a8a37445e from V8 solves this issue.

Using getHeapSnapshot() was causing a Node.js crash due a V8 issue, this is fixed by backporting 367b0c1e7a32 from V8.

(adam)

2022-06-01 18:06:03 UTC MAIN commitmail json YAML

doc: Updated devel/mob to 3.1.4

(schmonz)

2022-06-01 18:05:57 UTC MAIN commitmail json YAML

Update to 3.1.4. From the changelog:

- Fixes a bug where mob saves the wrong filepath of the last modified
  file in the wip commit message.

(schmonz)

2022-06-01 12:48:09 UTC MAIN commitmail json YAML

bootstrap/README: Annotate platform/foo.mk to README.bar relationships

(gdt)

2022-06-01 12:38:10 UTC MAIN commitmail json YAML

bootstrap/README.IRIX

Fold README.IRIX5.3 into the IRIX README; we don't have multiple
READMEs per OS, and it's clutter, especially given the information is
from 2006.

Add last-updated dates (2005/2006) as a clue.

(gdt)

2022-06-01 12:26:04 UTC MAIN commitmail json YAML

bootstrap/README: Slice platforms more finely

Separate active use, maintained, and published bulk builds.  This
amounts to a new users/maintained-but-no-bulk section for FreeBSD.

Sort OpenBSD into "platforms with active use" based on list comments.

Drop mention of Darwin, as I can find on evidence that Darwin
continues to exist outside of macOS in any meaningful way.

(gdt)

2022-06-01 12:15:39 UTC MAIN commitmail json YAML

README.Linux: Note RHEL 8.5 works

Drop workaround for RHEL 3, because the report about 8.5 doesn't
mention it, and RHEL 3 is so ancient that there's no reason to think
the bug remains.

(gdt)

2022-06-01 12:12:20 UTC MAIN commitmail json YAML

README.Linux: Update from on-list comments

musl works
Termux does not work
Add dates for ancient information

(gdt)

2022-06-01 12:07:37 UTC MAIN commitmail json YAML

README.OpenBSD: add section headers

(gdt)

2022-06-01 10:59:56 UTC MAIN commitmail json YAML

Added devel/py-hatchling; Updated textproc/py-bracex, textproc/py-wcmatch

(adam)

2022-06-01 10:58:39 UTC MAIN commitmail json YAML

py-wcmatch: updated to 8.4

8.4

NEW: Drop support for Python 3.6.
NEW: Switch to Hatch backend instead of Setuptools.
NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows exclusion patterns to be
specified directly without needing to enable NEGATE and prepend patterns with !. exclude accepts a separate
pattern or pattern list. exclude should not be used in conjunction with NEGATE. One or the other should be used.

(adam)

2022-06-01 10:57:09 UTC MAIN commitmail json YAML

py-bracex: updated to 2.3

2.3
NEW: Drop Python 3.6 support.
NEW: Switch to Hatch build backend instead of Setuptools.

2.2.1
FIX: Remove excessive generator wrappers.
FIX: Use AnyStr for string static types instead of custom alias.

2.2
NEW: Support Python 3.10
NEW: Command line interface using python3 -m bracex
NEW: Add static types to API.

(adam)

2022-06-01 10:54:22 UTC MAIN commitmail json YAML

2022-06-01 10:50:23 UTC MAIN commitmail json YAML

doc: Updated net/dbip-country-lite to 2022.06

(fcambus)

2022-06-01 10:50:11 UTC MAIN commitmail json YAML

dbip-country-lite: update to 2022.06.

No upstream ChangeLog.

(fcambus)

2022-06-01 10:48:58 UTC MAIN commitmail json YAML

doc: Updated net/dbip-city-lite to 2022.06

(fcambus)

2022-06-01 10:48:47 UTC MAIN commitmail json YAML

dbip-city-lite: update to 2022.06.

No upstream ChangeLog.

(fcambus)

2022-06-01 10:47:42 UTC MAIN commitmail json YAML

doc: Updated net/dbip-asn-lite to 2022.06

(fcambus)

2022-06-01 10:47:29 UTC MAIN commitmail json YAML

dbip-city-lite: update to 2022.06.

No upstream ChangeLog.

(fcambus)

2022-05-31 23:46:31 UTC MAIN commitmail json YAML

doc/TODO: Add collapseos

At the intersection of retrocomputing and prepping....

(gdt)

2022-05-31 23:24:35 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20220531

(gdt)

2022-05-31 23:19:28 UTC MAIN commitmail json YAML

ham/chirp: Update to 20220531

Upstream changes are minor.

(gdt)

2022-05-31 21:20:55 UTC MAIN commitmail json YAML

texlive-collection-mathscience: update to revision 63426

(markd)

2022-05-31 21:19:28 UTC MAIN commitmail json YAML

texlive-collection-latexextra: update to revision 63430

(markd)

2022-05-31 21:17:43 UTC MAIN commitmail json YAML

texlive-collection-fontsextra: update to revision 63394

(markd)

2022-05-31 21:09:07 UTC MAIN commitmail json YAML

add some perl packages

(markd)

2022-05-31 21:08:16 UTC MAIN commitmail json YAML

p5-Text-WordDiff: add version 0.09

This module is a variation on the lovely Text::Diff module. Rather than
generating traditional line-oriented diffs, however, it generates word-oriented
diffs. This can be useful for tracking changes in narrative documents or
documents with very long lines. To diff source code, one is still best off
using Text::Diff. But if you want to see how a short story changed from one
version to the next, this module will do the job very nicely.

(markd)

2022-05-31 21:06:57 UTC MAIN commitmail json YAML

p5-Text-WordDiff: add version 0.09

This module is a variation on the lovely Text::Diff module. Rather than
generating traditional line-oriented diffs, however, it generates word-oriented
diffs. This can be useful for tracking changes in narrative documents or
documents with very long lines. To diff source code, one is still best off
using Text::Diff. But if you want to see how a short story changed from one
version to the next, this module will do the job very nicely.

(markd)

2022-05-31 21:03:08 UTC MAIN commitmail json YAML

p5-Term-ANSIColor: add version 5.01

This module has two interfaces, one through color() and colored() and the
other through constants. It also offers the utility functions uncolor(),
colorstrip(), colorvalid(), and coloralias(), which have to be explicitly
imported to be used.

(markd)

2022-05-31 20:56:34 UTC MAIN commitmail json YAML

www: add some perl packages

(markd)

2022-05-31 20:53:21 UTC MAIN commitmail json YAML

p5-HTML-FormatExternal: add version 26

This is a collection of formatter modules which turn HTML into plain text
by dumping it through the respective external programs.

(markd)

2022-05-31 20:49:09 UTC MAIN commitmail json YAML

p5-constant-defer: add version 6

constant::defer creates a subroutine which on the first call runs given
code to calculate its value, and on any subsequent calls just returns that
value, like a constant. The value code is discarded once run, allowing it
to be garbage collected.

Deferring a calculation is good if it might take a lot of work or produce
a big result but is only needed sometimes or only well into a program run.
If it's never needed then the value code never runs.

(markd)

2022-05-31 20:44:36 UTC MAIN commitmail json YAML

p5-Web-Machine: add version 0.17

Web::Machine provides a RESTful web framework modeled as a state machine.
You define one or more resource classes. Each resource represents a single
RESTful URI end point, such as a user, an email, etc. The resource class
can also be the target for POST requests to create a new user, email, etc.

Each resource is a state machine, and each request for a resource is handled
by running the request through that state machine.

(markd)

2022-05-31 20:40:57 UTC MAIN commitmail json YAML

p5-HTTP-Headers-ActionPack: add version 0.09

This is a module to handle the inflation and deflation of complex HTTP
header types. In many cases header values are simple strings, but in some
cases they are complex values with a lot of information encoded in them.
The goal of this module is to make the parsing and analysis of these headers
as easy as calling inflate on a compatible object.

This top-level class is basically a Factory for creating instances of the
other classes in this module. It contains a number of convenience methods to
help make common cases easy to write.

(markd)

2022-05-31 20:34:02 UTC MAIN commitmail json YAML

p5-HTML-Gumbo: add version 0.18

Gumbo is an implementation of the HTML5 parsing algorithm implemented as
a pure C99 library with no outside dependencies.

Goals and features of the C library:
* Fully conformant with the HTML5 spec.
* Robust and resilient to bad input.
* Simple API that can be easily wrapped by other languages. (This is one
  of such wrappers.)
* Support for source locations and pointers back to the original text.
  (Not exposed by this implementation at the moment.)
* Relatively lightweight, with no outside dependencies.
* Passes all html5lib-0.95 tests.
* Tested on over 2.5 billion pages from Google's index.

(markd)

2022-05-31 20:30:44 UTC MAIN commitmail json YAML

p5-Alien-LibGumbo: add version 0.05

This distribution installs libgumbo:https://github.com/google/gumbo-parser
on your system for use by perl modules like HTML::Gumbo.

(markd)

2022-05-31 20:30:20 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.79

(wiz)

2022-05-31 20:30:10 UTC MAIN commitmail json YAML

nss: update to 3.79.

This release fixes memory safety violations that can occur when parsing CMS
data. We presume that with enough effort these memory safety violations are
exploitable.

Change:
  - Bug 205717 - Use PK11_GetSlotInfo instead of raw C_GetSlotInfo calls.
  - Bug 1766907 - Update mercurial in clang-format docker image.
  - Bug 1454072 - Use of uninitialized pointer in lg_init after alloc fail.
  - Bug 1769295 - selfserv and tstclnt should use PR_GetPrefLoopbackAddrInfo.
  - Bug 1753315 - Add SECMOD_LockedModuleHasRemovableSlots.
  - Bug 1387919 - Fix secasn1d parsing of indefinite SEQUENCE inside indefinite GROUP.
  - Bug 1765753 - Added RFC8422 compliant TLS <= 1.2 undefined/compressed ECPointFormat extension alerts.
  - Bug 1765753 - TLS 1.3 Server: Send protocol_version alert on unsupported ClientHello.legacy_version.
  - Bug 1764788 - Correct invalid record inner and outer content type alerts.
  - Bug 1757075 - NSS does not properly import or export pkcs12 files with large passwords and pkcs5v2 encoding.
  - Bug 1766978 - improve error handling after nssCKFWInstance_CreateObjectHandle.
  - Bug 1767590 - Initialize pointers passed to NSS_CMSDigestContext_FinishMultiple.
  - Bug 1769302 - NSS 3.79 should depend on NSPR 4.34

(wiz)

2022-05-31 18:04:14 UTC MAIN commitmail json YAML

doc: Updated net/openvpn-acct-wtmpx to 20130210

(gdt)

2022-05-31 18:04:00 UTC MAIN commitmail json YAML

doc: Updated net/openvpn-nagios to 20130210

(gdt)

2022-05-31 18:03:52 UTC MAIN commitmail json YAML

doc: Updated net/openvpn to 2.5.7

(gdt)

2022-05-31 18:03:41 UTC MAIN commitmail json YAML

2022-05-31 12:52:14 UTC MAIN commitmail json YAML

2022-05-31 11:51:41 UTC MAIN commitmail json YAML

doc: Updated emulators/ckmame to 2.0

(wiz)

2022-05-31 11:51:31 UTC MAIN commitmail json YAML

ckmame: update to 2.0.

2.0 (2022-05-31)
=================
* Support for configuration file and multiple sets.
* Overhaul command line options.
* Automatically update ROM DB.
* Speed up ROM sets with many files shared among many games.
* Improve parse error reporting, don't create mamedb for dats with errors, fix inconsistencies in dat.
* Improve detector support.

(wiz)

2022-05-31 11:49:09 UTC MAIN commitmail json YAML

graphics/freeimage: Remediate upstream use of internal TIFF function

freeimage uses an internal libtiff function (by declaring it and
calling it).  tiff (4.4.0) changed internals, but this was never part
of the public API/ABI.

Add patch taken from upstream forum (which seems to be their
bugtracker) to use a different function newly added to the public API
in 4.4.0.

(gdt)

2022-05-31 11:39:18 UTC MAIN commitmail json YAML

doc: Updated fonts/anjalioldlipi-ttf to 7.1.2nb1

(nikita)

2022-05-31 11:39:08 UTC MAIN commitmail json YAML

anjalioldlipi-ttf: fix pkgname.

(nikita)

2022-05-31 11:26:56 UTC MAIN commitmail json YAML

editors/tp-note: fix broken build

Sorry, it slipped through.

(pin)

2022-05-31 09:11:36 UTC MAIN commitmail json YAML

Updated graphics/hugin, textproc/ugrep

(adam)

2022-05-31 09:11:19 UTC MAIN commitmail json YAML

ugrep: updated to 3.8.0

v3.8.0

New option combination -o (--only-matching) with -ABC context to show the match within NUM columns, with context before and/or after, which visually aids in searching files with long lines; option -o with -b or -k now shows results on separate lines; new option --width to truncate long lines to the specified width or the terminal width by default; short ug command now sorts by name by default; query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease fuzziness) keys switched meaning (quicker and more intuitive); new %+ format field used by updated --only-line-number option; new --help fuzzy help page; updated man pages and other improvements.

(adam)

2022-05-31 09:10:19 UTC MAIN commitmail json YAML

2022-05-31 09:09:38 UTC MAIN commitmail json YAML

hugin: updated to 2021.0.0

Changes since 2020.0.0

Fast preview window can be panned in zoomed state with middle mouse button.
New overview mode: inside panorama sphere (similar to a interactive panorama viewer)
Updated build system for OpenEXR3.
Several bug fixes.

(adam)

2022-05-31 08:30:18 UTC MAIN commitmail json YAML

CHANGES-2022: Add anjalioldlip-ttf

(nikita)

2022-05-31 08:27:13 UTC MAIN commitmail json YAML

fonts: Add anjalioldlipi-ttf

AnjaliOldLipi is a Sans Serif TrueType font for the Malayalam language.
This is a comprehensive Malayalam font for all common Malayalam ligatures
and the Latin character set.

(nikita)

2022-05-31 08:14:44 UTC MAIN commitmail json YAML

Fix xscreensaver for at least argon2 passwords on NetBSD

Limit "terminating pw_passwd at first ," behaviour to HP-UX, as
it breaks at least argon2 passwords on NetBSD

Bump PKGREVISION

(abs)

2022-05-30 23:58:13 UTC MAIN commitmail json YAML

xfce4-terminal: drop MAKE_JOBS_SAFE=no

A lot has changed in the decade plus since that was set, many gmake
updates, many Xfce updates, etc. No issue noted with MAKE_JOBS=8. (I
will monitor bulk builds just in case.)

(gutteridge)

2022-05-30 21:45:41 UTC MAIN commitmail json YAML

(security/R-sodium) import R-sodium-1.2.0

(Once I did import with wrong directory name, R-soduim, and I noticed
that before I did commit security/Makefile and doc/CHANGES-2022,
so those two are correct, but I did not notice the necessity of correcting
importing commit, now re-importing the correct name, I hope,
sorry and thanks leot@)

Bindings to 'libsodium': a modern, easy-to-use software library for
encryption, decryption, signatures, password hashing and more. Sodium
uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel
Bernstein, which has become very popular after it was discovered that
the NSA had backdoored Dual EC DRBG.

(mef)

2022-05-30 21:35:08 UTC MAIN commitmail json YAML

(R-soduim) Sorry, wrong directory name, thanks leot@

(mef)

2022-05-30 21:29:25 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.13.1

(pin)

2022-05-30 21:29:03 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.13.1

-Fix a regression added in 1.13.0: alt-enter was failing to cd to the selected
directory

(pin)

2022-05-30 21:28:18 UTC MAIN commitmail json YAML

doc: Updated editors/ced to 0.1.6

(pin)

2022-05-30 21:27:58 UTC MAIN commitmail json YAML

2022-05-30 21:27:30 UTC MAIN commitmail json YAML

doc: Updated geography/echomap to 0.7.2

(pin)

2022-05-30 21:27:09 UTC MAIN commitmail json YAML

geography/echomap: update to 0.7.2

-Update to use Rust 2021 edition
-Multiple dependency updates

(pin)

2022-05-30 20:40:55 UTC MAIN commitmail json YAML

webkit-gtk: Hopefully fix all MAP_ALIGNED platforms

Instead of reusing Linux code path for NetBSD fix the MAP_ALIGNED
problematic codepath by setting the protections.

This should hopefully fix other MAP_ALIGNED platforms, not just NetBSD.

Remove XXX comment now that the problem is understood (mmap protection
was set via MAP_NONE and never adjusted in the MAP_ALIGNED platforms).

PKGREVISION++

(leot)

2022-05-30 20:09:02 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 5.2.0

(schmonz)

2022-05-30 20:08:56 UTC MAIN commitmail json YAML

Update to 5.2.0. From the changelog:

- Better support for multiple approvals per test
- Added `verify_exception`
- Exception utilities
- Options supports `with_namer`
- You can now create Verifiable objects, which know how to verify themselves
- Also added remove_indentation_from.
- Note: this breaks backwards compatibility with 5.1.0 by moving
  `multiline_string_utils` into a new namespace (`approvals/utilities`)

(schmonz)

2022-05-30 18:59:42 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6638 - requested by khorben
www/gitea: security fix

Revisions pulled up:
- www/gitea/Makefile                                            1.73
- www/gitea/distinfo                                            1.31
- www/gitea/go-modules.mk                                      1.2

---
  Module Name:    pkgsrc
  Committed By:  khorben
  Date:          Wed May 18 18:38:34 UTC 2022

  Modified Files:
          pkgsrc/www/gitea: Makefile distinfo go-modules.mk

  Log Message:
  gitea: update to 1.16.8

  This is a security update:

  * CVE-2022-30781
  * CVE-2022-27313
  * and more security issues fixed but without CVEs - see below

  XXX pull-up to pkgsrc-2022Q1

  Tested on NetBSD/amd64.

  Changes in 1.16.8:

  ENHANCEMENTS

  * Add doctor check/fix for bogus action rows (#19656) (#19669)
  * Make .cs highlighting legible on dark themes (#19604) (#19605)

  BUGFIXES

  * Fix oauth setting list bug (#19681)
  * Delete user related oauth stuff on user deletion too (#19677) (#19680)
  * Fix new release from tags list UI (#19670) (#19673)
  * Prevent NPE when checking repo units if the user is nil (#19625) (#19630)
  * GetFeeds must always discard actions with dangling repo_id (#19598) (#19629)
  * Call MultipartForm.RemoveAll when request finishes (#19606) (#19607)
  * Avoid MoreThanOne error when creating a branch whose name conflicts with other ref names (#19557) (#19591)
  * Fix sending empty notifications (#19589) (#19590)
  * Ignore DNS error when doing migration allow/block check (#19566) (#19567)
  * Fix issue overview for teams (#19652) (#19653)

  Changes in 1.16.7:

  SECURITY

  * Escape git fetch remote (#19487) (#19490) CVE-2022-30781

  BUGFIXES

  * Don't overwrite err with nil (#19572) (#19574)
  * On Migrations, only write commit-graph if wiki clone was successful (#19563) (#19568)
  * Respect DefaultUserIsRestricted system default when creating new user (#19310) (#19560)
  * Don't error when branch's commit doesn't exist (#19547) (#19548)
  * Support hostname:port to pass host matcher's check (#19543) (#19544)
  * Prevent intermittent race in attribute reader close (#19537) (#19539)
  * Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532)
  * Prevent dangling archiver goroutine (#19516) (#19526)
  * Fix migrate release from github (#19510) (#19523)
  * When view _Siderbar or _Footer, just display once (#19501) (#19522)
  * Fix blame page select range error and some typos (#19503)
  * Fix name of doctor fix "authorized-keys" in hints (#19464) (#19484)
  * User specific repoID or xorm builder conditions for issue search (#19475) (#19476)
  * Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466)
  * RepoAssignment ensure to close before overwrite (#19449) (#19460)
  * Set correct PR status on 3way on conflict checking (#19457) (#19458)
  * Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446)

  Changes in 1.16.6:

  ENHANCEMENTS

  * Only request write when necessary (#18657) (#19422)
  * Disable service worker by default (#18914) (#19342)

  BUGFIXES

  * When dumping trim the standard suffices instead of a random suffix (#19440) (#19447)
  * Fix DELETE request for non-existent public key (#19443) (#19444)
  * Don't panic on ErrEmailInvalid (#19441) (#19442)
  * Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) (#19438)
  * Warn on SSH connection for incorrect configuration (#19317) (#19437)
  * Search Issues via API, dont show 500 if filter result in empty list (#19244) (#19436)
  * When updating mirror repo intervals by API reschedule next update too (#19429) (#19433)
  * Fix nil error when some pages are rendered outside request context (#19427) (#19428)
  * Fix double blob-hunk on diff page (#19404) (#19405)
  * Don't allow merging PR's which are being conflict checked (#19357) (#19358)
  * Fix middleware function's placements (#19377) (#19378)
  * Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338)
  * Restore user autoregistration with email addresses (#19261) (#19312)
  * Move checks for pulls before merge into own function (#19271) (#19277)
  * Granular webhook events in editHook (#19251) (#19257)
  * Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248)
  * Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236)
  * Touch mirrors on even on fail to update (#19217) (#19233)
  * Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231)
  * Fix clone url JS error for the empty repo page (#19209)
  * Bump goldmark to v1.4.11 (#19201) (#19203)

  TESTING

  * Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228)

  BUILD

  * Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319)

  MISC

  * Performance improvement for add team user when org has more than 1000 repositories (#19227) (#19289)
  * Check go and nodejs version by go.mod and package.json (#19197) (#19254)

  Changes in 1.16.5:

  BREAKING

  * Bump to build with go1.18 (#19120 et al) (#19127)

  SECURITY

  * Prevent redirect to Host (2) (#19175) (#19186)
  * Try to prevent autolinking of displaynames by email readers (#19169) (#19183)
  * Clean paths when looking in Storage (#19124) (#19179)
  * Do not send notification emails to inactive users (#19131) (#19139)
  * Do not send activation email if manual confirm is set (#19119) (#19122)

  ENHANCEMENTS

  * Use the new/choose link for New Issue on project page (#19172) (#19176)

  BUGFIXES

  * Fix showing issues in your repositories (#18916) (#19191)
  * Fix compare link in active feeds for new branch (#19149) (#19185)
  * Redirect .wiki/* ui link to /wiki (#18831) (#19184)
  * Ensure deploy keys with write access can push (#19010) (#19182)
  * Ensure that setting.LocalURL always has a trailing slash (#19171) (#19177)
  * Cleanup protected branches when deleting users & teams (#19158) (#19174)
  * Use IterateBufferSize whilst querying repositories during adoption check (#19140) (#19160)
  * Fix NPE /repos/issues/search when not signed in (#19154) (#19155)
  * Use custom favicon when viewing static files if it exists (#19130) (#19152)
  * Fix the editor height in review box (#19003) (#19147)
  * Ensure isSSH is set whenever DISABLE_HTTP_GIT is set (#19028) (#19146)
  * Fix wrong scopes caused by empty scope input (#19029) (#19145)
  * Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141)
  * Handle email address not exist (#19089) (#19121)

  MISC

  * Update json-iterator to allow compilation with go1.18 (#18644) (#19100)
  * Update golang.org/x/crypto (#19097) (#19098)

  Changes in 1.16.4:

  SECURITY

  * Restrict email address validation (#17688) (#19085)
  * Fix lfs bug (#19072) (#19080)

  ENHANCEMENTS

  * Improve SyncMirrors logging (#19045) (#19050)

  BUGFIXES

  * Refactor mirror code & fix StartToMirror (#18904) (#19075)
  * Update the webauthn_credential_id_sequence in Postgres (#19048) (#19060)
  * Prevent 500 when there is an error during new auth source post (#19041) (#19059)
  * If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) (#19056)
  * Fix flag validation (#19046) (#19051)
  * Add pam account authorization check (#19040) (#19047)
  * Ignore missing comment for user notifications (#18954) (#19043)
  * Set rel="nofollow noindex" on new issue links (#19023) (#19042)
  * Upgrading binding package (#19034) (#19035)
  * Don't show context cancelled errors in attribute reader (#19006) (#19027)
  * Fix update hint bug (#18996) (#19002)

  MISC

  * Fix potential assignee query for repo (#18994) (#18999)

  Changes in 1.16.3:

  SECURITY

  * Git backend ignore replace objects (#18979) (#18980) CVE-2022-27313

  ENHANCEMENTS

  * Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) (#18938)

  BUGFIXES

  * Set max text height to prevent overflow (#18862) (#18977)
  * Fix newAttachmentPaths deletion for DeleteRepository() (#18973) (#18974)
  * Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case (#18897) (#18964)
  * Send 404 on /{org}.gpg (#18959) (#18962)
  * Fix admin user list pagination (#18957) (#18960)
  * Fix lfs management setting (#18947) (#18946)
  * Fix login with email panic when email is not exist (#18942)
  * Update go-org to v1.6.1 (#18932) (#18933)
  * Fix <strong> html in translation (#18929) (#18931)
  * Fix page and missing return on unadopted repos API (#18848) (#18927)
  * Allow adminstrator teams members to see other teams (#18918) (#18919)
  * Don't treat BOM escape sequence as hidden character. (#18909) (#18910)
  * Correctly link URLs to users/repos with dashes, dots or underscores (  (#18908)
  * Fix redirect when using lowercase repo name (#18775) (#18902)
  * Fix migration v210 (#18893) (#18892)
  * Fix team management UI (#18887) (18886)
  * BeforeSourcePath should point to base commit (#18880) (#18799)

  TRANSLATION

  * Backport locales from master (#18944)

  MISC

  * Don't update email for organisation (#18905) (#18906)

  Changes in 1.16.2:

  ENHANCEMENTS

  * Show fullname on issue edits and gpg/ssh signing info (#18828)
  * Immediately Hammer if second kill is sent (#18823) (#18826)
  * Allow mermaid render error to wrap (#18791)

  BUGFIXES

  * Fix ldap user sync missed email in email_address table (#18786) (#18876)
  * Update assignees check to include any writing team and change org sidebar (#18680) (#18873)
  * Don't report signal: killed errors in serviceRPC (#18850) (#18865)
  * Fix bug where certain LDAP settings were reverted (#18859)
  * Update go-org to 1.6.0 (#18824) (#18839)
  * Fix login with email for ldap users (#18800) (#18836)
  * Fix bug for get user by email (#18834)
  * Fix panic in EscapeReader (#18820) (#18821)
  * Fix ldap loginname (#18789) (#18804)
  * Remove redundant call to UpdateRepoStats during migration (#18591) (#18794)
  * In disk_channel queues synchronously push to disk on shutdown (#18415) (#18788)
  * Fix template bug of LFS lock (#18784) (#18787)
  * Attempt to fix the webauthn migration again - part 3 (#18770) (#18771)
  * Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707) (#18765)
  * Fix a broken link in commits_list_small.tmpl (#18763) (#18764)
  * Increase the size of the webauthn_credential credential_id field (#18739) (#18756)
  * Prevent dangling GetAttribute calls (#18754) (#18755)
  * Fix isempty detection of git repository (#18746) (#18750)
  * Fix source code line highlighting on external tracker (#18729) (#18740)
  * Prevent double encoding of branch names in delete branch (#18714) (#18738)
  * Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) (#18737)
  * Fix forked repositories missed tags (#18719) (#18735)
  * Fix release typo (#18728) (#18731)
  * Separate the details links of commit-statuses in headers (#18661) (#18730)
  * Update object repo with the migrated repository (#18684) (#18726)
  * Fix bug for version update hint (#18701) (#18705)
  * Fix issue with docker-rootless shimming script (#18690) (#18699)
  * Let MinUnitAccessMode return correct perm (#18675) (#18689)
  * Prevent security failure due to bad APP_ID (#18678) (#18682)
  * Restart zero worker if there is still work to do (#18658) (#18672)
  * If rendering has failed due to a net.OpError stop rendering (#18642) (#18645)

  TESTING

  * Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767)

  BUILD

  * Reduce CI go module downloads, add make targets (#18708, #18475, #18443) (#18741)

  MISC

  * Put buttons back in org dashboard (#18817) (#18825)
  * Various Mermaid improvements (#18776) (#18780)
  * C preprocessor colors improvement (#18671) (#18696)
  * Fix the missing i18n key for update checker (#18646) (#18665)

(bsiegert)

2022-05-30 16:34:47 UTC MAIN commitmail json YAML

Updated x11/wxGTK31, graphics/libpano13

(adam)

2022-05-30 16:32:47 UTC MAIN commitmail json YAML

Added security/R-sodium version 1.2.0

(mef)

2022-05-30 16:32:44 UTC MAIN commitmail json YAML

2022-05-30 16:31:11 UTC MAIN commitmail json YAML

wxGTK31: updated to 3.1.6

wxWidgets 3.1.6

New wxBitmapBundle class allowing to provide art work for both normal and high DPI in a simple way.
New wxUILocale class replacing the old (but still available) wxLocale, but not suffering from its multiple problems and providing more functionality.
Support for using native spell-checking in wxTextCtrl.
Support for undo/redo in wxTextCtrl in wxOSX.
Better drag-and-drop implementation in wxOSX.
Fixes for important bugs in wxDataViewCtrl under all platforms.
Many improvements and bug fixes for Wayland support in wxGTK.
Support for the latest OS versions (Windows 11, macOS 12) and compilers (MSVS 2022, gcc 12, clang 13).
Project bug tracker has been moved to GitHub Issues.

(adam)

2022-05-30 16:30:25 UTC MAIN commitmail json YAML

(security/R-soduim) import R-sodium-1.2.0

Bindings to 'libsodium': a modern, easy-to-use software library for
encryption, decryption, signatures, password hashing and more. Sodium
uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel
Bernstein, which has become very popular after it was discovered that
the NSA had backdoored Dual EC DRBG.

(mef)

2022-05-30 16:01:46 UTC MAIN commitmail json YAML

Updated sysutils/libnotify, graphics/lensfun

(adam)

2022-05-30 16:00:14 UTC MAIN commitmail json YAML

lensfun: updated to 0.3.3

v0.3.3
New maintenance release for the 0.3.x branch. Includes all new cameras and lenses.

(adam)

2022-05-30 15:58:31 UTC MAIN commitmail json YAML

libnotify: updated to 0.7.12

New in 0.7.12
============
* docs/notify-send: Add --transient option to manpage
* notify-send: Move server capabilities check to a separate function
* notify-send: Add debug message about server not supporting persistence
* notification: Include sender-pid hint by default if not provided
* Delete unused notifynotification.xml
* notification: Bookend calling NotifyActionCallback with temporary ref

New in 0.7.11
=============
* Fix potential build errors with old glib version we require
* notify-send: Add support for boolean hints
* notify-send: Support passing any hint value, by parsing variant strings
* notify-send: Add explicit option to create transient notifications

New in 0.7.10
=============
* notify-send: Support commas in icon filenames
* notify-send: Give failing exit code if showing notification fails
* notify-send: Support for replacing an existing notification
* notify-send: Add option to wait until notification has been closed
* notify-send: Add support for notification actions and responses
* notification: Send the application ID when possible
* notification: Use g_memdup2 when available
* notification: Improve SNAP detection and confined desktop ID
* notification: Add support for getting actions activation token
* notify: Use application ID if any to set the fallback app name
* Build fixes and improvements
* Docs updates

(adam)

2022-05-30 15:18:36 UTC MAIN commitmail json YAML

doc: Updated benchmarks/R-microbenchmark to 1.4.9

(mef)

2022-05-30 15:18:26 UTC MAIN commitmail json YAML

(benchmarks/R-microbenchmark) NEWS.md, ChangeLog unknown

(mef)

2022-05-30 15:11:47 UTC MAIN commitmail json YAML

doc: Updated devel/R-xfun to 0.31

(mef)

2022-05-30 15:11:36 UTC MAIN commitmail json YAML

(devel/R-xfun) Updated 0.30 to 0.31

# CHANGES IN xfun VERSION 0.31

- `github_releases(use_jsonlite = FALSE)` supports R versions below 4.1.0 now.

- `session_info()` silently drops empty package names now (thanks, @phargarten2, #65).

(mef)

2022-05-30 15:06:00 UTC MAIN commitmail json YAML

Added benchmarks/R-bench version 1.1.2

(mef)

2022-05-30 15:04:24 UTC MAIN commitmail json YAML

(benchmarks/R-bench) import R-bench-1.1.2

Tools to accurately benchmark and analyze execution times for R
expressions.

(mef)

2022-05-30 14:59:16 UTC MAIN commitmail json YAML

Added benchmarks/R-profmem version 0.6.0

(mef)

2022-05-30 14:54:19 UTC MAIN commitmail json YAML

(benchmarks/R-profmem) import R-profmem-0.6.0

A simple and light-weight API for memory profiling of R expressions.
The profiling is built on top of R's built-in memory profiler
('utils::Rprofmem()'), which records every memory allocation done by R
(also native code).

(mef)

2022-05-30 09:52:56 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-batteries to 3.5.1

(jaapb)

2022-05-30 09:52:47 UTC MAIN commitmail json YAML

Updated devel/ocaml-batteries to version 3.5.1.

Most updates are minor, but version 3.0.0 introduces a fair amount of
API-breaking changes. Version 3.3.0 also includes support for OCaml 4.12.
Full details in the ChangeLog file included in the distribution.

(jaapb)

2022-05-30 09:47:34 UTC MAIN commitmail json YAML

More build fixes for mef@

Upon further investigation, mef@ was right and the problem was in
make being called through dune.

(jaapb)

2022-05-30 09:33:15 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-bigstringaf to 0.9.0nb1

(jaapb)

2022-05-30 09:33:00 UTC MAIN commitmail json YAML

Build fixes for devel/ocaml-bigstringaf. Revbump.

The earlier fixes by mef@ (using make) don't solve the problem properly,
since the Makefile only calls dune anyway. However, it does so with
different parameters, most notably not using the -j parameter (leaving
dune to autodetect the number of jobs). That (and the fact that I can't
reproduce the problem) suggests to me that parallel building is the culpit.
I've disabled it for now and will file a bug upstream.

(jaapb)

2022-05-30 09:11:26 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-fpath to 0.7.3

(jaapb)

2022-05-30 09:11:18 UTC MAIN commitmail json YAML

Updated devel/ocaml-fpath to v0.7.3.

This version drops the ocaml-result dependency and adds support for
OCaml 4.12 (and higher).

(jaapb)

2022-05-30 09:09:34 UTC MAIN commitmail json YAML

Workaround a bug in NetBSD 9.99 kernel: don't pass the path to the
vnd block device to vnconfig, but the vnd name.
Bump PKGREVISION

(bouyer)

2022-05-29 21:44:13 UTC MAIN commitmail json YAML