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 (8h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 04:52:47 UTC Now

2023-05-17 10:49:15 UTC MAIN commitmail json YAML

2023-05-17 10:45:41 UTC MAIN commitmail json YAML

2023-05-17 10:33:24 UTC MAIN commitmail json YAML

2023-05-17 10:23:58 UTC MAIN commitmail json YAML

Note update of textproc/hunspell to 1.7.2nb2.

(he)

2023-05-17 10:23:02 UTC MAIN commitmail json YAML

hunspell: bump required GCC to 7, and use c++11.

This is required to get this to build on NetBSD/i386 8.0 and
NetBSD/macppc 8.0, where the in-tree c++ compiler has apparently
now become too old.  Bump to c++11 based on configure tests, which
among other things checks if c++11 is enabled by default.
Bump PKGREVISION.

(he)

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

tnftp: add distinfo

(wiz)

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

2023-05-17 09:44:11 UTC MAIN commitmail json YAML

mk: switch default distfile download backend from ftp to fetch

if no native tool is available, net/fetch will now be used instead of
net/tnftp

As discussed on pkgsrc-users

(wiz)

2023-05-17 09:07:31 UTC MAIN commitmail json YAML

doc: Updated www/p5-Net-Curl to 0.53

(wiz)

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

p5-Net-Curl: update to 0.53.

0.53 2023-05-16T10:57:20Z
[Stanislaw Pusep <stas@sysd.org>]
- GitHub workflow for Perl 5.34 & 5.36
- Keep the excluded symbols apart
- Synced symbols-in-versions from libcurl/8.0.1

[David Geiger <geiger.david68210@gmail.com>]
- Adapt to curl 7.87.0

(wiz)

2023-05-17 09:05:28 UTC MAIN commitmail json YAML

doc: Updated www/curl to 8.1.0

(wiz)

2023-05-17 09:05:18 UTC MAIN commitmail json YAML

curl: update to 8.1.0.

This release includes the following changes:

o curl: add --proxy-http2 [62]
o CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2 [57]
o hostip: refuse to resolve the .onion TLD [19]
o tool_writeout: add URL component variables [41]

This release includes the following bugfixes:

o amiga: Fix CA certificate paths for AmiSSL and MorphOS [150]
o autotools: sync up clang picky warnings with cmake [114]
o aws-sigv4.d: fix region identifier in example [168]
o bufq: simplify since expression is always true [72]
o cf-h1-proxy: skip an extra NULL assign [80]
o cf-h2-proxy: fix processing ingress to stop too early [76]
o cf-socket: add socket recv buffering for most tcp cases [90]
o cf-socket: Disable socket receive buffer by default [75]
o cf-socket: remove dead code discovered by PVS [82]
o cf-socket: turn off IPV6_V6ONLY on Windows if it is supported [123]
o checksrc: check for spaces before the colon of switch labels [160]
o checksrc: find bad indentation in conditions without open brace [152]
o checksrc: fix SPACEBEFOREPAREN for conditions starting with "*" [115]
o ci: `-Wno-vla` no longer necessary [158]
o CI: fix brew retries on GHA
o CI: Set minimal permissions on workflow ngtcp2-quictls.yml [153]
o CI: skip Azure for commits which change only GHA
o CI: use another glob syntax for matching files on Appveyor
o cmake: bring in the network library on Haiku [9]
o cmake: do not add zlib headers for openssl [49]
o CMake: make config version 8 compatible with 7 [28]
o cmake: picky-linker fixes for openssl, ZLIB, H3 and more [31]
o cmake: set SONAME for SunOS too [3]
o cmake: speed up and extend picky clang/gcc options [116]
o CMakeLists.txt: fix typo for Haiku detection [95]
o compressed.d: clarify the words on "not notifying headers" [163]
o config-dos.h: fix SIZEOF_CURL_OFF_T for MS-DOS/DJGPP [52]
o configure: don't set HAVE_WRITABLE_ARGV on Windows [64]
o configure: fix detection of apxs (for httpd) [157]
o configure: make quiche require quiche_conn_send_ack_eliciting [46]
o connect: fix https connection setup to treat ssl_mode correctly [94]
o content_encoding: only do transfer-encoding compression if asked to [61]
o cookie: address PVS nits [74]
o cookie: clarify that init with data set to NULL reads no file [99]
o curl: do NOT append file name to path for upload when there's a query [58]
o curl_easy_getinfo.3: typo fix (duplicated "from the") [43]
o curl_easy_unescape.3: rename the argument [113]
o curl_path: bring back support for SFTP path ending in /~ [130]
o curl_url_set.3: mention that users can set content rather freely [105]
o CURLOPT_IPRESOLVE.3: this for host names, not IP addresses [165]
o data.d: emphasize no conversion [5]
o digest: clear target buffer [8]
o doc: curl_mime_init() strong easy binding was relaxed in 7.87.0 [26]
o docs/cmdline-opts: document the dotless config path [1]
o docs/examples/protofeats.c: outputs all protocols and features [110]
o docs/libcurl/curl_*escape.3: rename "url" argument to "input"/"string" [131]
o docs/SECURITY-ADVISORY.md: how to write a curl security advisory [128]
o docs: bump the minimum perl version to 5.6
o docs: clarify that more backends have HTTPS proxy support [127]
o dynbuf: never allocate larger than "toobig" [17]
o easy_cleanup: require a "good" handle to act [149]
o ftp: fix 'portsock' variable was assigned the same value [78]
o ftp: remove dead code [79]
o ftplistparser: move out private data from public struct [20]
o ftplistparser: replace realloc with dynbuf [18]
o gen.pl: error on duplicated See-Also fields [102]
o getpart: better handle case of file not found
o GHA-linux: add an address-sanitizer build [15]
o GHA: add a memory-sanitizer job [2]
o GHA: run all linux test jobs with valgrind [14]
o GHA: suppress git clone output [89]
o GIT-INFO: add --with-openssl [171]
o gskit: various compile errors in OS400 [12]
o h2/h3: replace `state.drain` counter with `state.dselect_bits` [141]
o hash: fix assigning same value [73]
o headers: clear (possibly) lingering pointer in init [167]
o hostcheck: fix host name wildcard checking [134]
o hostip: add locks around use of global buffer for alarm() [129]
o hostip: enforce a maximum DNS cache size independent of timeout value [166]
o HTTP-COOKIES.md: mention the #HttpOnly_ prefix [16]
o http2: always EXPIRE_RUN_NOW unpaused http/2 transfers [139]
o http2: do flow window accounting for cancelled streams [155]
o http2: enlarge the connection window [101]
o http2: flow control and buffer improvements [54]
o http2: move HTTP/2 stream vars into local context [67]
o http2: pass `stream` to http2_handle_stream_close to avoid NULL checks [140]
o http2: remove unused Curl_http2_strerror function declaration [108]
o HTTP3/quiche: terminate h1 response header when no body is sent [112]
o http3: check stream_ctx more thoroughly in all backends [77]
o HTTP3: document the ngtcp2/nghttp3 versions to use for building curl [143]
o http3: expire unpaused transfers in all HTTP/3 backends [138]
o http3: improvements across backends [51]
o http: free the url before storing a new copy [162]
o http: skip a double NULL assign [83]
o ipv4.d/ipv6.d: they are "mutex", not "boolean" [122]
o KNOWN_BUGS: remove fixed or outdated issues, move non-bugs [65]
o lib/cmake: add HAVE_WRITABLE_ARGV check [63]
o lib/sha256.c: typo fix in comment (duplicated "is available") [40]
o lib1560: verify that more bad host names are rejected [104]
o lib: add `bufq` and `dynhds` [34]
o lib: remove CURLX_NO_MEMORY_CALLBACKS [55]
o lib: unify the upload/method handling [144]
o lib: use correct printf flags for sockets and timediffs [36]
o libssh2: fix crash in keyboard callback [126]
o libssh2: free fingerprint better [164]
o libssh: tell it to use SFTP non-blocking [59]
o man pages: simplify the .TH sections [133]
o MANUAL.md: add dict example for looking up a single definition [132]
o md(4|5): don't use deprecated iOS functions [21]
o md4: only build when used [68]
o mime: skip NULL assigns after Curl_safefree() [84]
o multi: add handle asserts in DEBUG builds [11]
o multi: add multi-ignore logic to multi_socket_action [154]
o multi: free up more data earleier in DONE [118]
o multi: remove a few superfluous assigns [97]
o multi: remove PENDING + MSGSENT handles from the main linked list [23]
o ngtcp2: adapted to 0.15.0 [151]
o ngtcp2: adjust config and code checks for ngtcp2 without nghttp3 [4]
o noproxy: pointer to local array 'hostip' is stored outside scope [93]
o ntlm: clear lm and nt response buffers before use [7]
o openssl: interop with AWS-LC [30]
o OS400: fix and complete ILE/RPG binding [96]
o OS400: implement EBCDIC support for recent features [100]
o OS400: improve vararg emulation [92]
o OS400: provide ILE/RPG usage examples [81]
o pingpong: fix compiler warning "assigning an enum to unsigned char" [156]
o pytest: improvements for suitable curl and error output [35]
o quiche: disable pacing while pacing is not actually performed [148]
o quiche: Enable IDLE egress handling [109]
o RELEASE-PROCEDURE: update to new schedule [25]
o rtsp: convert mallocs to dynbuf for RTP buffering [37]
o rtsp: skip malformed RTSP interleaved frame data [33]
o rtsp: skip NULL assigns after Curl_safefree() [85]
o runtests: die if curl version can be found [10]
o runtests: don't start servers if -l is given
o runtests: fix -c option when run with valgrind [145]
o runtests: fix quoting in Appveyor and Azure test integration [117]
o runtests: lots of refactoring
o runtests: refactor into more packages [60]
o runtests: show error message if file can't be written
o runtests: spawn a new process for the test runner [146]
o rustls: fix error in recv handling [50]
o schannel: add clarifying comment [98]
o server/getpart: clear target buffer before load [6]
o smb: remove double assign [86]
o smbserver: remove temporary files before exit [135]
o socketpair: verify with a random value [142]
o ssh: Add support for libssh2 read timeout [170]
o telnet: simplify the implementation of str_is_nonascii() [42]
o test1169: fix so it works properly everywhere [106]
o test1592: add flaky keyword [39]
o test1960: point to the correct path for the precheck tool
o test303: kill server after test
o tests/http: add timeout to running curl in test cases [24]
o tests/http: fix log formatting on wrong exit code [27]
o tests/http: fix out-of-tree builds [121]
o tests/http: improved httpd detection [45]
o tests/http: more tests with specific clients [125]
o tests/http: relax connection check in test_07_02 [53]
o tests/keywords.pl: remove [111]
o tests/libtest/lib1900.c: remove
o tests/sshserver.pl: Define AddressFamily earlier [103]
o tests: 1078 1288 1297 use valid IPv4 addresses
o tests: document that the unittest keyword is special
o tests: increase sws timeout for more robust testing [66]
o tests: log a too-long Unix socket path in sws and socksd
o tests: make test_12_01 a bit more forgiving on connection counts
o tests: move pidfiles and portfiles under the log directory [48]
o tests: move server config files under the pid dir [47]
o tests: silence some Perl::Critic warnings in test suite [56]
o tests: stop using strndup(), which isn't portable
o tests: switch to 3-argument open in test suite
o tests: turn perl modules into full packages
o tests: use %LOGDIR to refer to the log directory
o tool_cb_hdr: Fix 'Location:' formatting for early VTE terminals [147]
o tool_operate: pass a long as CURLOPT_HEADEROPT argument [13]
o tool_operate: refuse (--data or --form) and --continue-at combo [119]
o transfer: refuse POSTFIELDS + RESUME_FROM combo [120]
o transfer: skip extra assign [87]
o url: fix null dispname for --connect-to option [161]
o url: fix PVS nits [71]
o url: remove call to Curl_llist_destroy in Curl_close [22]
o urlapi: cleanups and improvements [91]
o urlapi: detect and error on illegal IPv4 addresses [70]
o urlapi: prevent setting invalid schemes with *url_set() [107]
o urlapi: skip a pointless assign [88]
o urlapi: URL encoding for the URL missed the fragment [29]
o urldata: copy CURLOPT_AWS_SIGV4 value on handle duplication [137]
o urldata: shrink *select_bits int => unsigned char [124]
o vlts: use full buffer size when receiving data if possible [32]
o vtls and h2 improvements [69]
o Websocket: enhanced en-/decoding [136]
o wolfssl.yml: bump to version 5.6.0 [44]
o write-out.d: Use response_code in example [159]
o ws: handle reads before EAGAIN better [38]

(wiz)

2023-05-17 08:32:38 UTC MAIN commitmail json YAML

2023-05-17 08:31:31 UTC MAIN commitmail json YAML

2023-05-17 08:20:06 UTC MAIN commitmail json YAML

spdlog: fix build with latest fmtlib using upstream patch

(wiz)

2023-05-17 07:56:13 UTC MAIN commitmail json YAML

Updated math/z3, math/py-z3

(adam)

2023-05-17 07:55:32 UTC MAIN commitmail json YAML

z3 py-z3: updated to 4.12.2

z3-4.12.2

updated release notes for 12.2
disable publish
remove output
reformat code to remove brackets
Implement proposed smtlib2 bitvector overflow predicates
Merge branch 'master' of https://github.com/z3prover/z3
JS/TS: add Optimize class
remove debug output
make default argument to ensure_def and mk_def explicit

(adam)

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

Added textproc/py-types-yaml; Updated net/py-responses

(adam)

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

py-responses: fix DEPENDS; bump revision

(adam)

2023-05-17 07:08:20 UTC MAIN commitmail json YAML

py-types-yaml: added version 6.0.12.9

This is a PEP 561 type stub package for the PyYAML package. It can be used by
type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code
that uses PyYAML.

(adam)

2023-05-17 03:51:58 UTC MAIN commitmail json YAML

doc: Updated games/warzone2100 to 4.3.5

(triaxx)

2023-05-17 03:51:38 UTC MAIN commitmail json YAML

warzone2100: Add missing PLIST for Darwin

(triaxx)

2023-05-17 03:50:54 UTC MAIN commitmail json YAML

2023-05-17 03:29:58 UTC MAIN commitmail json YAML

doc: Updated x11/mate-settings-daemon to 1.26.1

(gutteridge)

2023-05-17 03:29:43 UTC MAIN commitmail json YAML

mate-settings-daemon: update to 1.26.1

Change log:

### mate-settings-daemon 1.26.1

  * update translations
    Relax High DPI limits
    mate-settings-manager: fix memory leak
    datetime: fix memory leak
    xrandr: fix typo reported by translators

(gutteridge)

2023-05-17 03:29:11 UTC MAIN commitmail json YAML

doc: Updated x11/mate-screensaver to 1.26.2

(gutteridge)

2023-05-17 03:28:58 UTC MAIN commitmail json YAML

mate-screensaver: update to 1.26.2

Change log:

### mate-screensaver 1.26.2

  * Translations update
    mate-screensaver-preferences: fix memory leak
    mate-screensaver-preferences: fix memory leak
    update for Oceanian translations

(gutteridge)

2023-05-17 03:28:24 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-notification-daemon to 1.26.1

(gutteridge)

2023-05-17 03:28:12 UTC MAIN commitmail json YAML

mate-notification-daemon: update to 1.26.1

Change log:

### mate-notification-daemon 1.26.1

  * Translations update
  * mnd-daemon: fix memory leak
  * mnd-daemon: fix memory leak
  * daemon: fix memory leak
  * Add AssumedAppArmorLabel to dbus service file

(gutteridge)

2023-05-17 03:27:23 UTC MAIN commitmail json YAML

doc: Updated multimedia/mate-media to 1.26.1

(gutteridge)

2023-05-17 03:27:08 UTC MAIN commitmail json YAML

mate-media: update to 1.26.1

Change log:

### mate-media 1.26.1

  * Translations update
    gvc-stream-applet-icon: fix memory leak
    Accessibility improvements
    Revert Fix desktop file validation warnings

(gutteridge)

2023-05-17 03:26:34 UTC MAIN commitmail json YAML

doc: Updated misc/libmateweather to 1.26.1

(gutteridge)

2023-05-17 03:26:22 UTC MAIN commitmail json YAML

libmateweather: update to 1.26.1

Change log:

### libmateweather 1.26.1

  * Translations update
  * rename Europe/Kiev to Europe/Kyiv (#115)
  * Chicago area updates
  * locations: add San Miguel de Tucuman (Argentina)
  * add locations.pot
  * Corrections according to the linguistic counsel

(gutteridge)

2023-05-17 03:25:50 UTC MAIN commitmail json YAML

doc: Updated x11/libmatekbd to 1.26.1

(gutteridge)

2023-05-17 03:25:39 UTC MAIN commitmail json YAML

libmatekbd: update to 1.26.1

Change log:

### libmatekbd 1.26.1

  * tx: sync with transifex
  * matekbd-keyboard-drawing: fix memory leak
  * matekbd-keyboard-drawing: fix memory leak

(gutteridge)

2023-05-17 03:24:33 UTC MAIN commitmail json YAML

doc: Updated graphics/ristretto to 0.13.1

(gutteridge)

2023-05-17 03:24:19 UTC MAIN commitmail json YAML

ristretto: update to 0.13.1

Change log:

0.13.1 (2023-05-13)
======
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- Force g_file_query_info if magic_file returns
"application/octet-stream"
- build: Use m4_defined min versions and cleanup
- Replace XDT_CHECK_LIBX11 and guard x11 code paths
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- build: Switch from intltool to gettext
- viewer: Paint background icon at window scale
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm奪l, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur

(gutteridge)

2023-05-17 03:22:49 UTC MAIN commitmail json YAML

doc: Updated editors/xfce4-mousepad to 0.6.1

(gutteridge)

2023-05-17 03:22:29 UTC MAIN commitmail json YAML

xfce4-mousepad: update to 0.6.1

Change log:

0.6.1 (2023-05-13)
=====
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- build: Optionally require polkit
- build: Use m4_defined min versions and cleanup
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- build: Switch from intltool to gettext
- menubar: Improve some strings
- search: Use consistent naming
- history: Properly restore multi-window session
- Restore opening mode only when it was overridden from the command line
- Add "X of Y matches" to search bar and replace dialog (Closes #174)
- Add application/x-zerosize to supported mime types (Fixes #194)
- Apply opening mode also to the open dialog (Fixes #181)
- Properly reconnect signal handler when auto-reload is enabled
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm奪l, Occitan (post
  1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil),
  Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
  Telugu, Thai, Turkish, Ukrainian, Uyghur

(gutteridge)

2023-05-17 03:21:50 UTC MAIN commitmail json YAML

xfce4-screenshooter: tweak DESCR

(gutteridge)

2023-05-17 03:03:07 UTC MAIN commitmail json YAML

Updated sysutils/nabud to 1.3.1

(thorpej)

2023-05-17 03:01:58 UTC MAIN commitmail json YAML

Update to nabud-1.3.1.  Upstream changes:

* Fix a bug in the NHACP STORAGE-GET-BLOCK handler reported by tergav17
  where a request at or beyond EOF would return a block size buffer padded
  with zeros, rather than a length of 0 (which is what the spec requires).

(thorpej)

2023-05-16 22:55:00 UTC MAIN commitmail json YAML

bat: use a bit of cargo's install target

(wiz)

2023-05-16 22:51:27 UTC MAIN commitmail json YAML

doc: Updated security/ykman to 5.1.1

(wiz)

2023-05-16 22:51:16 UTC MAIN commitmail json YAML

doc: Updated security/py-yubikey-manager to 5.1.1

(wiz)

2023-05-16 22:51:02 UTC MAIN commitmail json YAML

ykman, py-yubikey-manager: update to 5.1.1

* Version 5.1.1 (released 2023-04-27)
** Bugfix: PIV: string representation of SLOT caused infinite loop on Python <3.11.
** Bugfix: Fix errors in 'ykman config nfc' on YubiKeys without NFC capability.
** Bugfix: Fix error message shown when invalid modhex input length given for YubiOTP.

(wiz)

2023-05-16 22:49:37 UTC MAIN commitmail json YAML

doc: Updated devel/py-hatchling to 1.17.0

(wiz)

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

py-hatchling: update to 1.17.0.

1.17.0 - 2023-05-12

Added:

    The app build target now embeds the project version in the name
    of binaries

1.16.1 - 2023-05-11

Fixed:

    Fix determining the built executable path for the app build
    target option when using a local copy of PyApp when there is
    an explicit target triple set

1.16.0 - 2023-05-11

Added:

    Add app build target option to build using a local copy of the
    PyApp repository

1.15.0 - 2023-05-09

Added:

    Add app build target

(wiz)

2023-05-16 22:48:30 UTC MAIN commitmail json YAML

doc: Updated www/py-websockets to 11.0.3

(wiz)

2023-05-16 22:48:21 UTC MAIN commitmail json YAML

py-websockets: update to 11.0.3.

11.0.3

May 7, 2023

Bug fixes

    Fixed the threading implementation of servers on Windows.

11.0.2

April 18, 2023

Bug fixes

    Fixed a deadlock in the threading implementation when closing a connection without reading all messages.

11.0.1

April 6, 2023

Bug fixes

    Restored the C extension in the source distribution.

11.0

April 2, 2023

Backwards-incompatible changes

The Sans-I/O implementation was moved.

Aliases provide compatibility for all previously public APIs according to the backwards-compatibility policy.

    The connection module was renamed to protocol.

    The connection.Connection, server.ServerConnection, and client.ClientConnection classes were renamed to protocol.Protocol, server.ServerProtocol, and client.ClientProtocol.

Sans-I/O protocol constructors now use keyword-only arguments.

If you instantiate ServerProtocol or ClientProtocol directly, make sure you are using keyword arguments.

Closing a connection without an empty close frame is OK.

Receiving an empty close frame now results in ConnectionClosedOK instead of ConnectionClosedError.

As a consequence, calling WebSocket.close() without arguments in a browser isn窶冲 reported as an error anymore.

serve() times out on the opening handshake after 10 seconds by default.

You can adjust the timeout with the open_timeout parameter. Set it to None to disable the timeout entirely.
New features

websockets 10.0 introduces a implementation on top of threading.

It may be more convenient if you don窶冲 need to manage many connections and you窶决e more comfortable with threading than asyncio.

It is particularly suited to client applications that establish only one connection. It may be used for servers handling few connections.

See connect() and serve() for details.

    Added open_timeout to serve().

    Made it possible to close a server without closing existing connections.

    Added select_subprotocol to customize negotiation of subprotocols in the Sans-I/O layer.

Improvements

    Added platform-independent wheels.

    Improved error handling in broadcast().

    Set server_hostname automatically on TLS connections when providing a sock argument to connect().

(wiz)

2023-05-16 22:46:18 UTC MAIN commitmail json YAML

doc: Updated graphics/py-pillow_heif to 0.11.1

(wiz)

2023-05-16 22:46:09 UTC MAIN commitmail json YAML

py-pillow_heif: update to 0.11.1.

## [0.11.1 - 2023-05-10]

This release is fully compatible with `0.10.x` versions.

### Fixed

- Revert EXIF changes from `0.11.0` - raw data again can begin with `Exif\x00\x00`. Thanks to @fabbaum #93
- (Heif) `deepcopy` support for HeifFile class.

(wiz)

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

doc: Updated security/py-google-auth to 2.18.0

(wiz)

2023-05-16 22:45:00 UTC MAIN commitmail json YAML

py-google-auth: update to 2.18.0.

Features

    Add smbios check to detect GCE residency (#1276) (22d241b)
    Universe domain support for service account (#1286) (821c1b6)

(wiz)

2023-05-16 22:40:47 UTC MAIN commitmail json YAML

doc: Updated print/mupdf to 1.22.1

(wiz)

2023-05-16 22:40:38 UTC MAIN commitmail json YAML

mupdf: update to 1.22.1.

List of changes in MuPDF 1.22.1

This is a bug fix release only.

Unfortunately a bug slipped into the 1.22.0 release that affects redactions.
A mistake in a bugfix meant that we failed to correctly redact some images.

If you use MuPDF for redactions, it is imperative that you upgrade!

(wiz)

2023-05-16 22:37:38 UTC MAIN commitmail json YAML

doc: Updated textproc/py-docutils to 0.20

(wiz)

2023-05-16 22:37:29 UTC MAIN commitmail json YAML

py-docutils: update to 0.20.

Release 0.20 (2023-05-09)
=========================

* General

  - Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
  - Support Python 3.11 (patch #198 by Hugo van Kemenade).

* docutils/core.py

  - New functions `rst2…()` for use as "console_scripts" `entry points`_.
    (cf. `Future changes` in the RELEASE-NOTES_).

* docutils/frontend.py

  - New configuration setting "output_". Obsoletes the ``<destination>``
    positional argument (cf. `Future changes` in the RELEASE-NOTES_).

* docutils/languages/
  docutils/parsers/rst/languages/

  - Support Ukrainian. Patch by Dmytro Kazanzhy.

* docutils/nodes.py

  - Fix `previous_sibling()` method that led to invalid HTML in some cases
    (cf. patch #195).
  - Fix bug #463. Spurious comma in deprecation warning.

* docutils/parsers/recommonmark_wrapper.py

  - Improved mock Sphinx module.

* docutils/transforms/__init__.py

  - `Transformer.populate_from_components()` now silently ignores
    components that are not instances of `docutils.TransformSpec`.

* docutils/transforms/frontmatter.py

  - Accept author names with initials like ``A. Einstein`` in the "author"
    `bibliographic field`_ instead of rising an error
    (generally, such names are `parsed as enumerated list`__).

    .. _bibliographic field:
        docs/ref/rst/restructuredtext.html#bibliographic-fields
    __ docs/ref/rst/restructuredtext.html#enumerated-lists

* docutils/transforms/references.py

  - `DanglingReferences` ignores `citation_reference` nodes if the
    "use_bibex" setting is active. (In this case, citations are provided
    by LaTeX/BibTeX.) Fixes bug #384.

* docutils/utils/__init__.py

  - New utility function `xml_declaration()`.
  - `DependencyList.add()` accepts `pathlib.Path` instances.
  - `find_file_in_dirs()` now returns a POSIX path also on Windows;
    `get_stylesheet_list()` no longer converts ``\`` to ``/``.

* docutils/utils/math/latex2mathml.py

  - Support "mod" notation for modulo operation / modulus arithmetic.

* docutils/utils/math/tex2mathml_extern.py

  - Support `Pandoc` as alternative LaTeX to MathML converter.
    Patch by Ximin Luo.

* docutils/writers/_html_base.py

  - Refactoring of `HTMLTranslator` initialization and collecting of
    document "parts". Adapt HTML writers importing `_html_base`.

    Changes to the HTML output (no space character before closing tag of
    XML declaration, order of metadata elements)
    don't affect the HTML semantics, styling, and rendering.

  - Wrap definition lists with "details" class argument in a <div>
    with the "id" and "class" values of the list node.

  - Use dpub-ARIA role "doc-footnote__" (instead of ARIA role "note")
    for footnotes.

    __ https://www.w3.org/TR/dpub-aria-1.1/#doc-footnote

* docutils/writers/latex2e/__init__.py

  - Do not load the `inputenc` package in UTF-8 encoded LaTeX sources.
    (UTF-8 is the default encoding for LaTeX2e since 2018).
  - Fix behaviour of the use_bibtex_ setting.
  - Outsource parts of `depart_document()` to new auxiliary methods
    `make_title()` and `append_bibliography()`.
  - Ensure POSIX paths in stylesheet loading macros.

* docutils/writers/latex2e/titlepage.tex

  - Drop ``\usepackage{fixltx2e}`` from template.
    (Obsolete since 2015 and dropped from other templates in Docutils 0.14.)

* docutils/writers/manpage.py

  - Do not output empty "manual" in ``.TH``.

* docutils/writers/xetex/__init__.py

  - Ignore settings in the [latex2e writer] configuration file section.
    Place common settings in section [latex writers].

* setup.py

  - Fix SetuptoolsDeprecationWarning: ``Installing '' as data is deprecated``
    by adding data directories to package_data.packages list.

* tox.ini

  - Extracted flake8 configuration and moved to ``.flake8``.
  - changedir to directory ``test`` to avoid path problems.

* test/

  - Refactored tests to use common `unittest` idioms.
    Fixes errors when running the test suite with ``python -m unittest``
    or external test frameworks, such as Pytest_.

  .. _pytest: https://pypi.org/project/pytest/

* test/coverage.sh

  - Removed. Use the coverage.py_ project instead,
    ``coverage run test/alltests.py`` and ``coverage report``.

  .. _coverage.py: https://pypi.org/project/coverage/

* tools/

  - Moved ``quicktest.py`` to ``tools/dev/``.

(wiz)

2023-05-16 22:35:27 UTC MAIN commitmail json YAML

doc: Updated security/keepassxc to 2.7.5

(wiz)

2023-05-16 22:35:17 UTC MAIN commitmail json YAML

keepassxc: update to 2.7.5.

Today, we are releasing KeePassXC 2.7.5 with a bunch of bug fixes
and performance improvements. This version fixes three separate
crashes that were found with the support of our active community
members. Additionally, we fixed several areas in the code that were
causing significant slow downs when databases had more than a
thousand entries.

This release brings several popular feature requests including a
menu option to temporarily allow screen capture (Windows & macOS),
an improved layout to the HTML export, improved KeePassXC logos
and icons, and increasing the max TOTP step to 24 hours.

(wiz)

2023-05-16 21:40:17 UTC MAIN commitmail json YAML

doc: Updated fonts/harfbuzz to 7.3.0

(wiz)

2023-05-16 21:40:05 UTC MAIN commitmail json YAML

harfbuzz*: update to 7.3.0

Overview of changes leading to 7.3.0
Tuesday, May 9, 2023
====================================
- Speedup applying glyph variation in VarComposites fonts (over 40% speedup).
  (Behdad Esfahbod)
- Speedup instancing some fonts (over 20% speedup in instancing RobotoFlex).
  (Behdad Esfahbod)
- Speedup shaping some fonts (over 30% speedup in shaping Roboto).
  (Behdad Esfahbod)
- Support subsetting VarComposites and beyond-64k fonts. (Behdad Esfahbod)
- New configuration macro HB_MINIMIZE_MEMORY_USAGE to favor optimizing memory
  usage over speed. (Behdad Esfahbod)
- Supporting setting the mapping between old and new glyph indices during
  subsetting. (Garret Rieger)
- Various fixes and improvements.
  (Behdad Esfahbod, Denis Rochette, Garret Rieger, Han Seung Min, Qunxin Liu)

(wiz)

2023-05-16 21:20:53 UTC MAIN commitmail json YAML

2023-05-16 21:16:38 UTC MAIN commitmail json YAML

doc: Updated textproc/fmtlib to 10.0.0

(wiz)

2023-05-16 21:16:08 UTC MAIN commitmail json YAML

fmtlib: update to 10.0.0.

10.0.0 - 2023-05-09
-------------------

* Replaced Grisu with a new floating-point formatting algorithm for given
  precision
  The new algorithm is based on Dragonbox already used for the
  shortest representation and gives substantial performance improvement:

* Replaced ``snprintf``-based hex float formatter with an internal
  implementation
  This removes the last usage of ``s(n)printf`` in {fmt}.

* Fixed alignment of floating-point numbers with localization

* Improved C++20 module support
  Switched to the `modules CMake library <https://github.com/vitaut/modules>`_
  which allows building {fmt} as a C++20 module with clang::

    CXX=clang++ cmake -DFMT_MODULE=ON .
    make

* Made ``format_as`` work with any user-defined type and not just enums.
  For example (`godbolt <https://godbolt.org/z/b7rqhq5Kh>`__):

  .. code:: c++

    #include <fmt/format.h>

    struct floaty_mc_floatface {
      double value;
    };

    auto format_as(floaty_mc_floatface f) { return f.value; }

    int main() {
      fmt::print("{:8}\n", floaty_mc_floatface{0.42}); // prints "    0.42"
    }

* Removed deprecated implicit conversions for enums and conversions to primitive
  types for compatibility with ``std::format`` and to prevent potential ODR
  violations. Use ``format_as`` instead.

* Added support for fill, align and width to the time point formatter

* Implemented formatting of subseconds

* Added precision support to ``%S``

* Added support for ``std::utc_time``

* Switched formatting of ``std::chrono::system_clock`` from local time to UTC
  for compatibility with the standard

* Added support for ``%Ez`` and ``%Oz`` to chrono formatters.

* Improved validation of format specifiers for ``std::chrono::duration``

* Fixed formatting of time points before the epoch

* Experimental: implemented glibc extension for padding seconds, minutes and
  hours

* Added a formatter for ``std::exception``

* Moved ``std::error_code`` formatter from ``fmt/os.h`` to ``fmt/std.h``.

* Added formatters for standard container adapters: ``std::priority_queue``,
  ``std::queue`` and ``std::stack``

* Added a formatter for ``std::optional`` to ``fmt/std.h``.

* Fixed formatting of valueless by exception variants

* Made ``fmt::ptr`` accept ``unique_ptr`` with a custom deleter

* Fixed formatting of noncopyable ranges and nested ranges of chars

* Fixed issues with formatting of paths and ranges of paths

* Improved handling of invalid Unicode in paths.

* Enabled compile-time checks on Apple clang 14 and later

* Improved compile-time checks of named arguments

* Fixed formatting when both alignment and ``0`` are given

* Improved Unicode support in the experimental file API on Windows

* Unified UTF transcoding

* Added support for UTF-8 digit separators via an experimental locale facet

* Added an overload of ``formatted_size`` that takes a locale

* Removed the deprecated ``FMT_DEPRECATED_OSTREAM``.

* Fixed a UB when using a null ``std::string_view`` with ``fmt::to_string``
  or format string compilation

* Added ``starts_with`` to the fallback ``string_view`` implementation

* Added ``fmt::basic_format_string::get()`` for compatibility with
  ``basic_format_string``

* Added ``println`` for compatibility with C++23

* Improved documentation

* Improved build configuration and tests

* Fixed a regression in handling empty format specifiers after a colon (``{:}``)

* Worked around a broken implementation of ``std::is_constant_evaluated`` in
  some versions of libstdc++ on clang

* Fixed formatting of volatile variables

* Fixed various warnings and compilation issues

(wiz)

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

doc: Updated www/litehtml to 0.7

(wiz)

2023-05-16 20:41:13 UTC MAIN commitmail json YAML

litehtml: update to 0.7.

Many changes to improve rendering of inline and block elements.
Improved rendering performance
litehtml now passes Acid1 test
Removed some legacy code
Refactoring to make code more clean
Added additional rendering tests

(wiz)

2023-05-16 20:38:21 UTC MAIN commitmail json YAML

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

doc: Updated net/wget to 1.21.4

(wiz)

2023-05-16 20:33:01 UTC MAIN commitmail json YAML

wget: update to 1.21.4.

* Noteworthy changes in release 1.21.4 (2023-05-11)

** Document --retry-on-host-error in help text

** Increase read buffer size to 64k. This should speed up downloads on gigabit and faster connections

** Update deprecated option '--html-extension' to '--adjust-extension' in documentation

** Update gnulib compatibility layer.
  Fixes HSTS test failures on i686. (Thanks to Andreas Enge for ponting it out)

(wiz)

2023-05-16 20:31:22 UTC MAIN commitmail json YAML

doc: Updated lang/gawk to 5.2.2

(wiz)

2023-05-16 20:31:00 UTC MAIN commitmail json YAML

gawk: update to 5.2.2.

Changes from 5.2.1 to 5.2.2
---------------------------

1. Infrastructure upgrades: makeinfo 7.0.1 must be used to format
  the manual.  As a result, the manual can also now be formatted
  with LaTeX by running it through `makeinfo --latex'.

2. Gawk no longer builds an x86_64 executable on M1 macOS systems.
  This means that PMA is unavailable on those systems.

3. Gawk will now diagnose if a heap file was created with a different
  setting of -M/--bignum than in the current invocation and exit with
  a fatal message if so.

4. Gawk no longer "leaks" its free list of NODEs in the heap file, resulting
  in much more efficient usage of persistent storage.

5. PROCINFO["pma"] exists if the PMA allocator is compiled into gawk.
  Its value is the PMA version.

6. The time extension is no longer deprecated. The strptime() function
  from gawkextlib's timex extension has been added to it.

7. Better information is passed to input parsers for when they want to
  decide whether or not to take control of a file. In particular, the
  readdir extension is simplified for Windows because of this.

8. The various PNG files are now installed for Info and HTML. The
  images files now have gawk_ prefixed names to avoid any conflicts
  with other installed PNG file names.

9. As usual, there have been several minor code cleanups and bug fixes.
  See the ChangeLog for details.

(wiz)

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

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

doc: Updated graphics/exiv2 to 0.28.0

(wiz)

2023-05-16 20:25:00 UTC MAIN commitmail json YAML

2023-05-16 19:55:32 UTC MAIN commitmail json YAML

fish: remove incorrect workaround

libterminfo symbols are used directly by fish, so this is not
a problem in pkgsrc or curses.

Fixed properly in patch-cmake_ConfigureChecks.cmake

(wiz)

2023-05-16 19:41:04 UTC MAIN commitmail json YAML

doc: Updated security/cargo-audit to 0.17.6

(wiz)

2023-05-16 19:40:53 UTC MAIN commitmail json YAML

2023-05-16 19:28:17 UTC MAIN commitmail json YAML

py-pyvex: needs gmake to build

(wiz)

2023-05-16 19:23:06 UTC MAIN commitmail json YAML

py-z3: not for Python 2

(wiz)

2023-05-16 18:51:11 UTC MAIN commitmail json YAML

py-unicorn: mark as not for Python 2

(wiz)

2023-05-16 17:04:56 UTC MAIN commitmail json YAML

2023-05-16 16:58:46 UTC MAIN commitmail json YAML

doc: Updated x11/setxkbmap to 1.3.4

(wiz)

2023-05-16 16:58:36 UTC MAIN commitmail json YAML

setxkbmap: update to 1.3.4.

setxkbmap 1.3.4 is now available. This release fixes and improves the
Xwayland checks.

Alan Coopersmith (1):
      gitlab CI: stop requiring Signed-off-by in commits

Julien Cristau (1):
      Be more careful about querying randr

Olivier Fourdan (2):
      Fix "Xwayland" spelling
      Check for the XWAYLAND extension

Peter Hutterer (2):
      Route the Xwayland warning through stderr
      setxkbmap 1.3.4

(wiz)

2023-05-16 16:57:52 UTC MAIN commitmail json YAML

doc: Updated x11/libXaw3d to 1.6.5

(wiz)

2023-05-16 16:57:42 UTC MAIN commitmail json YAML

libXaw3d: update to 1.6.5.

Alan Coopersmith (4):
      Issue #5: incompatible function pointer passed in _XawImRealize()
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or later
      Set close-on-exec when opening files

Matt Turner (1):
      libXaw3d 1.6.5

(wiz)

2023-05-16 16:54:50 UTC MAIN commitmail json YAML

fish: fix build on NetBSD-current

fish uses symbols from libterminfo, so it needs to link against it.

(wiz)

2023-05-16 16:46:28 UTC MAIN commitmail json YAML

doc: Updated audio/py-music21 to 8.3.0

(gutteridge)

2023-05-16 16:46:07 UTC MAIN commitmail json YAML

py-music21: update to 8.3.0

Music21 v8.3 is a maintenance release that fixes a few bugs in romanText/translate (thanks @malcolmsailor) already in v9alpha, but also fixes a change in the Github.io version of music21j that broke .show('midi') inside Jupyter notebooks.
What's Changed

    Fixes bug in repeat tests in romanText/translate.py; handles empty measures by @malcolmsailor in #1434
    Fix mypy with github by @mscuthbert in #1438
    Romantext writer handle repeat bars and measure suffixes like m1a by @malcolmsailor in #1435
    No transpose altered 7,9,11,13 in bII7; chord.tools by @mscuthbert in #1439
    Backport 1565 to m21 v8 by @mscuthbert in #1567

(gutteridge)

2023-05-16 16:42:23 UTC MAIN commitmail json YAML

doc: Updated audio/mpc to 0.34nb2

(wiz)

2023-05-16 16:42:13 UTC MAIN commitmail json YAML

mpc: fix PLIST for sphinx 7 and depend on it

Bump PKGREVISION.

(wiz)

2023-05-16 16:41:44 UTC MAIN commitmail json YAML

doc: Updated devel/fq to 0.6.0

(wiz)

2023-05-16 16:41:35 UTC MAIN commitmail json YAML

fq: update to 0.6.0.

0.6.0 adds a bunch of PosgreSQL decoders, more intuitive tovalue,
skip gap fields, binary type fixes, binary hex string output, html
is now probeable and some fixes and improvement to bson, mp4, id3v2,
matroska etc format decoders.

(wiz)

2023-05-16 16:13:27 UTC MAIN commitmail json YAML

doc/TODO: add some

+ cargo-audit-0.17.6, erlang-26.0, exiv2-0.27.7, fmtlib-10.0.0,
  harfbuzz-7.3.0, keepassxc-2.7.5, libproxy-0.5.0, litehtml-0.7,
  ocaml-dune-3.7.1, vim-share-9.0.1561, yubikey-manager-5.1.1.

(wiz)

2023-05-16 15:47:25 UTC MAIN commitmail json YAML

doc: Updated devel/py-libusb1 to 3.0.0

(nikita)

2023-05-16 15:47:14 UTC MAIN commitmail json YAML

py-libusb1: update to version 3.0.0

Changelog:

1.8
---

Fix getExtra and libusb1.libusb_control_transfer_get_data .

Fix getMaxPower unit on SuperSpeed devices.

1.8.1
-----

Release process rework:

- embed libusb1 dll for easier deployment on Windows
- cryptographically signed releases

Use libusb_free_pollfds whenever available (libusb1>=1.0.20).

Fix hotplug callback destruction at context teardown.

Drop remnants of python 2.6 support code.

1.9
---

Drop USBPollerThread and deprecate libusb-lock-related USBContext API.

1.9.1
-----

Fix installation from pypi source tarball, broken in 1.8.1 .

1.9.2
-----

Windows wheels: Update bundled libusb to 1.0.24 .

Fix soure-only build when wheel is not available.

1.9.3
-----

Add support for pyinstaller.

Improve the way the windows dlls are embedded in wheels.

Fix support for python 3.10 .

Add support for homebrew on Apple M1.

1.10.1 (yanked)
---------------

NOTE: Release yanked_ from pypi and re-released as 2.0.0.

2.0.0
-----

Drop python <3.4 support.

Do not load the C library on import. Allows applications to customise the
lookup logic (see `usb1.loadLibrary`).

Add LIBUSB_SPEED_SUPER_PLUS.

Better control device iterator end of life.

Fix objects escaping control from their parent.

2.0.1
-----

Fix a TypeError exception in USBContext.handleEvents .

Fix an AttributeError exception in USBContext.hotplugRegisterCallback .

Fix segfault in pypy3 when finalizing USBDevice objects .

Source only: convert examples to python3.

Release process: also run some examples scripts.

3.0.0
-----

Update versioneer to be compatible with 3.11 .

Drop python <3.6 support (consequence of versioneer update), hence the major
version change.

.. _CPython: http://www.python.org/

.. _pypy: http://pypy.org/

.. _Cygwin: https://www.cygwin.com/

.. _MacPorts: https://www.macports.org/

.. _Fink: http://www.finkproject.org/

.. _Homebrew: http://brew.sh/

.. _libusb-1.0: https://github.com/libusb/libusb/wiki/

.. _libusb1.0 documentation: http://libusb.sourceforge.net/api-1.0/

.. _Zadig: https://zadig.akeo.ie/

.. _yanked: https://www.python.org/dev/peps/pep-0592/

(nikita)

2023-05-16 15:45:27 UTC MAIN commitmail json YAML

Updated devel/blosc, fonts/py-fonttools

(adam)

2023-05-16 15:45:08 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.39.4

4.39.4 (released 2023-05-10)
----------------------------
- [varLib.interpolatable] Allow for sparse masters
- [merge] Handle differing default/nominalWidthX in CFF
- [ttLib] Add missing main.py file to ttLib package
- [ttx] Fix missing composite instructions in XML
- [ttx] Fix split tables option to work on filenames containing '%'
- [featureVars] Process lookups for features other than rvrn last
- [feaLib] support multiple substitution with classes

(adam)

2023-05-16 15:41:00 UTC MAIN commitmail json YAML

zola: use new cargo do-install

(nikita)

2023-05-16 15:39:37 UTC MAIN commitmail json YAML

blosc: updated to 1.21.4

Changes from 1.21.3 to 1.21.4

Upgrade internal-complib zstd from 1.5.2 to 1.5.5.

Zlib updated to 1.2.13.

(adam)

2023-05-16 15:29:38 UTC MAIN commitmail json YAML

guile-haunt: fix build on systems (Linux) which have inotify available.

(nikita)

2023-05-16 14:35:45 UTC MAIN commitmail json YAML

lua-language-server: maybe fix build on EL Linux.

(which encounters errors with -std=c++17)

(nikita)

2023-05-16 12:12:19 UTC MAIN commitmail json YAML

pbulk-0.71: Report culprit in html report for indirect-prefailed too.

(riastradh)

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

Updated net/py-botocore, net/py-s3transfer, net/py-boto3, net/py-awscli

(adam)

2023-05-16 10:47:54 UTC MAIN commitmail json YAML

py-awscli: updated to 1.27.134

1.27.134
========

* api-change:``athena``: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* api-change:``codecatalyst``: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
* api-change:``kafka``: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
* api-change:``rekognition``: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
* api-change:``rolesanywhere``: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.
* api-change:``transfer``: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

1.27.133
========

* api-change:``connect``: This release updates GetMetricDataV2 API, to support metric data up-to last 35 days
* api-change:``elasticache``: Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
* api-change:``es``: This release fixes DescribePackages API error with null filter value parameter.
* api-change:``health``: Add support for regional endpoints
* api-change:``ivs-realtime``: Add methods for inspecting and debugging stages: ListStageSessions, GetStageSession, ListParticipants, GetParticipant, and ListParticipantEvents.
* api-change:``omics``: This release provides support for Ready2Run and GPU workflows, an improved read set filter, the direct upload of read sets into Omics Storage, and annotation parsing for analytics stores.
* api-change:``opensearch``: This release fixes DescribePackages API error with null filter value parameter.
* api-change:``route53resolver``: Update FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``support``: This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.

1.27.132
========

* api-change:``emr``: Update emr command to latest version
* api-change:``rds``: Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters
* api-change:``swf``: This release adds a new API parameter to exclude old history events from decision tasks.

1.27.131
========

* api-change:``application-autoscaling``: With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.
* api-change:``glue``: This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
* api-change:``sagemaker``: This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

1.27.130
========

* api-change:``glue``: Support large worker types G.4x and G.8x for Glue Spark
* api-change:``guardduty``: Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs
* api-change:``iotsitewise``: Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates
* api-change:``sts``: Documentation updates for AWS Security Token Service.

1.27.129
========

* api-change:``ec2``: This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
* api-change:``inspector2``: Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated.
* api-change:``mediatailor``: This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled.
* api-change:``sqs``: Revert previous SQS protocol change.

1.27.127
========

* api-change:``cloudwatch``: Update cloudwatch command to latest version
* api-change:``config``: Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
* api-change:``connect``: Remove unused InvalidParameterException from CreateParticipant API
* api-change:``ecs``: Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
* api-change:``network-firewall``: This release adds support for the Suricata REJECT option in midstream exception configurations.
* api-change:``opensearch``: DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
* api-change:``quicksight``: Add support for Topic, Dataset parameters and VPC
* api-change:``rekognition``: This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
* api-change:``s3``: Documentation updates for Amazon S3
* api-change:``sagemaker``: We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
* api-change:``securityhub``: Add support for Finding History.
* api-change:``sqs``: This release enables customers to call SQS using AWS JSON-1.0 protocol.

1.27.126
========

* api-change:``appsync``: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
* api-change:``ec2``: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
* api-change:``inspector2``: This feature provides deep inspection for linux based instance
* api-change:``iottwinmaker``: This release adds a field for GetScene API to return error code and message from dependency services.
* api-change:``network-firewall``: AWS Network Firewall now supports policy level HOME_NET variable overrides.
* api-change:``opensearch``: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
* api-change:``wellarchitected``: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.

1.27.125
========

* api-change:``appflow``: This release adds new API to cancel flow executions.
* api-change:``connect``: Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.
* api-change:``ecs``: Documentation only update to address Amazon ECS tickets.
* api-change:``kendra``: AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields.
* api-change:``resiliencehub``: This release will improve resource level transparency in applications by discovering previously hidden resources.
* api-change:``sagemaker``: Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.

1.27.124
========

* api-change:``compute-optimizer``: support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added.
* api-change:``kms``: This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.

1.27.123
========

* api-change:``appflow``: Adds Jwt Support for Salesforce Credentials.
* api-change:``athena``: You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
* api-change:``directconnect``: This release corrects the jumbo frames MTU from 9100 to 8500.
* api-change:``efs``: Update efs command to latest version
* api-change:``grafana``: This release adds support for the grafanaVersion parameter in CreateWorkspace.
* api-change:``iot``: This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
* api-change:``rekognition``: Added support for aggregating moderation labels by video segment timestamps for Stored Video Content Moderation APIs and added additional information about the job to all Stored Video Get API responses.
* api-change:``simspaceweaver``: Added a new CreateSnapshot API. For the StartSimulation API, SchemaS3Location is now optional, added a new SnapshotS3Location parameter. For the DescribeSimulation API, added SNAPSHOT_IN_PROGRESS simulation state, deprecated SchemaError, added new fields: StartError and SnapshotS3Location.
* api-change:``wafv2``: You can now associate a web ACL with a Verified Access instance.
* api-change:``workspaces``: Added Windows 11 to support Microsoft_Office_2019

1.27.122
========

* api-change:``ec2``: This release adds support for AMD SEV-SNP on EC2 instances.
* api-change:``emr-containers``: This release adds GetManagedEndpointSessionCredentials, a new API that allows customers to generate an auth token to connect to a managed endpoint, enabling features such as self-hosted Jupyter notebooks for EMR on EKS.
* api-change:``guardduty``: Added API support to initiate on-demand malware scan on specific resources.
* api-change:``iotdeviceadvisor``: AWS IoT Core Device Advisor now supports MQTT over WebSocket. With this update, customers can run all three test suites of AWS IoT Core Device Advisor - qualification, custom, and long duration tests - using Signature Version 4 for MQTT over WebSocket.
* api-change:``kafka``: Amazon MSK has added new APIs that allows multi-VPC private connectivity and cluster policy support for Amazon MSK clusters that simplify connectivity and access between your Apache Kafka clients hosted in different VPCs and AWS accounts and your Amazon MSK clusters.
* api-change:``lambda``: Add Java 17 (java17) support to AWS Lambda
* api-change:``marketplace-catalog``: Enabled Pagination for List Entities and List Change Sets operations
* api-change:``osis``: Documentation updates for OpenSearch Ingestion
* api-change:``qldb``: Documentation updates for Amazon QLDB
* api-change:``sagemaker``: Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio
* api-change:``xray``: Updated X-Ray documentation with Resource Policy API descriptions.

1.27.121
========

* api-change:``osis``: Initial release for OpenSearch Ingestion

1.27.120
========

* bugfix:ses: SES create and update custom verification email template operations don't send the custom redirection URL content anymore but send the URL as a string instead (as expected)
* api-change:``chime-sdk-messaging``: Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest.  Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
* api-change:``connect``: Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.
* api-change:``datasync``: This release adds 13 new APIs to support AWS DataSync Discovery GA.
* api-change:``ds``: New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value.  Added length validation to RemoteDomainName.
* api-change:``pinpoint``: Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.

1.27.119
========

* api-change:``appflow``: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
* api-change:``codecatalyst``: Documentation updates for Amazon CodeCatalyst.
* api-change:``ec2``: API changes to AWS Verified Access related to identity providers' information.
* api-change:``mediaconvert``: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
* api-change:``rekognition``: Added new status result to Liveness session status.

1.27.118
========

* api-change:``connect``: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
* api-change:``ecs``: Documentation update to address various Amazon ECS tickets.
* api-change:``fms``: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

1.27.117
========

* api-change:``chime-sdk-media-pipelines``: This release adds support for specifying the recording file format in an S3 recording sink configuration.
* api-change:``chime-sdk-meetings``: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
* api-change:``chime``: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
* api-change:``gamelift``: Amazon GameLift supports creating Builds for Windows 2016 operating system.
* api-change:``guardduty``: This release adds support for the new Lambda Protection feature.
* api-change:``iot``: Support additional OTA states in GetOTAUpdate API
* api-change:``sagemaker``: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.
* api-change:``snowball``: Adds support for Amazon S3 compatible storage. AWS Snow Family customers can now use Amazon S3 compatible storage on Snowball Edge devices. Also adds support for V3_5S. This is a refreshed AWS Snowball Edge Storage Optimized device type with 210TB SSD (customer usable).
* api-change:``wafv2``: You can now create encrypted API keys to use in a client application integration of the JavaScript CAPTCHA API . You can also retrieve a list of your API keys and the JavaScript application integration URL.

1.27.116
========

* bugfix:Output: Consistently remove ResponseMetadata field for all commands
* api-change:``comprehend``: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
* api-change:``ecs``: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* api-change:``ram``: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
* api-change:``rds``: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
* api-change:``s3``: Provides support for "Snow" Storage class.
* api-change:``s3control``: Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.
* api-change:``secretsmanager``: Documentation updates for Secrets Manager

(adam)

2023-05-16 10:44:53 UTC MAIN commitmail json YAML

py-boto3: updated to 1.26.134

1.26.134
========

* bugfix:EndpointProvider: [``botocore``] Fixed bug in virtual addressing for S3 Buckets
* api-change:``athena``: [``botocore``] You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* api-change:``codecatalyst``: [``botocore``] With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
* api-change:``kafka``: [``botocore``] Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
* api-change:``rekognition``: [``botocore``] This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
* api-change:``rolesanywhere``: [``botocore``] Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.
* api-change:``transfer``: [``botocore``] This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

1.26.133
========

* bugfix:endpoints: [``botocore``] Include params set in provide-client-param event handlers in dynamic context params for endpoint resolution.
* api-change:``connect``: [``botocore``] This release updates GetMetricDataV2 API, to support metric data up-to last 35 days
* api-change:``elasticache``: [``botocore``] Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
* api-change:``es``: [``botocore``] This release fixes DescribePackages API error with null filter value parameter.
* api-change:``health``: [``botocore``] Add support for regional endpoints
* api-change:``ivs-realtime``: [``botocore``] Add methods for inspecting and debugging stages: ListStageSessions, GetStageSession, ListParticipants, GetParticipant, and ListParticipantEvents.
* api-change:``omics``: [``botocore``] This release provides support for Ready2Run and GPU workflows, an improved read set filter, the direct upload of read sets into Omics Storage, and annotation parsing for analytics stores.
* api-change:``opensearch``: [``botocore``] This release fixes DescribePackages API error with null filter value parameter.
* api-change:``route53resolver``: [``botocore``] Update FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``support``: [``botocore``] This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.

1.26.132
========

* api-change:``emr``: [``botocore``] Update emr client to latest version
* api-change:``rds``: [``botocore``] Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters
* api-change:``swf``: [``botocore``] This release adds a new API parameter to exclude old history events from decision tasks.

1.26.131
========

* enhancement:endpoints: [``botocore``] Fix cache implementation to reduce memory consumption.
* api-change:``application-autoscaling``: [``botocore``] With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.
* api-change:``glue``: [``botocore``] This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
* api-change:``sagemaker``: [``botocore``] This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

1.26.130
========

* api-change:``glue``: [``botocore``] Support large worker types G.4x and G.8x for Glue Spark
* api-change:``guardduty``: [``botocore``] Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs
* api-change:``iotsitewise``: [``botocore``] Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates
* api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service.

1.26.129
========

* api-change:``ec2``: [``botocore``] This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
* api-change:``inspector2``: [``botocore``] Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated.
* api-change:``mediatailor``: [``botocore``] This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled.
* api-change:``sqs``: [``botocore``] Revert previous SQS protocol change.

1.26.128
========

* bugfix:``sqs``: [``botocore``] Rolled back recent change to wire format protocol

1.26.127
========

* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
* api-change:``config``: [``botocore``] Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
* api-change:``connect``: [``botocore``] Remove unused InvalidParameterException from CreateParticipant API
* api-change:``ecs``: [``botocore``] Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
* api-change:``network-firewall``: [``botocore``] This release adds support for the Suricata REJECT option in midstream exception configurations.
* api-change:``opensearch``: [``botocore``] DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
* api-change:``quicksight``: [``botocore``] Add support for Topic, Dataset parameters and VPC
* api-change:``rekognition``: [``botocore``] This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
* api-change:``s3``: [``botocore``] Documentation updates for Amazon S3
* api-change:``sagemaker``: [``botocore``] We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
* api-change:``securityhub``: [``botocore``] Add support for Finding History.
* api-change:``sqs``: [``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol.

1.26.126
========

* api-change:``appsync``: [``botocore``] Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
* api-change:``ec2``: [``botocore``] Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
* api-change:``inspector2``: [``botocore``] This feature provides deep inspection for linux based instance
* api-change:``iottwinmaker``: [``botocore``] This release adds a field for GetScene API to return error code and message from dependency services.
* api-change:``network-firewall``: [``botocore``] AWS Network Firewall now supports policy level HOME_NET variable overrides.
* api-change:``opensearch``: [``botocore``] Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
* api-change:``wellarchitected``: [``botocore``] This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.

1.26.125
========

* api-change:``appflow``: [``botocore``] This release adds new API to cancel flow executions.
* api-change:``connect``: [``botocore``] Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.
* api-change:``ecs``: [``botocore``] Documentation only update to address Amazon ECS tickets.
* api-change:``kendra``: [``botocore``] AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields.
* api-change:``resiliencehub``: [``botocore``] This release will improve resource level transparency in applications by discovering previously hidden resources.
* api-change:``sagemaker``: [``botocore``] Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.

1.26.124
========

* api-change:``compute-optimizer``: [``botocore``] support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added.
* api-change:``kms``: [``botocore``] This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.

1.26.123
========

* api-change:``appflow``: [``botocore``] Adds Jwt Support for Salesforce Credentials.
* api-change:``athena``: [``botocore``] You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
* api-change:``directconnect``: [``botocore``] This release corrects the jumbo frames MTU from 9100 to 8500.
* api-change:``efs``: [``botocore``] Update efs client to latest version
* api-change:``grafana``: [``botocore``] This release adds support for the grafanaVersion parameter in CreateWorkspace.
* api-change:``iot``: [``botocore``] This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
* api-change:``rekognition``: [``botocore``] Added support for aggregating moderation labels by video segment timestamps for Stored Video Content Moderation APIs and added additional information about the job to all Stored Video Get API responses.
* api-change:``simspaceweaver``: [``botocore``] Added a new CreateSnapshot API. For the StartSimulation API, SchemaS3Location is now optional, added a new SnapshotS3Location parameter. For the DescribeSimulation API, added SNAPSHOT_IN_PROGRESS simulation state, deprecated SchemaError, added new fields: StartError and SnapshotS3Location.
* api-change:``wafv2``: [``botocore``] You can now associate a web ACL with a Verified Access instance.
* api-change:``workspaces``: [``botocore``] Added Windows 11 to support Microsoft_Office_2019

1.26.122
========

* api-change:``ec2``: [``botocore``] This release adds support for AMD SEV-SNP on EC2 instances.
* api-change:``emr-containers``: [``botocore``] This release adds GetManagedEndpointSessionCredentials, a new API that allows customers to generate an auth token to connect to a managed endpoint, enabling features such as self-hosted Jupyter notebooks for EMR on EKS.
* api-change:``guardduty``: [``botocore``] Added API support to initiate on-demand malware scan on specific resources.
* api-change:``iotdeviceadvisor``: [``botocore``] AWS IoT Core Device Advisor now supports MQTT over WebSocket. With this update, customers can run all three test suites of AWS IoT Core Device Advisor - qualification, custom, and long duration tests - using Signature Version 4 for MQTT over WebSocket.
* api-change:``kafka``: [``botocore``] Amazon MSK has added new APIs that allows multi-VPC private connectivity and cluster policy support for Amazon MSK clusters that simplify connectivity and access between your Apache Kafka clients hosted in different VPCs and AWS accounts and your Amazon MSK clusters.
* api-change:``lambda``: [``botocore``] Add Java 17 (java17) support to AWS Lambda
* api-change:``marketplace-catalog``: [``botocore``] Enabled Pagination for List Entities and List Change Sets operations
* api-change:``osis``: [``botocore``] Documentation updates for OpenSearch Ingestion
* api-change:``qldb``: [``botocore``] Documentation updates for Amazon QLDB
* api-change:``sagemaker``: [``botocore``] Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio
* api-change:``xray``: [``botocore``] Updated X-Ray documentation with Resource Policy API descriptions.

1.26.121
========

* api-change:``osis``: [``botocore``] Initial release for OpenSearch Ingestion

1.26.120
========

* api-change:``chime-sdk-messaging``: [``botocore``] Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest.  Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
* api-change:``connect``: [``botocore``] Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.
* api-change:``datasync``: [``botocore``] This release adds 13 new APIs to support AWS DataSync Discovery GA.
* api-change:``ds``: [``botocore``] New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value.  Added length validation to RemoteDomainName.
* api-change:``pinpoint``: [``botocore``] Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.

1.26.119
========

* api-change:``appflow``: [``botocore``] Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
* api-change:``codecatalyst``: [``botocore``] Documentation updates for Amazon CodeCatalyst.
* api-change:``ec2``: [``botocore``] API changes to AWS Verified Access related to identity providers' information.
* api-change:``mediaconvert``: [``botocore``] This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
* api-change:``rekognition``: [``botocore``] Added new status result to Liveness session status.

1.26.118
========

* api-change:``connect``: [``botocore``] This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
* api-change:``ecs``: [``botocore``] Documentation update to address various Amazon ECS tickets.
* api-change:``fms``: [``botocore``] AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

1.26.117
========

* api-change:``chime-sdk-media-pipelines``: [``botocore``] This release adds support for specifying the recording file format in an S3 recording sink configuration.
* api-change:``chime-sdk-meetings``: [``botocore``] Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
* api-change:``chime``: [``botocore``] Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
* api-change:``gamelift``: [``botocore``] Amazon GameLift supports creating Builds for Windows 2016 operating system.
* api-change:``guardduty``: [``botocore``] This release adds support for the new Lambda Protection feature.
* api-change:``iot``: [``botocore``] Support additional OTA states in GetOTAUpdate API
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.
* api-change:``snowball``: [``botocore``] Adds support for Amazon S3 compatible storage. AWS Snow Family customers can now use Amazon S3 compatible storage on Snowball Edge devices. Also adds support for V3_5S. This is a refreshed AWS Snowball Edge Storage Optimized device type with 210TB SSD (customer usable).
* api-change:``wafv2``: [``botocore``] You can now create encrypted API keys to use in a client application integration of the JavaScript CAPTCHA API . You can also retrieve a list of your API keys and the JavaScript application integration URL.

1.26.116
========

* api-change:``comprehend``: [``botocore``] This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
* api-change:``ecs``: [``botocore``] This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* api-change:``ram``: [``botocore``] This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
* api-change:``rds``: [``botocore``] Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
* api-change:``s3``: [``botocore``] Provides support for "Snow" Storage class.
* api-change:``s3control``: [``botocore``] Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.
* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager

(adam)

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

py-s3transfer: updated to 0.6.1

0.6.1

bugfix:copy: Added support for ChecksumAlgorithm when uploading copy data in parts.

(adam)

2023-05-16 10:41:16 UTC MAIN commitmail json YAML

py-botocore: updated to 1.29.134

1.29.134
========

* bugfix:EndpointProvider: Fixed bug in virtual addressing for S3 Buckets
* api-change:``athena``: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* api-change:``codecatalyst``: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
* api-change:``kafka``: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
* api-change:``rekognition``: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.
* api-change:``rolesanywhere``: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.
* api-change:``transfer``: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

1.29.133
========

* bugfix:endpoints: Include params set in provide-client-param event handlers in dynamic context params for endpoint resolution.
* api-change:``connect``: This release updates GetMetricDataV2 API, to support metric data up-to last 35 days
* api-change:``elasticache``: Added support to modify the cluster mode configuration for the existing ElastiCache ReplicationGroups. Customers can now modify the configuration from cluster mode disabled to cluster mode enabled.
* api-change:``es``: This release fixes DescribePackages API error with null filter value parameter.
* api-change:``health``: Add support for regional endpoints
* api-change:``ivs-realtime``: Add methods for inspecting and debugging stages: ListStageSessions, GetStageSession, ListParticipants, GetParticipant, and ListParticipantEvents.
* api-change:``omics``: This release provides support for Ready2Run and GPU workflows, an improved read set filter, the direct upload of read sets into Omics Storage, and annotation parsing for analytics stores.
* api-change:``opensearch``: This release fixes DescribePackages API error with null filter value parameter.
* api-change:``route53resolver``: Update FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``support``: This release adds 2 new Support APIs, DescribeCreateCaseOptions and DescribeSupportedLanguages. You can use these new APIs to get available support languages.

1.29.132
========

* api-change:``emr``: Update emr client to latest version
* api-change:``rds``: Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters
* api-change:``swf``: This release adds a new API parameter to exclude old history events from decision tasks.

1.29.131
========

* enhancement:endpoints: Fix cache implementation to reduce memory consumption.
* api-change:``application-autoscaling``: With this release, Amazon SageMaker Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.
* api-change:``glue``: This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
* api-change:``sagemaker``: This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

1.29.130
========

* api-change:``glue``: Support large worker types G.4x and G.8x for Glue Spark
* api-change:``guardduty``: Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs
* api-change:``iotsitewise``: Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates
* api-change:``sts``: Documentation updates for AWS Security Token Service.

1.29.129
========

* api-change:``ec2``: This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
* api-change:``inspector2``: Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated.
* api-change:``mediatailor``: This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled.
* api-change:``sqs``: Revert previous SQS protocol change.

1.29.128
========

* bugfix:``sqs``: Rolled back recent change to wire format protocol

1.29.127
========

* api-change:``cloudwatch``: Update cloudwatch client to latest version
* api-change:``config``: Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
* api-change:``connect``: Remove unused InvalidParameterException from CreateParticipant API
* api-change:``ecs``: Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
* api-change:``network-firewall``: This release adds support for the Suricata REJECT option in midstream exception configurations.
* api-change:``opensearch``: DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
* api-change:``quicksight``: Add support for Topic, Dataset parameters and VPC
* api-change:``rekognition``: This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
* api-change:``s3``: Documentation updates for Amazon S3
* api-change:``sagemaker``: We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
* api-change:``securityhub``: Add support for Finding History.
* api-change:``sqs``: This release enables customers to call SQS using AWS JSON-1.0 protocol.

1.29.126
========

* api-change:``appsync``: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
* api-change:``ec2``: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
* api-change:``inspector2``: This feature provides deep inspection for linux based instance
* api-change:``iottwinmaker``: This release adds a field for GetScene API to return error code and message from dependency services.
* api-change:``network-firewall``: AWS Network Firewall now supports policy level HOME_NET variable overrides.
* api-change:``opensearch``: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
* api-change:``wellarchitected``: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.

1.29.125
========

* api-change:``appflow``: This release adds new API to cancel flow executions.
* api-change:``connect``: Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.
* api-change:``ecs``: Documentation only update to address Amazon ECS tickets.
* api-change:``kendra``: AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields.
* api-change:``resiliencehub``: This release will improve resource level transparency in applications by discovering previously hidden resources.
* api-change:``sagemaker``: Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics.

1.29.124
========

* api-change:``compute-optimizer``: support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added.
* api-change:``kms``: This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.

1.29.123
========

* api-change:``appflow``: Adds Jwt Support for Salesforce Credentials.
* api-change:``athena``: You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
* api-change:``directconnect``: This release corrects the jumbo frames MTU from 9100 to 8500.
* api-change:``efs``: Update efs client to latest version
* api-change:``grafana``: This release adds support for the grafanaVersion parameter in CreateWorkspace.
* api-change:``iot``: This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
* api-change:``rekognition``: Added support for aggregating moderation labels by video segment timestamps for Stored Video Content Moderation APIs and added additional information about the job to all Stored Video Get API responses.
* api-change:``simspaceweaver``: Added a new CreateSnapshot API. For the StartSimulation API, SchemaS3Location is now optional, added a new SnapshotS3Location parameter. For the DescribeSimulation API, added SNAPSHOT_IN_PROGRESS simulation state, deprecated SchemaError, added new fields: StartError and SnapshotS3Location.
* api-change:``wafv2``: You can now associate a web ACL with a Verified Access instance.
* api-change:``workspaces``: Added Windows 11 to support Microsoft_Office_2019

1.29.122
========

* api-change:``ec2``: This release adds support for AMD SEV-SNP on EC2 instances.
* api-change:``emr-containers``: This release adds GetManagedEndpointSessionCredentials, a new API that allows customers to generate an auth token to connect to a managed endpoint, enabling features such as self-hosted Jupyter notebooks for EMR on EKS.
* api-change:``guardduty``: Added API support to initiate on-demand malware scan on specific resources.
* api-change:``iotdeviceadvisor``: AWS IoT Core Device Advisor now supports MQTT over WebSocket. With this update, customers can run all three test suites of AWS IoT Core Device Advisor - qualification, custom, and long duration tests - using Signature Version 4 for MQTT over WebSocket.
* api-change:``kafka``: Amazon MSK has added new APIs that allows multi-VPC private connectivity and cluster policy support for Amazon MSK clusters that simplify connectivity and access between your Apache Kafka clients hosted in different VPCs and AWS accounts and your Amazon MSK clusters.
* api-change:``lambda``: Add Java 17 (java17) support to AWS Lambda
* api-change:``marketplace-catalog``: Enabled Pagination for List Entities and List Change Sets operations
* api-change:``osis``: Documentation updates for OpenSearch Ingestion
* api-change:``qldb``: Documentation updates for Amazon QLDB
* api-change:``sagemaker``: Added ml.p4d.24xlarge and ml.p4de.24xlarge as supported instances for SageMaker Studio
* api-change:``xray``: Updated X-Ray documentation with Resource Policy API descriptions.

1.29.121
========

* api-change:``osis``: Initial release for OpenSearch Ingestion

1.29.120
========

* api-change:``chime-sdk-messaging``: Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest.  Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
* api-change:``connect``: Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.
* api-change:``datasync``: This release adds 13 new APIs to support AWS DataSync Discovery GA.
* api-change:``ds``: New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value.  Added length validation to RemoteDomainName.
* api-change:``pinpoint``: Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.

1.29.119
========

* api-change:``appflow``: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
* api-change:``codecatalyst``: Documentation updates for Amazon CodeCatalyst.
* api-change:``ec2``: API changes to AWS Verified Access related to identity providers' information.
* api-change:``mediaconvert``: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
* api-change:``rekognition``: Added new status result to Liveness session status.

1.29.118
========

* api-change:``connect``: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
* api-change:``ecs``: Documentation update to address various Amazon ECS tickets.
* api-change:``fms``: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

1.29.117
========

* api-change:``chime-sdk-media-pipelines``: This release adds support for specifying the recording file format in an S3 recording sink configuration.
* api-change:``chime-sdk-meetings``: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
* api-change:``chime``: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
* api-change:``gamelift``: Amazon GameLift supports creating Builds for Windows 2016 operating system.
* api-change:``guardduty``: This release adds support for the new Lambda Protection feature.
* api-change:``iot``: Support additional OTA states in GetOTAUpdate API
* api-change:``sagemaker``: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.
* api-change:``snowball``: Adds support for Amazon S3 compatible storage. AWS Snow Family customers can now use Amazon S3 compatible storage on Snowball Edge devices. Also adds support for V3_5S. This is a refreshed AWS Snowball Edge Storage Optimized device type with 210TB SSD (customer usable).
* api-change:``wafv2``: You can now create encrypted API keys to use in a client application integration of the JavaScript CAPTCHA API . You can also retrieve a list of your API keys and the JavaScript application integration URL.

1.29.116
========

* api-change:``comprehend``: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
* api-change:``ecs``: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* api-change:``ram``: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
* api-change:``rds``: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
* api-change:``s3``: Provides support for "Snow" Storage class.
* api-change:``s3control``: Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.
* api-change:``secretsmanager``: Documentation updates for Secrets Manager

(adam)

2023-05-16 10:37:49 UTC MAIN commitmail json YAML

Updated www/py-tornado, devel/py-typeguard

(adam)

2023-05-16 10:37:27 UTC MAIN commitmail json YAML

py-typeguard: updated to 4.0.0

**4.0.0** (2023-05-12)

- No changes

**4.0.0rc6** (2023-05-07)

- Fixed ``@typechecked`` optimization causing compilation of instrumented code to fail
  when an ``if`` block was left empty by the AST transformer
- Fixed the AST transformer trying to parse the second argument of ``typing.Annotated``
  as a forward reference

**4.0.0rc5** (2023-05-01)

- Added ``InstrumentationWarning`` to the public API
- Changed ``@typechecked`` to skip instrumentation in optimized mode, as in typeguard
  2.x
- Avoid type checks where the types in question are shadowed by local variables
- Fixed instrumentation using ``typing.Optional`` without a subscript when the subscript
  value was erased due to being an ignored import
- Fixed ``TypeError: isinstance() arg 2 must be a type or tuple of types`` when
  instrumented code tries to check a value against a naked (``str``, not ``ForwardRef``)
  forward reference
- Fixed instrumentation using the wrong "self" type in the ``__new__()`` method

**4.0.0rc4** (2023-04-15)

- Fixed imports guarded by ``if TYPE_CHECKING:`` when used with subscripts
  (``SomeType[...]``) being replaced with ``Any[...]`` instead of just ``Any``
- Fixed instrumentation inadvertently mutating a function's annotations on Python 3.7
  and 3.8
- Fixed ``Concatenate[...]`` in ``Callable`` parameters causing ``TypeError`` to be
  raised
- Fixed type checks for ``*args`` or ``**kwargs`` not being suppressed when their types
  are unusable (guarded by ``if TYPE_CHECKING:`` or otherwise)
- Fixed ``TypeError`` when checking against a generic ``NewType``
- Don't try to check types shadowed by argument names (e.g.
  ``def foo(x: type, type: str): ...``)
- Don't check against unions where one of the elements is ``Any``

**4.0.0rc3** (2023-04-10)

- Fixed ``typing.Literal`` subscript contents being evaluated as forward references
- Fixed resolution of forward references in type aliases

**4.0.0rc2** (2023-04-08)

- The ``.pyc`` files now use a version-based optimization suffix in the file names so as
  not to cause the interpreter to load potentially faulty/incompatible cached bytecode
  generated by older versions
- Fixed typed variable positional and keyword arguments causing compilation errors on
  Python 3.7 and 3.8
- Fixed compilation error when a type annotation contains a type guarded by
  ``if TYPE_CHECKING:``

**4.0.0rc1** (2023-04-02)

- **BACKWARD INCOMPATIBLE** ``check_type()`` no longer uses the global configuration.
  It now uses the default configuration values, unless overridden with an explicit
  ``config`` argument.
- **BACKWARD INCOMPATIBLE** Removed ``CallMemo`` from the API
- **BACKWARD INCOMPATIBLE** Required checkers to use the configuration from
  ``memo.config``, rather than the global configuration
- Added keyword arguments to ``@typechecked``, allowing users to override settings on a
  per-function basis
- Added support for using ``suppress_type_checks()`` as a decorator
- Added support for type checking against nonlocal classes defined within the same
  parent function as the instrumented function
- Changed instrumentation to statically copy the function annotations to avoid having to
  look up the function object at run time
- Improved support for avoiding type checks against imports declared in
  ``if TYPE_CHECKING:`` blocks
- Fixed ``check_type`` not returning the passed value when checking against ``Any``, or
  when type checking is being suppressed
- Fixed ``suppress_type_checks()`` not ending the suppression if the context block
  raises an exception
- Fixed checking non-dictionary objects against a ``TypedDict`` annotation

(adam)

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

py-tornado: updated to 6.3.2

What's new in Tornado 6.3.2
===========================

Security improvements

- Fixed an open redirect vulnerability in StaticFileHandler under certain
  configurations.

(adam)

2023-05-16 08:56:02 UTC MAIN commitmail json YAML

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

rust/cargo.mk: do not use cargo-install if GNU_CONFIGURE is set

Fixes installation of librsvg

(wiz)

2023-05-16 06:03:19 UTC MAIN commitmail json YAML

Updated emulators/x16-emulator to x16-emulator-41nb4

(thorpej)

2023-05-16 06:01:45 UTC MAIN commitmail json YAML

2023-05-16 00:30:34 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-screenshooter to 1.10.4

(gutteridge)

2023-05-16 00:30:18 UTC MAIN commitmail json YAML

xfce4-screenshooter: update to 1.10.4

Change log:

1.10.4 (2023-05-14)
======
- Fix warning about checking file permissions
- Refactor supported image formats handling (!49)
- Add support to AVIF (#109)
- Add support to JPEG XL (#108)
- Check if the pixbuf-loader supports writing
- Restrict file permission if not saved in a user-owned directory (#2)
- Save preferences when plugin finalizes screenshot (#96)
- Fix screenshot finalize behavior for plugin
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, Georgian, German,
  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian
  Bokm奪l, Occitan (post 1500), Persian (Iran), Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Ukrainian

(gutteridge)

2023-05-15 22:33:39 UTC MAIN commitmail json YAML

doc/TODO: add some

+ MesaLib-23.1.0, alsa-lib-1.2.9, gawk-5.2.2, mupdf-1.22.1,
  py-docutils-0.20, py-fonttools-4.39.4, py-google-auth-2.18.0,
  py-hatchling-1.17.0, py-pillow_heif-0.11.1, py-tornado-6.3.2,
  py-typeguard-4.0.0, py-websockets-11.0.3, wget-1.21.4.

(wiz)

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

Updated devel/libunit to 1.30.0
Updated www/unit to 1.30.0
Updated www/unit-perl to 1.30.0
Updated www/unit-php to 1.30.0
Updated www/unit-python to 1.30.0
Updated www/unit-ruby to 1.30.0

(osa)

2023-05-15 22:24:38 UTC MAIN commitmail json YAML

*/*unit*: update NGINX Unit: 1.29.1 -> 1.30.0

<ChangeLog>

*) Change: remove Unix domain listen sockets upon reconfiguration.

*) Feature: basic URI rewrite support.

*) Feature: NJS loadable modules support.

*) Feature: per-application logging.

*) Feature: conditional logging of route selection.

*) Feature: support the keys API on the request objects in NJS.

*) Feature: default values for 'make install' pathnames such as prefix;
  this allows to './configure && make && sudo make install'.

*) Feature: "server_version" setting to omit the version token from
  "Server" header field.

*) Bugfix: request header field values could be corrupted in some cases;
  the bug had appeared in 1.29.0.

*) Bugfix: PHP error handling (added missing 403 and 404 errors).

*) Bugfix: Perl applications crash on second responder call.

</ChangeLog>

(osa)

2023-05-15 22:05:11 UTC MAIN commitmail json YAML

py-music21: py-guppy3 now supports python 3.11, so this might too

(wiz)

2023-05-15 22:04:46 UTC MAIN commitmail json YAML

doc: Updated devel/py-guppy3 to 3.1.3

(wiz)

2023-05-15 22:04:36 UTC MAIN commitmail json YAML

py-guppy3: update to 3.1.3.

This release adds support for Python 3.11. However, please note that the
profiling process will materialize a few optimizations of Python 3.11,
including lazily-created frame objects and object managed dicts. This
means that the profiler may cause a lot more additional memory to be
allocated and as a result overestimate the memory usage.

This release also fixes a few bug fixes, including:

o Fix profile browser initialization on Python 3.10+
o Fix crash doing path calculation when a path component is non-comparable
o Fix crash when a type doesn't have __module__

(wiz)

2023-05-15 22:04:16 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.24.0nb6
Updated www/nginx to 1.24.0nb6

(osa)

2023-05-15 22:02:57 UTC MAIN commitmail json YAML

2023-05-15 22:01:15 UTC MAIN commitmail json YAML

irssi-xmpp: regen distinfo for irssi-1.4.4 update

completely untested, will probably fail to build

(wiz)

2023-05-15 21:30:20 UTC MAIN commitmail json YAML

2023-05-15 21:23:54 UTC MAIN commitmail json YAML

py-Levenshtein: set GCC_REQD to 7, expects C++17

(gutteridge)

2023-05-15 21:23:26 UTC MAIN commitmail json YAML

Updated net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools, multimedia/py-m3u8, net/py-python-socks, www/py-flask-session

(adam)

2023-05-15 21:22:35 UTC MAIN commitmail json YAML

py-flask-session: updated to 0.5.0

Version 0.5.0
- Drop support for Python < 3.7.
- Switch to ``pyproject.toml`` and Flit for packaging.
- Move to Pallets Community Ecosystem for community-driven maintenance.
- Replace use of ``session_cookie_name`` for Flask 2.3 compatibility.

(adam)

2023-05-15 21:15:58 UTC MAIN commitmail json YAML

2023-05-15 21:14:44 UTC MAIN commitmail json YAML

2023-05-15 21:14:21 UTC MAIN commitmail json YAML

py-m3u8: updated to 3.5.0

3.5.0

Comparisons to singletons - PEP8 style guide
Avoid using decimal.Decimal for integer values
Re-work URL joining to follow RFC 3986

(adam)

2023-05-15 21:12:27 UTC MAIN commitmail json YAML

py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.54.2

Release v1.54.2
This release contains refinements, improvements, and bug fixes.

(adam)

2023-05-15 21:11:24 UTC MAIN commitmail json YAML

erlang-doc: regen PLIST after erlang update

(gutteridge)

2023-05-15 21:04:28 UTC MAIN commitmail json YAML

Updated lang/py-inflect, devel/py-scikit-build, devel/py-faker, textproc/py-sphinx, lang/py-findpython

(adam)

2023-05-15 21:03:37 UTC MAIN commitmail json YAML

py-findpython: updated to 0.2.5

0.2.5

Bug Fixes

UTF-8 encoding of shell command output on Windows
windows: Findpython failed if PATH env contains folder with restricted access

(adam)

2023-05-15 21:01:45 UTC MAIN commitmail json YAML

py-sphinx: updated to 7.0.1

7.0.1

Dependencies

* Support `Docutils 0.20`_. Patch by Adam Turner.

Bugs fixed

* Clean up remaining references to ``sphinx.setup_command``
  following the removal of support for setuptools.
  Patch by Willem Mulder.

(adam)

2023-05-15 21:00:08 UTC MAIN commitmail json YAML

py-faker: updated to 18.7.0

v18.7.0
* Add `license_plate` for `zh_CN` and `zh_TW`.

(adam)

2023-05-15 20:57:36 UTC MAIN commitmail json YAML

py-scikit-build: updated to 0.17.5

Scikit-build 0.17.5
===================

A small fix release fixing the passing on of generator specific arguments. This
fixes some cases where the Ninja generator was found but then was unable to
build. NetBSD was reported to work, so was added to the BSD's supported.

Bug fixes
---------

* Generator args were missing for actual compile
* Add support for netbsd & pyodide (future)

(adam)

2023-05-15 20:52:47 UTC MAIN commitmail json YAML

py-inflect: updated to 6.0.4

v6.0.4
* Internal cleanup.

v6.0.3
* A/an support now more correctly honors leading
  capitalized words and abbreviations.
* Improve support for ordinals for floats.

(adam)

2023-05-15 20:49:14 UTC MAIN commitmail json YAML

Updated devel/py-pdm_backend, net/py-unearth, devel/py-pdm, lang/py-mypy

(adam)

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

py-mypy: updated to 1.3.0

1.3.0

Performance Improvements
Stub Tooling Improvements
Improvements to attrs
Documentation Updates
Error Reporting Improvements
Mypyc Improvements

(adam)

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

py-pdm: updated to 2.6.1

2.6.1

Bug Fixes

Fix the error when publishing using trusted publisher.
Fix a bug that PATH env var isn't set correctly when running under non-isolation mode.

2.6.0

Features & Improvements

Install project-level plugins from project config, with tool.pdm.plugins setting.
Added a --json flag to both run and info command allowing to dump scripts and infos as JSON.
Consider tasks with a name starting by an underscore (_) as internal tasks and hide them from the listing.
When running pdm init -n(non-interactive mode), a venv will be created by default. Previously, the selected Python will be used under PEP 582 mode.
Support Trusted Publisher.
Add an ephemeral wheel cache in process for wheels built from non-static revision sources.
Allow self-referencing groups in dev-dependencies.
Add an option --no-cross-platform to pdm lock to create a non-cross-platform lockfile.

Bug Fixes

Fix brackets in --venv option descriptions in zsh completion script.
The resolver doesn't take into account of the requirements for both bare package and package[extra].
Default pypi source does not use configured pypi.password, but "" instead.
Detect Python interpreters under the root of virtual environments.
Fix a race condition when the builder is creating a new build directory.
Raise FileNotFoundError if the requirement path is not found.
Fix a bug that the self package isn't uninstallable.

(adam)

2023-05-15 20:44:54 UTC MAIN commitmail json YAML

py-unearth: updated to 0.9.1

0.9.1

�泅� Features

cli: Exposing requires-python, platform and abi interface for cli tools.

�汾� Bug Fixes

Evaluation issue when the requirement has no version specifier
Typo on json response field

(adam)

2023-05-15 20:41:35 UTC MAIN commitmail json YAML

py-pdm_backend: updated to 2.0.7

2.0.7

Convert boolean value to lowercase in Root-Is-Purelib
PDM_BUILD_NO_CLEAN handling is incorrect

(adam)

2023-05-15 20:34:01 UTC MAIN commitmail json YAML

Added time/py-rfc3339-validator; Updated textproc/py-openapi-schema-validator, textproc/py-openapi-spec-validator, textproc/py-openapi-core

(adam)

2023-05-15 20:33:32 UTC MAIN commitmail json YAML

py-openapi-core: updated to 0.17.1

0.17.1

Include tests in sdist archives
add python 3.11 support

0.17.0

shortcuts high level public api expose
ParametersError context property deprecated
Spec.create deprecated
Validators refactor
Webhooks support
Rename UnmarshalContext to ValidationContext
Fix PATH_PARAMETER_PATTERN for DRF default value pattern.
Fix falcon response data none
Shortcuts backward compatible
RequestValidator and ResponseValidator backward compatibility
Fix flask decorator function return other types
Fix integration Request Response factories check types fix
Fix Requests request dont allow fragments
Fix openapi packages update and tests
unmarshallers integration tests
Unmarshallers and validators refactor
Shortcuts refactor
Media type deserializers refactor

Backward incompatibilities

Schema unmarshalling/validation returns Invalid* exception (InvalidData, InvalidParameter, InvalidRequestBody, InvalidHeader). Use __cause__ property to get root cause exception.
InvalidSecurity exception renamed to SecurityNotFound

(adam)

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

py-openapi-spec-validator: fix PKGNAME

(adam)

2023-05-15 20:18:42 UTC MAIN commitmail json YAML

py-openapi-spec-validator: updated to 0.5.6

0.5.6

Fix typo in server variables schema for OpenAPI 3.1.0
Include tests in sdist archives
jsonschema 4.17 dependency limit
add python 3.11 support

0.5.5

update openapi-schema-validator dependecy

0.5.4

schema properties validation recursion fix

0.5.3

fix custom format checker not found test
fix property missing reference validation

0.5.2

Use stdlib importlib.resources on python >= 3.9
mypy typing module version fix
Drop no longer used runtime dependency on PyYAML
allow openapi-schema-validator 0.4

(adam)

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

py-openapi-schema-validator: updated to 0.4.4

0.4.4

Include tests in sdist archives
jsonschema 4.17 dependency limit
add python 3.11 support

0.4.3

test required formats only

0.4.2

Rely on jsonschema date date-time and uuid format checkers. Format checkers assigned to validators

Backward incompatibility

Missing format checker for format no longer raise FormatError

0.4.1

OAS30 read write validators

0.4.0

Drop no longer used runtime dependency on attrs
Re-implemented nullable based on OAS 3.0.3 definition.

(adam)

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

rust/cargo.mk: add default install target

(wiz)

2023-05-15 20:03:47 UTC MAIN commitmail json YAML

2023-05-15 19:06:15 UTC MAIN commitmail json YAML

Note update of devel/radare2 to 5.8.2nb2.

(he)

2023-05-15 19:05:33 UTC MAIN commitmail json YAML

2023-05-15 18:47:57 UTC MAIN commitmail json YAML

doc: Updated net/trippy to 0.8.0

(pin)

2023-05-15 18:47:36 UTC MAIN commitmail json YAML

net/trippy: update to 0.8.0

0.8.0 - 2023-05-15
Added
- Added --tui-as-mode flag to control how AS information is rendered (#483)
- Added support for configuration files and added a -c (--config-file) flag
  (#412)
- Added --generate flag for generating shell completions (#86)
- Added support for showing and navigating host detail (#70)
- Added --geoip-mmdb-file and --tui-geoip-mode flags for looking up and
  displaying GeoIp information from mmdb files (#503)
- Added settings dialog and simplified Tui header display (#521)
- Added interactive GeoIp map display (#505)
- Added support for the paris ECMP traceroute strategy for IPv4/udp (#542)
- Added silent reporting mode to run tracing without producing any output
  (#555)
- Added -v (--verbose), --log-format, --log-filter & --log-span-events flags
  to support generating debug trace logging output (#552)

Changed
- Show AS information for IP addresses without PTR record (#479)
- Re-enabled musl release builds (#456)
- [BREAKING CHANGE] Renamed short config flag for report-cycles from -c to -C
  (#491)
- Ensure administrator privileges on Windows (#451)
- Add context information to socket errors (#153)

Fixed
- Do not require passing targets for certain command line flags (#500)
- Key press registering two events on Windows (#513)
- Command line parameter names in error messages should be in kebab-case (#516)

(pin)

2023-05-15 17:16:58 UTC MAIN commitmail json YAML

mk: fix repro.mk, add initial SOURCE_DATE_EPOCH support.

(nikita)

2023-05-15 16:31:38 UTC MAIN commitmail json YAML

2023-05-15 13:52:38 UTC MAIN commitmail json YAML

2023-05-15 09:56:04 UTC MAIN commitmail json YAML

Updated devel/py-poetry-core, devel/py-scikit-build

(adam)

2023-05-15 09:55:46 UTC MAIN commitmail json YAML

py-scikit-build: updated to 0.17.4

Scikit-build 0.17.4
===================

A followup fix to the issue 0.17.3 tried to fix. We now have a method to
manually test downstream packages, too.

Bug fixes
---------

* Make sure include dir is found even if the lib is not present in :pr:`974`.

(adam)

2023-05-15 09:54:18 UTC MAIN commitmail json YAML

py-poetry-core: updated to 1.6.0

1.6.0

Added

Improve error message for invalid markers
Increase robustness when deleting temporary directories on Windows
Add support for file dependencies with subdirectories

Changed

Replace tomlkit with tomli, which changes the interface of some internal classes
Deprecate Package.category

Fixed

Fix a performance regression in marker handling
Fix an issue where wildcard version constraints were not handled correctly
Fix an issue where poetry build created duplicate Python classifiers if they were specified manually
Fix an issue where local versions where not handled correctly

(adam)

2023-05-15 09:43:17 UTC MAIN commitmail json YAML

2023-05-15 09:30:29 UTC MAIN commitmail json YAML

2023-05-15 09:23:18 UTC MAIN commitmail json YAML

2023-05-15 09:19:13 UTC MAIN commitmail json YAML

doc: Updated devel/py-scikit-build to 0.17.3nb1

(jperkin)

2023-05-15 09:19:04 UTC MAIN commitmail json YAML

py-scikit-build: Pretend SunOS is BSD.

This package has an arbitrary platform selection process that doesn't actually
do anything for BSD, so this avoids unnecessary failures in depending packages.

Bump PKGREVISION.

(jperkin)

2023-05-15 08:17:21 UTC MAIN commitmail json YAML

doc: Updated lang/lua54 to 5.4.6

(nikita)

2023-05-15 08:17:11 UTC MAIN commitmail json YAML

lua54: update to version 5.4.6

Changelog:

"Emergency" new version 5.4.6
'lua_resetthread' is back to its original signature, to avoid
incompatibilities in the ABI between releases of the same version.
New function 'lua_closethread' added with the 'correct' signature.

(nikita)

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

Updated devel/py-flit_core, devel/py-flit

(adam)

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

py-flit_core py_flit: updated to 3.9.0

Version 3.9

New options flit build --use-vcs and flit build --no-use-vcs to enable & disable including all committed files in the sdist. For now --use-vcs is the default, but this is likely to change in a future version, to bring flit build in line with standard build frontends like python -m build.
Sdist file names, and the name of the top-level folder in an sdist, are now normalised, in accordance with PEP 625.
A statically defined version number can now be parsed from files called version.py, _version.py or __version__.py inside a packge, as well as from __init__.py, so executing code is required in fewer cases.
Fix setting the flag for regular files in zip metadata.
The timestamp embedded in the gzip wrapper for sdists now defaults to a fixed date, so building an sdist twice on the same machine should produce identical results, even without any special steps. Setting SOURCE_DATE_EPOCH is still recommended for properly reproducible builds.

(adam)

2023-05-14 21:13:53 UTC MAIN commitmail json YAML

2023-05-14 19:50:39 UTC MAIN commitmail json YAML

doc: Updated www/firefox102 to 102.11.0

(nia)

2023-05-14 19:50:11 UTC MAIN commitmail json YAML

firefox102: update to 102.11

Security Vulnerabilities fixed in Firefox ESR 102.11

    #CVE-2023-32205: Browser prompts could have been obscured by popups

    #CVE-2023-32206: Crash in RLBox Expat driver

    #CVE-2023-32207: Potential permissions request bypass via clickjacking

    #CVE-2023-32211: Content process crash due to invalid wasm code

    #CVE-2023-32212: Potential spoof due to obscured address bar

    #CVE-2023-32213: Potential memory corruption in FileReader::DoReadData()

    #CVE-2023-32214: Potential DoS via exposed protocol handlers

(nia)

2023-05-14 19:24:35 UTC MAIN commitmail json YAML

doc: Added misc/tui-journal version 0.1.0

(pin)

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

Add tui-journal

(pin)

2023-05-14 19:23:09 UTC MAIN commitmail json YAML

misc/tui-journal: import package

TUI-Journal is a terminal-based application written in Rust that allows you to
write and manage your journal/notes from within the comfort of your terminal.
It provides a simple and efficient interface for creating and organizing your
thoughts, ideas, and reflections.

TUI-Journal supports two different local back-ends: a plain text back-end in
JSON format and a database back-end using SQLite.

Features:
- Write and manage journal/notes entries from the terminal.
- Store your entries in either a plain text file using the JSON format or a
  SQLite database.
- Intuitive, responsive and user-friendly text-based user interface (TUI).
- Create, edit, and delete entries easily.
- Keybindigs is a combination of VIM and Emacs motions (VIM for navigation and
  Emacs for editing texts in edit-mode).
- See the keybindings from inside the app
- Cross-platform compatibility

(pin)

2023-05-14 18:56:06 UTC MAIN commitmail json YAML

doc: Updated editors/poke to 3.2

(fcambus)

2023-05-14 18:55:54 UTC MAIN commitmail json YAML

poke: update to 3.2.

Version 3.2 (13 May 2023)
* Bug fixes

  - Fix value returned by the libpoke function pk_load.

  - Fix a very annoying regression that resulted in a segfault when
    doing l-value maps of struct values having anonymous fields.

(fcambus)

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

Updated www/py-pelican to 4.8.0

(nils)

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

Updated www/py-pelican to version 4.8.0.

Pkgsrc changes :
* updated dependencies : removed py-six and added py-rich

Upstream changes :

- Pelican 4.5.1 :
  * Refactor intra-site link discovery in order to match more permissively
  * Fix plugins running twice in auto-reload mode
  * Add notice to use from pelican import signals instead of
    import pelican.signals
- Pelican 4.5.2 : Improve logging of generators and writer loaders
- Pelican 4.5.3 : Fix a mistake made in PR #2821
  (https://github.com/getpelican/pelican/pull/2821)
- Pelican 4.5.4 : Replace plugin definitions in settings with string
  representations after registering, so they can be cached correctly.
- Pelican 4.6.0 :
  * Add new URL pattern to PAGINATION_PATTERNS for the last page in the list
  * Speed up livereload Invoke task via caching
  * Ignore None return value from get_generators signal
  * Relax dependency minimum versions and remove upper bounds
- Pelican 4.7.0 :
  * Improve default theme rendering on mobile and other small screen devices
  * Add support for hidden articles
  * Improve word count behavior when generating summary CJK & other locales
  * Add progress spinner during generation and richer logging, both via Rich
  * Invoke tasks serve and livereload now auto-open a web browser pointing to
    the locally-served web site
  * Support some date format codes used by ISO dates
  * Document how to add a new writer
- Pelican 4.7.1 :
  * Extend rich logging to server component
  * Fix an issue where metadata flagged to be discarded was being cached
  * Adjust suffix in server to allow redirection when needed
  * Add MIME types for web fonts
  * Distribute sample data used to run tests
  * Add Python 3.10 to test matrix
- Pelican 4.7.2 :
  * Fix incorrect parsing of parameters specified via -e / --extra-settings
    option flags
  * Add categories.html template to default theme
  * Document how to use plugins to inject content
- Pelican 4.8.0 :
  * Use JSON values for extra settings in Invoke tasks template
  * Add content tag for links, which can help with things like Twitter
    social cards
  * Improve word count behavior when generating summary

(nils)

2023-05-14 16:11:37 UTC MAIN commitmail json YAML

doc: Updated archivers/lhasa to 0.4.0

(tsutsui)

2023-05-14 16:11:22 UTC MAIN commitmail json YAML

lhasa: update to 0.4.0.

Upstream changes:
https://github.com/fragglet/lhasa/blob/v0.4.0/NEWS

v0.4.0 (2023-05-14):

    * The manpage was expanded, with more information about different
      compression formats, example commands, a BUGS section and some
      additional references in the SEE ALSO section.
    * A verbose mode was added to the list output that shows the full file
      timestamp (thanks Dan Fandrich).
    * Support for archives generated by the DOS LHARK tool was added; big
      thanks go to Jason Summers for his tool DEARK and his comprehensive
      writeup on the LHARK format.
    * Some changes were made for compatibility with old versions of
      autotools (thanks Ozkan Sezer).
    * Some tweaks were made to tests to make them work on BSD systems.
    * Segmentation fault on NetBSD/amd64 was fixed when decoding 8-bit
      character filenames (thanks Izumi Tsutsui).
    * Some minor tweaks and fixes were made to the help text and manpage
      (thanks Stefan)
    * Some spelling mistakes were fixed, excess whitespace was trimmed, and
      the website link in the RPC spec file was fixed (thanks a1346054 and
      Jakub Wilk).
    * A potential integer overflow in the lha_decode_*uint32 functions was
      fixed (thanks Jacub Wilk).

(tsutsui)

2023-05-14 15:13:41 UTC MAIN commitmail json YAML

doc: Updated graphics/wallust to 2.4.1

(pin)

2023-05-14 15:13:22 UTC MAIN commitmail json YAML

graphics/wallust: update to 2.4.1

v2.4.1
- Add a new line after the warning

v2.4.0
- Update deps
- Ignore errors while sending the sequences, only report them
- Use `dirs` crate for the cache path in colors
- Refactor main(), add info var
- Add a `CACHE_VER`sion and remove unneeded stuff in `Cache`

(pin)

2023-05-14 14:53:15 UTC MAIN commitmail json YAML

doc: Updated lang/php81 to 8.1.19

(taca)

2023-05-14 14:52:45 UTC MAIN commitmail json YAML

lang/php81: update to 8.1.19

11 May 2023, PHP 8.1.19

- Core:
  . Fix inconsistent float negation in constant expressions. (ilutov)
  . Fixed bug GH-8841 (php-cli core dump calling a badly formed function).
    (nielsdos)
  . Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of
    sapi/apache2handler/sapi_apache2.c). (nielsdos, ElliotNB)
  . Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.). (nielsdos)
  . Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=).
    (ilutov)

- DOM:
  . Fixed bug #80602 (Segfault when using DOMChildNode::before()).
    (Nathan Freeman)
  . Fixed incorrect error handling in dom_zvals_to_fragment(). (nielsdos)

- Exif:
  . Fixed bug GH-9397 (exif read : warnings and errors : Potentially invalid
    endianess, Illegal IFD size and Undefined index). (nielsdos)

- Intl:
  . Fixed bug GH-11071 (TZData version not displayed anymore). (Remi)

- PCRE:
  . Fixed bug GH-10968 (Segfault in preg_replace_callback_array()). (ilutov)

- Standard:
  . Fixed bug GH-10990 (mail() throws TypeError after iterating over
    $additional_headers array by reference). (nielsdos)
  . Fixed bug GH-9775 (Duplicates returned by array_unique when using enums).
    (ilutov)

(taca)

2023-05-14 14:46:53 UTC MAIN commitmail json YAML

doc: Updated lang/php82 to 8.2.6

(taca)

2023-05-14 14:46:15 UTC MAIN commitmail json YAML

lang/php82: update to 8.2.6

11 May 2023, PHP 8.2.6

- Core:
  . Fix inconsistent float negation in constant expressions. (ilutov)
  . Fixed bug GH-8841 (php-cli core dump calling a badly formed function).
    (nielsdos)
  . Fixed bug GH-10085 (Assertion when adding two arrays with += where the first
    array is contained in the second). (ilutov)
  . Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of
    sapi/apache2handler/sapi_apache2.c). (nielsdos, ElliotNB)
  . Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.). (nielsdos)
  . Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=).
    (ilutov)

- Date:
  . Fixed bug where the diff() method would not return the right result around
    DST changeover for date/times associated with a timezone identifier. (Derick)
  . Fixed out-of-range bug when converting to/from around the LONG_MIN unix
    timestamp. (Derick)

- DOM:
  . Fixed bug #80602 (Segfault when using DOMChildNode::before()).
    (Nathan Freeman)
  . Fixed incorrect error handling in dom_zvals_to_fragment(). (nielsdos)

- Exif:
  . Fixed bug GH-9397 (exif read : warnings and errors : Potentially invalid
    endianess, Illegal IFD size and Undefined index). (nielsdos)

- Intl:
  . Fixed bug GH-11071 (TZData version not displayed anymore). (Remi)

- PCRE:
  . Fixed bug GH-10968 (Segfault in preg_replace_callback_array()). (ilutov)

- Reflection:
  . Fixed bug GH-10983 (State-dependant segfault in
    ReflectionObject::getProperties). (nielsdos)

- SPL:
  . Handle indirect zvals and use up-to-date properties in
    SplFixedArray::__serialize. (nielsdos)

- Standard:
  . Fixed bug GH-10990 (mail() throws TypeError after iterating over
    $additional_headers array by reference). (nielsdos)
  . Fixed bug GH-9775 (Duplicates returned by array_unique when using enums).
    (ilutov)

- Streams:
  . Fixed bug GH-10406 (feof() behavior change for UNIX based socket
    resources). (Jakub Zelenka)

(taca)

2023-05-14 14:37:36 UTC MAIN commitmail json YAML

doc: Updated security/tlsx to 1.0.9

(leot)

2023-05-14 14:37:30 UTC MAIN commitmail json YAML

tlsx: Update to 1.0.9

Changes:
v1.0.9
## What's Changed
* Fixed crash with not parseable certificate
* Several dependencies updates

v1.0.8
## What's Changed
* Added permissive x509 parsing
* Fixed nil pointer crash
* Fixed mismatched wildcard false positive

(leot)

2023-05-14 14:33:15 UTC MAIN commitmail json YAML

doc: Updated security/subfinder to 2.5.8

(leot)

2023-05-14 14:33:09 UTC MAIN commitmail json YAML

subfinder: Update to 2.5.8

Changes:
v2.5.8
## What's Changed
* Added leakix api as new source support
* Fixed 360quake api to specify include field
* Updated code to get domain result with `onresultcallback`
* Updated hackertarget source url
* Several dependencies updates

(leot)

2023-05-14 14:28:58 UTC MAIN commitmail json YAML

doc: Updated security/httpx to 1.3.1

(leot)

2023-05-14 14:28:53 UTC MAIN commitmail json YAML

httpx: Update to 1.3.1

Changes:
v1.3.1
## What's Changed
* Fixed issue with response body store with json option
* Fixed issue with response body hash calculation
* Fixed issue with fallbacks when `-nfs` is used
* Fixed issue with certificate parsing
* Added improvements to code for using as library

v1.3.0
## What's Changed
* Added screenshot support (`-ss, -screenshot`), e.g.:
  ```
  subfinder -d hackerone.com | httpx -screenshot
  ```
* Added support to skip decode (`-no-decode`)
* Added `stale.yml` config file
* Fixed issue with dsl based filtering
* Fixed error with URLs having http / httpx as a prefix
* Fixed (`-match-regex`) not working with http proxy
* Fixed issue with filename on windows

(leot)

2023-05-14 14:25:13 UTC MAIN commitmail json YAML

doc: Updated www/ruby-loofah to 2.21.2

(taca)

2023-05-14 14:24:49 UTC MAIN commitmail json YAML

www/ruby-loofah: update to 2.21.2

2.21.0 (2023-05-10)

HTML5 Support

Classes Loofah::HTML5::Document and Loofah::HTML5::DocumentFragment are
introduced, along with helper methods:

* Loofah.html5_document
* Loofah.html5_fragment
* Loofah.scrub_html5_document
* Loofah.scrub_html5_fragment

These classes and methods use Nokogiri's HTML5 parser to ensure modern web
standards are used.

âš  HTML5 functionality is only available with Nokogiri v1.14.0 and higher.

âš  HTML5 functionality is not available for JRuby.  Please see this upstream
Nokogiri issue if you're interested in helping implement and support HTML5
support.

Loofah::HTML4 module and namespace

Loofah::HTML has been renamed to Loofah::HTML4, and Loofah::HTML is aliased
to preserve backwards-compatibility.  Nokogiri::HTML and Nokogiri::HTML4
parse methods still use libxml2's (or NekoHTML's) HTML4 parser.

Take special note that if you rely on the class name of an object in your
code, objects will now report a class of Loofah::HTML4::Foo where they
previously reported Loofah::HTML::Foo.  Instead of relying on the string
returned by Object#class, prefer Class#=== or Object#is_a? or
Object#instance_of?.

Future releases of Nokogiri may deprecate HTML classes and methods or
otherwise change this behavior, so please start using HTML4 in place of
HTML.

Official support for JRuby

This version introduces official support for JRuby.  Previously, the test
suite had never been green due to differences in behavior in the underlying
HTML parser used by Nokogiri.  We've updated the test suite to accommodate
those differences, and have added JRuby to the CI suite.

2.21.1 (2023-05-10)

Fixed

* Don't define HTML5::Document and HTML5::DocumentFragment when Nokogiri is
  < 1.14.  In 2.21.0 these classes were defined whenever Nokogiri::HTML5 was
  defined, but Nokogiri v1.12 and v1.13 do not support Loofah subclassing
  properly.

2.21.2 (2023-05-11)

Dependencies

* Update the dependency on Nokogiri to be >= 1.12.0.  The dependency in
  2.21.0 and 2.21.1 was left at >= 1.5.9 but versions before 1.12 would
  result in a NameError exception.  [#266]

(taca)

2023-05-14 14:20:06 UTC MAIN commitmail json YAML

doc: Updated www/ruby-capybara to 3.39.1

(taca)

2023-05-14 14:19:44 UTC MAIN commitmail json YAML

www/ruby-capybara: update to 3.39.1

3.39.1 (2023-05-12)

Fixed

* Fix usage of Selenium logger

(taca)