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

2024-05-12 22:17:12 UTC Now

2023-08-04 22:30:09 UTC MAIN commitmail json YAML

2023-08-04 20:38:07 UTC MAIN commitmail json YAML

Updated textproc/ugrep, archivers/unrar

(adam)

2023-08-04 20:37:46 UTC MAIN commitmail json YAML

unrar: updated to 6.2.10

6.2.10
Unknown changes

(adam)

2023-08-04 20:36:30 UTC MAIN commitmail json YAML

ugrep: updated to 3.12.5

ugrep v3.12.5

New --iglob and --glob-ignore-case options, as requested by ugrep users.

(adam)

2023-08-04 20:06:55 UTC MAIN commitmail json YAML

Updated devel/SDL2, fonts/py-fonttools

(adam)

2023-08-04 20:06:28 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.42.0

4.42.0 (released 2023-08-02)
----------------------------

- [varLib] Use sentinel value 0xFFFF to mark a glyph advance in hmtx/vmtx as non
  participating, allowing sparse masters to contain glyphs for variation purposes other
  than {H,V}VAR
- [varLib/cff] Treat empty glyphs in non-default masters as missing, thus not participating
  in CFF2 delta computation, similarly to how varLib already treats them for gvar
- Added varLib.avarPlanner script to deduce 'correct' avar v1 axis mappings based on
  glyph average weights

(adam)

2023-08-04 20:03:10 UTC MAIN commitmail json YAML

SDL2: updated to 2.28.2

2.28.2

This is a stable bugfix release, with the following changes:

Fixed occasionally failing to open the clipboard on Windows
Fixed crash at shutdown when using the D3D11 renderer
Fixed setting the viewport when using the D3D12 renderer
Fixed crash using SDL event functions before initializing SDL on Windows
Fixed Xbox controller trigger motion events on Windows
Fixed Xbox controller rumble in the background on Windows
Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers
Fixed 8BitDo gamepad mapping when in XInput mode on Linux
Fixed controller lockup initializing some unofficial PS4 replica controllers
Fixed video initialization on headless Linux systems using VNC
Fixed large mouse jump when changing relative mouse mode on macOS
Fixed hardware keyboard text input on iPadOS

(adam)

2023-08-04 19:44:01 UTC MAIN commitmail json YAML

qt6-qtbase: add "used by" for new packages; use clang settings in qmake.conf.mac

(adam)

2023-08-04 19:42:01 UTC MAIN commitmail json YAML

qt6: add qt6-qtwayland, qt6-qtvirtualkeyboard, qt6-qtconnectivity, qt6-qtsensors

(adam)

2023-08-04 19:41:26 UTC MAIN commitmail json YAML

Added devel/qt6-qtwayland, inputmethod/qt6-qtvirtualkeyboard, comms/qt6-qtconnectivity, misc/qt6-qtsensors

(adam)

2023-08-04 19:40:42 UTC MAIN commitmail json YAML

2023-08-04 19:37:01 UTC MAIN commitmail json YAML

2023-08-04 19:24:22 UTC MAIN commitmail json YAML

qt6-qtwayland: added to Makefile

(adam)

2023-08-04 19:23:30 UTC MAIN commitmail json YAML

qt6-qtvirtualkeyboard: added version 6.5.2

Qt Virtual Keyboard is a virtual keyboard framework that consists of a C++
backend supporting custom input methods as well as a UI frontend implemented
in QML.

(adam)

2023-08-04 19:16:47 UTC MAIN commitmail json YAML

2023-08-04 17:36:30 UTC MAIN commitmail json YAML

gst-plugins1-base: fails in strict ISO C mode on some platforms

(nia)

2023-08-04 17:27:43 UTC MAIN commitmail json YAML

alephone: "fails with C++14 default language" is no longer accurate
(in fact it requires c++17)

(nia)

2023-08-04 17:15:08 UTC MAIN commitmail json YAML

xfmail: Fix typo.

(nia)

2023-08-04 17:10:08 UTC MAIN commitmail json YAML

py-qt-builder: fix for Darwin - application bundles are not supported

(adam)

2023-08-04 17:06:48 UTC MAIN commitmail json YAML

pcsxr: use gnu99 for typeof

(nia)

2023-08-04 14:27:56 UTC MAIN commitmail json YAML

flycast: Bump compiler requirement due to ICE.

(nia)

2023-08-04 13:11:24 UTC MAIN commitmail json YAML

gimp-ufraw: Adapt to newer glib and exiv2

  - patch ufraw for newer error and pointer (AutoPtr to UniquePtr) types
  - avoid extern C around glib includes
  - don't force --std=c++03, because exiv2 fails with that

(gdt)

2023-08-04 12:49:57 UTC MAIN commitmail json YAML

doc: Updated net/piratebay to 0.1.7

(pin)

2023-08-04 12:49:28 UTC MAIN commitmail json YAML

net/piratebay: update to 0.1.7

What's Changed
- Add NetBSD by @0323pin in #7
- Fix: use rustls instead of openssl by @tsirysndr in #9

(pin)

2023-08-04 09:52:50 UTC MAIN commitmail json YAML

Added devel/py-test-mypy-plugins; Updated sysutils/py-loguru

(adam)

2023-08-04 09:52:31 UTC MAIN commitmail json YAML

py-loguru: updated to 0.7.0

0.7.0

Update InterceptHandler recipe to make it compatible with Python 3.11
Add a new watch optional argument to file sinks in order to automatically re-create possibly deleted or changed file
Make patch() calls cumulative instead of overriding the possibly existing patching function
Make sinks added with enqueue=True and catch=False still process logged messages in case of internal exception
Avoid possible deadlocks caused by re-using the logger inside a sink, a signal handler or a __del__ method. Since the logger is not re-entrant, such misuse will be detected and will now generate a RuntimeError
Fix file sink rotation using an aware datetime.time for which the timezone was ignored
Fix logs colorization not automatically enabled for Jupyter Notebook and Google Colab
Fix logs colorization not automatically enabled for Github Actions and others CI platforms
Fix logger.complete() possibly hanging forever when enqueue=True and catch=False if internal thread killed due to Exception raised by sink
Fix incompatibility with freezegun library used to simulate time
Raise exception if logger.catch() is used to wrap a class instead of a function to avoid unexpected behavior

(adam)

2023-08-04 09:49:45 UTC MAIN commitmail json YAML

py-test-mypy-plugins: substiture mypy command name

(adam)

2023-08-04 09:33:44 UTC MAIN commitmail json YAML

2023-08-04 09:04:21 UTC MAIN commitmail json YAML

doc: Updated textproc/lok to 0.2.3

(pin)

2023-08-04 09:03:56 UTC MAIN commitmail json YAML

textproc/lok: update to 0.2.3

- add lisp to config.rs
- add kotlin to config.rs
- bump dependencies and fix clippy warnings

(pin)

2023-08-04 09:03:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.9.2

(pin)

2023-08-04 09:02:48 UTC MAIN commitmail json YAML

sysutils/zoxide: update to 0.9.2

0.9.2 - 2023-08-04
Added
- Short option -a for zoxide query --all.

Fixed
- PowerShell: use global scope for variables / functions.

(pin)

2023-08-04 08:32:53 UTC MAIN commitmail json YAML

Updated audio/py-audioread, textproc/py-markdown2

(adam)

2023-08-04 08:32:28 UTC MAIN commitmail json YAML

py-markdown2: updated to 2.4.10

python-markdown2 2.4.10

- Allow more relative links in safe mode
- Always restore hashed HTML blocks
- Add `middle-word-em` extra

(adam)

2023-08-04 08:30:19 UTC MAIN commitmail json YAML

py-audioread: updated to 3.0.0

3.0.0
Drop support for Python 2 and older versions of Python 3. The library now requires Python 3.6+. Increase default block size in FFmpegAudioFile to get slightly faster file reading. Cache backends for faster lookup (thanks to @bmcfee). Audio file classes now inherit from a common base AudioFile class.

(adam)

2023-08-04 08:21:09 UTC MAIN commitmail json YAML

Updated net/py-responses, devel/py-test-checkdocs, net/py-pypiserver, textproc/py-fastjsonschema

(adam)

2023-08-04 08:20:10 UTC MAIN commitmail json YAML

py-fastjsonschema: updated to 2.18.0

2.18.0 (2023-07-22)

* Improved error message for required props - only missing are reported
* Fixed support of boolean schema in if-then-else application

(adam)

2023-08-04 08:17:36 UTC MAIN commitmail json YAML

py-pypiserver: updated to 1.5.2

1.5.2 (2023-07-30)
- FIX: Add missing pip dependency
- MAINT: Feat/dependabot
- FIX: Health endpoint usage is missing.
- MAINT: Bump waitress from 1.4.4 to 2.1.2 in /docker
- MAINT: update docs folder
- MAINT: Update README.rst and config.py
- MAINT: add help output for `run` and `update` to README
- MAINT: Update README to reflect run/update commands
- MAINT: Upgrade to psf/black stable style 2023
- MAINT: disable tests on Python3.6
- FIX: explicit optional types in `config.py`
- ENH: :stethoscope: allow customized health check endpoint
- FIX: correct 1.5.1 tag date in CHANGES
- MAINT: from importlib import reload for Python 3
- FIX: force setuptools update + no duplicate runs in GH Actions
- MAINT: Support current versions of CPython
- MAINT: Upgrade GitHub Actions:

(adam)

2023-08-04 08:08:59 UTC MAIN commitmail json YAML

py-test-checkdocs: updated to 2.10.1

v2.10.1
No significant changes.

(adam)

2023-08-04 08:07:45 UTC MAIN commitmail json YAML

py-responses: updated to 0.23.3

0.23.3
* Allow urllib3>=1.25.10

(adam)

2023-08-04 07:08:30 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 18.2.2

(pin)

2023-08-04 07:08:03 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 18.2.2

Bug Fixes
- platform: use built-in sync.Map (2007f9d), closes #4116

(pin)

2023-08-04 07:00:58 UTC MAIN commitmail json YAML

2023-08-04 05:26:59 UTC MAIN commitmail json YAML

wireshark: now qt6 is default for all platforms as now qt6 builds on Darwin

(adam)

2023-08-04 05:25:12 UTC MAIN commitmail json YAML

Updated www/py-django3, devel/py-configargparse

(adam)

2023-08-04 05:24:49 UTC MAIN commitmail json YAML

py-configargparse: updated to 1.7

1.7
added several missed global variables from the argparse module

(adam)

2023-08-04 05:22:05 UTC MAIN commitmail json YAML

py-django3: updated to 3.2.20

Django 3.2.20 fixes a security issue with severity “moderate” in 3.2.19.

CVE-2023-36053: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator¶

EmailValidator and URLValidator were subject to potential regular expression denial of service attack via a very large number of domain name labels of emails and URLs.

(adam)

2023-08-04 05:18:25 UTC MAIN commitmail json YAML

Updated www/py-test-httpx, textproc/py-pyaml

(adam)

2023-08-04 05:18:06 UTC MAIN commitmail json YAML

py-pyaml: updated to 23.7.0

23.7.0
Unknown changes

(adam)

2023-08-04 05:14:10 UTC MAIN commitmail json YAML

py-capturer: update HOMEPAGE, add USE_LANGUAGES

(adam)

2023-08-04 05:10:22 UTC MAIN commitmail json YAML

py-test-httpx: updated to 0.23.1

0.23.1
Fixed
- Version `0.23.0` introduced a regression removing the support for mutating json content provided in `httpx_mock.add_response`.
- This is fixed, you can now expect the JSON return being as it was when provided to `httpx_mock.add_response`:
```python
  mutating_json = {"content": "request 1"}
  # This will return {"content": "request 1"}
  httpx_mock.add_response(json=mutating_json)

  mutating_json["content"] = "request 2"
  # This will return {"content": "request 2"}
  httpx_mock.add_response(json=mutating_json)
```

0.23.0
Removed
- Python `3.7` and `3.8` are no longer supported.

Fixed
- `httpx_mock.add_response` is now returning a new `httpx.Response` instance upon each matching request. Preventing unnecessary recursion in streams.

(adam)

2023-08-04 04:55:06 UTC MAIN commitmail json YAML

Updated x11/py-sip6, x11/py-sip-qt6

(adam)

2023-08-04 04:54:43 UTC MAIN commitmail json YAML

py-sip-qt6: updated to 13.5.2

13.5.2
Unknown changes

(adam)

2023-08-04 04:51:24 UTC MAIN commitmail json YAML

py-sip6: updated to 6.7.11

v6.7.11
- Bug fixes.

(adam)

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

aiksaurus: move C++03 from USE_LANGUAGES to FORCE_CXX_STD

(gutteridge)

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

doc: Updated meta-pkgs/qt6 to 6.5.2

(gutteridge)

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

qt6: update to 6.5.2

Catch up with dependant packages and fix bulk builds.

(gutteridge)

2023-08-03 23:38:30 UTC MAIN commitmail json YAML

py-nose: comment out Python 2-only test target

Silences pbulk warning, and noone will really run this nowadays.

(wiz)

2023-08-03 22:03:30 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 116.0

(ryoon)

2023-08-03 22:03:16 UTC MAIN commitmail json YAML

firefox-l10n: Update to 116.0

* Sync with www/firefox-116.0.

(ryoon)

2023-08-03 22:02:47 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 116.0

(ryoon)

2023-08-03 22:02:33 UTC MAIN commitmail json YAML

firefox: Update to 116.0

* speech-dispatcher is not tested yet.

Changelog:
New

  * Sidebar switcher allows users to access Bookmarks, History and Synced Tabs
    panels easily, quickly switch between them, move the sidebar to another
    side of the browser window, or close the sidebar. Now, keyboard users would
    be able to do it all with ease too, with or without any assistive
    technology running, without needing to memorize keyboard shortcuts to
    access these panels.

  * When an update is available in English locales, users will now have access
    to the release notes in the update notification prompt in the form of a
    "Learn More" link.

  * It is now possible to copy any file from your operating system and paste it
    into Firefox.

  * You asked, and we listened! The volume slider is now available in
    Picture-in-Picture.

  * We added the possibility to edit existing text annotations.

Fixed

  * The upload performance of HTTP/2 has been significantly improved starting
    with Firefox 115.0, particularly on those with a higher bandwidth delay
    product (i.e., networks characterized by both high bandwidth and high
    latency).

  * Various security fixes.

Changed

  * The keyboard shortcut to reopen closed tabs (command + shift + t) now
    reopens last closed tab or last closed window, in the order items were
    closed. If there aren't any tabs or windows to reopen, this command
    restores the previous session. This change is in anticipation of upcoming
    changes to recently closed tabs.

Security fixes:
#CVE-2023-4045: Offscreen Canvas could have bypassed cross-origin restrictions
#CVE-2023-4046: Incorrect value used during WASM compilation
#CVE-2023-4047: Potential permissions request bypass via clickjacking
#CVE-2023-4048: Crash in DOMParser due to out-of-memory conditions
#CVE-2023-4049: Fix potential race conditions when releasing platform objects
#CVE-2023-4050: Stack buffer overflow in StorageManager
#CVE-2023-4051: Full screen notification obscured by file open dialog
#CVE-2023-4052: File deletion and privilege escalation through Firefox
uninstaller
#CVE-2023-4053: Full screen notification obscured by external program
#CVE-2023-4054: Lack of warning when opening appref-ms files
#CVE-2023-4055: Cookie jar overflow caused unexpected cookie jar state
#CVE-2023-4056: Memory safety bugs fixed in Firefox 116, Firefox ESR 115.1,
Firefox ESR 102.14, Thunderbird 115.1, and Thunderbird 102.14
#CVE-2023-4057: Memory safety bugs fixed in Firefox 116, Firefox ESR 115.1, and
Thunderbird 115.1
#CVE-2023-4058: Memory safety bugs fixed in Firefox 116

(ryoon)

2023-08-03 21:06:46 UTC MAIN commitmail json YAML

Use gnu99 where required to get definitions for libc symbols.

(nia)

2023-08-03 20:07:18 UTC MAIN commitmail json YAML

Updated qt6 to 6.5.2

(adam)

2023-08-03 20:04:47 UTC MAIN commitmail json YAML

2023-08-03 20:01:33 UTC MAIN commitmail json YAML

2023-08-03 19:42:20 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 18.2.1

(pin)

2023-08-03 19:41:58 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 18.2.1

Bug Fixes
- engine: use concurrent map for Segments (ea61002), closes #4116
- winreg: fetch default key value (8554fb6), closes #4119

(pin)

2023-08-03 18:59:44 UTC MAIN commitmail json YAML

Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools

(adam)

2023-08-03 18:58:49 UTC MAIN commitmail json YAML

2023-08-03 18:41:55 UTC MAIN commitmail json YAML

doc: Added textproc/xt-rs version 0.18.2

(pin)

2023-08-03 18:41:24 UTC MAIN commitmail json YAML

2023-08-03 18:40:39 UTC MAIN commitmail json YAML

textproc/xt-rs: import package

xt is a cross-format translator for JSON, YAML, TOML, and MessagePack.

xt is built to do one thing well, and tries to maintain a minimal interface and
feature set.
The most common options are -t to specify an output format other than JSON, and
one or more files to read from rather than standard input.

Some of xt's notable features include:
- Automatic Format Detection
  When the input format is not specified with the -f option, xt can detect it
  automatically by file extension, or by examining the content of the input
  stream itself.
- Multi-Document Support
  With most output formats, xt can translate multiple input files, each
  containing one or more independent documents, to a single output stream.
  For example, a set of YAML files with documents separated by --- markers can
  translate to a single stream of newline-delimited JSON objects. With format
  detection enabled, xt can even translate input files in different formats to
  a single output.
- Streaming Translation
  xt can translate multi-document inputs from unbounded sources like shell
  pipes with minimal buffering, while still supporting features like automatic
  format detection. Streaming is enabled automatically whenever it's required.

(pin)

2023-08-03 18:26:14 UTC MAIN commitmail json YAML

doc: Added sysutils/lla version 0.1.3

(pin)

2023-08-03 18:25:47 UTC MAIN commitmail json YAML

2023-08-03 18:25:05 UTC MAIN commitmail json YAML

sysutils/lla: import package

lla (Lightweight ls Alternative) is an elegant and efficient command-line
utility written in Rust, designed to be a fast and minimalistic replacement for
the classic ls command.
Say goodbye to cluttered outputs and embrace a refreshing listing experience
with lla. Whether you're dealing with small directories or vast file landscapes,
lla delivers lightning-fast performance with its minimalist design.

(pin)

2023-08-03 18:23:21 UTC MAIN commitmail json YAML

doc: Updated net/piratebay to 0.1.6

(pin)

2023-08-03 18:22:55 UTC MAIN commitmail json YAML

net/piratebay: update to 0.1.6

What's Changed
- fix: update piratebay API URL by @tsirysndr in #4
- chore: setup nix flake and devcontainer by @tsirysndr in #5

(pin)

2023-08-03 14:16:22 UTC MAIN commitmail json YAML

mupdf: Add a comment to describe why thirdpaty/lcms2 is not removed

(ryoon)

2023-08-03 13:37:53 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Log4perl to 1.57

(wen)

2023-08-03 13:36:44 UTC MAIN commitmail json YAML

Update to 1.57

Upstream changes:
1.57 2022-10-21
- fix tests so work on Perl 5.37.3 - thanks @tonycoz

1.56 2022-09-02
- fix repo metadata - thanks @mschilli for report

1.55 2022-06-02
- fix Appender::File bug on Windows when different volume
- add autoflush option to Log::Log4perl::Appender::Screen - thanks @abraxxa
- stderr option for Appender::Screen* can take hash - thanks @bmodotdev

(wen)

2023-08-03 13:31:46 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatchouli to 3.005

(wen)

2023-08-03 13:30:42 UTC MAIN commitmail json YAML

Update to 3.005

Upstream changes:
3.005    2023-06-08 20:41:02-04:00 America/New_York
        - add parse_event_string_as_hash, which loses duplicate k/v pairs
          but makes life a little easier

3.004    2023-06-05 21:26:03-04:00 America/New_York
        - optimization to parsing of quoted strings (thanks, Rob Mueller)

3.003    2023-06-05 08:10:52-04:00 America/New_York
        - Log::Fmt will now flog ref-refs, meaning you can easily log JSON as
          log event values

(wen)

2023-08-03 13:19:54 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any to 1.716

(wen)

2023-08-03 13:19:09 UTC MAIN commitmail json YAML

Update to 1.716

Upstream changes:
1.716    2023-06-26 14:14:46-05:00 America/Chicago

  [Added]

  - Added a parameter to show stack trace arguments when using the
    WithStackTrace proxy. Since these arguments may contain sensitive
    information, they are now removed by default. Thanks @sam-ng and
    @GrantStreetGroup for submitting this patch! [Github #97]

(wen)

2023-08-03 13:15:40 UTC MAIN commitmail json YAML

Updated devel/p5-Git-CPAN-Patch to 2.5.0

(wen)

2023-08-03 13:13:39 UTC MAIN commitmail json YAML

Update to 2.5.0

Upstream changes:
2.5.0 2022-03-06
[ENHANCEMENTS]
- Remove dependency on CLASS module

[STATISTICS]
- code churn: 3 files changed, 239 insertions(+), 238 deletions(-)

2.4.0 2021-09-19
[ENHANCEMENTS]
- Only prefix tag with 'v' if needed. (GH#42, zmughal)
- Add a --nocheck negation version of --check. (GH#41, zmughal)

[STATISTICS]
- code churn: 6 files changed, 118 insertions(+), 16 deletions(-)

(wen)

2023-08-03 12:27:04 UTC MAIN commitmail json YAML

pciutils: cannot use standard c99, uses symbol versions

(nia)

2023-08-03 12:18:17 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Long-Descriptive to 0.111

(wen)

2023-08-03 12:17:33 UTC MAIN commitmail json YAML

Update to 0.111

Upstream changes:
0.111    2022-12-31 21:15:52-05:00 America/New_York
        - clean up the required perl version in the code
        - update author contact info

0.110    2021-10-30 23:11:43-04:00 America/New_York
        - just small packaging updates
        - ...and bumped the minimum perl to v5.12 (inadvertantly)

(wen)

2023-08-03 12:08:33 UTC MAIN commitmail json YAML

lapack: revert previous, fixed in compiler/gcc.mk v1.1260

(tnn)

2023-08-03 12:08:06 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Euclid to 0.4.6

(wen)

2023-08-03 12:07:25 UTC MAIN commitmail json YAML

Update to 0.4.6
Update DEPENDS

Upstream changes:
0.4.6  2023-06-28
  - David Precious (BIGPRESH) taking on maintainership
  - Avoid test failures on perls without '.' in @INC (reported by TODDR in
    RT#127234)
  - Minor wording change (reported by Debian team in RT #95412)

(wen)

2023-08-03 11:58:36 UTC MAIN commitmail json YAML

Updated devel/p5-Future-IO to 0.14

(wen)

2023-08-03 11:57:50 UTC MAIN commitmail json YAML

Update to 0.14
Update TEST_DEPENDS

Upstream changes:
0.14    2023-04-25
        [CHANGES]
        * Moved `Test::Future::IO::Impl` into its own distribution, so that
          downstream packages don't have to runtime-depend on `Test2`

0.13    2023-02-19
        [CHANGES]
        * Swap all unit tests from `Test::More` to `Test2::V0`
        * Reomved test-time dependency on `Test::Identity`

        [BUGFIXES]
        * t/30system.t should check that the impl actually provides a
          `->waitpid` method before using it
        * Insert a hacky "sleep 1" into the connect tests on MSWin32 in case
          that helps fix the test failures

0.12    2023-01-31
        [CHANGES]
        * Added `Future::IO::System`, containing a system()-like and a
          qx()-like method
        * Added `->sysread_until_eof` method
        * Update to perl v5.14 `package NAME VERSION` syntax
        * Use `await` notation in method minisynopsis lines

        [BUGFIXES]
        * Need to work harder to set LocalAddr during socket tests

(wen)

2023-08-03 11:54:17 UTC MAIN commitmail json YAML

Added devel/p5-Test-Future-IO-Impl version 0.14

(wen)

2023-08-03 11:50:55 UTC MAIN commitmail json YAML

Add p5-Test-Future-IO-Impl

(wen)

2023-08-03 11:47:50 UTC MAIN commitmail json YAML

Import Test-Future-IO-Impl-0.14 as p5-Test-Future-IO-Impl.

Test::Future::IO::Impl contains a collection of acceptance tests for
implementations of Future::IO.

(wen)

2023-08-03 08:37:09 UTC MAIN commitmail json YAML

Removed security/py-ntlm-auth, security/py-urllib2-kerberos, security/py-kerberos

(adam)

2023-08-03 08:36:48 UTC MAIN commitmail json YAML

2023-08-03 08:33:17 UTC MAIN commitmail json YAML

2023-08-03 08:30:50 UTC MAIN commitmail json YAML

2023-08-03 08:23:51 UTC MAIN commitmail json YAML

Updated security/py-requests-kerberos, security/py-requests-ntlm

(adam)

2023-08-03 08:23:31 UTC MAIN commitmail json YAML

py-requests-ntlm: updated to 1.2.0

v1.2.0

Migrate to GHA for CI
Migrate to PySPNEGO
Add pyproject.toml for PEP518 compliance

(adam)

2023-08-03 08:20:54 UTC MAIN commitmail json YAML

py-requests-kerberos: updated to 0.14.0

0.14.0: 2021-12-05
------------------

- Added support for proxy authentication with ``HTTP`` endpoints.
- Support for proxying ``HTTPS`` endpoints is not available due to limitations
  of the underlying requests/urllib3 library.
- Fixed up stray bytes to str conversion.

0.13.0: 2021-11-03
------------------

- Change Kerberos dependencies to pyspnego_ to modernise the underlying
  Kerberos library that is used.
- Removed the ``wrap_winrm`` and ``unwrap_winrm`` functions
- Dropped support for Python 2 and raised minimum Python version to 3.6.
- Renamed the ``context`` attribute to ``_context`` to indicate it's meant for
  internal use only.
- Fix Negotiate header regex pattern to avoid DoS affected patterns

(adam)

2023-08-03 08:15:36 UTC MAIN commitmail json YAML

Added security/py-krb5; security/py-pyspnego

(adam)

2023-08-03 08:15:16 UTC MAIN commitmail json YAML

pyspnego: added version 0.9.1

Library to handle SPNEGO (Negotiate, NTLM, Kerberos) and CredSSP
authentication. Also includes a packet parser that can be used to decode raw
NTLM/SPNEGO/Kerberos tokens into a human readable format.

(adam)

2023-08-03 08:13:30 UTC MAIN commitmail json YAML

py-krb5: added version 0.5.0

This library provides Python functions that wraps the Kerberos 5 C API. Due to
the complex nature of this API it is highly recommended to use something like
python-gssapi which exposes the Kerberos authentication details through GSSAPI.

(adam)

2023-08-03 08:10:42 UTC MAIN commitmail json YAML

Updated devel/py-debugpy, devel/py-packageurl, net/py-comm, devel/py-jaraco.itertools

(adam)

2023-08-03 08:09:48 UTC MAIN commitmail json YAML

py-jaraco.itertools: updated to 6.4.1

v6.4.1

Bugfixes
- Remove use of ``OrderedDict`` in ``partition_dict``.

v6.4.0

Features
- Added ``summarize``.
- Require Python 3.8 or later.

v6.3.0

Added ``find_subseq``.

(adam)

2023-08-03 08:06:24 UTC MAIN commitmail json YAML

py-comm: updated to 0.1.4

0.1.4
Improvements

Loosen dependency on traitlet so it is available in python 3.6

(adam)

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

py-packageurl: updated to 0.11.2

0.11.2 (2022-07-25)
--------------------
- Remove deprecated `purl_to_lookups` and `without_empty_values` import compatibility
  from `packageurl.contrib.django.models`.
  Replace those functions import using `packageurl.contrib.django.utils`.
- Add download purl2url support for bitbucket and gitlab.

(adam)

2023-08-03 08:00:23 UTC MAIN commitmail json YAML

py-debugpy: updated to 1.6.8

debugpy v1.6.8

This release is identical to 1.6.7. It uses the same commit.
The purpose of this release is to test the new automated release pipeline we've created to deploy to PyPi.

(adam)

2023-08-03 07:14:07 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Tidy to 20230701

(wen)

2023-08-03 07:13:23 UTC MAIN commitmail json YAML

Update to 20230701

Upstream changes:
## 2023 07 01

    - Issue git #121. Added parameters -xbt, or --extended-block-tightness,
      and -xbtl=s, or --extended-block-tightness-list=s, to allow
      certain small code blocks to have internal spacing controlled by
      -bbt=n rather than -bt=n. The man pages have details.

    - Issue git #118. A warning will be issued if a duplicate format-skipping
      starting marker is seen within a format-skipping section. The same
      applies to duplicate code-skipping starting markers within code-skipping
      sections.

    - Issue git #116. A new flag --valign-if-unless, -viu, was added to
      allow postfix 'unless' terms to align with postfix 'if' terms.  The
      default remains not to do this.

    - Fixed git #115. In the two most recent CPAN releases, when the
      Perl::Tidy module was called with the source pointing to a file,
      but no destination specified, the output went to the standard
      output instead of to a file with extension ``.tdy``, as it should
      have.  This has been fixed.

    - Fixed git #110, add missing documentation for new options
      -cpb and -bfvt=n. These work in version 20230309 but the pod
      documentation was missing and has been added.

    - Fixed an undefined reference message when running with
      --dump-block-summary on a file without any subs or other
      selected block types.

    - Add parameter -ipc, or --ignore-perlcritic-comments.  Perltidy, by
      default, will look for side comments beginning with ``## no critic`` and
      ignore their lengths when making line break decisions, even if the user
      has not set ``-iscl``.  The reason is that an unwanted line break can
      make these special comments ineffective in controlling ``perlcritic``.
      The parameter -ipc can be set if, for some reason, this is not wanted.

    - Some minor issues with continuation indentation have been fixed.
      Most scripts will remain unchanged.  The main change is that block
      comments which occur just before a closing brace, bracket or paren
      now have an indentation which is independent of the existance of
      an optional comma or semicolon.  Previously, adding or deleting
      an optional trailing comma could cause their indentation to jump.
      Also, indentation of comments within ternary statements has been
      improved. For additonal details see:

      https://github.com/perltidy/perltidy/blob/master/docs/ci_update.md

    - This version was stress-tested for many cpu hours with random
      input parameters. No failures to converge, internal fault checks,
      undefined variable references or other irregularities were seen.

    - This version runs several percent faster than the previous release
      on large files.

(wen)

2023-08-03 07:09:46 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.2206

(wen)

2023-08-03 07:08:27 UTC MAIN commitmail json YAML

Update to 2.2206

Upstream changes:
2.2206  2023-07-23

  [TESTS]

  - fix parsing error in test in 2.2205 release.

2.2205  2023-07-23

  [TESTS]

  - fix error in test in 2.2204 release.

2.2204  2023-07-23

  [TESTS]

  - adjust the expected list of UNIVERSAL methods, to account for changes in
    perl 5.39.1 (some things, like the import method, could end up existing
    based on the perl version or based on a prerequite loading UNIVERSAL.pm).
    (#183, Graham Knop)

(wen)

2023-08-03 06:06:18 UTC MAIN commitmail json YAML

mk: Restore GCC's specific handling of fPIC for Fortran.

Reported by various that it was lost in the gcc-style-args.mk conversion.

(nia)

2023-08-03 05:33:33 UTC MAIN commitmail json YAML

2023-08-03 05:32:04 UTC MAIN commitmail json YAML

2023-08-03 05:18:04 UTC MAIN commitmail json YAML

2023-08-03 05:10:04 UTC MAIN commitmail json YAML

2023-08-03 05:02:34 UTC MAIN commitmail json YAML

konsole: KDE Gear update to 23.04.3

10 months of development

(markd)

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

kimagemapeditor: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 05:00:07 UTC MAIN commitmail json YAML

ktimer: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:59:03 UTC MAIN commitmail json YAML

kcalutils: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:57:41 UTC MAIN commitmail json YAML

2023-08-03 04:56:16 UTC MAIN commitmail json YAML

2023-08-03 04:55:16 UTC MAIN commitmail json YAML

2023-08-03 04:53:58 UTC MAIN commitmail json YAML

kdf: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:52:22 UTC MAIN commitmail json YAML

k3b: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:50:51 UTC MAIN commitmail json YAML

2023-08-03 04:49:41 UTC MAIN commitmail json YAML

2023-08-03 04:48:25 UTC MAIN commitmail json YAML

2023-08-03 04:47:19 UTC MAIN commitmail json YAML

2023-08-03 04:45:31 UTC MAIN commitmail json YAML

2023-08-03 04:43:54 UTC MAIN commitmail json YAML

krdc: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:42:13 UTC MAIN commitmail json YAML

2023-08-03 04:41:13 UTC MAIN commitmail json YAML

2023-08-03 04:39:49 UTC MAIN commitmail json YAML

2023-08-03 04:38:30 UTC MAIN commitmail json YAML

2023-08-03 04:36:13 UTC MAIN commitmail json YAML

2023-08-03 04:35:07 UTC MAIN commitmail json YAML

2023-08-03 04:33:35 UTC MAIN commitmail json YAML

2023-08-03 04:32:27 UTC MAIN commitmail json YAML

step: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:31:25 UTC MAIN commitmail json YAML

rocs: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:30:20 UTC MAIN commitmail json YAML

marble: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:28:57 UTC MAIN commitmail json YAML

2023-08-03 04:27:12 UTC MAIN commitmail json YAML

kwordquiz: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:26:06 UTC MAIN commitmail json YAML

kturtle: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:25:08 UTC MAIN commitmail json YAML

ktouch: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:24:12 UTC MAIN commitmail json YAML

kteatime: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:23:07 UTC MAIN commitmail json YAML

kmouth: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:18:49 UTC MAIN commitmail json YAML

kmousetool: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:17:55 UTC MAIN commitmail json YAML

kmag: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:16:51 UTC MAIN commitmail json YAML

klettres: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:15:33 UTC MAIN commitmail json YAML

kiten: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:14:38 UTC MAIN commitmail json YAML

kig: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:13:42 UTC MAIN commitmail json YAML

2023-08-03 04:10:31 UTC MAIN commitmail json YAML

khelpcenter: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:09:23 UTC MAIN commitmail json YAML

kgeography: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:07:20 UTC MAIN commitmail json YAML

kdeedu-data: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:05:51 UTC MAIN commitmail json YAML

kcharselect: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:04:55 UTC MAIN commitmail json YAML

kbruch: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:03:54 UTC MAIN commitmail json YAML

kalzium: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:02:50 UTC MAIN commitmail json YAML

kcalc: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:01:56 UTC MAIN commitmail json YAML

kalgebra: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 04:00:59 UTC MAIN commitmail json YAML

cantor: KDE Gear update to 23.04.3

10 months of development

(markd)

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

analitza: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:58:56 UTC MAIN commitmail json YAML

ktnef: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:58:04 UTC MAIN commitmail json YAML

ksmtp: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:57:28 UTC MAIN commitmail json YAML

mupdf: Fix comments in patches for use of internal lcms2

-DFZ_ENABLE_ICC=0 in patch-ab can be removed. However to minimize
mechanism changes on library detection, it is preserved as commented out
line.

(ryoon)

2023-08-03 03:57:05 UTC MAIN commitmail json YAML

kmime: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:55:59 UTC MAIN commitmail json YAML

kmbox: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:55:09 UTC MAIN commitmail json YAML

kimap: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:53:52 UTC MAIN commitmail json YAML

2023-08-03 03:52:00 UTC MAIN commitmail json YAML

2023-08-03 03:50:54 UTC MAIN commitmail json YAML

2023-08-03 03:49:45 UTC MAIN commitmail json YAML

2023-08-03 03:47:46 UTC MAIN commitmail json YAML

2023-08-03 03:45:59 UTC MAIN commitmail json YAML

2023-08-03 03:44:36 UTC MAIN commitmail json YAML

2023-08-03 03:42:57 UTC MAIN commitmail json YAML

2023-08-03 03:41:45 UTC MAIN commitmail json YAML

2023-08-03 03:40:31 UTC MAIN commitmail json YAML

kdegraphics-thumbnailers: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:39:32 UTC MAIN commitmail json YAML

2023-08-03 03:38:31 UTC MAIN commitmail json YAML

2023-08-03 03:37:23 UTC MAIN commitmail json YAML

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

2023-08-03 03:34:05 UTC MAIN commitmail json YAML

picmi: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:33:03 UTC MAIN commitmail json YAML

palapeli: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:31:35 UTC MAIN commitmail json YAML

lskat: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:30:27 UTC MAIN commitmail json YAML

2023-08-03 03:29:17 UTC MAIN commitmail json YAML

libkdegames: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:27:51 UTC MAIN commitmail json YAML

kubrick: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:26:39 UTC MAIN commitmail json YAML

ktuberling: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:25:38 UTC MAIN commitmail json YAML

ksudoku: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:24:14 UTC MAIN commitmail json YAML

ksquares: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:22:46 UTC MAIN commitmail json YAML

kspaceduel: KDE Gear update to 23.04.3

10 months of development

(markd)

2023-08-03 03:21:46 UTC MAIN commitmail json YAML

ksnakeduel: KDE Gear update to 23.04.3

10 months of development

(markd)