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 (31m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 21:00:34 UTC Now

2023-01-08 01:47:11 UTC MAIN commitmail json YAML

Updated www/moodle to 4.1

(wen)

2023-01-08 01:45:44 UTC MAIN commitmail json YAML

2023-01-08 01:32:55 UTC MAIN commitmail json YAML

sysutils/ups-nut: Simplify upsdriver

Drop option to specify driver and args manually.  upsdrvctl is now the
only approach.

(Raised to 3 usual suspects who have helped with nut, with 2
supporting the simplification.)

(gdt)

2023-01-08 01:28:15 UTC MAIN commitmail json YAML

doc/TODO: + libcarddav-14.0.13.

(wiz)

2023-01-08 01:26:11 UTC MAIN commitmail json YAML

libcarddav: disable doc option by default

Breaks from time to time, and not worth fixing.

Bump PKGREVISION.

(wiz)

2023-01-08 01:14:23 UTC MAIN commitmail json YAML

sysutils/nut: Add support for turning off UPS at shutdown

Add support for turning off the UPS as part of a shutdown caused by
low battery.  The actual poweroff is commented out for now, pending testing.

Move ups daemon startup slightly earlier in the startup sequence.

(gdt)

2023-01-08 00:54:39 UTC MAIN commitmail json YAML

doc: Updated lang/python27 to 2.7.18nb10

(gutteridge)

2023-01-08 00:54:30 UTC MAIN commitmail json YAML

2023-01-08 00:46:20 UTC MAIN commitmail json YAML

Updated devel/p5-Clone to 0.46

(wen)

2023-01-08 00:45:22 UTC MAIN commitmail json YAML

Update to 0.46

Upstream changes:
0.46 2022-10-18 20:23:00 garu
  - fix backwards compatibility with older perls (haarg)
  - bump MANIFEST to include extra tests

(wen)

2023-01-08 00:39:51 UTC MAIN commitmail json YAML

Updated filesystems/p5-Path-Tiny to 0.144

(wen)

2023-01-08 00:39:07 UTC MAIN commitmail json YAML

Update to 0.144

Upstream changes:
0.144    2022-12-01 11:36:19-05:00 America/New_York

    - No changes from 0.143-TRIAL

0.143    2022-11-26 17:46:59-05:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Fixed tilde expansion tests where ~root expands to '/'.

0.142    2022-11-09 07:06:36-05:00 America/New_York

    No changes from 0.141; all changes since last stable release are summarized below.

    [*** DEPRECATIONS ***]

    - Tilde expansion is deprecated due to inconsistent and bug-prone behavior.

    [Bug fixes]

    - Prevent expansion of tildes that are not the very first character (e.g.
      "./~foo"). Prevent unintentional tilde expansion during internal path
      processing. Escape non-tilde glob characters before tilde expansion.

    - Fixed spew/edit to a long filename approaching the filesystem length
      limit.

    - Internal calls to `print` are checked for possible errors.

    - Internal read calls are checked for errors.

    [Changes]

    - Path stringification now adds "./" in front of paths starting with literal tilde
      so they will round-trip.  FREEZE updated to use this stringification rule as well.

    - `move` now uses File::Copy::move internally instead of the built-in `rename`,
      allowing it to work across filesystems.  It also returns an object for the
      moved location, allowing chaining.

    - edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
      prefers PerlIO::utf8_strict, if available.

    - lines_utf8 now consistently uses a buffered I/O layer.

    - open*_utf8 now prefers PerlIO::utf8_strict, if available.

    - slurp_utf8 now consistently uses an unbuffered I/O layer.

    [Documented]

    - Changed all raw/UTF-8 layer descriptions in method documentation to match
      the code.

    - Fixed SYNOPSIS syntax.

    - Documented how to disable TMPDIR when making temp files/dirs.

    [Testing]

    - Add additional tilde stringification testing.

    - Fixed tilde expansion tests on Windows.

    - Skip a problematic test case on cygwin.

0.141    2022-11-07 12:47:25-05:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Add additional tilde expansion tests

0.139    2022-11-03 15:44:46-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Skip a problematic test case on cygwin

0.137    2022-11-02 09:50:26-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Add additional tilde stringification testing.

0.135    2022-11-01 22:27:21-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Fixed additional issues with tilde expansion tests on Windows for testers
      with lowercase drive letters in their userprofile.

0.133    2022-10-31 23:55:01-04:00 America/New_York (TRIAL RELEASE)

    [Bug fixes]

    - Path stringification now adds "./" in front of paths starting with literal tilde
      so they will round-trip.  FREEZE updated to use this stringification rule as well.

    [Changes]

    - `move` now uses File::Copy::move internally instead of the built-in `rename`,
      allowing it to work across filesystems.  It also returns an object for the
      moved location, allowing chaining.

    [Testing]

    - Fixed tilde expansion tests on Windows.

0.131    2022-10-31 10:42:46-04:00 America/New_York (TRIAL RELEASE)

    [*** DEPRECATIONS ***]

    - Tilde expansion is deprecated due to inconsistent and bug-prone behavior.

    [Bug fixes]

    - Fixed spew/edit to a long filename approaching the filesystem length
      limit.

    - Internal calls to `print` are checked for possible errors.

    - Internal read calls are checked for errors.

    - Prevent expansion of tildes that are not the very first character (e.g.
      "./~foo"). Prevent unintentional tilde expansion during internal path
      processing. Escape non-tilde glob characters before tilde expansion.

    [Changes]

    - edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
      prefers PerlIO::utf8_strict, if available.

    - lines_utf8 now consistently uses a buffered I/O layer.

    - open*_utf8 now prefers PerlIO::utf8_strict, if available.

    - slurp_utf8 now consistently uses an unbuffered I/O layer.

    [Documented]

    - Changed all raw/UTF-8 layer descriptions in method documentation to match
      the code.

    - Fixed SYNOPSIS syntax.

    - Documented how to disable TMPDIR when making temp files/dirs.

0.130    2022-10-20 07:08:01-04:00 America/New_York

    [Bug fixes]

    - mkdir no longer fails when applied to an existing directory.

0.128    2022-10-19 15:32:39-04:00 America/New_York

    - No changes from 0.127-TRIAL.

0.127    2022-10-05 17:17:36-04:00 America/New_York (TRIAL RELEASE)

    [Testing]

    - Fixed has_same_bytes test for Windows.

0.125    2022-09-30 17:08:36-04:00 America/New_York (TRIAL RELEASE)

    [*** DEPRECATIONS ***]

    - The 'mkpath' method is deprecated in favor of 'mkdir'.

    [Additions]

    - Added 'mkdir' to replace 'mkpath', but returning the path object for chaining.

    - Added `has_same_bytes` to efficiently compare the contents of two files.

    [Documentation]

    - Edited SYNOPSIS

0.124    2022-09-02 11:06:12-04:00 America/New_York

    - No changes from 0.123-TRIAL.

0.123    2022-08-29 11:06:49-04:00 America/New_York (TRIAL RELEASE)

    [Documentation]

    - Added link to `touchpath` in the `mkpath` docs.

    - Fixed example in `tempfile` docs.

(wen)

2023-01-08 00:36:29 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.63

(wen)

2023-01-08 00:35:39 UTC MAIN commitmail json YAML

Update to 0.63

Upstream changes:
0.63    2022-09-20 21:45 UTC
        This is a maintenance release. The code contains no functional change.
        Satisfied users of version 0.62 can skip this update.
        + Fix : [RT #144052] : Add support for 5.37.3s PADSV_STORE optimization
                B.pm-related tests have been taught about this new thing.
                Thanks Richard Leach for contributing a patch.
        + Upd : Contact info.

(wen)

2023-01-08 00:33:04 UTC MAIN commitmail json YAML

Updated devel/p5-Type-Tiny-XS to 0.025

(wen)

2023-01-08 00:32:04 UTC MAIN commitmail json YAML

Update to 0.025

Upstream changes:
0.025  2022-10-19
[ Bug Fixes ]
- Fix issues building on Debian.
- The `amagic_deref_call` macro is not available in older Perl, so use
  `amagic_call` instead.

0.024  2022-10-19
[ Bug Fixes ]
- Fix the files in ./fallback
- Properly handle deep magic (in particular: overloaded objects returning
  references to tied arrays/hashes) in parameterized versions of ArrayLike
  and HashLike.
[ Other ]
- Updated: Update bundled ppport.h

0.023  2022-10-18
[ Test Suite ]
- Improved tests for ScalarRef.
[ Other ]
- Added: Parameterized versions of ArrayLike and HashLike.

(wen)

2023-01-08 00:29:45 UTC MAIN commitmail json YAML

Updated devel/p5-Throwable to 1.001

(wen)

2023-01-08 00:28:58 UTC MAIN commitmail json YAML

Update to 1.001

Upstream changes:
Changes for version 1.001 - 2022-12-31
typo fix (thanks, Robert Rothenberg!)
update metadata just a little

(wen)

2023-01-08 00:27:01 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 2.005005

(wen)

2023-01-08 00:26:17 UTC MAIN commitmail json YAML

Update to 2.005005

Upstream changes:
2.005005 - 2023-01-05
  - drop dependency on Test::Fatal

(wen)

2023-01-08 00:23:26 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Critic to 1.148

(wen)

2023-01-08 00:22:54 UTC MAIN commitmail json YAML

2023-01-08 00:22:27 UTC MAIN commitmail json YAML

Update to 1.148
Update DEPENDS

Upstream changes:
1.148 Sat Jan  7 15:20:07 CST 2023

    [Possible breakage]
    Removed Perl::Critic::Utils::DataConversion. Any add-on policies that used
    it will need to copy the functions from there into their own code.

    [Documentation]
    ProhibitCascadingIfElse no longer suggests using given/when.

    [Internals]
    We no longer require Test::Deep for testing.

    Test::Kwalitee is now only recommended, not required.

    Random microoptimizations, like using hashes for array contents checking,
    and using any() instead of calling grep as a boolean.

1.146 Wed Dec 21 21:05:20 CST 2022

    [New features]
    ProhibitBarewordDirHandles now checks for sysopen as well as open. Thanks,
    Tadeusz Sośnierz. (GH #732)

    Added a Dockerfile in the extras/ directory for those who want to run P::C
    in a container. Thanks, Isaac Gittins. (GH #832)

    Subroutines::ProhibitBuiltinHomonyms now can take an "allows" parameter to
    specify subroutines that won't violate the policy. Thanks, UTAGAWA Kiki.
    (GH #14, #932)

    ProhibitStringyEval now allows package declarations in evals when
    allow_includes = true. This is a common way packages are declared.
    Thanks, Chris Novakovic. (GH #908)

    [Bug Fixes]
    Fixed some problems with how Perl::Critic determined scope. Thanks, Tom
    Wyant. (GH #793)

    Fixed improper violation for lexical subroutines in
    Subroutines::ProhibitBuiltinHomonyms. Thanks, TOYAMA Nao. (GH #973, #955,
    #546)

    ValuesAndExpressions::RequireNumberSeparators no longer complains if your
    version numbers do not have number separators in them. Thanks, Tom Wyant.
    (GH #856, #904)

    Fixed a false positive with split() in ProhibitUnusedCapture. Thanks, Tom
    Wyant. (GH #888)

    [Internals]
    We no longer use or need IO::String. Thanks, Graham Knop. (GH #997)

    Removed requirements and mentions of modules no longer used:
    * Fatal
    * IO::String
    * IPC::Open2
    * Pod::Parser
    * Task::Weaken

1.144 Mon Dec  5 09:44:04 PM CST 2022

    Perl::Critic now requires Perl 5.10.1.

    [New features]
    The ProhibitAugmentedAssignmentInDeclaration policy now allows augmented
    assignments to "our" variables, if the allow_our option is enabled.
    Thanks, Graham Knop. (GH #993)

    ProhibitExplicitISA now recommends "use parent" instead of "use base".
    (GH #987)

    RequireUseWarnings now recognizes that "use v5.36" implies warnings.
    Thanks, Andrew Grechkin. (GH #984)

    Subroutines::ProhibitNestedSubs now allows lexical subroutines can
    now be inside of other subroutines. Thanks, TOYAMA Nao. (GH #946,
    #971, #972)

    RequireUseStrict now knows that Test::Spec enables it. (GH #906)

    ProhibitUnusedCapture now understands @{^CAPTURE} and %{^CAPTURE_ALL} that
    were added in Perl 5.26.0. Thanks, Tom Wyant. (GH #778)

    Allow numeric operators on special number strings 'NaN' and 'inf'. Thanks,
    Omer Gazit. (GH #803)

    [Fixes]
    Miscellanea::ProhibitUselessNoCritic no longer filters out errors about
    itself, just as Miscellanea::ProhibitUnrestrictedNoCritic cannot. Thanks,
    Bernhard Schmalhofer. (GH #939)

    Fixed GH #878: bareword filehandle dies on `open(CHECK, '/foo');`. Thanks,
    Tom Wyant.

    [Internals]
    Updated to using Perl 5.10.1. Starting migrating to Perl 5.10-isms like
    defined-or. Thanks, James Raspass.

    [Documentation]
    Updated some outdated docs in Perl::Critic::Utils. Thanks, Slaven Rezić.
    (GH #951)

1.142 Mon Nov 28 08:12:14 PM CST 2022

    This is the last version of Perl::Critic that will run on Perl 5.6.1.  The
    next release will require Perl 5.10.1.

    [New Features]
    Add new policy InputOutput::ProhibitBarewordDirHandles, comparable to
    ProhibitBarewordFilehanles.  Thanks, raf. (GH #912)

    References::ProhibitDoubleSigils policy now allows for Perl's
    postfix dereference syntax and does not report a policy violation.
    Thanks to Ilya Rassadin (GH #578)

    Added Test::Class::Moose and MooseX::MethodAttributes::Role to the
    list of modules that are equivalent to "use strict".  (GH #808, GH #886)

    Subroutines::RequireArgUnpacking now detects anonymous subroutines with
    attributes, prototypes or signatures.  Thanks, Tom Wyant. (GH #684)

    ProhibitVoidMap and ProhibitVoidGrep now detect void context inside subs,
    such as:

        sub { map { foo($_) } @list; return }

    Thanks, James Raspass. (GH #905)

    RequireArgUnpacking now allows a closure to be recognized as a way that
    subroutine arguments can be unpacked.  This is specified with an optional
    allow_closures configuration option.  Thanks, Tom Wyant. (GH #737)

    ProhibitTwoArgOpen now disallows one-arg opens as well. Also, it
    no longer allows two-arg opening of STDIN/STDOUT/STDERR.  Thanks,
    Dan Book. (GH #652, #653)

    [Fixes]
    ProhibitLeadingZeros would not handle sysopen and lexical variables
    correctly. This has been fixed. Thanks, Tom Wyant. (GH #789)

    [Documentation]
    We note that the any() function is available in both List::MoreUtils and
    List::SomeUtils.

    Added instructions to perlcritic on how to integrate with Visual Studio
    Code.  Thanks, sigzero.

    [Internals]
    Switch to using List::SomeUtils instead of List::MoreUtils.

(wen)

2023-01-08 00:13:13 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Deep to 1.204

(wen)

2023-01-08 00:12:27 UTC MAIN commitmail json YAML

Update to 1.204

Upstream changes:
1.204    2023-01-07 18:01:37-05:00 America/New_York
        - restore v5.12 compatibility (see commit 66b79eb for the amusing
          anecdote)

1.203    2023-01-07 11:38:14-05:00 America/New_York
        - try to avoid clobbering global error variables when loading test
          libraries (thanks, Felipe Gasper)
        - hash_each now enumates keys in sort() order, to make errors more
          consistent

1.202    2023-01-04 20:40:46-05:00 America/New_York
        - no changes since trial releases
        - Test::Deep now requires perl v5.12.

1.201    2023-01-03 19:28:05-05:00 America/New_York (TRIAL RELEASE)
        - correct Changes entry about which version version of perl is required

1.200    2023-01-02 16:55:10-05:00 America/New_York (TRIAL RELEASE)
        - converted to Dist::Zilla
        - Test::Deep will now require v5.12, and this may go up.  This change
          allows simplification of the Makefile.PL, which was coping with a
          mistake made twelve years ago

(wen)

2023-01-08 00:09:15 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Message to 6.44

(wen)

2023-01-08 00:08:30 UTC MAIN commitmail json YAML

Update to 6.44

Upstream changes:
6.44      2022-10-26 20:49:00Z
    - Made the Clone module a hard requirement, so we don't have to
      provide a fallback function for HTTP::Headers::clone().
      We require at least Clone 0.46, as that release now supports
      Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers)
    - Import clone from Clone rather than inheriting (GH#189) (Graham Knop)
    - Made the Compress::Raw::Zlib 2.062 module minimal required
      version. (GH#190) (Jakub 'q84fh' Skory)

6.43      2022-10-22 14:50:35Z
    - Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
    - Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek)

6.42      2022-10-18 13:53:22Z
    - We now don't consider the Content-Location header when asked
      for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
    - Increased the (max) buffer size for read() when processing form data,
      from 2048 to 8192. This was suggested in RT#105184, as it improved
      performance for them. (GH#59) (Neil Bowers)

6.41      2022-10-12 15:57:40Z
    - Add maximum size for HTTP::Message->decoded_content
      This can be used to limit the size of a decompressed HTTP response,
      especially when making requests to untrusted or user-specified servers.
      The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size
      accessor can set this limit. (GH#181) (Max Maischein)

6.40      2022-10-12 15:45:52Z
    - Fixed two typos in the doc, originally reported by FatherC
      in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)

6.39      2022-10-08 13:48:26Z
    - Remove Travis config (GH#180) (Olaf Alders)
    - Added status_constant_name() which maps status code
      to the name of the corresponding constant. (GH#160) (Neil Bowers)
    - Updated the doc for status_message() to clarify that it
      returns "Not Found" and not "HTTP_NOT_FOUND". (GH#160) (Neil Bowers)

6.38      2022-10-06 21:48:18Z
    - Replace "base" with "parent" (GH#176) (James Raspass)
    - Replace "print" with "note" in tests (GH#178) (James Raspass)
    - Noted that OPTIONS supported was added in 6.1, to the doc
      for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)

(wen)

2023-01-08 00:06:05 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Restrict to 3.0.1

(wen)

2023-01-08 00:05:19 UTC MAIN commitmail json YAML

Update to 3.0.1

Upstream changes:
v3.0.1    2022-09-22 22:27:40Z
        - Add a filter_text attribute. This can be used to disable text
          encoding. (GH#44) (ccottingham-presinet)

(wen)

2023-01-08 00:02:30 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Parser to 3.80

(wen)

2023-01-08 00:01:26 UTC MAIN commitmail json YAML

Update to 3.80

Upstream changes:
3.80      2022-11-01
  * Fix compatibility with ancient perl by avoiding index in test (GH#33)
    (Graham Knop)

3.79      2022-10-12
  * Modernise XS (GH#32) (James Raspass)
  * Skip threads on older perl versions, as they often segfault (GH#31) (Graham
  * Knop)

(wen)

2023-01-07 23:38:17 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 108.0.2

(ryoon)

2023-01-07 23:37:54 UTC MAIN commitmail json YAML

firefox-l10n: Update to 108.0.1

* Sync with www/firefox-108.0.1.

(ryoon)

2023-01-07 23:37:24 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 108.0.2

(ryoon)

2023-01-07 23:36:39 UTC MAIN commitmail json YAML

firefox: Update to 108.0.1

* Use devel/py-curses during build to avoid errors from Python 3.10.
* uniffi-js defines amd64 specific symbols. I have added a hack for i386.
  If you build www/firefox under NetBSD/aarch64, you will get 'undefined
  reference' error during linking libxul.so. Please send your error messages
  to me. I will try to fix link breakage.
* Disable Web MIDI explicitly, it causes runtime segfault under NetBSD.

Changelog:
108.0.1
Fixed
  * Fixes a crash for some users on Mac OS X 10.12-10.14 during video playback
    (bug 1806391).
  * Fixes a crash that might occur when managing browser history (bug 1806408).

Changed
  * The "Tabs sharing devices" menu item for WebRTC is now located in the tools
    menu on macOS only (bug 1807697).

108.0.1
Fixed
  * Fixes the default search engine being reset on upgrade for profiles which
    were previously copied from a different location.

108.0
New
  * Import maps, which allow web pages to control the behavior of JavaScript
    imports, are now enabled by default.

  * Processes used for background tabs now use efficiency mode on Windows 11 to
    limit resource use.

  * The shift+esc keyboard shortcut now opens the Process Manager, offering a
    way to quickly identify processes that are using too many resources.

  * Improved frame scheduling when under load; this substantially improves
    Firefox's MotionMark scores.

Fixed
  * Firefox now supports properly color correcting images tagged with ICCv4
    profiles.

  * Support for non-English characters when saving and printing PDF forms.

  * The bookmarks toolbar's default "Only show on New Tab" state works
    correctly for blank new tabs. As before, you can change the bookmark
    toolbar's behavior using the toolbar context menu.

  * Various security fixes.

Changed
  * Firefox now supports the WebMIDI API and a new experimental mechanism for
    controlling access to dangerous capabilities.

Security fixes:
#CVE-2022-46871: libusrsctp library out of date
#CVE-2022-46872: Arbitrary file read from a compromised content process
#CVE-2022-46873: Firefox did not implement the CSP directive unsafe-hashes
#CVE-2022-46874: Drag and Dropped Filenames could have been truncated to
malicious extensions
#CVE-2022-46875: Download Protections were bypassed by .atloc and .ftploc files
on Mac OS
#CVE-2022-46877: Fullscreen notification bypass
#CVE-2022-46878: Memory safety bugs fixed in Firefox 108 and Firefox ESR 102.6
#CVE-2022-46879: Memory safety bugs fixed in Firefox 108

(ryoon)

2023-01-07 22:36:23 UTC MAIN commitmail json YAML

2023-01-07 21:20:38 UTC MAIN commitmail json YAML

doc: Updated audio/jack to 1.9.21

(triaxx)

2023-01-07 21:20:19 UTC MAIN commitmail json YAML

jack: Update to 1.9.21

upstream changes:
-----------------
1.9.21 Latest
=============
  o Add shell mode to jack_control (executes commands from stdin until EOF)
  o The waf autooption --example-tools introduced in 1.9.20 is now off by
    default,
  o To get the previous behavior back pass --example-tools during build.
  o This flag (and the related tools and their code) are going to be removed in
    the next release.
  o Fix alignas() on non-packed architectures
  o Fix build of jack-example-tools man pages (1.9.20 regression)
  o Fix compatibility with macOS 12
  o Fix missing symbols from jack client library (error and info callback
    pointers)
  o Fix potential memory corruption in midi_latency_test tool
  o Fix JackWeakAPI on Windows
  o Use predefined variables in pkg-config file (required for mingw)
External changes, related to macOS/Windows installer:
  o Fix application style in QJackCtl (qwindowsvistastyle.dll was missing)
  o Update QjackCtl used in macOS/Windows installers to 0.9.7

1.9.20
======
  o Add waf autooption --example-tools to allow optional build of executables,
    libraries and man pages provided by jack-example-tools (the files are built
    by default).
  o Building and installing the additional files can be disabled by using
    --example-tools=no or --no-example-tools.
  o Fix 32-bit support in ALSA driver
  o Fix incomplete ASIO support on Windows
  o Fix metadata usage with multiple users
  o Fix netsource tool missing on Windows
  o Fix semaphore usage on macOS
  o Official FreeBSD support
External changes, related to macOS/Windows installer:
  o Update Qt5 used in macOS/Windows installers to 5.12.12
  o Update QjackCtl used in macOS/Windows installers to 0.9.6

(triaxx)

2023-01-07 19:31:51 UTC MAIN commitmail json YAML

doc: Updated comms/asterisk16 to 16.29.1nb2

(ryoon)

2023-01-07 19:31:19 UTC MAIN commitmail json YAML

asterisk16: -n option is no longer accepted for shell scripting

Fix rc.d script to exclude -n options.
Bump PKGREVISION.

(ryoon)

2023-01-07 19:04:34 UTC MAIN commitmail json YAML

jack: fix build on NetBSD with binutils 2.39

Clean some pkglint while here

(wiz)

2023-01-07 16:16:10 UTC MAIN commitmail json YAML

sysutils/ups-nut: Rototill rc.d scripts

  - Fix strange sh style: don't have then on a new line
  - Ensure main daemons started before SERVERS
  - Slot upsmon after SERVERS and before LOGIN
  - Rewrite upsdriver instructions to make upsdrvctl the standard approach
  - Drop compat for ancient (<1.6) NetBSD

(gdt)

2023-01-07 16:09:38 UTC pkgsrc-2022Q3 commitmail json YAML

2023-01-07 16:07:59 UTC pkgsrc-2022Q3 commitmail json YAML

sysutils/ups-nut: Rototill rc.d scripts

  - Fix strange sh style: don't have then on a new line
  - Ensure main daemons started before SERVERS
  - Slot upsmon after SERVERS and before LOGIN
  - Rewrite upsdriver instructions to make upsdrvctl the standard approach
  - Drop compat for ancient (<1.6) NetBSD

(gdt)

2023-01-07 15:32:29 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 1.10.2

(taca)

2023-01-07 15:31:57 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 1.10.2

1.10.2 (2022-08-23)

What's Changed

* Deprecate three methods for version 2.0 by @hyuraku in #1446

1.10.1 (2022-08-07)

What's Changed

* add Faraday#Deprecate to 1.x by @hyuraku in #1438

New Contributors

* @hyuraku made their first contribution in #1438

1.10.0 (2022-02-16)

What's Changed

* Add JSON middleware by @iMacTia in #1400

1.9.3 (2022-01-06)

* Re-add support for Ruby 2.4+ by @iMacTia in #1371

1.9.2 (2022-01-06)

* Add alias with legacy name to gemified middleware by @iMacTia in #1372

1.9.1 (2022-01-06)

* Update adapter dependencies in Gemspec by @iMacTia in #1370

1.9.0 (2022-01-06)

* Use external multipart and retry middleware by @iMacTia in #1367

(taca)

2023-01-07 15:27:01 UTC MAIN commitmail json YAML

doc: Added www/ruby-faraday-retry version 1.0.3

(taca)

2023-01-07 15:26:43 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-faraday-retry

(taca)

2023-01-07 15:25:34 UTC MAIN commitmail json YAML

www/ruby-faraday-retry: add package version 1.0.3

Required by newer ruby-faraday package.

Faraday Retry

The Retry middleware automatically retries requests that fail due to
intermittent client or server errors (such as network hiccups).

By default, it retries 2 times and handles only timeout exceptions.

It can be configured with an arbitrary number of retries, a list of
exceptions to handle, a retry interval, a percentage of randomness to add to
the retry interval, and a backoff factor.

The middleware can also handle the Retry-After header automatically when
configured with the right status codes (see below for an example).

(taca)

2023-01-07 15:21:46 UTC MAIN commitmail json YAML

doc: Added www/ruby-faraday-multipart version 1.0.4

(taca)

2023-01-07 15:21:24 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-faraday-multipart

(taca)

2023-01-07 15:20:12 UTC MAIN commitmail json YAML

www/ruby-faraday-multipart: add package version 1.0.4

Required by newer ruby-faraday package.

Faraday Multipart

The Multipart middleware converts a Faraday::Request#body Hash of
key/value pairs into a multipart form request, but only under these
conditions:

* The request's Content-Type is "multipart/form-data"
* Content-Type is unspecified, AND one of the values in the Body responds to
  #content_type.

Faraday contains a couple helper classes for multipart values:

* Faraday::Multipart::FilePart wraps binary file data with a Content-Type.
  The file data can be specified with a String path to a local file, or an
  IO object.

* Faraday::Multipart::ParamPart wraps a String value with a Content-Type,
  and optionally a Content-ID.

(taca)

2023-01-07 11:01:34 UTC MAIN commitmail json YAML

doc: Updated devel/gopls to 0.11.0

(bsiegert)

2023-01-07 11:01:23 UTC MAIN commitmail json YAML

gopls: update to 0.11.0

gopls/v0.11.0

This is a small release containing new integrations of vulnerability analysis.

Vulnerability analysis for go.mod files can be enabled by configuring the
"vulncheck" setting to "Imports". For more information on vulnerability
management, see the Vulnerability Management for Go blog post.

Support changes

This release removes support for the "experimentalUseInvalidMetadata" setting,
as described in the v0.10.0 release. Other settings slated for deprecation in
that release remain temporarily supported, but will be removed in v0.12.0.

New Features

- Analyzing dependencies for vulnerabilities
- Additional checks for the loopclosure analyzer

gopls/v0.10.0

This release contains initial support for standalone packages and package
renaming. Please see below for more details.

We are also changing our release policy to better align with semver.

Support changes

This version of gopls contains changes to our release policy, deprecates
support for some older Go versions, and deprecates support for several
experimental features.

New release policy

As described in golang/go#55267, we are tightening our release policy to better
follow semver, increase stability, and reduce release-related toil. Significant
new features will only be introduced in *.*.0 patch versions, and subsequent
patch releases will consist only of bugfixes. For example, this version
(v0.10.0) introduces several new features, described below. Subsequent v0.10.*
releases will contain only bugfixes.

Final support for Go 1.13-1.15

Consistent with the above release policy and our stated support window, the
v0.10.* minor version will be the final set of releases to support being used
with Go 1.13-1.15. See golang/go#52982 for details.

Gopls will pop up a warning if it resolves a version of the go command that is
older than 1.16. Starting with gopls@v0.11.0, gopls will cease to function when
used with a go command with a version older than 1.16.

Deprecated experimental features

The following experimental features are deprecated, and will be removed in
gopls@v0.11.0:

  * experimentalWorkspaceModule (golang/go#52897): this feature has been
    replaced by go.work files. See our documentation for information on how to
    use go.work files to work on multiple modules.
  * experimentalWatchedFileDelay (golang/go#55268): LSP clients should instead
    be responsible for buffering workspace/didChangeWatchedFiles notifications.
  * experimentalUseInvalidMetadata (golang/go#54180): we are going to focus
    instead on improving diagnostics for broken workspaces.

New Features

Support for "standalone packages"

Gopls now recognizes certain files as "standalone main packages", meaning they
should be interpreted as main packages consisting of a single file. To do this,
gopls looks for packages named main containing a single build constraint that
matches one of the tags configured by the new standaloneTags setting.

(bsiegert)

2023-01-07 10:41:02 UTC MAIN commitmail json YAML

Updated devel/py-cython, devel/py-isort

(adam)

2023-01-07 10:40:40 UTC MAIN commitmail json YAML

py-isort: updated to 5.11.4

5.11.4 December 21 2022

- Fixed 2038 (again): stop installing documentation files to top-level site-packages
- CI: only run release workflows for upstream
- Tests: remove obsolete toml import from the test suite
- CI: bump Poetry 1.3.1

(adam)

2023-01-07 10:38:55 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.33

0.29.33 (2023-01-06)
====================

Features added
--------------

* The ``cythonize`` and ``cython`` commands have a new option ``-M`` / ``--depfile``
  to generate ``.dep`` dependency files for the compilation unit.  This can be used
  by external build tools to track these dependencies.
  The ``cythonize`` option was already available in Cython :ref:`0.29.27`.
  Patches by Evgeni Burovski and Eli Schwartz.  (Github issue :issue:`1214`)

Bugs fixed
----------

* ``const`` fused types could not be used with memory views.
  Patch by Thomas Vincent.  (Github issue :issue:`1772`)

* ``wstr`` usage was removed in Python 3.12 and later (PEP-623).
  (Github issue :issue:`5145`)

* A type check assertion for Cython functions failed in debug Python builds.
  (Github issue :issue:`5031`)

* Fixed various compiler warnings.
  Patches by Lisandro Dalcin et al.  (Github issues :issue:`4948`, :issue:`5086`)

* Fixed error when calculating complex powers of negative numbers.
  (Github issue :issue:`5014`)

* Corrected a small mis-formatting of exception messages on Python 2.
  (Github issue :issue:`5018`)

* The ``PyUnicode_AsUTF8AndSize()`` C-API function was missing from the CPython declarations.
  (Github issue :issue:`5163`)

* A performance problem in the compiler was resolved when nesting conditional expressions.
  (Github issue :issue:`5197`)

* Test suite problems with recent NumPy and CPython versions were resolved.
  (Github issues :issue:`5183`, :issue:`5190`)

Other changes
-------------

* The undocumented, untested and apparently useless syntax
  ``from somemodule cimport class/struct/union somename`` was deprecated
  in anticipation of its removal in Cython 3.  The type
  modifier is not needed here and a plain ``cimport`` of the name will do.
  (Github issue :issue:`4905`)

* Properly disable generation of descriptor docstrings on PyPy since they cause crashes.
  It was previously disabled, but only accidentally via a typo.
  Patch by Matti Picus.  (Github issue :issue:`5083`)

* The ``cpow`` directive of Cython 3.0 is available as a no-op.
  (Github issue :issue:`5016`)

(adam)

2023-01-07 09:43:41 UTC MAIN commitmail json YAML

doc: Updated devel/pax-utils to 1.3.6

(fcambus)

2023-01-07 09:43:30 UTC MAIN commitmail json YAML

pax-utils: update to 1.3.6.

ChangeLog:

- man: reorder xmlto arguments
- lddtree: update CrOS copyright line
- lddtree: sort imports
- lddtree: specify utf-8 encoding with text files
- lddtree: Add logging for ELFParseError
- lddtree: switch to f-strings in most places
- lddtree: add typing info to more places
- lddtree: simplify join logic
- lddtree: avoid shadowing function args
- lddtree: reformat with black
- pylint: reformat with black
- meson: include generated man pages in dist tarballs

(fcambus)

2023-01-07 09:37:49 UTC MAIN commitmail json YAML

doc: Updated chat/swirc to 3.3.9

(fcambus)

2023-01-07 09:37:37 UTC MAIN commitmail json YAML

swirc: update to 3.3.9.

## [3.3.9] - 2023-01-07 ##
- **Added** micro optimizations
- **Added** rules for nickname highlighting
- **Added** SASL auth mechanism: **external**
- **Added** support for the **GNU Hurd OS**
- **Added** tab completion for:
  - `/connect`
  - `/time`
  - `/version`
- **Added** the following commands:
  - `/qbot`
  - `/stats`
- **Added** the following config options:
  - `cmd_type_prot` (bool)
  - `ctcp_reply` (bool)
  - `qbot_host` (string)
  - `sasl_x509` (string)
- **Improved** tab completion for:
  - `/msg`
  - `/notice`
  - `/whois`

### Linux ###
- **Fixed** building on riscv64. Contributed by
  [Eric Long](https://github.com/hack3ric) - thanks!

(fcambus)

2023-01-07 09:18:57 UTC MAIN commitmail json YAML

doc/TODO: + lnav-0.11.1, mold-1.9.

(wiz)

2023-01-07 07:44:08 UTC MAIN commitmail json YAML

doc: Updated lang/php80 to 8.0.27

(taca)

2023-01-07 07:43:34 UTC MAIN commitmail json YAML

lang/php80: update to 8.0.27

(2023-01-05)

- PDO/SQLite:
  . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
    (cmb)

(taca)

2023-01-07 07:42:45 UTC MAIN commitmail json YAML

doc: Updated lang/php82 to 8.2.1

(taca)

2023-01-07 07:42:15 UTC MAIN commitmail json YAML

lang/php82: update to 8.2.1

PHP 8.2.1 (2023-01-05)

- Core:
  . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
    (cmb)
  . Fixed bug GH-9918 (License information for xxHash is not included in
    README.REDIST.BINS file). (Akama Hitoshi)
  . Fixed bug GH-9890 (OpenSSL legacy providers not available on Windows). (cmb)
  . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Voříšek)
  . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)
  . Fixed GH-9769 (Misleading error message for unpacking of objects). (jhdxr)

- Apache:
  . Fixed bug GH-9949 (Partial content on incomplete POST request). (cmb)

- FPM:
  . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
    #66694). (Petr Sumbera)
  . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
    (Jakub Zelenka)
  . Fixed bug #80669 (FPM numeric user fails to set groups). (Jakub Zelenka)
  . Fixed bug GH-8517 (Random crash of FPM master process in
    fpm_stdio_child_said). (Jakub Zelenka)

- Imap:
  . Fixed bug GH-10051 (IMAP: there's no way to check if a IMAP\Connection is
    still open). (Girgias)

- MBString:
  . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
    PHP8.1). (Nathan Freeman)

- Opcache:
  . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
    (Arnaud, michdingpayc)

- OpenSSL:
  . Fixed bug GH-9997 (OpenSSL engine clean up segfault). (Jakub Zelenka)
  . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
    (Jakub Zelenka)
  . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
    no-dsa). (Jakub Zelenka)

- Pcntl:
  . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
    (Erki Aring)

- PDO_Firebird:
  . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
    (cmb)

- PDO/SQLite:
  . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
    (cmb)

- Session:
  . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)

- SPL:
  . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
  . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
    unregistered). (Girgias)

- SQLite3:
  . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)

- TSRM:
  . Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre)

(taca)

2023-01-07 07:41:16 UTC MAIN commitmail json YAML

doc: Updated lang/php81 to 8.1.14

(taca)

2023-01-07 07:40:47 UTC MAIN commitmail json YAML

lang/php81: update to 8.1.14

PHP 8.1.14 (2023-01-05)

- Core:
  . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
    (cmb)
  . Fixed bug GH-9918 (License information for xxHash is not included in
    README.REDIST.BINS file). (Akama Hitoshi)
  . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Voříšek)
  . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)

- Date:
  . Fixed bug GH-9699 (DateTimeImmutable::diff differences in 8.1.10 onwards -
    timezone related). (Derick)
  . Fixed bug GH-9700 (DateTime::createFromFormat: Parsing TZID string is too
    greedy). (Derick)
  . Fixed bug GH-9866 (Time zone bug with \DateTimeInterface::diff()). (Derick)
  . Fixed bug GH-9880 (DateTime diff returns wrong sign on day count when using
    a timezone). (Derick)

- FPM:
  . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
    #66694). (Petr Sumbera)
  . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
    (Jakub Zelenka)
  . Fixed bug GH-8517 (Random crash of FPM master process in
    fpm_stdio_child_said). (Jakub Zelenka)

- MBString:
  . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
    PHP8.1). (Nathan Freeman)

- Opcache:
  . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
    (Arnaud, michdingpayc)

- OpenSSL:
  . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
    (Jakub Zelenka)
  . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
    no-dsa). (Jakub Zelenka)

- Pcntl:
  . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
    (Erki Aring)

- PDO_Firebird:
  . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
    (cmb)

- PDO/SQLite:
  . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
    (cmb)

- Session:
  . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)

- SPL:
  . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
  . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
    unregistered). (Girgias)

- SQLite3:
  . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)

(taca)

2023-01-07 07:20:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-diffoscope to 231

(khorben)

2023-01-07 07:20:29 UTC MAIN commitmail json YAML

py-diffoscope: update to 231

Changes in version 231:

* Improve "[X] may produce better output" messages. Based on a patch by
  Helmut Grohne. (Closes: #1026982)

Changes in version 230:

[ Chris Lamb ]
* Fix compatibility with file(1) version 5.43; thanks, Christoph Biedl.

[ Jelle van der Waa ]
* Support Berkeley DB version 6.

(khorben)

2023-01-07 05:16:15 UTC MAIN commitmail json YAML

doc: Removed www/ruby-rack16

(taca)

2023-01-07 05:15:58 UTC MAIN commitmail json YAML

www/ruby-rack16: remove package

Now no pacakge depends on this.

(taca)

2023-01-07 05:15:22 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-rack16

(taca)

2023-01-07 05:13:37 UTC MAIN commitmail json YAML

doc: Updated www/ruby-innate to 2023.01.06

(taca)

2023-01-07 05:13:06 UTC MAIN commitmail json YAML

www/ruby-innate: update to 2023.01.06

2023.01.06

* update gemspec to specify modern version of rack and rack-test and add
  rackup

* Use Rackup::Handler instead of Rack::Handler.  Refactor registration of
* ebb handler registration into #start_ebb.  Not sure this code is covered
* by the tests but all tests are passing.  fix test to expect header keys to
* be downcase as that is what Rack sends now

* Fix unless condition in rescue block of Request#local_net? to match any
  exception message that suggests an invalid address

* Change Rack::File to Rack::Files and Rack::Response#header to #headers to
  conform with rack ~> 3.0

* remove Gem::Specification#has_rdoc because it is deprecated and breaks
  things.

* Update adapter.rb.

  In lib/innate/adapter.rb#self.start_webrick, `:BindAddress =>
  config[:Host]` should be `:Host => config[:Host]` because
  lib/rack/handler/webrick.rb#self.run looks for :Host, not
  :BindAddress. What this means is, if you're running Ramaze on a remote
  server, there is no :Host in the options (which returns nil), and so it
  defaults to localhost, then your browser won't see the site.

(taca)

2023-01-07 01:26:15 UTC MAIN commitmail json YAML

lxqt-globalkeys: adjust previous LOG_MAKEPRI patch

This is also actually relevant to NetBSD, which defines it incorrectly
(PR lib/57172).

(gutteridge)

2023-01-07 00:50:33 UTC MAIN commitmail json YAML

devel/got-portable: GNU bison required on Linux and macOS.

(vins)

2023-01-07 00:44:19 UTC MAIN commitmail json YAML

devel/got-portable: revert latest commit.

This is really not needed.

(vins)

2023-01-07 00:01:33 UTC MAIN commitmail json YAML

devel/got-portable: define strdup for platforms that are missing it.

(vins)

2023-01-06 23:52:59 UTC MAIN commitmail json YAML

doc: Updated audio/d11amp to 0.61

(wiz)

2023-01-06 23:52:50 UTC MAIN commitmail json YAML

d11amp: update to 0.61.

From Thomas Dettbarn in PR 57165.

Changes:
* Improved Playlist
* Improved Keyboard Control
* Improved Audio Output options

(wiz)

2023-01-06 23:11:32 UTC MAIN commitmail json YAML

mk: remove relro hack for NetBSD-current, fixed in the base system

(wiz)

2023-01-06 20:09:58 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6715 - requested by gdt
lang/elixir: build fix

(via patch)

(bsiegert)

2023-01-06 19:48:59 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup tickets #6711 to #6714

(bsiegert)

2023-01-06 19:48:25 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6714 - requested by gdt
sysutils/xentools415: NetBSD 10 build fix

Revisions pulled up:
- sysutils/xentools415/Makefile                                1.23

---
  Module Name: pkgsrc
  Committed By: gdt
  Date: Wed Dec 28 23:45:02 UTC 2022

  Modified Files:
  pkgsrc/sysutils/xentools415: Makefile

  Log Message:
  xentools415: allow on NetBSD 10

(bsiegert)

2023-01-06 17:42:13 UTC MAIN commitmail json YAML

doc: Updated www/gitea to 1.18.0

(jperkin)

2023-01-06 17:42:01 UTC MAIN commitmail json YAML

2023-01-06 15:14:55 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.38

(pin)

2023-01-06 15:14:19 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.38

0.6.38 (2023-01-05)
Bug Fixes
- Reverse PanUp/Down (fixes #110) (89e43ef8)
- Shortcuts are sorted and grouped (8e6d2430)

Features
- add home/end to move to first/last image (39412c7f)
- Add slider to step through images (5934b052)

(pin)

2023-01-06 14:21:17 UTC MAIN commitmail json YAML

bsdinstall: Apply patch directly to sources.

Packages that have unpacked sources that are in the bootstrap path must never
have patches as it causes bootstrap issues with requiring digest and nbpatch.

(jperkin)

2023-01-06 10:58:07 UTC MAIN commitmail json YAML

graphics/xpaint: fix building on Linux.

(vins)

2023-01-06 10:02:16 UTC MAIN commitmail json YAML

mail/notmuch: notmuch(3) also requires doxygen

(vins)

2023-01-06 09:46:07 UTC MAIN commitmail json YAML

mail/notmuch: Add missing man page to PLIST.

(vins)

2023-01-06 08:50:42 UTC MAIN commitmail json YAML

mail/notmuch: perl is required to build man page.

PLIST file sorted alphabetically.

(vins)

2023-01-06 03:14:42 UTC MAIN commitmail json YAML

TODO: suggest Frescobaldi and EndBASIC.

(schmonz)

2023-01-06 02:35:47 UTC MAIN commitmail json YAML

2023-01-06 01:41:02 UTC MAIN commitmail json YAML

doc/TODO: add libgtop

(gutteridge)

2023-01-06 01:14:01 UTC MAIN commitmail json YAML

lang/elixir: Mark not MAKE_JOBS_SAFE

Add upstream bug report URL

(gdt)

2023-01-06 00:42:00 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/lxqt to 1.2.1

(gutteridge)

2023-01-06 00:41:50 UTC MAIN commitmail json YAML

lxqt: update to 1.2.1 release

(gutteridge)

2023-01-06 00:38:23 UTC MAIN commitmail json YAML

2023-01-06 00:35:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 1.2.1

(gutteridge)

2023-01-06 00:35:35 UTC MAIN commitmail json YAML

pcmanfm-qt: update to 1.2.1

Change log:

pcmanfm-qt-1.2.1 / 2023-01-02
==============================
* Corrected the icon for "New Tab".
* Corrected some descriptions in Hidden Shortcuts dialog.
* Enabled tab DND under Wayland.
* Fixed the context menus of tabs and forward/backward buttons under Wayland.

(gutteridge)

2023-01-06 00:34:42 UTC MAIN commitmail json YAML

doc: Updated x11/libfm-qt to 1.2.1

(gutteridge)

2023-01-06 00:34:31 UTC MAIN commitmail json YAML

libfm-qt: update to 1.2.1

Change log:

libfm-qt-1.2.1 / 2023-01-02
============================
* Specified the parents of context menus for use on Wayland.
* Fixed launching XWayland apps under Wayland.
* appchooserdialog: do not disable the OK button when Custom Command page is shown.
* Increased the minimum width of name column in detailed list view.
* Fixed the DND menu position under Wayland.
* Fixed crash with DND from outside app under Wayland.
* Fixed unresponsive DND menu under Wayland.
* Workaround for DND keyboard modifiers under Wayland.
* Check mime data of clipboard for nullity (for Wayland).
* Fixed drawing of selection rectangle under Wayland.

(gutteridge)

2023-01-06 00:18:55 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-panel to 1.2.1

(gutteridge)

2023-01-06 00:18:08 UTC MAIN commitmail json YAML

lxqt-panel: update to 1.2.1

Change log:

lxqt-panel-1.2.1 / 2023-01-02
==============================
* Fixed a regression in volume popup.
* Added Qeyes plugin.
* Avoid covering fullscreen windows.

(gutteridge)

2023-01-05 23:30:09 UTC MAIN commitmail json YAML

qt5-qtwebkit: restore PKGREVISION

This was not bumped with the qt5 update, so the old PKGREVISION needs to stay

(wiz)

2023-01-05 23:17:58 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.87

(wiz)

2023-01-05 23:17:49 UTC MAIN commitmail json YAML

nss: update to 3.87.

Changes:
  - Bug 1803226 - NULL password encoding incorrect.
  - Bug 1804071 - Fix rng stub signature for fuzzing builds.
  - Bug 1803595 - Updating the compiler parsing for build.
  - Bug 1749030 - Modification of supported compilers.
  - Bug 1774654 tstclnt crashes when accessing gnutls server
    without a user cert in the database.
  - Bug 1751707 - Add configuration option to enable source-based
    coverage sanitizer.
  - Bug 1751705 - Update ECCKiila generated files.
  - Bug 1730353 - Add support for the LoongArch 64-bit architecture.
  - Bug 1798823 - add checks for zero-length RSA modulus to avoid
    memory errors and failed assertions later.
  - Bug 1798823 - Additional zero-length RSA modulus checks.

(wiz)

2023-01-05 23:11:01 UTC MAIN commitmail json YAML

dconf: fix grammar in a comment

(gutteridge)

2023-01-05 21:29:31 UTC MAIN commitmail json YAML

jitsi-meet-prosody: import missing distinfo file

(khorben)

2023-01-05 16:22:09 UTC MAIN commitmail json YAML

doc: Updated textproc/prose to 0.3.2

(pin)

2023-01-05 16:21:50 UTC MAIN commitmail json YAML

textproc/prose: update to 0.3.2

- Agressive fit gets more expensive the further from target
- Bump dependencies

(pin)

2023-01-05 16:07:33 UTC MAIN commitmail json YAML

2023-01-05 16:01:46 UTC MAIN commitmail json YAML

Updated x11/qt5

(adam)

2023-01-05 16:01:24 UTC MAIN commitmail json YAML

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

2023-01-05 15:59:58 UTC MAIN commitmail json YAML

gtk3: Fix PKGLOCALEDIR and SunOS ld args.

Also no need to set PKGREVISION twice.

(jperkin)

2023-01-05 15:55:38 UTC MAIN commitmail json YAML

transmission: Add a rc script to automatically run transmission as a
dedicated user out of the box. Reviewed by wiz.

(nia)

2023-01-05 15:32:36 UTC MAIN commitmail json YAML

doc/TODO: latest zookeeper

+ zookeeper-3.7.1.

(taca)

2023-01-05 15:31:53 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack2 to 2.2.5

(taca)

2023-01-05 15:31:27 UTC MAIN commitmail json YAML

www/ruby-rack2: update to 2.2.5

2.2.5 (2022-12-27)

Fixed

* Rack::URLMap uses non-deprecated form of Regexp.new. (#1998, @weizheheng)

(taca)

2023-01-05 14:42:21 UTC MAIN commitmail json YAML

doc: Updated devel/automake to 1.16.5nb3

(wiz)

2023-01-05 14:42:13 UTC MAIN commitmail json YAML

2023-01-05 14:30:21 UTC MAIN commitmail json YAML

doc: Updated comms/hylafax to 6.0.7nb2

(wiz)

2023-01-05 14:30:13 UTC MAIN commitmail json YAML

2023-01-05 14:13:13 UTC MAIN commitmail json YAML

tuc: add man page to PLIST

Bump PKGREVISION.

(wiz)

2023-01-05 10:35:45 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client, devel/py-lazy-object-proxy

(adam)

2023-01-05 10:35:25 UTC MAIN commitmail json YAML

py-lazy-object-proxy: updated to 1.9.0

1.9.0 (2023-01-04)
------------------
* Added support for matrix multiplication operator (``@``).
* Should have all the wheels now (including the manylinux ones).
* Bumped minimum version requirements for setuptools and setuptools-scm.
* Switched the default pure python fallback implementation to the "simple" one (when you ``from lazy_object_proxy import Proxy``
  and the C extension is not available).
  Previously the "slots" implementation was used but as it turns out it is slower on Python 3.

(adam)

2023-01-05 10:24:43 UTC MAIN commitmail json YAML

py-google-api-python-client: updated to 2.71.0

2.71.0 (2022-12-20)

Features

accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/038fdb69dcb6ea01f6eb56901ff0e76e6bbaf3ab (a0329cc)
alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6057d89b613fb2a30ac2d26b90933ad0afa083d1 (a0329cc)
androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec22103603074d33ad2a41bed36debc63b3bb528 (a0329cc)
apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/43f435c459205c8305f248efe78e6bd72a1b95c3 (a0329cc)
batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3dd983b5616c058887d38e9423388d236acc27dc (a0329cc)
clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a176a474cfd18a4b53d9b6b78bb432e6dd4cb0b (a0329cc)
compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bba3627ef5ae35a101b223b3da2739224e1598aa (a0329cc)
container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98d6112970c5236cff5f36bf543a166ea27ca74c (a0329cc)
contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/00fa4bb30f92fdc325b23bd71b3ebd57fdcce4c7 (a0329cc)
datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db1dddc7ca75258fde5cc59997599ce57ad8f01d (a0329cc)
datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/12effe4a38299bb6f1fc61afeb1359200e9eff0b (a0329cc)
datapipelines: Update the api https://togithub.com/googleapis/google-api-python-client/commit/91b60afaa437d7b29a96d83d3b89e3e855a81598 (a0329cc)
dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/04bafe3e118a1bbb2c75fc7f4e2e105f04bd4434 (a0329cc)
dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1ad16fafbdfbf4d983112e5e811ea75f3727e67a (a0329cc)
datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/30f292141f98047d5acd526297f3f0e5bb79536e (a0329cc)
firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/89b34a91c7b56b03d59648bb582d3db1c5e06a4a (a0329cc)
gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a4ca99c42e5c618e57071a800f49d784a0bb6eea (a0329cc)
notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f732fd307f07f53afc5344620456d0e662f81624 (a0329cc)
retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d94dee346b3ae88d9d28bd97098bd2aba8093850 (a0329cc)
speech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/339a5d6c9cf9ecdcfe6c1ac33ae2ede71973584e (a0329cc)
texttospeech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ee942d9363c422443d9ec24c0dac8e373b37721f (a0329cc)
workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93f0e30afae73ea3ce888783de0a6bf53604e40d (a0329cc)

(adam)

2023-01-05 10:22:02 UTC MAIN commitmail json YAML

Updated devel/py-googleapis-common-protos, devel/py-google-api-core

(adam)

2023-01-05 10:21:41 UTC MAIN commitmail json YAML

py-google-api-core: updated to 2.11.0

v2.11.0

Features

Add support for Python 3.11
Allow representing enums with their unqualified symbolic names in headers

Bug Fixes

Major refactoring of Polling, Retry and Timeout logic
Require google-auth >= 2.14.1

(adam)

2023-01-05 10:17:21 UTC MAIN commitmail json YAML

py-googleapis-common-protos: updated to 1.57.1

v1.57.1
Bug Fixes
Mark reference_docs_uri field in google/api/client.proto as deprecated

(adam)

2023-01-05 09:20:34 UTC MAIN commitmail json YAML

zabbix50-proxy: Regen distinfo

Regenerate distinfo after patches consolidation. This fixes pkglint errors.

Reported by: wiz

(otis)

2023-01-05 08:29:02 UTC MAIN commitmail json YAML

www/Makefile: sort

(wiz)

2023-01-05 08:28:41 UTC MAIN commitmail json YAML

devel/Makefile: sort

(wiz)

2023-01-05 01:45:49 UTC MAIN commitmail json YAML

2023-01-05 01:42:15 UTC MAIN commitmail json YAML

configuring.xml: also mention CHECK_FILES_STRICT

(gutteridge)

2023-01-05 01:35:06 UTC MAIN commitmail json YAML

configuring.xml: tabs to spaces for consistent indentation

(gutteridge)

2023-01-04 22:27:19 UTC MAIN commitmail json YAML

doc: Updated devel/lua-rocks to 3.9.2

(nikita)

2023-01-04 22:27:08 UTC MAIN commitmail json YAML

lua-rocks: update to version 3.9.2

## What's new in LuaRocks 3.9.1

* Fixed error message when Lua library is not found
* Fixed build of Windows binary
* A couple of minor feature additions:
  * API: `loader.which` has a new mode for searching `package.path/cpath`
    * Adds a new second argument, `where`, a string which indicates places
      to search for the module. If `where` contains `"l"`, it will search
      using the LuaRocks loader; if it contains `"p"`, it will look in the
      filesystem using `package.path` and `package.cpath`. You can use both
      at the same time.
  * `--no-project` flag can be used to override `.luarocks` project directory
    detection

## What's new in LuaRocks 3.9.0

* `builtin` build mode now always respects CC, CFLAGS and LDFLAGS
* Check that lua.h version matches the desired Lua version
* Check that the version of the Lua C library matches the desired Lua version
* Fixed deployment of non-wrapped binaries
* Fixed crash when `--lua-version` option is malformed
* Fixed help message for `--pin` option
* Unix: use native methods and don't always rely on $USER to determine user
* Windows: use native CLI tooling more
* macOS: support .tbd extension when checking for libraries
* macOS: add XCode SDK path to search paths
* macOS: add best-effort heuristic for library search using Homebrew paths
* macOS: avoid quoting issues with LIBFLAG
* macOS: deployment target is now 11.0 on macOS 11+
* added DragonFly BSD support
* LuaRocks test suite now runs on Lua 5.4 and LuaJIT
* Internal dependencies of standalone LuaRocks executable were bumped

(nikita)

2023-01-04 18:46:09 UTC MAIN commitmail json YAML

2023-01-04 18:36:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/bsdinstall to 20160108nb1

(vins)

2023-01-04 18:35:56 UTC MAIN commitmail json YAML

2023-01-04 18:33:21 UTC MAIN commitmail json YAML

doc: lapack & friends update to 3.11.0

(wiz)

2023-01-04 18:31:36 UTC MAIN commitmail json YAML

lapack & friends: update to 3.11.0

3.11.0

This is a major release and also addressing multiple bug fixes.

2.1. Normwise criterion for infinite eigenvalues in the QZ algorithm
by @thijssteel

The normwise criterion is more robust at detecting infinite
eigenvalues than the elementwise criterion (PR #698). See also
https://arxiv.org/abs/2208.02057.

2.2 level-3 BLAS solvers for the triangular system and triangular
Sylvester equations by @angsch

The triangular Sylvester equation has been recognized to be prone
to overflow. For that purpose, *TRSYL utilizes a scaling factor to
represent the solution as (s^{-1} X) and solve the scaled equation
AX + XB = s C. Due to the scaling factor, there is some flexibility
in the representation of the solution. The proposed level-3 BLAS
version computes the scaling factors based on the upper bounds of
blocks to enable level-3 BLAS. The scaling is typically slightly
more aggressive so that an alternatively scaled final solution is
computed. This is no problem as long as the scaling factor does
not get flushed to zero (PR #651). The same upper bound calculation
was used to write the level-3 BLAS solver for the triangular system,
*LATRS3.

2.3 Givens rotations generated with less accumulation error by
@weslleyspereira

New algorithms for computing Givens rotations in complex arithmetic
that reduce the accumulation errors for computing each of the
outputs, c, s, r. The new algorithms are, on average, more accurate
than both the algorithms from LAPACK 3.9.1 and LAPACK 3.10.0 (PR
#631). See also https://arxiv.org/abs/2211.04010.

2.4 Faster algorithms for Least Squares by @scr2016

The new algorithms, *GELST, are similar to *GELS. *GELST avoids
computing triangular blocks twice as in *GELS, which means *GELST
runs faster (PR #739).

2.5 Improvements on the building system and the Continuous Testing
framework

    Regression test for illegal modification of Y in *GEMV by
    @matcross in PR #622.

    Test the Fortran intrinsic ABS and complex divisions and report
    failures during build by @weslleyspereira in PR #623.

    Appveyor is working in the Continuous Testing once more by
    @martin-frbg in PR #627.

    More tests and fixes for type mismatches by @angsch in PR #675.

    Solve build issues with IBM XLF by @friedc in PR #677.

    Explicit type casts to INT by @angsch in PR #684.

    Fix an out-of-bounds write in the tests by @angsch in PR #685.

    Adding support for NAG Fortran compiler (nagfor) by @ACSimon33
    in PR #686.

    Fix time check flag propagation and default value by @ACSimon33
    in PR #696.

    Fixed format warnings in 64 bit integer builds by @ACSimon33
    in PR #700.

    Explicit type casts and more rigorous CI by @weslleyspereira
    in PR #703.

    Fix type mismatches in function calls of testing code by
    @mjacobse in PR #706.

    Fix lower triangular band matrix generation by @angsch in PR
    #728.

2.6 Other improvements

    Improves the computation of norms in {S,D}ORBDB6 and {C,Z}UNBDB6
    by @Christoph Conrads in PR #647.

    Uses a Newton step to compute the initial guess for ETA in
    {S,D}LAED4 to reduce the number of iterations by @weslleyspereira
    in PR #655.

    Return immediately when scaling with one by @angsch in PR #674.

    Rearrange the application of the Householder reflectors in
    *LAQR5, which lowers the instruction count when FMA is available
    by @angsch in PR #681.

    Set SCALE early for robust triangular solvers by @angsch in PR
    #712.

    Add {C,Z}ROTG, {CS,ZD}ROT, {S,D}CABS1 to CBLAS by @angsch in
    PR #721.

    Add *LANGB to LAPACKE by @ACSimon33 in PR #725.

    NaN check for trapezoidal matrices on LAPACKE by @ACSimon33 in
    PR #738 and PR #742.

2.7 Bug fixes

    Fix LAPACKE_*tpmqrt_work for row-major matrices by @weslleyspereira
    in PR 540.

    Fix leading dimension check in LAPACKE窶冱 *geesv[x] and *gges[x]
    by @angsch in PR 665.

    Fix the left-looking variant of GEQRF by @weslleyspereira in
    PR 690.

    Fix workspace query for *SYEVD and *HEEVD routines by
    neil-lindquist@neil-lindquist in PR 691.

    Fix behavior of SCALE in *LATBS and *LATRS, and avoids NaN
    generation if entries in CNORM exceed the overflow threshold
    by @angsch in PR 712.

(wiz)

2023-01-04 17:27:26 UTC MAIN commitmail json YAML

doc: Updated security/acmesh to 3.0.5

(prlw1)

2023-01-04 17:27:11 UTC MAIN commitmail json YAML

Update acmesh to 3.0.5

- fix  Why try to purge Cloudflare DNS TXT record? #4369  and other bugs
- support Google Public CA
- support NotBefore and NotAfter fields.
- more dns apis support.

(prlw1)

2023-01-04 17:25:27 UTC MAIN commitmail json YAML

doc: Added devel/ccls version 0.20220729

(nikita)

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

Import devel/ccls as ccls version 0.20220729

ccls, which originates from cquery, is a C/C++/Objective-C language server.

Its features include:
- code completion (with both signature help and snippets)
- definition/references, and other cross references
- cross reference extensions: $ccls/call $ccls/inheritance
  $ccls/member $ccls/vars ...
- formatting
- hierarchies: call (caller/callee) hierarchy, inheritance
  (base/derived) hierarchy, member hierarchy
- symbol rename
- document symbols and approximate search of workspace symbol
- hover information
- diagnostics and code actions (clang FixIts)
- semantic highlighting and preprocessor skipped regions
- semantic navigation: $ccls/navigate

It has a global view of the code base and support a lot of cross reference
features, see https://github.com/MaskRay/ccls/wiki/FAQ.
It starts indexing the whole project (including subprojects if exist)
parallelly when you open the first file, while the main thread can serve
requests before the indexing is complete. Saving files will incrementally
update the index.

(nikita)

2023-01-04 16:01:20 UTC MAIN commitmail json YAML

Downgrade broot

(pin)

2023-01-04 16:00:34 UTC MAIN commitmail json YAML

sysutils/broot: Downgrade to 1.18.0

Newer versions require Rust >= 1.65

(pin)

2023-01-04 15:59:29 UTC MAIN commitmail json YAML

Downgrade ncspot

(pin)

2023-01-04 15:58:30 UTC MAIN commitmail json YAML

audio/ncspot: downgrade to 0.11.2

Newer version require Rust >= 1.65

(pin)

2023-01-04 15:35:31 UTC MAIN commitmail json YAML

doc: Note update of ruby-padrino and related packages to 0.15.2

www/ruby-padrino-support
www/ruby-padrino-helpers
www/ruby-padrino-core
www/ruby-padrino-admin
www/ruby-padrino-cache
www/ruby-padrino-mailer
www/ruby-padrino

(taca)

2023-01-04 15:33:37 UTC MAIN commitmail json YAML

www/ruby-padrino: update to 0.15.2

0.15.2 (2022-12-23)

* FIX #2261 Resolve failures in CI Build and update Circle config (@jkowens)
* FIX #2263 Padrino-gen fix for ActiveRecord 6.1 (@jkowens)
* FIX #2260 Pin HAML to newer version 5 (@jkowens)
* NEW #2259 Add Sinatra 3 compatibility (@jkowens)
* NEW #2251 Sets up CircleCI for new builds (@wikimatze)
* FIX #2243 for cascading mailer path when using partials (@HR-Partner)
* FIX #2250 I18n translation issue on Ruby 3.0 (@jinshen1983)
* FIX #2246 Various routing upgrades and fixes (@takeshi-yashiro)

(taca)

2023-01-04 15:30:11 UTC MAIN commitmail json YAML

Doc: Note update of ruby-sinatra and relatead pacakges to 3.0.5

www/ruby-rack-protection
www/ruby-sinatra
www/ruby-sinatra-contrib

(taca)

2023-01-04 15:29:10 UTC MAIN commitmail json YAML

doc: Updated www/ruby-mustermann to 3.0.0

(taca)

2023-01-04 15:27:59 UTC MAIN commitmail json YAML

www/ruby-sinatra: update to 3.0.5

It also update rack-protection and sinatra-contrib.

3.0.5 (2022-12-16)

* Fix: Add Zeitwerk compatibility. #1831 by Dawid Janczak
* Fix: Allow CALLERS_TO_IGNORE to be overridden

3.0.4 (2022-11-25)

* Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei
  Sakai

3.0.3 (2022-11-11)

* Fix: fixed ReDoS for Rack::Protection::IPSpoofing. #1823 by @ooooooo-q

3.0.2 (2022-10-01)

* New: Add Haml 6 support. #1820 by Jordan Owens

3.0.1 (2022-09-26)

* Fix: Revert removal of rack-protection.rb. #1814 by Olle Jonsson

* Fix: Revert change to server start and stop messaging by using
  Kernel#warn. Renamed internal warn method warn_for_deprecation. #1818 by
  Jordan Owens

3.0.0 (2022-09-26)

* New: Add Falcon support. #1794 by Samuel Williams and @horaciob
* New: Add AES GCM encryption support for session cookies. [#1324] (#1324)
  by Michael Coyne
* Deprecated: Sinatra Reloader will be removed in the next major release.
* Fix: Internal Sinatra errors now extend Sinatra::Error. This fixes #1204
  and #1518. bda8c29d by Jordan Owens
* Fix: Preserve query param value if named route param nil. #1676 by Jordan
  Owens
* Require Ruby 2.6 as minimum Ruby version. #1699 by Eloy P辿rez
* Breaking change: Remove support for the Stylus template engine. #1697 by
  Eloy P辿rez
* Breaking change: Remove support for the erubis template engine. #1761 by
  Eloy P辿rez
* Breaking change: Remove support for the textile template engine. #1766 by
  Eloy P辿rez
* Breaking change: Remove support for SASS as a template engine. #1768 by
  Eloy P辿rez
* Breaking change: Remove support for Wlang as a template engine. #1780 by
  Eloy P辿rez
* Breaking change: Remove support for CoffeeScript as a template
  engine. #1790 by Eloy P辿rez
* Breaking change: Remove support for Mediawiki as a template engine. #1791
  by Eloy P辿rez
* Breaking change: Remove support for Creole as a template engine. #1792 by
  Eloy P辿rez
* Breaking change: Remove support for Radius as a template engine. #1793 by
  Eloy P辿rez
* Breaking change: Remove support for the defunct Less templating
  library. See #1716, #1715 for more discussion and background. d1af2f1e by
  Olle Jonsson
* Breaking change: Remove Reel integration. 54597502 by Olle Jonsson
* CI: Start testing on Ruby 3.1. 60e221940 and b0fa4bef by Johannes W端rbach
* Use Kernel#caller_locations. #1491 by Julik Tarkhanov
* Docs: Japanese documentation: Add notes about the default_content_type
  setting. #1650 by Akifumi Tominaga
* Docs: Polish documentation: Add section about Multithreaded modes and
  Routes. #1708 by Patrick Gramatowski
* Docs: Japanese documentation: Make Session section reflect changes done to
  README.md. #1731 by @shu-i-chi

(taca)

2023-01-04 15:25:59 UTC MAIN commitmail json YAML

www/ruby-mustermann: update to 3.0.0

3.0.0 (2022-07-24)

* Drop support for old Rubies < 2.6.

(taca)

2023-01-04 15:23:58 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack to 3.0.3

(taca)

2023-01-04 15:23:35 UTC MAIN commitmail json YAML

www/ruby-rack: update to 3.0.3

3.0.3 (2022-12-26)

* Fix Regexp deprecated third argument with Regexp::NOENCODING (#1998)

3.0.2 (2022-12-05)

Fixed

* Utils.build_nested_query URL-encodes nested field names including the
  square brackets.
* Allow Rack::Response to pass through streaming bodies. (#1993, @ioquatix)

3.0.1 (2022-11-18)

Fixed

* MethodOverride does not look for an override if a request does not include
  form/parseable data.
* Rack::Lint::Wrapper correctly handles respond_to? with to_ary, each, call
  and to_path, forwarding to the body. (#1981, @ioquatix)

3.0.0 (2022-09-06)

* No changes

3.0.0.rc1 (2022-09-04)

SPEC Changes

* Stream argument must implement << #1959
* close may be called on rack.input #1956
* rack.response_finished may be used for executing code after the response
  has been finished #1952

3.0.0.beta1 (2022-08-08)

Security

* Do not use semicolon as GET parameter separator. (#1733, @jeremyevans)

SPEC Changes

* Response array must now be non-frozen.
* Response status must now be an integer greater than or equal to 100.
* Response headers must now be an unfrozen hash.
* Response header keys can no longer include uppercase characters.
* Response header values can be an Array to handle multiple values (and no
  longer supports \n encoded headers).
* Response body can now respond to #call (streaming body) instead of #each
  (enumerable body), for the equivalent of response hijacking in previous
  versions.
* Middleware must no longer call #each on the body, but they can call
  #to_ary on the body if it responds to #to_ary.
* rack.input is no longer required to be rewindable.
* rack.multithread/rack.multiprocess/rack.run_once/rack.version are no
  longer required environment keys.
* SERVER_PROTOCOL is now a required environment key, matching the HTTP
  protocol used in the request.
* rack.hijack? (partial hijack) and rack.hijack (full hijack) are now
  independently optional.
* rack.hijack_io has been removed completely.
* rack.response_finished is an optional environment key which contains an
  array of callable objects that must accept #call(env, status, headers,
  error) and are invoked after the response is finished (either successfully
  or unsuccessfully).
* It is okay to call #close on rack.input to indicate that you no longer
  need or care about the input.
* The stream argument supplied to the streaming body and hijack must support
  #<< for writing output.

Removed

* Remove rack.multithread/rack.multiprocess/rack.run_once. These variables
  generally come too late to be useful. (#1720, @ioquatix, @jeremyevans))
* Remove deprecated Rack::Request::SCHEME_WHITELIST. (@jeremyevans)
* Remove internal cookie deletion using pattern matching, there are very few
  practical cases where it would be useful and browsers handle it correctly
  without us doing anything special. (#1844, @ioquatix)
* Remove rack.version as it comes too late to be useful. (#1938, @ioquatix)
* Extract rackup command, Rack::Server, Rack::Handler, Rack::Lobster and
  related code into a separate gem. (#1937, @ioquatix)

Added

* Rack::Headers added to support lower-case header keys. (@jeremyevans)
* Rack::Utils#set_cookie_header now supports escape_key: false to avoid key
  escaping. (@jeremyevans)
* Rack::RewindableInput supports size. (@ahorek)
* Rack::RewindableInput::Middleware added for making rack.input
  rewindable. (@jeremyevans)
* The RFC 7239 Forwarded header is now supported and considered by default
  when looking for information on forwarding, falling back to the
  X-Forwarded-* headers. Rack::Request.forwarded_priority accessor has been
  added for configuring the priority of which header to check. (#1423,
  @jeremyevans)
* Allow response headers to contain array of values. (#1598, @ioquatix)
* Support callable body for explicit streaming support and clarify streaming
  response body behaviour. (#1745, @ioquatix, #1748, @wjordan)
* Allow Rack::Builder#run to take a block instead of an argument. (#1942,
  @ioquatix)
* Add rack.response_finished to Rack::Lint. (#1802, @BlakeWilliams, #1952,
  @ioquatix)
* The stream argument must implement #<<. (#1959, @ioquatix)

Changed

* BREAKING CHANGE: Require status to be an Integer. (#1662, @olleolleolle)
* BREAKING CHANGE: Query parsing now treats parameters without = as having
  the empty string value instead of nil value, to conform to the URL
  spec. (#1696, @jeremyevans)
* Relax validations around Rack::Request#host and
  Rack::Request#hostname. (#1606, @pvande)
* Removed antiquated handlers: FCGI, LSWS, SCGI, Thin. (#1658, @ioquatix)
* Removed options from Rack::Builder.parse_file and
  Rack::Builder.load_file. (#1663, @ioquatix)
* Rack::HTTP_VERSION has been removed and the HTTP_VERSION env setting is no
  longer set in the CGI and Webrick handlers. (#970, @jeremyevans)
* Rack::Request#[] and #[]= now warn even in non-verbose mode. (#1277,
  @jeremyevans)
* Decrease default allowed parameter recursion level from 100 to 32. (#1640,
  @jeremyevans)
* Attempting to parse a multipart response with an empty body now raises
  Rack::Multipart::EmptyContentError. (#1603, @jeremyevans)
* Rack::Utils.secure_compare uses OpenSSL's faster implementation if
  available. (#1711, @bdewater)
* Rack::Request#POST now caches an empty hash if input content type is not
  parseable. (#749, @jeremyevans)
* BREAKING CHANGE: Updated trusted_proxy? to match full 127.0.0.0/8
  network. (#1781, @snbloch)
* Explicitly deprecate Rack::File which was an alias for
  Rack::Files. (#1811, @ioquatix).
* Moved Rack::Session into separate gem. (#1805, @ioquatix)
* rackup -D option to daemonizes no longer changes the working directory to
  the root. (#1813, @jeremyevans)
* The x-forwarded-proto header is now considered before the
  x-forwarded-scheme header for determining the forwarded
  protocol. Rack::Request.x_forwarded_proto_priority accessor has been added
  for configuring the priority of which header to check. (#1809,
  @jeremyevans)
* Rack::Request.forwarded_authority (and methods that call it, such as host)
  now returns the last authority in the forwarded header, instead of the
  first, as earlier forwarded authorities can be forged by clients. This
  restores the Rack 2.1 behavior. (#1829, @jeremyevans)
* Use lower case cookie attributes when creating cookies, and fold cookie
  attributes to lower case when reading cookies (specifically impacting
  secure and httponly attributes). (#1849, @ioquatix)
* The response array must now be mutable (non-frozen) so middleware can
  modify it without allocating a new Array,therefore reducing object
  allocations. (#1887, #1927, @amatsuda, @ioquatix)
* rack.hijack? (partial hijack) and rack.hijack (full hijack) are now
  independently optional. rack.hijack_io is no longer
  required/specified. (#1939, @ioquatix)
* Allow calling close on rack.input. (#1956, @ioquatix)

Fixed

* Make Rack::MockResponse handle non-hash headers. (#1629, @jeremyevans)
* TempfileReaper now deletes temp files if application raises an
  exception. (#1679, @jeremyevans)
* Handle cookies with values that end in '=' (#1645, @lukaso)
* Make Rack::NullLogger respond to #fatal! @jeremyevans)
* Fix multipart filename generation for filenames that contain
  spaces. Encode spaces as "%20" instead of "+" which will be decoded
  properly by the multipart parser. (#1736, @muirdm)
* Rack::Request#scheme returns ws or wss when one of the X-Forwarded-Scheme
  / X-Forwarded-Proto headers is set to ws or wss, respectively. (#1730,
  @erwanst)

(taca)

2023-01-04 15:22:02 UTC MAIN commitmail json YAML

2023-01-04 15:20:49 UTC MAIN commitmail json YAML

doc: Added www/ruby-rack2 version 2.2.4

(taca)

2023-01-04 15:20:29 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-rack2

(taca)

2023-01-04 15:19:38 UTC MAIN commitmail json YAML

www/ruby-rack2: add package version 2.2.4

Add current ruby-rack package version 2.2.4 as ruby-rack2.

(taca)

2023-01-04 13:21:15 UTC MAIN commitmail json YAML

doc: Updated textproc/libplist to 2.2.0nb2

(wiz)

2023-01-04 13:21:04 UTC MAIN commitmail json YAML

libplist: remove python2 restriction

Builds fine for me with python 3.11.1 on NetBSD 10.99.2/amd64.

(wiz)

2023-01-04 12:26:08 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6713 - requested by gutteridge
devel/ccache: i386 build fix

Revisions pulled up:
- devel/ccache/Makefile                                        1.68

---
  Module Name:    pkgsrc
  Committed By:  gutteridge
  Date:          Wed Jan  4 02:26:47 UTC 2023

  Modified Files:
            pkgsrc/devel/ccache: Makefile

  Log Message:
  ccache: fix builds on i386 (and possibly other arches)

  Addresses PR pkg/57157 from ano(ther)nymous.

(bsiegert)

2023-01-04 10:50:17 UTC MAIN commitmail json YAML

2023-01-04 10:42:38 UTC MAIN commitmail json YAML

Updated devel/py-setuptools_scm, devel/colordiff, www/py-httpx, converters/py-simplejson

(adam)

2023-01-04 10:42:05 UTC MAIN commitmail json YAML

py-simplejson: updated to 3.18.1

Version 3.18.1 released 2023-01-03

* Remove unnecessary `i` variable from encoder module namespace
* Declare support for Python 3.11 and add wheels

(adam)

2023-01-04 10:37:03 UTC MAIN commitmail json YAML

py-httpx: updated to 0.23.3

0.23.3 (4th Jan, 2023)

Fixed

Version 0.23.2 accidentally included stricter type checking on query parameters. This shouldn've have been included in a minor version bump, and is now reverted.

0.23.2 (2nd Jan, 2023)

Added

Support digest auth nonce counting to avoid multiple auth requests.

Fixed

Multipart file uploads where the file length cannot be determine now use chunked transfer encoding, rather than loading the entire file into memory in order to determine the Content-Length.
Raise TypeError if content is passed a dict-instance.
Partially revert the API breaking change in 0.23.1, which removed RawURL. We continue to expose a url.raw property which is now a plain named-tuple. This API is still expected to be deprecated, but we will do so with a major version bump.

(adam)

2023-01-04 10:33:55 UTC MAIN commitmail json YAML

colordiff: updated to 1.0.21

Support for Windows C:\ProgramData instead of /etc, improved documentation for command-line options.

(adam)

2023-01-04 10:32:00 UTC MAIN commitmail json YAML

py-setuptools_scm: updated to 7.1.0

v7.1.0
use tomllib from stdlib
handle non-ascii in setup.cfg
implement fallback file finders for archives
removed coding header in python template
declared Python 3.11 support
update .git_archival.txt templates match git-describe invocation
fix handling of .git-archival.txt from tagged commit

(adam)

2023-01-04 10:28:08 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6712 - requested by gutteridge
net/tcpreplay: security fix

Revisions pulled up:
- net/tcpreplay/Makefile                                        1.29
- net/tcpreplay/distinfo                                        1.19
- net/tcpreplay/patches/patch-configure                        deleted

---
  Module Name:    pkgsrc
  Committed By:  gutteridge
  Date:          Thu Dec 29 23:29:04 UTC 2022

  Modified Files:
            pkgsrc/net/tcpreplay: Makefile distinfo
  Removed Files:
            pkgsrc/net/tcpreplay/patches: patch-configure

  Log Message:
  tcpreplay: update to 4.4.2

  08/28/2022 Version 4.4.2
        - remove autogen.sh from distribution tarballs (#745)
        - CVE-2022-37048 heap-overflow in get_l2len_protocol (#735)
        - replaying on a loopback interface is broken (#732)
        - replay edit with both --loop and --preload_pcap options (#729)
        - test suite bus error on armhf (#725)
        - CVE-2022-28487 format string vulnerability in fix_ipv6_checksums
  (#723)
        - CVE-2022-27942 heap-overflow in parse_mpls (#719)
        - CVE-2022-27940 CVE-2022-37047 CVE-2022-37049 heap-overflow in
  get_ipv6_next (#718)
        - CVE-2022-27939 reachable assertion in get_layer4_v6 (#717)
        - CVE-2022-25484 CVE-2022-27941 heap buffer overflow in
  get_l2len_protocol (#716)
        - remove bash-only test in configure script (#714)

(bsiegert)

2023-01-04 10:26:35 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6711 - requested by gdt
misc/raspberrypi-userland: build fix

Revisions pulled up:
- misc/raspberrypi-userland/Makefile                            1.19

---
  Module Name: pkgsrc
  Committed By: gdt
  Date: Mon Jan  2 21:03:57 UTC 2023

  Modified Files:
  pkgsrc/misc/raspberrypi-userland: Makefile

  Log Message:
  misc/raspberrypi-userland: Needs pkg-config

  (needs pullup)

(bsiegert)

2023-01-04 09:37:45 UTC MAIN commitmail json YAML

doc: Updated www/lighttpd to 1.4.68

(wiz)

2023-01-04 09:37:37 UTC MAIN commitmail json YAML

lighttpd: update to 1.4.68.

Important changes:
* stronger TLS defaults (as previously announced)
* KTLS sendfile in mod_openssl and mod_gnutls, if available and enabled
* removal of deprecated modules

(wiz)

2023-01-04 09:34:53 UTC MAIN commitmail json YAML

doc: Updated games/einstein-puzzle to 2.2

(wiz)

2023-01-04 09:34:45 UTC MAIN commitmail json YAML

einstein-puzzle: update to 2.2.

Switch to a maintained fork: lots of code cleanups.

(wiz)

2023-01-04 09:24:47 UTC MAIN commitmail json YAML

meta-pkgs/lxqt: reflect homepage change

(pin)

2023-01-04 09:23:20 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.19.0

(pin)

2023-01-04 09:22:56 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.19.0

- Nushell support - Fix #375 - Thanks @FrancescElies, @mediumrarez, and issue
  contributors

(pin)

2023-01-04 07:46:08 UTC MAIN commitmail json YAML

doc: Updated finance/gnucash-docs to 4.13

(wiz)

2023-01-04 07:45:59 UTC MAIN commitmail json YAML

gnucash-docs: update to 4.13.

4.13  - 18 December 2022
        o Bug 798620 - Unable to build docs on Mageia Cauldron
        o Bug 798623 - ENG. Typo "documenation"
        o Bug 798624 - Document how to check if GnuCash is running when
                      updating quotes
        o Bug 798645 - screens instead of WINDOWS
        o Bug 798665 - New: ENG. Typo: Unnecessary determiner "a"
                      in 2.6.1. Migrating financial data.
        o Bug 798674 - Broken link on Chapter 17. Python Bindings
        o Manual:de: Account_Actions: Tippfehler-Korrektur
        o Review URLs and replace them by entities in all parts and languages excepting in comments or FDL appendix
        o manual, ch_Finance-Quote: fix broken entities
        o gnc-gui-struct.dtd: fix some mistakes and add entities for menuitems and menuchoice.
        o Update url-irc to "irc://irc.gimp.net/gnucash" see the email announcement
        o Partial Modernization of Manual:C:Business: Differentiation of admonitions and improvement of lists
        o Manual:C: Convert CSV assistant into <procedure>
        o Multi-split csv elaboration
        o Update app-fq-vers to "1.53"
        o Replace "Online Quote Setup" instructions in Guide by links to the manual chapter.
        O Enhance bookinfos by subtitle and titleabbrev;drop "Help" from manual. Adding titleabbrev allows yelp to display the version in its titlebar
        o Guide:C: Fix image declarations: Some were not properly scaled and others didn't appear in the List of Figures.
        o Replace all hardcoded width="510[px]" by "&img-w;" for for both components in all languages
        o Ensure our documentation is also found when gnucash is run in KDE
        o Restore draft status in gnc-docbook.dtd.
        o New and Updated Translations: German

(wiz)

2023-01-04 07:42:05 UTC MAIN commitmail json YAML

fish: link against terminfo

For now, only on NetBSD - probably needed on all platforms?

Needed by binutils 2.39.

(wiz)

2023-01-04 02:26:47 UTC MAIN commitmail json YAML

ccache: fix builds on i386 (and possibly other arches)

Addresses PR pkg/57157 from ano(ther)nymous.

(gutteridge)

2023-01-04 01:48:49 UTC MAIN commitmail json YAML

radare2: remove requirement on Git to build

This removes the need to clone repositories to build radare2.
Thanks wiz@ for the heads up.

Tested on NetBSD/amd64.

No revision bump as the resulting package should be identical.

(khorben)

2023-01-04 01:19:58 UTC MAIN commitmail json YAML

lang/elixir: Improve locale handling

  - actually set the build env for the diagnostics
  - set LC_ALL after bsd.pkg.mk
  - document why we are setting it

(gdt)

2023-01-04 00:22:01 UTC MAIN commitmail json YAML

lang/elixir: Add debugging printouts about locale

NFCI; just prints environment variables and locale before the build.

(gdt)

2023-01-03 21:22:44 UTC MAIN commitmail json YAML

Updated lang/nodejs, devel/py-ipython

(adam)

2023-01-03 21:22:01 UTC MAIN commitmail json YAML

py-ipython: updated to 8.8.0

IPython 8.8.0
-------------

First release of IPython in 2023 as there was no release at the end of
December.

This is an unusually big release (relatively speaking) with more than 15 Pull
Requests merge.

Of particular interest are:

- :ghpull:`13852` that replace the greedy completer and improve
  completion, in particular for dictionary keys.
- :ghpull:`13858` that adds ``py.typed`` to ``setup.cfg`` to make sure it is
  bundled in wheels.
- :ghpull:`13869` that implements tab completions for IPython options in the
  shell when using `argcomplete <https://github.com/kislyuk/argcomplete>`. I
  believe this also needs a recent version of Traitlets.
- :ghpull:`13865` makes the ``inspector`` class of `InteractiveShell`
  configurable.
- :ghpull:`13880` that remove minor-version entrypoints as the minor version
  entry points that would be included in the wheel would be the one of the
  Python version that was used to build the ``whl`` file.

In no particular order, the rest of the changes update the test suite to be
compatible with Pygments 2.14, various docfixes, testing on more recent python
versions and various updates.

(adam)

2023-01-03 21:18:53 UTC MAIN commitmail json YAML

nodejs: updated to 19.3.0

Version 19.3.0 (Current)

Notable Changes

Updated npm to 9.2.0
build: disable v8 snapshot compression by default (Joyee Cheung)
doc: add doc-only deprecation for headers/trailers setters (Rich Trott)
doc: add Rafael Gonzaga to the TSC (Michael Dawson)
(SEMVER-MINOR) net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna)
(SEMVER-MINOR) src: add uvwasi version (Jithil P Ponnan)
(SEMVER-MINOR) test_runner: add t.after() hook (Colin Ihrig)
(SEMVER-MINOR) test_runner: don't use a symbol for runHook() (Colin Ihrig)
tls: remove trustcor root ca certificates (Ben Noordhuis)

(adam)

2023-01-03 20:44:28 UTC MAIN commitmail json YAML

doc: Updated devel/wayland-protocols to 1.31nb1

(ryoon)

2023-01-03 20:43:35 UTC MAIN commitmail json YAML

wayland-protocols: Fix x11/gtk3 build

Fix another problematic .xml file to fix x11/gtk3 build.

BUmp PKGREVISION.

(ryoon)

2023-01-03 19:10:37 UTC MAIN commitmail json YAML

Updated textproc/po4a, multimedia/mkvtoolnix

(adam)

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

mkvtoolnix: updated to 73.0.0

Version 73.0.0 "25 or 6 to 4" 2023-01-02

New features and enhancements

* mkvmerge: greatly enhanced the speed of Base64 decoding which is used used
  e.g. when reading pictures embedded in Ogg or FLAC files or for binary data
  inside XML chapter & tag files. Even small blocks of data could take
  unreasonably long.
* mkvmerge: added support for reading HEVC/H.265 video from FLV
  containers.

Bug fixes

* mkvmerge: splitting: fixed a typo in the string output in GUI mode regarding
  the timestamps before which splitting was done.
* MKVToolNix GUI: job output: after having run multiple jobs the "Clear
  output" functionality only reset the visible parts. However, using the "save
  output" function would also save the output generated before the user used
  "clear output". Now only the output after the last use of "clear output" is
  saved.
* build system: when probing for the FLAC library the Ogg libraries will be
  linked with the compiled test program as well. This fixes detection if the
  `pkg-config` settings for FLAC don't list Ogg & the linker doesn't find the
  library automatically (e.g. for my macOS builds).

(adam)

2023-01-03 19:08:01 UTC MAIN commitmail json YAML

po4a: updated to 0.69

        ___  __  ___
__  __/ _ \ / /_ / _ \
\ \ / / | | | '_ \ (_) |          Happy New Year release.
\ V /| |_| | (_) \__, |
  \_/  \___(_)___/  /_/          (Released on 2023/01/01)

Markdown:
* Parts of a fenced divs are now translated separately

YAML and Yaml Front Matter:
* Use the implementation of YFM to parse YAML files too.
  - This reduces the code dupplication, and brings the nice features over:
    Numbers and arrays are not quoted anymore in Yaml files, as it should be.
  - This adds the yfm_paths option to Markdown and Asciidoc YFM,
    fixing GitHub's 392 along the way.
  - Please note that '-o keys' is now case-sensitive in Yaml documents.
* Do not translate nor quote booleans, so that they are not treated as string.
  Thanks Gissmo for GitHub's PR 393, even if I had to rework it quite a bit.

XML:
* Correctly handle placeholders of empty elements
* Translate attributes within attribute-folded inline and placeholder
  alt attribute of <img> can be properly handled with:
  -o 'attributes=<image>alt' -o 'inline=<image>' -o foldattributes
* Thanks k-yaegashi for the pull request fixing both issues

Project organization:
* Do not leak the generation date in our manpages
  Thanks Arnout Engelen for the pull request.

Translations:
* New translation: Georgian, thanks Temuri Doghonadze.
* Updated: Dutch, thanks Frans Spiesschaert.
* Updated: French, thanks Jérémie Tarot & Brandelune.
* Updated: Italian, thanks Marco Ciampa.
* Updated: Japanese, thanks gemmaro.
* Updated: Portuguese, thanks Hugo Carvalho.
* Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
* Updated: Ukrainian, thanks Yuri Chornoivan (українська).

Status of the binary translation:
* 100%: fr, it, nl, pt_BR, uk.
* >95%: eo (96%), nb (96%), pt (99%), sr_Cyrl (99%).
* >90%: de (94%), es (94%), hr (94%), hu (92%), ru (93%), zh_CN (94%), zh_Hant (94%).
* >70%: id (77%), sv (72%).
* >50%: cs (57%), da (62%), et (67%), eu (56%), ja (63%), pl (62%), sl (56%), vi (67%).
* >33%: ca (45%).
* Starting: ace (2%), af (7%), ar (14%), ka (16%), kn (7%), ko (18%), zh_HK (3%).

Status of the documentation translation:
* 100%: it, uk.
* >95%: de (98%), fr (99%), ja (96%), nl (99%), sr_Cyrl (98%).
* >90%: pt (93%), pt_BR (94%), zh_CHS (94%), zh_Hant (94%).
* >80%: es (83%).
* >50%: pl (66%), ru (64%).
* >33%: ca (43%).
* Starting: eo (2%), hr (0%), hu (0%), nb (4%).

(adam)