Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 18:03:48 UTC Now

2024-03-02 13:01:17 UTC MAIN commitmail json YAML

py-pdm: updated to 2.12.4

Release v2.12.4 (2024-02-26)

Features & Improvements

- Use env PDM_NO_EDITABLE as the default value for --no-editable option.

Bug Fixes

- Reset project.environment when importing from setup.py, to fix resolution error.
- Do not fetch package hashes when `--frozen-lockfile` is passed.
- Make sure non-venv interpreters are used by venv creator.
- Don't cause a hard failure if the local directory doesn't exist.

Documentation

- Fix the default value for negative CLI flags.
- Auto-gen configuration reference documentation.

(adam)

2024-03-02 12:58:33 UTC MAIN commitmail json YAML

py-msgpack: updated to 1.0.8

v1.0.8

exclude C/Cython files from wheel
Build pure Python wheel for minor architectures.
update Cython to 3.0.8
This fixes memory leak when iterating over Unpacker on Python 3.12.

(adam)

2024-03-02 12:55:17 UTC MAIN commitmail json YAML

Updated devel/py-zope.testrunner, archivers/zziplib

(adam)

2024-03-02 12:55:00 UTC MAIN commitmail json YAML

zziplib: updated to 0.13.74

v0.13.74

* disabled local file header offset64
* allowed to 'make fortify' for extended debugging
* fixed all memleak bugs from address sanitizer
* fixed ZIP64 bugs - but the support is still incomplete
* fixed remaining failures as they were recorded in testsuite

(adam)

2024-03-02 12:50:08 UTC MAIN commitmail json YAML

py-zope.testrunner: updated to 6.4

6.4 (2024-02-27)

- Add PEP 440 support (implicit namespaces).

(adam)

2024-03-02 12:49:05 UTC MAIN commitmail json YAML

Updated devel/catch2, textproc/ugrep

(adam)

2024-03-02 12:48:48 UTC MAIN commitmail json YAML

ugrep: updated to 5.0.0

ugrep v5.0.0

new and updated regex engine to speed up searching patterns described in #288 using a new heuristic DFA cut algorithm
new option --exclude-fs default to exclude file systems that aren't specified as search targets #349
new option --all (-@) to #342 to search all files except hidden: cancel previous file and directory search restrictions
TUI regex syntax highlighting improved for --fixed-strings (-F) when used with option --bool (-% and -%%)
fix #350 Linux procfs handling not as expected
fix #355 "context before lines" sometimes incorrectly displayed (due to a misfiring optimization in a recent release)

(adam)

2024-03-02 12:47:19 UTC MAIN commitmail json YAML

catch2: updated to 3.5.3

3.5.3

Fixes
* Fixed OOB access when computing filename tag (from the `-#` flag) for file without extension
* Fixed the linking against `log` on Android to be `PRIVATE`
* Fixed `Wuseless-cast` in benchmarking internals

Improvements
* Restored compatibility with VS2017
* The baseline for Catch2 is still C++14 with some reasonable workarounds for specific compilers, so if VS2017 starts acting up again, the support will be dropped again.
* Suppressed clang-tidy's `bugprone-chained-comparison` in assertions
* Improved the static analysis mode to evaluate arguments to `TEST_CASE` and `SECTION`
* Clang-tidy should no longer warn about runtime arguments to these macros being unused in static analysis mode.
* Clang-tidy can warn on issues involved arguments to these macros.
* Added support for literal-zero detectors based on `consteval` constructors
* This is required for compiling `REQUIRE((a <=> b) == 0)` against MSVC's stdlib.
* Sadly, MSVC still cannot compile this assertion as it does not implement C++20 correctly.
* You can use `clang-cl` with MSVC's stdlib instead.
* If for some godforsaken reasons you want to understand this better, read the two relevant commits: [`dc51386b9fd61f99ea9c660d01867e6ad489b403`](https://github.com/catchorg/Catch2/commit/dc51386b9fd61f99ea9c660d01867e6ad489b403), and [`0787132fc82a75e3fb255aa9484ca1dc1eff2a30`](https://github.com/catchorg/Catch2/commit/0787132fc82a75e3fb255aa9484ca1dc1eff2a30).

Miscellaneous
* Disabled tests for FP random generator reproducibility on non-SSE2 x86 targets
* Modified the in-tree Conan recipe to support Conan 2

(adam)

2024-03-02 12:16:31 UTC MAIN commitmail json YAML

doc: Updated security/sequoia-sq to 0.34.0nb1

(wiz)

2024-03-02 12:16:19 UTC MAIN commitmail json YAML

sequoia-sq: fix distinfo

While here, make capnproto a tool dependency because it is.

Bump PKGREVISION.

(wiz)

2024-03-02 10:33:07 UTC MAIN commitmail json YAML

nano: force use of ncurses until PR pkg/57749 is resolved

(nia)

2024-03-02 07:48:14 UTC MAIN commitmail json YAML

doc: Updated x11/xlsfonts to 1.0.8

(wiz)

2024-03-02 07:48:04 UTC MAIN commitmail json YAML

xlsfonts: update to 1.0.8.

This release fixes a failure to build with the upcoming gcc 14.

Alan Coopersmith (5):
      man page: emphasize this program is for querying an X server
      gitlab CI: stop requiring Signed-off-by in commits
      Fix -Wincompatible-pointer-types warning from gcc (issue #1)
      Use reallocarray() if available
      xlsfonts 1.0.8

(wiz)

2024-03-02 05:00:59 UTC MAIN commitmail json YAML

editors/fileobj: Update to v0.8.5

ChangeLog:
- Add FILEOBJ_USE_LOWER_CASE_HEX
- Add __FILEOBJ_USE_FSYNC_CONFIG_FILE (default false)
- Optimize mmap(2) based file objects
- Rename --cmp to --blkcmp
- Add --blkdump
- Minor fixes and cleanups

(tkusumi)

2024-03-02 02:09:17 UTC MAIN commitmail json YAML

Yosys package is done.

(thorpej)

2024-03-02 02:05:36 UTC MAIN commitmail json YAML

Added devel/yosys version 0.38.

(thorpej)

2024-03-02 02:03:38 UTC MAIN commitmail json YAML

Add a package for yosys:

The Yosys Open SYnthesis Suite is a framework for RTL synthesis tools. It
currently has extensive Verilog-2005 support and provides a basic set of
synthesis algorithms for various application domains.

Together with nextpnr-ice40 and icestorm, this forms a toolchain that can
be used to synthesize and program designs for Lattice iCE40-family FPGAs.

(thorpej)

2024-03-01 22:29:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.35.0

(pin)

2024-03-01 22:28:58 UTC MAIN commitmail json YAML

sysurils/broot: update to 1.35.0

v1.35.0 - 2024-03-01
- Nerdfont icon theme - Fix #333 - Thanks @JonasLeonhard, @cho-m, @texastoland,
  @asdf8dfafjk and others

(pin)

2024-03-01 22:14:58 UTC MAIN commitmail json YAML

lang/libunwind: Unbreak on RHEL 8

USE_GCC=10 was causing build failures
No changes to package on other platforms

(bacon)

2024-03-01 20:50:05 UTC MAIN commitmail json YAML

mail/opensmtpd: minor revision

* use PKG_SYSCONFSUBDIR.
* Fix sample pam file location to match the common pkgsrc practice.
* update README.pkgsrc and make it more verbose.

(vins)

2024-03-01 19:35:27 UTC MAIN commitmail json YAML

doc: Updated devel/pango to 1.52.0

(wiz)

2024-03-01 19:35:17 UTC MAIN commitmail json YAML

pango: update to 1.52.0.

Based on wip/pango by pin@

Overview of changes in 1.52.0, 25-02-2024
=========================================
- Add pango_font_map_reload_font
- Improve formatting of font sizes

Overview of changes in 1.51.2, 10-02-2024
=========================================
- Build improvements on Windows
- Use single fontconfig thread
- Fix problems with spaces at line ends
- Allow custom fonts on Windows
- pango-viewer: Fix hint-metrics options
- Pangofont: Add properties

Overview of changes in 1.51.0, 11-08-2023
=========================================
- itemize: Improve script itemization
- build: Check for cairo DWrite dependency
- win32: Fix various issues and crashes
- layout: Add a missing switch case

(wiz)

2024-03-01 18:25:04 UTC pkgsrc-2023Q4 commitmail json YAML

Mention pullup ticket #6838

(bsiegert)

2024-03-01 18:19:32 UTC MAIN commitmail json YAML

doc: Updated games/chess-tui to 1.2.0

(pin)

2024-03-01 18:19:12 UTC MAIN commitmail json YAML

games/chess-tui: update to 1.2.0

What's Changed

    vim keyboard shortcuts, cargo clippy lints by @JeromeSchmied in #51
    Feat: uci and chess engine connexion by @thomas-mauran in #49

(pin)

2024-03-01 17:29:55 UTC pkgsrc-2023Q4 commitmail json YAML

Pullup ticket #6838 - requested by riastradh
security/libfido2: NetBSD build fix

security/libfido2: Fix NetBSD support (PR 57919) by not patching
away -Werror in a critical place where the build system relies on
it to detect whether ioctl argument is int or long.  When the build
system infers the wrong answer, it builds a libfido2 that doesn't
work on NetBSD because it sends the wrong (sign-extended) ioctl
commands to the kernel for USB stuff.

Revisions pulled up:
- security/libfido2/Makefile                                    1.14
- security/libfido2/distinfo                                    1.11
- security/libfido2/patches/patch-CMakeLists.txt                1.2

---
  Module Name:    pkgsrc
  Committed By:  riastradh
  Date:          Sat Feb 10 03:10:53 UTC 2024

  Modified Files:
          pkgsrc/security/libfido2: Makefile distinfo
          pkgsrc/security/libfido2/patches: patch-CMakeLists.txt

  Log Message:
  security/libfido2: Fix NetBSD build, PR pkg/57919.

  Patching away -Werror may be reasonable in general, but in this case
  it breaks libfido2's detection of whether ioctl takes int or unsigned
  long on NetBSD -- without -Werror, it wrongly concludes int, and
  proceeds to build a libfido2 that casts every ioctl command to int
  first, which leads to sign extension, which leads to the wrong ioctls
  being passed into the kernel, which leads libfido2 to fail in any
  attempts to open fido devices on NetBSD.

(bsiegert)

2024-03-01 15:51:42 UTC MAIN commitmail json YAML

doc: Added security/xhash version 3.3.2

(bsiegert)

2024-03-01 15:51:25 UTC MAIN commitmail json YAML

New package, xhash-3.3.2.

From Ricardo Branco in PR pkg/57963.
Closes NetBSD/pkgsrc#129.

This Go program uses goroutines to calculate multiple hashes on strings, files
and directories. The output format is fully configurable.

(bsiegert)

2024-03-01 15:42:36 UTC MAIN commitmail json YAML

doc: Updated x11/pixman to 0.43.4

(wiz)

2024-03-01 15:42:27 UTC MAIN commitmail json YAML

pixman: update to 0.43.4.

Gayathri Berli (1):
      Revert the changes to fix the problem in big-endian architectures

Heiko Lewin (1):
      Allow to build pixman on clang/arm32

Makoto Kato (1):
      pixman-arm: Fix build on clang/arm32

Matt Turner (5):
      pixman-x86: Use cpuid.h header
      pixman-x86: Move #include "cpuid.h" inside conditionals
      Revert "Allow to build pixman on clang/arm32"
      pixman-arm: Use unified syntax
      Pre-release version bump to 0.43.4

Simon Ser (1):
      Post-release version bump to 0.43.3

(wiz)

2024-03-01 13:37:06 UTC MAIN commitmail json YAML

Belatedly add BINCIMAP_LOG_USER.

(schmonz)

2024-03-01 12:23:50 UTC MAIN commitmail json YAML

Note update of time/titrax to 1.98nb18.

(he)

2024-03-01 12:23:07 UTC MAIN commitmail json YAML

time/titrax: replace the old perl ' module separator with ::.

Newer perl now complains if ' is used as module separator.
Bump PKGREVISION.

(he)

2024-03-01 12:16:59 UTC MAIN commitmail json YAML

Updated www/nghttp2, www/nghttp2-tools, www/py-httpx-socks, devel/py-serializable

(adam)

2024-03-01 12:16:36 UTC MAIN commitmail json YAML

py-serializable: updated to 1.0.2

v1.0.2

Fix
* fix: serialization of `datetime` without timezone with local time offset

Refactor
* refactor: usage of `typing.Literal` as non-string

(adam)

2024-03-01 12:14:58 UTC MAIN commitmail json YAML

py-httpx-socks: updated to 0.9.0

v0.9.0

Map httpcore exceptions to httpx ones

(adam)

2024-03-01 12:13:07 UTC MAIN commitmail json YAML

nghttp2: updated to 1.60.0

Nghttp2 v1.60.0

lib

RFC 7540 priorities (aka stream dependencies) APIs have been deprecated. They work just like before, but in the future release after the end of 2024, the functionality is removed, and the deprecated APIs start behaving differently. See the API documentation for details. RFC 7540 priorities have been deprecated by RFC 9113. Consider migrating RFC 9218 extensible prioritization scheme.

The APIs that use ssize_t, including structs and callback functions, have been deprecated. New APIs that use nghttp2_ssize are introduced as a replacement. The usage of ssize_t is problematic for several reasons. Some platforms do not define ssize_t. The minimum value of ssize_t that POSIX requires is -1 which makes nghttp2 error code out of range. nghttp2_ssize is an alias of ptrdiff_t that is in C standard and covers our error code range.

New code should use new nghttp2_ssize APIs. The existing applications should consider migrating to new APIs.

The deprecated ssize_t APIs continue to work for backward compatibility.

Here is the summary of the deprecated APIs and their replacements:

Callback functions:

nghttp2_data_source_read_callback => nghttp2_data_source_read_callback2
nghttp2_data_source_read_length_callback => nghttp2_data_source_read_length_callback2
nghttp2_pack_extension_callback => nghttp2_pack_extension_callback2
nghttp2_recv_callback => nghttp2_recv_callback2
nghttp2_select_padding_callback => nghttp2_select_padding_callback2
nghttp2_send_callback => nghttp2_send_callback2

Structs:

nghttp2_data_provider => nghttp2_data_provider2

Functions:

nghttp2_hd_deflate_hd => nghttp2_hd_deflate_hd2
nghttp2_hd_deflate_hd_vec => nghttp2_hd_deflate_hd_vec2
nghttp2_hd_inflate_hd2 => nghttp2_hd_inflate_hd3
nghttp2_pack_settings_payload => nghttp2_pack_settings_payload2
nghttp2_session_callbacks_set_data_source_read_length_callback => nghttp2_session_callbacks_set_data_source_read_length_callback2
nghttp2_session_callbacks_set_pack_extension_callback => nghttp2_session_callbacks_set_pack_extension_callback2
nghttp2_session_callbacks_set_recv_callback => nghttp2_session_callbacks_set_recv_callback2
nghttp2_session_callbacks_set_select_padding_callback => nghttp2_session_callbacks_set_select_padding_callback2
nghttp2_session_callbacks_set_send_callback => nghttp2_session_callbacks_set_send_callback2
nghttp2_session_mem_recv => nghttp2_session_mem_recv2
nghttp2_session_mem_send => nghttp2_session_mem_send2
nghttp2_submit_data => nghttp2_submit_data2
nghttp2_submit_request => nghttp2_submit_request2
nghttp2_submit_response => nghttp2_submit_response2
For those applications that do not want to see ssize_t in nghttp2.h header file at all, define NGHTTP2_NO_SSIZE_T macro before including nghttp2.h. It hides all ssize_t APIs.

(adam)

2024-03-01 06:56:36 UTC MAIN commitmail json YAML

Updated textproc/expat, devel/py-scikit-build-core

(adam)

2024-03-01 06:56:19 UTC MAIN commitmail json YAML

py-scikit-build-core: updated to 0.8.2

Version 0.8.2

This version fixes a few small issues related to configuration. The wheel tag is
fixed when `wheel.platlib` is False, inplace editable installs ignore
`build-dir`, and `install-dir` no longer affects the generate path.

Fixes:

- Ensure `wheel.platlib` being false sets `<abi>-<platform>` as `"none-any"`
- Inplace editable install should ignore `build-dir`
- `install-dir` shouldn't affect generate path
- Expand info printing

Documentation:

- Clarify requirement for using "inplace" editable mode
- Update README to use modern GitHub admonition
- be explicit about what it means to "use SKBUILD_SOABI"

(adam)

2024-03-01 06:50:02 UTC MAIN commitmail json YAML

expat: updated to 2.6.1

Release 2.6.1

Bug fixes:
  Make tests independent of CPU speed, and thus more robust
  Expose billion laughs API with XML_DTD defined and
    XML_GE undefined, regression from 2.6.0

Other changes:
  Hide test-only code behind new internal macro
  Autotools: Reject expat_config.h.in defining SIZEOF_VOID_P
  Address compiler warnings
  Version info bumped from 10:0:9 (libexpat*.so.1.9.0)
    to 10:1:9 (libexpat*.so.1.9.1); see https://verbump.de/
    for what these numbers do

Infrastructure:
  CI: Adapt to breaking changes in clang-format

(adam)

2024-03-01 06:34:45 UTC MAIN commitmail json YAML

2024-03-01 06:19:33 UTC MAIN commitmail json YAML

libunistring: Use MASTER_SITE_GNU

(kim)

2024-03-01 03:32:54 UTC MAIN commitmail json YAML

doc: Added net/opentofu version 1.6.2

(riastradh)

2024-03-01 03:29:56 UTC MAIN commitmail json YAML

net/opentofu: import opentofu-1.6.2

Free software fork of Terraform, now that Hashicorp has relicensed
Terraform to be proprietary.

(riastradh)

2024-02-29 22:14:15 UTC MAIN commitmail json YAML

doc: Updated security/sequoia-sq to 0.34.0

(pin)

2024-02-29 22:13:39 UTC MAIN commitmail json YAML

security/sequoia-sq: update to 0.34.0

Notable changes
  - `sq` now uses `sequoia-keystore` for secret key operations.

    When decrypting a message, `sq` will automatically ask the
    keystore to decrypt the message.  `sq sign --signer-key` can be
    used to specify a signing key managed by the key store.

  - New top-level option: `sq --no-key-store`: A new switch to
    disable the use of the key store.

  - New top-level option: `sq --key-store`: A new option to use an
    alternate key store.

  - New subcommand `sq key list` to list keys managed by the key
    store.

  - New subcommand `sq key import` to import a key into the key
    store.

  - When showing a user ID for a certificate, choose the one that is
    most authenticated.

(pin)

2024-02-29 22:12:36 UTC MAIN commitmail json YAML

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

(pin)

2024-02-29 22:12:11 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 19.11.7

Bug Fixes
- segment: only join diamonds with no diamond at end (bb2ac0c)

(pin)

2024-02-29 21:34:34 UTC MAIN commitmail json YAML

2024-02-29 21:11:01 UTC MAIN commitmail json YAML

Updated devel/py-build, security/py-pip-audit

(adam)

2024-02-29 21:10:21 UTC MAIN commitmail json YAML

py-pip-audit: updated to 2.7.2

2.7.2

Fixed

pip-audit now invokes pip with --keyring-provider=subprocess, partially fixing a regression that was introduced with another authentication fix in 2.6.2. This allows the interior pip to use keyring to perform third-party index authentication.

(adam)

2024-02-29 21:09:18 UTC MAIN commitmail json YAML

py-build: updated to 1.1.1

1.1.1 (2024-02-29)

Fixed invoking outer pip from user site packages
Corrected the minimum pip version required to use an outer pip

1.1.0 (2024-02-29)

Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly.
Stopped injecting wheel as a build dependency automatically, in the case of missing pyproject.toml
Use importlib_metadata on Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping)

(adam)

2024-02-29 21:01:27 UTC MAIN commitmail json YAML

doc: Added mail/opensmtpd-extras version 6.7.1

(vins)

2024-02-29 21:00:42 UTC MAIN commitmail json YAML

+ opensmtpd-extras

(vins)

2024-02-29 20:57:37 UTC MAIN commitmail json YAML

2024-02-29 20:57:09 UTC MAIN commitmail json YAML

Added databases/py-dsinternals; Updated net/py-impacket

(adam)

2024-02-29 20:56:49 UTC MAIN commitmail json YAML

py-impacket: updated to 0.11.0

Impacket v0.11.0 (Aug 2023):
1. Library improvements
    * Added new Kerberos error codes (@ly4k).
        * Added `[MS-TSTS]` Terminal Services Terminal Server Runtime Interface Protocol implementation (@nopernik).
    * Changed the setting up for new SSL connections (@mpgn, @CT-H00K and @0xdeaddood).
    * Added a callback function to smbserver for incoming authentications (@p0dalirius).
    * Fix crash in winregistry (@laxa)
    * Fixes in IDispatch derived classes in comev implementation (@NtAlexio2)
    * Fix CVE-2020-17049 in ccache.py (@godylockz)
    * Smbserver: Added SMB2_FILE_ALLOCATION_INFO type determination (@JerAxxxxxxx)
    * tds: Fixed python3 incompatibility when receiving over TLS socket (@exploide)
    * crypto: Ensure passwords are utf-8 encoded before deriving Kerberos keys (@jojonas)
    * ese: Fixed python3 incompatibility when reading from db (@alexisbalbachan)
    * ldap queries: Escaped characters are now correctly parsed (@alexisbalbachan)
    * Support SASL authentication in ldap protocol (@NtAlexio2)

2. Examples improvements
    * [GetADUsers.py](examples/GetADUsers.py), [GetNPUsers.py](examples/GetNPUsers.py), [GetUserSPNs.py](examples/GetUserSPNs.py) and [findDelegation.py](examples/findDelegation.py):
      * Added dc-host option to connect to specific KDC using its FQDN or NetBIOS name (@rmaksimov and @0xdeaddood).
    * [GetNPUsers.py](examples/GetNPUsers.py)
      * Printing TGT in stdout despite -outputfile parameter (@alexisbalbachan and @Zamanry)
      * Fixed output hash format for AES128/256 (etype 17/18) (@erasmusc)
    * [GetUserSPNs.py](examples/GetUserSPNs.py):
      * Added LDAP paged search (@ThePirateWhoSmellsOfSunflowers and @SAERXCIT).
      * Added a -stealth flag to remove the SPN filter from the LDAP query (@clavoillotte).
      * Improved searchFilter (@ShutdownRepo)
      * Use LDAP paged search (@ThePirateWhoSmellsOfSunflowers)
    * [psexec.py](examples/psexec.py):
      * Added support for name customization using a custom binary file (@Dramelac).
    * [smbexec.py](examples/smbexec.py):
      * Security fixes for privilege escalation vulnerabilities (@bugch3ck).
      * Fixed python3 compatibility issues, added workaround TCP over NetBIOS being disabled (@ljrk0)
    * [secretsdump.py](examples/secretsdump.py):
      * Added a new option to extract only NTDS.DIT data for specific users based on an LDAP filter (@snovvcrash).
      * Security fixes for privilege escalation vulnerabilities (@bugch3ck).
    * [mssqlclient.py](examples/mssqlclient.py):
      * Added multiple new commands. Now supports xp_dirtree execution (@Mayfly277, @trietend and @TurtleARM).
    * [ntlmrelayx.py](examples/ntlmrelayx.py):
      * Added ability to trigger SQLShell when running ntlmrelayx in interactive mode (@sploutchy).
      * Added filter option to the socks command in ntlmrelayx CLI (@shoxxdj)
      * Added ability to register DNS records through LDAP.
    * [addcomputer.py](examples/addcomputer.py), [rbcd.py](examples/rbcd.py):
      * Allow weak TLS ciphers for LDAP connections (@AdrianVollmer)
    * [Get-GPPPassword.py](examples/Get-GPPPassword.py):
      * Better handling of various XML files in Group Policy Preferences (@p0dalirius)
    * [smbclient.py](examples/smbclient.py):
      * Added recursive file listing (@Sq00ky)
    * [ticketer.py](examples/ticketer.py):
      * Ticket duration is now specified in hours instead of days (@Dramelac)
      * Added extra-pac implementation (@Dramelac)

3. New examples
    * [net.py](examples/net.py) Implementation of windows net.exe builtin tool (@NtAlexio2)
    * [changepasswd.py](examples/changepasswd.py) New example that allows password changing or reseting through multiple protocols (@Alef-Burzmali, @snovvcrash, @bransh, @api0cradle and @p0dalirius)
    * [DumpNTLMInfo.py](examples/DumpNTLMInfo.py) New example that dumps remote host information in ntlm authentication model, without credentials. For SMB protocols v1, v2 and v3. (@NtAlexio2)

(adam)

2024-02-29 20:55:23 UTC MAIN commitmail json YAML

py-dsinternals: added version 1.2.4

A Python native library containing necessary classes, functions and structures
to interact with Windows Active Directory.

(adam)

2024-02-29 19:37:26 UTC MAIN commitmail json YAML

vim-motif: bump revision after last commit

PR pkg/57901

(bsiegert)

2024-02-29 19:33:31 UTC MAIN commitmail json YAML

vim-motif: fix detection of Motif library

Add GUI_INC_LOC and GUI_LIB_LOC arguments to configure, so that
it actually finds Motif and compiles a GUI.

From Robert Whitlock in PR pkg/57091.

(bsiegert)

2024-02-29 18:42:30 UTC MAIN commitmail json YAML

lighttpd: use upstream sys/queue.h portability patch. NFCI.

(schmonz)

2024-02-29 18:35:56 UTC MAIN commitmail json YAML

doc: Updated devel/goredo to 2.6.2

(schmonz)

2024-02-29 18:35:52 UTC MAIN commitmail json YAML

goredo: update to 2.6.2. Changes:

* Integration tests do not depend on non-portable 'stat' command.

(schmonz)

2024-02-29 14:24:17 UTC MAIN commitmail json YAML

doc: Updated devel/rust-bindgen to 0.69.4

(pin)

2024-02-29 14:23:09 UTC MAIN commitmail json YAML

devel/rust-bindgen: update to 0.69.4

0.69.4 (2024-02-04)
Changed
- Allow older itertools. (#2745)

0.69.3 (2024-02-04)
Added
- Added blocklist_var (#2731)
- Stabilized thiscall_abi (#2661)

Changed
- Use CR consistently on windows (#2698)
- Replaced peeking_take_while by itertools (#2724)

Removed
Fixed
- Try to avoid repr(packed) for explicitly aligned types when not needed (#2734)
- Improved destructor handling on Windows (#2663)
- Support Float16 (#2667)
- Fix alignment contribution from bitfields (#2680)
- Fixed msrv build.

Security
- Updated shlex dependency (RUSTSEC-2024-0006)

0.69.2 (2024-01-13)
Fixed
- Fixed generation of extern "C" blocks with llvm 18+. See #2689.

(pin)

2024-02-29 14:21:54 UTC MAIN commitmail json YAML

doc: Updated net/gping to 1.16.1

(pin)

2024-02-29 14:20:51 UTC MAIN commitmail json YAML

2024-02-29 14:16:05 UTC MAIN commitmail json YAML

doc: Added audio/pcaudiolib version 1.2

(bsiegert)

2024-02-29 14:15:41 UTC MAIN commitmail json YAML

2024-02-29 12:38:48 UTC MAIN commitmail json YAML

Updated comms/srtp, net/haproxy

(adam)

2024-02-29 12:38:29 UTC MAIN commitmail json YAML

haproxy: updated to 2.9.6

2.9.6
- BUG/MAJOR: promex: fix crash on deleted server
- BUG/MAJOR: ssl/ocsp: crash with ocsp when old process exit or using ocsp CLI

(adam)

2024-02-29 12:37:01 UTC MAIN commitmail json YAML

srtp: updated to 2.6.0

2.6.0

- remove use of pointers to 32bit values
- Cleaning up cmake and enabled more warnings.
- start using const on internal arguments
- Some srtp_driver fixes
- remove travis reference from README.md
- meson.build: implement mbedtls support
- iv length is constant so set only once
- Add x86 SIMD optimizations to crypto datatypes
- Add a missing typedef for stream list ctx
- cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option
- cmake: Support configuring as subproject

(adam)

2024-02-29 10:42:17 UTC MAIN commitmail json YAML

doc: Updated sysutils/eza to 0.18.5

(pin)

2024-02-29 10:41:11 UTC MAIN commitmail json YAML

sysutils/eza: update to 0.18.5

Changelog
Bug Fixes
- Bump palette from 0.7.4 to 0.7.5

Miscellaneous Tasks
- Release eza v0.18.5

(pin)

2024-02-29 10:28:24 UTC MAIN commitmail json YAML

bulk-test-php: Catch up with wordpress PKGNAME change.

(jperkin)

2024-02-29 07:51:25 UTC MAIN commitmail json YAML

devel/Makefile: comment out nextpnr, does not contain a package

(wiz)

2024-02-29 07:49:02 UTC MAIN commitmail json YAML

dnsmasq: remove patches that were removed from distinfo during update

(wiz)

2024-02-29 07:48:19 UTC MAIN commitmail json YAML

2024-02-29 07:41:26 UTC MAIN commitmail json YAML

Updated archivers/unrar, devel/orc

(adam)

2024-02-29 07:40:48 UTC MAIN commitmail json YAML

orc: updated to 0.4.38

0.4.38

- x86: account for XSAVE when checking for AVX support, fixing usage on
  hardened linux kernels where AVX support has been disabled (L. E. Segovia)
- neon: Use the real intrinsics for divf and sqrtf (L. E. Segovia)
- orc.m4 for autotools is no longer shipped. If anyone still uses
  it they can copy it into their source tree (Tim-Philipp M端ller)

(adam)

2024-02-29 07:36:42 UTC MAIN commitmail json YAML

2024-02-29 07:24:34 UTC MAIN commitmail json YAML

doc: Updated emulators/mame to 0.263

(wiz)

2024-02-29 07:24:25 UTC MAIN commitmail json YAML

mame: update to 0.263.

Are you all ready for MAME 0.263? This release has some big changes
that are going to affect everyone: several default UI control
assignments have changed, including pause and save/load state. The
changes will hopefully make life easier for people emulating
computers. After updating, please check the User Interface input
assignments and make any changes necessary for your setup.

We窶况e fixed some long-standing bugs this month. Issues affecting
large hard disk images (tens of gigabytes) have been fixed, and
chdman will now report more invalid combinations of options rather
than just producing invalid output files. Crashes or hangs when
emulating systems that use discrete sound circuitry simulation on
multi-core ARM systems should be fixed, as well as occasional bad
sound output from the discrete circuitry simulation.

Thanks to recent work reverse-engineering the K052591 chip, this
release features improved protection simulation for Hexion, S.P.Y.
and Thunder Cross. Newly supported systems include a few computers
from the former Yugoslavia, two more Tiger LCD games, and several
more chess computers. The ROMs for the unreleased Deluxe Color
Computer have been dumped recently, allowing emulation to be
completed, and there窶冱 a big update for the Apple II software lists
this month.

(wiz)

2024-02-29 07:04:13 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-boto3, net/py-awscli, textproc/py-rapidjson

(adam)

2024-02-29 07:03:50 UTC MAIN commitmail json YAML

py-rapidjson: updated to 1.16

1.16 (2024-02-28)

* Produce Python 3.8 wheels again, I deactivated it too eagerly, it's in *security fixes
  only* mode, not yet reached its `end-of-life` state

(adam)

2024-02-29 07:02:54 UTC MAIN commitmail json YAML

py-awscli: updated to 1.32.52

1.32.52
=======

* api-change:``batch``: This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
* api-change:``bedrock-agent-runtime``: This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
* api-change:``ce``: This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
* api-change:``ec2``: This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
* api-change:``iot``: This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
* api-change:``wafv2``: AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.

1.32.51
=======

* api-change:``amplifyuibuilder``: We have added the ability to tag resources after they are created

1.32.50
=======

* api-change:``apigateway``: Documentation updates for Amazon API Gateway.
* api-change:``drs``: Added volume status to DescribeSourceServer replicated volumes.
* api-change:``kafkaconnect``: Adds support for tagging, with new TagResource, UntagResource and ListTagsForResource APIs to manage tags and updates to existing APIs to allow tag on create. This release also adds support for the new DeleteWorkerConfiguration API.
* api-change:``rds``: This release adds support for gp3 data volumes for Multi-AZ DB Clusters.

1.32.49
=======

* api-change:``appsync``: Documentation only updates for AppSync
* api-change:``qldb``: Clarify possible values for KmsKeyArn and EncryptionDescription.
* api-change:``rds``: Add pattern and length based validations for DBShardGroupIdentifier
* api-change:``rum``: Doc-only update for new RUM metrics that were added

1.32.48
=======

* api-change:``internetmonitor``: This release adds IPv4 prefixes to health events
* api-change:``kinesisvideo``: Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

1.32.47
=======

* api-change:``iotevents``: Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
* api-change:``lookoutequipment``: This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
* api-change:``medialive``: MediaLive now supports the ability to restart pipelines in a running channel.
* api-change:``ssm``: This release adds support for sharing Systems Manager parameters with other AWS accounts.

1.32.46
=======

* api-change:``dynamodb``: Publishing quick fix for doc only update.
* api-change:``firehose``: This release updates a few Firehose related APIs.
* api-change:``lambda``: Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

1.32.45
=======

* api-change:``amplify``: This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
* api-change:``chatbot``: This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
* api-change:``config``: Documentation updates for the AWS Config CLI
* api-change:``ivs``: Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
* api-change:``keyspaces``: Documentation updates for Amazon Keyspaces
* api-change:``mediatailor``: MediaTailor: marking #AdBreak.OffsetMillis as required.

1.32.44
=======

* api-change:``connectparticipant``: Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
* api-change:``emr``: adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
* api-change:``firehose``: This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
* api-change:``lambda``: Documentation-only updates for Lambda to clarify a number of existing actions and properties.
* api-change:``rds``: Doc only update for a valid option in DB parameter group
* api-change:``sns``: This release marks phone numbers as sensitive inputs.

1.32.43
=======

* api-change:``artifact``: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* api-change:``codepipeline``: Add ability to override timeout on action level.
* api-change:``detective``: Doc only updates for content enhancement
* api-change:``guardduty``: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* api-change:``healthlake``: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* api-change:``opensearch``: Adds additional supported instance types.
* api-change:``polly``: Amazon Polly adds 1 new voice - Burcu (tr-TR)
* api-change:``sagemaker``: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* api-change:``secretsmanager``: Doc only update for Secrets Manager
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.42
=======

* api-change:``controltower``: Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
* api-change:``lookoutequipment``: This feature allows customers to see pointwise model diagnostics results for their models.
* api-change:``qbusiness``: This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.

1.32.41
=======

* api-change:``lightsail``: This release adds support to upgrade the major version of a database.
* api-change:``marketplace-catalog``: AWS Marketplace Catalog API now supports setting intent on requests
* api-change:``resource-explorer-2``: Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.
* api-change:``securitylake``: Documentation updates for Security Lake
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.40
=======

* api-change:``appsync``: Adds support for new options on GraphqlAPIs, Resolvers and  Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
* api-change:``cloudwatch``: Update cloudwatch command to latest version
* api-change:``neptune-graph``: Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.
* api-change:``route53domains``: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.

1.32.39
=======

* api-change:``amp``: Overall documentation updates.
* api-change:``batch``: This feature allows Batch to support configuration of repository credentials for jobs running on ECS
* api-change:``braket``: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
* api-change:``cost-optimization-hub``: Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
* api-change:``ecs``: Documentation only update for Amazon ECS.
* api-change:``iot``: This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
* api-change:``pricing``: Add Throttling Exception to all APIs.

1.32.38
=======

* api-change:``codepipeline``: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
* api-change:``quicksight``: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
* api-change:``workspaces``: This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".

1.32.37
=======

* api-change:``datasync``: AWS DataSync now supports manifests for specifying files or objects to transfer.
* api-change:``lexv2-models``: Update lexv2-models command to latest version
* api-change:``redshift``: LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

1.32.36
=======

* api-change:``appsync``: Support for environment variables in AppSync GraphQL APIs
* api-change:``ecs``: This release is a documentation only update to address customer issues.
* api-change:``es``: This release adds clear visibility to the customers on the changes that they make on the domain.
* api-change:``logs``: This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
* api-change:``opensearch``: This release adds clear visibility to the customers on the changes that they make on the domain.
* api-change:``wafv2``: You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.

1.32.35
=======

* api-change:``glue``: Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections
* api-change:``workspaces``: Added definitions of various WorkSpace states

1.32.34
=======

* api-change:``dynamodb``: Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.33
=======

* api-change:``cognito-idp``: Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
* api-change:``ivs``: This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel.  New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
* api-change:``managedblockchain-query``: This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
* api-change:``mediaconvert``: This release includes support for broadcast-mixed audio description tracks.
* api-change:``neptune-graph``: Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.

1.32.32
=======

* api-change:``cloudformation``: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
* api-change:``elbv2``: Update elbv2 command to latest version
* api-change:``glue``: Update page size limits for GetJobRuns and GetTriggers APIs.
* api-change:``ssm``: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.

1.32.31
=======

* api-change:``datazone``: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
* api-change:``route53``: Update the SDKs for text changes in the APIs.

1.32.30
=======

* api-change:``autoscaling``: EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* api-change:``comprehend``: Comprehend PII analysis now supports Spanish input documents.
* api-change:``ec2``: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* api-change:``mwaa``: This release adds MAINTENANCE environment status for Amazon MWAA environments.
* api-change:``rds``: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
* api-change:``snowball``: Modified description of createaddress to include direction to add path when providing a JSON file.

1.32.29
=======

* api-change:``connect``: Update list and string length limits for predefined attributes.
* api-change:``inspector2``: This release adds ECR container image scanning based on their lastRecordedPullTime.
* api-change:``sagemaker``: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

1.32.28
=======

* api-change:``acm-pca``: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
* api-change:``lightsail``: This release adds support for IPv6-only instance plans.

1.32.27
=======

* api-change:``ec2``: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* api-change:``ecs``: Documentation updates for Amazon ECS.
* api-change:``outposts``: DeviceSerialNumber parameter is now optional in StartConnection API
* api-change:``rds``: This release adds support for Aurora Limitless Database.
* api-change:``storagegateway``: Add DeprecationDate and SoftwareVersion to response of ListGateways.

1.32.26
=======

* api-change:``inspector2``: This release adds support for CIS scans on EC2 instances.

1.32.25
=======

* bugfix:``s3 sync``: Disable S3 Express support for s3 sync command

1.32.24
=======

* api-change:``appconfigdata``: Fix FIPS Endpoints in aws-us-gov.
* api-change:``cloud9``: Doc-only update around removing AL1 from list of available AMIs for Cloud9
* api-change:``cloudfront-keyvaluestore``: This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
* api-change:``connectcases``: This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``ecs``: This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
* api-change:``finspace``: Allow customer to set zip default through command line arguments.
* api-change:``organizations``: Doc only update for quota increase change
* api-change:``rds``: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.23
=======

* api-change:``athena``: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
* api-change:``codebuild``: Release CodeBuild Reserved Capacity feature
* api-change:``dynamodb``: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
* api-change:``qconnect``: Increased Quick Response name max length to 100

1.32.22
=======

* api-change:``b2bi``: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
* api-change:``cloudtrail``: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
* api-change:``connect``: GetMetricDataV2 now supports 3 groupings
* api-change:``drs``: Removed invalid and unnecessary default values.
* api-change:``firehose``: Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
* api-change:``sagemaker-featurestore-runtime``: Increase BatchGetRecord limits from 10 items to 100 items

1.32.21
=======

* api-change:``dynamodb``: Updating note for enabling streams for UpdateTable.
* api-change:``keyspaces``: This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs

1.32.20
=======

* api-change:``iot``: Revert release of LogTargetTypes
* api-change:``iotfleetwise``: Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field.
* api-change:``macie2``: This release adds support for analyzing Amazon S3 objects that are encrypted using dual-layer server-side encryption with AWS KMS keys (DSSE-KMS). It also adds support for reporting DSSE-KMS details in statistics and metadata about encryption settings for S3 buckets and objects.
* api-change:``payment-cryptography``: Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations  with ISO9797 Algorithm 1 MAC calculations.
* api-change:``personalize-runtime``: Documentation updates for Amazon Personalize
* api-change:``personalize``: Documentation updates for Amazon Personalize.
* api-change:``rekognition``: This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses.
* api-change:``securityhub``: Documentation updates for AWS Security Hub

1.32.19
=======

* api-change:``sagemaker``: This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.

1.32.18
=======

* api-change:``connect``: Supervisor Barge for Chat is now supported through the MonitorContact API.
* api-change:``connectparticipant``: Introduce new Supervisor participant role
* api-change:``location``: Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type.
* api-change:``mwaa``: This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
* api-change:``s3control``: S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
* api-change:``supplychain``: This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
* api-change:``transfer``: AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version

1.32.17
=======

* api-change:``ec2``: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* api-change:``ecs``: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* api-change:``events``: Update events command to latest version
* api-change:``iot``: Add ConflictException to Update APIs of AWS IoT Software Package Catalog
* api-change:``iotfleetwise``: The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType
* api-change:``secretsmanager``: Doc only update for Secrets Manager
* api-change:``workspaces``: Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update

(adam)

2024-02-29 07:01:38 UTC MAIN commitmail json YAML

py-boto3: updated to 1.34.52

1.34.52
=======

* api-change:``batch``: [``botocore``] This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
* api-change:``bedrock-agent-runtime``: [``botocore``] This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
* api-change:``ce``: [``botocore``] This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
* api-change:``ec2``: [``botocore``] This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
* api-change:``iot``: [``botocore``] This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
* api-change:``wafv2``: [``botocore``] AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.

1.34.51
=======

* api-change:``amplifyuibuilder``: [``botocore``] We have added the ability to tag resources after they are created

1.34.50
=======

* api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway.
* api-change:``drs``: [``botocore``] Added volume status to DescribeSourceServer replicated volumes.
* api-change:``kafkaconnect``: [``botocore``] Adds support for tagging, with new TagResource, UntagResource and ListTagsForResource APIs to manage tags and updates to existing APIs to allow tag on create. This release also adds support for the new DeleteWorkerConfiguration API.
* api-change:``rds``: [``botocore``] This release adds support for gp3 data volumes for Multi-AZ DB Clusters.

1.34.49
=======

* api-change:``appsync``: [``botocore``] Documentation only updates for AppSync
* api-change:``qldb``: [``botocore``] Clarify possible values for KmsKeyArn and EncryptionDescription.
* api-change:``rds``: [``botocore``] Add pattern and length based validations for DBShardGroupIdentifier
* api-change:``rum``: [``botocore``] Doc-only update for new RUM metrics that were added

1.34.48
=======

* api-change:``internetmonitor``: [``botocore``] This release adds IPv4 prefixes to health events
* api-change:``kinesisvideo``: [``botocore``] Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

1.34.47
=======

* api-change:``iotevents``: [``botocore``] Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
* api-change:``lookoutequipment``: [``botocore``] This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
* api-change:``medialive``: [``botocore``] MediaLive now supports the ability to restart pipelines in a running channel.
* api-change:``ssm``: [``botocore``] This release adds support for sharing Systems Manager parameters with other AWS accounts.

1.34.46
=======

* api-change:``dynamodb``: [``botocore``] Publishing quick fix for doc only update.
* api-change:``firehose``: [``botocore``] This release updates a few Firehose related APIs.
* api-change:``lambda``: [``botocore``] Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

1.34.45
=======

* api-change:``amplify``: [``botocore``] This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
* api-change:``chatbot``: [``botocore``] This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
* api-change:``config``: [``botocore``] Documentation updates for the AWS Config CLI
* api-change:``ivs``: [``botocore``] Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
* api-change:``keyspaces``: [``botocore``] Documentation updates for Amazon Keyspaces
* api-change:``mediatailor``: [``botocore``] MediaTailor: marking #AdBreak.OffsetMillis as required.

1.34.44
=======

* api-change:``connectparticipant``: [``botocore``] Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
* api-change:``emr``: [``botocore``] adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
* api-change:``firehose``: [``botocore``] This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
* api-change:``lambda``: [``botocore``] Documentation-only updates for Lambda to clarify a number of existing actions and properties.
* api-change:``rds``: [``botocore``] Doc only update for a valid option in DB parameter group
* api-change:``sns``: [``botocore``] This release marks phone numbers as sensitive inputs.

1.34.43
=======

* api-change:``artifact``: [``botocore``] This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* api-change:``codepipeline``: [``botocore``] Add ability to override timeout on action level.
* api-change:``detective``: [``botocore``] Doc only updates for content enhancement
* api-change:``guardduty``: [``botocore``] Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* api-change:``healthlake``: [``botocore``] This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* api-change:``opensearch``: [``botocore``] Adds additional supported instance types.
* api-change:``polly``: [``botocore``] Amazon Polly adds 1 new voice - Burcu (tr-TR)
* api-change:``sagemaker``: [``botocore``] This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.42
=======

* api-change:``controltower``: [``botocore``] Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
* api-change:``lookoutequipment``: [``botocore``] This feature allows customers to see pointwise model diagnostics results for their models.
* api-change:``qbusiness``: [``botocore``] This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.

1.34.41
=======

* bugfix:ContainerProvider: [``botocore``] Properly refreshes token from file from EKS in ContainerProvider
* api-change:``lightsail``: [``botocore``] This release adds support to upgrade the major version of a database.
* api-change:``marketplace-catalog``: [``botocore``] AWS Marketplace Catalog API now supports setting intent on requests
* api-change:``resource-explorer-2``: [``botocore``] Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.
* api-change:``securitylake``: [``botocore``] Documentation updates for Security Lake
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.40
=======

* api-change:``appsync``: [``botocore``] Adds support for new options on GraphqlAPIs, Resolvers and  Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
* api-change:``neptune-graph``: [``botocore``] Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.
* api-change:``route53domains``: [``botocore``] This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.

1.34.39
=======

* api-change:``amp``: [``botocore``] Overall documentation updates.
* api-change:``batch``: [``botocore``] This feature allows Batch to support configuration of repository credentials for jobs running on ECS
* api-change:``braket``: [``botocore``] Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
* api-change:``cost-optimization-hub``: [``botocore``] Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
* api-change:``ecs``: [``botocore``] Documentation only update for Amazon ECS.
* api-change:``iot``: [``botocore``] This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
* api-change:``pricing``: [``botocore``] Add Throttling Exception to all APIs.

1.34.38
=======

* api-change:``codepipeline``: [``botocore``] Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
* api-change:``quicksight``: [``botocore``] General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
* api-change:``workspaces``: [``botocore``] This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".

1.34.37
=======

* api-change:``datasync``: [``botocore``] AWS DataSync now supports manifests for specifying files or objects to transfer.
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``redshift``: [``botocore``] LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

1.34.36
=======

* api-change:``appsync``: [``botocore``] Support for environment variables in AppSync GraphQL APIs
* api-change:``ecs``: [``botocore``] This release is a documentation only update to address customer issues.
* api-change:``es``: [``botocore``] This release adds clear visibility to the customers on the changes that they make on the domain.
* api-change:``logs``: [``botocore``] This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
* api-change:``opensearch``: [``botocore``] This release adds clear visibility to the customers on the changes that they make on the domain.
* api-change:``wafv2``: [``botocore``] You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.

1.34.35
=======

* api-change:``glue``: [``botocore``] Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections
* api-change:``workspaces``: [``botocore``] Added definitions of various WorkSpace states

1.34.34
=======

* api-change:``dynamodb``: [``botocore``] Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.33
=======

* api-change:``cognito-idp``: [``botocore``] Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
* api-change:``ivs``: [``botocore``] This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel.  New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
* api-change:``managedblockchain-query``: [``botocore``] This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
* api-change:``mediaconvert``: [``botocore``] This release includes support for broadcast-mixed audio description tracks.
* api-change:``neptune-graph``: [``botocore``] Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.

1.34.32
=======

* api-change:``cloudformation``: [``botocore``] CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
* api-change:``glue``: [``botocore``] Update page size limits for GetJobRuns and GetTriggers APIs.
* api-change:``ssm``: [``botocore``] This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.

1.34.31
=======

* api-change:``datazone``: [``botocore``] Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
* api-change:``route53``: [``botocore``] Update the SDKs for text changes in the APIs.

1.34.30
=======

* api-change:``autoscaling``: [``botocore``] EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* api-change:``comprehend``: [``botocore``] Comprehend PII analysis now supports Spanish input documents.
* api-change:``ec2``: [``botocore``] EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* api-change:``mwaa``: [``botocore``] This release adds MAINTENANCE environment status for Amazon MWAA environments.
* api-change:``rds``: [``botocore``] Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
* api-change:``snowball``: [``botocore``] Modified description of createaddress to include direction to add path when providing a JSON file.

1.34.29
=======

* api-change:``connect``: [``botocore``] Update list and string length limits for predefined attributes.
* api-change:``inspector2``: [``botocore``] This release adds ECR container image scanning based on their lastRecordedPullTime.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

1.34.28
=======

* api-change:``acm-pca``: [``botocore``] AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
* api-change:``lightsail``: [``botocore``] This release adds support for IPv6-only instance plans.

1.34.27
=======

* api-change:``ec2``: [``botocore``] Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* api-change:``ecs``: [``botocore``] Documentation updates for Amazon ECS.
* api-change:``outposts``: [``botocore``] DeviceSerialNumber parameter is now optional in StartConnection API
* api-change:``rds``: [``botocore``] This release adds support for Aurora Limitless Database.
* api-change:``storagegateway``: [``botocore``] Add DeprecationDate and SoftwareVersion to response of ListGateways.

1.34.26
=======

* api-change:``inspector2``: [``botocore``] This release adds support for CIS scans on EC2 instances.

1.34.25
=======

* enhancement:documentation: [``botocore``] Updates the GitHub issue creation link in our README

1.34.24
=======

* api-change:``appconfigdata``: [``botocore``] Fix FIPS Endpoints in aws-us-gov.
* api-change:``cloud9``: [``botocore``] Doc-only update around removing AL1 from list of available AMIs for Cloud9
* api-change:``cloudfront-keyvaluestore``: [``botocore``] This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
* api-change:``connectcases``: [``botocore``] This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.
* api-change:``ec2``: [``botocore``] Documentation updates for Amazon EC2.
* api-change:``ecs``: [``botocore``] This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
* api-change:``finspace``: [``botocore``] Allow customer to set zip default through command line arguments.
* api-change:``organizations``: [``botocore``] Doc only update for quota increase change
* api-change:``rds``: [``botocore``] Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.23
=======

* api-change:``athena``: [``botocore``] Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
* api-change:``codebuild``: [``botocore``] Release CodeBuild Reserved Capacity feature
* api-change:``dynamodb``: [``botocore``] This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
* api-change:``qconnect``: [``botocore``] Increased Quick Response name max length to 100

1.34.22
=======

* api-change:``b2bi``: [``botocore``] Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
* api-change:``cloudtrail``: [``botocore``] This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
* api-change:``connect``: [``botocore``] GetMetricDataV2 now supports 3 groupings
* api-change:``drs``: [``botocore``] Removed invalid and unnecessary default values.
* api-change:``firehose``: [``botocore``] Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
* api-change:``sagemaker-featurestore-runtime``: [``botocore``] Increase BatchGetRecord limits from 10 items to 100 items

1.34.21
=======

* api-change:``dynamodb``: [``botocore``] Updating note for enabling streams for UpdateTable.
* api-change:``keyspaces``: [``botocore``] This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs

1.34.20
=======

* api-change:``iot``: [``botocore``] Revert release of LogTargetTypes
* api-change:``iotfleetwise``: [``botocore``] Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field.
* api-change:``macie2``: [``botocore``] This release adds support for analyzing Amazon S3 objects that are encrypted using dual-layer server-side encryption with AWS KMS keys (DSSE-KMS). It also adds support for reporting DSSE-KMS details in statistics and metadata about encryption settings for S3 buckets and objects.
* api-change:``payment-cryptography``: [``botocore``] Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations  with ISO9797 Algorithm 1 MAC calculations.
* api-change:``personalize-runtime``: [``botocore``] Documentation updates for Amazon Personalize
* api-change:``personalize``: [``botocore``] Documentation updates for Amazon Personalize.
* api-change:``rekognition``: [``botocore``] This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses.
* api-change:``securityhub``: [``botocore``] Documentation updates for AWS Security Hub

1.34.19
=======

* api-change:``sagemaker``: [``botocore``] This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.

1.34.18
=======

* api-change:``connect``: [``botocore``] Supervisor Barge for Chat is now supported through the MonitorContact API.
* api-change:``connectparticipant``: [``botocore``] Introduce new Supervisor participant role
* api-change:``location``: [``botocore``] Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type.
* api-change:``mwaa``: [``botocore``] This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
* api-change:``s3control``: [``botocore``] S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
* api-change:``supplychain``: [``botocore``] This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
* api-change:``transfer``: [``botocore``] AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version

1.34.17
=======

* api-change:``ec2``: [``botocore``] This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* api-change:``ecs``: [``botocore``] This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* api-change:``events``: [``botocore``] Update events client to latest version
* api-change:``iot``: [``botocore``] Add ConflictException to Update APIs of AWS IoT Software Package Catalog
* api-change:``iotfleetwise``: [``botocore``] The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType
* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager
* api-change:``workspaces``: [``botocore``] Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update

(adam)

2024-02-29 07:00:38 UTC MAIN commitmail json YAML

py-botocore: updated to 1.34.52

1.34.52
=======

* api-change:``batch``: This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
* api-change:``bedrock-agent-runtime``: This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
* api-change:``ce``: This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
* api-change:``ec2``: This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
* api-change:``iot``: This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
* api-change:``wafv2``: AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.

1.34.51
=======

* api-change:``amplifyuibuilder``: We have added the ability to tag resources after they are created

1.34.50
=======

* api-change:``apigateway``: Documentation updates for Amazon API Gateway.
* api-change:``drs``: Added volume status to DescribeSourceServer replicated volumes.
* api-change:``kafkaconnect``: Adds support for tagging, with new TagResource, UntagResource and ListTagsForResource APIs to manage tags and updates to existing APIs to allow tag on create. This release also adds support for the new DeleteWorkerConfiguration API.
* api-change:``rds``: This release adds support for gp3 data volumes for Multi-AZ DB Clusters.

1.34.49
=======

* api-change:``appsync``: Documentation only updates for AppSync
* api-change:``qldb``: Clarify possible values for KmsKeyArn and EncryptionDescription.
* api-change:``rds``: Add pattern and length based validations for DBShardGroupIdentifier
* api-change:``rum``: Doc-only update for new RUM metrics that were added

1.34.48
=======

* api-change:``internetmonitor``: This release adds IPv4 prefixes to health events
* api-change:``kinesisvideo``: Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

1.34.47
=======

* api-change:``iotevents``: Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
* api-change:``lookoutequipment``: This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
* api-change:``medialive``: MediaLive now supports the ability to restart pipelines in a running channel.
* api-change:``ssm``: This release adds support for sharing Systems Manager parameters with other AWS accounts.

1.34.46
=======

* api-change:``dynamodb``: Publishing quick fix for doc only update.
* api-change:``firehose``: This release updates a few Firehose related APIs.
* api-change:``lambda``: Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

1.34.45
=======

* api-change:``amplify``: This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
* api-change:``chatbot``: This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
* api-change:``config``: Documentation updates for the AWS Config CLI
* api-change:``ivs``: Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
* api-change:``keyspaces``: Documentation updates for Amazon Keyspaces
* api-change:``mediatailor``: MediaTailor: marking #AdBreak.OffsetMillis as required.

1.34.44
=======

* api-change:``connectparticipant``: Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
* api-change:``emr``: adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
* api-change:``firehose``: This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
* api-change:``lambda``: Documentation-only updates for Lambda to clarify a number of existing actions and properties.
* api-change:``rds``: Doc only update for a valid option in DB parameter group
* api-change:``sns``: This release marks phone numbers as sensitive inputs.

1.34.43
=======

* api-change:``artifact``: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* api-change:``codepipeline``: Add ability to override timeout on action level.
* api-change:``detective``: Doc only updates for content enhancement
* api-change:``guardduty``: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* api-change:``healthlake``: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* api-change:``opensearch``: Adds additional supported instance types.
* api-change:``polly``: Amazon Polly adds 1 new voice - Burcu (tr-TR)
* api-change:``sagemaker``: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* api-change:``secretsmanager``: Doc only update for Secrets Manager
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.42
=======

* api-change:``controltower``: Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
* api-change:``lookoutequipment``: This feature allows customers to see pointwise model diagnostics results for their models.
* api-change:``qbusiness``: This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.

1.34.41
=======

* bugfix:ContainerProvider: Properly refreshes token from file from EKS in ContainerProvider
* api-change:``lightsail``: This release adds support to upgrade the major version of a database.
* api-change:``marketplace-catalog``: AWS Marketplace Catalog API now supports setting intent on requests
* api-change:``resource-explorer-2``: Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.
* api-change:``securitylake``: Documentation updates for Security Lake
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.40
=======

* api-change:``appsync``: Adds support for new options on GraphqlAPIs, Resolvers and  Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
* api-change:``cloudwatch``: Update cloudwatch client to latest version
* api-change:``neptune-graph``: Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.
* api-change:``route53domains``: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.

1.34.39
=======

* api-change:``amp``: Overall documentation updates.
* api-change:``batch``: This feature allows Batch to support configuration of repository credentials for jobs running on ECS
* api-change:``braket``: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
* api-change:``cost-optimization-hub``: Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
* api-change:``ecs``: Documentation only update for Amazon ECS.
* api-change:``iot``: This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
* api-change:``pricing``: Add Throttling Exception to all APIs.

1.34.38
=======

* api-change:``codepipeline``: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
* api-change:``quicksight``: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
* api-change:``workspaces``: This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".

1.34.37
=======

* api-change:``datasync``: AWS DataSync now supports manifests for specifying files or objects to transfer.
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``redshift``: LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

1.34.36
=======

* api-change:``appsync``: Support for environment variables in AppSync GraphQL APIs
* api-change:``ecs``: This release is a documentation only update to address customer issues.
* api-change:``es``: This release adds clear visibility to the customers on the changes that they make on the domain.
* api-change:``logs``: This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
* api-change:``opensearch``: This release adds clear visibility to the customers on the changes that they make on the domain.
* api-change:``wafv2``: You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.

1.34.35
=======

* api-change:``glue``: Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections
* api-change:``workspaces``: Added definitions of various WorkSpace states

1.34.34
=======

* api-change:``dynamodb``: Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.33
=======

* api-change:``cognito-idp``: Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
* api-change:``ivs``: This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel.  New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
* api-change:``managedblockchain-query``: This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
* api-change:``mediaconvert``: This release includes support for broadcast-mixed audio description tracks.
* api-change:``neptune-graph``: Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.

1.34.32
=======

* api-change:``cloudformation``: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
* api-change:``elbv2``: Update elbv2 client to latest version
* api-change:``glue``: Update page size limits for GetJobRuns and GetTriggers APIs.
* api-change:``ssm``: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.

1.34.31
=======

* api-change:``datazone``: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
* api-change:``route53``: Update the SDKs for text changes in the APIs.

1.34.30
=======

* api-change:``autoscaling``: EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* api-change:``comprehend``: Comprehend PII analysis now supports Spanish input documents.
* api-change:``ec2``: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* api-change:``mwaa``: This release adds MAINTENANCE environment status for Amazon MWAA environments.
* api-change:``rds``: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
* api-change:``snowball``: Modified description of createaddress to include direction to add path when providing a JSON file.

1.34.29
=======

* api-change:``connect``: Update list and string length limits for predefined attributes.
* api-change:``inspector2``: This release adds ECR container image scanning based on their lastRecordedPullTime.
* api-change:``sagemaker``: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

1.34.28
=======

* api-change:``acm-pca``: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
* api-change:``lightsail``: This release adds support for IPv6-only instance plans.

1.34.27
=======

* api-change:``ec2``: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* api-change:``ecs``: Documentation updates for Amazon ECS.
* api-change:``outposts``: DeviceSerialNumber parameter is now optional in StartConnection API
* api-change:``rds``: This release adds support for Aurora Limitless Database.
* api-change:``storagegateway``: Add DeprecationDate and SoftwareVersion to response of ListGateways.

1.34.26
=======

* api-change:``inspector2``: This release adds support for CIS scans on EC2 instances.

1.34.25
=======

* enhancement:documentation: Updates the GitHub issue creation link in our README

1.34.24
=======

* api-change:``appconfigdata``: Fix FIPS Endpoints in aws-us-gov.
* api-change:``cloud9``: Doc-only update around removing AL1 from list of available AMIs for Cloud9
* api-change:``cloudfront-keyvaluestore``: This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
* api-change:``connectcases``: This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``ecs``: This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
* api-change:``finspace``: Allow customer to set zip default through command line arguments.
* api-change:``organizations``: Doc only update for quota increase change
* api-change:``rds``: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version

1.34.23
=======

* api-change:``athena``: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
* api-change:``codebuild``: Release CodeBuild Reserved Capacity feature
* api-change:``dynamodb``: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
* api-change:``qconnect``: Increased Quick Response name max length to 100

1.34.22
=======

* api-change:``b2bi``: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
* api-change:``cloudtrail``: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
* api-change:``connect``: GetMetricDataV2 now supports 3 groupings
* api-change:``drs``: Removed invalid and unnecessary default values.
* api-change:``firehose``: Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
* api-change:``sagemaker-featurestore-runtime``: Increase BatchGetRecord limits from 10 items to 100 items

1.34.21
=======

* api-change:``dynamodb``: Updating note for enabling streams for UpdateTable.
* api-change:``keyspaces``: This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs

1.34.20
=======

* api-change:``iot``: Revert release of LogTargetTypes
* api-change:``iotfleetwise``: Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field.
* api-change:``macie2``: This release adds support for analyzing Amazon S3 objects that are encrypted using dual-layer server-side encryption with AWS KMS keys (DSSE-KMS). It also adds support for reporting DSSE-KMS details in statistics and metadata about encryption settings for S3 buckets and objects.
* api-change:``payment-cryptography``: Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations  with ISO9797 Algorithm 1 MAC calculations.
* api-change:``personalize-runtime``: Documentation updates for Amazon Personalize
* api-change:``personalize``: Documentation updates for Amazon Personalize.
* api-change:``rekognition``: This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses.
* api-change:``securityhub``: Documentation updates for AWS Security Hub

1.34.19
=======

* api-change:``sagemaker``: This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.

1.34.18
=======

* api-change:``connect``: Supervisor Barge for Chat is now supported through the MonitorContact API.
* api-change:``connectparticipant``: Introduce new Supervisor participant role
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
* api-change:``location``: Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type.
* api-change:``mwaa``: This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
* api-change:``s3control``: S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
* api-change:``supplychain``: This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
* api-change:``transfer``: AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.

1.34.17
=======

* api-change:``ec2``: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* api-change:``ecs``: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* api-change:``events``: Update events client to latest version
* api-change:``iot``: Add ConflictException to Update APIs of AWS IoT Software Package Catalog
* api-change:``iotfleetwise``: The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType
* api-change:``secretsmanager``: Doc only update for Secrets Manager
* api-change:``workspaces``: Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update

(adam)

2024-02-29 02:03:20 UTC MAIN commitmail json YAML

On Darwin, add gsed to USE_TOOLS and patch the icestorm Makefile to
stop working around a behavioral difference in the Darwin sed(1) -i
option relative to other sed implementations.

If textproc/nbsed supported the -i option, the USE_TOOLS change would
not be necessary.  But since the Darwin system sed(1) is not used in
pkgsrc at the moment, the Makefile patch would still be required.

See also PR pkg/57970.

(thorpej)

2024-02-29 01:59:35 UTC MAIN commitmail json YAML

Two small fixes:
- Explicitly set GITHUB_PROJECT so that downloads work correctly in the face
  of the other shenanigans engaged in due to how the nextpnr releases are
  tagged (this mistake was masked when I refactored this into nextpnr and
  nextpnr-ice40 by virtue of having already downloaded the distfile).
- Pass -DCURRENT_GIT_VERSION=${NEXTPNR_VERSION} in the CMAKE_ARGS so that
  the binary has the correct version in the usage message.

No revision bump since this doesn't change the meat of the package really.

(thorpej)

2024-02-29 01:17:46 UTC MAIN commitmail json YAML

2024-02-28 22:56:10 UTC MAIN commitmail json YAML

doc: Updated devel/skalibs to 2.14.1.1

(schmonz)

2024-02-28 22:56:04 UTC MAIN commitmail json YAML

skalibs: update to 2.14.1.1 and take MAINTAINER. Changes:

- Bugfixes.

(schmonz)

2024-02-28 21:35:40 UTC MAIN commitmail json YAML

multimedia/assimp: Reset MAINTAINER

(charlotte)

2024-02-28 19:20:14 UTC MAIN commitmail json YAML

doc: Updated www/cobalt to 0.19.2

(pin)

2024-02-28 19:19:54 UTC MAIN commitmail json YAML

2024-02-28 19:19:15 UTC MAIN commitmail json YAML

security/sequoia-sq: clean-up Makefile

(pin)

2024-02-28 19:18:04 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.23.9

(pin)

2024-02-28 19:17:26 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.23.9

Correct the last git release tag. No source code change.

This corrects the last git release tag (without `v`) which caused downstream
build scripts to fail.

(pin)

2024-02-28 18:05:04 UTC MAIN commitmail json YAML

Updated archivers/zziplib, databases/py-redis, textproc/py-rapidjson, comms/py-rich

(adam)

2024-02-28 18:04:41 UTC MAIN commitmail json YAML

py-rich: updated to 13.7.1

13.7.1 - 2023-02-28

Fixed

Updated the widths of some characters

(adam)

2024-02-28 18:03:38 UTC MAIN commitmail json YAML

py-rapidjson: updated to 1.15

1.15 (2024-02-28)

* Honor the `recursion limit`__ also at parse time, to avoid attacks as described by
  `CVE-2024-27454`

(adam)

2024-02-28 18:02:20 UTC MAIN commitmail json YAML

py-redis: updated to 5.0.2

5.0.2

New Features

Allow to control the minimum SSL version
Add modules support to async RedisCluster
Adding lock_name to LockError
Add GEOSHAPE field type for index creation of RediSearch

Bug Fixes

Fix retry logic for pubsub and pipeline
Ignore TypeError on disconnect (within multiprocess)
Release already acquired connections on ClusterPipeline, when get_connection raises an exception
Fix possible pipeline connections leak
Return a copy of the response from cache
Fix: HSET unexpectedly mutates the list passed to items
Fix acl_genpass with bits
Allow the parsing of the asking command to forward original options
Fix parsing of FT.PROFILE result
Use disable_decoding in async read_response with hiredis parser.
Fix return types in json commands
Fix Specifying Target Nodes broken hyperlink

Maintenance

Fix incorrect asserts in test and ensure connections are closed
Revert stale issue version update
Docs: Add timeout parameter for get_message example
Bump codecov/codecov-action from 3 to 4
Bump actions/stale from 3 to 9
Fix grammer in BlockingConnectionPool class documentation
Updating async-timeout to 4.0.3
Fix type hint of arbitrary argument lists
Fix JSON.OBJLEN type hint
Fix HDEL type hint
Docs: organize cluster mode part of lua scripting
Update reported version deprecation in asyncio.client
Make the connection callback methods public again, add documentation
Update repr of important classes with module name and recommended "< …
Typo in advanced features documentation
Fix typos in documentation
Add "sum" to DUPLICATE_POLICY documentation of TS.CREATE, TS.ADD and TS.ALTER
Fixed typo in ocsp.py
Creating CODEOWNERS for documentation

(adam)

2024-02-28 17:58:00 UTC MAIN commitmail json YAML

zziplib: updated to 0.13.73

release 0.13.73
* fixed last cmake bug - parallel builds can lead to race condition
* abolished centos8 testbuilds and prepared ubuntu24
* integrated some github patches
* prepare autoformat with clang-format (not yet enforced)

(adam)

2024-02-28 16:43:21 UTC MAIN commitmail json YAML

doc/TODO: -php-mrbs-1.11.4

- php-mrbs-1.11.4.

(taca)

2024-02-28 16:42:49 UTC MAIN commitmail json YAML

doc: Updated time/php-mrbs to 1.11.4

(taca)

2024-02-28 16:42:30 UTC MAIN commitmail json YAML

time/php-mrbs: commit additional file

(taca)

2024-02-28 16:41:42 UTC MAIN commitmail json YAML

time/php-mrbs: update to 1.11.4

* Reset MAINTAINER by requested from previous MAINTAINER.
* Overhaul package.

Changes from 1.4.11 to 1.11.4 are too many to write here, please refer NEWS
file.

(taca)

2024-02-28 16:39:07 UTC MAIN commitmail json YAML

2024-02-28 16:34:00 UTC MAIN commitmail json YAML

doc: Added security/sequoia-sq version 0.33.0

(wiz)

2024-02-28 16:33:51 UTC MAIN commitmail json YAML

security/Makefile: + sequoia-sq

(wiz)

2024-02-28 16:33:38 UTC MAIN commitmail json YAML

security/sequoia-sq: import sequoia-sq-0.33.0

Packaged by pin@ and myself in wip.

sq, the Sequoia-PGP command line tool

Sequoia-PGP is an implementation of OpenPGP in Rust. It includes a suite of
library crates, which are meant to be used from applications.
This crate provides the 'sq' command line application.
'sq' is aimed at command line users as a way to use OpenPGP conveniently from
the command line.

See the sq user guide for instructions:
https://sequoia-pgp.gitlab.io/sq-user-guide/

The program also has built-in help, using the --help option and help subcommand.

(wiz)

2024-02-28 16:30:46 UTC MAIN commitmail json YAML

doc: Updated www/snac to 2.48

(schmonz)

2024-02-28 16:30:42 UTC MAIN commitmail json YAML

snac: update to 2.48. Changes:

A new instance page, that shows all posts by users in the same instance
(like the public instance timeline, but interactive). This will help
building communities.

Follower-only replies to unknown users are not shown in timelines.

Added verification of metadata links: if the linked page contains a
link back to the snac user with a rel="me" attribute, it's marked
as verified.

Added a new server-level configuration parameter: `min_account_age`. If
this value (in seconds) is set in `server.json`, any activity coming
from accounts that were created newer than that will be discarded. This
can be used to mitigate spam.

Added a profile-page relation to links in webfinger responses
(contributed by khm).

Fixed some regressions and a crash.

(schmonz)

2024-02-28 16:23:40 UTC MAIN commitmail json YAML

doc/TODO: -php-mongodb-1.17.2

- php-mongodb-1.17.2.

(taca)

2024-02-28 16:22:46 UTC MAIN commitmail json YAML

doc: Updated databases/php-mongodb to 1.17.2

(taca)

2024-02-28 16:22:25 UTC MAIN commitmail json YAML

databases/php-mongodb: update to 1.17.2

Drop php56 and support php74 and later.

Currently, it dose not use databases/mongo-c-driver but use bundled
libraries since we don't have databases/libmongocrypt package yet(?).

Changes from 1.9.1 is too many to write here, please refer
<https://pecl.php.net/package-changelog.php?package=mongodb>.

(taca)

2024-02-28 16:00:52 UTC MAIN commitmail json YAML

doc/TODO: update two php package

- php-concretecms-9.2.4.
+ php-dotclear-2.29.

(taca)

2024-02-28 15:57:44 UTC MAIN commitmail json YAML

www/php-dotclear: move PHP_VERSIONS_ACCEPTED definition

* PHP_VERSIONS_ACCEPTED should be defined before including
  lang/php/phpversion.mk.

(taca)

2024-02-28 15:50:16 UTC MAIN commitmail json YAML

doc: Updated multimedia/vlc to 3.0.20nb4

(triaxx)

2024-02-28 15:49:53 UTC MAIN commitmail json YAML

vlc: Fix build with -qt5

pkgsrc changes:
---------------
  * Remove ${PLIST.qt5} before libaccess shout library in PLIST.
  * Bump revision.

(triaxx)

2024-02-28 15:49:25 UTC MAIN commitmail json YAML

doc: Updated www/php-ja-wordpress to 6.4.3

(taca)

2024-02-28 15:49:09 UTC MAIN commitmail json YAML

www/php-ja-wordpress: update to 6.4.3

pkgsrc change: don't accept php56.

Changes from 5.9.3 is too much to write here.  Please refer official site:
<https://ja.wordpress.org>.

(taca)

2024-02-28 15:42:06 UTC MAIN commitmail json YAML

2024-02-28 15:34:48 UTC MAIN commitmail json YAML

doc: Updated www/drupal7 to 7.99

(taca)

2024-02-28 15:34:32 UTC MAIN commitmail json YAML

www/drupal7: update to 7.99

pkgsrc change: exclude php83 since Drupal 7 dose not supoprt it.

7.98 (2023-06-07)

* Session IDs are now hashed in the database in Drupal 7 - read this change
  record before running the database update

* Double click prevention introduced in Drupal 7

* Update info is fetched over https by default in Drupal 7

* Content of phpinfo() admin status page is now configurable in Drupal 7

7.99 (2023-12-06)

* Menu link 'Parent link' is limited to the current menu when creating new
  custom menu links through the UI in Drupal 7

* hook_field_schema_alter() was added in Drupal 7

* file_validate_image_resolution() now validates minimum dimensions against
  the resized image in Drupal 7

* Node translations table now contains a link to delete translation in
  Drupal 7

* ModuleUpdater::getSchemaUpdates() was removed in Drupal 7

* When a user fails login, the reset password link no longer pre-fills the
  username in Drupal 7

* Drupal 7's aggregator feed now displays up to 255 characters from
  description if no title is found

* Protection against abuse of DrupalCacheArray::__destruct() in Drupal 7

(taca)

2024-02-28 15:22:35 UTC MAIN commitmail json YAML

doc: Updated security/sudo to 1.9.15p5

(taca)

2024-02-28 15:22:17 UTC MAIN commitmail json YAML

security/sudo: update to 1.9.15p5

1.9.15p3 (2023-12-13)

* Always disable core dumps when sudo sends itself a fatal signal.
  Fixes a problem where sudo could potentially dump core dump when
  it re-sends the fatal signal to itself.  This is only an issue
  if the command received a signal that would normally result in
  a core dump but the command did not actually dump core.

* Fixed a bug matching a command with a relative path name when
  the sudoers rule uses shell globbing rules for the path name.
  Bug #1062.

* Permit visudo to be run even if the local host name is not set.
  GitHub issue #332.

* Fixed an editing error introduced in sudo 1.9.15 that could
  prevent sudoreplay from replaying sessions correctly.
  GitHub issue #334.

* Fixed a bug introduced in sudo 1.9.15 where "sudo -l > /dev/null"
  could hang on Linux systems.  GitHub issue #335.

* Fixed a bug introduced in sudo 1.9.15 where Solaris privileges
  specified in sudoers were not applied to the command being run.

1.9.15p4 (2023-12-15)

* Fixed a bug introduced in sudo 1.9.15 that could prevent a user's
  privileges from being listed by "sudo -l" if the sudoers entry
  in /etc/nsswitch.conf contains "[SUCCESS=return]".  This did not
  affect the ability to run commands via sudo.  Bug #1063.

1.9.15p5 (2023-12-30)

* Fixed evaluation of the "lecture", "listpw", "verifypw", and
  "fdexec" sudoers Defaults settings when used without an explicit
  value.  Previously, if specified without a value they were
  evaluated as boolean "false", even when the negation operator
  ('!') was not present.

* Fixed a bug introduced in sudo 1.9.14 that prevented LDAP
  netgroup queries using the NETGROUP_BASE setting from being
  performed.

* Sudo will now transparently rename a user's lecture file from
  the older name-based path to the newer user-ID-based path.
  GitHub issue #342.

* Fixed a bug introduced in sudo 1.9.15 that could cause a memory
  allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails.  Bug #1066.

(taca)

2024-02-28 15:19:17 UTC MAIN commitmail json YAML

doc/TODO: postfix-3.8.5 done

- postfix-3.8.5.

(taca)

2024-02-28 15:18:52 UTC MAIN commitmail json YAML

doc: Update postfix and related pacakges to 3.8.5

mail/postfix
mail/postfix-cdb
mail/postfix-ldap
mail/postfix-lmdb
mail/postfix-mysql
mail/postfix-pcre
mail/postfix-pgsql
mail/postfix-sqlite

(taca)

2024-02-28 15:16:19 UTC MAIN commitmail json YAML

mail/postfix: upadte to 3.8.5

3.8.5 (2024-01-22)

Security: this release improves support to defend against an email
spoofing attack (SMTP smuggling) on recipients at a Postfix server. For
background, see https://www.postfix.org/smtp-smuggling.html.

The improvements provide better logging, and better compatibility with
existing SMTP clients (less need to allowlist clients).

Sites concerned about SMTP smuggling attacks should enable this feature
on Internet-facing Postfix servers. For compatibility with non-standard
clients, Postfix by default excludes clients in mynetworks from this
countermeasure.

The recommended settings are:

    # Require the standard End-of-DATA sequence <CR><LF>.<CR><LF>.
    # Otherwise, allow bare <LF> and process it as if the client sent
    # <CR><LF>.
    #
    # This maintains compatibility with many legitimate SMTP client
    # applications that send a mix of standard and non-standard line
    # endings, but will fail to receive email from client implementations
    # that do not terminate DATA content with the standard End-of-DATA
    # sequence <CR><LF>.<CR><LF>.
    #
    # Such clients can be allowlisted with smtpd_forbid_bare_newline_exclusions.
    # The example below allowlists SMTP clients in trusted networks.
    #
    smtpd_forbid_bare_newline = normalize
    smtpd_forbid_bare_newline_exclusions = $mynetworks

Notes:

  * The default setting is "smtpd_forbid_bare_newline = no" in Postfix
    releases < 3.9, for compatibility reasons. This means that Postfix
    is by default vulnerable to SMTP smuggling.

  * The new setting "smtpd_forbid_bare_newline = normalize" is the
    default for Postfix releases 3.9 and later.

  * The old setting "smtpd_forbid_bare_newline = yes" is now an alias for
    "smtpd_forbid_bare_newline = normalize".

  * The new setting "smtpd_forbid_bare_newline = reject" will refuse
    commands or message content with a bare newline. For details see
    the RELEASE_NOTES or the postconf(5) documentation.

(taca)

2024-02-28 14:46:00 UTC MAIN commitmail json YAML

doc: Updated mail/pear-Mail to 2.0.0

(taca)

2024-02-28 14:45:43 UTC MAIN commitmail json YAML

mail/pear-Mail: update to 2.0.0

2.0.0 (2024-01-15)

* BugFix: Use CRLF for header separation, except sendmail, fixes #23 #24

(taca)

2024-02-28 14:42:07 UTC MAIN commitmail json YAML

doc: Updated graphics/pear-Image_Color to 1.0.6

(taca)

2024-02-28 14:41:44 UTC MAIN commitmail json YAML

graphics/pear-Image_Color: update to 1.0.6

It looks like that 1.0.5 was not released.

1.0.6 (2024-01-15)

* QA Release
* Add to Packagist

(taca)

2024-02-28 13:46:10 UTC MAIN commitmail json YAML

doc: Updated graphics/openjpeg to 2.5.2

(wiz)

2024-02-28 13:46:01 UTC MAIN commitmail json YAML

openjpeg: update to 2.5.2.

## OpenJPEG 2.5.2 (Feb 2024)

No API/ABI break compared to v2.5.1

* Make sure openjpeg.h includes opj_config.h [\#1514](https://github.com/uclouvain/openjpeg/issues/1514)

(wiz)

2024-02-28 13:38:57 UTC MAIN commitmail json YAML

doc: Updated biology/py-macs3 to 3.0.1

(bacon)

2024-02-28 13:38:48 UTC MAIN commitmail json YAML

2024-02-28 12:34:10 UTC MAIN commitmail json YAML

py-html2text: also needs py-wheel to build

(wiz)

2024-02-28 12:09:29 UTC MAIN commitmail json YAML

*vmailmgr*: fix distfile fetching.

(schmonz)

2024-02-28 12:03:03 UTC MAIN commitmail json YAML

doc: Updated textproc/unicode-emoji to 15.1

(tsutsui)

2024-02-28 11:56:39 UTC MAIN commitmail json YAML

py-html2text: needs py-setuptools to build.

(schmonz)

2024-02-28 11:53:31 UTC MAIN commitmail json YAML

2024-02-28 11:34:37 UTC MAIN commitmail json YAML

2024-02-28 11:13:18 UTC MAIN commitmail json YAML

2024-02-28 10:32:20 UTC MAIN commitmail json YAML

Updated devel/py-test-httpserver, devel/py-test-testmon

(adam)

2024-02-28 10:32:03 UTC MAIN commitmail json YAML

py-test-testmon: updated to 2.1.1

v2.1.1
Allow pytest 8 (after testing) and bump version to 2.1.1.

(adam)

2024-02-28 10:31:01 UTC MAIN commitmail json YAML

py-test-httpserver: updated to 1.0.10

1.0.10

New Features

- When there's no handler for the request, add more details to the response
  sent by the server about the request to help debugging.

Other Notes

- Use ruff for linting. It includes some source code changes which should not
  introduce functional changes, or API changes.

(adam)

2024-02-28 08:53:24 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-DMARC to 1.20240214

(wen)

2024-02-28 08:52:34 UTC MAIN commitmail json YAML

Update to 1.20240214

Upstream changes:
1.20240214

- feat: add imap option to specify port #195
- feat: add configurable DNS retrans option #214
- ignore empty/wrong lines on whitelist_dmarc file #219
- test: mock DNS during testing #213
- ci: restore CI tests to working order
- Force lower case for SPF domain input #212

(wen)

2024-02-28 08:27:18 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Mini to 1.111017

(wen)

2024-02-28 08:26:38 UTC MAIN commitmail json YAML

Update to 1.111017

Upstream changes:
1.111017  2023-09-02 20:43:07-04:00 America/New_York
        - packaging updates, including notes on Perl version expected
        - improved error handling
        - absolutize local mirror location before mirroring
        - some doc tweaks

(wen)

2024-02-28 08:26:34 UTC MAIN commitmail json YAML

net/drill: use ../ldns/version.mk, and thereby bump to 1.8.3.

(he)

2024-02-28 08:25:12 UTC pkgsrc-2023Q2 commitmail json YAML

net/drill: undo mistaken commit to branch.

(he)

2024-02-28 08:23:44 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.60

(wen)

2024-02-28 08:23:06 UTC MAIN commitmail json YAML

Update to 0.60

Upstream changes:
0.60    - 2023-01-06, H.Merijn Brand
    * It's 2023

(wen)

2024-02-28 08:20:17 UTC MAIN commitmail json YAML

Updated net/p5-SNMP-Info to 3.97

(wen)

2024-02-28 08:18:02 UTC MAIN commitmail json YAML

Update to 3.97

Upstream changes:
Version 3.97 (2024-02-26)
  [BUG FIXES]

  * fix invalid IPv6 addresses returned by ipv6_addr
    for entries without a zone identifier
    caused by off-by-one error in parse_inetaddress

Version 3.96 (2024-02-26)
  [ENHANCEMENTS]

  * return IPv6 addresses of type ipv6z consistent by all IPv6 address methods

  * add parse_inetaddress method to IPv6
    for parsing RFC4001 InetAddress OIDs used to index the IP-MIB
    and refactor its methods to use it where appropriate

  * override parse_inetaddress for Cisco ASA which doesn't conform to RFC4001
    because it is missing the number of octets in InetAddress, seems it's
    indexed like the CISCO-IETF-IP-MIB

Version 3.95 (2023-09-02)

  [ENHANCEMENTS]

  * #491 Dell - Take into account OS10
  * #492 F5 - Update the module to correctly retrieve interfaces
  * #499 aoscx power over ethernet support
  * #500 pretty format 2.5gbps speeds

  [BUG FIXES]

  * partial revert #484 and replace with Cisco specific CiscoAgg::agg_ports_propvirtual

Version 3.94 (2023-07-25)

  [BUG FIXES]

  * partial revert #484 and replace with Cisco specific CiscoAgg::agg_ports_propvirtual

Version 3.93 (2023-07-14)

  [ENHANCEMENTS]

  * #484 add Aggregate::agg_ports_ifstack to CiscoAgg::agg_ports

Version 3.92 (2023-02-20)
Version 3.91 (2023-02-20)
Version 3.90 (2023-02-20)

  [NEW FEATURES]

  * #450 Hirschmann switch support
  * #463 Netonix switch support

  [ENHANCEMENTS]

  * new() accepts hashref as well as bare list of arguments
  # #475 additional recognition of Allied switches
  * #477 additional recognition of Cisco 9xxx switches

  [BUG FIXES]

  * #460 always return $info instance to allow error() inspection
  * #464 check in case non numeric key in cache befor inc
  * #474 workaround for aruba-cx link aggregation

Version 3.89 (2022-08-18)

  [BUG FIXES]

  * add Regexp::Common to dependencies
  * fix tests for i_vlan_membership_untagged

Version 3.88 (2022-08-17)

  [NEW FEATURES]

  * Add i_subinterfaces for VLAN subinterfaces in Layer3::Juniper
  * Add i_vlan and i_vlan_membership_untagged to Layer3::Juniper based on ifChassisLogicalUnit

Version 3.87 (2022-08-12)

  [NEW FEATURES]

  * PortAccessEntity/IEEE8021-PAE-MIB module support

  [ENHANCEMENTS]

  * #462 SNMP::Info::Layer3::PaloAlto to include layer 2
  * #461 Expose lldLocChassisId as $lldp->lldp_loc_id
  * Update CiscoStats.pm for Amsterdam IOS-XE release

  [BUG FIXES]

  * #470 avoid error if Juniper VLAN not in bp_index

Version 3.86 (2022-08-10)

  [BUG FIXES]

  * #468 Cisco dotted subinterfaces had incorrect vlan assigned

Version 3.85 (2022-08-02)

  [NEW FEATURES]

  * Add i_subinterfaces for VLAN subinterfaces in CiscoVTP

Version 3.84 (2022-07-04)
Version 3.83 (2022-07-04)

  [NEW FEATURES]

  * Add support for HW Group STE whitespace monitoring devices

Version 3.82 (2022-03-16)

  [NEW FEATURES]

  * add Cisco BGP MIB support to all Cisco Layer 3 devices

Version 3.81 (2021-10-07)

  [ENHANCEMENTS]

  * #400 change IPv6 decode warning to be debug-only
  * #394 Recognise hyphenated cumulus version strings
  * #401 add DLink layers always 2+3
  * #377 i/if_ignore cleanup

  [BUG FIXES]

  * #443 trapeze and nws deep recursion fix
  * #378 fix several uninitialized vars
  * #374 undefined error from H3C class

Version 3.80 (2021-09-22)
Version 3.79 (2021-09-22)

  [NEW FEATURES]

  * layer3::fortinet now supports link aggregation mapping
  * Add support for Riverbed SteelheadEx and Steelfusion (#438)

  [ENHANCEMENTS]

  * change default class for Cisco from Layer3::Cisco to Layer3::CiscoSwitch

  [BUG FIXES]

  * Fix typo in Whiterabbit.pm (#439)

Version 3.78 (2021-09-08)

  [BUG FIXES]

  * Fix undefined value error in Bridge.pm i_vlan

(wen)

2024-02-28 08:16:07 UTC MAIN commitmail json YAML

Updated sysutils/ansible, devel/py-pydantic

(adam)

2024-02-28 08:15:30 UTC MAIN commitmail json YAML

py-pydantic: updated to 2.6.3

v2.6.3 (2024-02-27)

Packaging

* Update `pydantic-settings` version in the docs

Fixes

* Fix discriminated union schema gen bug

(adam)

2024-02-28 08:13:05 UTC MAIN commitmail json YAML

ansible: updated to 9.3.0

9.3.0

Major Changes

community.mysql

- Collection version 2.*.* is EOL, no more bugfixes will be backported. Please consider upgrading to the latest version.

fortinet.fortios

- Update all the boolean values to true/false in the documents and examples.
- Update the document of log_fact.
- Update the mismatched version message with version ranges.
- Update the required ansible version to 2.14.
- Update the supported version ranges instead of concrete version numbers to reduce the collection size.

(adam)

2024-02-28 07:43:47 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-URandom to 0.40

(wen)

2024-02-28 07:43:06 UTC MAIN commitmail json YAML

Update to 0.40

Upstream changes:
0.40 - Sat Feb 17 06:34:33 2024
      Moving $OSNAME checks to compile time with GH#4.  Thanks to Aristotle.
      Test and documentation fixes in GH#1, GH#2, GH#3.  Thanks to guest20.

(wen)

2024-02-28 07:41:35 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-ECB to 2.23

(wen)

2024-02-28 07:40:50 UTC MAIN commitmail json YAML

Update to 2.23

Upstream changes:
v2.23, 16.01.2024
        - no code changes
        - ignoring Crypt::OpenSSL::Blowfish in test suite, as it is no longer
                accepting 56 byte keys (as other Blowfish implementations do)
        - added GPLv2 text

(wen)

2024-02-28 07:35:49 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Mechanize to 2.18

(wen)

2024-02-28 07:32:58 UTC MAIN commitmail json YAML

Update to 2.18

Upstream changes:
2.18      2024-01-30 14:29:44Z
    [FIXED]
    - Fix click_button non exclusive attributes (GH#371) (Andreas  Huber)
    [TESTS]
    - Remove t/untaint.t (GH#377) (Olaf Alders)

(wen)

2024-02-28 07:22:16 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-input-elographics to 1.4.4

(wiz)

2024-02-28 07:22:07 UTC MAIN commitmail json YAML

xf86-input-elographics: update to 1.4.4.

Alan Coopersmith (6):
      gitlab CI: ensure libtool is installed in build container
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      configure: clear up obsolete macro warnings from autoconf
      Move X.Org's standard C warning flags to AM_CFLAGS
      Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
      xf86-input-elographics 1.4.4

Enrico Weigelt, metux IT consult (1):
      .gitignore: add some missing entries

Tamura Dai (1):
      Use memmove() for copying overlaped areas.

(wiz)

2024-02-28 07:19:22 UTC MAIN commitmail json YAML

openjpeg: builldlink some binaries required by cmake files

(wiz)

2024-02-28 07:09:15 UTC MAIN commitmail json YAML

icestorm and nextpnr packages added.

(thorpej)

2024-02-28 07:08:27 UTC MAIN commitmail json YAML

Added devel/icestorm version 0.0.20240227
Added devel/nextpnr-ice40 version 0.7

(thorpej)

2024-02-28 06:31:58 UTC MAIN commitmail json YAML

2024-02-28 06:02:39 UTC MAIN commitmail json YAML

2024-02-28 05:34:50 UTC MAIN commitmail json YAML

doc: Updated www/cobalt to 0.19.1

(pin)

2024-02-28 05:34:29 UTC MAIN commitmail json YAML

www/cobalt: update to 0.19.1

0.19.1 - 2024-02-28
Compatibility
- MSRV is now 1.73

Fixes
- Put the base url for cobalt serve at / to work with tunnelling

(pin)

2024-02-28 05:03:48 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.23.8

(pin)

2024-02-28 05:03:01 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.23.8

Add page numbers for PDF rendition with WeasyPrint

Highlights in this release:

* Allow PDF rendition with WeasyPrint

      tpnote --export=- mydoc.md | weasyprint - mydoc.pdf

* Refactor `tmpl_html` templates
* Disable library logging when invoking with `--debug <LEVEL>`
* Remove some workaround for early versions of the `notify` crate.
* Bug fix: source also `tmpl_html` section when given in a configuration file

(pin)

2024-02-28 04:14:21 UTC MAIN commitmail json YAML

doc: Updated mail/bincimap to 2.0.15

(schmonz)

2024-02-28 04:14:16 UTC MAIN commitmail json YAML

bincimap: new upstream, update to 2.0.15. Changes:

2.0.15  Included logging for Operator LOGIN and display of the real auth
        user rather than the virtual user in the logs. Streamlined log
        output to be close to s/qmail's.
2.0.14  Removed gethostbyname and replaced by environment variable
        'TCPLOCALHOST'. Changed default logtype to 'multilog'.
2.0.13  Logging is working now for each session at logout/disconnect/timeout.
2.0.12  CRAM-MD5 Auth should work now (given the backend allows this).
        Modularized auth operator for potential new methods.
        Improved man pages to reflect current capabilities.
2.0.11  BincInfo renamed to BincLog, added s/qmail like tags for logging.
        Added a LICENSE file (under ./doc).
        StartTLS working now after reordering reply command sequence.
2.0.10  Added CRAM-MD5 authentication. 'logged in' log includes now remote IP.
2.0.9  Added doc + man pages and finished slashpackage installation.
2.0.8  Final cleaning and integration tests.
2.0.7  Moved StartTLS support into operator-starttls.cc.
2.0.6  Added StartTLS into sesssion-initialisation-bincimap-up.cc.
2.0.5  Added operator-id.cc (RFC 2971) since Evolution requires this.
2.0.4  Removed JAIL option -> sslserver can do that as well. Trimmed log
        output.
2.0.3  Trimming of *.cc and *.h files. Removed StartTLS driver.
2.0.2  Integration tests successful for TLS and with new qmail-authuser.
2.0.1  Makefile working. First minor fixes. Initial working version.
2.0.0  Initial restart of Bincimap 1.3.4 without Autoconf tools.

(schmonz)

2024-02-28 00:04:36 UTC MAIN commitmail json YAML

2024-02-28 00:04:28 UTC MAIN commitmail json YAML

doc: Updated graphics/openjpeg to 2.5.1nb1

(wiz)

2024-02-28 00:04:19 UTC MAIN commitmail json YAML

openjpeg: fix API change in 2.5.1 release using (to-be) upstream patch

Bump PKGREVISION

(wiz)

2024-02-27 23:51:47 UTC MAIN commitmail json YAML

doc: Updated wm/cwm to 7.4

(charlotte)

2024-02-27 23:50:07 UTC MAIN commitmail json YAML

wm/cwm: Update to 7.4

2023-10-20: Ninth public release 7.4 of portable cwm. Changes made between
OpenBSD 7.3 and 7.4:

- Allow cwm(1) to cycle through windows of the same window class as the active
  window, default key binding to M-grave, respectively Alt-Tilde, like with
  other window managers.

(charlotte)

2024-02-27 23:10:22 UTC MAIN commitmail json YAML

Update wordpress to 6.4.3

(morr)

2024-02-27 23:09:39 UTC MAIN commitmail json YAML

Update to version 6.4.3.

Changelog:

6.4.3:

WordPress 6.4.3 includes 5 bug fixes on Core, 16 bug fixes for the Block Editor, and 2 security fixes.

The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:

- m4tuto for finding a PHP File Upload bypass via Plugin Installer (requiring admin privileges).
- @_s_n_t of @pentestltd working with Trend Micro Zero Day Initiative for finding an RCE POP Chains vulnerability.
The 6.4.3 release was led by Sarah Norris, Joe McGill, and Aaron Jorbin.

6.4.2:

WordPress 6.4.2 fixes 7 Big fixes

#59819 - Change CSS align-item from start / end to flex-start / flex-end for full browser support
#59821 - Irrelevant comment for translators
#59847 - Since WordPress 6.4, the functions.php of a theme moved to a different location using register_theme_directory is no longer called
#59869 - Incorrect reference in docblock for _register_theme_block_patterns
#59882 - Expose serialized template content to callbacks registered to the `hooked_block_types` filter.
#59891 - Incorrect example for WP_HTML_Tag_Processor class
#59935 -  Site editor: logo
The security team addressed the following vulnerability in WordPress 6.4.2

- A Remote Code Execution vulnerability that is not directly exploitable in core;
  however, the security team feels that there is a potential for high severity
  when combined with some plugins, especially in multisite installations.
The 6.4.2 release was led by @jorbin.

6.4.1:

WordPress 6.4.1 fixes 4 regressions introduced in version 6.4.

Fixed Core tickets from trac:

#59830 - Administration: Typos in wp_admin_notice() arguments
#59837 - Categories are removed when bulk editing posts
#59842 - WordPress 6.4 wp_remote_get (cURL error 28: Operation timed out)
#59846 - Reinstate the wpdb::$use_mysqli property

The 6.4.1 release was lead by @jorbin and @hellofromtonya.

6.4:

- Meet Twenty Twenty-Four
  Experience site editing at its finest with Twenty Twenty-Four. This new
  multi-faceted default theme has been thoughtfully crafted with three distinct
  use cases in mind, from writers and artists to entrepreneurs. Save time and
  effort with its extensive collection of over 35 templates and patterns - and
  unlock a world of creative possibilities with a few tweaks.
  Twenty Twenty-Four's remarkable flexibility ensures an ideal fit for almost
  any type of site. Check it out in this demo.

- Let your writing flow
  New enhancements ensure your content creation journey is smooth. Find new
  keyboard shortcuts in List View, smarter list merging, and enhanced control
  over link settings. A cohesive toolbar experience for the Navigation, List,
  and Quote blocks lets you work efficiently with the tooling options you need.

- The Command Palette just got better
  First introduced in WordPress 6.3, the Command Palette is a powerful tool to
  quickly find what you need, perform tasks efficiently, and speed up your building
  workflow. Enjoy a refreshed design and new commands to perform block-specific
  actions in this release.

- Categorize and filter patterns
  Patterns are an excellent way to leverage the potential of blocks and simplify
  your site-building process. WordPress 6.4 allows you to organize them with
  custom categories. Plus, new advanced filtering in the Patterns section of
  the inserter makes finding all your patterns more intuitive.

- Get creative with more design tools
  Build beautiful and functional layouts with an expanded set of design tools.
  Play with background images in Group blocks for unique designs and maintain
  image dimensions consistent with placeholder aspect ratios. Do you want to add
  buttons to your Navigation block? Now you can do it conveniently without a line of code.

- Make your images stand out
  Enable lightbox functionality to let your site visitors enjoy full-screen,
  interactive images on click. Apply it globally or to specific images to
  customize the viewing experience.

- Rename Group blocks
  Set custom names for Group blocks to organize and distinguish areas of your
  content easily. These names will be visible in List View.

- Preview images in List View
  New previews for Gallery and Image blocks in List View let you visualize and
  locate where images on your content are at a glance.

- Share patterns across sites
  Need to use your custom patterns on another site? Import and export them as
  JSON files from the Site Editor窶冱 patterns view.

- Introducing Block Hooks
  Block Hooks enables developers to automatically insert dynamic blocks at specific
  content locations, enriching the extensibility of block themes through plugins.
  While considered a developer tool, this feature is geared to respect your
  preferences and gives you complete control to add, dismiss, and customize
  auto-inserted blocks to your needs.

- Performance wins
  This release includes more than 100 performance-related updates for a faster and
  more efficient experience. Notable enhancements focus on template loading
  performance for themes (including Twenty Twenty-Four), usage of the script loading
  strategies "defer" and "async" in core, blocks, and themes, and optimization
  of autoloaded options.

- Accessibility highlights
  Every release is committed to making WordPress accessible to everyone.
  WordPress 6.4 brings several List View improvements and aria-label support for
  the Navigation block, among other highlights. The admin user interface includes
  enhancements to button placements, "Add New" menu items context, and Site Health
  spoken messages. Learn more about all the work aimed at improving accessibility
  in this post.

- Other notes of interest
  PHP 8.1 or 8.2 are recommended for use with WordPress 6.4. Find in-depth details on PHP support in this post.
  WordPress 6.4 disables attachment pages for new installations.

6.3:

- Do everything in the Site Editor
  WordPress 6.3 brings your content, templates, and patterns together in the
  Site Editor for the first time. Add pages, browse style variations, create
  synced patterns, and enjoy fine-tuned control over navigation menus. Spend
  less time switching across different site areas - so you can focus on what
  matters most. Creation to completion, all in one place.

- Preview Block themes
  Experience block themes before you switch and preview the Site Editor, with
  options to customize directly before committing to a new theme.

- Create and sync patterns
  Arrange blocks and save them to the 'My Patterns' section for use throughout
  your site. You can even specify whether to sync your patterns (previously
  referred to as "Reusable blocks") so that one change applies to all parts of
  your site. Or, utilize patterns as a starting point with the ability to customize
  each instance.

- Work faster with the Command Palette
  Switch to a specific template or open your editor preferences with a new tool
  that helps you quickly access expanded functionality. With simple keyboard
  shortcuts (mac+k on Mac or Ctrl+k on Windows), clicking the sidebar search icon
  in Site View, or clicking the Title Bar, get where you need to go and do what
  you need to do in seconds.

- Sharpen your designs with new tools
  New design controls bring more versatility for fine-tuning, starting with the
  ability to customize your captions from the Styles interface without coding.
  You can manage your duotone filters in Styles for supported blocks and pick from
  the options provided by your theme or disable them entirely. The Cover block
  gets added settings for text color, layout controls, and border options, making
  this powerful block even more handy.

- Track design changes with Style revisions
  With a new audit trail, you can now see how your site looked at a specific time.
  Visualize these revisions in a timeline and access a one-click option to
  restore prior styles.

- Annotate with the Footnotes block
  Footnotes add convenient annotations throughout your content.
  Now you can add and link footnotes for any paragraph.

- Show or hide content with the Details block
  Use the Details block to avoid spoiling a surprise, create an interactive Q&A
  section, or hide a long paragraph under a heading.

- Performance gets a boost
  WordPress 6.3 has 170+ performance updates, including defer and async support
  for the Scripts API and fetchpriority support for images. These improvements,
  along with block template resolution, image lazy-loading, and the emoji loader,
  can dramatically improve your website's perceived load time.

- Accessibility remains a core focus
  Incorporating more than 50 accessibility improvements across the platform,
  WordPress 6.3 is more accessible than ever. Improved labeling, optimized tab
  and arrow-key navigation, revised heading hierarchy, and new controls in
  the admin image editor allow those using assistive technologies to navigate
  more easily.

- Other highlights
  - Set aspect ratio on images
    Specify your aspect ratios and ensure design integrity, especially when using images in patterns.

  - Build your site distraction-free
    Distraction-free designing is now available in the Site Editor.

  - Rediscover the Top Toolbar
  A revamped Top Toolbar offers parent selectors for nested blocks, options when selecting multiple blocks, and an interface embedded into the title bar with new functionality in mind.

  - List View improvements
    Drag and drop to every content layer and delete any block you would like in the updated List View.

  - Build templates with Patterns
    Create unique patterns to jumpstart template creation with a new modal enabling access to pattern selection.

6.2:

- Meet  the reimagined Site Editor
  An updated interface gives you more control over your site editing experience.
  Explore full previews of your templates and template parts, then jump in and
  get to editing your site from wherever you choose.

- Manage your menu in more ways with the Navigation block
  A new sidebar experience makes it easier to edit your site's navigation.
  Add, remove, and reorder menu items faster窶馬o matter how complex
  your menus are.

- Discover a smoother experience for the Block Inserter
  A refreshed design gives you more visibility and easier access to the content
  you need. Use the Media tab to drag and drop content from your existing Media
  Library quickly. Find patterns faster with a split view that lets you navigate
  categories and see previews all at once.

- Find the controls you want when you need them
  Your block settings sidebar is better organized with tabs for Settings and
  Styles. So the tools you need are easy to identify and access.

- Build faster with headers and footers for block themes
  Discover a new collection of header and footer patterns. Use them with any
  block theme as a quick, high-quality starting point for your site's templates.

- Explore Openverse media right from the Editor
  Openverse's library catalogs over 600 million free, openly licensed stock images
  and audio - and now it's directly integrated into the Editor.

- Focus on writing with Distraction Free mode
  For those times you want to be alone with your ideas. You can now hide all
  your panels and controls, leaving you free to bring your content to life.

- Experience the Site Editor, now out of beta
  Stable and ready for you to dive in and explore: 6.2 is your personal invitation
  to discover what the next generation of WordPress - and block themes - can do.

- Meet the new Style Book
  Get a complete overview of how every block in your site's library looks.
  All in one place, all at a glance.

- Copy and paste styles
  Perfect the design on one type of block, then copy and paste those styles to
  other blocks to get just the look you want.

- Custom CSS
  Power up your site any way you wish. Add CSS to your site, or your blocks,
  for another level of control over your site's look and feel.

- Sticky positioning
  Choose to keep top-level group blocks fixed to the top of a page as visitors scroll.

- Importing widgets
  Options to import your favorite widgets from Classic themes to Block themes.

- Local fonts in themes
  Default WordPress themes offer better privacy with Google Fonts now included.

(morr)

2024-02-27 20:06:05 UTC MAIN commitmail json YAML

doc: Updated devel/cargo-modules to 0.14.1

(pin)

2024-02-27 20:05:43 UTC MAIN commitmail json YAML

devel/cargo-modules: update to 0.14.1

[0.14.1] - 2024-02-27
Changed
    Updated dependencies:
      - rust-analyzer from 0.0.202 to 0.0.203

(pin)

2024-02-27 19:34:09 UTC MAIN commitmail json YAML

doc: Updated textproc/py-html2text to 2024.2.26

(schmonz)

2024-02-27 19:34:05 UTC MAIN commitmail json YAML

py-html2text: update to 2024.2.26. Changes:

- Fix IndexError on empty strong mark on version.

(schmonz)

2024-02-27 19:13:44 UTC MAIN commitmail json YAML

2024-02-27 18:32:59 UTC MAIN commitmail json YAML

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

(pin)

2024-02-27 18:32:27 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 19.11.6

v19.11.6
Bug Fixes
- diamond: join segments when no trailing diamond (a5fc8db)

v19.11.5
Bug Fixes
- notice: use generic upgrade statement (721dcb6), closes #4717

(pin)

2024-02-27 18:31:45 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.8.13

(pin)

2024-02-27 18:31:03 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.8.13

0.8.13 (2024-02-27)
�沚� Chore
- Revert "chore: update depndencies"

0.8.12 (2024-02-26)
�洙イ Bug Fixes
- Document that heif is now optional on Mac and Linux due to non-static linking. (5f1b4669)

�沚� Chore
- update depndencies (9255847a)
- update jxl-oxide (c5b7e1d4)

(pin)

2024-02-27 18:30:14 UTC MAIN commitmail json YAML

Add packages removed earlier

(pin)

2024-02-27 16:33:20 UTC MAIN commitmail json YAML

Don't unconditionally set dl in INTERFACE_LINK_LIBRARIES; use ${CMAKE_DL_LIBS}
Should fix PR pkg/57938. Bump PKGREVISION

(bouyer)