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 (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 05:04:08 UTC Now

2023-12-17 07:04:25 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.8.5

(pin)

2023-12-17 07:03:50 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.8.5

0.8.5 (2023-12-14)
�洙イ Bug Fixes
    Preserve EXIF across formats when saving (ae855690)

笨ィ Features
    Support DNG files with tiff extension (b4db9a6d)
    New toast system to improve UI messages and notifications (9f8c6882)

(pin)

2023-12-17 07:02:57 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 1.0.0

(pin)

2023-12-17 07:02:37 UTC MAIN commitmail json YAML

audio/ncspot: update to 1.0.0

1.0.0 - 2023-12-16
Added
- Special color for unavailable items
- Changelog with all the relevant user-facing changes to the project
- info command line subcommand to show platform specific information
- Append Git commit hash to version string

Changed
- Improve error messages generated by the command line
- Build with crossterm terminal backend by default

  NOTE: On pkgsrc, termion is kept as default backend to avoid
  devel/ncursesw dependency.

- Move UNIX IPC socket from the user's cache path to the user's runtime
  directory
- Improve messages relating to errors in the configuration file

Fixed
- Crash when internal commands can't be handled
- Documentation for the behavior of the Ctrl+S keybinding
- Multiple instances interfering with each other's MPRIS implementation
- An unlikely crash when the UNIX IPC socket is removed before ncspot is closed
- Guaranteed crash while quiting ncspot when using MPRIS
- MPRIS volume not being updated when given numbers smaller than 0 or larger
  than 1
- Allow previous track via MPRIS if first track in queue is playing

(pin)

2023-12-17 07:01:51 UTC MAIN commitmail json YAML

doc: Updated graphics/matugen to 1.1.1

(pin)

2023-12-17 07:01:29 UTC MAIN commitmail json YAML

graphics/matugen: update to 1.1.1

[1.1.1] - 2023-12-14
Fixed
- red color being blue in generated file

[1.1.0] - 2023-12-14
Added
- add span of file in template render error
- add custom keywords

Fixed
- `--show-colors`, `--json` not showing without an image
- wrong hsl color in generated file
- do not open file before rendering template

(pin)

2023-12-17 07:00:39 UTC MAIN commitmail json YAML

doc: Updated sysutils/xcp to 0.15.0

(pin)

2023-12-17 07:00:21 UTC MAIN commitmail json YAML

sysutils/xcp: update to 0.15.0

v0.15.0
- No ChangeLog provided.

v0.14.0
- his release adds support for copying special files (i.e. unix socket,
  char-devices, etc.).

(pin)

2023-12-17 06:59:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/dua-cli to 2.23.0

(pin)

2023-12-17 06:59:06 UTC MAIN commitmail json YAML

doc: Updated sysutils/hexyl to 0.14.0

(pin)

2023-12-17 06:58:48 UTC MAIN commitmail json YAML

sysutils/hexyl: update to 0.14.0

Features
- New --character-table option, with the ability to use codepage 437,
  see #194 and #195 (@sharifhsn)
- New --character-table=ascii option for a ASCII-only character table,
  see #212 and #36 (@sharkdp)

Bugfixes
- Show output when doing hexyl /dev/zero, see #211 (@sharifhsn)
- Respect NO_COLOR environment variable, see #210 (@sharkdp)

(pin)

2023-12-17 06:57:45 UTC MAIN commitmail json YAML

Fix broken file

(pin)

2023-12-17 06:52:29 UTC MAIN commitmail json YAML

sysutils/dua-cli: update to 2.23.0

New Features

- display the total count of entries-to-be-deleted in the mark pane.
  This allows to better estimate how much work will be needed to perform
  the deletion.

  For example, when marking 3 items for deletion, previously one would see
  3 items marked, but now one will see all items and sub-items, like
  120kitems marked`, which reflects the work that will be done much more
  precisely.

- Add total size to header bar and change to aggregate, human-readable item count.
  This changes the display from (2034 items) to
  (2k items, 213 MB), providing an overview of the total amount
  of storage used along with the total amount of files on a particular
  hiearchy level.

Bug Fixes

- single files will not cause IO error
  Running dua <filename> will once again provide size information
  about that filename.

(pin)

2023-12-17 06:50:48 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Report to 1.36

(mef)

2023-12-17 06:50:38 UTC MAIN commitmail json YAML

(devel/p5-Log-Report) Updated 1.34 to 1.36

Unless noted otherwise, these changes where initiated and applied by
Mark Overmeer.

version 1.36: Fri 27 Oct 15:05:13 CEST 2023

Fixes:
- Adapt test to new Dancer2 numbering scheme. [Petr Pisar]

version 1.35: Fri 27 Oct 08:27:54 CEST 2023

Fixes:
- Try blocks will always capture fatal messages, even when not
  in the 'accept'-set. [Andy Beverley]
- Adapt to new Dancer2 numbering scheme. [Tom Hukins]

Improvements:
- Dancer2 process() will warn when used incorrectly. [Andy Beverley]

(mef)

2023-12-17 06:50:32 UTC MAIN commitmail json YAML

devel/cargo-modules: update to 0.13.0

[0.13.0] - 2023-12-14
Added
- Added dedicated top-level orphans command (replacing the now removed
  --orphans CLI flag) for detecting orphaned Rust source files within projects.

Changed
- Renamed generate tree command to structure, promoting it to a top-level
  command.
- Renamed generate graph command to dependencies, promoting it to a top-level
  command.
- Made structure command include types, traits, and fns by default
  Use --no-types, --no-traits, --no-fns to opt-out.
- Made dependencies command include uses, externs, types, traits, and fns by
  default. Use --no-modules, --no-uses, --no-externs, --no-types, --no-traits,
  --no-fns to opt-out.
- Updated dependencies:
    - rust-analyzer from 0.0.188 to 0.0.189

Removed
- Removed generate top-level CLI command, promoting its sub-commands to
  top-level commands.
- Removed the --orphans CLI flag from structure command (n辿e generate tree).
- Removed global CLI option --sysroot & --no-sysroot.
- Removed global CLI option --no-cfg-test.
- Removed CLI selection options for structure command:
    - Removed CLI option --types
    - Removed CLI option --traits
    - Removed CLI option --fns
    - Removed CLI option --tests
    - Removed CLI option --no-tests
    Removed CLI selection options for dependencies command:
    - Removed CLI option --modules
    - Removed CLI option --uses
    - Removed CLI option --externs
    - Removed CLI option --types
    - Removed CLI option --traits
    - Removed CLI option --fns
    - Removed CLI option --tests
    - Removed CLI option --no-tests

(pin)

2023-12-17 06:49:36 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.30.1

(pin)

2023-12-17 06:49:15 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.30.1

v1.30.1 - 2023-12-03
- nushell script: replace the deprecated def-env with def --env
  Thanks @melMass

(pin)

2023-12-17 06:02:35 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Dispatchouli to 3.007

(mef)

2023-12-17 06:02:24 UTC MAIN commitmail json YAML

(devel/p5-Log-Dispatchouli) Updated 3.006 to 3.007

3.007    2023-09-02 20:18:04-04:00 America/New_York
        - add the is_X methods to Proxy as they were on the root logger
          (thanks, Charlie Garrison)
        - in Log::Fmt tests, cope with the slightly different output of
          JSON::PP versus the XS implementations

(mef)

2023-12-17 05:50:02 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Any-Adapter-Screen to 0.141

(mef)

2023-12-17 05:49:51 UTC MAIN commitmail json YAML

(devel/p5-Log-Any-Adapter-Screen) Updated 0.140 to 0.141

0.141  2023-11-21  Released-By: PERLANCAR; Urgency: medium

        - Support parameter log_level (thanks Mikko Koivunalho).

          Log::Any adapters use parameter *log_level* instead of *min_level*. If
          both are present *min_level* takes precedence.

        - Mark distribution as up for adoption since I'm no longer using
          Log::Any.

(mef)

2023-12-17 05:47:16 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Any-Adapter-Callback to 0.102

(mef)

2023-12-17 05:47:03 UTC MAIN commitmail json YAML

(devel/p5-Log-Any-Adapter-Callback) Updated 0.101 to 0.102

0.102  2023-11-21  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - Mark distribution as up for adoption since I'm no longer using
          Log::Any.

(mef)

2023-12-17 05:44:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Lexical-SealRequireHints to 0.012

(mef)

2023-12-17 05:43:45 UTC MAIN commitmail json YAML

(devel/p5-Lexical-SealRequireHints) Updated 0.011 to 0.012

version 0.012; 2023-03-10

  * bugfix: comprehensive set of preemptive loads of modules for which
    a delayed load might have been compiled while loading this module

  * bugfix: if AutoLoader was loaded during (or before) loading this
    module, flush its compiled code and reload it, to make subsequent
    autoloads of *.al files not leak hints

  * bugfix: if utf8_heavy.pl was loaded during (or before) loading this
    module, flush its compiled code and reload it, to make subsequent
    loads of Unicode data files not leak hints

  * bugfix: perform preemptive loads, of modules for which a delayed
    load might have been compiled while loading this module, regardless
    of whether XS module loading was successful

  * bugfix: also work around hint leakage affecting do-file, which
    suffers exactly the same problem as require

  * correct thread behaviour: make the XS implementation behave the way
    the pure Perl implementation already did, by not applying workaround
    until it has been requested in a particular thread (including being
    requested pre-cloning in a thread from which this thread was cloned)

  * be more conservative about maintaining op tree structure

  * port to Perl 5.33.1, which defines a PERL_VERSION_GE() macro that
    clashes with the one this module previously had

  * delay the preemptive module loads, of modules potentially subject
    to early-compiled delayed loads, until applying the fix

  * update swash test for Perl 5.27.11, which avoids actually loading
    swashes most of the time

  * skip thread tests on some old versions of Perl (around 5.10.0) where
    a core bug makes thread creation violate an internal assertion and
    causes crashes

  * skip thread tests on pre-5.8.9 Perls where a core bug makes thread
    creation corrupt memory

  * skip thread tests on pre-5.8.3 Perls where a core bug makes thread
    completion break the global PL_sv_placeholder

  * in t/override.t, make the test overrides of require() provide the
    correct context to the file scope of each file being loaded

  * test the point at which the workaround goes into effect

  * in documentation, describe the bug affecting "do" on Perls 5.15.{5..7}

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

  * use full stricture in the module, now that delayed module loads
    compiled while loading this module are properly handled so there's
    no need to try avoiding them entirely

  * in XS, better argument parenthesisation in a macro

  * avoid some compiler warnings that arise on Perl 5.6

  * fix indentation in the reserve definition of wrap_op_checker()

(mef)

2023-12-17 03:41:47 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IPC-Shareable to 1.13

(mef)

2023-12-17 03:41:36 UTC MAIN commitmail json YAML

(devel/p5-IPC-Shareable) Updated 1.06 to 1.13

1.13    2022-10-11
    - In singleton(), do a check whether class was sent in. There was a shifting
      issue if called with IPC::Shareable::singleton() as opposed to
      IPC::Shareable->singleton()
    - When an exclusive collision occurs and both 'graceful' and 'warn' are set,
      the warning thrown now includes the segment/semaphore key in use. This
      makes it easier to clean things up with 'ipcrm'

1.12    2022-03-13
    - Add tests in t/07-new.t to test how using tied() against a dereferenced
      variable returned from new() allows access to the underlying
      IPC::Shareable object
    - Reworked how spawn() and unspawn() manage things internally
    - POD updates, fixes and clarifications
    - Removed spawn() and unspawn(). There's really no need for these as one
      can simply create but not destroy

1.11    2022-03-07
    - Fix certain tests so they don't throw if we bail early

1.10    2022-03-07
    - Fix issue where if segments were created underneath of a parent by an
      external process other than the process that created the parent, the
      global register wasn't being updated, therefore those segments weren't
      being removed when calling clean_up_all()
    - All test files now check number of segments before and after the entire
      script has run, verifying that all segments were cleaned up ok
    - The test suite itself in its entirety makes sure that all segments
      created during the suite run are cleaned up properly
    - Added CI_TESTING=1 to coverage CI tests

1.09    2022-03-06
    - Made 81-fork_dup_rand_keys.t developer only (but still need to figure out
      why it only fails on FreeBSD)

1.08    2022-03-04
    - Added 'protected' option and clean_up_protected(). If set, the cleanup
      methods, nor the automatic 'destroy' functionality will remove the segment
      the option was set in, nor any children created underneath of it. A call
      to clean_up_protected() is required to remove them
    - Updated attribute tests to include all available options
    - _shm_key_rand() now checks EXCLUSIVE_CHECK_LIMIT times to find a key for
      a free segment. It croaks if not
    - Added _shm_key_rand_int() so we can mock it to test the dup random key
      checks
    - Added build prereq of Mock::Sub to test the random key function

1.07    2022-03-04
    - When running in forked environments, _shm_key_rand() was consistently
      returning the same 'random' key to each forked process. We've fixed this
      issue, and added tests for it (fixed by adding a call to srand() before
      rand)
    - Move $SIG{CHLD} handlers to spawn() and unspawn() instead of having them
      global (fixes #15)
    - t/65-seg_size.t fails on 32-bit perls; Add a check and bail if we're on
      a perl < 64-bit (fixes #14)

(mef)

2023-12-17 01:51:14 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20231213

(gdt)

2023-12-17 01:51:05 UTC MAIN commitmail json YAML

ham/chirp: Update to 20231213

Upstream changes are, as always, bugfixes and minor improvements.

(gdt)

2023-12-16 23:41:52 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IO-Tty to 1.18

(mef)

2023-12-16 23:41:39 UTC MAIN commitmail json YAML

(devel/p5-IO-Tty) Updated 1.17 to 1.18

1.18 2023-11-27 Todd Rinaldo <toddr@cpan.org>
    * #35 - Address Freebsd build issue: Make function checks more robust within shared lib

(mef)

2023-12-16 23:31:48 UTC MAIN commitmail json YAML

doc: Updated devel/p5-IO-Prompter to 0.005001

(mef)

2023-12-16 23:30:54 UTC MAIN commitmail json YAML

(devel/p5-IO-Prompter) Updated 0.004015 to 0.005001

0.005000  Tue Jul  4 17:17:35 2023

    * Added -monitor option

    * Added -prefill option

    * Added -cancel option

    * Added support for 'ansiNNN' and 'rgbNNN' colour specifications
      within -style and -echostyle arguments

    * Improved error messages (some now indicate what the wrong argument was)

    * Removed all uses of given/when and smartmatching for compatibility with Perl 5.38+

0.005001  Mon Jul 17 06:54:17 2023

    * Removed all uses of continue;
      (Thanks, Alexander!)

(mef)

2023-12-16 23:23:50 UTC MAIN commitmail json YAML

Added devel/p5-match-simple version 0.012

(mef)

2023-12-16 23:21:45 UTC MAIN commitmail json YAML

devel/p5-match-simple: import p5-match-simple-0.012

match::smart provides a match operator |M| that acts like more or less
identically to the (as of Perl 5.18) deprecated smart match operator.

If you don't like the crazy Sub::Infix operator, you can alternatively
export a more normal function:

(mef)

2023-12-16 22:31:40 UTC MAIN commitmail json YAML

py-frozenlist: add missing tool

(wiz)

2023-12-16 22:25:30 UTC MAIN commitmail json YAML

doc: Added sysutils/fritzbox_exporter version 1.1.0

(wiz)

2023-12-16 22:25:21 UTC MAIN commitmail json YAML

sysutils/Makefile: + fritzbox_exporter

(wiz)

2023-12-16 22:25:07 UTC MAIN commitmail json YAML

sysutils/fritzbox_exporter: import fritzbox_exporter-1.1.0

This exporter exports some variables from an AVM Fritzbox to
prometheus.

This exporter is tested with a Fritzbox 7590 software version 07.12,
07.20 and 07.21.

(wiz)

2023-12-16 20:21:21 UTC MAIN commitmail json YAML

doc: Updated net/gh to 2.40.1

(bsiegert)

2023-12-16 20:21:07 UTC MAIN commitmail json YAML

gh: update to 2.40.1

Multiple Account Support

With the v2.40.0 release, multi-account support is introduced to gh for
GitHub.com and GitHub Enterprise and it is only the beginning!

This release focuses on several specific use cases:

-  adding multiple accounts for GitHub.com and GitHub Enterprise with gh auth
    login
-  switching manually between accounts for gh and git use with gh auth switch
-  seeing multiple accounts with gh auth status
-  logging out of accounts with gh auth logout

Future enhancements such as automatic account switching based on context and
more git automatic git configuration will be planned based on community
feedback.

For much more detail about the specific of multiple account support in this
release as well as a discussion of the sharp edges, please see this doc.

Please provide feedback in our release discussion.

(bsiegert)

2023-12-16 19:13:00 UTC MAIN commitmail json YAML

gtlib does not host kde anymore. removed.

(zafer)

2023-12-16 19:01:10 UTC MAIN commitmail json YAML

update master site

(zafer)

2023-12-16 15:59:41 UTC MAIN commitmail json YAML

update master site

(zafer)

2023-12-16 15:52:28 UTC MAIN commitmail json YAML

update master site and homepage

(zafer)

2023-12-16 15:46:44 UTC MAIN commitmail json YAML

2023-12-16 15:42:32 UTC MAIN commitmail json YAML

doc: Updated devel/hoe to 4.1.0

(taca)

2023-12-16 15:41:53 UTC MAIN commitmail json YAML

devel/hoe: update to 4.1.0

4.1.0 (2023-11-16)

1 minor enhancement:

* Added Hoe::Cov#cov_filter accessor.

2 bug fixes:

* Removed use of Gem.bin_wrapper. rdoc is now just rdoc.
* Removed use of Gem.default_exec_format. gem is now just gem.

(taca)

2023-12-16 15:18:19 UTC MAIN commitmail json YAML

doc: Added devel/ruby-minitest version 5.20.0

(taca)

2023-12-16 15:17:59 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-minitest

(taca)

2023-12-16 15:17:17 UTC MAIN commitmail json YAML

devel/ruby-minitest: add version 5.20.0

Re-add ruby-minitest package required by devel/hoe implicitly with ruby31.

5.20.0 (2023-09-06)

1 minor enhancement:

* Optionally allow autorun exit hook to remain active in forked
  child. (casperisfine)

(taca)

2023-12-16 14:58:52 UTC MAIN commitmail json YAML

add tag to find distfile

(zafer)

2023-12-16 14:02:20 UTC MAIN commitmail json YAML

doc: Updated devel/php-xdebug to 3.3.1

(taca)

2023-12-16 14:01:57 UTC MAIN commitmail json YAML

devel/php-xdebug: update to 3.3.1

3.3.1 (2023-12-14)

Fixed bugs:

* Fixed issue #2220: Test failure

* Fixed issue #2221: Crash when other extensions run PHP code without the
  stack being initialised yet

* Fixed issue #2223: Xdebug's constants are not available with
  `xdebug.mode=off`

* Fixed issue #2226: xdebug_get_function_stack(['from_exception']) does not
  always find stored trace

* Fixed issue #2227: Crash with return value and observers

* Fixed issue #2228: Return value can not be fetched with property_get if
  top frame is an internal function

(taca)

2023-12-16 12:17:10 UTC MAIN commitmail json YAML

Updated security/py-bcrypt, devel/py-lazy-object-proxy, devel/py-pebble, devel/py-frozenlist

(adam)

2023-12-16 12:16:24 UTC MAIN commitmail json YAML

py-frozenlist: updated to 1.4.1

1.4.1 (2023-12-15)
==================

Packaging updates and notes for downstreams
-------------------------------------------

- Declared Python 3.12 and PyPy 3.8-3.10 supported officially
  in the distribution package metadata.

- Replaced the packaging is replaced from an old-fashioned :file:`setup.py` to an
  in-tree :pep:`517` build backend -- by :user:`webknjaz`.

  Whenever the end-users or downstream packagers need to build ``frozenlist``
  from source (a Git checkout or an sdist), they may pass a ``config_settings``
  flag ``pure-python``. If this flag is not set, a C-extension will be built
  and included into the distribution.

  Here is how this can be done with ``pip``:

  .. code-block:: console

      $ python3 -m pip install . --config-settings=pure-python=

  This will also work with ``-e | --editable``.

  The same can be achieved via ``pypa/build``:

  .. code-block:: console

      $ python3 -m build --config-setting=pure-python=

  Adding ``-w | --wheel`` can force ``pypa/build`` produce a wheel from source
  directly, as opposed to building an ``sdist`` and then building from it.

(adam)

2023-12-16 12:16:10 UTC MAIN commitmail json YAML

update master sites and homepage

(zafer)

2023-12-16 12:12:06 UTC MAIN commitmail json YAML

update master site and homepage

(zafer)

2023-12-16 12:10:29 UTC MAIN commitmail json YAML

py-pebble: updated to 5.0.5

5.0.5

Fixes:
- issue 123: do not raise exception when returned from workers

Improvements:
- issue 122: slightly improve type hints

(adam)

2023-12-16 12:09:16 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Graph to 0.9727

(mef)

2023-12-16 12:08:47 UTC MAIN commitmail json YAML

(devel/p5-Graph) Updated 0.9725 to 0.9727

0.9727 2023-06-25
- fix biconnectivity to work with refvertexed (#29) - thanks @merkys for report

0.9726 2023-02-11
- fix subgraph of undirected (#28) - thanks @merkys for report

(mef)

2023-12-16 12:05:52 UTC MAIN commitmail json YAML

py-lazy-object-proxy: updated to 1.10.0

1.10.0 (2023-12-15)
-------------------

* Added Python 3.12 wheels.
* Dropped support for Python 3.7.
* Applied some reformatting and lint fixes using ruff to the codebase (mostly more Python 2 leftover cleanups).

(adam)

2023-12-16 12:01:18 UTC MAIN commitmail json YAML

py-bcrypt: updated to 4.1.2

4.1.2

Publish both py37 and py39 wheels. This should resolve some errors relating to initializing a module multiple times per process.

(adam)

2023-12-16 12:00:20 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Git-Version-Compare to 1.005

(mef)

2023-12-16 11:53:46 UTC MAIN commitmail json YAML

(devel/p5-Git-Version-Compare) Updated 1.004 to 1.005

1.005 2023-01-14 BOOK
    - Accepts Git non-standard version suffixes (GNUSTAVO)

(mef)

2023-12-16 11:46:22 UTC MAIN commitmail json YAML

2023-12-16 11:40:53 UTC MAIN commitmail json YAML

2023-12-16 11:40:47 UTC MAIN commitmail json YAML

2023-12-16 11:40:43 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Function-Parameters to 2.002004

(mef)

2023-12-16 11:40:33 UTC MAIN commitmail json YAML

(devel/p5-Function-Parameters) Updated 2.001003 to 2.002004

2.002004  2023-07-15
          - Remove 'perl -T' from tests. This way we can run on perls compiled
            without support for taint mode. The test didn't actually care about
            taint anyway.

2.002003  2023-04-19
          - Fix line numbers after inlined type checks (gh #42).
            Previously, the code for type checks was inlined literally, so if a
            particular check took 5 lines of code, all the following line
            numbers in the source file would be off by 5 (they would be "pushed
            down" by the interpolated code). These bad line numbers would show
            up in error messages from Perl (including warn and die) as well as
            __LINE__ and caller (and thus stack traces).

2.002002  2023-04-01
          - Work around old versions of ExtUtils::MakeMaker not providing
            is_make_type(), whose version dependency is undocumented (sigh).
          - Restrict GNU syntax for exporting variables to type 'gmake'; should
            fix building on BSD, Solaris, etc.
          - Declare dependency on ExtUtils::MakeMaker 7+ and remove
            compatibility code for older versions.

2.002001  2023-04-01
          - Fix (hopefully) Windows builds using nmake.exe.

2.002    2023-04-01
          - Provide //= for default arguments that are also used when the
            caller passes in undef.
          - Provide more type combinators in parameter declarations: In
            addition to | (union types), now ~ & / are also supported (for
            complement types, intersection types, and alternative types,
            respectively).
          - Enable type coercions. If a parameter has a declared type and that
            type supports coercions ($type->has_coercion returns true), call
            its ->coerce($value) method to transform arguments before type
            checking.
          - Enable inline type checks. If a parameter has a declared type and
            that type supports inlining ($type->can_be_inlined returns true),
            its inline code (as provided by ->inline_check('$value')) is baked
            into the function definition instead of a call to ->check($value).
            This may speed up type checks.
          - Move a big chunk of tests to xt/ (author testing only).
          - Remove xt/ from the distribution.
          - Enable parallel testing by default (with -j4).

2.001006  2023-03-27
          - Work around perl core issue GH#20950 (use re "eval" doesn't capture
            lexical %^H environment like eval() does and stringifies it
            instead) by downgrading the previous hard error to a warning (in
            the new category 'Function::Parameters') and switching
            Function::Parameters off in the affected scope.

2.001005  2023-01-27
          - Fix failures with perl 5.37.5 .. 5.37.6 caused by new internal
            opcode structure for anonymous subs.

2.001004  2023-01-20
          - Drop Dir::Self test dependency (use FindBin instead).

(mef)

2023-12-16 11:37:12 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-Valet to 1.11

(mef)

2023-12-16 11:37:02 UTC MAIN commitmail json YAML

(devel/p5-File-Valet) Updated 1.08 to 1.11

1.11 Thu Mar 16 20:24:31
- New function: find_first

1.10 Tue Jul 07 13:28:18
- Fixed rd_f for 32-bit platforms.

1.09 Tue Jul 05 12:51:42
- Fixed rd_f for dynamic files which return 0-byte size in stat() (eg: /proc/self/mstat).

(mef)

2023-12-16 11:34:45 UTC MAIN commitmail json YAML

2023-12-16 11:34:40 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-MimeInfo to 0.34

(mef)

2023-12-16 11:34:30 UTC MAIN commitmail json YAML

(devel/p5-File-MimeInfo)  Updated 0.33 to 0.34

0.34  2023-12-03
- Let `mimeopen` use File::DesktopEntrys run() instead of exec() to
  make sure the application is started in the background.
  Closes https://github.com/mbeijen/File-MimeInfo/issues/53

(mef)

2023-12-16 11:32:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-Listing to 6.16

(mef)

2023-12-16 11:31:50 UTC MAIN commitmail json YAML

(devel/p5-File-Listing) Updated 6.15 to 6.16

6.16      2023-07-12 15:22:25 -0600
  - Support dosftp listings with four-digit years (gh#3, gh#26)

(mef)

2023-12-16 11:29:48 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-Find-Object to 0.3.8

(mef)

2023-12-16 11:29:37 UTC MAIN commitmail json YAML

(devel/p5-File-Find-Object) Updated 0.3.7 to 0.3.8

0.3.8      2023-07-22
    - Fix use_ok() call.
        - https://github.com/shlomif/perl-file-find-object/pull/3
        - Thanks to @haarg .

(mef)

2023-12-16 11:10:11 UTC MAIN commitmail json YAML

doc: Updated devel/p5-EV to 4.34

(mef)

2023-12-16 11:09:59 UTC MAIN commitmail json YAML

(devel/p5-EV) Updated 4.33 to 4.34

4.34 Sun 08 Oct 2023 23:45:11 CEST
- the EV::stat->path method errornously freed the result, causing
          corruption (testcase by Carsten Witt).
        - new functino EV::Child::reinit.

(mef)

2023-12-16 11:07:47 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Dist-Zilla to 6.031

(mef)

2023-12-16 11:07:34 UTC MAIN commitmail json YAML

(devel/p5-Dist-Zilla) Updated 6.0.30 to 6.0.31

6.031    2023-11-20 19:49:23-05:00 America/New_York
        - avoid some warnings on platforms without symlinks; (thanks, reneeb!)

(mef)

2023-12-16 10:39:59 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-NYTProf to 6.14

(mef)

2023-12-16 10:39:49 UTC MAIN commitmail json YAML

(devel/p5-Devel-NYTProf) Updated 6.12 to 6.14

  Changes in Devel::NYTProf 6.14 - 18th Oct 2023
    There should be no significant differences in the performance of
    Devel-NYTProf from that of the previous release. This release is
    primarily maintenance- focused.

    More build-time warnings using recent versions of C compilers have been
    eliminated, particularly with recent production releases of Perl. Thanks
    to Karl Williamson for guidance on updating ppport.h and using it to
    update NYTProf.xs.

  Changes in Devel::NYTProf 6.13 - 10th Oct 2023
    There should be no significant differences in the performance of
    Devel-NYTProf from that of the previous release. This release is
    primarily maintenance- focused.

    The largest difference in the distribution is the removal of the
    nytprofpf program (GH 206
    <https://github.com/timbunce/devel-nytprof/pull/206>). This program was
    written for an open-source software competition which is no longer being
    held.

    Other changes include:

    Removal of remaining reference to Travis CI (GH 202
    <https://github.com/timbunce/devel-nytprof/pull/202>).

    Elimination of 'bad-function-cast' warnings during 'make' (GH 205
    <https://github.com/timbunce/devel-nytprof/pull/205>).

    Correction of typographic error in nytprofhtml thanks to Amory Meltzer
    (GH 210 <https://github.com/timbunce/devel-nytprof/pull/210>).

    Depending on Per version, skip one test file that was exercising 'given'
    and 'when' keywords (now deprecated) (GH 211
    <https://github.com/timbunce/devel-nytprof/pull/211>).

    Elimination of the 'register' keyword from NYTProf.xs (partial
    resolution of GH 191
    <https://github.com/timbunce/devel-nytprof/issues/191>) which is
    forbidden as of ISO C++17.

(mef)

2023-12-16 10:26:22 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-CallChecker to 0.009

(mef)

2023-12-16 10:26:12 UTC MAIN commitmail json YAML

(devel/p5-Devel-CallChecker) Updated 0.008 to 0.009

version 0.009; 2023-04-10

  * port to Perl 5.33.1, which defines a PERL_VERSION_GE() macro that
    clashes with the one this module previously had

  * skip thread tests on some old versions of Perl (around 5.10.0) where
    a core bug makes thread creation violate an internal assertion and
    causes crashes

  * skip thread tests on pre-5.8.9 Perls where a core bug makes thread
    creation corrupt memory

  * skip thread tests on pre-5.8.3 Perls where a core bug makes thread
    completion break the global PL_sv_placeholder

  * put whitespace around C string literals being pasted, for C++11
    compatibility

  * avoid using C preprocessor directives inside a macro argument list
    (which is not valid)

  * in XS code in the test suite, when croaking, avoid using __FILE__
    as part of a format string, in case it includes a metacharacter

  * document the intended scope of this module's backporting effort

  * fix a documentation wording glitch

  * in XS declare as const some data that never changes

  * refactor thread tests

  * in XS, refactor Perl version comparisons

  * in XS, rename some macros for better style

  * in XS, better argument parenthesisation in some macros

  * avoid some compiler warnings

  * in .gitignore, list temporary files produced by test XS compilation

(mef)

2023-12-16 10:23:57 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Data-Printer to 1.001001

(mef)

2023-12-16 10:23:47 UTC MAIN commitmail json YAML

(p5-Data-Printer) Updated 1.000004 to 1.001001

1.1.1  2023-07-30
    BUG FIXES:
        - explicitly mentions that native perl classes (perl 5.38) do not
          have internals.
        - 'quiet' now returns the data properly when return_value is 'pass'.
        - cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
        - fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
          Leon Timmermans for providing a patch)
        - doc fixes and improvements (Matthias Muth, Elvin Aslanov)

1.1.0  2022-12-22
    NEW FEATURES:
        - new option 'coderef_stub' letting you customize what to show on
          non-deparsed coderefs (default: 'sub { ... }')
        - new option 'coderef_undefined' that checks if a given coderef points
          to an existing reference at the time of inspection. Defaults to
          '<undefined coderef>'. Set to 0 to disable this check.
        - basic Object::Pad support.
        - new option class.show_wrapped to expose methods modified with before,
          after, around (Moose only for now)
        - new option 'quiet' to avoid traversal and silence all output
          from p() and np().
        - new option 'live_update' to reload .dataprinter whenever
          you make changes to it, applying them without needing to
          restart your code.
    BUG FIXES:
        - properly shows inherited Moo(se) attributes.
        - fix $@ clobbering when checking available modules.
        - class.sort_methods also sorts attributes and roles.
        - improved color reset.
        - $DDP::VERSION is now hardcoded to avoid issues with PAUSE.

(mef)

2023-12-16 10:20:20 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Data-Munge to 0.10

(mef)

2023-12-16 10:20:07 UTC MAIN commitmail json YAML

(devel/p5-Data-Munge) Updated 0.097 to 0.10

0.10    2023-03-21
        * Drop dependency on 'base' and 'Test::More'; switch to 'Test2::V0'
          instead.
        * Update links in documentation.
        * Autogenerate README from POD.

(mef)

2023-12-16 10:17:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Curses to 1.44

(mef)

2023-12-16 10:16:49 UTC MAIN commitmail json YAML

(devel/p5-Curses) Updated 1.38 to 1.44

New in 1.44 (Released March 07, 2023)

  Implement A_ITALIC

New in 1.43 (Released December 08, 2022)

  Fix missing file introduced in 1.42 that prevents all builds from working.

New in 1.42 (Released December 07, 2022)

  Add missing return type declarations so it works with modern C compilers.

  Fix build failure with newer compilers: test compiles to find Curses library
  capabilities fail because necessary header files are not included because
  C_PANELFUNCTION etc are not defined because the test compiles do not include
  CursesFun.h, which they can't because the test compiles are part of creating
  CursesFun.h.  Solution: put C_PANELFUNCTION, etc in new config.h.

  Rename test.syms program to testsyms, because it is a more conventional
  name format.

New in 1.41 (Released August 18, 2022)

  Fix bug in previous release causing non-GNU make to fail.

New in 1.40 (Released August 17, 2022)

  Make passes make variables to 'test.syms' in environment instead of
  'test.syms' reading and trying to interpret the make file.  This makes it
  possible to override e.g. LDLOADLIBS on the make command line.  Also makes
  it less icky.

  Fix compile errors in cdemo.c: 'sleep' not defined, argument count is not
  type int.

  Fix make file for cdemo so it doesn't use the Perl compile rule for cdemo.o.

  Split ChangeLog file out of HISTORY file.

New in 1.39 (Released August 11, 2022)

  Add #include <stdbool.h> to top of Curses.c to fix a conflict between the
  Curses header files and Perl header files that causes a "loadable library
  and perl binaries are mismatched" / handshake key failure when you try to
  load the Perl module.

(mef)

2023-12-16 10:04:23 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Config-Tiny to 2.30

(mef)

2023-12-16 10:04:13 UTC MAIN commitmail json YAML

(devel/p5-Config-Tiny) Updated 2.29 to 2.30

2.30  2023-10-12T17:17:08
- As of V 2.30, this module supports an array syntax for cases where you wish to
assign an array of values to a key.
- See the new POD section called ARRAY SYNTAX.
- See also the updated question in the FAQ: What happens if a key is repeated?
- See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf.
- In each case, search for the word greetings to find the new code samples.
- This patch was kindly provided by Steven Schoch, with some additions by Ron Savage.

(mef)

2023-12-16 10:01:41 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Config-MVP-Reader-INI to 2.101465

(mef)

2023-12-16 10:01:30 UTC MAIN commitmail json YAML

(devel/p5-Config-MVP-Reader-INI) Updated 2.101464 to 2.101465

2.101465  2022-12-31 21:26:16-05:00 America/New_York
        - update author contact info

(mef)

2023-12-16 09:58:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Config-MVP to 2.200013

(mef)

2023-12-16 09:57:50 UTC MAIN commitmail json YAML

(devel/p5-Config-MVP) Updated 2.200013

2.200013  2022-12-31 13:48:05-05:00 America/New_York
        - update packaging and metadata
        - minimum required Perl is now v5.12
        - I know, there are still some open issues at this point, but I am
          mostly looking to get metadata updated on many dists, and not
          carefully reading bug reports.  Sorry!

(mef)

2023-12-16 09:56:37 UTC MAIN commitmail json YAML

qt6-qtbase: fix build on systems that don't have everything for kmsegldevice (X11_TYPE=native on NetBSD 9)

(nros)

2023-12-16 09:53:18 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Config-INI to 0.029

(mef)

2023-12-16 09:53:06 UTC MAIN commitmail json YAML

(devel/p5-Config-INI) Updated 0.028 to 0.029

0.029    2023-01-13 20:57:41-05:00 America/New_York
        - fix typo in Pod
        - slightly clean up some archaicisms in source

(mef)

2023-12-16 09:23:27 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Config-Any to 0.33

(mef)

2023-12-16 09:23:14 UTC MAIN commitmail json YAML

(devel/p5-Config-Any) Updated 0.32 to 0.33

0.33 - 2023-05-03
    - update docs describe which modules are needed for which formats
    - update Config::General requirement for conf files to a non-broken
      version (2.48)
    - don't try to upgrade old Config::General versions
    - fix is_supported method verifying the version of required modules
    - documentation cleanups

(mef)

2023-12-16 09:20:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Commandable to 0.11

(mef)

2023-12-16 09:20:04 UTC MAIN commitmail json YAML

(devel/p5-Commandable) Updated 0.10 to 0.11

0.11    2023-06-08
        [CHANGES]
        * Added `$finder->find_and_invoke_list` convenience
        * Print information about `[no-]` prefix for negatable options in
          `help` output
        * Optionally require that options all come before non-option
          arguments
        * Optionally allow bundling of single-letter boolean options
        * Convert hyphens in option names to underscores when inserting their
          value into the options hash
        * Support integer-type checking in options
        * Added various docs

        [BUGFIXES]
        * Ensure that `$cinv->putback_tokens` escapes quotes

(mef)

2023-12-16 09:17:58 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Carton to 1.0.35

(mef)

2023-12-16 09:17:47 UTC MAIN commitmail json YAML

(devel/p5-Carton) Updated 1.0.34 to 1.0.35

v1.0.35  2022-05-06 18:36:17 PDT
        - add $snapshot->remove_distributions to use from Carmel

(mef)

2023-12-16 09:14:00 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Cache-Memcached-Fast to 0.28

(mef)

2023-12-16 09:13:49 UTC MAIN commitmail json YAML

(devel/p5-Cache-Memcached-Fast) Updated 0.27 to 0.28

0.28 2022-10-01

    - Tidy & port the test suite to Test2::V0.
    - Lots of internal simplifications and cleanups.
    - Bump minimum Perl to 5.12.

(mef)

2023-12-16 08:54:09 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-fritz_exporter to 2.3.1

(wiz)

2023-12-16 08:53:58 UTC MAIN commitmail json YAML

py-fritz_exporter: update to 2.3.1.

### Bug Fixes

* add type hints to data_donation.py

### Documentation

* **homeauto:** explicitly mention missing metrics

(wiz)

2023-12-16 08:01:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-fritz_exporter to 2.3.0nb1

(wiz)

2023-12-16 08:00:51 UTC MAIN commitmail json YAML

2023-12-16 07:18:09 UTC MAIN commitmail json YAML

2023-12-16 07:08:54 UTC MAIN commitmail json YAML

2023-12-16 05:12:28 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-csv to 3.2.8

(taca)

2023-12-16 05:11:43 UTC MAIN commitmail json YAML

textproc/ruby-csv: update to 3.2.8

3.2.8 (2023-11-08)

Improvements

* Added CSV::InvalidEncodingError.

  Patch by Kosuke Shibata.

  GH-287

Thanks

* Kosuke Shibata

(taca)

2023-12-16 00:02:57 UTC MAIN commitmail json YAML

2023-12-15 19:05:01 UTC MAIN commitmail json YAML

doc: Added sysutils/py-fritz_exporter version 2.3.0

(wiz)

2023-12-15 19:04:49 UTC MAIN commitmail json YAML

ysutils/Makefile: + py-fritz_exporter

(wiz)

2023-12-15 19:04:40 UTC MAIN commitmail json YAML

sysutils/py-fritz_exporter: import py-fritz_exporter-2.3.0

This is a prometheus exporter for AVM Fritz! home network devices
commonly found in Europe. This exporter uses the devices builtin
TR-064 API via the fritzconnection python module.

The exporter should work with Fritz!Box and Fritz!Repeater Devices
(and maybe others). It actively checks for supported metrics and
queries the for all devices configured (Yes, it has multi-device
support for all you Mesh users out there.)

(wiz)

2023-12-15 19:03:53 UTC MAIN commitmail json YAML

py-fritzconnection: add ALTERNATIVES

(wiz)

2023-12-15 19:00:51 UTC MAIN commitmail json YAML

doc: Added net/py-fritzconnection version 1.13.2

(wiz)

2023-12-15 19:00:38 UTC MAIN commitmail json YAML

net/Makefile: + py-fritzconnection

(wiz)

2023-12-15 19:00:32 UTC MAIN commitmail json YAML

net/py-fritzconnection: import py-fritzconnection-1.13.2

Python-Interface to communicate with the AVM Fritz!Box. Supports
the TR-064 protocol, the (AHA-)HTTP-Interface and also allows
call-monitoring.

(wiz)

2023-12-15 18:38:37 UTC MAIN commitmail json YAML

update master site

(zafer)

2023-12-15 18:35:57 UTC MAIN commitmail json YAML

doc: Updated www/grafana to 10.1.0nb7

(wiz)

2023-12-15 18:35:48 UTC MAIN commitmail json YAML

grafana: start grafana a different way so rc.d script's status command works

'grafana-server ...' ends up starting 'grafana server ...' which made the
process name check fail

Bump PKGREVISION.

(wiz)

2023-12-15 18:23:29 UTC MAIN commitmail json YAML

2023-12-15 18:16:32 UTC MAIN commitmail json YAML

2023-12-15 17:58:52 UTC MAIN commitmail json YAML

2023-12-15 17:58:18 UTC MAIN commitmail json YAML

grafana: remove orig file

(wiz)

2023-12-15 17:40:06 UTC MAIN commitmail json YAML

comms/asterisk20: Add pgsql PLIST entries from asterisk18

(Restores build of pgsql option.)

(gdt)

2023-12-15 17:25:14 UTC MAIN commitmail json YAML

lip6.fr is incomplete. update.

(zafer)

2023-12-15 16:57:29 UTC MAIN commitmail json YAML

point master sites to archive

(zafer)

2023-12-15 16:11:22 UTC MAIN commitmail json YAML

comms/asterisk20: Add jabber PLIST entries

These were missing compared to previous versions.

(gdt)

2023-12-15 15:06:48 UTC MAIN commitmail json YAML

grafana: update default config to disable two phone-home settings

Bump PKGREVISION.

(wiz)

2023-12-15 15:00:24 UTC MAIN commitmail json YAML

doc: Updated databases/prometheus to 2.40.5nb14

(wiz)

2023-12-15 15:00:09 UTC MAIN commitmail json YAML

prometheus: create necessary data and log dirs; add user; add rc.d script

XXX: adapt smf script for log path?

Bump PKGREVISION.

(wiz)

2023-12-15 14:18:17 UTC MAIN commitmail json YAML

comms/asterisk20: Patch out use of GNU sed extensions

Relace \b with [:space:], as specified by POSIX.  Resolves failure to
build with BSD sed, so drop the USE_TOOLS.

(gdt)

2023-12-15 13:53:13 UTC MAIN commitmail json YAML

2023-12-15 13:51:08 UTC MAIN commitmail json YAML

verify-synopsis: downgrade myself to MAINTAINER

(wiz)

2023-12-15 13:50:36 UTC MAIN commitmail json YAML

mopac: pkgsrc-users can't be OWNER, make it MAINTAINER

(wiz)

2023-12-15 13:49:38 UTC MAIN commitmail json YAML

2023-12-15 13:48:13 UTC MAIN commitmail json YAML

2023-12-15 13:31:55 UTC MAIN commitmail json YAML

comms/asterisk20: Use gsed as a TOOL

To be reported upstream.

(gdt)

2023-12-15 13:26:51 UTC MAIN commitmail json YAML

vamp-plugin-sdk: fix shlib rpaths on macOS.

(schmonz)

2023-12-15 13:19:03 UTC MAIN commitmail json YAML

doc: mark some asterisk versions as EOL

(wiz)

2023-12-15 13:16:28 UTC MAIN commitmail json YAML

gpac not an update, just a build fix.

(schmonz)

2023-12-15 13:13:23 UTC MAIN commitmail json YAML

doc: asterisk vuln

(wiz)

2023-12-15 13:05:58 UTC MAIN commitmail json YAML

doc: Updated multimedia/gpac to 1.0.1nb17

(schmonz)

2023-12-15 13:05:53 UTC MAIN commitmail json YAML

2023-12-15 12:57:45 UTC MAIN commitmail json YAML

comms/asterisk16: Add gsed as a TOOL

Without gsed, the build fails on NetBSD 10 with a sed error about a
trailing backslash.  (Because this version is EOL, I am skipping
figuring out why, fixing, and reporting upstream.)

(gdt)

2023-12-15 12:52:17 UTC MAIN commitmail json YAML

comms/asterisk16: Update DESCR with EOL status

Change to past tense, and update versions URL.

(gdt)

2023-12-15 09:48:18 UTC MAIN commitmail json YAML

Updated math/py-pandas, math/py-statsmodels

(adam)

2023-12-15 09:48:02 UTC MAIN commitmail json YAML

py-statsmodels: updated to 0.14.1

Release 0.14.1

This is a bug-fix and compatability focused release. There are two enhancements to the graphics module.

(adam)

2023-12-15 09:29:59 UTC MAIN commitmail json YAML

py-pandas: updated to 2.1.4

What窶冱 new in 2.1.4

Fixed regressions

Fixed regression when trying to read a pickled pandas DataFrame from pandas 1.3

Bug fixes

Bug in Series constructor raising DeprecationWarning when index is a list of Series
Bug in Series when trying to cast date-like string inputs to ArrowDtype of pyarrow.timestamp
Bug in DataFrame.apply() where passing raw=True ignored args passed to the applied function
Bug in Index.__getitem__() returning wrong result for Arrow dtypes and negative stepsize
Fixed bug in to_numeric() converting to extension dtype for string[pyarrow_numpy] dtype
Fixed bug in DataFrameGroupBy.min() and DataFrameGroupBy.max() not preserving extension dtype for empty object
Fixed bug in DataFrame.__setitem__() casting Index with object-dtype to PyArrow backed strings when infer_string option is set
Fixed bug in DataFrame.to_hdf() raising when columns have StringDtype
Fixed bug in Index.insert() casting object-dtype to PyArrow backed strings when infer_string option is set
Fixed bug in Series.__ne__() resulting in False for comparison between NA and string value for dtype="string[pyarrow_numpy]"
Fixed bug in Series.mode() not keeping object dtype when infer_string is set
Fixed bug in Series.reset_index() not preserving object dtype when infer_string is set
Fixed bug in Series.str.split() and Series.str.rsplit() when pat=None for ArrowDtype with pyarrow.string
Fixed bug in Series.str.translate() losing object dtype when string option is set

(adam)

2023-12-15 05:34:38 UTC MAIN commitmail json YAML

Updated devel/py-coverage, devel/py-prompt_toolkit

(adam)

2023-12-15 05:34:21 UTC MAIN commitmail json YAML

py-prompt_toolkit: updated to 3.0.43

3.0.43: 2023-12-13

Fixes:
- Fix regression on Pypy: Don't use `ctypes.pythonapi` to restore SIGINT if not
  available.

(adam)

2023-12-15 05:25:38 UTC MAIN commitmail json YAML

py-coverage: updated to 7.3.3

Version 7.3.3 — 2023-12-14
--------------------------

- Fix: function definitions with multi-line signatures can now be excluded by
  matching any of the lines, closing `issue 684`_.  Thanks, `Jan Rusak,
  Maciej Kowalczyk and Joanna Ejzel <pull 1705_>`_.

- Fix: XML reports could fail with a TypeError if files had numeric components
  that were duplicates except for leading zeroes, like ``file1.py`` and
  ``file001.py``.  Fixes `issue 1709`_.

- The ``coverage annotate`` command used to announce that it would be removed
  in a future version. Enough people got in touch to say that they use it, so
  it will stay.  Don't expect it to keep up with other new features though.

- Added new :ref:`debug options <cmd_run_debug>`:

  - ``pytest`` writes the pytest test name into the debug output.

  - ``dataop2`` writes the full data being added to CoverageData objects.

(adam)

2023-12-14 22:54:24 UTC MAIN commitmail json YAML

kdiff3: add a comment concerning GCC support

(gutteridge)

2023-12-14 22:47:16 UTC MAIN commitmail json YAML

doc: Updated devel/kdiff3 to 1.10.7

(gutteridge)

2023-12-14 22:47:05 UTC MAIN commitmail json YAML

kdiff3: update to 1.10.7

No change log provided by upstream. (In fact, they also forgot to bump
the internal versioning, which still reports 1.10.6.)

(gutteridge)

2023-12-14 20:08:29 UTC MAIN commitmail json YAML

grafana: fix license

This was relicensed a couple years ago to AGPL;
some parts are still apache and some vendored code is MIT.

(wiz)

2023-12-14 16:59:28 UTC MAIN commitmail json YAML

chat/matrix-synapse: Freshen comment about (bad) test situation

The problem is the test infrastructure, not actual synapse problems.

(gdt)

2023-12-14 16:54:51 UTC MAIN commitmail json YAML

chat/matrix-synapse: Hoist cargo update to target from comment

No real change, but "make update-cargo" is easier than cut-and-paste.

(Perhaps this should be hoisted further into cargo infrastructure.)

(gdt)

2023-12-14 16:53:10 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.98.0

(gdt)

2023-12-14 16:50:15 UTC MAIN commitmail json YAML

chat/matrix-synapse: Update to 1.98.0

Synapse 1.98.0 (2023-12-12)

Synapse 1.98.0 will be the last Synapse release in 2023; the regular
release cadence will resume in January 2024.

Synapse will soon be forked by Element under an AGPLv3.0 licence (with CLA, for
proprietary dual licensing). You can read more about this here:

    https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
    https://element.io/blog/element-to-adopt-agplv3/

The Matrix.org Foundation copy of the project will be archived. Any changes needed
by server administrators will be communicated via our usual announcements channels,
but we are striving to make this as seamless as possible.

Features

  - Synapse now declares support for Matrix v1.7, v1.8, and
    v1.9. (#16707)

  - Add on_user_login module API callback for when a user logs
    in. (#15207)

  - Support MSC4069: Inhibit profile propagation. (#16636)

  - Restore tracking of requests and monthly active users when
    delegating authentication via MSC3861 to an OIDC
    provider. (#16672)

  - Add an autojoin setting for server notices rooms, so users may be
    joined directly instead of receiving an invite. (#16699)

  - Follow redirects when downloading media over federation (per
    MSC3860). (#16701)

(gdt)

2023-12-14 15:58:34 UTC MAIN commitmail json YAML

x11/py-sip: Take co-MAINTAINERship

(rhialto@ and I both need this for different depending packages and
have discussed privately.)

ok rhialto@

(gdt)

2023-12-14 15:52:35 UTC MAIN commitmail json YAML

doc: Updated x11/ruby-tk to 0.5.0

(taca)

2023-12-14 15:52:04 UTC MAIN commitmail json YAML

x11/ruby-tk: update to 0.5.0

0.5.0 ((2023-11-09)

* Add support for tcl/tk 8.6.

* Removed getMultipleSaveFile since it does not work on any of the offered
  ActiveTcl distros (8.6 and 8.5).

* Fix patterns in extconf to terminate version number ranges.

* Set RUN_EVENTLOOP_ON_MAIN_THREAD to true in more cases.

* Replace st_foreach_check uses with rb_hash_foreach.

* Update widget: Fix mismatch on setting of encoding.  Encoding of Japanese
  demo files are converted from EUC-JP to UTF-8.  But codes on "widget"
  command expect EUC-JP.

* Avoid warning on Ruby 3.2.

* And several bug fixes.

(taca)

2023-12-14 15:44:44 UTC MAIN commitmail json YAML

doc: Updated devel/php-xdebug to 3.3.0

(taca)

2023-12-14 15:44:20 UTC MAIN commitmail json YAML

devel/php-xdebug: update to 3.3.0

3.3.0 (2023-11-30)

New features:

* Fixed issue #2171: Support for PHP 8.3

* Fixed issue #1732: Add support for flame graph outputs

* Fixed issue #2219: Add control socket on Linux to obtain information and
  initiate debugger or breakpoint

* Fixed issue #1562: Add 'local_vars' option to 'xdebug_get_function_stack'
  to include variables for each st

* Fixed issue #2194: Add 'params_as_values' option to
  'xdebug_get_function_stack' to return data as values

* Fixed issue #2195: Add 'from_exception' option to
  'xdebug_get_function_stack' to return the stack trace where an exception
  was thrown

Improvements:

* Fixed issue #2077: Bring back xdebug.collect_params

* Fixed issue #2170: Show contents of Spl's ArrayIterator

* Fixed issue #2172: Show contents of SplDoublyLinkedList and
  SplPriorityQueue

* Fixed issue #2183: Bubble up exception message when using code evalution
  through protocol

* Fixed issue #2188: Step over with fibers does still step into fiber
  routines

* Fixed issue #2197: Add time index and memory to output of
  xdebug_get_function_stack

* Fixed issue #2203: Increase default max nesting time out from 256 to 512

* Fixed issue #2206: Optimise debugger breakpoints checking

* Fixed issue #2207: Add filenames for include and friends to flamegraph
  output

* Fixed issue #2217: xdebug://gateway pseudo host does not support IPv6

Fixed bugs:

* Fixed issue #450: "Incomplete" backtraces when an exception gets rethrown

* Fixed issue #476: Exception chaining does not work properly

* Fixed issue #1155: Local variables are not shown when execution break in
  error_handler

* Fixed issue #2000: Debugger evaluate expression: "can't evaluate
  expression"

* Fixed issue #2027: Branch/path code coverage for traits drops trait name
  since 3.1.0

* Fixed issue #2132: Errors when mountinfo does not have enough information
  for finding systemd private tmp directory

* Fixed issue #2200: PECL package file has wrong max PHP version number, and
  peclweb refuses the package

* Fixed issue #2208: Superfluous `...` (three omission dots) in var_dump()

* Fixed issue #2210: Flamegraphs crash when using `start_with_request`

* Fixed issue #2211: File wrappers get wrong filename location in stack.

* Fixed issue #2214: Array keys aren't escaped in traces

(taca)

2023-12-14 15:39:47 UTC MAIN commitmail json YAML

doc: Updated devel/php-igbinary to 3.2.15

(taca)

2023-12-14 15:39:22 UTC MAIN commitmail json YAML

devel/php-igbinary: update to 3.2.15

3.2.15 (2023-12-02)

* Fix crash in igbinary_unserialize_object_enum_case with opcache protected
  memory and non-constant value.

(taca)

2023-12-14 15:36:09 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine51 to 5.1.1

(taca)

2023-12-14 15:35:43 UTC MAIN commitmail json YAML

devel/ruby-redmine51: update to 5.1.1

pkgsrc change: depends on net/ruby-net-{imap,pop,smtp} with ruby31.

5.1.1 (2023-11-27)

[Database]

* Defect #39437: MySQL / MariaDB issue nested set deadlocks and consistency

* Defect #39443: Invalid statement query error on MSSQL when role filter is
  used in issues query

* Patch #39737: Support MySQL 8

[Email notifications]

* Defect #39553: Mention notification is not sent
  (MENTION_PATTERN / LINKS_RE inconsistency)

[Filters]

* Defect #39714: Query grouping filter not working for custom field
  relations

[Gems support]

* Defect #39576: `rake yard` does not work with Ruby >= 3.2

[Issues]

* Defect #39521: Mention autocomplete not displaying for users
  without "Edit issues" permission

[PDF export]

* Defect #39534: Error (undefined method) in issue list PDF export

[Text formatting]

* Defect #38852: ## issue syntax is not kept when selecting an issue from
  the inline autocomplete

[Translations]

* Patch #39513: Bulgarian translation update for 5.1-stable
* Patch #39551: Simplified Chinese translation update for 5.1-stable

(taca)

2023-12-14 15:32:04 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.7

(taca)

2023-12-14 15:31:33 UTC MAIN commitmail json YAML

devel/ruby-redmine50: update to 5.0.7

5.0.7 (2023-11-27)

[Email notifications]

* Defect #39553: Mention notification is not sent
  (MENTION_PATTERN / LINKS_RE inconsistency)

[Issues]

* Defect #39521: Mention autocomplete not displaying for users
  without "Edit issues" permission

[PDF export]

* Defect #39534: Error (undefined method) in issue list PDF export

[Text formatting]

* Defect #38852: ## issue syntax is not kept when selecting an issue from
  the inline autocomplete

(taca)

2023-12-14 15:27:50 UTC MAIN commitmail json YAML

doc: note addtion of net/ruby-net-{imap,pop,smtp} packages

net/ruby-net-imap 0.3.7
net/ruby-net-pop 0.1.2
net/ruby-net-smtp 0.3.3

(taca)

2023-12-14 15:26:51 UTC MAIN commitmail json YAML

net/Makefile: add and enable ruby-net-{imap,pop,smtp}

(taca)

2023-12-14 15:25:54 UTC MAIN commitmail json YAML

net/ruby-net-smtp: add version 0.3.

devel/ruby-redmine51 require net-imap gem version 0.3.3 but ruby31 bundles
0.3.1.  So, it add latest version of net-smtp gem 0.3.3 as ruby-net-smtp.

No version change from deleted ruby-net-pop pacakge.

Simple Mail Transfer Protocol client library for Ruby.

(taca)

2023-12-14 15:25:24 UTC MAIN commitmail json YAML

net/ruby-net-pop: add version 0.1.2

devel/ruby-redmine51 require net-imap gem version 0.1.2 but ruby31 bundles
0.1.1.  So, it add latest version of net-pop gem 0.1.2 as ruby-net-pop.

No version change from deleted ruby-net-pop pacakge.

# Net::POP3

This library provides functionality for retrieving
email via POP3, the Post Office Protocol version 3. For details
of POP3, see [RFC1939] (http://www.ietf.org/rfc/rfc1939.txt).

(taca)

2023-12-14 15:24:43 UTC MAIN commitmail json YAML

net/ruby-net-imap: add version 0.3.7

devel/ruby-redmine51 require net-imap gem version 0.3.4 but ruby31 bundles
0.2.3.  So, it add latest version of net-imap gem 0.3.x as ruby-net-imap.

Ruby client api for Internet Message Access Protocol.

Changes from 0.2.3:

0.3.0 (2022-11-17)

What's Changed

* Added dependabot.yml for actions by @hsbt in #59
* Bump actions/checkout from 2 to 3 by @dependabot in #60
* Adding RFC licenses by @nevans in #57
* Warn when using deprecated SASL mechanisms by @nevans in #62

New Contributors

* @dependabot made their first contribution in #60

0.3.1 (2022-11-17)

What's Changed

* Add XOAUTH2 authenticator by @ssunday in #63

New Contributors

* @ssunday made their first contribution in #63

0.3.2 (2022-12-09)

What's Changed

* Support UIDPLUS extension by @hoffi in #65
* Fixes "bundle exec rake" clash with test/unit by @nevans in #67
* Fix some UIDPLUS issues by @nevans in #69
* Fixes date-time format, and adds decode_datetime by @nevans in #66
* Add SASLprep. Code generated & tested with RFC3454 by @nevans in #64
* Add the UNSELECT command by @nevans in #72
*  Fix mailbox attrs by @nevans in #73
* RFCs and references by @nevans in #71
* Nodocs and remove warning by @nevans in #70
* ResponseParser docs by @nevans in #76
* Response Data docs by @nevans in #75

New Contributors

* @hoffi made their first contribution in #65

0.3.3 (2022-12-21)

What's Changed

* Revert "Fixes "bundle exec rake", clash with test/unit" by @znz in #88

New Contributors

* @znz made their first contribution in #88

0.3.4 (2023-01-18)

What's Changed

* Net::IMAP Client docs by @nevans in #74

0.3.5 (2023-06-12)

* Fix #response documentation error, by @nevans in 87ba74e
* Add RFC3454 data, to support offline testing, by @nevans in #137
* Adds Ruby 3.2 to the CI matrix, by @petergoldstein in #99
* Use reusing workflow, by @hsbt in #151
* Decode UTF-7 more strictly, by @nobu in #152
* �ク修ontinue testing 0.3.x branch against ruby 2.6, by @nevans in 115d190
* Fix decode utf-7 test for ruby 2.6, by @nevans in 7a60c8f
* Fix XOAUTH2 authenticator for ruby 2.6, by @nevans in bd4faa0

0.3.6 (2023-06-12)

* Fixes file permissions regression in v0.3.5 release, reported by
  @aaronjensen in #154

0.3.7 (2023-07-26)

What's Changed

* Backport: Fix for Digest MD5 bad challenges by @nobu in #160 PR for
  backport is #161

(taca)

2023-12-14 13:59:13 UTC MAIN commitmail json YAML

Added net/wireguard-go; Updated textproc/ugrep

(adam)

2023-12-14 13:58:57 UTC MAIN commitmail json YAML

ugrep: updated to 4.3.6

ugrep v4.3.6

fix an issue with option -Zbest fuzzy matching

(adam)

2023-12-14 13:56:23 UTC MAIN commitmail json YAML

wireguard-go: added version 0.0.20230223

WireGuard is an extremely simple yet fast and modern VPN that utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more
useful than IPsec, while avoiding the massive headache. It intends to be
considerably more performant than OpenVPN. WireGuard is designed as a general
purpose VPN for running on embedded interfaces and super computers alike, fit
for many different circumstances.

This is an implementation of WireGuard in Go.

(adam)

2023-12-14 13:33:11 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 1.26.1

(gdt)

2023-12-14 13:32:58 UTC MAIN commitmail json YAML

net/syncthing: Update syncthing to 1.26.1

Tested on netbsd-10 amd64 against Android syncthing from F-Droid, and
previous pkgsrc syncthing on older macOS.

Update prepared in wip by Kevin Bloom.

Updates from 1.26.0 -> 1.26.1:
- Fixed display error with login screen

Updates from 1.25.0 -> 1.26.0:
- Omitting %s from LDAP search filter results in corrupt search filter
- Posting config with invalid versioner type causes panic
- Deduplicated files on Windows aren't treated as regular files any more (Go 1.21)
- Syncthing Docker container fails to start if underlying filesystem doesn't support chown
-  traefik no longer url escape X-Forwarded-Tls-Client-Cert header
- Favicon is stuck in notify state
- Use a real login screen + sessions instead of HTTP basic auth

Updates from 1.24.0 -> 1.25.0:
- v1.23.6 introduced untrusted sharing regression
- Record more performance metrics
- Announce IPv6 ULA
- Restore versions file filter should be case insensitive
- Check interface for FlagRunning
- ClusterConfig called on closed or nonexistent connection
- Build with Go 1.21 out of the box

(gdt)

2023-12-14 13:27:14 UTC MAIN commitmail json YAML

geography/qgis: Adapt to new USE_LANGUAGES scheme

Demote c++17 to c++ in USE_LANGUAGES and add USE_CXX_FEATURES.
PKGREVISION++ because I'm not entirely sure there are no changes.
(qgis is not documented to require setting -std flags, or even really
to need a c++17 compiler, but the CMakeFiles say that it does.  Raised
upstream with no response.)

(gdt)

2023-12-14 13:21:15 UTC MAIN commitmail json YAML

Updated parallel/opencl-clang, devel/py-packageurl, devel/py-isort, devel/py-trio

(adam)

2023-12-14 13:20:52 UTC MAIN commitmail json YAML

py-trio: updated to 0.23.2

Trio 0.23.2 (2023-12-14)

Features

- `TypeVarTuple <https://docs.python.org/3.12/library/typing.html#typing.TypeVarTuple>`_ is now used to fully type :meth:`nursery.start_soon() <trio.Nursery.start_soon>`, :func:`trio.run()`, :func:`trio.to_thread.run_sync()`, and other similar functions accepting ``(func, *args)``. This means type checkers will be able to verify types are used correctly. :meth:`nursery.start() <trio.Nursery.start>` is not fully typed yet however.

Bugfixes

- Make pyright recognize :func:`open_memory_channel` as generic.

Miscellaneous internal changes

- Moved the metadata into :pep:`621`-compliant :file:`pyproject.toml`.
- do not depend on exceptiongroup pre-release
- Move .coveragerc into pyproject.toml

(adam)

2023-12-14 13:19:33 UTC MAIN commitmail json YAML

py-isort: updated to 5.13.2

5.13.2 December 13 2023

- Apply the bracket fix from issue 471 only for use_parentheses=True
- Confine pre-commit to stages
- Fixed colors extras

(adam)

2023-12-14 13:18:35 UTC MAIN commitmail json YAML

py-packageurl: updated to 0.13.1

0.13.1 (2023-12-11)

- Add support for Python 3.12

(adam)

2023-12-14 13:16:06 UTC MAIN commitmail json YAML

2023-12-14 11:46:43 UTC MAIN commitmail json YAML

postgresql16-server: fix files/pgsql.sh - rc.subr is not available on Darwin

(adam)

2023-12-14 11:29:19 UTC MAIN commitmail json YAML

libgit2: update comment about test issue

(wiz)

2023-12-14 10:47:37 UTC MAIN commitmail json YAML

Updated textproc/icu, www/py-django-import-export

(adam)