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

2024-05-12 18:25:25 UTC Now

2023-07-07 02:01:39 UTC MAIN commitmail json YAML

doc: Added games/redeclipse16 version 1.6.0

(charlotte)

2023-07-07 02:00:14 UTC MAIN commitmail json YAML

games/Makefile: + redeclipse16

(charlotte)

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

games/redeclipse16: Import package

Red Eclipse is a fun-filled new take on the casual first person arena
shooter, built as a total conversion of Cube Engine 2, which lends itself
toward a balanced gameplay, with a general theme of agility in a variety of
environments.

NOTE: This package provides the older 1.6 version based on Cube Engine, and
the older map collection. Use the 'games/redeclipse' package for the newest
version of the game.

(charlotte)

2023-07-06 23:27:01 UTC MAIN commitmail json YAML

port to exiv2 0.28.

upstream has moved on and these files no longer exist, so these patches
will be obsolete when krita itself is upgraded.

convert Exiv2::Value::AutoPtr to Exiv2::Value::UniquePtr.
convert Exiv2::AnyError to Exiv2::Error.
convert toLong() to toInt64().
convert size_ to size(), and pData_ to c_str() (c_data() might be OK
here, but the caller converts to char *).
convert locateIptcIrb() caller to use references not pointers.

(mrg)

2023-07-06 23:20:19 UTC MAIN commitmail json YAML

2023-07-06 21:45:42 UTC MAIN commitmail json YAML

doc: Updated x11/gnome-shell to 40.2nb17

(wiz)

2023-07-06 21:45:25 UTC MAIN commitmail json YAML

2023-07-06 19:35:37 UTC MAIN commitmail json YAML

mk/platform/Darwin.mk: Remove hard-coded SDK versions

These mappings were not really achieving anything and caused
breakage every time a new SDK was released.
Without them, pkgsrc uses the symlink to the latest SDK,
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk.
See pkgsrc-users discussion 2023-05-26 through 2023-06-09
entitled "Darwin bootstrap failure".

(bacon)

2023-07-06 18:00:15 UTC MAIN commitmail json YAML

doc: Updated mail/mailutils to 3.16

(vins)

2023-07-06 17:59:39 UTC MAIN commitmail json YAML

mail/mailutils: update to release 3.16.

# CHANGES

Version 3.16, 2023-05-01

* Support for Berkeley DB version 2 withdrawn

* Bugfixes
** rdcache streams: fix stream size computation
** tlsfdstr streams: fix error handling
** wordwrap streams: fix handling of overflowing lines

(vins)

2023-07-06 15:18:36 UTC MAIN commitmail json YAML

devel/got-portable: switch uuid library to libuuid on macOS.

Solves problem related to conflicting type definitions when linking
against ossp-uuid on macOS.
Bump revision.

(vins)

2023-07-06 14:17:29 UTC MAIN commitmail json YAML

doc: Updated textproc/R-DT to 0.28

(mef)

2023-07-06 14:17:17 UTC MAIN commitmail json YAML

(textproc/R-DT) Updated 0.19 to 0.28

(w3m -dump -T text https://github.com/rstudio/DT/releases/tag/v0.$i > 0.$i)
v0.28

  * Upgraded DataTables to v1.13.4 (thanks, @stla, #1063).

  * It is now possible to edit date columns with the help of calendar inputs
    (thanks, @stla, #1064).

v0.27

  * dataTableOutput() gains a new fill parameter. When TRUE (the default), the
    widget's container element is allowed to grow/shrink to fit it's parent
    container so long as that parent is opinionated about its height and has
    been marked with htmltools::bindFillRole(x, container = TRUE). (#2198)

      + The primary motivation for this is to allow DT to grow/shrink inside
        bslib::card_body_fill(). When doing so, you'll also want to set
        fillContainer = TRUE in datatable().
  * Bug fixed: when editing a table, it was impossible to switch from an empty
    cell to 0 and vice-versa (thanks, @RozennGZ #1038, @stla #1039).

  * When a datatable() is created outside a Shiny app, the selection argument
    won't work (thanks, @bartekch, #1043).

  * doGloblSearch() now works correctly when the input data frame is a tibble (
    @mikmart, #1044).

v0.26

  * Upgraded DataTables to v1.12.1.

  * New extension StateRestore. It allows to save and restore DataTables
    states.

  * Default to width: 100%; height: auto instead of 500px x 960px when
    statically rendering in browser (thanks, @cpsievert, #1022).

v0.25

  * Server-side filtering is now able to be ran as a future via the promises
    package (@andyquinterom, #1011). See the argument future on the help page ?
    DT::renderDataTable for more info.

  * Updated the jszip library to v3.10.1 (thanks, @hedsnz, #1017).

v0.24

  * Fixed a bug with missing numeric values rendered as 0 (thanks, @tverbeke, #
    1000).

  * Box scalar elements of 'list' columns so that, e.g., data.frame(col = I
    (integer(), 1, 2:3)) is represented in JavaScript as [[], [1], [2, 3]]
    instead of [[], 1, [2, 3]] (thanks, @mtmorgan, #1005).

v0.23

  * Make sure number inputs return numeric values when editing numeric table
    cells (thanks, @stla, #987).

v0.22

  * Enhancements to updateFilters() (#971):

      + Added support for data with integer and character columns (@mikmart #
        972).
      + Fixed an issue with length 1 options causing filters not to update (
        @mikmart #973).
      + Fixed an issue with slider limits sometimes being incorrectly scaled (
        @mikmart #974).
      + Updates to factor and logical filters now match the initial render (
        @mikmart #975).
      + Disabled status is now also affected by updates (@mikmart #977).
  * New functions doColumnSearch() and doGlobalSearch() let you do server-side
    searching with filter search strings. These are particularly useful in
    conjunction with updateFilters() for implementing dynamic limits for filter
    controls based on currently filtered data (@mikmart #982).

  * Server-side searching is now faster when multiple filters are active (
    @mikmart).

  * Fix a bug that the column filter didn't work for strings like "+" (
    @stephan-hutter @shrektan #980).

v0.21

NEW FEATURES

  * Add the zero.print argument to formatPercentage(), formatCurrency(),
    formatSignif() and formatRound(), which allows to control the format of
    zero values. It's useful when the data is "sparse" (thanks, @shrektan #953
    ).

  * formatXXX() functions now gain a new argument rows (starting from 1), which
    can be used to specify the rows that the "style" should be applied to. Note
    that it only works expected in the client-side processing mode, i.e.,
    server = FALSE. formatStyle() is the only exception that doesn't have this
    argument and should use styleRow() instead (thanks, @jrecasens @shrektan #
    520).

  * Added a new function updateFilters to allow users to update the filters of
    a DataTable object that has been updated by reference, such as with
    replaceData() (thanks, @giadasp #934, @wholmes105 #939).

MAJOR CHANGES

  * Now users can provide column names of the data to
    options$columnDefs$targets. Previously, it only supports column indexes or
    "_all" (thanks, @shrektan #948).

MINOR CHANGES

  * styleRow() and styleEqual() now allows a scalar values argument like other
    R functions, e.g., styleRow(1:5, 'abcd') is the same as styleRow(1:5, rep
    ('abcd', 5)). It throws error that the length(rows) must be equal to length
    (values) in the previous version (thanks, @shrektan #955).

BUG FIXES

  * Fix the bug that addRow() doesn't support a list of data after R 3.4.0,
    where structure(NULL, ...) was deprecated (thanks, @stla @shrektan #959).

  * Fix the bug that DT table can't vertically fill the container, e.g.,
    RStudio IDE or FlexDashboard (thanks, @mbojan @shrektan #951).

  * Fix the bug that DT failed to parse ajax request correctly, when special
    strings like "=" exist (thanks, @shrektan #965).

v0.20

MAJOR CHANGES

  * Upgraded the DataTables library to v1.11.3 (thanks, @shrektan #942,
    @michaelquinn32 #940).

(mef)

2023-07-06 14:14:38 UTC MAIN commitmail json YAML

Put SSP_SUPPORTED=no before bsd.prefs.mk include

>From Connor McLaughlan

Should fix running on sparc64 & alpha

(abs)

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

Remove restriction to not use python 3.10 or 3.11

(abs)

2023-07-06 13:40:39 UTC MAIN commitmail json YAML

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

pari: Remove broken --with-fltk argument.

In the 13 years since this was added, pari may have changed as any --with-fltk
argument, even =no, enables fltk and breaks the build on e.g. macOS.

(jperkin)

2023-07-06 12:22:14 UTC MAIN commitmail json YAML

2023-07-06 12:06:46 UTC MAIN commitmail json YAML

gtk3: Darwin needs built libraries at install time.

(jperkin)

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

exiv2: require GCC 8 for std::filesystem

(wiz)

2023-07-06 10:09:16 UTC MAIN commitmail json YAML

Updated lang/nodejs, lang/py-mypy

(adam)

2023-07-06 10:08:57 UTC MAIN commitmail json YAML

py-mypy: updated to 1.4.1

Mypy 1.4.0

The Override Decorator
Propagating Type Narrowing to Nested Functions
Narrowing Enum Values Using “==”
Performance Improvements
Improvements to Plugins
Fixes to Crashes
Improvements to Error Messages
Documentation Updates
Mypyc Improvements
Changes to Stubgen
Other Notable Fixes and Improvements
Typeshed Updates

(adam)

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

nodejs: updated to 20.4.0

Version 20.4.0 (Current)

Notable Changes

Mock Timers
Support to the explicit resource management proposal
crypto: update root certificates to NSS 3.90
doc: add vmoroz to collaborators
doc: add kvakil to collaborators
(SEMVER-MINOR) tls: add ALPNCallback server option for dynamic ALPN negotiation

(adam)

2023-07-06 09:45:51 UTC MAIN commitmail json YAML

p5-PerlMagick: reset PKGREVISION after update

(wiz)

2023-07-06 09:45:50 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.1.1.12

(wiz)

2023-07-06 09:45:33 UTC MAIN commitmail json YAML

ImageMagick: update to 7.1.1.12.

Merged

    Add support for DXGI_FORMAT_R10G10B10A2_UNORM #6423

Commits

    beta release 3c43475
    default colorspaces are xyY and HSB f45cb56
    Check for _MSC_VER instead. cd00c90
    Changed options for heif build. 3f9df4f
    check geometry boundaries a6f4445
    eliminate unintialized value 1a9bd29
    multi-picture support (future) 81c214c
    reject invalid BMP image @ ImageMagick/ImageMagick#6393 cd6b437
    support -define ptif:pyramid define 3030b16
    eliminate OMP error (ImageMagick/ImageMagick#6399) 6afa456
    separate all channels, not just one marked for update (#ImageMagick/ImageMagick#6400) f6673cb
    cosmetic 360fba4
    cosmetic c29baa2
    move OMP guard inside conditional 82c7014
    Fixed build. 8926ea9
    latest CSS 195a191
    check the precision of the alpha channel d04a472
    support the MPO image format 46985ca
    Fixed build on Windows. 905b2d2
    support JPEG alt signature 593902e
    eliminate ANSI compiler warning 12792bf
    There is no need to also code WebPEncode when WebPAnimEncoderAdd is used (#6415). f3ea247
    ImageMagick/ImageMagick#6422 efc1c0e
    update Linux built documentation 2cc67c3
    Improved check when setting mem->max_memory_to_use. 1242ca5
    Use the correct macro instead. a11148a
    Turns out we already get the include from studio.h. 3f6161b
    Added missing check to test if the blob could be opened (#6429) 9fbd8f8
    Added extra flag for xz build. 49b8727
    Patches for upcoming breaking changes in the jxl library. 9db502e
    Disable the jpeg encoder and decoder of libheif to work around linking issues in the oss-fuzz build. b3f8ed7
    release a09d8dd

(wiz)

2023-07-06 09:43:03 UTC MAIN commitmail json YAML

2023-07-06 09:22:24 UTC MAIN commitmail json YAML

doc: Updated lang/perl5 to 5.38.0

(wiz)

2023-07-06 09:22:15 UTC MAIN commitmail json YAML

perl: update to 5.38.0.

Core Enhancements

    New class Feature
    Unicode 15.0 is supported
    Deprecation warnings now have specific subcategories
    %{^HOOK} API introduced
    PERL_RAND_SEED
    Defined-or and logical-or assignment default expressions in signatures
    @INC Hook Enhancements and $INC and INCDIR
    Forbidden control flow out of defer or finally now detected at compile-time
    Optimistic Eval in Patterns
    REG_INF has been raised from 65,536 to 2,147,483,647
    New API functions optimize_optree and finalize_optree
    Some gotos are now permitted in defer and finally blocks
    New regexp variable ${^LAST_SUCCESSFUL_PATTERN}
    Locale category LC_NAME now supported on participating platforms

Incompatible Changes

    readline() no longer clears the stream error and eof flags
    INIT blocks no longer run after an exit() in BEGIN
    Syntax errors no longer produce "phantom error messages"
    utf8::upgrade()
    Changes to "thread-safe" locales

Deprecations

    Use of ' as a package name separator is deprecated
    Switch and Smart Match operator

More details at https://metacpan.org/release/RJBS/perl-5.38.0/view/pod/perldelta.pod

(wiz)

2023-07-06 09:16:50 UTC MAIN commitmail json YAML

py-trio: update dependencies

(wiz)

2023-07-06 08:38:41 UTC MAIN commitmail json YAML

2023-07-06 08:34:50 UTC MAIN commitmail json YAML

2023-07-06 08:02:01 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client, www/py-httpcore

(adam)

2023-07-06 08:01:30 UTC MAIN commitmail json YAML

py-httpcore: updated to 0.17.3

0.17.3 (5th July 2023)

- Support async cancellations, ensuring that the connection pool is left in a clean state when cancellations occur.
- The networking backend interface has [been added to the public API](https://www.encode.io/httpcore/network-backends). Some classes which were previously private implementation detail are now part of the top-level public API.
- Graceful handling of HTTP/2 GoAway frames, with requests being transparently retried on a new connection.
- Add exceptions when a synchronous `trace callback` is passed to an asynchronous request or an asynchronous `trace callback` is passed to a synchronous request.

(adam)

2023-07-06 07:59:45 UTC MAIN commitmail json YAML

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

2.92.0 (2023-07-05)

Features

analyticshub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/643ac937884f8cb13562bc7e1c5bb347727f4615 (2c60cd5)
androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e72f1c97bbdca99404944d6fed3767f8cbae011 (2c60cd5)
androidmanagement: Update the api https://togithub.com/googleapis/google-api-python-client/commit/88ac8763df696da17bedf250d94c8f539a7ec946 (2c60cd5)
androidpublisher: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2c68b0ef4cfb3d242eae04722e0251c966639897 (2c60cd5)
apigateway: Update the api https://togithub.com/googleapis/google-api-python-client/commit/dee52bb98800a8b6495edebb2cbf2f499da36f40 (2c60cd5)
apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/8d8bf3f62bfa3cc1be7992f3b1da24271dd0271f (2c60cd5)
artifactregistry: Update the api https://togithub.com/googleapis/google-api-python-client/commit/62c1823d27a56c171df1630d9a0086e319545e86 (2c60cd5)
assuredworkloads: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b90c8e620fb2815442210f7a378d7e45b1dea3eb (2c60cd5)
baremetalsolution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f78b5b5443bf5d0ebd9752911faa0d63f4e522d5 (2c60cd5)
batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c4877a604eb11694f379281c59128c26830637e2 (2c60cd5)
bigquery: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d544cb5a7fa19e62683e0c88073f3d6c9c16a73c (2c60cd5)
bigtableadmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b972347b319ddc0320d171b1e78f8416871434b5 (2c60cd5)
civicinfo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e87d72d0c62b43160967a3a82f2a75520786c47e (2c60cd5)
cloudfunctions: Update the api https://togithub.com/googleapis/google-api-python-client/commit/14b37cccdaac56b26995a09d65fea4ba2deab619 (2c60cd5)
cloudkms: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b8be900e0b318495d833c842df9db767c7e28f40 (2c60cd5)
cloudsupport: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6cc4d333ec57303e2aa2f396ae9e28990c66abe7 (2c60cd5)
compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bea5e60d94498ad8e0adf5a9b1dd6795245a4b1c (2c60cd5)
contactcenterinsights: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4fbb0914561db71e5728c47894c2666a02b30d70 (2c60cd5)
container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/fbe5b7e77ec2245cd669b592f60959d12aa7f1fe (2c60cd5)
content: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e561dab287d4f1f7d25aba3c03a4b7782785c002 (2c60cd5)
contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6d1e9954d57fcb6a048c80f520074b786ad5b0d0 (2c60cd5)
dataform: Update the api https://togithub.com/googleapis/google-api-python-client/commit/54efc3028561d655d22e14b81a697f1ef759a990 (2c60cd5)
datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d52f0ebe42723a91068f4420bf8c4acf1e9f9196 (2c60cd5)
dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4c30b55860a866f0a8b34e2c52bceb43df28f7fe (2c60cd5)
dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/5f35c4d4faf728e1952dd2ca285c3438b68f9063 (2c60cd5)
displayvideo: Update the api https://togithub.com/googleapis/google-api-python-client/commit/46c1b546b3b132b50d36b778d5facb0a628a03b0 (2c60cd5)
eventarc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/71d15575341ecbaa2cb7096ef8430b1faa9a461a (2c60cd5)
fcm: Update the api https://togithub.com/googleapis/google-api-python-client/commit/26f9d64dae023b1797d8cc96dacccc7b80235636 (2c60cd5)
file: Update the api https://togithub.com/googleapis/google-api-python-client/commit/898692c9c80c5626ae2882427bc92a8876bbf735 (2c60cd5)
firebaseappcheck: Update the api https://togithub.com/googleapis/google-api-python-client/commit/4a43eb9435c39f654fa13695baeaa5786110b9bb (2c60cd5)
firebaseappdistribution: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d1cd519c94edc317e46c32ddea4b45a63b89b5fa (2c60cd5)
firebasedynamiclinks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e6c55df5ccca6d712749f24c0e4c19f810c01527 (2c60cd5)
firebase: Update the api https://togithub.com/googleapis/google-api-python-client/commit/16db7f3a09ffa82883ff1d3b13f53ae88ced8ced (2c60cd5)
firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9999852e0fbc93da1efee76161df51be06ef31b4 (2c60cd5)
fitness: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3a74d9714ea9061c9c2e9721ea29211542796c51 (2c60cd5)
gkehub: Update the api https://togithub.com/googleapis/google-api-python-client/commit/0f2f4b915f0bafb7d1cbd58dec8e9769fa1b3e6a (2c60cd5)
gmailpostmastertools: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f96588e3a695b7982b81ed0418a070d0431dec9b (2c60cd5)
iam: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2cf0009851fd3ca4321d2185f939251dbc8ef7ae (2c60cd5)
memcache: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3e01201e547ef751abc9d0c1d2047340ceb45e0d (2c60cd5)
metastore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/903ce478f0f7eeb6b7e5f200b83cfa556cdd6274 (2c60cd5)
mybusinesslodging: Update the api https://togithub.com/googleapis/google-api-python-client/commit/c351ce5187aa870825ad6a75eeaffd062794900c (2c60cd5)
networkconnectivity: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aa5cfb337053bd1dde3fd86ba0c77f87943dee70 (2c60cd5)
osconfig: Update the api https://togithub.com/googleapis/google-api-python-client/commit/da3f8b7df6f70192765538cc1bd67059e78f512d (2c60cd5)
recaptchaenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/e30b1ec5891226e7555a1bcb304ff28952e1298a (2c60cd5)
run: Update the api https://togithub.com/googleapis/google-api-python-client/commit/574b1f134c839577d166098e6e4ea73cf3ffb5db (2c60cd5)
sasportal: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f5e91e7309abae3610d42c07383a7b96591c5965 (2c60cd5)
searchads360: Update the api https://togithub.com/googleapis/google-api-python-client/commit/53884e5590263f0968fd35cd7bdf1aef25647f2a (2c60cd5)
searchconsole: Update the api https://togithub.com/googleapis/google-api-python-client/commit/84fdc989f41caf52c7d28717d2b7e33c192ab7e3 (2c60cd5)
servicenetworking: Update the api https://togithub.com/googleapis/google-api-python-client/commit/20e3512cf0f6ce2a56ea518bc8b06d3f240e66a7 (2c60cd5)
sqladmin: Update the api https://togithub.com/googleapis/google-api-python-client/commit/aaa369898186c230f88e27c3e83abe1edbac1d22 (2c60cd5)
streetviewpublish: Update the api https://togithub.com/googleapis/google-api-python-client/commit/efdf885b7c487583265e499bdc654166b824ca43 (2c60cd5)
toolresults: Update the api https://togithub.com/googleapis/google-api-python-client/commit/b774eff3fc9fe7c232f433a895dd9a0c12fbef90 (2c60cd5)
transcoder: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d2b0c168e553480d491c050c486189f9dd09e356 (2c60cd5)
vmmigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/691039ea068ea14de44759d3adb3d147601b816b (2c60cd5)
workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/2e0547cca2e559243898ccad9755c4cede10d588 (2c60cd5)
youtubeAnalytics: Update the api https://togithub.com/googleapis/google-api-python-client/commit/494322335fcde4c257f2fa99eea59cd63cbac057 (2c60cd5)
youtubereporting: Update the api https://togithub.com/googleapis/google-api-python-client/commit/df6269c4d248e75e6c51fd7cf58b2759d803fe48 (2c60cd5)

(adam)

2023-07-06 07:28:20 UTC MAIN commitmail json YAML

nghttp3: Require a C++17 compiler.

(nia)

2023-07-06 07:26:17 UTC MAIN commitmail json YAML

abesil: Require GCC 5 for C++14.

(nia)

2023-07-06 07:24:27 UTC MAIN commitmail json YAML

enchant[2]: assumes compiler defaults to c++11 (esp. when including
hunspell headers)

(nia)

2023-07-06 07:01:03 UTC MAIN commitmail json YAML

don't try to build postgres on alpha/mips

(nia)

2023-07-06 06:21:03 UTC MAIN commitmail json YAML

2023-07-05 22:39:26 UTC MAIN commitmail json YAML

doc: Updated graphics/openexr to 3.1.9

(wiz)

2023-07-05 22:39:16 UTC MAIN commitmail json YAML

openexr: update to 3.1.9.

## Version 3.1.9 (June 25, 2023)

Patch release that addresses miscelleneous build and doc issues, as well as:

* OSS-fuzz [59382](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=59382)
  Heap-buffer-overflow in internal_huf_decompress

### Merged Pull Requests

* [1461](https::/github.com/AcademySoftwareFoundation/openexr/pull/1461)
  don't use NaNs/infs in testOptimizedInterleavePatterns
* [1457](https::/github.com/AcademySoftwareFoundation/openexr/pull/1457)
  Bazel support: Switch back to VS2019 due to a toolchain issue in Bazel
* [1454](https::/github.com/AcademySoftwareFoundation/openexr/pull/1454)
  Add ``OPENEXR_IMF_INTERNAL_NAMESPACE`` for ``WidenFilename``
* [1452](https::/github.com/AcademySoftwareFoundation/openexr/pull/1452)
  Use ``security@openexr.com`` for consistency
* [1448](https::/github.com/AcademySoftwareFoundation/openexr/pull/1448)
  compression.cpp: fix isnan
* [1443](https::/github.com/AcademySoftwareFoundation/openexr/pull/1443)
  Bazel bump imath
* [1439](https::/github.com/AcademySoftwareFoundation/openexr/pull/1439)
  Fix scenario where malformed dwa file could read past end of buffer
* [1416](https::/github.com/AcademySoftwareFoundation/openexr/pull/1416)
  IlmThread: fix defines for older macOS: do not prefix with ``__``

(wiz)

2023-07-05 22:36:54 UTC MAIN commitmail json YAML

doc: Updated devel/wayland-protocols to 1.32

(wiz)

2023-07-05 22:36:45 UTC MAIN commitmail json YAML

2023-07-05 22:29:39 UTC MAIN commitmail json YAML

doc: Updated devel/py-trio to 0.22.1

(wiz)

2023-07-05 22:29:29 UTC MAIN commitmail json YAML

2023-07-05 22:27:58 UTC MAIN commitmail json YAML

doc: Updated devel/re2 to 20230701

(wiz)

2023-07-05 22:27:49 UTC MAIN commitmail json YAML

re2: update to 20230701.

Change summary not found, one month of git commits.

(wiz)

2023-07-05 22:26:32 UTC MAIN commitmail json YAML

doc: Updated www/py-google-api-python-client to 2.91.0

(wiz)

2023-07-05 22:26:23 UTC MAIN commitmail json YAML

2023-07-05 22:19:55 UTC MAIN commitmail json YAML

doc: Updated security/py-cyclonedx-python-lib to 4.0.1

(wiz)

2023-07-05 22:19:46 UTC MAIN commitmail json YAML

py-cyclonedx-python-lib: update to 4.0.1.

Fix

    Conditional warning if no root dependencies were found (#398) (c8175bb)

Documentation

    examples: README (#399) (1d262ba)
    Add exaple how to build and serialize (#397) (65e22bd)

(wiz)

2023-07-05 22:14:37 UTC MAIN commitmail json YAML

doc: Updated print/libpaper to 2.1.1

(wiz)

2023-07-05 22:14:28 UTC MAIN commitmail json YAML

libpaper: update to 2.1.1.

This release fixes the -N flag of paperconf.

(wiz)

2023-07-05 22:09:51 UTC MAIN commitmail json YAML

doc: Updated finance/p5-Finance-Quote to 1.57

(gutteridge)

2023-07-05 22:09:22 UTC MAIN commitmail json YAML

p5-Finance-Quote: update to 1.57

1.57      2023-07-01 12:37:07-07:00 America/Los_Angeles
        * Correct set exchange in YahooJSON.pm - Issue #306
        * Added close, change and p_change to Tradegate, XETRA and Sinvestor
          Added optional parameter INST_ID to specify the institute id.
          Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
        * Added GoogleWeb Module
        * YahooWeb module added - PR #296
        * Added MarketWatch Module
        * Replaced cached file with IO::String object in IndiaMutual.pm
        * Fixed missing date in AEX.pm - Issue #298
        * Fixed Examples in POD Documentation in a few modules - PR #295
        * move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
        * remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
        * removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
        * Fixed Fool.pm and fool.t - PR #289

(gutteridge)

2023-07-05 22:07:49 UTC MAIN commitmail json YAML

doc: Updated textproc/py-sphinx-autodoc-typehints to 1.23.3

(wiz)

2023-07-05 22:07:40 UTC MAIN commitmail json YAML

py-sphinx-autodoc-typehints: update to 1.23.3.

What's Changed

    [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #362
    [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #364
    Fix type guard handling for classes by @gaborbernat in #365

(wiz)

2023-07-05 22:03:59 UTC MAIN commitmail json YAML

doc: Updated devel/lua-lpeg to 1.1.0

(wiz)

2023-07-05 22:03:44 UTC MAIN commitmail json YAML

lua54-lpeg: update to 1.1.0.

HISTORY for LPeg 1.1.0

* Changes from version 1.0.2 to 1.1.0
  ---------------------------------
  + accumulator capture
  + UTF-8 ranges
  + Larger limit for number of rules in a grammar
  + Larger limit for number of captures in a match
  + bug fixes
  + other small improvements

(wiz)

2023-07-05 22:02:30 UTC MAIN commitmail json YAML

doc: Updated textproc/py-pdf to 3.12.0

(wiz)

2023-07-05 22:02:21 UTC MAIN commitmail json YAML

py-pdf: update to 3.12.0.

3.12.0

What's Changed

We finally fully support modern cryptography for encrypting and decrypting PDF files.
A big thank you to @exiledkingcc who did this work a while a go �泗�

New Features (ENH)

    Add AES support for encrypting PDF files (#1918, #1935, #1936, #1938) by @exiledkingcc
    Add page deletion feature to PdfWriter (#1843) by @pubpub-zz

Bug Fixes (BUG)

    PdfReader.get_fields() attempts to delete non-existing index "/Off" (#1933) by @dmjohnsson23
    Remove unused objects when cloning_from (#1926) by @pubpub-zz
    Add the TK.SIZE into the trailer (#1911) by @talcher
    add_named_destination() maintains named destination list sort order (#1930) by @robertkearns

3.11.1

Bug Fixes (BUG)

    Cascaded filters in image objects (#1913) by @pubpub-zz
    Append pdf with named destination using numbers for pages (#1858) by @pubpub-zz
    Ignore "/B" fields only on pages in PdfWriter.append() (#1875) by @pubpub-zz

(wiz)

2023-07-05 21:59:01 UTC MAIN commitmail json YAML

py-test_socket: fix PKGNAME to match directory

(wiz)

2023-07-05 21:07:19 UTC MAIN commitmail json YAML

doc: Added devel/py-test_socket version 0.6.0

(wiz)

2023-07-05 21:07:09 UTC MAIN commitmail json YAML

devel/Makefile: + py-test_socket

(wiz)

2023-07-05 21:06:56 UTC MAIN commitmail json YAML

devel/py-test_socket: import py-pytest_socket-0.6.0

A plugin to use with Pytest to disable or restrict `socket` calls during
tests to ensure network calls are prevented.

(wiz)

2023-07-05 20:58:14 UTC MAIN commitmail json YAML

doc: Updated lang/py-lsp-server to 1.7.4

(wiz)

2023-07-05 20:58:05 UTC MAIN commitmail json YAML

py-lsp-server: update to 1.7.4.

## Version 1.7.4 (2023/06/29)

### Issues Closed

* [Issue 393](https://github.com/python-lsp/python-lsp-server/issues/393) - Environment path doesn't expand user directory

In this release 1 issue was closed.

### Pull Requests Merged

* [PR 394](https://github.com/python-lsp/python-lsp-server/pull/394) - Resolve homedir references in Jedi environment path, by [@odiroot](https://github.com/odiroot)
* [PR 381](https://github.com/python-lsp/python-lsp-server/pull/381) - Report progress even when initialization fails, by [@syphar](https://github.com/syphar)
* [PR 380](https://github.com/python-lsp/python-lsp-server/pull/380) - Fix pylint hang on file with many errors, by [@hetmankp](https://github.com/hetmankp)

In this release 3 pull requests were closed.

(wiz)

2023-07-05 20:51:54 UTC MAIN commitmail json YAML

doc: Updated textproc/py-humanize to 4.7.0

(wiz)

2023-07-05 20:51:45 UTC MAIN commitmail json YAML

py-humanize: update to 4.7.0.

Added

    Declare support for Python 3.12 (#119) @hugovk
    Add Esperanto localization (#113) @carmiac
    Support timezone-aware datetimes in naturaltime (#100) @tandav
    Update Bengali translation (#99) @baseplate-admin

Changed

    Drop support for EOL Python 3.7 (#118) @hugovk

Fixed

    Remove unused MANIFEST.in (#120) @hugovk

(wiz)

2023-07-05 20:49:49 UTC MAIN commitmail json YAML

doc: Updated devel/py-configargparse to 1.5.5

(wiz)

2023-07-05 20:49:40 UTC MAIN commitmail json YAML

py-configargparse: update to 1.5.5.

fixed 'publish' step

(wiz)

2023-07-05 20:35:25 UTC MAIN commitmail json YAML

Note update of devel/cbindgen to 0.24.6nb1.

(he)

2023-07-05 20:33:42 UTC MAIN commitmail json YAML

cbindgen: make this build with the newly added NetBSD/riscv64 rust.

(I used the not-yet-committed rust-bin package.)

Replicate the "libc" crate patch from the main rust package.
(A corresponding pull request sent upstream.)
Bump PKGREVISION.

(he)

2023-07-05 20:28:16 UTC MAIN commitmail json YAML

doc: Updated devel/py-anytree to 2.9.0

(wiz)

2023-07-05 20:28:07 UTC MAIN commitmail json YAML

py-anytree: update to 2.9.0.

Changelog not found, but:
Remove support for Python 2.7, switch to pyproject.toml.

(wiz)

2023-07-05 20:13:29 UTC MAIN commitmail json YAML

doc: Updated textproc/py-anyascii to 0.3.2

(wiz)

2023-07-05 20:13:20 UTC MAIN commitmail json YAML

py-anyascii: update to 0.3.2.

0.3.2 - 2023-03-15

    Data additions and improvements
    Python - Add type comments
    Python - Fix Python 3.11 deprecation warning for importlib.resources.read_binary()
    Python - Use PEP 621 metadata instead of PEP 518 [tool.flit.metadata]
    Java - Flatten release pom.xml

0.3.1 - 2022-04-06

    Data additions and improvements
    Elixir - Initial release (2022-04-28)
    Java - Release on Maven Central
    Rust - Increase minimum requirement from Rust 1.36 to 1.42

(wiz)

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

doc: Updated graphics/py-Pillow to 10.0.0

(wiz)

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

py-Pillow: update to 10.0.0.

10.0.0 (2023-07-01)
-------------------

- Fixed deallocating mask images #7246
  [radarhere]

- Added ImageFont.MAX_STRING_LENGTH #7244
  [radarhere, hugovk]

- Fix Windows build with pyproject.toml #7230
  [hugovk, nulano, radarhere]

- Do not close provided file handles with libtiff #7199
  [radarhere]

- Convert to HSV if mode is HSV in getcolor() #7226
  [radarhere]

- Added alpha_only argument to getbbox() #7123
  [radarhere. hugovk]

- Prioritise speed in _repr_png_ #7242
  [radarhere]

- Do not use CFFI access by default on PyPy #7236
  [radarhere]

- Limit size even if one dimension is zero in decompression bomb check #7235
  [radarhere]

- Use --config-settings instead of deprecated --global-option #7171
  [radarhere]

- Better C integer definitions #6645
  [Yay295, hugovk]

- Fixed finding dependencies on Cygwin #7175
  [radarhere]

- Changed grabclipboard() to use PNG instead of JPG compression on macOS #7219
  [abey79, radarhere]

- Added in_place argument to ImageOps.exif_transpose() #7092
  [radarhere]

- Fixed calling putpalette() on L and LA images before load() #7187
  [radarhere]

- Fixed saving TIFF multiframe images with LONG8 tag types #7078
  [radarhere]

- Fixed combining single duration across duplicate APNG frames #7146
  [radarhere]

- Remove temporary file when error is raised #7148
  [radarhere]

- Do not use temporary file when grabbing clipboard on Linux #7200
  [radarhere]

- If the clipboard fails to open on Windows, wait and try again #7141
  [radarhere]

- Fixed saving multiple 1 mode frames to GIF #7181
  [radarhere]

- Replaced absolute PIL import with relative import #7173
  [radarhere]

- Replaced deprecated Py_FileSystemDefaultEncoding for Python >= 3.12 #7192
  [radarhere]

- Improved wl-paste mimetype handling in ImageGrab #7094
  [rrcgat, radarhere]

- Added _repr_jpeg_() for IPython display_jpeg #7135
  [n3011, radarhere, nulano]

- Use "/sbin/ldconfig" if ldconfig is not found #7068
  [radarhere]

- Prefer screenshots using XCB over gnome-screenshot #7143
  [nulano, radarhere]

- Fixed joined corners for ImageDraw rounded_rectangle() odd dimensions #7151
  [radarhere]

- Support reading signed 8-bit TIFF images #7111
  [radarhere]

- Added width argument to ImageDraw regular_polygon #7132
  [radarhere]

- Support I mode for ImageFilter.BuiltinFilter #7108
  [radarhere]

- Raise error from stderr of Linux ImageGrab.grabclipboard() command #7112
  [radarhere]

- Added unpacker from I;16B to I;16 #7125
  [radarhere]

- Support float font sizes #7107
  [radarhere]

- Use later value for duplicate xref entries in PdfParser #7102
  [radarhere]

- Load before getting size in __getstate__ #7105
  [bigcat88, radarhere]

- Fixed type handling for include and lib directories #7069
  [adisbladis, radarhere]

- Remove deprecations for Pillow 10.0.0 #7059, #7080
  [hugovk, radarhere]

- Drop support for soon-EOL Python 3.7 #7058
  [hugovk, radarhere]

(wiz)

2023-07-05 20:02:51 UTC MAIN commitmail json YAML

doc: Updated security/p11-kit to 0.25.0

(wiz)

2023-07-05 20:02:42 UTC MAIN commitmail json YAML

p11-kit: update to 0.25.0.

0.25.0 (stable)
* add PKCS#11 3.0 support [PR#458, PR#461, PR#462, PR#463, PR#464, PR#467, PR#469, PR#470, PR#475, PR#485, PR#486]
* add support for profile objects [PR#479]
* add ability to adjust module and config paths at run-time via system environmental exports [PR#442]
* make terminal output nicer [PR#509, PR#510]
* p11-kit: add command to print merged configuration [PR#446, PR#489]
* p11-kit: add commands to list, add and delete profiles of a token [PR#500, PR#503, PR#506]
* trust: add command to check format of .p11-kit files [PR#476, PR#483]
* virtual: fix libffi type signatures for PKCS#11 3.0 functions [PR#492]
* server: fix umask setting when --group is specified [PR#478]
* server: check SHELL only when neither --sh nor --csh is specified [PR#438]
* rpc: use space string in C_InitToken [PR#514]
* rpc: fix two off-by-one errors identified by asan [PR#456]
* modules: make logging message more translatable [PR#436]
* pkcs11.h: support CRYPTOKI_GNU for IBM vendor mechanisms [PR#421]
* pkcs11.h: add IBM specific mechanism and attributes [PR#415]
* pkcs11.h: add ChaCha20/Salsa20 and Poly1305 mechanisms [PR#487]
* pkcs11.h: add AES-GCM mechanism parameters for message-based encryption [PR#481]
* po: update translations from Transifex [PR#439]
* bug and build fixes [PR#412, PR#414, PR#417, PR#418, PR#420, PR#426, PR#427, PR#428, PR#448, PR#451, PR#459, PR#496, PR#505, PR#511, PR#512, PR#513, PR#516, PR#517, PR#524, PR#521]
* test fixes [PR#424, PR#441, PR#444, PR#443, PR#460, PR#472, PR#474, PR#465, PR#473, PR#487, PR#499, PR#519, PR#525, PR#526]

(wiz)

2023-07-05 19:40:14 UTC MAIN commitmail json YAML

2023-07-05 19:39:46 UTC MAIN commitmail json YAML

doc: Updated sysutils/direnv to 2.32.3

(schmonz)

2023-07-05 19:39:40 UTC MAIN commitmail json YAML

Update to 2.32.3. From the changelog:

* fix: incorrect escape sequences during Loads under git-bash
  (Windows) (#1085)
* fix: skip some tests for IBM Z mainframe's z/OS operating
  system (#1094)
* fix: stdlib: use_guix: Switch to guix shell. (#1045)
* fix: stat the already open rc file rather than another path based one
  on it (#1044)
* fix: remove deprecated io/ioutil uses (#1042)
* fix: spelling fixes (#1041)
* fix: appease Go 1.19 gofmt (#1040)
* fix: pass BASH_PATH to make, matches the nixpkgs derivation (#1006)
* fix: stdlib/layout_python: exclude patchlevel from
  $python_version (#1033)
* doc: add Windows installation with winget (#1096)
* doc: link 12factor webpage for more clarity (#1095)

(schmonz)

2023-07-05 18:13:22 UTC MAIN commitmail json YAML

2023-07-05 17:30:24 UTC MAIN commitmail json YAML

2023-07-05 15:48:44 UTC MAIN commitmail json YAML

Updated graphics/libjpeg-turbo, devel/py-immutabledict

(adam)

2023-07-05 15:48:20 UTC MAIN commitmail json YAML

py-immutabledict: updated to 2.2.5

Version 2.2.5
Fix hard-coded class reference in fromkeys() resulting in always using dict for fromkeys() (instead of OrderedDict in ImmutableOrderedDict for example).

(adam)

2023-07-05 15:37:35 UTC MAIN commitmail json YAML

libjpeg-turbo: updated to 3.0.0

3.0.0
Significant changes relative to 3.0 beta2:

The TurboJPEG API now supports 4:4:1 (transposed 4:1:1) chrominance subsampling, which allows losslessly transposed or rotated 4:1:1 JPEG images to be losslessly cropped, partially decompressed, or decompressed to planar YUV images.

Fixed various segfaults and buffer overruns (CVE-2023-2804) that occurred when attempting to decompress various specially-crafted malformed 12-bit-per-component and 16-bit-per-component lossless JPEG images using color quantization or merged chroma upsampling/color conversion. The underlying cause of these issues was that the color quantization and merged chroma upsampling/color conversion algorithms were not designed with lossless decompression in mind. Since libjpeg-turbo explicitly does not support color conversion when compressing or decompressing lossless JPEG images, merged chroma upsampling/color conversion never should have been enabled for such images. Color quantization is a legacy feature that serves little or no purpose with lossless JPEG images, so it is also now disabled when decompressing such images. (As a result, djpeg can no longer decompress a lossless JPEG image into a GIF image.)

Fixed an oversight in 1.4 beta1[8] that caused various segfaults and buffer overruns when attempting to decompress various specially-crafted malformed 12-bit-per-component JPEG images using djpeg with both color quantization and RGB565 color conversion enabled.

Fixed an issue whereby jpeg_crop_scanline() sometimes miscalculated the downsampled width for components with 4x2 or 2x4 subsampling factors if decompression scaling was enabled. This caused the components to be upsampled incompletely, which caused the color converter to read from uninitialized memory. With 12-bit data precision, this caused a buffer overrun or underrun and subsequent segfault if the sample value read from uninitialized memory was outside of the valid sample range.

Fixed a long-standing issue whereby the tj3Transform() function, when used with the TJXOP_TRANSPOSE, TJXOP_TRANSVERSE, TJXOP_ROT90, or TJXOP_ROT270 transform operation and without automatic JPEG destination buffer (re)allocation or lossless cropping, computed the worst-case transformed JPEG image size based on the source image dimensions rather than the transformed image dimensions. If a calling program allocated the JPEG destination buffer based on the transformed image dimensions, as the API documentation instructs, and attempted to transform a specially-crafted 4:2:2, 4:4:0, 4:1:1, or 4:4:1 JPEG source image containing a large amount of metadata, the issue caused tj3Transform() to overflow the JPEG destination buffer rather than fail gracefully. The issue could be worked around by setting TJXOPT_COPYNONE. Note that, irrespective of this issue, tj3Transform() cannot reliably transform JPEG source images that contain a large amount of metadata unless automatic JPEG destinati
on buffer (re)allocation is used or TJXOPT_COPYNONE is set.

Fixed a regression introduced by 3.0 beta2[6] that prevented the djpeg -map option from working when decompressing 12-bit-per-component lossy JPEG images.

Fixed an issue that caused the C Huffman encoder (which is not used by default on x86 and Arm CPUs) to read from uninitialized memory when attempting to transform a specially-crafted malformed arithmetic-coded JPEG source image into a baseline Huffman-coded JPEG destination image.

(adam)

2023-07-05 15:19:53 UTC MAIN commitmail json YAML

bulk-test-essential: Expand basic list.  Some recommendations from ChatGPT.

(nia)

2023-07-05 14:54:46 UTC MAIN commitmail json YAML

fuse-exfat: Properly remove obsolete patch file

(bacon)

2023-07-05 14:53:03 UTC MAIN commitmail json YAML

doc: Updated filesystems/fuse-exfat to 1.4.0

(bacon)

2023-07-05 14:52:53 UTC MAIN commitmail json YAML

filesystems/fuse-exfat: Update to 1.4.0

Unbreaks exfat filesystem creation, which was indicating
a 4 TB filesystem on an 8 GB thumb drive
Also orders of magnitude faster than 1.3.0

(bacon)

2023-07-05 14:30:18 UTC MAIN commitmail json YAML

*: point to correct tarball

Due to distfile naming changes upstream, the package was still pointing
to an outdated tarball. Fixed.
Bump revision.

(vins)

2023-07-05 12:33:53 UTC MAIN commitmail json YAML

Updated devel/py-cython, textproc/py-lxml

(adam)

2023-07-05 12:33:02 UTC MAIN commitmail json YAML

py-lxml: updated to 4.9.3

4.9.3 (2023-07-05)
==================

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

* ``lxml.objectify`` accepted non-decimal numbers like ``族族族`` as integers.

* A memory leak in ``lxml.html.clean`` was resolved by switching to Cython 0.29.34+.

* URL checking in the HTML cleaner was improved.
  Patch by Tim McCormack.

* Some regex strings were changed to raw strings to fix Python warnings.
  Patches by Jakub Wilk and Anthony Sottile.

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

* Wheels include zlib 1.2.13, libxml2 2.10.3 and libxslt 1.1.38
  (zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows).

* Built with Cython 0.29.36 to adapt to changes in Python 3.12.

(adam)

2023-07-05 12:29:28 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.36

0.29.36 (2023-07-04)
====================

Bugs fixed
----------
* Async generators lost their return value in PyPy.
* The outdated C macro ``_PyGC_FINALIZED()`` is no longer used in Py3.9+.
* The deprecated ``Py_OptimizeFlag`` is no longer used in Python 3.9+.
* Using the global ``__debug__`` variable but not assertions could lead to compile errors.
* The broken HTML template support was removed from Tempita.

(adam)

2023-07-05 12:24:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/libtpms to 0.9.6

(bsiegert)

2023-07-05 12:23:58 UTC MAIN commitmail json YAML

libtpms: update to 0.9.6 (security)

version 0.9.6:

    tpm2: Check size of buffer before accessing it (CVE-2023-1017 & CVE-2023-1018)

version 0.9.5:

    tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore
    tpm2: Fix a potential overflow expression (coverity)
    tpm2: Fix size check in CryptSecretDecrypt

version 0.9.4:

    tpm: #undef printf in case it is #define'd (OSS-Fuzz)
    tpm2: Check return code of BN_div()
    tpm2: Initialize variables due to gcc complaint (s390x, false positive)
    tpm12: Initialize variables due to gcc complaint (s390x, false positive)
    build-sys: Fix configure script to support _FORTIFY_SOURCE=3

version 0.9.3:

    build-sys: Add probing for -fstack-protector
    tpm2: Do not call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size
    (OSSL 3)

version 0.9.2:

    tpm2: When writing state initialize s_ContextSlotMask if not set

(bsiegert)

2023-07-05 12:18:29 UTC MAIN commitmail json YAML

Updated benchmarks/google-benchmark, textproc/cJSON

(adam)

2023-07-05 12:18:08 UTC MAIN commitmail json YAML

cJSON: updated to 1.7.16

1.7.16 (Jul 5, 2023)
======
Features:
------
* Add an option for ENABLE_CJSON_VERSION_SO in CMakeLists.txt
* Add cmake_policy to CMakeLists.txt
* Add cJSON_SetBoolValue
* Add meson documentation

Fixes:
------
* Fix memory leak in merge_patch
* Fix conflicting target names 'uninstall'
* Bump cmake version to 3.0 and use new version syntax
* Print int without decimal places
* Fix 'cjson_utils-static' target not exist
* Add allocate check for replace_item_in_object
* Fix a null pointer crash in cJSON_ReplaceItemViaPointer

(adam)

2023-07-05 12:13:55 UTC MAIN commitmail json YAML

google-benchmark: updated to 1.8.1

v1.8.1
Disable debug-only test in release builds to avoid expected failures.
Fix code triggering -Wsign-conversion
Update Python version to PY3, as indicated by the actual source file.
Fixed a typo in docs
Fix pass rvalue to DoNotOptimize
Fix a typo in regex choice
remove old-style (C-style) casts
Add support for bzlmod (excluding Python bindings)
Add a CI test for the new bzlmod integration
Suppress intentional potential memory leak as detected by clang static analysis

(adam)

2023-07-05 12:07:45 UTC MAIN commitmail json YAML

Updated graphics/py-objgraph, devel/py-prompt_toolkit, devel/py-types-setuptools, devel/py-ipykernel

(adam)

2023-07-05 12:07:15 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.24.0

6.24.0

New features added
- Let get_parent decide the channel to get parent header

Bugs fixed
- Bugfix: binary stdout/stderr handling

(adam)

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

py-types-setuptools: updated to 68.0.0.1

68.0.0.1 (2023-07-04)

Bring back a few setuptools._distutils files

68.0.0.0 (2023-06-21)

Bump setuptools to 68.0

* Any -> Incomplete in a few files
* Bump setuptools to 68.0.*

(adam)

2023-07-05 12:04:13 UTC MAIN commitmail json YAML

py-prompt_toolkit: updated to 3.0.39

3.0.39: 2023-07-04
------------------

Fixes:
- Fix `RuntimeError` when `__breakpointhook__` is called from another thread.
- Fix memory leak in filters usage.
- Ensure that key bindings are handled in the right context (when using
  contextvars).

New features:
- Accept `in_thread` keyword in `prompt_toolkit.shortcuts.prompt()`.
- Support the `NO_COLOR` environment variable.

(adam)

2023-07-05 12:04:09 UTC pkgsrc-2023Q2 commitmail json YAML

Note pullup tickets #6769 to #6772

(bsiegert)

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

py-objgraph: updated to 3.6.0

3.6.0 (2023-06-16)
------------------
- Add support for Python 3.9, 3.10, and 3.11.
- Drop support for Python 2.7 and 3.6.

(adam)

2023-07-05 12:01:27 UTC pkgsrc-2023Q2 commitmail json YAML

Pullup ticket #6772 - requested by taca
www/ruby-actionpack60: security fix (CVE-2023-28362)

Revisions pulled up:
- www/ruby-actionpack60/Makefile                                1.6
- www/ruby-actionpack60/distinfo                                1.22
- www/ruby-actionpack60/patches/patch-lib_action__controller_metal_redirecting.rb 1.1

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jun 29 16:03:34 UTC 2023

  Modified Files:
  pkgsrc/www/ruby-actionpack60: Makefile distinfo
  Added Files:
  pkgsrc/www/ruby-actionpack60/patches:
      patch-lib_action__controller_metal_redirecting.rb

  Log Message:
  www/ruby-actionpack60: add fix for CVE-2023-28362

  Apply similar patch as Rails 6.1.7.4/7.0.5.1.

  Bump PKGREVISION.

(bsiegert)

2023-07-05 11:58:47 UTC pkgsrc-2023Q2 commitmail json YAML

Pullup ticket #6771 - requested by taca
www/ruby-actionpack52: security fix (CVE-2023-28362)

Revisions pulled up:
- www/ruby-actionpack52/Makefile                                1.4-1.5
- www/ruby-actionpack52/distinfo                                1.16
- www/ruby-actionpack52/patches/patch-lib_action__controller_metal_redirecting.rb 1.1

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jun 29 16:00:08 UTC 2023

  Modified Files:
  pkgsrc/www/ruby-actionpack52: Makefile distinfo
  Added Files:
  pkgsrc/www/ruby-actionpack52/patches:
      patch-lib_action__controller_metal_redirecting.rb

  Log Message:
  www/ruby-actionpack52: add fix for CVE-2023-28362

  Apply similar patch as Rails 6.1.7.4/7.0.5.1.

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jun 29 16:01:04 UTC 2023

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

  Log Message:
  www/ruby-actionpack60: decrement PKGREVISION.

  PKGREVISION++ is enough...

(bsiegert)

2023-07-05 11:58:41 UTC pkgsrc-2023Q2 commitmail json YAML

Pullup ticket #6770 - requested by taca
lang/ruby32-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.268
- lang/ruby32-base/Makefile                                    1.3
- lang/ruby32-base/distinfo                                    1.5
- lang/ruby32-base/patches/patch-lib_uri_rfc2396__parser.rb    1.1
- lang/ruby32-base/patches/patch-lib_uri_rfc3986__parser.rb    1.1
- lang/ruby32-base/patches/patch-lib_uri_version.rb            1.1

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jun 29 15:42:07 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby32-base: Makefile distinfo
  Added Files:
  pkgsrc/lang/ruby32-base/patches: patch-lib_uri_rfc2396__parser.rb
      patch-lib_uri_rfc3986__parser.rb patch-lib_uri_version.rb

  Log Message:
  lang/ruby32-base: update bundled gem uri to 0.12.2

  Fix CVE-2023-36617: ReDoS vulnerability in URI.

  Bump PKGREVISION.

(bsiegert)

2023-07-05 11:48:45 UTC pkgsrc-2023Q2 commitmail json YAML

Pullup ticket #6769 - requested by taca
lang/ruby31-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.267
- lang/ruby31-base/Makefile                                    1.9
- lang/ruby31-base/distinfo                                    1.11
- lang/ruby31-base/patches/patch-lib_uri_rfc2396__parser.rb    1.1
- lang/ruby31-base/patches/patch-lib_uri_rfc3986__parser.rb    1.1
- lang/ruby31-base/patches/patch-lib_uri_version.rb            1.1

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jun 29 15:39:12 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby31-base: Makefile distinfo
  Added Files:
  pkgsrc/lang/ruby31-base/patches: patch-lib_uri_rfc2396__parser.rb
      patch-lib_uri_rfc3986__parser.rb patch-lib_uri_version.rb

  Log Message:
  lang/ruby31-base: update bundled gem uri to 0.12.2

  Fix CVE-2023-36617: ReDoS vulnerability in URI.

  Bump PKGREVISION.

(bsiegert)

2023-07-05 06:15:24 UTC MAIN commitmail json YAML

doc/TODO: add some

+ firefox-115, libjpeg-turbo-3.0, tor-browser-12.5.1.

(wiz)

2023-07-04 20:27:56 UTC MAIN commitmail json YAML

doc: Added time/uair version 0.6.1

(pin)

2023-07-04 20:27:31 UTC MAIN commitmail json YAML

2023-07-04 20:26:46 UTC MAIN commitmail json YAML

time/uair: import package

Minimal pomodoro timer for UNIX-like operating systems. Unlike other timers,
uair simply prints the remaining time to standard output. Other than making the
code more maintainable, this design allows uair to be very extensible as it can
be used in various status bars and even command-line and graphical user
interfaces.

Features
- Extensible: Can be used in status bars, desktop widgets, CLIs, GUIs, etc.
- Keyboard-driven: Uses uairctl command-line utility for pausing/resuming the
  timer. It can be binded to a keyboard shortcut.
- Resource-efficient: Uses concurrency instead of spawing multiple threads.
- Multiple synchronized timers: Multiple synchronized uair timers can co-exist
  while sharing a single handle
- Minimal: It adheres to the UNIX philosophy of focusing in doing one thing,
  and doing it well.

(pin)

2023-07-04 19:30:36 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 383

(pin)

2023-07-04 19:30:16 UTC MAIN commitmail json YAML

x11/xterm: update to 383

Patch #383 - 2023/06/27
- expand description of full- and soft-reset in the manual.
- fixes for full- and soft-reset:
    - clear alternate screen on full reset.
    - disable menu-entry for active icon; it merely shows whether the feature
      is enabled.
    - use appcursorDefault and appkeypadDefault resources for reset of DECCKM
      and DECKPM.
    - save initial resource values for sixelScrolling and privateColorRegisters,
      using those in full reset.
    - update checkbox for Enable Blinking Cursor (report by Rajeev V. Pillai).
- add reply for DECSACE with DECRQSS.
- modify status-line feature to exit without erasing for DECSTR.
- add private mode 1045 which imitates the original xterm cursor-back reverse
  wrapping mode 45 (see patch #380).
- improve checks for non-Unicode values, e.g., in DECRQCRA.
- re-checkout from RCS archive to fix stale identifiers (report by Sven
  Joachim).

(pin)

2023-07-04 17:20:11 UTC MAIN commitmail json YAML

doc: Updated sysutils/tsm8 to 8.1.19.0

(hauke)

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

doc: Added meta-pkgs/bulk-test-essential version 20230704

(nia)

2023-07-04 16:08:17 UTC MAIN commitmail json YAML

Import meta-pkgs/bulk-test-essential.

This performs many of the checks I performed manually in my time as
"pkgsrc symlink manager", and its failure is intended to help bulk
builders realize immediate problems with their results.

(nia)

2023-07-04 15:49:57 UTC MAIN commitmail json YAML

shells/oh-my-posh: restore version output

Restore output of 'oh-my-posh version' command.

(pin)

2023-07-04 15:44:44 UTC pkgsrc-2023Q2 commitmail json YAML

Pullup ticket #6768 - requested by taca
lang/ruby30-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.266
- lang/ruby30-base/Makefile                                    1.10
- lang/ruby30-base/distinfo                                    1.13
- lang/ruby30-base/patches/patch-lib_uri_rfc2396__parser.rb    1.1
- lang/ruby30-base/patches/patch-lib_uri_rfc3986__parser.rb    1.1
- lang/ruby30-base/patches/patch-lib_uri_version.rb            1.1

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Jun 29 15:37:17 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby30-base: Makefile distinfo
  Added Files:
  pkgsrc/lang/ruby30-base/patches: patch-lib_uri_rfc2396__parser.rb
      patch-lib_uri_rfc3986__parser.rb patch-lib_uri_version.rb

  Log Message:
  lang/ruby30-base: update bundled gem uri to 0.10.3

  Fix CVE-2023-36617: ReDoS vulnerability in URI.

  Bump PKGREVISION.

(bsiegert)

2023-07-04 15:05:20 UTC MAIN commitmail json YAML

2023-07-04 13:54:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/tsm8 to 8.1.17.2

(hauke)

2023-07-04 13:53:59 UTC MAIN commitmail json YAML

Update sysutils/tsm8 to v8.1.17.2

This is a bugfix release; upstream does not provide a changelog.

Comment out the ftp master site, since their ftpd mandates
ftp-over-ssl, which our commandline ftp clients do not support.

Drop a few PLIST substitutions as unused.

(hauke)

2023-07-04 13:49:51 UTC MAIN commitmail json YAML

(devel/MoarVM) Update buildlink3.mk as well, sorry being late

(mef)

2023-07-04 13:15:58 UTC MAIN commitmail json YAML

Updated net/py-unearth, devel/py-rope

(adam)

2023-07-04 13:15:38 UTC MAIN commitmail json YAML

py-rope: updated to 1.9.0

Release 1.9.0
- Implement `nonlocal` keyword
- Automatically purge autoimport.db when there is schema change

(adam)

2023-07-04 13:12:37 UTC MAIN commitmail json YAML

py-unearth: updated to 0.9.2

0.9.2

Bug Fixes

Fix the dist info link evaluation
PEP 714: rename the dist-info-metadata field to core-metadata

(adam)

2023-07-04 13:09:09 UTC MAIN commitmail json YAML

taglib: remove USE_LIBTOOL

(adam)

2023-07-04 12:29:52 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.335

(wen)

2023-07-04 12:29:04 UTC MAIN commitmail json YAML

Update to 0.335

Upstream changes:
0.335    2022-12-31 17:00:35-05:00 America/New_York
        - update author contact info

(wen)

2023-07-04 12:26:20 UTC MAIN commitmail json YAML

Updated devel/p5-Alien-Base-ModuleBuild to 1.17

(wen)

2023-07-04 12:24:52 UTC MAIN commitmail json YAML

Update to 1.17

Upstream changes:
1.17      2022-09-13 05:27:09 -0600
  - Documentation improvements (gh#30, gh#31)
  - Production release otherwise identical to 1.16_01

1.16_01  2022-09-11 15:29:26 -0600
  - Add support for ALIEN_DOWNLOAD_RULE (gh#28, gh#29)
  - Add support for ALIEN_INSTALL_NETWORK (gh#28, gh#29)
  - Verify hostnames for SSL connections when ALIEN_DOWNLOAD_RULE
    requires encryption (gh#28, gh#29)
  - Downgrade from https to http is no longer allowed (gh#28, gh#29)

(wen)

2023-07-04 12:16:46 UTC MAIN commitmail json YAML

Updated devel/p5-Algorithm-Permute to 0.17

(wen)

2023-07-04 12:15:59 UTC MAIN commitmail json YAML

Update to 0.17

Upstream changes:
0.17  Feb 4 2023
    - Changed maintainer github username.

(wen)

2023-07-04 12:02:14 UTC MAIN commitmail json YAML

Updated devel/p5-Algorithm-CheckDigits to 1.3.6

(wen)

2023-07-04 12:01:02 UTC MAIN commitmail json YAML

Update to 1.3.6

Upstream changes:
v1.3.6 Tue Nov 16 11:38:44 CET 2021
        - adjust repository to reflect move on GitHub

(wen)

2023-07-04 11:55:19 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-Tiny to 1.74

(wen)

2023-07-04 11:54:34 UTC MAIN commitmail json YAML

Update to 1.74

Upstream changes:
1.74    2023-03-23 03:19:08Z

        [FIXED]

        - a few documentation tweaks (thanks, Giovanni Los and Richlv!)

(wen)

2023-07-04 11:52:11 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-PP to 0.036

(wen)

2023-07-04 11:50:59 UTC MAIN commitmail json YAML

Update to 0.036

Upstream changes:
0.036 2023-05-10 17:09:48+02:00

    - Add option -dumpcode to turn of dumping coderefs in YAML::PP::Schema::Perl
    - ci updates

0.035 2022-09-30 21:16:16+02:00

    - Fix parsing alias as mapping key
    - Support emitting folded block scalars. Now any input should
      be able to output as a folded block scalar correctly. Preserving
      scalar styles will now also preserve those

0.034 2022-06-30 10:31:56+02:00

    - Fix parsing empty folded block scalars with trailing linebreaks
    - Fix error handling (remaining tokens on invalid input)
    - Support experimental v5.36 booleans
    - Allow to specify multiple boolean classes (issue #37)

0.033 2022-06-27 16:31:32+02:00

    - Fix add_mapping_resolver + on_create (tie existing data)

0.032 2022-03-08 19:02:00+01:00

    - Add missing '~' to allowed chars in tags
    - Restructure directive parsing a bit
    - Support YAML::PP::Ref in yamlpp-* utility scripts
    - Add -P to yaml-load-dump --preserve
    - Add --dump option to yamlpp-parse-emit
    - yamlpp-load-dump -D JSON::PP: don't output space before colon
    - Add export tags to YAML::PP::Common
    - Update yaml-test-suite to 2022-01-17

0.031 2021-12-25 23:43:19+01:00

    - Fix several rare test cases:
    - Support literal escaped tabs
    - Allow only one digit for block scalar indent indicator
    - Allow comments at the end of directives
    - Match word boundary after '%YAML'
    - Allow tabs and multiple spaces between directive elements
    - Forbid lines starting with tabs in block mode
    - After tabs no further indentation elements allowed

0.030 2021-11-07 21:57:28+01:00

    - preserve: Keep existing data (issue #44)
    - Forbid directive without directive end marker
    - Support explicit empty key/value pairs in flow mappings
    - Enforce EOL after end of flow context
    - Forbid multiple question marks in flow mappings

(wen)

2023-07-04 11:47:00 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-LibYAML to 0.88

(wen)

2023-07-04 11:39:40 UTC MAIN commitmail json YAML

Update to 0.88

Upstream changes:
0.88 Fri May 12 05:28:05 AM PDT 2023
- REVERT "Turn off internal POK flag for number scalars"

0.87 Thu May  4 09:37:26 PM CEST 2023
- Turn off internal POK flag for number scalars

0.86 Wed Jan 25 09:34:14 PM EST 2023
- Fix YAML::XS pod in cpanminus

0.85 Mon Sep 12 08:20:19 AM EDT 2022
- Convert doc from Swim to Markdown
- Remove travis testing

(wen)

2023-07-04 11:31:54 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-XPath to 1.48

(wen)

2023-07-04 11:30:35 UTC MAIN commitmail json YAML

Update to 1.48

Upstream changes:
1.48  2022-08-09 MANWAR
      - More contributions by @shawnm.
      a) pull request #11
          Support use XML::XPath some_version; and modernize inheritance.
      b) pull request #12
          Add documentation about supported XPath functions.

1.47  2022-05-13 MANWAR
      - Another bunch of patches, thanks @shawnm.
        a) Get the encoding used for command line arguments from
          the environment.
        b) Don't assume standard input and output are UTF-8; also
          get their encoding from the environment.

1.46  2022-05-12 MANWAR
      - Added missing unit test (t/52matches.t)
      - Added missing unit test (t/cleanup.t)
      - Added unit test for MANIFEST (t/manifest.t)

1.45  2022-05-12 MANWAR
      - Added XPath function matches(), thanks @shawnw.

(wen)

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

Updated textproc/p5-XML-LibXSLT to 2.002001

(wen)

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

Update to 2.002001

Upstream changes:
2.002001    2023-02-10
    - Makefile.PL
        - Corrections and refactorings

2.002000    2022-05-17
    - lib/XML/LibXSLT/Quick.pm .
        - clarify license
            - https://github.com/shlomif/perl-XML-LibXSLT/issues/5
        - add docs and a $source 'string' type
    - Makefile.PL
        - cleanups
        - Require perl-5.14.0 at a minimum
            - https://github.com/shlomif/supporting-older-perl5-releases

2.001000    2022-05-16
    - lib/XML/LibXSLT/Quick.pm .
        - Add 'params' support for generic_transform().

2.000000    2022-04-09
    - Add lib/XML/LibXSLT/Quick.pm .
    - Cleanups.

(wen)

2023-07-04 10:56:41 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Generator to 1.13

(wen)

2023-07-04 10:55:03 UTC MAIN commitmail json YAML

Update to 1.13

Upstream changes:
1.13 -- Sat Apr 29 21:45:32 ADT 2023

    Production Release of 1.12 no changes.

    [Significant Updates since 1.11]

    Two fairly minor updates that should not impact anyone much.
    Dropping support for 5.008 - if you really need it send a PR
    to fix.  There has been a longstanding "bug" that inserted
    standalone in the xml declaration whether it was needed or not.
    This makes it optional if it is not required for
    externally-defined DTD or directly specified.

    - 1a4e7a0 Update version for Release 1.13
    - abb366d v1.12

1.12 -- Sat Apr 29 11:55:46 ADT 2023

    [Significant Updates since 1.11]

    Two fairly minor updates that should not impact anyone much.
    Dropping support for 5.008 - if you really need it send a PR
    to fix.  There has been a longstanding "bug" that inserted
    standalone in the xml declaration whether it was needed or not.
    This makes it optional if it is not required for
    externally-defined DTD or directly specified.

    - 1a7defd Forgot to increment the number of tests
    - 7a05609 Fix standalone bug
    - aa3c19d Add autoprereqs
    - a458ec3 Drop support for perl 5.008
    - 85847a1 v1.11

1.11 -- Mon Apr 17 17:17:55 ADT 2023

    [Significant Updates since 1.09]

    Allow the xml tag attributes to be specified during construction
    when conformance is not 'strict' by Wesley Schwengle (waterkip)

    Release 1.10 for production

    - 0ff9e8b Update for production release
    - 85396bc Update Copyright year
    - 30c95bf v1.10

1.10 -- Sun Apr 16 20:10:11 ADT 2023

    [Significant Updates since 1.09]

    Allow the xml tag attributes to be specified during construction
    when conformance is not 'strict'

    - efc7d9d Update for release
    - 83b1699 Remove VERSION number from git repo
    - a49e891 Add new xml option to constructor
    - 4171530 v1.09

1.09 -- Fri Feb 18 23:06:27 AST 2022

    - b31c19f Increment version
    - 1a3fa9e Fix RT 49038: Doc bug - escaping
    - d398d9c Fix dependency info

1.08 -- Thu Feb 17 20:00:24 AST 2022

    [Significant Updates since 1.04]

    - Fix RT 77323: escape all characters outside the normal ASCII range
    - Fix RT 80273 v1.04 incorrectly escaping stringified inner tags
    - Fix RT 70986 and provides test
    - Move to Dist::Zilla to build

    [Changes since 1.07]

    - 6258a3b Update version number for release
    - c9a09d4 v1.07

1.07 -- Thu Feb 17 16:58:42 AST 2022

    - c70c220 Add .gitignore
    - 124e36a Update version and Dist::Zilla settings
    - 0f6ccd0 Fix some pod issues

1.06 -- Thu Feb 17 08:04:38 AST 2022

    - 7c9d6d5 v1.06
    - a676ff3 Merge pull request #1 from perl-net-saml2/distzilla
    - d565282 Move to Dist::Zilla

1.05    Wed Feb 16 22:00:00 2022

    - 1eb746e (tag: 1.05) Update for new release
    - 0e895a0 Add github action
    - f636f4b Fix RT 77323: escape all characters outside the normal ASCII range
    - 423c2cf Fix RT 80273 v1.04 incorrectly escaping stringified inner tags
    - 8ef1c52 Fixes RT 70986 and provides test

(wen)

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

Updated finance/py-eth-account, databases/py-redis

(adam)

2023-07-04 10:29:57 UTC MAIN commitmail json YAML

py-redis: updated to 4.6.0

4.6.0

�洫ェ Experimental Features

Support JSON.MERGE command
Support JSON.MSET command
�泅� New Features

Extract abstract async connection class
Add support for WAITAOF
Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors
Add WITHSCORE argument to ZRANK
�汾� Bug Fixes

Fix dead weakref in sentinel connection causing ReferenceError
Fix Key Error in parse_xinfo_stream
Remove unnecessary __del__ handlers
Added support for missing argument to SentinelManagedConnection.read_response()
�洫ー Maintenance

Fix type hint for retry_on_error in async cluster
Clean up documents and fix some redirects
Add unit tests for the connect method of all Redis connection classes
Docstring formatting fix

(adam)

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

py-eth-account: updated to 0.9.0

0.9.0

eth-account v0.9.0 (2023-06-07)

Breaking Changes

drop python3.6 support from setup

Improved Documentation

remove notices of Draft status for eips 712 and 191

Features

Add support for Python 3.11

Internal Changes - for eth-account Contributors

Upgrade Node from v12.x to v18.x in tests
pulled full new node_v18 install script
bump versions for docs dependencies
add sphinx_rtd_theme to docs/conf.py extensions list
merge in updates from python project template

(adam)

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

perl5: Revert reproducibility patch.

The perl configure script parses the output of "uname -a" to calculate the OS
name, version, and also has logic to alter behaviour based on the CPU type,
etc.  The reproducibility patch breaks all that by only running "uname -s", so
all of the logic returns nothing.

This at minimum breaks the build on SunOS platforms, but likely breaks others,
if not hiding nasty bugs on platforms that on the surface appear to build ok.

(jperkin)

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

py-eth-rlp: allow Python 3.11

(adam)

2023-07-04 10:24:38 UTC MAIN commitmail json YAML

py-rlp: allow Python 3.11

(adam)

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

Updated devel/py-exceptiongroup, devel/py-bitarray

(adam)

2023-07-04 10:09:53 UTC MAIN commitmail json YAML

py-bitarray: updated to 2.7.6

2.7.6
remove caching hash value

(adam)

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

py-exceptiongroup: updated to 1.1.2

1.1.2
Changed handling of exceptions in exception group handler callbacks to not wrap a single exception in an exception group, as per CPython issue 103590

(adam)

2023-07-04 10:03:29 UTC MAIN commitmail json YAML

Updated devel/py-proto-plus, devel/py-pygit2

(adam)

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

py-pygit2: updated to 1.12.2

1.12.2 (2023-06-25)
- Update wheels to bundle libssh2 1.11.0 and OpenSSL 3.0.9
- Remove obsolete ``Remote.save()``

(adam)

2023-07-04 09:59:52 UTC MAIN commitmail json YAML

py-proto-plus: updated to 1.22.3

1.22.3
Bug Fixes
Resolve issue where marshal fails with cross api dependency

(adam)

2023-07-04 09:39:49 UTC MAIN commitmail json YAML

Updated audio/taglib, net/haproxy

(adam)

2023-07-04 09:39:30 UTC MAIN commitmail json YAML

haproxy: updated to 2.8.1

2.8.1
- BUG/MINOR: stats: Fix Lua's `get_stats` function
- BUG/MINOR: stream: do not use client-fin/server-fin with HTX
- BUG/MINOR: quic: Possible crash when SSL session init fails
- CONTRIB: Add vi file extensions to .gitignore
- BUG/MINOR: spoe: Only skip sending new frame after a receive attempt
- DOC: quic: fix misspelled tune.quic.socket-owner
- DOC: config: fix jwt_verify() example using var()
- DOC: config: fix rfc7239 converter examples (again)
- BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line
- BUG/MINOR: proxy: add missing interface bind free in free_proxy
- BUG/MINOR: proxy/server: free default-server on deinit
- BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions
- BUG/MINOR: peers: Improve detection of config errors in peers sections
- REG-TESTS: stickiness: Delay haproxys start to properly resolv variables
- BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure
- BUG/MINOR: quic: Wrong encryption level flags checking
- BUG/MINOR: quic: Address inversion in "show quic full"
- BUG/MINOR: server: inherit from netns in srv_settings_cpy()
- BUG/MINOR: namespace: missing free in netns_sig_stop()
- BUG/MINOR: quic: Missing initialization (packet number space probing)
- BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update()
- BUG/MINOR: quic: Possible endless loop in quic_lstnr_dghdlr()
- BUG/MEDIUM: mworker: increase maxsock with each new worker
- BUG/MINOR: quic: ticks comparison without ticks API use
- DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents
- DOC: Add tune.h2.max-frame-size option to table of contents
- REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages
- DOC: Attempt to fix dconv parsing error for tune.h2.fe.initial-window-size
- BUG/MINOR: http_ext: fix if-none regression in forwardfor option
- BUG/MINOR: mworker: leak of a socketpair during startup failure
- BUG/MINOR: quic: Prevent deadlock with CID tree lock
- BUG/MEDIUM: quic: error checking buffer large enought to receive the retry tag
- BUG/MINOR: config: fix stick table duplicate name check
- BUG/MINOR: quic: Missing random bits in Retry packet header
- BUG/MINOR: quic: Wrong Retry paquet version field endianess
- BUG/MINOR: quic: Wrong endianess for version field in Retry token
- IMPORT: slz: implement a synchronous flush() operation
- MINOR: compression/slz: add support for a pure flush of pending bytes
- BUILD: debug: avoid a build warning related to epoll_wait() in debug code
- MINOR: quic: Move QUIC encryption level structure definition
- MINOR: quic: Move packet number space related functions
- MINOR: quic: Reduce the maximum length of TLS secrets
- CLEANUP: quic: Remove server specific about Initial packet number space

(adam)

2023-07-04 09:35:36 UTC MAIN commitmail json YAML

taglib: updated to 1.13.1

TagLib 1.13.1 (Jul 1, 2023)
===========================
* Fixed parsing of TXXX frames without description.
* Detect MP4 atoms with invalid length or type.
* Do not miss ID3v2 frames when an extended header is present.
* Use property "DISCSUBTITLE" for ID3v2 "TSST" frame.
* Build system improvements: Use absolute path for macOS dylib install name,
  support --define-prefix when using pkg-config, fixed minimum required
  CppUnit version.
* Code clean up using clang-tidy.

(adam)

2023-07-04 09:22:17 UTC MAIN commitmail json YAML

Updated devel/SDL2, multimedia/mkvtoolnix

(adam)

2023-07-04 09:21:56 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 78.0

Version 78.0 "Running" 2023-07-02

New features and enhancements

* MKVToolNix GUI: header editor: for files that only contain legacy track
  language elements but no IETF language elements the header editor will now
  derive the IETF language elements from the legacy elements.
* AppImage: the AppImage is now built on AlmaLinux 8 with Qt 6.5.1. This means
  that the minimum glibc version this AppImage is compatible with has also
  been bumped, to v2.28. The oldest Debian coming with this version is Debian
  10 "Buster"; for Ubuntu it's 18.10 "Cosmic Cuttlefish".
* Windows installer: the installer will now remove the file
  `data\portable-app` if it's present in the installation directory as its
  presence would signal to the app to run in portable mode, requiring write
  access to its base directory. This fixes some installation issues that could
  occur when a user extracted a portable app archive into a folder like
  `C:\Program Files\MKVToolNix`. Also added an installation check for the same
  issue.

Bug fixes

* all: Linux: if initializing the locale system based on the system's settings
  fails, e.g. if environment variables such as `LC_ALL` have been set to
  `fr_FR.UTF-8` but the locale for `fr_FR.UTF-8` hasn't been built, MKVToolNix
  will try to fall back to `en_US.UTF-8` first & `C.UTF-8` second. If neither
  of the three succeeds, an error message will be shown, and the program will
  abort. This fixes the programs not catching an exception from the
  `boost::filesystem` library which doesn't cope with mis-configured locale
  systems well.
* mkvmerge: sorting tracks by type did not work properly when some tracks
  weren't copied.
* mkvmerge: track numbers in the destination file were assigned out-of-order
  when the track order in the source files differs from the one in the
  destination file. Now they're assigned sequentially in the order the tracks
  appear in the destination file again.
* MKVToolNix GUI: under certain circumstances the GUI would try to display
  error messages from a secondary thread, which isn't allowed in Qt, causing
  to program to either hang or outright crash.
* MKVToolNix GUI: the GUI will check for several potential installation issues
  wrt. to having write access to certain directories (system's temporary
  directory, MKVToolNix's file identification cache directory and others) &
  display proper error messages if not.
* MKVToolNix GUI: header editor: fixed the application crashing whenever you
  change a property below the "segment information" node. This bug was
  introduced in v77.
* MKVToolNix GUI: header editor: when reading files that only contain legacy
  track language elements but no IETF track language elements, the header
  editor was showing all tracks as having "English" as the language. This bug
  was introduced in v77.
* MKVToolNix GUI: header editor: when a legacy track language element contains
  a country code (e.g. `fr-CA`), the header editor was wrongfully using `und`
  = "undetermined" as the language for that element. Now it'll use the
  language from the language/country pair, which would be `fr` in the earlier
  example.
* MKVToolNix GUI: header editor: the keyboard shortcuts from the "modify
  selected track" sub-menu didn't work right after opening a file. They only
  started working after opening the "header editor" menu.
* AppImage: fixed the GUI resources (e.g. icons) not being found.
* AppImage: the Qt plugins required for using compose key/dead keys are now
  included.

Build system changes

* The compilation database (`compile_commands.json`) is now always built. The
  variable `BUILD_COMPILATION_DATABASE` is not evaluated anymore.

(adam)

2023-07-04 09:20:46 UTC MAIN commitmail json YAML

SDL2: updated to 2.28.1

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

Added support for the Nintendo Online Famicom controllers
Improved support for third-party Nintendo Switch controllers
Fixed setting the player LED on Nintendo Switch controllers
Added Linux controller mapping for the Logitech Chillstream
Fixed appending to a file greater than 4GB in size on Windows

(adam)

2023-07-04 07:55:56 UTC MAIN commitmail json YAML

Update to sbcl 2.3.6.

Add dependency on math/mpfr.

Changes in sbcl-2.3.6 relative to sbcl-2.3.5

    * platform support:
* restore building contribs on riscv; (#2002930)
* shorter constant-loading sequences on riscv;
* on OpenBSD, map the stack without executable permission
          (thanks to S辿bastien Marie)
* Restore OpenBSD/arm64 for OpenBSD 7.3 (#2024003, reported by
          Robert Palm)
    * bug fix: AREF on multidimensional arrays with the wrong number
      of indices now signals an error. (#2022327, reported by EU)
    * bug fix: the nature of NIL as both STRING and SEQUENCE is
      correctly handled in the compiler's handling of string
      functions. (#2023118, reported by Patrick Poitras)
    * bug fix: the sb-bsd-sockets tests no longer fail on systems
      configured without IPv6. (reported by Will Senn)
    * bug fix: the compiler no longer transforms into
      incompletely-known functions (#1824351)
    * optimization: better (the word-sized-type (ASH word-sized
      word-sized)) when the result can overflow. For arm64 and x86-64.
    * optimization: better unoptimized calls to CEILING, FLOOR.
    * optimization: functions that involve coercing floats now cons
      less. For arm64 and x86-64.
    * optimization: array displacement to simple arrays is slightly
      faster. (reported by Shubhamkar Ayare)

(rjs)

2023-07-04 07:41:54 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Compile-SOAP to 3.28

(wen)

2023-07-04 07:41:05 UTC MAIN commitmail json YAML

Update to 3.28

Upstream changes:
version 3.28: Mon  1 Aug 10:49:17 CEST 2022

        Improvements:
        - require LWP::Potocol::https, because it is quite difficult to find-out
          that it missing is the cause of a failing installation.  People should
          use https in any case.  Suggested by [Balbino Matanzo]
        - new() now supports ssl_opts [Peter Arnhold]

(wen)

2023-07-04 07:26:53 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Xslate to 3.5.9

(wen)

2023-07-04 07:25:56 UTC MAIN commitmail json YAML

Update to 3.5.9

Upstream changes:
v3.5.9 2021-10-31T01:10:44Z
    - Fix t/010_internals/008_files.t (#206)

(wen)

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

Updated textproc/p5-Text-Template to 1.61

(wen)

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

Update to 1.61

Upstream changes:
1.61  2022-04-28
  - Skip taint tests if perl was compiled with taint disabled.  (Thanks Neil Bowers) [GitHub PR #20]

(wen)

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

Updated textproc/p5-Text-Table to 1.135

(wen)

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

Update to 1.135

Upstream changes:
1.135  2022-10-12
    - Added some entries to SEE ALSO

(wen)

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

Updated textproc/p5-Syntax-SourceHighlight to 2.1.3

(wen)

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

Update to 2.1.3

Upstream changes:
2.1.3  2022-08-22 22:51

    !  add open() after creating Syntax::SourceHighlight::LangMap

(wen)

2023-07-04 06:13:51 UTC MAIN commitmail json YAML

Updated textproc/p5-String-Truncate to 1.100603

(wen)

2023-07-04 06:13:04 UTC MAIN commitmail json YAML

Update to 1.100603

Upstream changes:
1.100603  2022-12-31 15:48:46-05:00 America/New_York
        - update packaging and metadata
        - minimum required Perl is now v5.12

(wen)

2023-07-04 03:27:06 UTC MAIN commitmail json YAML

Updated textproc/p5-String-RewritePrefix to 0.009

(wen)

2023-07-04 03:26:15 UTC MAIN commitmail json YAML

Update to 0.009

Upstream changes:
0.009    2022-12-31 16:30:04-05:00 America/New_York
        - update packaging and metadata
        - minimum required Perl is now v5.12

(wen)

2023-07-04 03:14:17 UTC MAIN commitmail json YAML

Updated textproc/p5-String-Formatter to 1.235

(wen)

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

Update to 1.235

Upstream changes:
1.235    2022-12-31 16:49:41-05:00 America/New_York
        - update metadata

(wen)

2023-07-04 03:11:21 UTC MAIN commitmail json YAML

Updated textproc/p5-String-Flogger to 1.101246

(wen)

2023-07-04 03:10:28 UTC MAIN commitmail json YAML

Update to 1.101246

Upstream changes:
1.101246  2022-10-29 21:51:45-04:00 America/New_York
        - add some tests
        - update to require newer perl
        - update package metadata

(wen)

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

Updated textproc/p5-String-Errf to 0.009

(wen)

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

Update to 0.009

Upstream changes:
0.009    2022-12-31 16:43:32-05:00 America/New_York
        - update packaging and metadata
        - minimum required Perl is now v5.12

(wen)

2023-07-04 03:05:53 UTC MAIN commitmail json YAML

Seems there is no p5-String-Similarity-1.16

(wen)

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

Updated textproc/p5-Pod-Elemental-PerlMunger to 0.200007

(wen)

2023-07-04 03:02:18 UTC MAIN commitmail json YAML

Update to 0.200007

Upstream changes:
0.200007  2022-12-31 16:42:09-05:00 America/New_York
        - update packaging and metadata
        - minimum required Perl is now v5.12

(wen)

2023-07-04 02:58:46 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Coverage-TrustPod to 0.100006

(wen)

2023-07-04 02:56:35 UTC MAIN commitmail json YAML

Update to 0.100006

Upstream changes:
0.100006  2022-12-31 14:06:16-05:00 America/New_York
        - update packaging and metadata
        - minimum required Perl is now v5.12

(wen)

2023-07-04 02:29:21 UTC MAIN commitmail json YAML

doc: Updated graphics/pikchr to 1.0.20230526

(schmonz)

2023-07-04 02:29:15 UTC MAIN commitmail json YAML

Update to 1.0.20230526. From the changelog:

- Typo fix, reported on the forum.
- Fixed assorted typos, clarity errors, and formatting problems in the
  docs. Most were reported on the forum by brickviking (here and here)
  but I found and fixed a few more while in there.
- Remove the artificial enlargement of "mono" text, as that seems not to
  be necessary when the output is rendered by Fossil. Must be some kind
  of CSS issue.
- Add support for the "monospace" (alias "mono") text attribute.
- Adjust the font size and text length computations for monospace.
  (Closed-Leaf check-in: 22e2a2c622 user: drh tags: monospace)
- "mono italic" test case added.
- Experimental support for the "mono" and "monospace" text attributes.
- Add the narrow.pikchr test case. This should have been part of
  [21ca6b843d65c404], I think.
- Doc typo fix reported in /forumpost/4e01fef7d9.
- Add a link to Adamantine Pick, a pikchr extension for the Obsidian
  knowledge-base app.
- Avoid unnecessary rounding of coordinates in the generated SVG. Forum
  post b571590af6.
- Add "External Link" entry for the Lua-based pikchr pandoc filter.
- Add mdbook-pikchr to External Links section.
- Mention the "behind" attribute in the differences and user manual
  documents. Forum post e172c0c950.
- Minor emsdk doc update.
- Added a link to David Weil's node.js pikchr module, sent to me
  off-list.
- Discuss the PIKCHR_TOKEN_LIMIT in the differences page.
- Update the built-in Lemon to the latest code from the SQLite project.
- Added fiddle/README.md, which explains how to get the fiddle app up
  and running.
- Pulled in minor fiddle changes from the fossil tree.
- Changed the /fiddle build to name the output files pikchr.js/wasm
  instead of fiddle-module.js/wasm to avoid having to make manual edits
  when porting them over to fossil.
- Allow any value for HEADING. Convert it to -360..360 before use. Forum
  post 56140a59018db001
- Add Ryan's spider-web Pikchr script as an example.
- Help text typo fix and added a mention that all output goes to stdout,
  as suggested in [e3a1e165ab799e64]. No code changes.
- Added a link to another 3rd-party integration of pikchr: the 8th
  programming language.
- Expanded [43eb7d998415] to permit digits in HTML entities after the
  first character, to allow for sup2, frac12, and similar entities.
  Reported in [dcf1418ef16f].
- Minor doc correction and code style tweak to the previous checkin. No
  functional changes.
- When outputing HTML-escaped text and an ampersand is encountered,
  only transform it to an HTML entity if it looks like it's not one
  already. HTML entities are left as is, noting that we do only a
  syntactic check and not a test for whether the entity is a
  standard/known one. This replaces [aca3d2dc1a00], reverting the doc
  changes made by that checkin.
- Replaced ampersand-deg-semicolon escape sequences in pikchr
  string literals in various docs with a degree symbol to work
  around that escape sequence having been broken by
  [641b4ff2e552183c]. Extended the comment about ampersand escaping
  in pik_append_text(). No code changes. (Closed-Leaf check-in:
  aca3d2dc1a user: stephan tags: mistake)
- Removed some duplicated docs, one copy of which was out of date.
- Extended the wasm binding to optionally make use of all of the
  pikchr() arguments and return more info, e.g. width/height, in the
  result object. Fixed shift-enter behavior.
- Minor fiddle app cleanups made while porting it to fossil.
- Added build of gzip-compressed forms of the fiddle/ files, for use
  with althttpd's new gzip support.
- Updated the fiddle TODOs.
- fiddle: initial impl of auto-update of SVG while typing (enabled with
  new checkbox). Works but may need tweaks for the precise preferred
  timing (currently 800ms debounce) and skiping update for certain
  keys/situations.
- fiddle: made the config checkboxes persistent.
- fiddle: removed a superfluous layer of indirection.
- Fiddle: accounted for case of empty pikchr script, which produces an
  HTML comment as output. Renamed the inherited sqlite-centric symbol
  names to pikchr-centric ones.
- fiddle: simplified some duplicated if/else logic and made
  renderAutoScale=false the default.
- Initial version of a wasm/JS pikchr "fiddle" app. Requires emscripten
  to build. Several TODOs remain but it essentially works.
- Correctly adjust the bounding box when the size of a circle is set
  using "diameter". Fix for ticket [4449371aa4d8ed2b].
- Added new external project links which were posted to /forumpost/8b18c6b6bd.
- Limit the number of tokens that can be processed in a single script to
  avoid an exponential macro-expansion attack, such as described by
  forum thread 6b9b95de35.
- Typo fix in userman.md: s/three/five/
- Fix the built-in abs() function so that it actually works. Add a test case.
- Add links on the homepage to Zellyn Hunter's port of pikchr to Go.
- Add a test case for the ampersand problem fixed in the previous check-in.
- Escape ampersands when emitting text nodes, per report in forum post
  37584617be.

(schmonz)

2023-07-04 02:26:13 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Table to 1.005

(wen)

2023-07-04 02:25:13 UTC MAIN commitmail json YAML

Update to 1.005

Upstream changes:
=== Version 1.005 (2023-01-28)

  lib/PDF/Table.pm
  Update cell checking when using markup, so that anything which CAN be by
    default stringified, will be. Some customers are using default or implicit
    stringification of objects, which was being caught as an unsupported data
    type, and rendered as "(invalid)" in a cell. The downside is that if you
    send something nonsensical (e.g., reference to a SCALAR), you will see the
    stringified reference (address), as done in the 1.003 and earlier versions.

  Makefile.PL remove PROVIDES clause, as was getting build warnings about it.

=== Version 1.004 (2023-01-21)

  lib/PDF/Table.pm, lib/PDF/Table.pod, INFO/SPONSORS (new), INFO/Table.html,
    MANIFEST
  For PDF::Builder ONLY, allow specification of cell 'markup' (Markdown
    or HTML), to permit great flexibility in cell content. See PDF::Builder's
    examples/Column.pl for an example of usage.

  This work (as well as markup changes for PDF::Builder) has been kindly
    sponsored by Amtivo Group (see INFO/SPONSORS).

  lib/PDF/Table.pm, examples/sample1-size-vsizes.pl
  The 'Times' font should be named 'Times-Roman', to conform with the correct
    core font naming. PDF::Builder no longer silently accepts 'Times' as an
    alias for 'Times-Roman', and now gives a warning.

  xt/manifest.t, xt/pod.t, MANIFEST, util/2_t-tests.pl
  Move author tests from t/ to xt/

  examples/chess.pl
  PDF::API2 (PREVIOUS to release 2.044) has a bug in its TTF
    handling, where it fails to translate some Unicode points ("U+nnnn" number)
    to the appropriate font glyph entry, and instead puts the Unicode point
    in the glyph list. This is incorrect, and usually results in a mismapping.

    As of PDF::API2 v 2.044, chess.pl seems to be working again.

  examples/*.pl
  If command line -A or -B, add prefix A_ or B_ to the output file name. This
    can be useful when using -A or -B with util/3_examples.pl to generate
    different output PDFs for PDF::API2 and PDF::Builder. Keep in mind that an
    example given without -A or -B will not add the prefix.

  lib/PDF/Table.pm, lib/PDF/Table.pod, INFO/Table.html,
    examples/vsizes.pl (new), util/3_examples.pl
  Dry run to return vertical size (overall, header, [footer], each row),
    no output to PDF, with "ink" set to 0.

  lib/PDF/Table.pod (moved), MANIFEST, util/pod2cpanhtml.pl, Makefile.PL
  Move .pod up a level (thanks to "perlpunk")

  lib/PDF/Table/Table.pod, INFO/Table.html, examples/chess.pl,
    INFO/Changes_2019, lib/PDF/Table.pm
  Typos caught by lintian (via emollier) and codespell (via mdeweerd).

CONTRIBUTING, MANIFEST  add Contribution guide

=== Version 1.003 (2022-07-05)

lib/PDF/Table/ColumnWidth.pm, lib/PDF/Table/Table.pod, examples/size.pl,
  MANIFEST, util/3_examples.pl
  Add the ability to specify fixed and relative sizes for column widths,
  rather than having to accept system-calculated widths. You give a string
  to the 'size' optional global setting specifying the absolute width of
  a column (in, pt, cm, mm, em, or ex units), and/or a unit of '*' to
  indicate remaining space is to be split up among these columns.

lib/PDF/Table.pm, lib/PDF/Table/Settings.pm, MANIFEST
  Split out deprecated_settings and check_settings functions into new file.

lib/PDF/Table.pm, lib/PDF/Table/ColumnWidth.pm, MANIFEST, t/PDF-Table.t
  Split out CalcColumnWidths function into new file.

examples/chess.pl
  PDF::API2 work-around added for font-handling change in 2.043. The problem
  is being investigated, but the chess example almost works for now.

lib/PDF/Table.pm, lib/PDF/Table/Table.pod, MANIFEST
  Split out documentation into separate POD file.

lib/PDF/Table.pm
  Fix handling of degenerate case of header-only, without data rows (#71).

lib/PDF/Table.pm, t/PDF-Table.t
  Finish cleanup of column width calculations (#68, #72).

Makefile.PL, LICENSE, MANIFEST.SKIP
  Build (at install) META.* with "provides" member. Add separate license file.
  Add some items to MANIFEST SKIP file to clean up.

lib/PDF/Table.pm
  $LAST_UPDATE changed from 'my' storage class to 'our', so can be accessed
  programmatically.

lib/PDF/Table.pm
  Absolute minimum with of a column reset to at least $min_col_width (a new
    global default) to prevent text_block() width errors.

Update build process to ensure consistent "unix" formatting of most
  human-readable files. Some non-CPAN builds were complaining
  about MS-DOS format (CRLF line ends) on some files.

lib/PDF/Table.pm, examples/chess.pl, t/PDF-Table.t
  Fix handling of max_w [GitHub #68], rewrite column width calculations. This
    may result in some noticable changes in column widths from before.

lib/PDF/Table.pm  Remove requirement that "empty cell" text not be an
  empty string (allow $empty_cell_text to be ''), permitting completely
  empty cells.

lib/PDF/Table.pm  minor comment updates

README.md, lib/PDF/Table.pm, INFO/Table.html
  2022 copyright. NOT archiving Changes yet.

=== Version 1.002 (2020-12-27)

README.md, lib/PDF/Table.pm, Makefile.PL
  Miscellaneous updates to clean up support URLs, emails, etc.

util/pod2cpanhtml.pl
  Remove use of search.cpan.org CSS reference, as that site no longer exists.
  Looking for a good replacement, possibly Bootstrap, that doesn't require
  that a phone be turned to landscape orientation in order to read text at
  a decent size.

lib/PDF/Table.pm
  Cells spanning columns only had the first part (cell) of the bottom
  horizontal rule drawn. Reported by "stefanalt". Fixed to draw full spanned
  width.

t/PDF-Table.t
  One calculated value was considerably different between standard Perl (uses
  doubles for floats), long-double Perl, and quad-math Perl. Round the
  calculated value to 6 decimal digits so that it works on any system.

(wen)