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

2024-05-12 21:06:06 UTC Now

2023-07-22 21:38:18 UTC MAIN commitmail json YAML

lang/fennel: update to fennel-1.3.1

1.3.1 / 2023-07-07

New Features

* fennel.runtime-version will return version information as a
  table if given optional argument
* Expose REPL's methods in the ___repl___ table, allowing method
  redefinition at runtime.
* Allow following docstring with a metadata table syntax.
* Return whole metadata table when metadata.get is called without
  a key.
* Add :byte-escape option to fennel.view for overriding default
  char escapes
* Generate man pages for fennel-api(3), fennel-reference(5), and
  fennel-tutorial(7) from their respective documentation.

Note for packagers: The man page fennel.1 has been moved to
man/man1/fennel.1 along with the new generated man pages. For build
scripts that copy files manually in lieu of make install, this may
require an update.

Bug Fixes

* Fix a bug where operator compiler output had incorrect precedence
  with 3+ args
* Fix a bug where the comment special would fail on forms
  containing "]]"
* Fix a bug where tables like {:true 1 true 2} emit with unstable
  key order
* Fix a bug where table literals mutated by a macro emit with
  unstable key order when AOT-compiled in Lua > 5.2
* Fix a bug where very long individual lines in the repl would be
  truncated
* Fix an edge case where {:__metatable true} (as in pandoc-lua)
  breaks fennel.view
* Fix a 1.3.0 bug where macros only accepts table literals, not
  table-returning exprs
* Fix a bug where metadata tables with different arglists break
  lambdas
* Fix a bug with detecting cycles for tables that have custom
  __pairs metamethod in fennel.view
* Fix a bug where vararg couldn't be the only thing in a hashfn

(yhardy)

2023-07-22 18:27:45 UTC MAIN commitmail json YAML

2023-07-22 13:30:24 UTC MAIN commitmail json YAML

doc: Updated biology/atac-seq to 1.2

(bacon)

2023-07-22 13:30:15 UTC MAIN commitmail json YAML

biology/atac-seq: Update to 1.2

Add py-multiqc to metapackage

(bacon)

2023-07-22 13:23:57 UTC MAIN commitmail json YAML

doc: Updated biology/rna-seq to 1.2

(bacon)

2023-07-22 13:23:46 UTC MAIN commitmail json YAML

biology/rna-seq: Update to 1.2

Add py-multiqc to metapackage

(bacon)

2023-07-22 13:19:17 UTC MAIN commitmail json YAML

biology/Makefile: Add py-multiqc

(bacon)

2023-07-22 13:19:00 UTC MAIN commitmail json YAML

doc: Added biology/py-multiqc version 1.14

(bacon)

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

biology/py-multiqc: Aggregate bioinformatics reports

MultiQC searches a given directory for analysis logs and compiles an HTML
report. It's a general use tool, perfect for summarising the output from
numerous bioinformatics tools.

(bacon)

2023-07-22 13:10:33 UTC MAIN commitmail json YAML

devel/Makefile: Add py-coloredlogs

(bacon)

2023-07-22 13:10:11 UTC MAIN commitmail json YAML

doc: Added devel/py-coloredlogs version 15.0.1

(bacon)

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

devel/py-coloredlogs: Colored Python logging output

The coloredlogs package enables colored terminal output for Python
logging module. The ColoredFormatter class inherits from logging.
Formatter and uses ANSI escape sequences to render your logging
messages in color. It uses only standard colors so it should work on
any UNIX terminal.

(bacon)

2023-07-22 13:06:48 UTC MAIN commitmail json YAML

devel/Makefile: Add py-verboselogs

(bacon)

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

doc: Added devel/py-verboselogs version 1.7

(bacon)

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

devel/py-verboselogs: Add levels to Python logging

The verboselogs package extends Pythonlevels NOTICE, SPAM, SUCCESS and VERBOSE:

    The NOTICE level sits between the predefined WARNING and INFO
    levels.

    The SPAM level sits between the predefined DEBUG and NOTSET levels.

    The SUCCESS level sits between the predefined WARNING and ERROR
    levels.

    The VERBOSE level sits between the predefined INFO and DEBUG levels.

(bacon)

2023-07-22 12:48:44 UTC MAIN commitmail json YAML

2023-07-22 12:34:23 UTC MAIN commitmail json YAML

devel/Makefile: Add py-capturer

(bacon)

2023-07-22 12:34:02 UTC MAIN commitmail json YAML

doc: Added devel/py-capturer version 3.0

(bacon)

2023-07-22 12:33:56 UTC MAIN commitmail json YAML

devel/py-capturer: Easily capture stdout/stderr

The capturer package makes it easy to capture the stdout and stderr
streams of the current process and subprocesses. Output can be relayed
to the terminal in real time but is also available to the Python program
for additional processing.

(bacon)

2023-07-22 12:21:32 UTC MAIN commitmail json YAML

harfbuzz: Needs is_trivially_copy_constructible to compile.

(nia)

2023-07-22 12:20:37 UTC MAIN commitmail json YAML

mk: Add support for is_trivially_copy_constructible in USE_CXX_FEATURES.

While a mouthful, this is the name the GCC commit message used for the
features.

(nia)

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

textproc/py-humanfriendly: Use PYPI for homepage

Prefer summary info in a standardize format when gathering
info for packages

(bacon)

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

spdlog: Set USE_CXX_FEATURES.

Do not set USE_LANGUAGES to c++11, it sets it itself.

(nia)

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

textproc/Makefile: Add py-humanfriendly

(bacon)

2023-07-22 12:08:39 UTC MAIN commitmail json YAML

doc: Added textproc/py-humanfriendly version 10.0

(bacon)

2023-07-22 12:08:30 UTC MAIN commitmail json YAML

textproc/py-humanfriendly: Human friendly text output

The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:

- Parsing and formatting numbers, file sizes, pathnames and timespans
  in simple, human friendly formats.
- Easy to use timers for long running operations, with human friendly
  formatting  of the resulting timespans.
- Prompting the user to select a choice from a list of options by
  typing the  option's number or a unique substring of the option.
- Terminal interaction including text styling (ANSI escape sequences),
  user friendly rendering of usage messages and querying the terminal
  for its size

(bacon)

2023-07-22 10:55:35 UTC MAIN commitmail json YAML

doc: Updated games/openrct2 to 0.3.0

(triaxx)

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

openrct2: Update to 0.3.0

upstream changes:
-----------------
0.3.0 (2020-08-15)
------------------------------------------------------------------------
- Feature: [#7648] "Enable all drawable track pieces" now enables more pieces for the Twister, Vertical and Air Powered Vertical coasters.
- Feature: [#9029] Open doors with the tile inspector.
- Feature: [#9614] Allow popping balloons and quacking ducks in the title screen.
- Feature: [#10572] Cheat to allow building at invalid heights.
- Feature: [#11155] Guest entry points can now be removed by clicking them again.
- Feature: [#11231] Change shortcut window list order to be more intuitive, and split it into logical sections.
- Feature: [#11298] Custom IP address can now be advertised to the master server to work around IPv6 issues.
- Feature: [#11306] Path additions are now kept when replacing the path.
- Feature: [#11320] Support for custom JavaScript plugins.
- Feature: [#11422] Added a shortcut key for disabling/enabling clearance checks.
- Feature: [#11788] Command to extract images from a .DAT file.
- Feature: [#11959] Hacked go-kart tracks can now use 2x2 bends, 3x3 bends and S-bends.
- Feature: [#12090] Boosters for the Wooden Roller Coaster (if the "Show all track pieces" cheat is enabled).
- Feature: [#12184] .sea (RCT Classic) scenario files can now be imported.
- Feature: [#12347] Periodically check for new releases on GitHub, and show a notification on the title screen.
- Feature: [#12347] The 'About OpenRCT2' window now has a link to the OpenRCT2 Discord Server.
- Feature: [#12591] Show authors of an object on the object selection dialog.
- Change: [#11209] Warn when user is running OpenRCT2 through Wine.
- Change: [#11358] Switch copy and paste button positions in tile inspector.
- Change: [#11449] Remove complete circuit requirement from Air Powered Vertical Coaster (for RCT1 parity).
- Change: [#11898] The `openrct-data-path` command-line argument has been renamed to `openrct2-data-path`.
- Change: [#11944] The ride list sort mode is now remembered for the duration of the game.
- Fix: [#1013] Negative length displayed in Ride window.
- Fix: [#1148] Research funding dropdown not shown in finances window.
- Fix: [#5451] Guests scream on every descent, no matter how small.
- Fix: [#6119] Advertising campaign for ride window not updated properly (original bug).
- Fix: [#7006] Submarine Ride is in the wrong research group.
- Fix: [#7324] Research window shows vehicle name instead of ride name.
- Fix: [#7969, #8175, #12501] When loading a landscape in the Scenario Editor, the inventions list, financial settings and objective settings are reset.
- Fix: [#10549] 'Build the best ride you can' objective missing ride name.
- Fix: [#10634] Guests are unable to use uphill paths out of toilets.
- Fix: [#10751] Saved mazes are incomplete.
- Fix: [#10876] When removing a path, its guest entry point is not removed.
- Fix: [#10876] There can be multiple peep spawns on the same location.
- Fix: [#11002] Rides list shows both red and green light activated.
- Fix: [#11072] Land and water tools working out of bounds (original bug).
- Fix: [#11085] Handle player list before game actions during map load.
- Fix: [#11259] Custom JSON object breaks saves.
- Fix: [#11290] Perform funds checking for all peeps entering a ride.
- Fix: [#11315] Ride that has never opened is shown as favorite ride of many guests.
- Fix: [#11386] Alphabetical sorting is broken.
- Fix: [#11405] Building a path through walls does not always remove the walls.
- Fix: [#11450] Rides with unsuitable track can't be opened even with "Enable all drawable track pieces" cheat.
- Fix: [#11455] Object Selection window cuts off scenery names.
- Fix: [#11623] Erratic zoom behavior when pointing outside of the map.
- Fix: [#11640] Objects with a blank description in one language do not fall back to other languages anymore.
- Fix: [#11676] Spiral Roller Coaster has regular lift hill available.
- Fix: [#11695] Mechanics walk to tile 0, 0 at entrance only stations when trying to fix them.
- Fix: [#11804] Some RCT1 fences are imported at the wrong height.
- Fix: [#11953] Incorrect banner text shade colour on wall text.
- Fix: [#11968] Maze height is higher than it should be.
- Fix: [#12062] Inconsistent lift hill sprites on Flying Coaster while inverted (original bug).
- Fix: [#12068] Incorrect Entrance/Exit location on track design preview. Incorrect track design previews with track that contain diagonal track elements.
- Fix: [#12071] Crash in Guest List when a guest dies.
- Fix: [#12093] Staff window tab animation was no longer updating.
- Fix: [#12123] Long server descriptions are not cut off properly.
- Fix: [#12211] Map Generator shows incorrect map sizes (e.g. "150 x 0").
- Fix: [#12221] Map Generation tool doesn't place any trees.
- Fix: [#12285] On-ride photo profit assumes every guest buys one.
- Fix: [#12297] OpenGL renderer causing artifacts.
- Fix: [#12308] Cannot use cheats in editor modes.
- Fix: [#12312] Softlock when loading save file via command line fails.
- Fix: [#12486] `set-rct2` has a broken g1.dat check.
- Fix: [#12498] Circus construction ghost does not rotate (original bug).
- Fix: [#12505] Stores selling multiple items can only have the first product advertised.
- Fix: [#12506] Cannot advertise food if there are no rides in the park.
- Fix: [#12533] Track designs list does not use natural sorting.
- Fix: [#12611] 'Monthly Income from ride tickets' in Scenario Editor is removed when park is not free entry.
- Fix: 'j' character has broken kerning (original bug).
- Fix: RCT1 scenarios have more items in the object list than are present in the park or the research list.
- Fix: Brakes keep working during "Brakes failure".
- Fix: Guests maze pathfinding prefers a specific direction (original bug).
- Improved: [#6530] Allow water and land height changes on park borders.
- Improved: [#11390] Build hash written to screenshot metadata.
- Improved: [#3205] Make handymen less likely to get stuck in ride queues.
- Technical: [#8110] OpenRCT2 now uses a single directory name for title sequences instead of three.
- Technical: [#11517] Windows Vista is supported again (libzip regression in the previous release).
- Technical: The required version of macOS has been increased to 10.14 (Mojave) for plugin support.
- Removed: [#11820] Twitch support (relied on a server that has been down for a few years).

(triaxx)

2023-07-22 10:31:38 UTC MAIN commitmail json YAML

arcticfox: Remove .a archives before installing.

Not very useful, and they're installed conditionally depending on platform,
which makes PLISTs hard.

(nia)

2023-07-22 10:11:32 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick6, devel/cfitsio

(adam)

2023-07-22 10:11:02 UTC MAIN commitmail json YAML

cfitsio: updated to 4.2.0

Version 4.2.0 - Nov 2022

  - This release includes patches to security vulnerabilities.  We
    strongly encourage this upgrade, particularly for those running
    CFITSIO in web accessible applications.

  - Fix to fits_read_key function, which was failing to properly read
    keywords declared type TUINT on compilers where sizeof(int) =
    sizeof(long).

  - Added new functions fits_read_cols and fits_write_cols to efficiently
    read or write multiple columns in a single function call

  - Added new function fits_copy_selrows to copy only selected rows, such
    as the selected rows returned by fits_find_rows

  - Added new calculator functions ERF(X), ERFC(X) and GAMMA(X), which are
    mathematical special functions of the same name

  - Added new calculator function GTIFIND() which reports which GTI row
    brackets a given time sample

  - Added new calculator functions which operate upon vector table
    values NAXIS(V), NAXES(V,n), ELEMENTNUM(V) and AXISELEM(V,n),
    and ARRAY(X,d) which promotes scalar X to a vector or array
    with given dimensions.

  - The CFITSIO histogramming code now handles binning by any
    arbitrary calculator expression rather than just a column name.
    Both the binned columns as well as the optional weights may be
    calculator expressions, enclosed in parentheses.

  - Binning of vector columns or expressions is now supported, as long
    as all binned inputs (as well as the optional weighting) have the
    same vector dimensions.  Binning of variable-length columns remains
    unsupported.

  - A bug that caused histogram weights from columns that are null values
    to be tallied along with non-null values has been fixed.

  - The CFITSIO calculator and histogramming functionality is now
    fully reentrant and does not require multithreading interlocks.

  - A long-standing segmentation fault bug in the histogramming code
    related to binning any value using the "reciprocal" /XXXX notation
    has been fixed.

  - Added mutex locks for thread safety in ftgiou and ftfiou.

  - Added several Fortran wrappers to support image read/write when
    'fpixel' and 'nelements' are 8-byte integers.

  - Fixed bug which was adding spaces to some cases of long string key
    value output.

(adam)

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

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

rhythmbox: Create PLIST.Linux

(nia)

2023-07-22 10:01:11 UTC MAIN commitmail json YAML

bsnes: Also wants a libao dependency (on Linux only, which I'd think
would defeat the point of using libao entirely...)

(nia)

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

revert LOCALBASE in octave.mk

(adam)

2023-07-22 09:59:25 UTC MAIN commitmail json YAML

advancemame: Apparently Darwin also gets a special build directory.

(nia)

2023-07-22 09:57:53 UTC MAIN commitmail json YAML

advancemame: Apparently NetBSD gets treated to the "generic" build
directory while Linux gets its own "linux" build directory.

(nia)

2023-07-22 09:52:31 UTC MAIN commitmail json YAML

libretro-ppsspp: Also ensure -lz is always linked.

(nia)

2023-07-22 09:50:55 UTC MAIN commitmail json YAML

mgba-qt: Add missing libedit dependency. Ensure GL is consistently disabled.

(nia)

2023-07-22 09:43:26 UTC MAIN commitmail json YAML

openarena: Define ARCH_STRING when using the TOOLS_CC (it seems to be
needed sometimes, but confusingly not always).

(nia)

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

2023-07-22 09:32:28 UTC MAIN commitmail json YAML

flite: Include prefs.mk before checking OPSYS.

(nia)

2023-07-22 09:20:38 UTC MAIN commitmail json YAML

quakeforge: Remove entries from PLIST which are no longer built on Linux

(nia)

2023-07-22 09:12:58 UTC MAIN commitmail json YAML

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

supertuxkart: Needs py-expat to build

(nia)

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

wesnoth: Create PLIST.Linux

(nia)

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

firefox: Enable alsa backend by default on Linux

(nia)

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

firefox102: Enable alsa backend by default on Linux

(nia)

2023-07-22 08:58:55 UTC MAIN commitmail json YAML

seamonkey: Create PLIST.Linux

(nia)

2023-07-22 08:51:42 UTC MAIN commitmail json YAML

lxqt-admin: Create PLIST.Linux and PLIST.FreeBSD

(nia)

2023-07-22 08:48:42 UTC MAIN commitmail json YAML

lxqt-config: Disable touchpad support until pkgsrc gets xorg-libinput.

(nia)

2023-07-22 08:46:23 UTC MAIN commitmail json YAML

2023-07-22 08:41:13 UTC MAIN commitmail json YAML

libudev: Depend on gperf instead of attempting to partially disable its
use, which appears completely broken.

(nia)

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

upower: Disable Linux backend until gperf is imported.

(nia)

2023-07-22 08:37:49 UTC MAIN commitmail json YAML

2023-07-22 08:32:34 UTC MAIN commitmail json YAML

solid: Add udev option. Disabled by default, since udev is failing in
the few bulk builds where it's enabled.

(nia)

2023-07-22 04:22:15 UTC MAIN commitmail json YAML

audio/openal-soft: Disable the ALSA backend on NetBSD

(pho)

2023-07-22 02:15:17 UTC MAIN commitmail json YAML

openrct2: Update to 0.2.6

upstream changes:
-----------------
0.2.6 (2020-04-17)
------------------------------------------------------------------------
- Feature: [#10925] Show hovered values on finance charts.
- Feature: [#11013] Ctrl+C copies input dialog text to clipboard.
- Feature: [#11218] load_park command for console
- Feature: [#11272] Option for toggling notifications for 'Ride casualties' and 'Stuck or stalled vehicles'.
- Feature: [#11281] add_news_item command for console
- Feature: [#11300] Add powered launch and reverse incline launched shuttle mode to the Stand-Up Roller Coaster (for RCT1 parity).
- Fix: [#475] Water sides drawn incorrectly (original bug).
- Fix: [#6123, #7907, #9472, #11028] Cannot build some track designs with 4 stations (original bug).
- Fix: [#6238] Invalid tile elem iteration in Guest::UpdateUsingBin
- Fix: [#7094] Back wall edge texture in water missing.
- Fix: [#9719] Hacked walls in RCT1 saves are imported incorrectly.
- Fix: [#10372, #10509, #10806] Lift base sections incorrectly exporting, causing various lift related bugs.
- Fix: [#10928] File browser's date column is too narrow.
- Fix: [#10951, #11160] Attempting to place park entrances creates ghost entrances in random locations.
- Fix: [#11005] Company value overflows.
- Fix: [#11027] Third color on walls becomes black when saving.
- Fix: [#11063] Scrolling position persists when switching tabs in the scenery window.
- Fix: [#11106] Crash on getting invalid vehicle index.
- Fix: [#11126] Cannot place Frightmare track design.
- Fix: [#11208] Cannot export parks with RCT2 DLC objects.
- Fix: [#11230] Seat Rotation not imported correctly for hacked rides.
- Fix: [#11225] Replay manager cannot handle track designs.
- Fix: [#11246] Fix Various Import/Export issues with Boat locations, balloon frame number.
- Fix: [#11258] Properly remove format codes from imported strings.
- Fix: [#11286] Fix banner tooltip colour.
- Fix: Small red gardens in RCT1 saves are imported in the wrong colour.
- Improved: [#11157] Slimmer virtual floor lines.

(triaxx)

2023-07-22 01:50:38 UTC MAIN commitmail json YAML

doc: Updated devel/R-usethis to 2.2.2

(mef)

2023-07-22 01:50:27 UTC MAIN commitmail json YAML

(devel/R-usethis) Updated 2.2.0 to 2.2.2

# usethis 2.2.2

* Implicit usage of `numeric_version()` via comparison now always provides
  character input. This is in response to a request from CRAN to anticipate
  future solutions to <https://bugs.r-project.org/show_bug.cgi?id=18548>.

# usethis 2.2.1

* Internal helper `cran_version()`, used in functions such as
  `use_release_checklist()` and `use_news_md()`, is more resilient to situations
  where no CRAN mirror has been set (#1857).

* Internal usage of `numeric_version()` now always provides character input,
  rather than relying on implicit `as.character()` coercion. This is in response
  to a request from CRAN to anticipate future solutions to
  <https://bugs.r-project.org/show_bug.cgi?id=18548> (#1869).

(mef)

2023-07-22 01:46:39 UTC MAIN commitmail json YAML

doc: Updated devel/R-Rcpp to 1.0.11

(mef)

2023-07-22 01:46:26 UTC MAIN commitmail json YAML

(devel/R-Rcpp) Updated 1.0.10 to 1.0.11

2023-07-03  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Date, Version): Release 1.0.11

        * inst/include/Rcpp/config.h: Idem
        * inst/NEWS.Rd: Idem
        * vignettes/rmd/Rcpp.bib: Idem
        * inst/bib/Rcpp.bib: Idem
* vignettes/pdf/*: Rebuilt

2023-07-02  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Update usage numbers in Examples section

2023-07-01  Dirk Eddelbuettel  <edd@debian.org>

* docker/ci-dev/Dockerfile: Make 'rm' more robust as 'rm -f'
* docker/ci-4.2/Dockerfile: Add new container for R 4.2.3
* .github/workflows/ci.yaml (jobs): Add entry for R 4.2.3

2023-06-12  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

* README.md: Two URL updates for appease R CMD check

* DESCRIPTION (Encoding): Somewhat belated addition

2023-04-18  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Use app.codecov.io as base for codecov link

2023-04-12  Dirk Eddelbuettel  <edd@debian.org>

* .github/workflows/ci.yaml: Simplified container use

2023-03-27  Dirk Eddelbuettel  <edd@debian.org>

* .github/workflows/stale.yaml: Roll to v8

2023-03-27  I蜊和ki Ucar  <iucar@fedoraproject.org>

* R/Attributes.R: Remove command quoting, not needed anymore for system2()
* inst/tinytest/test_xptr.R: Update copyright

2023-03-26  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

* inst/tinytest/test_stats.R: Revisit change from PR #1252; we now
use a slightly smaller tolerance to accomodate old and new value

* inst/tinytest/test_sugar.R: Protect a small number of tests on NA
propagation from running on arm64/Darwin which requires special care

2023-03-25  I蜊和ki Ucar  <iucar@fedoraproject.org>

* R/Attributes.R: Switch to system2 to be able to capture stderr on error

2023-03-24  Dirk Eddelbuettel  <edd@debian.org>

* docker/ci-dev/Dockerfile: During Debian freeze experimental repo is
renamed which leads to a hickup here so temporarily remove list file

2023-03-24  I蜊和ki Ucar  <iucar@fedoraproject.org>

* inst/tinytest/test_xptr.R: Skip some tests on Windows

2023-03-19  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

* src/attributes.cpp (RExportsGenerator::writeEnd): Replace a pair of
apostrophes with backticks in generated .Call() statemente

2023-02-07  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_stats.R: Use more accurate value in R 4.3.0

2023-02-06  Dirk Eddelbuettel  <edd@debian.org>

* inst/CITATION: Update to new format preferred by r-devel

2023-02-02  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

* inst/include/Rcpp/sugar/functions/sapply.h: Enable compilation
under C++20 (using clang++ and its C++ library) via invoke_result

2023-01-29  I蜊和ki Ucar  <iucar@fedoraproject.org>

* inst/tinytest/test_xptr.R: Fix a couple of tests writing to stdout

2023-01-24  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2023-01-24  Lukasz Laniewski-Wollk  <llaniewski@meil.pw.edu.pl>

* R/RcppLdpath.R: CxxFlags() now quotes only non-standard paths on linux

(mef)

2023-07-21 22:46:50 UTC MAIN commitmail json YAML

(math/R) As an interim fix, --disable-nls (gettext-0.22 problem)

(mef)

2023-07-21 22:43:22 UTC MAIN commitmail json YAML

archivers: Enable 7-zip

(ryoon)

2023-07-21 22:42:38 UTC MAIN commitmail json YAML

doc: Added archivers/7-zip version 23.01

(ryoon)

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

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

openrct2: Require std::filesystem support.

(nia)

2023-07-21 20:40:55 UTC MAIN commitmail json YAML

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

(pin)

2023-07-21 20:40:30 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 17.12.0

Features
- add quasar segment (aacef4b)

(pin)

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

Add LIBIMAGEQUANT_TYPE to switch between rust and C version of
graphics/libimagequant

(hauke)

2023-07-21 16:03:39 UTC MAIN commitmail json YAML

Hook up the graphics/libimagequant{,-c}�alternative mechanism,
modelled after graphics/librsvg{,-c}.

(hauke)

2023-07-21 15:55:21 UTC MAIN commitmail json YAML

doc: Added graphics/libimagequant-c version 2.18.0

(hauke)

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

Add graphics/libimagequant-c v2.18.0

Follow the example of graphics/librsvg{,-c} and re-add the last C
version of imagequant-turned-rust, for the sake of platforms which
cannot reasonably build or run rusted tools for lack of support or
resources.

See also the
<https://mail-index.netbsd.org/pkgsrc-users/2023/06/02/msg037421.html>
thread.

(hauke)

2023-07-21 14:05:29 UTC MAIN commitmail json YAML

devel/got-portable: fix broken build on *BSD.

Last commit accidentally added Linux-specific LDFLAGS as global ones.
Reverting that and bumping revision.

(vins)

2023-07-21 12:34:54 UTC MAIN commitmail json YAML

math/py-colormath: Add PYTHON_VERSIONS_INCOMPATIBLE 37

Inherited from py-networkx dependency

(bacon)

2023-07-21 12:34:21 UTC MAIN commitmail json YAML

libbpg: Darwin linker does not support --gc-sections.

(jperkin)

2023-07-21 12:33:38 UTC MAIN commitmail json YAML

tap-plugins: Fix -Bsymbolic match.

(jperkin)

2023-07-21 12:31:18 UTC MAIN commitmail json YAML

xracer: Darwin linker does not support -export-dynamic.

(jperkin)

2023-07-21 12:29:22 UTC MAIN commitmail json YAML

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

libgfshare: Darwin linker does not support -O1.

(jperkin)

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

odt2tex: Darwin linker does not support -O2.

(jperkin)

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

Updated net/py-gevent, devel/py-google-i18n-address

(adam)

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

py-google-i18n-address: updated to 3.1.0

3.1.0
Recently it was brought to our attention that releases of google-i18n-address are including extra files which cause issues for other projects.
3.1 release is functionally the same as 3.0, but it excludes those files.

3.0.0
3.11 support, package updates, PEP8 compliance, validation rules update

(adam)

2023-07-21 10:00:47 UTC MAIN commitmail json YAML

py-gevent: updated to 23.7.0

23.7.0 (2023-07-11)
===================

Features
--------

- Add preliminary support for Python 3.12, using greenlet 3.0a1. This
  is somewhat tricky to build from source at this time, and there is
  one known issue: On Python 3.12b3, dumping tracebacks of greenlets
  is not available.
  :issue:`1969`.
- Update the bundled c-ares version to 1.19.1.
  See :issue:`1947`.

Bugfixes
--------

- Fix an edge case connecting a non-blocking ``SSLSocket`` that could result
  in an AttributeError. In a change to match the standard library,
  calling ``sock.connect_ex()`` on a subclass of ``socket`` no longer
  calls the subclass's ``connect`` method.

  Initial fix by Priyankar Jain.
  See :issue:`1932`.
- Make gevent's ``FileObjectThread`` (mostly used on Windows) implement
  ``readinto`` cooperatively. PR by Kirill Smelkov.
  See :issue:`1948`.
- Work around an ``AttributeError`` during cyclic garbage collection
  when Python finalizers (``__del__`` and the like) attempt to use
  gevent APIs. This is not a recommended practice, and it is unclear if
  catching this ``AttributeError`` will fix any problems or just shift
  them. (If we could determine the root situation that results in this
  cycle, we might be able to solve it.)
  See :issue:`1961`.

Deprecations and Removals
-------------------------

- Remove support for obsolete Python versions. This is everything prior
  to 3.8.

  Related changes include:

  - Stop using ``pkg_resources`` to find entry points (plugins).
    Instead, use ``importlib.metadata``.
  - Honor ``sys.unraisablehook`` when a callback function produces an
    exception, and handling the exception in the hub *also* produces an
    exception. In older versions, these would be simply printed.
  - ``setup.py`` no longer includes the ``setup_requires`` keyword.
    Installation with a tool that understands ``pyproject.toml`` is
    recommended.
  - The bundled tblib has been updated to version 2.0.

(adam)

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

py-colormath: package correctly

(adam)

2023-07-21 09:37:18 UTC MAIN commitmail json YAML

libretro-pcsx-rearmed: Require a c11 compiler for stdatomic.

(nia)

2023-07-21 09:35:46 UTC MAIN commitmail json YAML

2023-07-21 09:35:06 UTC MAIN commitmail json YAML

doc: Updated time/tzdiff to 1.2

(taca)

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

doc: Updated emulators/gnuboy to 1.0.4

(nia)

2023-07-21 09:32:37 UTC MAIN commitmail json YAML

2023-07-21 09:32:22 UTC MAIN commitmail json YAML

time/tzdiff: update to 1.2

1.2 (2023-07-17)

* Name changed to city only. Start time can set in UTC.

(taca)

2023-07-21 08:40:04 UTC MAIN commitmail json YAML

libcutl: Add boost to buildlink3 so that depending packages are built
with the same ABI.

(nia)

2023-07-21 08:33:42 UTC MAIN commitmail json YAML

llvm: Sync GCC_REQD in buildlink3.

XXX has not been converted to USE_CXX_FEATURES, needs more analysis

(nia)

2023-07-21 08:30:48 UTC MAIN commitmail json YAML

ogre: Require a compiler that supports put_time.

(nia)

2023-07-21 08:29:56 UTC MAIN commitmail json YAML

mk: Add put_time to USE_CXX_FEATURES. C++11 feature, but appeared in GCC 5.

(nia)

2023-07-21 08:25:51 UTC MAIN commitmail json YAML

mimalloc: Requires a C11 compiler.

(nia)

2023-07-21 08:21:18 UTC MAIN commitmail json YAML

py-spectra: Fix PYTHON_VERSIONS_INCOMPATIBLE.

(jperkin)

2023-07-21 08:20:53 UTC MAIN commitmail json YAML

py-colormath: Fix PYTHON_VERSIONS_INCOMPATIBLE.

(jperkin)

2023-07-21 08:16:01 UTC MAIN commitmail json YAML

google-glog: Option-ize building tests, because googletest is a very
heavy dependency and often brings in a new compiler too.

Surprisingly, this package builds just fine (if googletest is disabled)
with a C++98 default, so remove C++11 from USE_LANGUAGES (googletest
requires C++14 anyway).

XXX some of the tests fail, the tests were not hooked up to run before.

(nia)

2023-07-21 07:56:30 UTC MAIN commitmail json YAML

Updated www/py-gunicorn, devel/py-multipledispatch

(adam)

2023-07-21 07:56:11 UTC MAIN commitmail json YAML

2023-07-21 06:54:39 UTC MAIN commitmail json YAML

doc: Updated devel/meld to 3.22.0nb6

(wiz)

2023-07-21 06:54:29 UTC MAIN commitmail json YAML

meld: update PLIST for meson 1.2 and require it.

Bump PKGREVISION.

(wiz)

2023-07-21 06:20:39 UTC MAIN commitmail json YAML

py-gunicorn: updated to 21.2.0

21.2.0 - 2023-07-19
===================

- fix thread worker: revert change considering connection as idle .

*** NOTE ***

This is fixing the bad file description error.

21.0.1 - 2023-07-17
===================

- fix documentation build

21.0.0 - 2023-07-17
===================

- support python 3.11
- fix gevent and eventlet workers
- fix threads support (gththread): improve performance and unblock requests
- SSL: noaw use SSLContext object
- HTTP parser: miscellaneous fixes
- remove unecessary setuid calls
- fix testing
- improve logging
- miscellaneous fixes to core engine

*** RELEASE NOTE ***

We made this release major to start our new release cycle. More info will be provided on our discussion forum.

(adam)

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

PC6001VX: remove redundant USE_CXX_FEATURES.

The c++17 filesystem feature is required by qt6 and
x11/qt6-qtbase/buildlink3.mk has been changed to have
explicit GCC_REQD+=9.

(tsutsui)

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

doc: Updated graphics/wallust to 2.5.1

(pin)

2023-07-21 04:58:41 UTC MAIN commitmail json YAML

graphics/wallust: update to 2.5.1

- fix --filter/--colorspace/--backend with cached schemes (90603b4)
- take the opportunity to update the dependencies (16b4d07)

(pin)

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

doc: Updated graphics/oculante to 0.6.69

(pin)

2023-07-21 04:57:20 UTC MAIN commitmail json YAML

graphics/oculante:  update to 0.6.69

0.6.69 (2023-07-20)
�沚� Chore
  - update deps (872704cb)

(pin)

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

doc: Updated math/kalker to 2.0.4

(pin)

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

math/kalker: update to 2.0.4

- Prevent stack overflow crashes by limiting the recursion depth
  (thanks to @kvnxiao)
- Fix comprehensions breaking if a previously evaluated comprehension
  encountered an error in a nested expression
- Fix expressions like x^x not working inside functions
- Allow a leading dot, eg. .25
- Allow expressions like sin2x
- Fix incorrect unit being returned from some trigonometry functions

(pin)

2023-07-21 04:47:59 UTC MAIN commitmail json YAML

Updated www/py-flask-frozen, devel/py-extension-helpers

(adam)

2023-07-21 04:47:38 UTC MAIN commitmail json YAML

py-extension-helpers: updated to 1.0.0

1.0.0 (2022-03-16)
------------------
* Added support for coverage>=5 for the extension-helpers test suite.
* Removed any direct usage of distutils.
* Remove support for the undocumented --compiler argument to setup.py.
* Added support for enabling extension-helpers from setup.cfg.

(adam)

2023-07-21 04:36:41 UTC MAIN commitmail json YAML

py-flask-frozen: updated to 0.18

0.18
Unknown changes

(adam)

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

2023-07-21 00:00:30 UTC MAIN commitmail json YAML

Re-do that last change differently -- don't use the -w argument at all.
Instead, specify the arguments the old school way.

(thorpej)

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

Updated cross/lwtools to 4.19nb1 [thorpej 2023-07-20]

(thorpej)

2023-07-20 22:02:46 UTC MAIN commitmail json YAML

Don't specify the goal length at all; -g is not accepted by all flavors
of fmt(1).

(thorpej)

2023-07-20 21:48:41 UTC MAIN commitmail json YAML

doc: Updated multimedia/py-gstreamer1 to 1.22.4nb1

(wiz)

2023-07-20 21:48:30 UTC MAIN commitmail json YAML

py-gstreamer1: require meson 1.2 and adapt PLIST for it

Bump PKGREVISION.

(wiz)

2023-07-20 21:47:47 UTC MAIN commitmail json YAML

2023-07-20 21:45:26 UTC MAIN commitmail json YAML

2023-07-20 21:40:53 UTC MAIN commitmail json YAML

prometheus-cpp: Require a C++14 compiler.

While here, option-ize building tests. They're not installed anyway.

(nia)

2023-07-20 21:29:00 UTC MAIN commitmail json YAML

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

taglib: Avoid forcing C++11 for ABI safety reasons of dependent packages.

This was originally introduced as a workaround to not require boost
atomic support, but now it prefers GCC's atomic extensions regardless
of what we do.

(nia)

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

mk: Most packages don't know to use the "experimental" header,
so just require gcc8 for std::filesystem.

(nia)

2023-07-20 21:09:00 UTC MAIN commitmail json YAML

ancient: Requires a C++17 compiler.

(nia)

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

2023-07-20 20:48:18 UTC MAIN commitmail json YAML

Updated databases/tdb, devel/talloc

(adam)

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

talloc: updated to 2.4.1

2.4.1
Unknown changes

(adam)

2023-07-20 20:47:19 UTC MAIN commitmail json YAML

tdb: updated to 1.4.9

1.4.9
Unknown changes

(adam)

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

Updated net/py-botocore, net/py-boto3, net/py-awscli, devel/py-faker

(adam)

2023-07-20 20:36:39 UTC MAIN commitmail json YAML

py-faker: updated to 19.2.0

19.2.0

* Add support for South African Zulu (`zu_ZA`) names and last names.

v19.1.0

* Add `ja_JP` locale for `datetime`.

v19.0.0

* Drop support for Python 3.7
* Drop support for 32 bit systems.
* Add `elector_code` for `es_MX` SSN provider.

v18.13.0

* Add `.optional` proxy that may or may not return a fake value.

v18.12.0

*  Add fake automotive `vin` number function.

v18.11.2

* Fix area codes for `fr_FR` mobile phone numbers.

v18.11.1

*  Update Ukraine Country Code in `phone_number`.

v18.11.0

* Add digit-above-two type to numerify function.

(adam)

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

py-awscli: updated to 1.29.8

1.29.8
======

* api-change:``codecatalyst``: This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
* api-change:``connectcases``: This release adds the ability to assign a case to a queue or user.
* api-change:``lexv2-models``: Update lexv2-models command to latest version
* api-change:``route53resolver``: This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.
* api-change:``s3``: Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
* api-change:``sagemaker-featurestore-runtime``: Cross account support for SageMaker Feature Store
* api-change:``sagemaker``: Cross account support for SageMaker Feature Store
* api-change:``securitylake``: Adding support for Tags on Create and Resource Tagging API.
* api-change:``transcribe``: Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.

1.29.7
======

* api-change:``savingsplans``: Savings Plans endpoints update

1.29.6
======

* api-change:``cloudformation``: SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* api-change:``ec2``: Amazon EC2 documentation updates.
* api-change:``grafana``: Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
* api-change:``medical-imaging``: General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
* api-change:``ram``: This release adds support for securely sharing with AWS service principals.
* api-change:``ssm-sap``: Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
* api-change:``wafv2``: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.

1.29.5
======

* api-change:``codeguru-security``: Documentation updates for CodeGuru Security.
* api-change:``connect``: GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics
* api-change:``es``: Regex Validation on the ElasticSearch Engine Version attribute
* api-change:``lexv2-models``: Update lexv2-models command to latest version
* api-change:``m2``: Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API
* api-change:``snowball``: Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
* api-change:``translate``: Added DOCX word document support to TranslateDocument API

1.29.4
======

* enhancement:dependency: Support PyYAML 6.0
* api-change:``codeartifact``: Doc only update for AWS CodeArtifact
* api-change:``docdb``: Added major version upgrade option in ModifyDBCluster API
* api-change:``ec2``: Add Nitro TPM support on DescribeInstanceTypes
* api-change:``glue``: Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes.
* api-change:``ivs``: This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.
* api-change:``lakeformation``: Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.

1.29.3
======

* api-change:``cognito-idp``: API model updated in Amazon Cognito
* api-change:``connect``: Add support for deleting Queues and Routing Profiles.
* api-change:``datasync``: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
* api-change:``dms``: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
* api-change:``ec2``: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
* api-change:``fsx``: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``mediatailor``: Adds categories to MediaTailor channel assembly alerts
* api-change:``personalize``: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
* api-change:``proton``: This release adds support for deployment history for Proton provisioned resources
* api-change:``s3``: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
* api-change:``secretsmanager``: Documentation updates for Secrets Manager

1.29.2
======

* api-change:``cognito-idp``: API model updated in Amazon Cognito

1.29.1
======

* api-change:``dms``: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
* api-change:``glue``: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
* api-change:``logs``: Add CMK encryption support for CloudWatch Logs Insights query result data
* api-change:``medialive``: This release enables the use of Thumbnails in AWS Elemental MediaLive.
* api-change:``mediatailor``: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.

1.29.0
======

* api-change:``ec2``: Add Nitro Enclaves support on DescribeInstanceTypes
* api-change:``location``: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
* api-change:``outposts``: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
* api-change:``quicksight``: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
* api-change:``rds``: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
* feature:configuration: Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.

(adam)

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

py-boto3: updated to 1.28.8

1.28.8
======

* api-change:``codecatalyst``: [``botocore``] This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
* api-change:``connectcases``: [``botocore``] This release adds the ability to assign a case to a queue or user.
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``route53resolver``: [``botocore``] This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.
* api-change:``s3``: [``botocore``] Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
* api-change:``sagemaker-featurestore-runtime``: [``botocore``] Cross account support for SageMaker Feature Store
* api-change:``sagemaker``: [``botocore``] Cross account support for SageMaker Feature Store
* api-change:``securitylake``: [``botocore``] Adding support for Tags on Create and Resource Tagging API.
* api-change:``transcribe``: [``botocore``] Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.

1.28.7
======

* enhancement:AWSCRT: [``botocore``] Upgrade awscrt version to 0.16.26
* api-change:``savingsplans``: [``botocore``] Savings Plans endpoints update

1.28.6
======

* api-change:``cloudformation``: [``botocore``] SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* api-change:``ec2``: [``botocore``] Amazon EC2 documentation updates.
* api-change:``grafana``: [``botocore``] Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
* api-change:``medical-imaging``: [``botocore``] General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
* api-change:``ram``: [``botocore``] This release adds support for securely sharing with AWS service principals.
* api-change:``ssm-sap``: [``botocore``] Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
* api-change:``wafv2``: [``botocore``] Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.

1.28.5
======

* api-change:``codeguru-security``: [``botocore``] Documentation updates for CodeGuru Security.
* api-change:``connect``: [``botocore``] GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics
* api-change:``es``: [``botocore``] Regex Validation on the ElasticSearch Engine Version attribute
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``m2``: [``botocore``] Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API
* api-change:``snowball``: [``botocore``] Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
* api-change:``translate``: [``botocore``] Added DOCX word document support to TranslateDocument API

1.28.4
======

* api-change:``codeartifact``: [``botocore``] Doc only update for AWS CodeArtifact
* api-change:``docdb``: [``botocore``] Added major version upgrade option in ModifyDBCluster API
* api-change:``ec2``: [``botocore``] Add Nitro TPM support on DescribeInstanceTypes
* api-change:``glue``: [``botocore``] Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes.
* api-change:``ivs``: [``botocore``] This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.
* api-change:``lakeformation``: [``botocore``] Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.

1.28.3
======

* api-change:``cognito-idp``: [``botocore``] API model updated in Amazon Cognito
* api-change:``connect``: [``botocore``] Add support for deleting Queues and Routing Profiles.
* api-change:``datasync``: [``botocore``] Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
* api-change:``dms``: [``botocore``] Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
* api-change:``ec2``: [``botocore``] This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
* api-change:``fsx``: [``botocore``] Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
* api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``mediatailor``: [``botocore``] Adds categories to MediaTailor channel assembly alerts
* api-change:``personalize``: [``botocore``] This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
* api-change:``proton``: [``botocore``] This release adds support for deployment history for Proton provisioned resources
* api-change:``s3``: [``botocore``] S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager

1.28.2
======

* bugfix:s3: [``botocore``] Fix s3 presigned URLs for operations with query components
* api-change:``cognito-idp``: [``botocore``] API model updated in Amazon Cognito

1.28.1
======

* api-change:``dms``: [``botocore``] Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
* api-change:``glue``: [``botocore``] This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
* api-change:``logs``: [``botocore``] Add CMK encryption support for CloudWatch Logs Insights query result data
* api-change:``medialive``: [``botocore``] This release enables the use of Thumbnails in AWS Elemental MediaLive.
* api-change:``mediatailor``: [``botocore``] The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.

1.28.0
======

* enhancement:configprovider: [``botocore``] Always use shallow copy of session config value store for clients
* feature:configuration: [``botocore``] Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.
* bugfix:configprovider: [``botocore``] Fix bug when deep copying config value store where overrides were not preserved
* api-change:``ec2``: [``botocore``] Add Nitro Enclaves support on DescribeInstanceTypes
* api-change:``location``: [``botocore``] This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
* api-change:``outposts``: [``botocore``] Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
* api-change:``quicksight``: [``botocore``] This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.

(adam)

2023-07-20 20:24:08 UTC MAIN commitmail json YAML

py-botocore: updated to 1.31.8

1.31.8
======

* api-change:``codecatalyst``: This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
* api-change:``connectcases``: This release adds the ability to assign a case to a queue or user.
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``route53resolver``: This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.
* api-change:``s3``: Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
* api-change:``sagemaker-featurestore-runtime``: Cross account support for SageMaker Feature Store
* api-change:``sagemaker``: Cross account support for SageMaker Feature Store
* api-change:``securitylake``: Adding support for Tags on Create and Resource Tagging API.
* api-change:``transcribe``: Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.

1.31.7
======

* enhancement:AWSCRT: Upgrade awscrt version to 0.16.26
* api-change:``savingsplans``: Savings Plans endpoints update

1.31.6
======

* api-change:``cloudformation``: SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* api-change:``ec2``: Amazon EC2 documentation updates.
* api-change:``grafana``: Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
* api-change:``medical-imaging``: General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
* api-change:``ram``: This release adds support for securely sharing with AWS service principals.
* api-change:``ssm-sap``: Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
* api-change:``wafv2``: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.

1.31.5
======

* api-change:``codeguru-security``: Documentation updates for CodeGuru Security.
* api-change:``connect``: GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics
* api-change:``es``: Regex Validation on the ElasticSearch Engine Version attribute
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``m2``: Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API
* api-change:``snowball``: Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
* api-change:``translate``: Added DOCX word document support to TranslateDocument API

1.31.4
======

* api-change:``codeartifact``: Doc only update for AWS CodeArtifact
* api-change:``docdb``: Added major version upgrade option in ModifyDBCluster API
* api-change:``ec2``: Add Nitro TPM support on DescribeInstanceTypes
* api-change:``glue``: Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes.
* api-change:``ivs``: This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.
* api-change:``lakeformation``: Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.

1.31.3
======

* api-change:``cognito-idp``: API model updated in Amazon Cognito
* api-change:``connect``: Add support for deleting Queues and Routing Profiles.
* api-change:``datasync``: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
* api-change:``dms``: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
* api-change:``ec2``: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
* api-change:``fsx``: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``mediatailor``: Adds categories to MediaTailor channel assembly alerts
* api-change:``personalize``: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
* api-change:``proton``: This release adds support for deployment history for Proton provisioned resources
* api-change:``s3``: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
* api-change:``secretsmanager``: Documentation updates for Secrets Manager

1.31.2
======

* bugfix:s3: Fix s3 presigned URLs for operations with query components
* api-change:``cognito-idp``: API model updated in Amazon Cognito

1.31.1
======

* api-change:``dms``: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
* api-change:``glue``: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
* api-change:``logs``: Add CMK encryption support for CloudWatch Logs Insights query result data
* api-change:``medialive``: This release enables the use of Thumbnails in AWS Elemental MediaLive.
* api-change:``mediatailor``: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.

1.31.0
======

* api-change:``ec2``: Add Nitro Enclaves support on DescribeInstanceTypes
* api-change:``location``: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
* api-change:``outposts``: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
* api-change:``quicksight``: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
* api-change:``rds``: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
* bugfix:configprovider: Fix bug when deep copying config value store where overrides were not preserved
* enhancement:configprovider: Always use shallow copy of session config value store for clients
* feature:configuration: Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.

(adam)

2023-07-20 19:57:36 UTC MAIN commitmail json YAML

doc: Updated chat/element-web to 1.11.36

(js)

2023-07-20 19:57:08 UTC MAIN commitmail json YAML

Update chat/element-web to 1.11.36

Contains important security updates.

Changes in [1.11.36](https://github.com/vector-im/element-web/releases/tag/v1.11.36) (2023-07-18)
=================================================================================================

## �沐� Security
* Fixes for [CVE-2023-37259](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2023-37259) / [GHSA-c9vx-2g7w-rp65](https://github.com/matrix-org/matrix-react-sdk/security/advisories/GHSA-c9vx-2g7w-rp65)

## �洶� Deprecations
* Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736)). Fixes #25733.

## 笨ィ Features
* OIDC: store initial screen in session storage  ([\#25688](https://github.com/vector-im/element-web/pull/25688)). Fixes #25656. Contributed by @kerryarchibald.
* Allow default_server_config as a fallback config ([\#25682](https://github.com/vector-im/element-web/pull/25682)). Contributed by @ShadowRZ.
* OIDC: remove auth params from url after login attempt ([\#25664](https://github.com/vector-im/element-web/pull/25664)). Contributed by @kerryarchibald.
* feat(faq): remove keyboard shortcuts button ([\#9342](https://github.com/matrix-org/matrix-react-sdk/pull/9342)). Fixes #22625. Contributed by @gefgu.
* GYU: Update banner ([\#11211](https://github.com/matrix-org/matrix-react-sdk/pull/11211)). Fixes #25530. Contributed by @justjanne.
* Linkify mxc:// URLs as links to your media repo ([\#11213](https://github.com/matrix-org/matrix-react-sdk/pull/11213)). Fixes #6942.
* OIDC: Log in ([\#11199](https://github.com/matrix-org/matrix-react-sdk/pull/11199)). Fixes #25657. Contributed by @kerryarchibald.
* Handle all permitted url schemes in linkify ([\#11215](https://github.com/matrix-org/matrix-react-sdk/pull/11215)). Fixes #4457 and #8720.
* Autoapprove Element Call oidc requests ([\#11209](https://github.com/matrix-org/matrix-react-sdk/pull/11209)). Contributed by @toger5.
* Allow creating knock rooms ([\#11182](https://github.com/matrix-org/matrix-react-sdk/pull/11182)). Contributed by @charlynguyen.
* Expose and pre-populate thread ID in devtools dialog ([\#10953](https://github.com/matrix-org/matrix-react-sdk/pull/10953)).
* Hide URL preview if it will be empty ([\#9029](https://github.com/matrix-org/matrix-react-sdk/pull/9029)).
* Change wording from avatar to profile picture ([\#7015](https://github.com/matrix-org/matrix-react-sdk/pull/7015)). Fixes vector-im/element-meta#1331. Contributed by @aaronraimist.
* Quick and dirty devtool to explore state history ([\#11197](https://github.com/matrix-org/matrix-react-sdk/pull/11197)).
* Consider more user inputs when calculating zxcvbn score ([\#11180](https://github.com/matrix-org/matrix-react-sdk/pull/11180)).
* GYU: Account Notification Settings ([\#11008](https://github.com/matrix-org/matrix-react-sdk/pull/11008)). Fixes #24567. Contributed by @justjanne.
* Compound Typography pass ([\#11103](https://github.com/matrix-org/matrix-react-sdk/pull/11103)). Fixes #25548.
* OIDC: navigate to authorization endpoint ([\#11096](https://github.com/matrix-org/matrix-react-sdk/pull/11096)). Fixes #25574. Contributed by @kerryarchibald.

## �汾� Bug Fixes
* Fix read receipt sending behaviour around thread roots ([\#3600](https://github.com/matrix-org/matrix-js-sdk/pull/3600)).
* Fix missing metaspace notification badges ([\#11269](https://github.com/matrix-org/matrix-react-sdk/pull/11269)). Fixes #25679.
* Make checkboxes less rounded ([\#11224](https://github.com/matrix-org/matrix-react-sdk/pull/11224)). Contributed by @andybalaam.
* GYU: Fix issues with audible keywords without activated mentions ([\#11218](https://github.com/matrix-org/matrix-react-sdk/pull/11218)). Contributed by @justjanne.
* PosthogAnalytics unwatch settings on logout ([\#11207](https://github.com/matrix-org/matrix-react-sdk/pull/11207)). Fixes #25703.
* Avoid trying to set room account data for pinned events as guest ([\#11216](https://github.com/matrix-org/matrix-react-sdk/pull/11216)). Fixes #6300.
* GYU: Disable sound for DMs checkbox when DM notifications are disabled ([\#11210](https://github.com/matrix-org/matrix-react-sdk/pull/11210)). Contributed by @justjanne.
* force to allow calls without video and audio in embedded mode ([\#11131](https://github.com/matrix-org/matrix-react-sdk/pull/11131)). Contributed by @EnricoSchw.
* Fix room tile text clipping ([\#11196](https://github.com/matrix-org/matrix-react-sdk/pull/11196)). Fixes #25718.
* Handle newlines in user pills ([\#11166](https://github.com/matrix-org/matrix-react-sdk/pull/11166)). Fixes #10994.
* Limit width of user menu in space panel ([\#11192](https://github.com/matrix-org/matrix-react-sdk/pull/11192)). Fixes #22627.
* Add isLocation to ComposerEvent analytics events ([\#11187](https://github.com/matrix-org/matrix-react-sdk/pull/11187)). Contributed by @andybalaam.
* Fix: hide unsupported login elements ([\#11185](https://github.com/matrix-org/matrix-react-sdk/pull/11185)). Fixes #25711. Contributed by @kerryarchibald.
* Scope smaller font size to user info panel ([\#11178](https://github.com/matrix-org/matrix-react-sdk/pull/11178)). Fixes #25683.
* Apply i18n to strings in the html export ([\#11176](https://github.com/matrix-org/matrix-react-sdk/pull/11176)).
* Inhibit url previews on MXIDs containing slashes same as those without ([\#11160](https://github.com/matrix-org/matrix-react-sdk/pull/11160)).
* Make event info size consistent with state events ([\#11181](https://github.com/matrix-org/matrix-react-sdk/pull/11181)).
* Fix markdown content spacing ([\#11177](https://github.com/matrix-org/matrix-react-sdk/pull/11177)). Fixes #25685.
* Fix font-family definition for emojis ([\#11170](https://github.com/matrix-org/matrix-react-sdk/pull/11170)). Fixes #25686.
* Fix spurious error sending receipt in thread errors ([\#11157](https://github.com/matrix-org/matrix-react-sdk/pull/11157)).
* Consider the empty push rule actions array equiv to deprecated dont_notify ([\#11155](https://github.com/matrix-org/matrix-react-sdk/pull/11155)). Fixes #25674.
* Only trap escape key for cancel reply if there is a reply ([\#11140](https://github.com/matrix-org/matrix-react-sdk/pull/11140)). Fixes #25640.
* Update linkify to 4.1.1 ([\#11132](https://github.com/matrix-org/matrix-react-sdk/pull/11132)). Fixes #23806.

Changes in [1.11.35](https://github.com/vector-im/element-web/releases/tag/v1.11.35) (2023-07-04)
=================================================================================================

## �洶� Deprecations
* Remove `feature_favourite_messages` as it is has been abandoned for now ([\#11097](https://github.com/matrix-org/matrix-react-sdk/pull/11097)). Fixes #25555.

## 笨ィ Features
* Don't setup keys on login when encryption is force disabled ([\#11125](https://github.com/matrix-org/matrix-react-sdk/pull/11125)). Contributed by @kerryarchibald.
* OIDC: attempt dynamic client registration ([\#11074](https://github.com/matrix-org/matrix-react-sdk/pull/11074)). Fixes #25468 and #25467. Contributed by @kerryarchibald.
* OIDC: Check static client registration and add login flow ([\#11088](https://github.com/matrix-org/matrix-react-sdk/pull/11088)). Fixes #25467. Contributed by @kerryarchibald.
* Improve message body output from plain text editor ([\#11124](https://github.com/matrix-org/matrix-react-sdk/pull/11124)). Contributed by @alunturner.
* Disable encryption toggle in room settings when force disabled ([\#11122](https://github.com/matrix-org/matrix-react-sdk/pull/11122)). Contributed by @kerryarchibald.
* Add .well-known config option to force disable encryption on room creation ([\#11120](https://github.com/matrix-org/matrix-react-sdk/pull/11120)). Contributed by @kerryarchibald.
* Handle permalinks in room topic ([\#11115](https://github.com/matrix-org/matrix-react-sdk/pull/11115)). Fixes #23395.
* Add at room avatar for RTE ([\#11106](https://github.com/matrix-org/matrix-react-sdk/pull/11106)). Contributed by @alunturner.
* Remove new room breadcrumbs ([\#11104](https://github.com/matrix-org/matrix-react-sdk/pull/11104)).
* Update rich text editor dependency and associated changes ([\#11098](https://github.com/matrix-org/matrix-react-sdk/pull/11098)). Contributed by @alunturner.
* Implement new model, hooks and reconcilation code for new GYU notification settings ([\#11089](https://github.com/matrix-org/matrix-react-sdk/pull/11089)). Contributed by @justjanne.
* Allow maintaining a different right panel width for thread panels ([\#11064](https://github.com/matrix-org/matrix-react-sdk/pull/11064)). Fixes #25487.
* Make AppPermission pane scrollable ([\#10954](https://github.com/matrix-org/matrix-react-sdk/pull/10954)). Fixes #25438 and #25511. Contributed by @luixxiul.
* Integrate compound design tokens ([\#11091](https://github.com/matrix-org/matrix-react-sdk/pull/11091)). Fixes vector-im/internal-planning#450.
* Don't warn about the effects of redacting state events when redacting non-state-events ([\#11071](https://github.com/matrix-org/matrix-react-sdk/pull/11071)). Fixes #8478.
* Allow specifying help URLs in config.json ([\#11070](https://github.com/matrix-org/matrix-react-sdk/pull/11070)). Fixes #15268.

## �汾� Bug Fixes
* Fix error when generating error for polling for updates ([\#25609](https://github.com/vector-im/element-web/pull/25609)).
* Fix spurious notifications on non-live events ([\#11133](https://github.com/matrix-org/matrix-react-sdk/pull/11133)). Fixes #24336.
* Prevent auto-translation within composer ([\#11114](https://github.com/matrix-org/matrix-react-sdk/pull/11114)). Fixes #25624.
* Fix caret jump when backspacing into empty line at beginning of editor ([\#11128](https://github.com/matrix-org/matrix-react-sdk/pull/11128)). Fixes #22335.
* Fix server picker not allowing you to switch from custom to default ([\#11127](https://github.com/matrix-org/matrix-react-sdk/pull/11127)). Fixes #25650.
* Consider the unthreaded read receipt for Unread dot state ([\#11117](https://github.com/matrix-org/matrix-react-sdk/pull/11117)). Fixes #24229.
* Increase RTE resilience ([\#11111](https://github.com/matrix-org/matrix-react-sdk/pull/11111)). Fixes #25277. Contributed by @alunturner.
* Fix RoomView ignoring alias lookup errors due to them not knowing the roomId ([\#11099](https://github.com/matrix-org/matrix-react-sdk/pull/11099)). Fixes #24783 and #25562.
* Fix style inconsistencies on SecureBackupPanel ([\#11102](https://github.com/matrix-org/matrix-react-sdk/pull/11102)). Fixes #25615. Contributed by @luixxiul.
* Remove unknown MXIDs from invite suggestions ([\#11055](https://github.com/matrix-org/matrix-react-sdk/pull/11055)). Fixes #25446.
* Reduce volume of ring sounds to normalised levels ([\#9143](https://github.com/matrix-org/matrix-react-sdk/pull/9143)). Contributed by @JMoVS.
* Fix slash commands not being enabled in certain cases ([\#11090](https://github.com/matrix-org/matrix-react-sdk/pull/11090)). Fixes #25572.
* Prevent escape in threads from sending focus to main timeline composer ([\#11061](https://github.com/matrix-org/matrix-react-sdk/pull/11061)). Fixes #23397.

(js)

2023-07-20 19:47:10 UTC MAIN commitmail json YAML

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

(pin)

2023-07-20 19:46:51 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 17.11.3

Bug Fixes
- os: support alma linux 9 (d4d6710), closes #4065

(pin)

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

dragonbox: Use c++17/gnu++17. Its header file is for c++17

(ryoon)

2023-07-20 19:29:26 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 7.5.5.2

(ryoon)

2023-07-20 19:28:12 UTC MAIN commitmail json YAML

libreoffice: Update to 7.5.5.2

* Use gnu++17 instead of c++17. Because c++17 will be replaced with
  gnu++17 with BUILDLINK_TRANSFORM to avoid alloca problem.

Changelog:
7.5.5.2:
Bugs fixed compared to 7.5.5 RC1:

1. tdf#152575 Comments in margin missing depending on combination of settings
    in Print and PDF export dialogs (see comment 14) [Samuel Mehrbrodt]
2. tdf#153517 CALC - wrong time value when using the autofill function and
    minutes are entered (not for 00 min) [Eike Rathke]
3. tdf#153804 Footnotes disappear or move in docx file [L??szl?? N??meth]
4. tdf#155462 Scrollbar tooltips not shown anymore when dragging thumb;
    ShowScrollBarTips option doesn't work [Mike Kaganski]
5. tdf#156077 Hidden frames in document [Michael Stahl]

7.5.5.1:
Bugs fixed compared to 7.5.4 RC2:

1. tdf#64830 RTL: LibreOffice requires duplicated hunspell dictionaries for
    each Arabic locale [???? ????, Khaled Hosny]
2. tdf#73483 FORMATTING: "Clear direct formatting" deletes page breaks but
    this does not show up until file is reopened [Mike Kaganski]
3. tdf#92824 Limit the number of context menu spellcheck/autocorrect
    suggestions [L??szl?? N??meth]
4. tdf#100680 FILEOPEN DOCX Image anchored as character + long word wrapped
    differently [Justin Luth]
5. tdf#104704 LAYOUT DOC/DOCX: Table in footer hides text in the following
    footer paragraph (fixed by re-layout) [Justin Luth]
6. tdf#107718 Some of old Hangul not rendering faithfully in vertical layout
    [Khaled Hosny]
7. tdf#122081 Crash in SwFrame::FindFootnoteBossFrame(bool) [Caol??n McNamara]
8. tdf#122676 FORMATTING Currency Negative Values does not Correctly Apply (*)
    with a Space [Czeber L??szl?? ?d??m]
9. tdf#125154 writer calculation using variable within table does not work
    with formated numbers [Michael Stahl]
10. tdf#138279 Unable to add a textbox to chart [Justin Luth]
11. tdf#139863 Grantha consonants combining with Vedic svara markers are not
    displayed correctly [Khaled Hosny]
12. tdf#143877 [EMF+] Missing EmfPlusDrawCurve implementation (it is using
    cardinal spline) [Xisco Fauli, Bartosz Kosiorek]
13. tdf#145651 FILESAVE OOXML write error if using default colour for chart
    legend background from sidebar [T??nde T??th]
14. tdf#145896 Bad SVG interpretation [Xisco Fauli]
15. tdf#145998 Page styles in docx-file revert to previous settings after
    reopening the document [Justin Luth]
16. tdf#146626 Crash in macOS Calc on font size operation on multi-monitor
    setup [Patrick Luby]
17. tdf#148142 "On tick marks" option of x-axis formatting in LibreOffice Calc
    is not saved [T??nde T??th]
18. tdf#149297 EDITING: Text selection in vertical text positioned incorrectly
    [Khaled Hosny]
19. tdf#150606 Undo of table in columns adds multiple additional pages + broken
    layout [Michael Stahl]
20. tdf#151968 Squiggly lines cover misspelled Arabic words [???? ????, Khaled
    Hosny]
21. tdf#151987 After deleting a sort list, the default sort lists are added
    again every time Calc starts [Mike Kaganski]
22. tdf#152037 Data validation error when entering correct text length in XLSX
    file [Czeber L??szl?? ?d??m]
23. tdf#152046 DOCX Incorrect document layout [Justin Luth]
24. tdf#152048 Wrong rendering of underline for justified Arabic/Persian text
    with kashida [Khaled Hosny]
25. tdf#152983 crash in layout with chained text frames anchored in footer
    [Michael Stahl]
26. tdf#153040 PDF Export: SDT Dropdown List is empty [Justin Luth]
27. tdf#153317 MySQL/MariaDB direct connection: Content of field type 'Bit'
    isn't shown in Tools ?? SQL [Julien Nabet]
28. tdf#153437 Cancelling insertion of a line insert a shift after column I
    [Czeber L??szl?? ?d??m]
29. tdf#153440 Unexpected behavior when typing Emojis in RTL paragraph [Khaled
    Hosny]
30. tdf#153972 Calc Autofilter can't select background colour when all cells in
    the filtered column have no content [Samuel Mehrbrodt]
31. tdf#154168 FILESAVE: Export selection to .PNG without transparency fails
    [Paris Oplopoios]
32. tdf#154174 Empty edit cell after fill [Czeber L??szl?? ?d??m]
33. tdf#154349 Cannot set certain decimal values for character style font body
    size [Mike Kaganski]
34. tdf#154477 Color attribute set by colorscale conditional format not copied
    to HTML [Henry Castro]
35. tdf#154547 Hebrew fonts in drop-down list don't show the full expected
    phrase [Khaled Hosny]
36. tdf#155182 XHTML-Export: Min-Width is set to 0cm together with bullets
    [Franklin Weng]
37. tdf#155190 FILESAVE Acrobat Accessibility checker reports "Associated with
    content" error in alternative text check [Michael Stahl]
38. tdf#155244 Blue background when exporting spreadsheet as XHTML [Svante
    Schubert]
39. tdf#155319 Data bars appear incorrectly after copying [Tibor Nagy]
40. tdf#155321 FILEOPEN XLSX Colour scale changes colour on import [Tibor Nagy]
41. tdf#155324 updating ToX inserts wrong (too large) page numbers [Michael
    Stahl]
42. tdf#155368 Can't toggle Wrap Text on all cells if a cell already has it
    [Noel Grandin]
43. tdf#155369 Formula Calculation: Indirect() returns #REF! [Dennis Francis]
44. tdf#155387 ReqIF export produces invalid XML (too many closing li elements)
    for a list [Mike Kaganski]
45. tdf#155393 Crash in SfxShell::GetViewShell() [Jim Raykowski]
46. tdf#155407 Incorrect autocorrection of double dashes in a specific
    situation [Mike Kaganski]
47. tdf#155410 Scrolling is much slower in Writer 7.5 with gtk3 VCL in a
    document with lots of SVG and PNG images [Noel Grandin]
48. tdf#155443 MySQL/MariaDB direct connection: Impossible to change a field
    name in a table. [Julien Nabet]
49. tdf#155465 FILESAVE DOC: Saving as doc file would make the paragraph
    justified effects not worked [Justin Luth]
50. tdf#155496 ReqIF export produces invalid XML (unmatched closing elements)
    for a list with subheader [Mike Kaganski]
51. tdf#155514 VIEWING: Combination of unicode Devanagari UDATTA and ANUDATTA
    with Telugu characters results in dotted circle [Khaled Hosny]
52. tdf#155542 checkGlyphsEqual assert on IS_UNSAFE_TO_BREAK inconsistency seen
    in crashtesting [Khaled Hosny]
53. tdf#155611 Wrong layout and crash closing text documents with nested
    sections and tables in 7.5.3 [Mike Kaganski]
54. tdf#155647 Proofreading (grammar checking) does not work in version 7.5.4
    [Mike Kaganski]
55. tdf#155685 CRASH: after undoing deletion with extended select all and table
    at end [Michael Stahl]
56. tdf#155690 FILEOPEN DOCX Bookmark in the first table of a page starts one
    letter later than in Word [Michael Stahl]
57. tdf#155733 SVG: Mask applied to the wrong object [Xisco Fauli]
58. tdf#155750 Error activating object General OLE error, private:factory/scalc
    as floating frame target [Caol??n McNamara]
59. tdf#155819 SVG: marker not displayed [Xisco Fauli]
60. tdf#155823 A specific list item does not continue numbering after
    save-and-reload since 7.4 [Mike Kaganski]
61. tdf#155833 svg import inverses rows of checkerboard colored image [Xisco
    Fauli]
62. tdf#155863 The image stays cropped, but stretches to the size of original
    image, thus becomes distorted. [Tibor Nagy]
63. tdf#155939 LibreOffice-7.5.4.2 Writer hangs when changing language of text
    [Michael Stahl]
64. tdf#156016 FILEOPEN: SVG: General Error opening file [Paris Oplopoios]
65. tdf#156050 Multiple squiggly lines under misspelled words in text boxes
    [Khaled Hosny]

(ryoon)

2023-07-20 19:16:35 UTC MAIN commitmail json YAML

libreoffice: set c++17 in USE_LANGUAGES

Needed for dragonbox headers during configure

(wiz)

2023-07-20 17:20:37 UTC MAIN commitmail json YAML

doc: Updated games/openrct2 to 0.2.6

(triaxx)

2023-07-20 15:26:00 UTC MAIN commitmail json YAML

doc: Updated security/vaultwarden to 1.28.1

(hauke)

2023-07-20 15:25:38 UTC MAIN commitmail json YAML

Update security/vaultwarden to v1.28.1

Note the license change from gnu-gpl-v3 to gnu-agpl-v3.

There is at this time no update to the current 1.29.0, because

o upstream is pulling in a non-release crate from github during build, again, and

o pkgsrc has no workable way to create an updated
  "cargo-depends.mk". The make CARGO_ARGS="build --release" build
  described in the pkgsrc guide 21.4.4 does not work, and I ended up
  cribbing the cargo list from the FreeBSD package (thanks, guys!).

Upstream's change list:

1.28.1
What's Changed

    Decode knowndevice X-Request-Email as base64url with no padding by @jjlin in #3376
    Fix abort on password reset mail error by @BlackDex in #3390
    support /users/<uuid>/invite/resend admin api by @nikolaevn in #3397
    always return KdfMemory and KdfParallelism by @stefan0xC in #3398
    Fix sending out multiple websocket notifications by @BlackDex in #3405
    Revert setcap, update rust and crates by @BlackDex in #3403

1.28.0
Major changes

    The project has changed license to the AGPLv3. If you're hosting a
    Vaultwarden instance, you now have a requirement to distribute the
    Vaultwarden source code to your users if they request it. The
    source code, and any changes you have made, need to be under the
    same AGPLv3 license. If you simply use our code without
    modifications, just pointing them to this repository is enough.

    Added support for Argon2 key derivation on the clients. To enable
    it for your account, make sure all your clients are using version
    v2023.2.0 or greater, then go to account settings > security >
    keys, and change the algorithm from PBKDF2 to Argon2id.

    Added support for Argon2 key derivation for the admin page
    token. To update your admin token to use it, check the wiki
    New alternative registries for the docker images are available (In BETA for now):
        Github Container Registry: https://ghcr.io/dani-garcia/vaultwarden
        Quay: https://quay.io/vaultwarden/server

What's Changed

    Remove patched multer-rs by @manofthepeace in #2968
    Removed unsafe-inline JS from CSP and other fixes by @BlackDex in #3058
    Validate YUBICO_SERVER string (#3003) by @BlackDex in #3059
    Log message to stderr if LOG_FILE is not writable by @pjsier in #3061
    Update WebSocket Notifications by @BlackDex in #3076
    Optimize config loading messages by @BlackDex in #3092
    Percent-encode org_name in links by @am97 in #3093
    Fix failing large note imports by @BlackDex in #3087
    Change text/plain API responses to application/json by @jjlin in #3124
    Remove shrink-to-fit=no from viewport-meta-tag by @redwerkz in #3126
    Update dependencies and MSRV by @BlackDex in #3128
    Resolve uninlined_format_args clippy warnings by @BlackDex in #3065
    Update Rust to v1.66.1 to patch CVE by @BlackDex in #3136
    Fix remaining inline format by @BlackDex in #3130
    Use more modern meta tag for charset encoding by @redwerkz in #3131
    fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory by @GeekCornerGH in #3132
    Optimize CipherSyncData for very large vaults by @BlackDex in #3133
    Add avatar color support by @BlackDex in #3134
    Add MFA icon to org member overview by @BlackDex in #3135
    Minor refactoring concering user.setpassword by @sirux88 in #3139
    Validate note sizes on key-rotation. by @BlackDex in #3157
    Update KDF Configuration and processing by @BlackDex in #3163
    Remove arm32v6-specific tag by @jjlin in #3164
    Re-License Vaultwarden to AGPLv3 by @BlackDex in #2561
    Admin password reset by @sirux88 in #3116
    "Spell-Jacking" mitigation ~ prevent sensitive data leak \u2026 by @dlehammer in #3145
    Allow listening on privileged ports (below 1024) as non-root by @jjlin in #3170
    don't nullify key when editing emergency access by @stefan0xC in #3215
    Fix trailing slash not getting removed from domain by @BlockListed in #3228
    Generate distinct log messages for regex vs. IP blacklisting. by @kpfleming in #3231
    allow editing/unhiding by group by @farodin91 in #3108
    Fix Javascript issue on non sqlite databases by @BlackDex in #3167
    add argon2 kdf fields by @tessus in #3210
    add support for system mta though sendmail by @soruh in #3147
    Updated Rust and crates by @BlackDex in #3234
    docs: add build status badge in readme by @R3DRUN3 in #3245
    Validate all needed fields for client API login by @BlackDex in #3251
    Fix Organization delete when groups are configured by @BlackDex in #3252
    Fix Collection Read Only access for groups by @Misterbabou in #3254
    Make the admin session lifetime adjustable by @mittler-works in #3262
    Add function to fetch user by email address by @mittler-works in #3263
    Fix vault item display in org vault view by @jjlin in #3277
    Add confirmation for removing 2FA and deauthing sessions in admin panel by @JCBird1012 in #3282
    Some Admin Interface updates by @BlackDex in #3288
    Fix the web-vault v2023.2.0 API calls by @BlackDex in #3281
    Fix confirmation for removing 2FA and deauthing sessions in admin panel by @dpinse in #3290
    Admin token Argon2 hashing support by @BlackDex in #3289
    Add HEAD routes to avoid spurious error messages by @jjlin in #3307
    Fix web-vault Member UI show/edit/save by @BlackDex in #3315
    Upd Crates, Rust, MSRV, GHA and remove Backtrace by @BlackDex in #3310
    Add support for /api/devices/knowndevice with HTTP header params by @jjlin in #3329
    Update Rust, MSRV and Crates by @BlackDex in #3348
    Merge ClientIp with Headers. by @BlackDex in #3332
    add endpoints to bulk delete collections/groups by @stefan0xC in #3354
    Add support for Quay.io and GHCR.io as registries by @BlackDex in #3363
    Some small fixes and updates by @BlackDex in #3366
    Update web vault to v2023.3.0 by @dani-garcia

1.27.0
New features

    Event logs for organizations

    With this feature enabled, actions occurring inside an organization
    will be recorded in a log, viewable by organization admins and
    owners. Check the official documentation to learn more:
    https://bitwarden.com/help/event-logs/ (Note that the Public API is
    not yet implemented, so the events are only viewable in the Web Vault)

    To enable this feature, set ORG_EVENTS_ENABLED=true. By default all
    events will be stored indefinitely, if you want to limit that, you can
    use the EVENTS_DAYS_RETAIN option. You can also tune the cleanup
    schedule with EVENT_CLEANUP_SCHEDULE.  Group support (beta)

    Enables the creation and use of groups inside an organization. At the
    moment this is in beta because there are some known issues
    (#2989). Still, the more this feature is tested, the faster we will be
    able to stabilize it.

    To enable this feature, set ORG_GROUPS_ENABLED=true, make sure to make
    proper backups of your instance before hand.

What's Changed

    Group support | applied .diff by @MFijak in #2846
    Add Organizational event logging feature by @BlackDex in #2868
    Updated web vault to 2022.12.0 by @dani-garcia
    Update diesel to 2.0.2 by @dani-garcia in #2724
    Limit Cipher Note encrypted string size by @BlackDex in #2945
    fix invitations of new users when mail is disabled by @stefan0xC in #2773
    attach images in email by @stefan0xC in #2784
    allow registration without invite link by @stefan0xC in #2799
    Fix master password hint update not working. by @BlackDex in #2834
    Sync global_domains.json by @jjlin in #2840
    verify email on registration by invite by @stefan0xC in #2804
    Take ROCKET_ADDRESS into account in the Docker healthcheck by @jjlin in #2844
    Update github workflows by @BlackDex in #2852
    feat: Bump web-vault to v2022.10.1 by @GeekCornerGH in #2859
    Update Rust version, deps and workflow by @BlackDex in #2888
    Add /devices/knowndevice endpoint by @BlackDex in #2893
    fix: removed a double space by @GeekCornerGH in #2894
    Support Org Export for v2022.11 clients by @BlackDex in #2899
    Use constant size generic parameter for random bytes generation by @samueltardieu in #2910
    Update config comment to reflect rfc8314. by @skid9000 in #2911
    Set "Bypass admin page security" as read-only by @BlackDex in #2918
    Fully remove DuckDuckGo email service. by @BlackDex in #2919
    Added missing register endpoint to identity by @BlackDex in #2920
    Prevent DNS leak when icon regex is configured by @BlackDex in #2921
    Update settings description by @karbobc in #2928
    allow managers to set groups of a collection by @stefan0xC in #2933
    Update Vaultwarden Logo's by @BlackDex in #2940
    check if sqlite folder exists by @stefan0xC in #2873
    redirect to admin login page when forward fails by @stefan0xC in #2886
    Cleanups and Fixes for Emergency Access by @BlackDex in #2936
    Update dependencies for Rust and Admin interface. by @BlackDex in #2941
    Fix admin repost warning. by @BlackDex in #2953
    Add dev-only query logging support by @BlackDex in #2954
    Fix managers and groups link by @BlackDex in #2947
    use a custom 404 page by @stefan0xC in #2948
    Increase privacy of masked config by @BlackDex in #2963
    Improve comments by @tessus in #2969
    use black favicon for /admin by @tessus in #2970
    Remove ctrlc crate and some updates by @BlackDex in #2971
    Fix org export (again) by @BlackDex in #2973
    Revert collection queries back to left_join by @BlackDex in #2976
    Fix recover-2fa not working. by @BlackDex in #2994
    Disable groups by default and Some optimizations by @BlackDex in #2995
    Fix a panic during Yubikey register/login by @BlackDex in #3006

(hauke)

2023-07-20 15:06:53 UTC MAIN commitmail json YAML

Updated devel/libnjs to 0.8.0
Updated lang/njs to 0.8.0
Updated www/nginx to 1.24.0nb9
Updated www/nginx-devel to 1.25.1nb2
Updated www/unit to 1.30.0nb2

(osa)

2023-07-20 15:02:52 UTC MAIN commitmail json YAML

*/*: update NGINX JavaScript 0.7.12 -> 0.8.0

Bump PKGREVISION for www/nginx, www/nginx-devel, and www/unit.

<ChangeLog>

nginx modules:

*) Change: removed special treatment of forbidden headers in Fetch API
  introduced in 0.7.10.

*) Change: removed deprecated since 0.5.0 r.requestBody and
  r.responseBody in HTTP module.

*) Change: throwing an exception in r.internalRedirect() while
  filtering in HTTP module.

*) Feature: introduced global nginx properties.
    ngx.build - an optional nginx build name, corresponds to
    --build=name argument of configure script, by default is "".
    ngx.conf_file_path - the file path to current nginx configuration
        file.
    ngx.error_log_path - the file path to current error log file.
    ngx.prefix - the directory that keeps server files.
    ngx.version - the nginx version as a string, for example: "1.25.0".
    ngx.version_number - the nginx version as a number, for example:
        1025000.
    ngx.worker_id - corresponds to an nginx internal worker id.
      The value is between 0 and worker_processes - 1.

*) Feature: introduced js_shared_dict_zone directive.
    The directive allows to declare a dictionary that is shared among the
    working processes.

*) Improvement: added compile-time options to disable njs modules.
    For example to disable libxslt related code:
    NJS_LIBXSLT=NO ./configure  .. --add-module=/path/to/njs/module

*) Bugfix: fixed r.status setter when filtering in HTTP module.

*) Bugfix: fixed setting of Location header in HTTP module.

Core:

*) Change: native methods are provided with retval argument.
  This change breaks compatibility with C extension for njs
  requiring to modify the code.

*) Change: non-compliant deprecated String methods were removed.
    The following methods were removed: String.bytesFrom(),
    String.prototype.fromBytes(), String.prototype.fromUTF8(),
    String.prototype.toBytes(), String.prototype.toUTF8(),
    String.prototype.toString(encoding).

*) Change: removed support for building with GNU readline.

*) Feature: added Array.from(), Array.prototype.toSorted(),
    Array.prototype.toSpliced(), Array.prototype.toReversed().

*) Feature: added %TypedArray%.prototype.toSorted(),
    %TypedArray%.prototype.toSpliced(),
    %TypedArray%.prototype.toReversed().

*) Feature: added CryptoKey properties in WebCrypto.
    The following properties for CryptoKey were added:
    algorithm, extractable, type, usages.

*) Bugfix: fixed retval of crypto.getRandomValues().

*) Bugfix: fixed evaluation of computed property names with function
  expressions.

*) Bugfix: fixed implicit name for a function expression declared in
  arrays.

*) Bugfix: fixed parsing of for-in loops.

*) Bugfix: fixed Date.parse() with ISO-8601 format and UTC time
  offset.

</ChangeLog>

(osa)

2023-07-20 14:46:51 UTC MAIN commitmail json YAML

doc: Updated graphics/py-matplotlib to 3.7.2nb1

(bacon)

2023-07-20 14:46:43 UTC MAIN commitmail json YAML

graphics/py-matplotlib: Unbreak via pyparsing dep hack

Matplotlib currently forbids our version of pyparsing (3.1.0).
The issue only affects error messages.
This update hacks out the pyparsing < 3.1.0 requirement so that
matplotlib dependents can at least function, though some error
messages won't pass through properly.

https://github.com/matplotlib/matplotlib/issues/26152

(bacon)

2023-07-20 14:24:03 UTC MAIN commitmail json YAML

doc: Added devel/py-rich-click version 1.6.1

(bacon)

2023-07-20 14:23:56 UTC MAIN commitmail json YAML

devel/py-rich-click: Format click output with rich

The intention of rich-click is to provide attractive help output from
click, formatted with rich, with minimal customisation required.

(bacon)

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

doc: Added graphics/py-spectra version 0.0.11

(bacon)

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

graphics/py-spectra: Color scales and color conversion

Spectra is a Python library that makes color math, color scales, and
color-space conversion easy.
Support for:
    Color scales
    Color ranges
    Color blending
    Brightening/darkening colors
    Saturating/desaturating colors
    Conversion to/from multiple color spaces
Spectra is built on colormath and grapefruit. Spectra is enormously inspired by
chroma.js and d3's scales.

(bacon)

2023-07-20 14:16:44 UTC MAIN commitmail json YAML

math/Makefile: Add py-colormath

(bacon)

2023-07-20 14:16:29 UTC MAIN commitmail json YAML

doc: Added math/py-colormath version 3.0.0

(bacon)

2023-07-20 14:16:23 UTC MAIN commitmail json YAML

math/py-colormath: Python interface to color math

Colormath is a simple Python module that spares the user from directly dealing
with color math.
Some features include:
* Support for a wide range of color spaces. A good chunk of the CIE spaces,
  RGB, HSL/HSV, CMY/CMYK, and many more.
* Conversions between the various color spaces. For example, XYZ to sRGB,
  Spectral to XYZ, CIE Lab to Adobe RGB.
* Calculation of color difference. All CIE Delta E functions, plus CMC.
* Chromatic adaptations (changing illuminants).
* RGB to hex and vice-versa.
* 16-bit RGB support.

(bacon)

2023-07-20 14:11:37 UTC MAIN commitmail json YAML

archivers/Makefile: Add py-lzstring

(bacon)

2023-07-20 14:11:14 UTC MAIN commitmail json YAML

doc: Added archivers/py-lzstring version 1.0.4

(bacon)

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

archivers/py-lzstring: LZ in-memory string compression

LZ-based, in-memory string compression module, based on the LZ-String
javascript module.

(bacon)

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

ghostscript-gpl: gc unused PLIST variable

PLIST.cidfmap was set, but not declared, and does not appear in PLIST.
Probably not coincidentally, reduces diff to ghostscript-agpl.

(gdt)

2023-07-20 13:47:48 UTC MAIN commitmail json YAML

ghostscript-gpl: Whitespace fix in DESCR

(gdt)

2023-07-20 13:42:55 UTC MAIN commitmail json YAML

ghostscript-gpl: Clarify support status

Adjust language as we approach 11 years since the last upstream
release; it's now "very old" rather than "old" and it is also
unmaintained.  Note that the last security patch happened in 2017.

Drop sentence that the cups option provides cups support and is off by
default.  That's not unusual and that's what "make show-options" is
for.

(gdt)

2023-07-20 13:42:54 UTC MAIN commitmail json YAML

gexiv2: Fix PLIST divergence

meson-1.2.0 compiles all .py files.
And use PLIST substitution mechanism with python /extension.mk.

(ryoon)

2023-07-20 13:41:25 UTC MAIN commitmail json YAML

py-cairo: Fix PLIST divergence

meson-1.2.0 compiles all .py files.

(ryoon)

2023-07-20 13:24:38 UTC MAIN commitmail json YAML

pyversion.mk: Clarify PYTHON_SELF_CONFLICT

The CONFLICTS generated by PYTHON_SELF_CONFLICT are not only across
python versions but also across major versions of the package; this is
often correct but can be overbroad.

(gdt)

2023-07-20 13:16:15 UTC MAIN commitmail json YAML

scons: Add precise CONFLICTS with pyNN-scons-3*

I had deleted PYTHON_SELF_CONFLICTS because it was overbroad,
resulting in py27-scons-3 incorrectly conflicting with py310-scons-4;
this incorrect conflicts caused incorrect failures during
pkg_rolling-replace and manual building.  However, there is still some
python 3 usage of scons-3, and various scons-3 does conflict.  This
commit adds a manual CONFLICTS line covering all python versions of
scons 3, and excluding other scons major versions.  I believe that now
the declared CONFLICTS are exactly correct, gaining the desired
efficiency while not breaking valid usage.

Thanks to wiz@ for off-list discussion about the subtleties.

(gdt)

2023-07-20 12:06:29 UTC MAIN commitmail json YAML

amanda-client: Drop MESSAGE

This is content that should be in upstream docs and isn't specifically
about pkgsrc.

(gdt)

2023-07-20 11:59:27 UTC MAIN commitmail json YAML

2023-07-20 11:48:09 UTC MAIN commitmail json YAML

glibmm2.68: requires C++11 and std::regex

(nia)

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

2023-07-20 07:59:30 UTC MAIN commitmail json YAML

Updated net/py-unearth, devel/py-virtualenv, graphics/py-tifffile, devel/py-hypothesis

(adam)

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

py-hypothesis: updated to 6.82.0

6.81.2

If the HYPOTHESIS_NO_PLUGINS environment variable is set, we窶冤l avoid loading plugins such as the old Pydantic integration or HypoFuzz窶� CLI options.

This is probably only useful for our own self-tests, but documented in case it might help narrow down any particularly weird bugs in complex environments.

6.81.1

Fixes some lingering issues with inference of recursive types in ~hypothesis.strategies.from_type.

6.81.0

This release further improves our .patch-file support from version 6.75, skipping duplicates, tests which use data() (and don窶冲 support @example()), and various broken edge-cases.

Because libCST has released version 1.0 which uses the native parser by default, we no longer set the LIBCST_PARSER_TYPE=native environment variable. If you are using an older version, you may need to upgrade or set this envvar for yourself.

6.80.1

This patch updates some internal code for selftests. There is no user-visible change.

6.80.0

This release drops support for Python 3.7, which reached end of life on 2023-06-27.

6.79.4

Fixes occasional recursion-limit-exceeded errors when validating deeply nested strategies.

6.79.3

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.

6.79.2

Improve the type rendered in from_type(), which improves the coverage of Ghostwriter.

6.79.1

We now test against Python 3.12 beta in CI, and this patch fixes some new deprecations.

6.79.0

This release changes register_type_strategy() for compatibility with PEP 585: we now store only a single strategy or resolver function which is used for both the builtin and the typing module version of each type.

If you previously relied on registering separate strategies for e.g. list vs typing.List, you may need to use explicit strategies rather than inferring them from types.

(adam)

2023-07-20 07:56:24 UTC MAIN commitmail json YAML

py-tifffile: updated to 2023.7.18

2023.7.18

- Pass 4993 tests.
- Limit threading via TIFFFILE_NUM_THREADS environment variable.
- Remove maxworkers parameter from tiff2fsspec (breaking).

(adam)

2023-07-20 07:53:37 UTC MAIN commitmail json YAML

py-virtualenv: updated to 20.24.1

v20.24.1 (2023-07-19)
Bugfixes - 20.24.1
Upgrade embedded wheels:
pip to 23.2 from 23.1.2

(adam)

2023-07-20 07:51:37 UTC MAIN commitmail json YAML

py-unearth: updated to 0.10.0

0.10.0

Breaking Changes

Postpone the validation of hashes

Chores

Update pdm.lock

(adam)

2023-07-20 07:48:14 UTC MAIN commitmail json YAML

Updated www/py-urllib3, www/py-aiohttp

(adam)

2023-07-20 07:47:53 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.8.5

3.8.5 (2023-07-19)

Security bugfixes
- Upgraded the vendored copy of llhttp_ to v8.1.1

Features
- Added information to C parser exceptions to show which character caused the error.

Bugfixes
- Fixed a transport is :data:`None` error

(adam)

2023-07-20 07:38:53 UTC MAIN commitmail json YAML

py-urllib3: updated to 2.0.4

2.0.4 (2023-07-19)
- Added support for union operators to ``HTTPHeaderDict``
- Added ``BaseHTTPResponse`` to ``urllib3.__all__``
- Fixed ``urllib3.connection.HTTPConnection`` to raise the ``http.client.connect`` audit event to have the same behavior as the standard library HTTP client
- Relied on the standard library for checking hostnames in supported PyPy releases

(adam)

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

databases/qdbm: Update MASTER_SITES and HOMEPAGE.

(msaitoh)

2023-07-20 06:13:02 UTC MAIN commitmail json YAML

Updated devel/cmake, devel/cmake-gui

(adam)

2023-07-20 06:12:13 UTC MAIN commitmail json YAML

cmake cmake-gui: updated to 3.27.0

CMake 3.27 Release Notes
************************

Changes made since CMake 3.26 include the following.

New Features
============

Debugger
--------

* "cmake(1)" now supports interactive debugging of the CMake language.
  See the "--debugger" option.

Presets
-------

* "cmake-presets(7)" files now support schema version "7".

* "cmake-presets(7)" now supports "$penv{}" macro expansion in
  "include" fields.

Generators
----------

* The Makefile and Ninja generators now support using the "--
  dependency-file" linker flag, added by GNU Binutils 2.35 and LLVM's
  LLD 12.0.0, so that files read by the linker will cause a relink if
  they change (typically modified timestamps). See the
  "CMAKE_LINK_DEPENDS_USE_LINKER" variable.

* The Visual Studio Generators for VS 2015 and above learned to select
  the Windows SDK version explicitly using a "version=" field in the
  "CMAKE_GENERATOR_PLATFORM" variable. See Visual Studio Platform
  Selection.

Languages
---------

* The "CXX" language now treats source file extensions ".ccm",
  ".cxxm", and ".c++m" as C++.

File-Based API
--------------

* The "cmake-file-api(7)" "codemodel" version 2 "version" field has
  been updated to 2.6.

* The "cmake-file-api(7)" "codemodel" version 2 "target" object gained
  a new "frameworks" field in the "compileGroups" objects.

Platforms
---------

* Apple text-based stubs (i.e. ".tbd" files) may now be created for
  shared libraries on macOS.  See the "ENABLE_EXPORTS" property.

Commands
--------

* The "add_custom_command()" command gained a new
  "DEPENDS_EXPLICIT_ONLY" option to tell the Ninja Generators not to
  add any dependencies implied by the target to which it is attached.
  The "CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY" variable was
  added to enable "DEPENDS_EXPLICIT_ONLY" on all calls to
  "add_custom_command()" command.

* The "cmake_file_api()" command was added for projects to add "CMake
  file API" queries for the current CMake run.

* The "find_package()" command now searches prefixes specified by
  upper-case "<PACKAGENAME>_ROOT" CMake variables and upper-case
  "<PACKAGENAME>_ROOT" environment variables. See policy "CMP0144".

* The "install(CODE)" and "install(SCRIPT)" commands now support the
  "<INSTALL_PREFIX>" generator expression.

Variables
---------

* The "CMAKE_DLL_NAME_WITH_SOVERSION" variable and associated
"DLL_NAME_WITH_SOVERSION" target property were added to optionally
append the "SOVERSION" to the filename of the ".dll" part of a
shared library on Windows.

* Variables "CMAKE_VS_DEBUGGER_COMMAND",
"CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS",
"CMAKE_VS_DEBUGGER_ENVIRONMENT", and
"CMAKE_VS_DEBUGGER_WORKING_DIRECTORY" were added to initialize
corresponding target properties.

* The "CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION" variable was
added to initialize the "VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION"
target property on all targets when they are created.

Properties
----------

* A "CUDA_CUBIN_COMPILATION" target property was added to Object
Libraries to support compiling to ".cubin" files instead of host
object files. Currently only supported with NVIDIA.

* A "CUDA_FATBIN_COMPILATION" target property was added to Object
Libraries to support compiling to ".fatbin" files instead of host
object files. Currently only supported with NVIDIA.

* A "CUDA_OPTIX_COMPILATION" target property was added to Object
Libraries to support compiling to ".optixir" files instead of host
object files. Currently only supported with NVIDIA.

* The "<LANG>_CLANG_TIDY", "<LANG>_CPPCHECK", "<LANG>_CPPLINT", and
"<LANG>_INCLUDE_WHAT_YOU_USE", target properties now support
"generator expressions".

* The "<LANG>_LINKER_LAUNCHER" target property now supports "generator
expressions".

* The "SKIP_LINTING" source file property was added to suppress
target-wide code checks on specific sources.

Modules
-------

* The "FindCUDAToolkit" module now provides an imported target for
"cudla", and imported targets for CUPTI's "nvperf" and "pcsampling"
components.

* The "FindDoxygen" module's "doxygen_add_docs()" command gained a
"CONFIG_FILE" option to specify a custom doxygen configuration file.

* The "FindOpenGL" module gained support for components "GLES2" and
"GLES3".

* The "FindwxWidgets" module now provides an imported target.

Generator Expressions
---------------------

* The "COMPILE_ONLY" generator expression was added to specify
compilation usage requirements without any linking requirements.

* "<LIST:...>" generator expressions were added for query,
transformation, and ordering operations on lists.

* "<PATH:...>" generator expressions for decomposition and
transformation operations learned to process lists of paths element-
wise.

* The "TARGET_IMPORT_FILE", "TARGET_IMPORT_FILE_BASE_NAME",
"TARGET_IMPORT_FILE_PREFIX", "TARGET_IMPORT_FILE_SUFFIX",
"TARGET_IMPORT_FILE_NAME", and "TARGET_IMPORT_FILE_DIR"
generator expressions were added.  These expand to details about the
linker import file for a target.

* The "TARGET_RUNTIME_DLL_DIRS" generator expression was added. It
expands to a list of the directories containing DLLs in
"TARGET_RUNTIME_DLLS".

Autogen
-------

* The "CMAKE_AUTOMOC_EXECUTABLE", "CMAKE_AUTORCC_EXECUTABLE", and
"CMAKE_AUTOUIC_EXECUTABLE" variables were added to initialize the
corresponding target properties as targets are created.

* The "AUTOGEN_USE_SYSTEM_INCLUDE" target property and corresponding
"CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE" variable were added to explicitly
control whether autogen headers are considered system headers.

* The "INTERFACE_AUTOMOC_MACRO_NAMES" target property was added to
specify macro names for "moc" as a transitive usage requirement.

CTest
-----

* The "TIMEOUT_SIGNAL_NAME" and "TIMEOUT_SIGNAL_GRACE_PERIOD" test
properties were added to specify a POSIX signal to send to a test
process when its timeout is reached.

CPack
-----

* The "CPack Inno Setup Generator" was added to package using Inno
Setup.

Deprecated and Removed Features
===============================

* Compatibility with versions of CMake older than 3.5 is now
deprecated and will be removed from a future version.  Calls to
"cmake_minimum_required()" or "cmake_policy()" that set the policy
version to an older value now issue a deprecation diagnostic.

* The Extra Generators have been deprecated.  IDEs may use the "cmake-
file-api(7)" to view CMake-generated project build trees.

* The "FindCUDA" module, which has been deprecated since CMake 3.10,
has been removed by policy "CMP0146".  Port projects to CMake's
first-class "CUDA" language support.

* The "FindPythonInterp" and "FindPythonLibs" modules, which have been
deprecated since CMake 3.12, have been removed by policy "CMP0148".
Port projects to "FindPython3", "FindPython2", or "FindPython".

* The "Dart" and "FindDart" modules have been deprecated via policy
"CMP0145".  Port projects to the "CTest" module.

* The "Visual Studio 9 2008" generator is now deprecated and will be
removed in a future version of CMake.

Other Changes
=============

* "cmake --build $dir --verbose" will now print the working directory
and command line used to perform the build.

* The "ExternalProject" and "FetchContent" modules now resolve
relative "GIT_REPOSITORY" paths as relative to the parent project's
remote, not as a relative local file system path. See "CMP0150".

* The "ExternalProject" "configure" step no longer re-runs on every
build when the "UPDATE_DISCONNECTED" option is enabled. It will only
re-run if details of the "download", "update", or "patch" step
change.

* The "ExternalProject" "update" and "patch" steps now always re-run
if any of their details change, even if the "UPDATE_DISCONNECTED"
option is enabled.  If using the "GIT" download method, and the
"GIT_TAG" is changed to a commit that is not already known locally,
an error is now issued instead of silently using the previous
"GIT_TAG".

* The "FindPython", "FindPython2" and "FindPython3" modules now
support the Windows ARM64 platform.

* The "file(GET_RUNTIME_DEPENDENCIES)" command now case-preserves DLL
names reported on Windows.  They are still converted to lowercase
for filter matching.

* The "SYSTEM" target property is now honored for Apple Frameworks.

* Visual Studio Generators, for VS 15.8 (2017) and newer, now build
custom commands in parallel.  See policy "CMP0147".

(adam)

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

qt5-qtwebkit: revbump for qt5-qtmultimedia dependency

(adam)

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

doc: Updated meta-pkgs/xfce4 to 4.18.0nb8

(gutteridge)

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

xfce4: bump for xfce4-settings 4.18.3

(gutteridge)

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

doc: Updated x11/xfce4-settings to 4.18.3

(gutteridge)

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

xfce4-settings: update to 4.18.3

Change log:

4.18.3 (2023-07-04)
======
- Displays: Fix finding a valid mode by refresh rate
- dialogs: Secure use of GSettings
- xfsettingsd: Fix wrong test for property removal
- xfsettingsd: Update also the type when updating a value
- keyboard-settings: Fix critical when opening layout selection dialog
- appearance-install-theme: Fix error message
- appearance-install-theme: Do not mention file size in error message
- appearance-install-theme: Check for theme package validity
- appearance-install-theme: Update GTK icon cache after installing
- appearance-install-theme: detect icon themes first (#271)
- appearance-install-theme: make cleanup safer
- appearance-install-theme: Use recommended way of command substitution.
- appearance-install-theme: Convert to POSIX
- Update bug report address
- display: Check for XError on transform apply
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
  Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese
  (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (Canada), English
  (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
  Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
  Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm奪l,
  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur

(gutteridge)

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

doc: Updated net/samba4 to 4.18.5

(taca)

2023-07-20 01:28:34 UTC MAIN commitmail json YAML

net/samba4: update to 4.18.5

                  ==============================
                  Release Notes for Samba 4.18.5
                          July 19, 2023
                  ==============================

This is a security release in order to address the following defects:

o CVE-2022-2127:  When winbind is used for NTLM authentication, a maliciously
                  crafted request can trigger an out-of-bounds read in winbind
                  and possibly crash it.
                  https://www.samba.org/samba/security/CVE-2022-2127.html

o CVE-2023-3347:  SMB2 packet signing is not enforced if an admin configured
                  "server signing = required" or for SMB2 connections to Domain
                  Controllers where SMB2 packet signing is mandatory.
                  https://www.samba.org/samba/security/CVE-2023-3347.html

o CVE-2023-34966: An infinite loop bug in Samba's mdssvc RPC service for
                  Spotlight can be triggered by an unauthenticated attacker by
                  issuing a malformed RPC request.
                  https://www.samba.org/samba/security/CVE-2023-34966.html

o CVE-2023-34967: Missing type validation in Samba's mdssvc RPC service for
                  Spotlight can be used by an unauthenticated attacker to
                  trigger a process crash in a shared RPC mdssvc worker process.
                  https://www.samba.org/samba/security/CVE-2023-34967.html

o CVE-2023-34968: As part of the Spotlight protocol Samba discloses the server-
                  side absolute path of shares and files and directories in
                  search results.
                  https://www.samba.org/samba/security/CVE-2023-34968.html

Changes since 4.18.4
--------------------

o  Ralph Boehme <slow@samba.org>
  * BUG 15072: CVE-2022-2127.
  * BUG 15340: CVE-2023-34966.
  * BUG 15341: CVE-2023-34967.
  * BUG 15388: CVE-2023-34968.
  * BUG 15397: CVE-2023-3347.

o  Volker Lendecke <vl@samba.org>
  * BUG 15072: CVE-2022-2127.

o  Stefan Metzmacher <metze@samba.org>
  * BUG 15418: Secure channel faulty since Windows 10/11 update 07/2023.

(taca)

2023-07-20 00:11:02 UTC MAIN commitmail json YAML

devel/scons: Stop self-conflicting

While this installs "scons", scons4 installs e.g. scons-310, so scons
3 (py27 only) and scons 4 (python 3 only) can coexist.

(gdt)

2023-07-19 22:45:56 UTC MAIN commitmail json YAML

qt5-*: remove another ld(1) option for Darwin

(tnn)

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

qt5-*: add BUILDLINK_TRANSFORM that used to live in Darwin.mk

(tnn)

2023-07-19 22:03:04 UTC MAIN commitmail json YAML

mysql57: Add pkg-config to USE_TOOLS

(nia)

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

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

2023-07-19 20:16:19 UTC MAIN commitmail json YAML

2023-07-19 18:32:49 UTC MAIN commitmail json YAML

MesaLib: fix build on Linux

(tnn)

2023-07-19 17:10:33 UTC MAIN commitmail json YAML

geography/gama: Require C++14

Believe configure.ac and cmake config over the README :-(

(gdt)

2023-07-19 16:09:25 UTC MAIN commitmail json YAML

doc: Updated devel/py-nihtest to 1.2.0

(wiz)