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 (5m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 14:59:49 UTC Now

2023-10-08 16:16:48 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.83.0

(taca)

2023-10-08 16:16:28 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.83.0

1.83.0 (2023-09-27)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2023-10-08 16:14:43 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.185.1

(taca)

2023-10-08 16:14:08 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.185.1

3.185.1 (2023-10-05)

* Issue - Ignore __type when deserializing Unions.

3.185.0 (2023-10-02)

* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.

3.184.0 (2023-09-27)

* Feature - Change the ServiceError data member from read only to
  read/write.

3.183.1 (2023-09-25)

* Issue - Remove value inspection from param validation errors.

3.183.0 (2023-09-20)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.182.0 (2023-09-19)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.

(taca)

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

doc: Updated www/ruby-aws-partitions to 1.834.0

(taca)

2023-10-08 16:11:36 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.834.0

1.834.0 (2023-10-05)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.833.0 (2023-10-04)

* Feature - Added support for enumerating regions for Aws::DataZone.

1.832.0 (2023-10-03)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.831.0 (2023-10-02)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.830.0 (2023-09-28)

* Feature - Added support for enumerating regions for Aws::BedrockRuntime.
* Feature - Added support for enumerating regions for Aws::Bedrock.

1.829.0 (2023-09-27)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.828.0 (2023-09-25)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.827.0 (2023-09-22)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.826.0 (2023-09-20)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.825.0 (2023-09-19)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2023-10-08 15:41:54 UTC MAIN commitmail json YAML

doc: Updated math/openblas to 0.3.24nb1

(thor)

2023-10-08 15:41:33 UTC MAIN commitmail json YAML

math/openblas: Fix pkg-config file for current version.

The last update broke the library name in the installed pkg-config file
for the openblas variants. Fixing this.

Our type of library naming should be pushed upstream, or adapted to
some other scheme.

(thor)

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

doc: Updated devel/objfw to 1.0.4

(js)

2023-10-08 12:09:53 UTC MAIN commitmail json YAML

Update devel/objfw to 1.0.4

* Fixes OFFile closing fd 0 when initialization fails
* Fixes -[stringByAppendingPathComponent:] on empty strings
* Fixes +[OFSystemInfo operatingSystemName] and
  +[OFSystemInfo operatingSystemVersion] returning nil on some systems
* Adds a license for localizations

(js)

2023-10-08 11:54:23 UTC MAIN commitmail json YAML

doc: Updated www/ruby-actionpack70 to 7.0.8nb1

(taca)

2023-10-08 11:53:59 UTC MAIN commitmail json YAML

www/ruby-actionpack70: change dependency

Switch to depend on www/ruby-rack instead of www/ruby-rack2 since there is
no need to depend on rack < 3.  (It was required for actionpack 6.0.)

Bump PKGREVISION.

(taca)

2023-10-08 11:53:19 UTC MAIN commitmail json YAML

doc: Updated www/ruby-actionpack61 to 6.1.7.6nb1

(taca)

2023-10-08 11:52:53 UTC MAIN commitmail json YAML

www/ruby-actionpack61: change dependency

Switch to depend on www/ruby-rack instead of www/ruby-rack2 since there is
no need to depend on rack < 3.  (It was required for actionpack 6.0.)

Bump PKGREVISION.

(taca)

2023-10-07 21:22:48 UTC MAIN commitmail json YAML

doc: Added devel/cargo-outdated version 0.13.1

(pin)

2023-10-07 21:22:16 UTC MAIN commitmail json YAML

Add cargo-outdated

(pin)

2023-10-07 21:21:26 UTC MAIN commitmail json YAML

devel/cargo-outdated: import package

A cargo subcommand for displaying when Rust dependencies are out of date.

cargo-outdated is for displaying when dependencies have newer versions
available.

The functionality of cargo-outdated largely depends on the cargo builtin
command cargo update.

To retrieve the list of available SemVer compatible dependencies,
cargo-outdated firstly creates a temporary workspace, then executes cargo
update against it, finally compares the temporary dependency tree with the
original one.

Similarly, to check the latest dependencies, cargo-outdated replaces the SemVer
requirements of direct dependencies with wildcards then goes through the same
process.

(pin)

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

Updated lang/py-libcst, textproc/py-openapi-schema-validator

(adam)

2023-10-07 20:15:54 UTC MAIN commitmail json YAML

py-openapi-schema-validator: updated to 0.6.2

0.6.2

Bug fixes

OAS30Validator readonly writeonly fix

(adam)

2023-10-07 20:14:31 UTC MAIN commitmail json YAML

py-libcst: updated to 1.1.0

1.1.0 - 2023-10-05

Added
* PEP 695 support
  * parser: PEP 695 - Type Parameter Syntax
  * Scope provider: support for type annotations
* PEP 701 support
  * parser: support arbitrarily nested f-strings
  * parser: Parse multiline expressions in f-strings
* parser: Support files with mixed newlines
* [libcst](https://crates.io/crates/libcst) is now published to crates.io

Fixed
* codemod/ApplyTypeAnnotationsVisitor: Do not annotate the same variable multiple times
* parser: Don't swallow trailing whitespace
* codemod/rename: Avoid duplicating import statements when the module name doesn't change

Updated
* cli: Don't gather dirs ending .py
* drop support for Python 3.7
* A few parser performance improvements:
  * Switch to using thread_local regular expressions to stop mutext contention
  * Remove need for regex in TextPosition::matches
  * Remove Regexes from whitespace parser

(adam)

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

doc: Updated mail/libspf2 to 1.2.11nb2

(schmonz)

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

2023-10-07 20:10:50 UTC MAIN commitmail json YAML

Updated net/yt-dlp, converters/py-simplejson

(adam)

2023-10-07 20:10:32 UTC MAIN commitmail json YAML

py-simplejson: updated to 3.19.2

Version 3.19.2 released 2023-10-05

* Updated test & build matrix to include Python 3.12 and use
  GitHub Actions as a Trusted Publisher (OIDC)

(adam)

2023-10-07 20:09:17 UTC MAIN commitmail json YAML

yt-dlp: updated to 2023.10.7

yt-dlp 2023.10.07

Extractor changes

abc.net.au: iview: Improve episode extraction
erocast: Add extractor
gofile: Fix token cookie bug by bashonly
iq.com: Fix extraction and subtitles
lbry
Add playlist support
Extract uploader_id
litv: Fix extractor
neteasemusic: Fix extractors
nhk: Fix VOD extraction
radiko: Improve extraction
substack
Fix download cookies bug
Fix embed extraction
theta: Remove extractors
wrestleuniversevod: Call API with device ID
xhamster: user: Support creator urls
youtube
Fix heatmap extraction
Raise a warning for Incomplete Data instead of an error

Misc. changes

cleanup
Update extractor tests
Miscellaneous: 377e85a by dirkf, gamer191, Grub4K

(adam)

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

Updated x11/qt5

(adam)

2023-10-07 20:00:36 UTC MAIN commitmail json YAML

2023-10-07 19:50:53 UTC MAIN commitmail json YAML

discount: indent Makefile, NFCI.

(schmonz)

2023-10-07 19:50:30 UTC MAIN commitmail json YAML

doc: Updated textproc/discount to 2.2.7d

(schmonz)

2023-10-07 19:50:24 UTC MAIN commitmail json YAML

discount: update to 2.2.7d. From the changelog:

* port the m-e footnote bugfix to v2maint
* trivialities; change the -fstrict option description
* add a fistful of test cases for the new! improved! Markdown.pl
  compatible <tags>
* rework the tag handler to more closely adhere to Markdown.pl's
  observed behavior; also treat incomplete tags as actual tags in
  compatability mode (-fstrict)
* weird behavior on freebsd 4.8 w/ gcc 2.95.4; if a #ifdef ... #else ...
  #endif wraps the end of a if () it pukes up an error about a syntax
  error in a macro; pull those tests out and conditionally #define a
  macro instead
* the behavior of tags-starting-with-alpha-/-! was not like that of the
  reference implementation; fixed (in a very script-kiddy leaky fashion
  which I can't resolve with a runtime flag thanks to the 32 bit flags
  field in the 2.x series :-(

(schmonz)

2023-10-07 18:45:17 UTC MAIN commitmail json YAML

doc: Updated textproc/typst to 0.8.0

(pin)

2023-10-07 18:44:56 UTC MAIN commitmail json YAML

textproc/typst: update to 0.8.0

Version 0.8.0 (September 13, 2023) Latest

Scripting
- Plugins (thanks to @astrale-sharp and @arnaudgolfouse)
    - Typst can now load plugins that are compiled to WebAssembly
    - Anything that can be compiled to WebAssembly can thus be loaded asa
      plugin
    - These plugins are fully encapsulated (no access to file system or
      network)
    - Plugins can be shipped as part of packages
    - Plugins work just the same in the web app
- Types are now first-class values (Breaking change)
    - A type is now itself a value
    - Some types can be called like functions (those that have a constructor),
      e.g. int and str
    - Type checks are now of the form type(10) == int instead of the old
      type(10) == "integer". Compatibility with the old way will remain for a
      while to give package authors time to upgrade, but it will be removed at
      some point.
    - Methods are now syntax sugar for calling a function scoped to a type,
      meaning that "hello".len() is equivalent to str.len("hello")
- Added support for import renaming with as
- Added a duration type
- Added support for CBOR encoding and decoding
- Added encoding and decoding functions from and to bytes for data formats:
  json.decode, json.encode, and similar functions for other formats
- Added array.intersperse function
- Added str.rev function
- Added calc.tau constant
- Made bytes joinable and addable
- Made array.zip function variadic
- Fixed bug with eval when the mode was set to "math"
- Fixed bug with ends-with function on strings
- Fixed bug with destructuring in combination with break, continue, and return
- Fixed argument types of hyperbolic functions, they don't allow angles
  anymore (Breaking change)
- Renamed some color methods: rgba becomes to-rgba, cmyk becomes to-cmyk, and
  luma becomes to-luma (Breaking change)

Export
- Added SVG export (thanks to @Enter-tainer)
- Fixed bugs with PDF font embedding
- Added support for page labels that reflect the page numbering style in
  the PDF

Text and Layout
- Added highlight function for highlighting text with a background color
- Added polygon.regular function for drawing a regular polygon
- Added support for tabs in raw elements alongside tab-width parameter
- The layout engine now tries to prevent "runts" (final lines consisting of
  just a single word)
- Added Finnish translations
- Added hyphenation support for Polish
- Improved handling of consecutive smart quotes of different kinds
- Fixed vertical alignments for number-align argument on page function
  (Breaking change)
- Fixed weak pagebreaks after counter updates
- Fixed missing text in SVG when the text font is set to "New Computer Modern"
- Fixed translations for Chinese
- Fixed crash for empty text in show rule
- Fixed leading spaces when there's a linebreak after a number and a comma
- Fixed placement of floating elements in columns and other containers
- Fixed sizing of block containing just a single box

Math
- Added support for augmented matrices
- Removed support for automatic matching of fences like | and || as there were
  too many false positives. You can use functions like abs or norm or an
  explicit lr call instead. (Breaking change)
- Fixed spacing after number with decimal point in math
- Fixed bug with primes in subscript
- Fixed weak spacing
- Fixed crash when text within math contains a newline

Tooling and Diagnostics
- Added hints when trying to call a function stored in a dictionary without
  extra parentheses
- Fixed hint when referencing an equation without numbering
- Added more details to some diagnostics (e.g. when SVG decoding fails)

Command line interface
- Added typst update command for self-updating the CLI (thanks to @jimvdl)
- Added download progress indicator for packages and updates
- Added --format argument to explicitly specify the output format
- The CLI now respects proxy configuration through environment variables and
  has a new --cert option for setting a custom CA certificate
- Fixed crash when field wasn't present and --one is passed to typst query

Miscellaneous Improvements
- Added page setup guide
- Added figure.caption function that can be used for simpler figure
  customization (Breaking change because it.caption now renders the full
  caption with supplement in figure show rules and manual outlines)
- Moved caption-pos argument to figure.caption function and renamed it to
  position (Breaking change)
- Added separator argument to figure.caption function
- Added support for combination of and/or and before/after selectors
- Packages can now specify a minimum compiler version they require to work
- Fixed parser bug where method calls could be moved onto their own line for
  #let expressions in markup (Breaking change)
- Fixed bugs in sentence and title case conversion for bibliographies
- Fixed supplements for alphanumeric and author-title bibliography styles
- Fixed off-by-one error in APA bibliography style

Development
- Made Span and FileId more type-safe so that all error conditions must be
  handled by World implementors

(pin)

2023-10-07 18:10:04 UTC MAIN commitmail json YAML

doc: Updated lang/go120 to 1.20.9

(bsiegert)

2023-10-07 18:09:35 UTC MAIN commitmail json YAML

go120: update to 1.20.9 (security).

cmd/go: line directives allows arbitrary execution during build

"//line" directives can be used to bypass the restrictions on "//go:cgo_"
directives, allowing blocked linker and compiler flags to be passed during
compliation. This can result in unexpected execution of arbitrary code when
running "go build". The line directive requires the absolute path of the file in
which the directive lives, which makes exploting this issue significantly more
complex.

This is CVE-2023-39323 and Go issue https://go.dev/issue/63211.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.20.9

(bsiegert)

2023-10-07 15:22:48 UTC MAIN commitmail json YAML

doc: Updated net/bandsnatch to 0.3.1

(pin)

2023-10-07 15:22:28 UTC MAIN commitmail json YAML

net/bandsnatch: update to 0.3.1

Fixed
- Fix crash that would occur if batch_size or item_count were null in a
  user's collection data for whatever reason.

(pin)

2023-10-07 13:25:17 UTC MAIN commitmail json YAML

doc: Updated converters/py-zfec to 1.5.7.3

(gdt)

2023-10-07 13:25:06 UTC MAIN commitmail json YAML

converters/py-zfec: Update to 1.5.7.3

upstream NEWS: bugfixes

(gdt)

2023-10-07 07:50:27 UTC MAIN commitmail json YAML

Add topgit current maintained repo

(kim)

2023-10-07 06:21:43 UTC MAIN commitmail json YAML

doc: Updated sysutils/recoll to 1.35.0nb1

(wiz)

2023-10-07 06:21:32 UTC MAIN commitmail json YAML

2023-10-07 04:13:17 UTC MAIN commitmail json YAML

Updated devel/ccls, devel/py-babel

(adam)

2023-10-07 04:12:48 UTC MAIN commitmail json YAML

py-babel: updated to 2.13.0

Version 2.13.0

Upcoming deprecation

* This version, Babel 2.13, is the last version of Babel to support Python 3.7.
  Babel 2.14 will require Python 3.8 or newer.

Features

* Add flag to ignore POT-Creation-Date for updates
* Support 't' specifier in keywords
* Add f-string parsing for Python 3.12 (PEP 701)

Fixes

* Various typing-related fixes
* babel.messages.catalog: deduplicate _to_fuzzy_match_key logic
* Freeze format_time() tests to a specific date to fix test failures
* Spelling and grammar fixes
* Renovate lint tools
* Use SPDX license identifier
* Use aware UTC datetimes internally

(adam)

2023-10-07 04:06:26 UTC MAIN commitmail json YAML

ccls: updated to 0.20230717

0.20230717
Disable -include b.hh => -include b.hh.{gch,pch} transition
See https://maskray.me/blog/2023-07-16-precompiled-headers for the
behavior.

(adam)

2023-10-06 19:42:51 UTC MAIN commitmail json YAML

Updated devel/py-argparse-manpage, devel/py-bitarray

(adam)

2023-10-06 19:42:15 UTC MAIN commitmail json YAML

py-bitarray: updated to 2.8.2

2.8.2:
* update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI
* improve error messages for masked assignment
* simplify test collection
* added `pytest.ini` to allow running pytest with no additional arguments,
* `util.sc_encode()`: avoid writing empty blocks at end of compressed
  stream, ie. skip encoding when total population count is reached

(adam)

2023-10-06 19:40:25 UTC MAIN commitmail json YAML

py-argparse-manpage: updated to 4.5

News in v4.5

* We newly provide `build_manpages.build_py` and `build_manpages.install`
  command classes that are re-usable from `pyproject.toml`.  No need to
  provide `setup.py` because of `argparse-manpage`.

News in v4.4

* The `prog=` specifier (in setup.py/setup.cfg/pyproject.toml) is now
  better handled so it doesn't conflict with ArgumentParser(prog=..).
  Fixes https://github.com/praiskup/argparse-manpage/issues/79

(adam)

2023-10-06 19:26:18 UTC MAIN commitmail json YAML

Updated lang/zig, parallel/spirv-headers, parallel/spirv-llvm-translator, devel/include-what-you-use

(adam)

2023-10-06 19:25:48 UTC MAIN commitmail json YAML

include-what-you-use: updated to 0.20

IWYU 0.20

[iwyu] Support IWYU pragma: export for forward-declarations
[iwyu] Silently break cycles in mappings instead of crashing
[iwyu] Require full type inside typeid()
[iwyu] Improve template reporting and resugaring
[iwyu] Improve reporting of explicit template instantiations
[iwyu] Fix a few crashers
[iwyu] Improve logging (many small fixes)
Abandon python2 for scripts in favor of python3

(adam)

2023-10-06 19:24:09 UTC MAIN commitmail json YAML

2023-10-06 19:23:25 UTC MAIN commitmail json YAML

spirv-headers: updated to 1.3.246.1

1.3.246.1

Merge pull request 320 from CodeLinaro/spv-qcom-image-processing
SPV_QCOM_image_processing

(adam)

2023-10-06 19:21:35 UTC MAIN commitmail json YAML

2023-10-06 19:20:12 UTC MAIN commitmail json YAML

Updated lang/llvm family; Added lang/mlir, lang/flang

(adam)

2023-10-06 19:18:15 UTC MAIN commitmail json YAML

2023-10-06 19:16:28 UTC MAIN commitmail json YAML

lldb: import options.mk

(adam)

2023-10-06 19:15:21 UTC MAIN commitmail json YAML

2023-10-06 18:39:42 UTC MAIN commitmail json YAML

doc: Updated devel/regal to 0.10.1

(leot)

2023-10-06 18:39:25 UTC MAIN commitmail json YAML

regal: Update to 0.10.1

Changes:
0.10.1
------
This is a minor release to support the new setup-regal GitHub Action.
This release improves the --format github output so that it no longer
only reports violations in the form of annotations in the PR, but also
prints the --format pretty table to the actions console, allowing you
to quickly identify issues in either of the views.

As an added bonus, this release also features new documentation for the
aggregate rule rule type introduced in v0.10.0, so that custom rule
authors now may try them out.

(leot)

2023-10-06 16:54:08 UTC MAIN commitmail json YAML

Updated multimedia/assimp, devel/gperftools

(adam)

2023-10-06 16:53:49 UTC MAIN commitmail json YAML

gperftools: updated to 2.13

gperftools 2.13 is out!

This release includes a few minor fixes:

* Ivan Dlugos has fixed some issues with cmake and config.h defines.

* 32-bit builds no longer require 64-bit atomics (which we wrongly
  introduced in 2.11 and which broke builds on some 32-bit
  architectures).

* generic_fp backtracing method now uses robust address probing
  method. The previous approach had occasional false positives, which
  caused occasional rare crashes.

* In some cases, MSVC generated TrivialOnce machine code that
  deadlocked programs on startup. The issue is now fixed.

(adam)

2023-10-06 16:52:21 UTC MAIN commitmail json YAML

assimp: updated to 5.3.1

5.3.1

fix variable name
Bugfix: Remove unused header from types
contrib/zip/src/zip.h: correct 2 spelling errors in comments
Updated cpp-pm/hunter into CMakeLists.txt

5.3.0

Perfect forward val to utMaybe.cpp
Fix config documentation for STL pointcloud export
Missing path
Fix: Use ASCII treeview in assimp-cmd.
Add check for wall switch from cmake
Adjust cmake version
IMP: Reorganize doc
FIX: Fix head overflow in MD5-parser.
Introduce newer versions for MSVC Version
Prefix symbols from stb_image.h
GitHub Workflows security hardening
FIX: C++ std::tuple constexpr initial list on old compiler
Make FBX parser resilient to missing data streams
fix incorrect documentation of defaults
Fixed issue with clang complaining about sprintf and vsprintf being depreciated
Fix build error: ���temp��� may be used uninitialized in this function
FIX: Use correct epsilon
Use correct flags for openddl for static libs
Fix: Add missing handling for double export in json
fix bug reading ply file in case of presence of "end_header\n<BINARY_DATA>..." with <BINARY_DATA> starting by "\n"
Fixed error with trailing zero symbols as placeholder character
Fix: Avoid nullptr dereferencing + refactorings.
chore: add missing std moves and perfect forwards
Update dependabot.yml
Add missing header for Ubuntu 16 and Mac
Don't hide out-of-memory during FBX import
Added support for KHR_materials_emissive_strength
Add overflow check for invalid data.
Add CIFuzz GitHub action
Fixed some grammar and spelling mistakes
Introduce --parallel instead of .j
Modernize smartptrs and use C++11 literals
[BlenderDNA.h] Declare explicit specializations
FIX: Fix possible division by zero
Avoid undefined-shift in Assimp::ASE::Parser::ParseLV4MeshFace.
Ensure the face pointer is not nullptr
fix warnings-as-errors for msvc 2019 x64
Fixes Heap-buffer-overflow READ 4 in Assimp::ScenePreprocessor::ProcssMesh
Fixes Heap-buffer-overflow READ 1 in Assimp::MD5::MD5Parser::ParseHeader
Fixes Heap-buffer-overflow READ 1 in Assimp::ObjFileParser::getFace
Fixed bug when exporting binary FBX
illegal token on right-side-of ::Windows
Update unzip.c
Refactoring: Move assert handler header to include
sprintf to snprintf with known MAXLEN for buffer.
{cmake} Remove dead code
Fix: Fix signed unsigned mismatch
Fix: Fix possible division by zero
Update the getting help section
Fix several spelling mistakes
Change mMethod type to enum aiMorphingMethod
Remove deprecated comment
Generalize JoinVerticesProcess for multiple UV and color channels
Fix Build With M3D Import Only
Update LimitBoneWeightsProcess.cpp
Remove /Zi compiler flag for MSVC, release config
Ensure initializer exists
Trim Trailing Whitespace
Remove Useless ���virtual���
Replace Variables With Literals
Fix: fix incorrect math for calculating the horizontal FOV of a perspective camera in gltf2 import
Remove Stray Semicolon
Tidy Up Constructors and Destructors
Fix MSVC Warnings With ���emplace_back()���
Correctly consider aiProcess_FlipWindingOrder and aiProcess_MakeLeftHanded when generating normals
Update morph mesh documentation now that gltf known to work
Fix Build Without ArmaturePopulate Post Process Step
Fix: Remove deprecated dependency.
Optimized usedVertexIndices in JoinVerticesProcess by using bitmask instead of unordered_set
Fix issue 4866 by continuing to reset read loop after hitting a comment
Don't build zlib if ASSIMP_BUILD_ZLIB=OFF
Unit test warning fixes
Fix Terragen loader
Fixes PLY reader when the header ends with \r\n
ACLoader: add support for reading more than one texture per object
Delete .coveralls.yml
Fix: Fix memleak when exiting method by exception
The member 'Flush()' needs to be marked as an override for msvc clang compiling
Add skeleton doc
Fix PyAssimp README typo
Add missing pod types.
Fix implicit conversion errors on macOS
Update mesh.h
Move string definitions into the conditional block to fix unused variable warnings
Fix: Fix typo in the doc
Fix index out of bounds
Fix index out of bounds
fix regression in join vertices post process.
Fix a leak in FBXDocument when duplicate object IDs are found
LWO fixes
Fix build error when building SimpleTexturedDirectx11 with VS2022.
Fix: Use C++17 compliant utf8 encoding.
remove debug message from MemoryIOStream

(adam)

2023-10-06 14:21:35 UTC MAIN commitmail json YAML

mosquitto: Patch rc.d script for setting user from rc.conf

(triaxx)

2023-10-06 13:48:48 UTC MAIN commitmail json YAML

Updated sysutils/ansible-lint, devel/blosc2

(adam)

2023-10-06 13:48:29 UTC MAIN commitmail json YAML

blosc2: updated to 2.10.5

Changes from 2.10.4 to 2.10.5

Fix a variable name in a test that was causing a segfault in some platforms.

Change tuner's functions signature to return always an error code. This allows
for better error checking when using plugable tuners in Blosc2.

Do checks when creating contexts.

(adam)

2023-10-06 13:46:49 UTC MAIN commitmail json YAML

ansible-lint: updated to 6.20.3

v6.20.3

Bugfixes

Fix wget command arguments in github action
Update some platform versions in meta.json

(adam)

2023-10-06 13:40:47 UTC MAIN commitmail json YAML

2023-10-06 12:43:45 UTC MAIN commitmail json YAML

Updated net/wireshark, devel/py-test-pylint

(adam)

2023-10-06 12:43:24 UTC MAIN commitmail json YAML

py-test-pylint: updated to 0.21.0

0.21.0

Dropped support for pytest < 7.0 in preparation for pytest 8.0 (should work with it when it comes out)
Dropped support for pylint < 2.15 to work better with Python 3.11 and drop backwards compatibility code
Use baked in TOML support with fallback to newer tomli library thanks to mgorny

0.20.0

Corrected issues introduced by deprecations in pylint
Added support for Python 3.12 and dropped support for Python 3.7
Last version that will support pytest < 7 and pylint < 2.6

(adam)

2023-10-06 12:39:03 UTC MAIN commitmail json YAML

wireshark: updated to 4.0.10

Wireshark 4.0.10 Release Notes

What窶冱 New

  We do not ship official 32-bit Windows packages for Wireshark 4.0 and
  later. If you need to use Wireshark on that platform, we recommend
  using the latest 3.6 release. Issue 17779[1]

  If you窶决e running Wireshark on macOS and upgraded to macOS 13 from an
  earlier version, you might have to open and run the 窶弑ninstall
  ChmodBPF窶� package, then open and run 窶廬nstall ChmodBPF窶� in order to
  reset the ChmodBPF Launch Daemon. Issue 18734[2].

  Bug Fixes

  The following bugs have been fixed:

    窶「 Error loading g729.so plugin with Wireshark 4.0.9 and 3.6.17 on
      macOS. Issue 19374[3].

(adam)

2023-10-06 11:52:00 UTC MAIN commitmail json YAML

Updated x11/gtk4, textproc/ugrep

(adam)

2023-10-06 11:51:43 UTC MAIN commitmail json YAML

ugrep: updated to 4.2.0

ugrep v4.2.0

improved TUI to display search progress and final stats in a status line at the bottom
improved TUI ctrl-Y to jump to the corresponding line number in the pager
improved recursive search performance
improved compatibility with GNU grep
improved detection of special devices to avoid searching them

(adam)

2023-10-06 11:50:35 UTC MAIN commitmail json YAML

gtk4: updated to 4.12.3

Overview of Changes in 4.12.3, 28-09-2023
=========================================

* GtkWindow:
- Don't assume titlebars are GtkHeaderBar

* GtkTreeView:
- Fix a crash in gtk_tree_view_is_blank_at_pos

* printing:
- Fix some issues with the portal implementation

* GSK:
- Some optimizations in the GL renderer
- Fix memory leaks in the Broadway renderer

* demos:
- Fix a crash in gtk4-demo

* Translation updates
Basque
Brazilian Portuguese
Czech
Galician
Georgian
German
Hungarian
Kazakh
Lithuanian
Persian
Polish
Spanish
Swedish
Turkish

Overview of Changes in 4.12.2, 20-09-2023
=========================================

* GtkTooltip:
- Don't cross native boundaries when looking for tooltips

* GtkCenterLayout, GtkEntry, GtkSearchEntry:
- Fix some issues with baseline handling

* GtkSwitch:
- Respect text direction

* Theme:
- Use relative font sizes

* GSK:
- Make repeated gradients match between GL and cairo
- Make rounded rect shrinking match between Vulkan, GL and cairo
- Fix parsing of text nodes with color glyphs
- Restrict an optimization to the cases where it is correct
- Fix rendering of shadows with opacity

* macOS:
- Clamp damage regions to the surface size

* Windows:
- Fix missing minimize and maximize buttons

* Translation updates
Basque
Brazilian Portuguese
Catalan
Chinese (China)
Czech
Danish
Dutch
Finnish
Galician
German
Hungarian
Italian
Kazakh
Latvian
Lithuanian
Slovenian
Spanish
Turkish

(adam)

2023-10-06 10:51:08 UTC MAIN commitmail json YAML

Updated devel/py-zope.interface, www/py-zope.proxy, devel/py-zope.i18nmessageid, devel/py-zope.hookable

(adam)

2023-10-06 10:50:27 UTC MAIN commitmail json YAML

py-zope.hookable: updated to 6.0

6.0 (2023-10-05)
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.12.

(adam)

2023-10-06 10:49:22 UTC MAIN commitmail json YAML

py-zope.i18nmessageid: updated to 6.1.0

6.1.0 (2023-10-05)
- Add support for Python 3.12.

(adam)

2023-10-06 10:48:30 UTC MAIN commitmail json YAML

py-zope.proxy: updated to 5.1

5.1 (2023-10-05)
- Add support for Python 3.12.

(adam)

2023-10-06 10:46:21 UTC MAIN commitmail json YAML

py-zope.interface: updated to 6.1

6.1 (2023-10-05)
- Build Linux binary wheels for Python 3.12.
- Add support for Python 3.12.
- Fix building of the docs for non-final versions.

(adam)

2023-10-06 10:37:28 UTC MAIN commitmail json YAML

doc: Updated net/termscp to 0.12.3

(pin)

2023-10-06 10:37:01 UTC MAIN commitmail json YAML

net/termscp: update to 0.12.3

0.12.3 - Released on 06/10/2023
- Dropped ratatui support, reverted to tui-realm 1.8

(pin)

2023-10-06 10:26:48 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2023-10-06 10:26:24 UTC MAIN commitmail json YAML

py-acme py-certbot*: updated to 2.7.0

Certbot 2.7.0

Added

Add certbot.util.LooseVersion class.
Add a new base class certbot.plugins.dns_common_lexicon.LexiconDNSAuthenticator to implement a DNS
authenticator plugin backed by Lexicon to communicate with the provider DNS API. This approach relies
heavily on conventions to reduce the implementation complexity of a new plugin.
Add a new test base class certbot.plugins.dns_test_common_lexicon.BaseLexiconDNSAuthenticatorTest to
help testing DNS plugins implemented on top of LexiconDNSAuthenticator.

Changed

NamespaceConfig now tracks how its arguments were set via a dictionary, allowing us to remove a bunch
of global state previously needed to inspect whether a user set an argument or not.
Support for Python 3.7 was deprecated and will be removed in our next planned release.
Added RENEWED_DOMAINS and FAILED_DOMAINS environment variables for consumption by post renewal hooks.
Deprecates LexiconClient base class and build_lexicon_config function in
certbot.plugins.dns_common_lexicon module in favor of LexiconDNSAuthenticator.
Deprecates BaseLexiconAuthenticatorTest and BaseLexiconClientTest test base classes of
certbot.plugins.dns_test_common_lexicon module in favor of BaseLexiconDNSAuthenticatorTest.

Fixed

Do not call deprecated datetime.utcnow() and datetime.utcfromtimestamp()
Filter zones in certbot-dns-google to avoid usage of private DNS zones to create records

(adam)

2023-10-06 10:20:52 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client, devel/py-google-api-core

(adam)

2023-10-06 10:20:34 UTC MAIN commitmail json YAML

py-google-api-core: updated to 2.12.0

2.12.0 (2023-09-07)

Features

Add a little bit of typing to google.api_core.retry
Add grpc Compression argument to channels and methods

Documentation

Fix a typo in google/api_core/page_iterator.py

(adam)

2023-10-06 10:20:19 UTC MAIN commitmail json YAML

2023-10-06 10:19:56 UTC MAIN commitmail json YAML

git-cinnabar: Update to 0.6.2.

What's new since 0.6.1?

    Better handle some HTTP errors.
    Switch to schannel curl backend on Windows. We were using rustls, but it seems to be causing some problems.
    Based on git 2.41.0.
    Updated crate dependencies.

(riastradh)

2023-10-06 10:16:34 UTC MAIN commitmail json YAML

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

2.102.0 (2023-10-03)

Features

aiplatform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d2ee980c9e90b84b3acc3f3aeae97f0f2d77c700 (8b973fd)
analyticsadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/7081cf969562fcc0041f94a57bcaf5861153ef8b (8b973fd)
androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b46bc44edb2130da8cd9495e39c4ca7cf9adc455 (8b973fd)
apigeeregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/973eda4a79622f77c1123ffd5118fbcbc81df496 (8b973fd)
apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8bac6c15f9cb8de691e55627d10fbd74596c7f9b (8b973fd)
baremetalsolution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/09226c49cc02d3b8f90d982ef3605a9b9633ae9b (8b973fd)
blockchainnodeengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/70bcf038b9ac61d23e06ed8b02a96f9f1cad0d16 (8b973fd)
chat: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f7229c1470edea409bc6215ffd0425709d635b1 (8b973fd)
chromepolicy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ce3fc99f2c951f97aceed71b8cdd0f45a018353c (8b973fd)
cloudasset: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3d9ce0b27c3a50c47602d1126acdf7ab85300b80 (8b973fd)
cloudbuild: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f032711ba572866a27f8724b37885550071a2272 (8b973fd)
compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/469d69ffe18cb8169cb7b89554275b563f079db6 (8b973fd)
connectors: Update the api https://togithub.com/googleapis/google-api-python-client/commit/75cec94bfdbb37715d401c9d11c1057a305eaf89 (8b973fd)
contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/106562f31d9de48aa1734bad77cfe6e52eeb0938 (8b973fd)
containeranalysis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4f5c30947adec7d3ab55244e1f5b19f925b8f07a (8b973fd)
container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/96fbd96de7ec840c96047c11ca869e0202cea1a7 (8b973fd)
contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b5fd3dde326e3746f04525ed647ad739e3c6f597 (8b973fd)
dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/119d5190a4b0e552c9240a58df49d25e2a125c7b (8b973fd)
dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5365240e53c2e91b67f501dcf9b6bc2c4164afc4 (8b973fd)
dialogflow: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8ff5620d4457e759b7849f524ddc4aa426574cfd (8b973fd)
discoveryengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6819fc0693e5639a1c6a9c5d2dd20efc3154bd07 (8b973fd)
documentai: Update the api https://togithub.com/googleapis/google-api-python-client/commit/53c4c4e6471f9ea23eff880acc46ed5a3c1bf12b (8b973fd)
gkebackup: Update the api https://togithub.com/googleapis/google-api-python-client/commit/37333bba18d0426226751fb461f5fe4b125c262a (8b973fd)
gkeonprem: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ff4e124a6dbf3561c88116634b8af5a245fd76f9 (8b973fd)
gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/667662ed67b2c1487cad7dd001c4edbf86ff4ffe (8b973fd)
integrations: Update the api https://togithub.com/googleapis/google-api-python-client/commit/344479e18ef2e4e17c4a5b2db96db2ec687c7b5e (8b973fd)
migrationcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/94476b412e9cc4bdea4e21ea21d571b8cd5b88ff (8b973fd)
monitoring: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d57528a0fd4c3a15664dd62a336b9b30452910a (8b973fd)
networkservices: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d5dc9ca9019e43b8a1e6b71635421160fdf785af (8b973fd)
places: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d78cc1840da807ffc6684c48065eb92e6d64703e (8b973fd)
redis: Update the api https://togithub.com/googleapis/google-api-python-client/commit/70161c7d33e7769ece18b16a933ffe5d12526827 (8b973fd)
run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c2294fc8f6633c68676d2aceb359df80694c97b4 (8b973fd)
securitycenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/08e8c1610e13c397f07886ba1cdba44002a18d66 (8b973fd)
storage: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e286bfb3c2e5ba7f97299a490c62392ab191d377 (8b973fd)
tagmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e18f976691177cbd0016a015c97e54aab7a5e5db (8b973fd)

Bug Fixes

androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/288f8dd6c820fb8207fc0127e8ffc39fa9c37e59 (8b973fd)
appengine: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a664802e4b5307a71f0709c8297783eaae32ff4 (8b973fd)
healthcare: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9d332ad1e53c7a7ec4f607273c91e5bfda31eba2 (8b973fd)
translate: Update the api https://togithub.com/googleapis/google-api-python-client/commit/cfbf4fe79d014968086b26051e069920606d5b1a (8b973fd)

(adam)

2023-10-06 09:39:05 UTC MAIN commitmail json YAML

doc: Updated editors/xnedit to 1.5.2

(micha)

2023-10-06 09:37:42 UTC MAIN commitmail json YAML

editors/xnedit: Update to 1.5.2

version 1.5.2 (2023-10-05)
--------------------------
- fixed disabling Read Only doesn't disable encoding error locks
- fixed filedialog not showing the sort indicator sometimes
- fixed potential buffer overflow in ExecShellCommand/ExecCursorLine
- fixed build on Solaris 10

(micha)

2023-10-06 09:01:56 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 10.0.3

(roy)

2023-10-06 09:01:41 UTC MAIN commitmail json YAML

Import dhcpcd-10.0.3 with the following changes:

DHCP: Don't crash on a test run
dhcpcd: Fix off-by-one overflow when read() writes full BUFSIZ
privsep: fix strlcpy overflow in psp_ifname
privsep: Fix a FD leak when processes exit
dhcpcd: Use a local variable instead of the optind
dhcpcd: Guard against handling many SIGTERM/SIGINT
DHCP6: Send correct amount of used buffer for prefix exclude option
options: andsf6 is DHCPv6, not DHCP
options: introduce the uri option as opposed to a string
DHCP6: Set all requested addrs as not stale when starting discovery
compat: update arc4random() to newer chacha20 based version from OpenBSD
compat: Support libcrypto for hmac and sha256
compat: use OpenSSL RAND_priv_bytes() for entropy
privsep: Allow diabling of SECCOMP on Linux
linux: fix wireless roaming

(roy)

2023-10-06 08:38:32 UTC MAIN commitmail json YAML

doc: update exim fixed version for 3 of the CVEs

(prlw1)

2023-10-06 07:50:55 UTC MAIN commitmail json YAML

mosquitto: Fix rc.d script for OS using pkgtools/rc.subr

(triaxx)

2023-10-06 07:28:02 UTC MAIN commitmail json YAML

doc: Updated databases/redis to 7.2.1nb1

(triaxx)

2023-10-06 07:27:44 UTC MAIN commitmail json YAML

redis: Fix build on Darwin

pkgsrc changes:
---------------
  * Fix building for macOS 13.5.2 by applying upstream patch:
    https://github.com/redis/redis/issues/12585
  * Use USE_CC_FEATURES to set c99 standard as recommanded by pkglint.
  * Fix rc.d script for systems without /etc/rc.subr and using
    pkgtools/rc.subr with SYSCONFBASE different from /etc.
  * Bump revision.

(triaxx)

2023-10-06 07:02:26 UTC MAIN commitmail json YAML

doc: Updated devel/libstatgrab to 0.92.1

(pin)

2023-10-06 07:02:05 UTC MAIN commitmail json YAML

devel/libstatgrab: update to 0.92.1

libstatgrab 0.92.1 [2021/07/27]

This release includes minor bugfixes and is API and ABI compatible with 0.92.
- Fix build with autoconf 2.70+.
- Fix CPU stats on older Linux kernels.
- Make sure to count processes in an unknown state.
- Check if -ltinfo is needed when linking ncurses.
- Fixes to build when cross-compiling.
- Fix build with -DNDEBUG.
- Handle vmmeter changes in FreeBSD 12.

(pin)

2023-10-06 03:23:35 UTC MAIN commitmail json YAML

doc: Updated devel/kdiff3 to 1.10.6

(gutteridge)

2023-10-06 03:23:17 UTC MAIN commitmail json YAML

kdiff3: update to 1.10.6

Version 1.10.6 - 2023
====================
Fix crash on exit.

(gutteridge)

2023-10-06 03:11:30 UTC MAIN commitmail json YAML

wm/pekwm: add forgot PLIST update

(pin)

2023-10-05 22:13:32 UTC MAIN commitmail json YAML

py-pdfrw: add patch to distinfo, so it's used

Bump PKGREVISION again.

(wiz)

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

doc: Updated x11/libXrandr to 1.5.4

(wiz)

2023-10-05 22:12:06 UTC MAIN commitmail json YAML

libXrandr: update to 1.5.4.

This release fixes a bug where an invalid pointer (a pointer to the
middle of a buffer returned from malloc() instead of to the beginning
of the buffer) could be passed to free() when cleaning up after an
out-of-bounds output is found in the response from the X server to
XRRGetMonitors().

Alan Coopersmith (4):
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      XRRGetMonitors(): free correct pointer in error path
      libXrandr 1.5.4

(wiz)

2023-10-05 21:11:36 UTC MAIN commitmail json YAML

postgresql16-server: Fix rc.d script for OS using pkgtools/rc.subr

Some systems (e.g. macOS) do not have /etc/rc.subr. For unprivileged
bootstrapped pkgsrc with pkgtools/rc.d-boot and pkgtools/rc.subr, rc.conf
and rc.subr are installed in ${SYSCONFBASE}.

(triaxx)

2023-10-05 20:13:57 UTC MAIN commitmail json YAML

doc: Updated benchmarks/hyperfine to 1.18.0

(pin)

2023-10-05 20:13:36 UTC MAIN commitmail json YAML

benchmarks/hyperfine: update to 1.18.0

Features
- Add support for microseconds via --time-unit microsecond, see #684 (@sharkdp)

Bugfixes
- Proper argument quoting on Windows CMD, see #296 and #678 (@PedroWitzel)

(pin)

2023-10-05 20:12:39 UTC MAIN commitmail json YAML

doc: Updated wm/pekwm to 0.3.0

(pin)

2023-10-05 20:12:15 UTC MAIN commitmail json YAML

wm/pekwm: update to 0.3.0

pekwm-0.3.0

First release in the new 0.3.X series of pekwm releases coming with quite a
bit of changes and additions.

The most notably changes in this release include:

- Pango font support (both Cairo and Xft)
- Automatic font type selection
- Various updated and improvements to pekwm_panel including a systray widget
- Xresources can be used in themes and configuration files as variables.
- New default theme named Winter

See NEWS.md for more details on what has changed and look in doc/ for the most
up to date documentation.

pkgsrc: switch to cmake/build.mk

(pin)

2023-10-05 19:06:44 UTC MAIN commitmail json YAML

doc: pkg-vulnerabilities +gnupg2, +libde265, +libmicrohttpd

(tm)

2023-10-05 18:53:37 UTC MAIN commitmail json YAML

doc: pkg-vulnerabilities +freerdp2 +matrix-synapse

(tm)

2023-10-05 18:34:29 UTC MAIN commitmail json YAML

doc: pkg-vulnerabilities +vorbis-tools, +vsftpd, +w3m, +wireshark

(tm)

2023-10-05 16:31:52 UTC MAIN commitmail json YAML

NetBSD supports CTF if /usr/bin/ctfconvert exists.

(rhialto)

2023-10-05 14:13:03 UTC MAIN commitmail json YAML

2023-10-05 13:48:21 UTC MAIN commitmail json YAML

doc: +amanda-server, +lldpd, +zabbix

(tm)

2023-10-05 13:21:51 UTC MAIN commitmail json YAML

doc: +croc, +ming

(tm)

2023-10-05 06:03:11 UTC MAIN commitmail json YAML

gcc9: move admonition about PKGREVSION next to the entry (NFC)

(Fix my previous adjustment.)

(gutteridge)

2023-10-05 05:57:20 UTC MAIN commitmail json YAML

webkit-gtk: fix inadvertent aarch64 lossage from r. 1.247

A block that was a no-op was removed, but the inclusion of bsd.prefs.mk
should still be applied because of a different block added in a later
revision.

(gutteridge)

2023-10-05 05:27:38 UTC MAIN commitmail json YAML

gcc8: move admonition about PKGREVSION next to the entry (NFC)

(Not that that makes any difference when automated tools are involved.)

(gutteridge)

2023-10-05 05:20:10 UTC MAIN commitmail json YAML

gcc*-libs: fix PKGREVISION values that got out of sync (again)

(gutteridge)

2023-10-05 05:15:37 UTC MAIN commitmail json YAML

gcc8-libs: fix PKGREVISION value that got out of sync (again)

(gutteridge)

2023-10-05 04:46:05 UTC MAIN commitmail json YAML

py-pandas: fix (sandboxed) non-default Python builds

Another issue where Meson isn't versioned in pkgsrc, so we end up with
it "helpfully" supplying the path to Python it believes is correct,
which is wrong for any non-default Python version. (The 2.1.0 version
of this package carried a similar fix, which was removed in the update
to 2.1.1; a variation of it is restored here.)

Separately, this package directly expresses a minimum Meson version, so
reflect that as well.

(gutteridge)

2023-10-04 21:52:32 UTC MAIN commitmail json YAML

Updated devel/py-importlib-resources, devel/py-cffi

(adam)

2023-10-04 21:51:44 UTC MAIN commitmail json YAML

py-cffi: updated to 1.16.0

v1.16.0

* Add support for Python 3.12. With the removal of ``distutils`` from Python 3.12, projects
  using CFFI features that depend on ``distutils`` at runtime must add a dependency on
  ``setuptools`` to function under Python 3.12+. CFFI does not declare a runtime ``setuptools``
  requirement to avoid an unnecessary dependency for projects that do not require it.
* Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
* Add support for PEP517 builds; ``setuptools`` is now a required build dependency.
* Declare ``python_requires`` metadata for Python 3.8+. This allows unsupported Pythons
  to continue using previously released sdists and wheels.
* Move project source under ``src/``; a more standard layout that also enables CI to more easily
  catch packaging errors.

(adam)

2023-10-04 21:45:11 UTC MAIN commitmail json YAML

TODO: note ddd 3.4.0

(gutteridge)

2023-10-04 21:44:03 UTC MAIN commitmail json YAML

py-importlib-resources: updated to 6.1.0

v6.1.0

Features
- MultiplexedPath now expects Traversable paths. String arguments to MultiplexedPath are now deprecated.

Bugfixes
- Enabled support for resources in namespace packages in zip files.

(adam)

2023-10-04 21:41:14 UTC MAIN commitmail json YAML

Added www/py-django; Updated devel/py-codespell

(adam)

2023-10-04 21:40:50 UTC MAIN commitmail json YAML

py-codespell: updated to 2.2.6

v2.2.6

What's Changed

Test to check our string escape word triggers on its own
feat(dictionary): add additiional additional entry
Add currebtly Misspelling
Add more typos for "approximate"
Add new typos for "load"
Add typos for "accommodate"
Add spelling correction for 'prodive'
Add annhilate Mispelling
Add alternative spelling corrections for "merget"
Add various typos
Add suffixes to existing typos
Add twine As Dev Dependency
frustrum->frustum
Add several spelling corrections
Add suffixes to existing typos, part 2
Add iamges->images and cannel variants
Add all corrections
Add suffixes to typos that start with "a"
Add suffixes to typos from "b" to "ch"
Add suffixes to typos from "cop" to "cy"
Add spelling corrections for upperace and lowerace.
Add suffixes to typos from "ci" to "con"
Add variations of 'check'
Add suffixes to typos that start with "de"
Add suffixes to typos from "di" to "dy"
Add suffixes to typos that start with "e"
Add some spelling corrections
Add suffixes to typos that start with "f"
Add typos for "general", "generate", "generic"
Move dateset to code
Add correction for "distict"
Add several spelling corrections
Add new suggestions for existing typos
Add suffixes to typos that start with "g" or "h"
Dev Container
Add postifx->postfix to code dictionary
Add openes->opens, openness, to dictionary
Add suffixes to typos from "ib" to "im"
Add indepentend->independent
Add several spelling corrections
feat: Add collogue->colleague to dictionary
Typos from OpenSSL 3.0
Add suffixes to typos from "ip" to "k"
Add suffixes to typos that start with "in"
Add typos discovered in django/deps repository
Add some archaic terms for Muslim to dictionary
Add words from misspell's dictionary (A-1)
Add suffixes to typos that start with "l"
Add typo fix: reacord->record
Add suffixes to typos that start with "m"
Add suffixes to typos that start with "n"
Add suffixes to typos that start with "o"
Improve existing suggestions
Add vulnerabily->vulnerably, vulnerability, spelling correction.
Add suffixes to typos from "pa" to "pl"
Add suffixes to typos from "po" to "pu"
Allow words missing from aspell dictionaries
Add journalling->journaling to GB->EN dict
Use large aspell dictionaries
Add suffixes to typos from "q" to "red"
Add suffixes to typos from "ref" to "rep"
Add suffixes to typos from "req" to "ry"
Add suffixes to typos from "sa" to "se"
Add suffixes to typos from "sh" to "sp"
Add suffixes to typos from "sr" to "st"
Remove a branch from main() to pass Ruff CI check.
Add suffixes to typos from "su" to "sz"
Dictionary fixes
Add Pre-Commit as a dev dependency
Drop support for Python 3.7
Fix pre-commit issues
Add suffixes to typos that start with "t"
Add suffixes to typos that start with "u"
Add suffixes to typos that start with "v"
Add suffixes to typos from "w" to "z"
Add some new misspellings
Add spelling corrections for defaoult and variants.
Fix the name of the extra word lists we load
Add suffixes to typos from "aa" to "acc"
Add suffixes to typos from "ace" to "ad"
Add suffixes to typos from "af" to "al"
Dictionary fixes
Add suffixes to typos from "am" to "an"
Use pre-commit to sort the dictionaries
Simpler dictionary parsing
[pre-commit.ci] pre-commit autoupdate
Add suffixes to typos that start with "ap"
Half dozen new cases in dictionary.txt
Add suffixes to typos that start with "ar"
Add suffixes to typos that start with "as"
Add suffixes to typos from "at" to "ay"
Add suffixes to typos from "ba" to "be"
Add preperint typo
Add some typos found in a large documentation repo
Add suffixes to typos from "bi" to "bu"
Add suffixes to typos that start with "ca"
Add some misspellings and refinements
Add typo variations of background(s)
Add more typos for "check" and similar
...ter → ...tor
Add suffixes to typos from "ce" to "ci"
Remove the grave accent (`) from the default word regex
Add typo variations for 'enble'->'enable' to main dictionary
[pre-commit.ci] pre-commit autoupdate
Add suffixes to typos from "cl" to "col"
Generate alternative typos with a translation table
Remove redundant linting CI workflows handled by pre-commit.ci
Fix ruff lint error
Add suffixes to typos that start with "com"
Add spelling correction for information and variant.
Replace local and CI workflow by pre-commit
Add fram->frame and friend
Add typo variations of 'dispatch'
Add more typos for "configure" and similar
Add suffixes to typos from "cona" to "conr"
Add suffixes to typos from "cons" to "conv"
Add more typos for "correspond" and similar
Adding articifial to artificial to dictionary.txt
Move the valid word implementor in rare dictionary
Typos from tcpdump and libpcap
[pre-commit.ci] pre-commit autoupdate
Add suffixes to typos from "coo" to "coy"
Add suffixes to typos from "cp" to "cy"
Add suffixes to typos from "dc" to "den"
Add suffixes to typos from "dep" to "der"
[pre-commit.ci] fix new ruff issue
Add suffixes to typos from "des" to "dev"
Add suffixes to typos that start with "di"
Add suffixes to typos from "do" to "dy"
Add suffixes to typos from "ea" to "en"
Add suffixes to typos from "ep" to "exe"
Add suffixes to typos from "exi" to "exu"
[pre-commit.ci] pre-commit autoupdate
Update dictionary.txt
[pre-commit.ci] pre-commit autoupdate
Add suffixes to typos that start with "f"
Add suffixes to typos from "g" to "h"
Additions to dictionary.txt
Modify structure of dict read from TOML to match dict read from INI
Add suffixes to typos from "id" to "inh"
Add more typos for "initialize" and similar
Add suffixes to typos from "ini" to "it"
Add suffixes to typos from "j" to "l"
Add refinement to 'draing' typo
Add suffixes to typos from "ma" to "me"
Add suffixes to typos from "mi" to "mu"
Add more variations of "except" and "exempt"
[pre-commit.ci] pre-commit autoupdate
Bump actions/checkout from 3 to 4
Add spelling correction for "exis".
Add followiing->following
Add suffixes to typos that start with "n"
Add suffixes to typos that start with "o"
[pre-commit.ci] pre-commit autoupdate
Add suffixes to typos that start with "pa"
Add suffixes to typos from "pe" to "po"
Get rid of typos with apostrophe replaced by semicolon
Add suffixes to typos from "pr" to "pu"
Add handlong->handling
Bump codecov/codecov-action from 3 to 4
Add suffixes to typos from "q" to "rec"
Add various typos
Add suffixes to typos from "red" to "rep"
Add suffixes to typos from "req" to "ru"
Dictionary additions
[pre-commit.ci] pre-commit autoupdate
Add suffixes to typos from "sa" to "se"
Add correction for havne't->haven't
Add suffixes to typos from "sh" to "so"
Add suffixes to typos from "sp" to "st"
Add suffixes to typos from "su" to "sy"
Add suffixes to typos from "ta" to "th"
[pre-commit.ci] pre-commit autoupdate
Add suffixes to typos from "ti" to "ty"
Add suffixes to typos that start with "u"
Add suffixes to typos from "v" to "z"
many new typos from different repositories
fixing setuptool_scm dependency because the latest version is broken
More typos
Use f-strings wherever possible

(adam)

2023-10-04 21:37:14 UTC MAIN commitmail json YAML

py-django: added version 4.2.6

What窶冱 new in Django 4.2

Psycopg 3 support
Comments on columns and tables
Mitigation for the BREACH attack
In-memory file storage
Custom file storages

(adam)

2023-10-04 21:36:52 UTC MAIN commitmail json YAML

mate-indicator-applet: fix version after meta-pkg bump

(gutteridge)

2023-10-04 21:30:04 UTC MAIN commitmail json YAML

Updated lang/py-inflect, lang/py-lsprotocol, lang/py-pygls, www/py-django-admin-rangefilter

(adam)

2023-10-04 21:29:36 UTC MAIN commitmail json YAML

py-django-admin-rangefilter: updated to 0.11.2

0.11.2

Fix
- NumericRangeFilter: Fix filter for the value zero

(adam)

2023-10-04 21:27:48 UTC MAIN commitmail json YAML

py-pygls: updated to 1.1.0

1.1.0

Bug Fixes

Fix broken link and outdated comment
Correctly cast from UTF16 positions
Ensure server commands can be executed
Mypy lints
Error code of JsonRpcInternalError
Only show code action when there's no sum
Don't include trailing whitespace in code action title
'bool' object has no attribute 'resolve_provider'
Computation of formatting and diagnostic provider capabilities

CI

Migrate to Poetry and modernise
Linter for conventional commits
Autogenerate changelog with git-cliff
Automate CONTRIBUTORS.md
Retry Pyodide tests
Test against Python 3.12
Use matrix.python-version in cache key
Update json-extension pipeline
Pin poetry to 1.5.1
Do not install chromium/chromedriver
Enable coverage reporting
Run all lints even when some fail
Increase Pyodide CI retries to 6

Documentation

Use autodoc to document client methods
Update docstrings
Change specification for commit messages
Typo in vscode-playground README.md
Add api docs for servers, protocol and workspace
Align docstring formatting
Handle methods starting with $/
Update links and code snippets
Rename advanced usage to user guide
Instructions for using plain text files with vscode-playground

Features

Add document diagnostic capability
Add workspace symbol resolve
Add workspace diagnostic support
Adds inline value support
Adds type hierarchy request support
Add await syntax support for sending edit request to client
Allow servers to provide NotebookDocumentSyncOptions
Initial support for notebook document syncronisation
Add notebook support to example inlay_hints.py server
Accept PositionEncoding client capability
Support UTF32 ans UTF8 position encoding

Miscellaneous Tasks

Update autogenerated Pygls client
Introduce black formatting
Add .git-blame-ignore-revs file
Delete fountain-vscode-extension
Update README.md
Bump lsprotocol version
Fix deprecation warning, set chrome path
Disable body-max-line-length check
Add .readthedocs.yaml
Strict types in uris.py and workspace.py
Move workspace/doc/position into own files
Fix mypy types
Maintain Workspace backwards compat
Fix use of deprecated methods in tests/test_language_server.py

Refactor

Move example json-server to examples/servers
Rename json-vscode-extension/ -> vscode-playground
Simplify end-to-end test client fixture definition
Rename Client -> JsonRPCClient
Rename LanguageClient -> BaseLanguageClient
Rename <verb>_document to <verb>_text_document
Expose workspace via a property
Server Position class
Rename server Position to PositionCodec, instantiate it in Workspace
Reference types via types module
Make default argument mandatory, add type annotations

Testing

Test that the client provided token is used
Remove a useless sleep
Test cases of server initiated progress
Base Pyodide wheel deps off poetry.lock

Build

Bump semver in /examples/fountain-vscode-extension
Bump semver in /examples/json-vscode-extension
Bump word-wrap in /examples/json-vscode-extension
Lock min Python version to 3.7.9
Cache specific Python minor version
Bump lsprotocol to 2023.0.0b1
Release v1.1.0

Json-extension

Support cancellation in progress example

Progress

Support work done progress cancellation from client

Server

Add a type annotation to help completions in editor

Added

Add LanguageClient with LSP methods autogenerated from type annotations in lsprotocol
Add base JSON-RPC Client with support for running servers in a subprocess and communicating over stdio.
Support work done progress cancel
Add support for textDocument/inlayHint and inlayHint/resolve requests

Fixed

pygls no longer overrides the event loop for the current thread when given an explicit loop to use.
Fixed MethodTypeNotRegisteredError when registering a TEXT_DOCUMENT_DID_SAVE feature with options.
Fixed detection of LanguageServer type annotations when using string-based annotations.

(adam)

2023-10-04 21:24:42 UTC MAIN commitmail json YAML

py-lsprotocol: updated to 2023.0.0b1

2023.0.0b1
Add broad spectrum tests for python

(adam)

2023-10-04 21:17:43 UTC MAIN commitmail json YAML

py-inflect: updated to 7.0.0

v7.0.0

Features
- Refine type hint for ``singular_noun`` to indicate a literal return type for ``False``.

Deprecations and Removals
- Removed methods renamed in 0.2.0.

v6.2.0

Features
- Project now supports Pydantic 2 while retaining support for Pydantic 1.

Bugfixes
- Added validation of user-defined words and amended the type declarations to match, allowing for null values but not empty strings.

(adam)

2023-10-04 21:11:36 UTC MAIN commitmail json YAML

Added time/py-backports.zoneinfo; Updated time/py-tzlocal

(adam)

2023-10-04 21:06:09 UTC MAIN commitmail json YAML

py-tzlocal: updated to 5.1

5.1 (2023-10-04)
----------------
- The Unicode data doesn't change tz names when IANA does, so what is current
  in IANA is treated as an alias in Unicode data. This version handles that.

(adam)

2023-10-04 21:01:59 UTC MAIN commitmail json YAML

py-backports.zoneinfo: added version 0.2.1

This package was originally the reference implementation for PEP 615, which
proposes support for the IANA time zone database in the standard library, and
now serves as a backport to Python 3.6+ (including PyPy).

(adam)

2023-10-04 20:43:58 UTC MAIN commitmail json YAML

Updated security/py-argon2-cffi, devel/py-hypothesis

(adam)

2023-10-04 20:40:59 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.87.1

6.87.1

Fixes issue 3755, where an internal condition turns out to be reachable after all.

6.87.0

This release deprecates use of assume() and reject() outside of property-based tests, because these functions work by raising a special exception (issue 3743). It also fixes some type annotations

(adam)

2023-10-04 20:38:54 UTC MAIN commitmail json YAML

py-argon2-cffi: updated to 23.1.0

23.1.0

Removed

- Python 3.6 is not supported anymore.

Deprecated

- The `InvalidHash` exception is deprecated in favor of `InvalidHashError`.
No plans for removal currently exist and the names can (but shouldn't) be used interchangeably.

- `argon2.hash_password()`, `argon2.hash_password_raw()`, and `argon2.verify_password()` that have been soft-deprecated since 2016 are now hard-deprecated.
They now raise `DeprecationWarning`s and will be removed in 2024.

Added

- Official support for Python 3.11 and 3.12.
No code changes were necessary.

- `argon2.exceptions.InvalidHashError` as a replacement for `InvalidHash`.

- *salt* parameter to `argon2.PasswordHasher.hash()` to allow for custom salts.
This is only useful for specialized use-cases -- leave it on None unless you know exactly what you are doing.

(adam)

2023-10-04 20:25:30 UTC MAIN commitmail json YAML

Updated www/py-django3, math/py-asdf, devel/py-rope, time/py-iso8601

(adam)

2023-10-04 20:24:47 UTC MAIN commitmail json YAML

py-iso8601: updated to 2.1.0

2.1.0 - 2023-10-03

Fixed

Use ruff for linting
Fixed CHANGELOG version links

Added

Add readthedocs configuration

(adam)

2023-10-04 20:21:19 UTC MAIN commitmail json YAML

py-rope: updated to 1.10.0

Release 1.10.0

- Add support for Python 3.12

(adam)

2023-10-04 20:16:17 UTC MAIN commitmail json YAML

py-asdf: updated to 2.15.2

2.15.2 (2023-09-29)

The ASDF Standard is at v1.6.0

- Add support for python 3.12

(adam)

2023-10-04 20:13:51 UTC MAIN commitmail json YAML

py-django3: updated to 3.2.22

Django 3.2.22 fixes a security issue with severity 窶徇oderate窶� in 3.2.21.

CVE-2023-43665: Denial-of-service possibility in django.utils.text.Truncator

Following the fix for CVE-2019-14232, the regular expressions used in the implementation of django.utils.text.Truncator窶冱 chars() and words() methods (with html=True) were revised and improved. However, these regular expressions still exhibited linear backtracking complexity, so when given a very long, potentially malformed HTML input, the evaluation would still be slow, leading to a potential denial of service vulnerability.

The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which were thus also vulnerable.

The input processed by Truncator, when operating in HTML mode, has been limited to the first five million characters in order to avoid potential performance and memory issues.

(adam)

2023-10-04 19:50:49 UTC MAIN commitmail json YAML

tex-context: remove reference to no longer supplied original-context-symbol.map

(markd)

2023-10-04 17:14:57 UTC MAIN commitmail json YAML

Updated devel/SDL2, devel/py-packaging

(adam)

2023-10-04 17:14:37 UTC MAIN commitmail json YAML

py-packaging: updated to 23.2

23.2 - 2023-10-01

* Document calendar-based versioning scheme (:issue:`716`)
* Enforce that the entire marker string is parsed (:issue:`687`)
* Requirement parsing no longer automatically validates the URL (:issue:`120`)
* Canonicalize names for requirements comparison (:issue:`644`)
* Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and ``metadata.InvalidMetadata``; :issue:`570`)
* Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` (:issue:`570`)
* Introduce ``utils.is_normalized_name()`` (:issue:`570`)
* Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()``
  raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively,
  when the version component of the name is invalid

(adam)

2023-10-04 17:09:37 UTC MAIN commitmail json YAML

SDL2: updated to 2.28.4

2.28.4

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

Enable clipping for zero sized rectangles in the SDL renderer
Notify X11 clipboard managers when the clipboard changes
Fixed sensor timestamps for third-party PS5 controllers
Added detection for Logitech and Simagic racing wheels

(adam)

2023-10-04 17:06:37 UTC MAIN commitmail json YAML

doc: Updated fonts/vlgothic-ttf to 20230918

(tsutsui)

2023-10-04 17:06:20 UTC MAIN commitmail json YAML

vlgothic-ttf: update to 20230918.

pkgsrc changes:
- update MASTER_SITES and HOMEPAGE per upstream moving

Upstream changes:
https://github.com/daisukesuzuki/VLGothic/blob/20230918/Changelog

* 2023/09/18
- Fix a glyph in VL-Gothic (SQUARE KORUNA U+331D)

(tsutsui)

2023-10-04 16:58:57 UTC MAIN commitmail json YAML

wm/ctwm: disable its own use of ctfconvert

since gcc12 creates files it can't handle.
Use PKGSRC_USE_CTF=yes to use pkgsrc's own handling of this, if wanted.

(rhialto)

2023-10-04 16:27:27 UTC MAIN commitmail json YAML

doc: django, grub2 vulnerabilities

(wiz)

2023-10-04 16:10:54 UTC MAIN commitmail json YAML

Updated textproc/py-openapi-schema-validator, security/py-google-auth-httplib2, security/py-google-auth, security/py-google-auth-oauthlib

(adam)

2023-10-04 16:10:30 UTC MAIN commitmail json YAML

py-google-auth-oauthlib: updated to 1.1.0

v1.1.0

Features

Adding support to specify browser while launching browser to authention
Pass thru OAuth audience during InstalledAppFlow.run_local_server

Documentation

Fix grammar with fetch_token docstring

(adam)

2023-10-04 16:09:10 UTC MAIN commitmail json YAML

py-google-auth: updated to 2.23.2

2.23.2 (2023-09-28)

Bug Fixes

Support urllib3<2.0 versions

2.23.1 (2023-09-26)

Bug Fixes

Less restrictive content-type header check for google authentication (ignores charset)
Trust boundary meta header renaming and using the schema from backend team.
Update urllib3 to >= 2.0.5

2.23.0 (2023-09-11)

Features

Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
Add get_bq_config_path() to _cloud_sdk.py

Bug Fixes

Expose universe domain in credentials
Make external_account resistant to string type 'expires_in' responses from non-compliant services
Missing ssj for impersonate cred
Skip checking projectid on cred if env var is set

(adam)

2023-10-04 16:04:57 UTC MAIN commitmail json YAML

py-google-auth-httplib2: updated to 0.1.1

0.1.1

Bug Fixes

Update setup.py

(adam)

2023-10-04 16:02:19 UTC MAIN commitmail json YAML

py-openapi-schema-validator: updated to 0.6.1

0.6.1

Bug fixes

Jsonschema package keywords module rename fix

(adam)

2023-10-04 15:55:25 UTC MAIN commitmail json YAML

mate: adjust dependency patterns missed in previous bump

(gutteridge)

2023-10-04 15:22:33 UTC MAIN commitmail json YAML

mate-netbook: fix version after meta-pkg bump

(gutteridge)

2023-10-04 15:21:02 UTC MAIN commitmail json YAML

mate-sensors-applet: fix version after meta-pkg bump

(gutteridge)

2023-10-04 15:18:32 UTC MAIN commitmail json YAML

mate-icon-theme: fix version after meta-pkg bump

(gutteridge)

2023-10-04 15:17:00 UTC MAIN commitmail json YAML

mate-backgrounds: fix version after meta-pkg bump

(gutteridge)

2023-10-04 15:15:42 UTC MAIN commitmail json YAML

mate-backgrounds: fix version after meta-pkg bump

(gutteridge)

2023-10-04 15:13:25 UTC MAIN commitmail json YAML

caja-dropbox: fix version after meta-pkg bump

(gutteridge)

2023-10-04 15:11:28 UTC MAIN commitmail json YAML

mate-calc: fix version after meta-pkg bump

(gutteridge)

2023-10-04 13:19:49 UTC MAIN commitmail json YAML

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

Updated www/py-aiohttp-socks, net/py-lexicon

(adam)

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

py-lexicon: updated to 3.15.0

3.15.0

Added

Add pyotp Python dependency in Lexicon to help implementing OTP (one-time password) on providers whose API supports this kind of authentication.
Add OTP support on hover provider, with a new flag named --auth-totp-secret.
Add type marker py.typed to inform types checkers about availability of type annotations in Lexicon codebase.

Modified

Fix and modernize ReadTheDoc documentation build.
Better error management and resource cleanup when Client is used as a context manager.

Removed

Stop using cryptography in providers where only hashing is needed.

(adam)

2023-10-04 12:09:05 UTC MAIN commitmail json YAML

py-aiohttp-socks: updated to 0.8.4

0.8.4
Unknown changes

(adam)

2023-10-04 11:49:22 UTC MAIN commitmail json YAML

2023-10-04 11:47:01 UTC MAIN commitmail json YAML

doc: Updated x11/alacritty to 0.12.3

(pin)

2023-10-04 11:46:35 UTC MAIN commitmail json YAML

x11/alacritty: update to 0.12.3

Fixed
- Crash on macOS Sonoma due to change in macOS resize handling
- Crash when Wayland compositor advertises wl_compositor@v5 interface

(pin)

2023-10-04 11:39:59 UTC MAIN commitmail json YAML

mk: Skip rust .rlib archives for debug stripping.

(jperkin)

2023-10-04 11:39:38 UTC MAIN commitmail json YAML

Updated devel/py-ruamel-yaml-clib, devel/py-ruamel-yaml

(adam)

2023-10-04 11:39:18 UTC MAIN commitmail json YAML

py-ruamel-yaml: updated to 0.17.35

0.17.35
- support for loading dataclasses with ``InitVar`` variables (some
  special coding was necessary to get the, unexecpected, default value
  in the corresponding instance attribute ( example of usage in
  `this question <https://stackoverflow.com/q/77228378/1307905>`__ )

0.17.34
- Python 3.12 also loads C version when using `typ='safe'`
- initial support for loading invoking `__post_init__()` on dataclasses that have that method
  after loading a registered dataclass (`@yaml.register_class\n@dataclass\nclass ...`).

(adam)

2023-10-04 11:36:18 UTC MAIN commitmail json YAML

2023-10-04 09:46:38 UTC MAIN commitmail json YAML

Updated devel/py-maturin, sysutils/py-setproctitle

(adam)

2023-10-04 09:46:17 UTC MAIN commitmail json YAML

py-setproctitle: updated to 1.3.3

1.3.3

- Add support for Python 3.12
- Fix package metadata to include Python 3.11, 3.12.

(adam)

2023-10-04 09:43:49 UTC MAIN commitmail json YAML

py-maturin: updated to 1.3.0

1.3.0

* Refactor Cargo sdist generator to avoid rewriting local dependencies
* Added `--pip-path` argument to `develop` command
* Ignore sdist output files when building sdist
* Use `python.exe` by default in `build` command on Windows
* Don't require `uniffi-bindgen` to be installed for uniffi bindings
* Fix platform tag for graalpy
* Always set minor version to 0 when major version >= 11 for macOS
* Warning about incorrect maturin version pyproject.toml `[build-system] requires`

(adam)

2023-10-04 08:21:57 UTC MAIN commitmail json YAML

Updated lang/vala, textproc/py-regex, databases/py-psycopg2, devel/py-traitlets

(adam)

2023-10-04 08:21:35 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.11.2

5.11.2

Maintenance and upkeep improvements

- More typing cleanup

5.11.1

Maintenance and upkeep improvements

- Typing fixups

5.11.0

Maintenance and upkeep improvements

- More Typing Adoption

(adam)

2023-10-04 08:19:57 UTC MAIN commitmail json YAML

py-psycopg2: updated to 2.9.9

What's new in psycopg 2.9.9
- Add support for Python 3.12.
- Drop support for Python 3.6.

(adam)

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

py-regex: updated to 2023.10.3

2023.10.3
Unknown changes

(adam)

2023-10-04 08:18:02 UTC MAIN commitmail json YAML

vala: updated to 0.56.33

Vala 0.56.13
* Bindings:
- gtk4: Restore CssProvider.load_from_data() signature to take an array

(adam)

2023-10-04 05:15:23 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 385

(pin)

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

x11/xterm: update to 385

Patch #385 - 2023/10/01

- fixes for ReGIS (report by Ben Wong).
    - correct conversion from HLS to RGB
    - improve font-caching performance.
- update tables in wcwidth.c based on Unicode 15.1.0
- improve fastScroll resource:
    - suppress screen-refreshes for carriage-returns
    - add -jf option to simplify use of this resource.
    - add a control sequence for enabling/disabling the resource.
    - enable this feature by default
- extend title-stack feature to allow an additional parameter to directly
  access the stack, like the XTPUSHCOLORS and XTPOPCOLORS feature.
- correct size and position of box shown for double-cell character which
  happens to be missing from the bitmap font (report by Peter Fabinski).
- improved configure script:
    - add pattern for uClibc-ng to CF_XOPEN_SOURCE (report/patch by Waldemar
      Brodkorb).
    - add configure options --with-utmp-path and --with-wtmp-path to override
      configure script's check for utmp/wtmp pathnames which are shown in the
      manual (Debian #1042767).
    - CF_XOPEN_SOURCE provides for defining _DEFAULT_SOURCE for MinGW32 and
      MinGW64.
    - sed expression used to report gcc version now works with MinGW
- ensure that line-attributes are reset after drawing missing character
  (report by Christian Weisgerber).
- update config.guess, config.sub

(pin)

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

doc: Updated graphics/feh to 3.10.1

(pin)

2023-10-04 05:13:37 UTC MAIN commitmail json YAML

graphics/feh: update to 3.10.1

v3.10.1 - 2023-10-02
- Do not call signal-unsafe functions within signal handlers

(pin)

2023-10-04 01:40:58 UTC MAIN commitmail json YAML

doc: Updated fonts/ttf-tlwg to 0.7.3

(scole)

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

Updated to 0.7.3

0.7.3 (2021-10-18)
=====
- Purisa, Sawasdee: now can be embeded as installable in PDF.
- TlwgTypo, TlwgTypist: fix uneven widths of some glyphs.
- TlwgTypo, TlwgTypist, TlwgMono, TlwgTypewriter: clear PANOSE to use
  calculated values, so as to get listed in gvim.
  (Thanks Chaiwat Suttipongsakul (@cwt) for the report.)
- Norasi: add 'onum' and 'smcp' OpenType features for access to
  old style figures and small caps glyphs.
- LaTeX: Add old style figures and small caps supports for Norasi.

(scole)

2023-10-04 00:14:29 UTC MAIN commitmail json YAML

doc: Updated devel/swagger-codegen to 3.0.47

(schmonz)

2023-10-04 00:14:23 UTC MAIN commitmail json YAML

swagger-codegen: update to 3.0.47. From the changelog:

- Fix #12135 - Upgrading slf4j to latest

(schmonz)

2023-10-03 23:15:11 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4-extras to 4.18.1nb3

(gutteridge)

2023-10-03 23:14:42 UTC MAIN commitmail json YAML

xfce4-extras: reflect a couple of updates

xfce4-clipman-plugin 1.6.5 & xfce4-taskmanager 1.5.6

(gutteridge)

2023-10-03 23:10:06 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-clipman-plugin to 1.6.5

(gutteridge)

2023-10-03 23:09:57 UTC MAIN commitmail json YAML

xfce4-clipman-plugin: update to 1.6.5

Change log:

1.6.5 (2023-09-29)
=====
- wayland: Hide skip-action-on-key-down setting
- wayland: Hide persistent-primary-clipboard setting
- Add set-text action to plugin app to allow D-Bus calls
- Add Wayland impl for clipboard-manager
- Make clipboard manager an interface and add X11 impl
- Rename x11-clipboard-manager to clipboard-manager
- Move paste_on_activate() to common
- Make X11 dependencies optional and guard X11 code paths
- cleanup: Remove unused project files
- cleanup: Remove useless variable assignment
- tests: Add missing include
- history-dialog: Fix memory leak
- ui: Mark 2 strings translatable
- history-dialog: Keep paste-on-activate in sync with the settings (V2)
- settings: Fix tooltip text
- status-icon: Enable tooltip
- status-icon: Add missing sanity check
- popup-clipman: Replace deprecated gdk_keyboard_grab()
- Replace deprecated gtk_menu_popup() when possible
- collector: Do not restore default clipboard if not really empty
- menu: Fix translated string
- Update URLs
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm奪l, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian

(gutteridge)

2023-10-03 22:18:11 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-taskmanager to 1.5.6

(gutteridge)

2023-10-03 22:18:02 UTC MAIN commitmail json YAML

xfce4-taskmanager: update to 1.5.6

Change log:

1.5.6 (2023-10-02)
=====
- Update copyright year
- Rounded legend icons
- Reopen process window maximized when closed maximized
- Properly finalize global objects in main
- Add missing include
- Fix more memory leaks
- Fix memory leak
- Fix CSS related deprecation warnings
- Ignore GtkStatusIcon related deprecations
- Make libx11 optional, guard x11 code paths
- Change type so that memory values are correct (Fixes #65)
- settings-dialog: Fix untranslated label
- Add icons at missing sizes, clean up SVG metadata
- Add minimal support for Wayland
- Fix graph drop off on the right side
- Change graph peak variable to double
- Remove timeout before exiting main loop
- build: Add GLib requirement
- Do not treat missing swap as error on OpenBSD and NetBSD
- Fix process filter crash caused by the use of an uninitialized
variable
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Azerbaijani, Basque,
  Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian,
  English (Australia), English (United Kingdom), Estonian, Finnish,
  French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokm奪l, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur

(gutteridge)

2023-10-03 21:54:16 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/mate to 1.26.1

(gutteridge)

2023-10-03 21:54:06 UTC MAIN commitmail json YAML

mate: call this 1.26.1 now

Reflect libmatemixer 1.26.1 and mate-desktop 1.26.2.

(gutteridge)