17602 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
nros
|
3385c7188c | Revbump dhcpcd-gtk and dhcpcd-qt due to PLIST change | ||
nros
|
3988ef308e |
Fix installation of xdg autostart desktop files in dhcpcd-*
Make dhcpcd-gtk and dhcpcd-qt install xdg autostart files in the right locations and use pkg_install framework to put then in PKG_SYSCONFDIR. Fixes installation that was broken due to non updated PLIST files. |
||
roy
|
786b1ac332 |
Update to dhcpcd-8.1.4 with the following change:
* options: Fix allocating the script option |
||
roy
|
c19224b401 |
Import dhcpcd-8.1.3 with the following changes:
* Linux: prefer ms RA times * Linux: Support kernels without PR_SET_MM_MAP * dhcpcd: Only report SSID when we have a carrier * IPv6ND: Fix reachable test * DHCP6: Work better with infinite addresses * DHCP6: Suboption 3 of NTP Server is a FQDN * DHCP6: Fix deprecating a delegated prefix * DHCP: Ensure we have a lease to extract options from |
||
joerg
|
119b27382e | fetch-1.9: Fix inode check for conditional GET. | ||
joerg
|
a64dd788f1 | Deal with the kqueue type change in NetBSD. | ||
markd
|
afc7a68db9 | ns: modern compilers fussy about unsigned char | ||
markd
|
53c63fc8ce | nam: modern compilers fussy about unsigned char | ||
nros
|
dc6e34576d |
Fix patch or sys/loadavg.h
The patch for including sys/loadavg.h included the file in the section where getloadavg isn't used so the patch did nothing. Include it in the right place to fix it. |
||
leot
|
c3ccbbc4d3 |
mitmproxy: Update to 5.0.0
Changes: 5.0.0 ----- ** Major Changes ** * Added new Table UI (@Jessonsotoventura) * Added EKU extension to certificates. This fixes support for macOS Catalina (@vin01) ** Security Fixes ** * Fixed command injection vulnerabilities when exporting flows as curl/httpie commands (@cript0nauta) * Do not echo unsanitized user input in HTTP error responses (@fimad) ** Full Changelog ** * Moved to Github CI for Continuous Integration, dropping support for old Linux and macOS releases. (#3728) * Vastly improved command parsing, in particular for setting flow filters (@typoon) * Added a new flow export for raw responses (@mckeimic) * URLs are now edited in an external editor (@Jessonsotoventura) * mitmproxy now has a command history (@typoon) * Added terminal like keyboard shortcuts for the command bar (ctrl+w, ctrl+a, ctrl+f, ...) (@typoon) * Fixed issue with improper handling of non-ascii characters in URLs (@rjt-gupta) * Filtering can now use unicode characters (@rjt-gupta) * Fixed issue with user keybindings not being able to override default keybindings * Improved installation instructions * Added support for IPV6-only environments (@sethb157) * Fixed bug with server replay (@rjt-gupta) * Fixed issue with duplicate error responses (@ccssrryy) * Users can now set a specific external editor using $MITMPROXY_EDITOR (@rjt-gupta) * Config file can now be called `config.yml` or `config.yaml` (@ylmrx) * Fixed crash on `view.focus.[next|prev]` (@ylmrx) * Updated documentation to help using mitmproxy certificate on Android (@jannst) * Added support to parse IPv6 entries from `pfctl` on MacOS. (@tomlabaude) * Fixed instructions on how to build the documentation (@jannst) * Added a new `--allow-hosts` option (@pierlon) * Added support for zstd content-encoding (@tsaaristo) * Fixed issue where the replay server would corrupt the Date header (@tonyb486) * Improve speed for WebSocket interception (@MathieuBordere) * Fixed issue with parsing JPEG files. (@lusceu) * Improve example code style (@BoboTiG) * Fixed issue converting void responses to HAR (@worldmind) * Color coded http status codes in mitmweb (@arun-94) * Added organization to generated certificates (@Abcdefghijklmnopqrstuvwxyzxyz) * Errors are now displayed on sys.stderr (@JessicaFavin) * Fixed issue with replay timestamps (@rjt-gupta) * Fixed copying in mitmweb on macOS (@XZzYassin) |
||
schmonz
|
2a39f1df47 |
Update to 36a. From the changelog:
- Fixed CVE-2009-0858 in response.c (tx. Martin). - Compliance with fehQlibs-13 given DNS return codes and dns timeouts aligned. - DNS return codes streamlined with fehQlibs-13c. - Fixed wrong evaluation of query_* (-1 -> DNS_*), making dnscache polling. |
||
schmonz
|
303637357e |
Update to 0.11.1 (as 0.999.11.1). From the changelog:
- Added compatibility with fehQlibs-13. - Fixed wrong behavior of sslserver/sslclient given a local or remote IPv4 address. sslhandle is now an own program (man sslhandle.3). - Code streamlined with ucspi-tcp6-1.11.0. - Removed parenthesis from host in https@: [$host]:$port -> $host:port. Tx, A.E. - Fixed TLSv1* macro's names in ucspissl.h to match ssl_context.c. - Clarified usage of 'SSL_CTX_set_ciphersuites()' in ssl_ciphers.c. |
||
schmonz
|
364fc5a2bd |
Update to ucspi-tcp6-1.11.0. From the changelog:
- Fixed incorrect behavior for IPv4 address given as hostname for tcpserver and tcpclient. - Added tcprulescheck verbose info message. - Requires fehQlibs-13. |
||
schmonz
|
8029ffbc3b |
Update to 13c (as 0.9.13c). From the changelog:
- Bugs fixed: str_copy (wrong parenthesis setting) - UI changed: log() -> log_who() - Added: man str(3) - Fixed wrong input boundary checking for multiple DNSCACHE variables settings in dns_rcip.c. (Tx. J.W.) - Added missing str_copyb() function in str.c. - DNS stub return codes straightend with djbdnscurve6-36. |
||
nia
|
6a9b7c3ffa |
net: Remove bittorrent
According to the wekpideas this has been unmaintained and replaced with a closed source version more than a decade ago, ish. It turned into a fork of uTorrent, so qbittorrent is ~kind of a successor to this. |
||
nia
|
bc314db104 |
net: Add qbittorrent.
qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent The qBittorrent project aims to provide an open-source software alternative to uTorrent. |
||
nia
|
af0af02dad |
net: Add libtorrent-rasterbar
libtorrent-rasterbar is a feature complete C++ bittorrent implementation focusing on efficiency and scalability. |
||
he
|
f1e7945b1b |
Fix format / buffer size warnings with newer gcc (7.4.0) by
also leaving room for the terminating 0 character. Also submitted as https://github.com/farsightsec/fstrm/pull/63 Bump PKGREVISION. |
||
taca
|
f89772dda7 |
Bump PKGREVISION by change of default Ruby version
Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x. These packages are depends on Ruby in some ways. |
||
adam
|
7f87869eea |
py-responses: updated to 0.10.8
0.10.8 - Fixed cookie parsing and enabled multiple cookies to be set by using a list of tuple values. |
||
adam
|
eb149c28a2 |
py-lexicon: upadted to 3.3.11
v3.3.11: - fixed loglevel of debug message - add "Accept" header to request - Rename capsule.yml to packagr.yml - Updated linode4 provider to enforce case insensitivity - Updated linode provider to enforce case insensitivity |
||
dmcmahill
|
94b0b9583b |
Update inadyn to 2.5
Motivated by wanting to build under more recent systems with newer OpenSSL. Many changes since 1.99.15 [v2.5][] - 2018-09-30 --------------------- ### Changes - macOS changes by Jo Rhett: - Add linking with `-lresolv` - Use Homebrew's CA trust store - Update REDAME with install help - Add support for selfhost.de DDNS ### Fixes - Fix #211: Only show DDNS server response on successful transaction - Fix #211: Improved error handling in OpenSSL back-end - Fix #214: Add `nochg` to list of good responses for custom providers - Fixes by Erich Sauvageau: - Fix #216: Add DNS lookup exception for `all.dnsomatic.com` - Fix #219: Add DNS lookup exception for `default@tunnelbrooker.net` [v2.4][] - 2018-08-18 --------------------- ### Changes - Add support for Dynu DDNS provider ### Fixes - Add missing defines for `LLONG_MAX` and `LLONG_MIN` on some platforms - Fix #209: Update FreeDNS plugin to use v2 of their API to fetch update key - Fix #210: Use `~/.cache/inadyn` or `~/.inadyn` when running unprivileged [v2.3.1][] - 2018-02-12 ----------------------- This minor bug fix release holds Debian packaging fixes by André Colomb. ### Changes - Make .deb files an official part of releases ### Fixes - Fix installation of `inadyn` in `/usr/sbin` and symlink in `/usr/bin` - Rename debian/inadyn.links to be standards-compliant - Update deprecated build dependency for dh-systemd - Fix lintian warning about unsafe symlinks for build scripts - Version numbers containing a dash are inappropriate for 'native' packages, bump revision instead [v2.3][] - 2018-01-05 --------------------- ### Changes - Distribute `CONTRIBUTING.md` in release tarballs, by André Colomb - Clean up debug messages for HTTPS connections, by André Colomb - New build-depends, `libgnutls28-dev` for Debian/Ubuntu users and GnuTLS >= 3.0 for others, by André Colomb - Issue #192: Add `examples/*.conf` to source distribution, by André Colomb ### Fixes - TCP, not UDP, for `getaddrinfo()` hints + numeric lookups, by André Colomb - Disable SSL for checkip connections to SPDYN service, by André Colomb - Issue #186: Allow IPv6 for HTTP(S) connections, by André Colomb - Issue #189: Ignore premature session termination in GnuTLS, by André Colomb - Issue #193: Fix broken internal links in README.md, by André Colomb [v2.2.1][] - 2017-10-06 ----------------------- ### Fixes - Issue #174: `gnutls.c` missing `stdint.h`, fix for ArchLinux - Issue #179: Update easyDNS plugin to new API, by Nicholas Alipaz [v2.2][] - 2017-08-09 --------------------- ### Changes - Use HTTP by default for DYN.com checkip server, used by many DDNS providers that do not have their own. This change is far more user friendly since you no longer have to explicitly set `checkip-ssl = false` for the most common use-case. - Some DDNS providers have multiple IP addresses registered for the same service, as of this release Inadyn immediately tries to connect to the next listed addresses on connection problems. - Issue #153: Support for custom HTTP User Agent. Useful with providers that require using a specific brower. Set to, e.g. "Mozilla/4.0", or rely on the default "inadyn/VERSION" user agent. - Support for the `%%` format specifier in custom server URL's, as mentioned in issue #152. - Add support for a `.conf` syntax checker: `inadyn --check-config` - Add support for logging to `stderr` when running in foreground or without syslog enabled - Simplified provider name lookup in `.conf` file. Now substring match is used, resulting in support for `provider Dyn { ... }`. - Remove libite dependency by importing all its used files into inadyn. This should ease adoption by distributions and end users. All code is under free licenses: BSD, ISC. - Import Timur's Debian packaging, adding debconf support ### Fixes - Issue #152: Do not attempt to create PID file in oneshot mode (`-1`) - Issue #152: Must URL encode custom server URL's - Issue #170: Use configured `--prefix` not hard coded `/etc/inadyn.conf` - Issue #172: Use separate variable for `--iface` command line option and `.conf` file option [v2.1][] - 2016-12-04 --------------------- ### Changes - Use HTTPS instead of HTTP by default - Support for disabling HTTPS for `checkip-server`, per provider. Idea from Valery Frolov - Add `-I,--ident=NAME` option for syslog+pidfile name - Deprecate `--pidfile=NAME` option in favor of `--ident=NAME` ### Fixes - Issue #150: Custom update URL parser fixes - Issue #151: Support for detecting OpenSSL v1.1 - Issue #144: Clarify use of public vs private IP. It is possible to register private IP addresses in a public DNS - Clarify `--foreground` option in man page - Document minimum required versions of libite and libConfuse - Portability fixes, replace `__progname` with a small function, replace `%m` with `%s` and `strerror(errno)`. [v2.0][] - 2016-09-12 --------------------- New configuration file format, changed command line options, improved HTTPS support using GnuTLS and Open/LibreSSL. Inadyn now comes with certificate validation enabled by default. ### Changes - New configuration file format using [libConfuse][] - Radically simplified command line, a .conf file is now required - Reorganized SSL code, split `ssl.c` into `openssl.c` and `gnutls.c` - Strict HTTPS certificate validation is now default. To disable this use `strict-ssl = false` in the .conf file. - Certificate validation uses trusted CA certificates from the system with fall-backs to certain known locations. To override this default handling a `ca-trust-file = FILE` setting in `inadyn.conf` can be used to provide the path to another CA cert bundle, in PEM format. - Massive overhaul of `inadyn(8)` and `inadyn.conf(5)` man pages - Support for reading address from interface, including IPv6 addresses - Support for calling an external script to get the IP address - Support for multiple users @ same provider, idea from Valery Frolov: provider default@no-ip.com:1 { username = ian password = secret alias = flemming.no-ip.com } provider default@no-ip.com:2 { username = james password = bond alias = spectre.no-ip.com } - Support for ddnss.de and dynv6.com, contributed by Sven Hoefer - Support for spdyn.de, on request from Frank Röhm - Support for strato.com, contributed by Duncan Overbruck - Support for disabling IP address validation: `verify-address = false` - Refactored memory handling and privilige separation to simplify code - Refactored logging and backgrounding to simplify code - Removed old compatibility symlinks and other required GNU specific files, we now distribute and install README.md and ChangeLog.md ### Fixes - Fix issue #61: Add HTTPS certificate validation for OpenSSL/LibreSSL - Fix issue #67: Use GnuTLS native API for HTTPS - Fix DuckDNS: now requires 'www.' prefix in server URL. By Frank Aurich - Fix issue #110: Poodle `SSL_MODE_SEND_FALLBACK_SCSV` not needed - Fix issue #101: Remove support for custom pidfile - Fix issue #102: Relocate cache files `/var/run/inadyn` to `/var/cache/inadyn` - Fix issue #113: `--drop-privs` does not work - Add actual permissions check to `os_check_perms()` - Fix issue #121: Support for fully customizable update URL - Fix issue #122: Only use HTTPS connection for DNS update, not checkip - Fix issue #131: Use FreeDNS' own checkip server instead of DYN.com's - Fix issue #134: Support wildcard cert with GnuTLS backend |
||
adam
|
38a5e2bbd5 |
py-pyftpdlib: updated to 1.5.5
Version: 1.5.5: **Enhancements** - colored test output. **Bug fixes** - CRLF line endings are replaced with CRCRLF in ASCII mode downloads. - import error due to multiprocessing.Lock() bug. |
||
bsiegert
|
924057ee4f | Revbump all Go packages after Go 1.12.14 update. | ||
he
|
12075a3ae4 |
Update unbound to version 1.9.6
Pkgsrc changes: * Remove now integrated patch. Upstream changes: This release contains a number of security related fixes, contributed by X41 D-Sec. They have conducted a security audit of Unbound, funded by OSTIF. The previous CVEs fixed in 1.9.4 and 1.9.5 were the most important ones, less important fixes and side findings for more robust code have been included in this release, alongside a normal number of bug fixes. The sort order for included config snippets is now ascending by name, it previously was reversed due to an oversight. Most config snippets do not depend on the order as they add a stub or forward zone or some server: section config entries. Features: - The unbound.conf includes are sorted ascending, for include statements with a '*' from glob. - drop-tld.diff in contrib/ : adds option drop-tld: yesno that drops 2 label queries, to stop random floods. Apply with patch -p1 < contrib/drop-tld.diff and compile. From Saksham Manchanda (Secure64). Please note that we think this will drop DNSKEY and DS lookups for tlds and hence break DNSSEC lookups for downstream clients. - Add new configure option `--enable-fully-static` to enable full static build if requested; in relation to #91. - Add make distclean that removes everything configure produced, and make maintainer-clean that removes bison and flex output. - unbound-fuzzers.tar.bz2 in contrib/ : three programs for fuzzing, that are 1:1 replacements for unbound-fuzzme.c that gets created after applying the contrib/unbound-fuzzme.patch. They are contributed by Eric Sesterhenn from X41 D-Sec. Bug Fixes: - Fix that pkg-config is setup before --enable-systemd needs it. - Fix contrib/fastrpz.patch asprintf return value checks. - ipset module #28: log that an address is added, when verbosity high. - ipset: refactor long routine into three smaller ones. - updated Makefile dependencies. - squelch DNS over TLS errors 'ssl handshake failed crypto error' on low verbosity, they show on verbosity 3 (query details), because there is a high volume and the operator cannot do anything for the remote failure. Specifically filters the high volume errors. - Fix #71: fix openssl error squelch commit compilation error. - Fix #72: configure --with-syslog-facility=LOCAL0-7 with default LOG_DAEMON (as before) can set the syslog facility that the server uses to log messages. - Use explicit bzero for wiping clear buffer of hash in cachedb, reported by Eric Sesterhenn from X41 D-Sec. - Fix #78: Memory leak in outside_network.c. - Merge pull request #76 from Maryse47: Improvements and fixes for systemd unbound.service. - oss-fuzz badge on README.md. - Fix fix for #78 to also free service callback struct. - Fix for oss-fuzz build warning. - Fix wrong response ttl for prepended short CNAME ttls, this would create a wrong zero_ttl response count with serve-expired enabled. - Merge #80 from stasic: Improve wording in man page. - Merge #82 from hardfalcon: Downgrade CAP_NET_ADMIN to CAP_NET_RAW in unbound.service. - Merge #81 from Maryse47: Consistently use /dev/urandom instead of /dev/random in scripts and docs. - Merge #83 from Maryse47: contrib/unbound.service.in: do not fork into the background. - Merge #85 for #84 from sam-lunt: Add kill capability to systemd service file to fix that systemctl reload fails. - Merge #87 from hardfalcon: Fix contrib/unbound.service.in, Drop CAP_KILL, use + prefix for ExecReload= instead. - Merge #90 from vcunat: fix build with nettle-3.5. - Fix for CVE-2019-16866. That fix is also in 1.9.4. - Merge #86 from psquarejho: Added -b source address option to smallapp/unbound-anchor.c, from Lukas Wunner. - Add doxygen comments to unbound-anchor source address code, in #86. - Merge #97: manpage: Add missing word on unbound.conf, from Erethon. - Fix #99: Memory leak in ub_ctx (event_base will never be freed). - Fix #109: check number of arguments for stdin-pipes in unbound-control and fail if too many arguments. - Merge #102 from jrtc27: Add getentropy emulation for FreeBSD. - iana portlist updated. - contrib/fastrpz.patch updated to apply for current code. - fixes for splint cleanliness, long vs int in SSL set_mode. - In unbound-host use separate variable for get_option to please code checkers. - update to bison output of 3.4.1 in code repository. - Provide a prototype for compat malloc to remove compile warning. - Portable grep usage for reuseport configure test. - Check return type of HMAC_Init_ex for openssl 0.9.8. - gitignore .source tempfile used for compatible make. - Fix for CVE-2019-18934, shell execution in ipsecmod. This fix is also in 1.9.5. - Fix authzone printout buffer length check. - Fixes to please lint checks. - Fix Integer Overflow in Regional Allocator, reported by X41 D-Sec. - Fix Unchecked NULL Pointer in dns64_inform_super() and ipsecmod_new(), reported by X41 D-Sec. - Fix Out-of-bounds Read in rr_comment_dnskey(), reported by X41 D-Sec. - Fix Integer Overflows in Size Calculations, reported by X41 D-Sec. - Fix Integer Overflow to Buffer Overflow in sldns_str2wire_dname_buf_origin(), reported by X41 D-Sec. - Fix Out of Bounds Read in sldns_str2wire_dname(), reported by X41 D-Sec. - Fix Out of Bounds Write in sldns_bget_token_par(), reported by X41 D-Sec. - Fix Out of Bounds Read in rrinternal_get_owner(), reported by X41 D-Sec. - Fix Race Condition in autr_tp_create(), reported by X41 D-Sec. - Fix Shared Memory World Writeable, reported by X41 D-Sec. - Adjust unbound-control to make stats_shm a read only operation. - Fix Weak Entropy Used For Nettle, reported by X41 D-Sec. - Fix Randomness Error not Handled Properly, reported by X41 D-Sec. - Fix Out-of-Bounds Read in dname_valid(), reported by X41 D-Sec. - Fix Config Injection in create_unbound_ad_servers.sh, reported by X41 D-Sec. - Fix Local Memory Leak in cachedb_init(), reported by X41 D-Sec. - Fix Integer Underflow in Regional Allocator, reported by X41 D-Sec. - Upgrade compat/getentropy_linux.c to version 1.46 from OpenBSD. - Synchronize compat/getentropy_win.c with version 1.5 from OpenBSD, no changes but makes the file, comments, identical. - Upgrade compat/getentropy_solaris.c to version 1.13 from OpenBSD. - Upgrade compat/getentropy_osx.c to version 1.12 from OpenBSD. - Changes to compat/getentropy files for, no link to openssl if using nettle, and hence config.h for HAVE_NETTLE variable. compat definition of MAP_ANON, for older systems. ifdef stdint.h inclusion for older systems. ifdef sha2.h inclusion for older systems. - Fixed Compat Code Diverging from Upstream, reported by X41 D-Sec. - Fix compile with --enable-alloc-checks, reported by X41 D-Sec. - Fix Terminating Quotes not Written, reported by X41 D-Sec. - Fix Useless memset() in validator, reported by X41 D-Sec. - Fix Unrequired Checks, reported by X41 D-Sec. - Fix Enum Name not Used, reported by X41 D-Sec. - Fix NULL Pointer Dereference via Control Port, reported by X41 D-Sec. - Fix Bad Randomness in Seed, reported by X41 D-Sec. - Fix python examples/calc.py for eval, reported by X41 D-Sec. - Fix comments for doxygen in dns64. - Fix dname loop maximum, reported by Eric Sesterhenn from X41 D-Sec. - Fix compiler warnings. - Merge pull request #122 from he32: In tcp_callback_writer(), don't disable time-out when changing to read. - Merge pull request #124 from rmetrich: Changed log lock from 'quick' to 'basic' because this is an I/O lock. - Fix text around serial arithmatic used for RRSIG times to refer to correct RFC number. - Fix Assert Causing DoS in synth_cname(), reported by X41 D-Sec. - Fix similar code in auth_zone synth cname to add the extra checks. - Fix Assert Causing DoS in dname_pkt_copy(), reported by X41 D-Sec. - Fix OOB Read in sldns_wire2str_dname_scan(), reported by X41 D-Sec. - Fix Out of Bounds Write in sldns_str2wire_str_buf(), reported by X41 D-Sec. - Fix Out of Bounds Write in sldns_b64_pton(), fixed by check in sldns_str2wire_int16_data_buf(), reported by X41 D-Sec. - Fix Insufficient Handling of Compressed Names in dname_pkt_copy(), reported by X41 D-Sec. - Fix Out of Bound Write Compressed Names in rdata_copy(), reported by X41 D-Sec. - Fix Hang in sldns_wire2str_pkt_scan(), reported by X41 D-Sec. This further lowers the max to 256. - Fix snprintf() supports the n-specifier, reported by X41 D-Sec. - Fix Bad Indentation, in dnscrypt.c, reported by X41 D-Sec. - Fix Client NONCE Generation used for Server NONCE, reported by X41 D-Sec. - Fix compile error in dnscrypt. - Fix _vfixed not Used, removed from sbuffer code, reported by X41 D-Sec. - Fix Hardcoded Constant, reported by X41 D-Sec. - make depend - Fix lock type for memory purify log lock deletion. - Fix testbound for alloccheck runs, memory purify and lock checks. - update contrib/fastrpz.patch to apply more cleanly. - Fix Make Test Fails when Configured With --enable-alloc-nonregional, reported by X41 D-Sec. - Fix ipsecmod compile - Fix Makefile.in for ipset module compile, from Adi Prasaja. |
||
adam
|
dd8dd07f0a |
py-awscli: updated to 1.16.301
1.16.301 api-change:ec2: Update ec2 command to latest version 1.16.300 api-change:kendra: Update kendra command to latest version 1.16.299 api-change:quicksight: Update quicksight command to latest version api-change:kafka: Update kafka command to latest version api-change:kms: Update kms command to latest version api-change:ssm: Update ssm command to latest version 1.16.297 api-change:kinesis-video-signaling: Update kinesis-video-signaling command to latest version api-change:kinesisvideo: Update kinesisvideo command to latest version api-change:apigatewayv2: Update apigatewayv2 command to latest version 1.16.296 api-change:ebs: Update ebs command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:stepfunctions: Update stepfunctions command to latest version api-change:rds: Update rds command to latest version api-change:rekognition: Update rekognition command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:lambda: Update lambda command to latest version 1.16.295 api-change:ecs: Update ecs command to latest version api-change:codeguruprofiler: Update codeguruprofiler command to latest version api-change:textract: Update textract command to latest version api-change:frauddetector: Update frauddetector command to latest version api-change:outposts: Update outposts command to latest version api-change:codeguru-reviewer: Update codeguru-reviewer command to latest version api-change:ec2: Update ec2 command to latest version api-change:sagemaker-a2i-runtime: Update sagemaker-a2i-runtime command to latest version api-change:networkmanager: Update networkmanager command to latest version api-change:s3control: Update s3control command to latest version api-change:eks: Update eks command to latest version api-change:s3: Update s3 command to latest version api-change:compute-optimizer: Update compute-optimizer command to latest version api-change🇪🇸 Update es command to latest version api-change:kendra: Update kendra command to latest version 1.16.294 api-change:accessanalyzer: Update accessanalyzer command to latest version 1.16.293 api-change:license-manager: Update license-manager command to latest version api-change:imagebuilder: Update imagebuilder command to latest version api-change:ec2: Update ec2 command to latest version api-change:schemas: Update schemas command to latest version 1.16.292 api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version api-change:rds-data: Update rds-data command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:serverlessrepo: Update serverlessrepo command to latest version api-change:quicksight: Update quicksight command to latest version api-change:workspaces: Update workspaces command to latest version api-change:ds: Update ds command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:mediatailor: Update mediatailor command to latest version api-change:elastic-inference: Update elastic-inference command to latest version api-change:organizations: Update organizations command to latest version 1.16.291 api-change:athena: Update athena command to latest version api-change:comprehend: Update comprehend command to latest version api-change:codebuild: Update codebuild command to latest version api-change:ssm: Update ssm command to latest version api-change:elbv2: Update elbv2 command to latest version api-change:wafv2: Update wafv2 command to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 command to latest version api-change:medialive: Update medialive command to latest version api-change:sesv2: Update sesv2 command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:dlm: Update dlm command to latest version api-change:lex-runtime: Update lex-runtime command to latest version api-change:greengrass: Update greengrass command to latest version api-change:kms: Update kms command to latest version api-change:appconfig: Update appconfig command to latest version api-change:iot: Update iot command to latest version api-change:rds: Update rds command to latest version api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:redshift: Update redshift command to latest version api-change🐏 Update ram command to latest version api-change:lambda: Update lambda command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:ec2: Update ec2 command to latest version api-change:application-insights: Update application-insights command to latest version api-change:cloudwatch: Update cloudwatch command to latest version api-change:iotsecuretunneling: Update iotsecuretunneling command to latest version api-change:ce: Update ce command to latest version api-change:alexaforbusiness: Update alexaforbusiness command to latest version 1.16.290 api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:emr: Update emr command to latest version api-change:sns: Update sns command to latest version api-change:rekognition: Update rekognition command to latest version api-change:sts: Update sts command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:ec2: Update ec2 command to latest version api-change:forecast: Update forecast command to latest version api-change:ssm: Update ssm command to latest version api-change:acm: Update acm command to latest version api-change:autoscaling-plans: Update autoscaling-plans command to latest version api-change:codebuild: Update codebuild command to latest version 1.16.288 api-change:dynamodb: Update dynamodb command to latest version api-change:connectparticipant: Update connectparticipant command to latest version api-change:glue: Update glue command to latest version api-change:amplify: Update amplify command to latest version api-change:config: Update config command to latest version api-change:ssm: Update ssm command to latest version api-change:ec2: Update ec2 command to latest version api-change:lex-models: Update lex-models command to latest version api-change:connect: Update connect command to latest version api-change:appsync: Update appsync command to latest version api-change:meteringmarketplace: Update meteringmarketplace command to latest version api-change:lex-runtime: Update lex-runtime command to latest version api-change:transcribe: Update transcribe command to latest version 1.16.287 api-change:fsx: Update fsx command to latest version api-change:cloudtrail: Update cloudtrail command to latest version api-change:firehose: Update firehose command to latest version api-change:mediastore: Update mediastore command to latest version api-change:codecommit: Update codecommit command to latest version api-change:s3: Update s3 command to latest version api-change:dlm: Update dlm command to latest version api-change:ec2: Update ec2 command to latest version api-change:ecs: Update ecs command to latest version api-change:chime: Update chime command to latest version api-change:discovery: Update discovery command to latest version api-change:mgh: Update mgh command to latest version api-change:migrationhub-config: Update migrationhub-config command to latest version api-change:datasync: Update datasync command to latest version api-change:quicksight: Update quicksight command to latest version api-change:transcribe: Update transcribe command to latest version api-change:storagegateway: Update storagegateway command to latest version 1.16.285 api-change:cloudformation: Update cloudformation command to latest version api-change:config: Update config command to latest version api-change:iam: Update iam command to latest version api-change:ec2: Update ec2 command to latest version api-change:lambda: Update lambda command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:codebuild: Update codebuild command to latest version api-change:elbv2: Update elbv2 command to latest version api-change:iot: Update iot command to latest version 1.16.284 api-change:ssm: Update ssm command to latest version api-change:pinpoint: Update pinpoint command to latest version api-change:rds: Update rds command to latest version api-change:s3: Update s3 command to latest version api-change:cloudformation: Update cloudformation command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:ce: Update ce command to latest version api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version 1.16.283 api-change:elbv2: Update elbv2 command to latest version api-change:ec2: Update ec2 command to latest version api-change:guardduty: Update guardduty command to latest version api-change:chime: Update chime command to latest version api-change:workspaces: Update workspaces command to latest version api-change:ssm: Update ssm command to latest version api-change:eks: Update eks command to latest version api-change:emr: Update emr command to latest version api-change:logs: Update logs command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:cognito-idp: Update cognito-idp command to latest version 1.16.282 api-change:personalize: Update personalize command to latest version api-change:ssm: Update ssm command to latest version api-change:connect: Update connect command to latest version api-change:cognito-idp: Update cognito-idp command to latest version api-change:meteringmarketplace: Update meteringmarketplace command to latest version 1.16.281 api-change:dlm: Update dlm command to latest version api-change:dataexchange: Update dataexchange command to latest version api-change:cloudsearch: Update cloudsearch command to latest version api-change:iot: Update iot command to latest version api-change:sesv2: Update sesv2 command to latest version 1.16.280 api-change:elbv2: Update elbv2 command to latest version api-change:marketplace-catalog: Update marketplace-catalog command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:transcribe: Update transcribe command to latest version 1.16.279 api-change:ce: Update ce command to latest version api-change:cloudformation: Update cloudformation command to latest version 1.16.278 api-change:cognito-identity: Update cognito-identity command to latest version api-change:ecr: Update ecr command to latest version 1.16.277 api-change:ssm: Update ssm command to latest version api-change:comprehend: Update comprehend command to latest version api-change:sso: Update sso command to latest version api-change:sso-oidc: Update sso-oidc command to latest version 1.16.276 api-change:savingsplans: Update savingsplans command to latest version 1.16.275 api-change:budgets: Update budgets command to latest version api-change:savingsplans: Update savingsplans command to latest version api-change:ce: Update ce command to latest version api-change:codebuild: Update codebuild command to latest version api-change:efs: Update efs command to latest version api-change:signer: Update signer command to latest version 1.16.274 api-change:codestar-notifications: Update codestar-notifications command to latest version api-change:rds: Update rds command to latest version 1.16.273 api-change:robomaker: Update robomaker command to latest version api-change:dax: Update dax command to latest version api-change:ec2: Update ec2 command to latest version 1.16.272 api-change:cloudtrail: Update cloudtrail command to latest version api-change:dms: Update dms command to latest version api-change:pinpoint: Update pinpoint command to latest version 1.16.271 api-change:s3: Update s3 command to latest version api-change:amplify: Update amplify command to latest version api-change:support: Update support command to latest version 1.16.270 api-change:elasticache: Update elasticache command to latest version 1.16.269 api-change:appstream: Update appstream command to latest version api-change:cloud9: Update cloud9 command to latest version 1.16.268 api-change:s3: Update s3 command to latest version 1.16.267 api-change:transfer: Update transfer command to latest version api-change:elasticache: Update elasticache command to latest version api-change:ecr: Update ecr command to latest version 1.16.266 enhancement:eks get-token: Refactor get-token implementation and add support for non-aws partitions and regions. api-change:chime: Update chime command to latest version api-change:appmesh: Update appmesh command to latest version api-change:gamelift: Update gamelift command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:ec2: Update ec2 command to latest version enhancement:sts: Add support for configuring the use of regional STS endpoints. 1.16.265 api-change:polly: Update polly command to latest version api-change:connect: Update connect command to latest version 1.16.264 api-change:opsworkscm: Update opsworkscm command to latest version api-change:iotevents: Update iotevents command to latest version 1.16.263 api-change:cloudwatch: Update cloudwatch command to latest version 1.16.262 api-change:batch: Update batch command to latest version api-change:rds: Update rds command to latest version 1.16.261 api-change:kafka: Update kafka command to latest version api-change:robomaker: Update robomaker command to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version 1.16.260 api-change:kinesis-video-archived-media: Update kinesis-video-archived-media command to latest version 1.16.259 api-change:workspaces: Update workspaces command to latest version api-change:personalize: Update personalize command to latest version 1.16.258 api-change:greengrass: Update greengrass command to latest version 1.16.257 api-change:fms: Update fms command to latest version api-change:iotanalytics: Update iotanalytics command to latest version api-change:ec2: Update ec2 command to latest version api-change:lex-runtime: Update lex-runtime command to latest version 1.16.256 api-change:kafka: Update kafka command to latest version api-change:elasticache: Update elasticache command to latest version api-change:mediaconvert: Update mediaconvert command to latest version 1.16.255 api-change:firehose: Update firehose command to latest version api-change:datasync: Update datasync command to latest version api-change:events: Update events command to latest version api-change:organizations: Update organizations command to latest version 1.16.254 api-change:directconnect: Update directconnect command to latest version api-change:firehose: Update firehose command to latest version api-change:pinpoint: Update pinpoint command to latest version api-change:pinpoint-email: Update pinpoint-email command to latest version api-change:glue: Update glue command to latest version api-change:snowball: Update snowball command to latest version 1.16.253 api-change:ssm: Update ssm command to latest version api-change:mediapackage: Update mediapackage command to latest version enhancment:colorama: Increased the upper bound on the colorama dependency to 0.4.2. api-change:cognito-idp: Update cognito-idp command to latest version 1.16.252 api-change:ec2: Update ec2 command to latest version api-change🇪🇸 Update es command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:devicefarm: Update devicefarm command to latest version 1.16.251 api-change:lightsail: Update lightsail command to latest version 1.16.250 api-change:docdb: Update docdb command to latest version 1.16.249 api-change:mq: Update mq command to latest version api-change:rds: Update rds command to latest version api-change:waf: Update waf command to latest version 1.16.248 api-change:amplify: Update amplify command to latest version api-change:ecs: Update ecs command to latest version 1.16.247 api-change:codepipeline: Update codepipeline command to latest version api-change:ssm: Update ssm command to latest version 1.16.246 api-change:sagemaker: Update sagemaker command to latest version api-change:dms: Update dms command to latest version api-change:globalaccelerator: Update globalaccelerator command to latest version 1.16.245 api-change:comprehendmedical: Update comprehendmedical command to latest version api-change:transcribe: Update transcribe command to latest version api-change:datasync: Update datasync command to latest version 1.16.244 api-change:rds-data: Update rds-data command to latest version api-change:redshift: Update redshift command to latest version 1.16.243 api-change:workspaces: Update workspaces command to latest version api-change:greengrass: Update greengrass command to latest version api-change:ec2: Update ec2 command to latest version api-change:rds: Update rds command to latest version 1.16.242 api-change:ecs: Update ecs command to latest version enhancement:cloudtrail validate-logs: Add support for validating logs from organizational trails api-change:glue: Update glue command to latest version api-change:mediaconnect: Update mediaconnect command to latest version 1.16.241 api-change🐏 Update ram command to latest version api-change:waf-regional: Update waf-regional command to latest version api-change:apigateway: Update apigateway command to latest version 1.16.240 api-change:personalize: Update personalize command to latest version api-change:athena: Update athena command to latest version api-change:iam: Update iam command to latest version 1.16.239 api-change:mediaconvert: Update mediaconvert command to latest version api-change:eks: Update eks command to latest version 1.16.238 api-change:workmailmessageflow: Update workmailmessageflow command to latest version api-change:ec2: Update ec2 command to latest version api-change:medialive: Update medialive command to latest version api-change:elbv2: Update elbv2 command to latest version 1.16.237 api-change:ec2: Update ec2 command to latest version api-change:rds: Update rds command to latest version api-change:mediaconnect: Update mediaconnect command to latest version api-change:stepfunctions: Update stepfunctions command to latest version api-change:ses: Update ses command to latest version api-change:config: Update config command to latest version 1.16.236 api-change:storagegateway: Update storagegateway command to latest version 1.16.235 api-change:appstream: Update appstream command to latest version api-change:robomaker: Update robomaker command to latest version api-change:qldb: Update qldb command to latest version api-change:qldb-session: Update qldb-session command to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version api-change:appmesh: Update appmesh command to latest version api-change:ec2: Update ec2 command to latest version 1.16.234 api-change:kinesisanalytics: Update kinesisanalytics command to latest version 1.16.233 api-change:config: Update config command to latest version 1.16.232 api-change:transcribe: Update transcribe command to latest version api-change:eks: Update eks command to latest version api-change:stepfunctions: Update stepfunctions command to latest version 1.16.231 api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version api-change:ecs: Update ecs command to latest version api-change:gamelift: Update gamelift command to latest version 1.16.230 api-change:mq: Update mq command to latest version api-change:apigatewaymanagementapi: Update apigatewaymanagementapi command to latest version api-change:ecs: Update ecs command to latest version 1.16.229 api-change:application-autoscaling: Update application-autoscaling command to latest version api-change:lambda: Update lambda command to latest version api-change:elasticache: Update elasticache command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:ecs: Update ecs command to latest version 1.16.228 api-change:sqs: Update sqs command to latest version api-change:globalaccelerator: Update globalaccelerator command to latest version api-change:mediaconvert: Update mediaconvert command to latest version 1.16.227 api-change:organizations: Update organizations command to latest version 1.16.226 api-change:ssm: Update ssm command to latest version api-change:securityhub: Update securityhub command to latest version 1.16.225 api-change:transcribe: Update transcribe command to latest version api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:ec2: Update ec2 command to latest version |
||
adam
|
ace4e536be |
py-boto3: updated to 1.10.37
1.10.37 api-change:ec2: [botocore] Update ec2 client to latest version 1.10.36 api-change:kendra: [botocore] Update kendra client to latest version 1.10.35 bugfix:s3: [botocore] Add stricter validation to s3 control account id parameter. api-change:quicksight: [botocore] Update quicksight client to latest version api-change:kms: [botocore] Update kms client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:kafka: [botocore] Update kafka client to latest version 1.10.34 bugfix:s3: [botocore] Fixed an issue where the request path was set incorrectly if access point name was present in key path. 1.10.33 api-change:kinesisvideo: [botocore] Update kinesisvideo client to latest version api-change:kinesis-video-signaling: [botocore] Update kinesis-video-signaling client to latest version api-change:apigatewayv2: [botocore] Update apigatewayv2 client to latest version 1.10.32 api-change:ebs: [botocore] Update ebs client to latest version api-change:stepfunctions: [botocore] Update stepfunctions client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:rekognition: [botocore] Update rekognition client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version 1.10.31 api-change:textract: [botocore] Update textract client to latest version api-change:s3control: [botocore] Update s3control client to latest version api-change:ecs: [botocore] Update ecs client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:outposts: [botocore] Update outposts client to latest version api-change:kendra: [botocore] Update kendra client to latest version api-change:eks: [botocore] Update eks client to latest version api-change:networkmanager: [botocore] Update networkmanager client to latest version api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:frauddetector: [botocore] Update frauddetector client to latest version api-change:sagemaker-a2i-runtime: [botocore] Update sagemaker-a2i-runtime client to latest version api-change:codeguru-reviewer: [botocore] Update codeguru-reviewer client to latest version api-change:codeguruprofiler: [botocore] Update codeguruprofiler client to latest version api-change🇪🇸 [botocore] Update es client to latest version 1.10.30 api-change:accessanalyzer: [botocore] Update accessanalyzer client to latest version 1.10.29 api-change:ec2: [botocore] Update ec2 client to latest version api-change:license-manager: [botocore] Update license-manager client to latest version api-change:imagebuilder: [botocore] Update imagebuilder client to latest version api-change:schemas: [botocore] Update schemas client to latest version 1.10.28 api-change:rds-data: [botocore] Update rds-data client to latest version api-change:ds: [botocore] Update ds client to latest version api-change:workspaces: [botocore] Update workspaces client to latest version api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:elastic-inference: [botocore] Update elastic-inference client to latest version api-change:organizations: [botocore] Update organizations client to latest version api-change:mediatailor: [botocore] Update mediatailor client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version api-change:serverlessrepo: [botocore] Update serverlessrepo client to latest version 1.10.27 api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:redshift: [botocore] Update redshift client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:wafv2: [botocore] Update wafv2 client to latest version api-change:dlm: [botocore] Update dlm client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:lex-runtime: [botocore] Update lex-runtime client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:athena: [botocore] Update athena client to latest version api-change:iotsecuretunneling: [botocore] Update iotsecuretunneling client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:application-insights: [botocore] Update application-insights client to latest version api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version api-change:appconfig: [botocore] Update appconfig client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version api-change:kinesisanalyticsv2: [botocore] Update kinesisanalyticsv2 client to latest version api-change:medialive: [botocore] Update medialive client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:cloudwatch: [botocore] Update cloudwatch client to latest version api-change:sesv2: [botocore] Update sesv2 client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:greengrass: [botocore] Update greengrass client to latest version api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:ce: [botocore] Update ce client to latest version api-change🐏 [botocore] Update ram client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:comprehend: [botocore] Update comprehend client to latest version api-change:kms: [botocore] Update kms client to latest version 1.10.26 api-change:acm: [botocore] Update acm client to latest version api-change:autoscaling-plans: [botocore] Update autoscaling-plans client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version api-change:emr: [botocore] Update emr client to latest version api-change:sns: [botocore] Update sns client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:sts: [botocore] Update sts client to latest version api-change:forecast: [botocore] Update forecast client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:rekognition: [botocore] Update rekognition client to latest version 1.10.25 bugfix:IMDS metadata: [botocore] Add 405 case to metadata fetching logic. 1.10.24 api-change:glue: [botocore] Update glue client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:connectparticipant: [botocore] Update connectparticipant client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:lex-runtime: [botocore] Update lex-runtime client to latest version api-change:connect: [botocore] Update connect client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version api-change:config: [botocore] Update config client to latest version api-change:lex-models: [botocore] Update lex-models client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:amplify: [botocore] Update amplify client to latest version api-change:appsync: [botocore] Update appsync client to latest version 1.10.23 api-change:datasync: [botocore] Update datasync client to latest version api-change:dlm: [botocore] Update dlm client to latest version api-change:mediastore: [botocore] Update mediastore client to latest version api-change:cloudtrail: [botocore] Update cloudtrail client to latest version api-change:mgh: [botocore] Update mgh client to latest version api-change:storagegateway: [botocore] Update storagegateway client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:codecommit: [botocore] Update codecommit client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:fsx: [botocore] Update fsx client to latest version api-change:migrationhub-config: [botocore] Update migrationhub-config client to latest version api-change:firehose: [botocore] Update firehose client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:ecs: [botocore] Update ecs client to latest version api-change:discovery: [botocore] Update discovery client to latest version api-change:chime: [botocore] Update chime client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version 1.10.22 bugfix:IMDS: [botocore] Fix regression in IMDS credential resolution. 1.10.21 api-change:ec2: [botocore] Update ec2 client to latest version api-change:cloudformation: [botocore] Update cloudformation client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:config: [botocore] Update config client to latest version api-change:iam: [botocore] Update iam client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version 1.10.20 api-change:cloudformation: [botocore] Update cloudformation client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:pinpoint: [botocore] Update pinpoint client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version api-change:ce: [botocore] Update ce client to latest version api-change:ssm: [botocore] Update ssm client to latest version 1.10.19 api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:workspaces: [botocore] Update workspaces client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:logs: [botocore] Update logs client to latest version api-change:guardduty: [botocore] Update guardduty client to latest version api-change:emr: [botocore] Update emr client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version api-change:eks: [botocore] Update eks client to latest version api-change:chime: [botocore] Update chime client to latest version 1.10.18 api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:connect: [botocore] Update connect client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:personalize: [botocore] Update personalize client to latest version 1.10.17 api-change:sesv2: [botocore] Update sesv2 client to latest version api-change:dataexchange: [botocore] Update dataexchange client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:cloudsearch: [botocore] Update cloudsearch client to latest version api-change:dlm: [botocore] Update dlm client to latest version 1.10.16 api-change:transcribe: [botocore] Update transcribe client to latest version api-change:marketplace-catalog: [botocore] Update marketplace-catalog client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version 1.10.15 api-change:ce: [botocore] Update ce client to latest version api-change:cloudformation: [botocore] Update cloudformation client to latest version 1.10.14 api-change:cognito-identity: [botocore] Update cognito-identity client to latest version api-change:ecr: [botocore] Update ecr client to latest version 1.10.13 api-change:ssm: [botocore] Update ssm client to latest version api-change:sso: [botocore] Update sso client to latest version api-change:sso-oidc: [botocore] Update sso-oidc client to latest version api-change:comprehend: [botocore] Update comprehend client to latest version 1.10.12 api-change:savingsplans: [botocore] Update savingsplans client to latest version 1.10.11 api-change:codebuild: [botocore] Update codebuild client to latest version api-change:budgets: [botocore] Update budgets client to latest version api-change:efs: [botocore] Update efs client to latest version api-change:ce: [botocore] Update ce client to latest version api-change:savingsplans: [botocore] Update savingsplans client to latest version api-change:signer: [botocore] Update signer client to latest version 1.10.10 api-change:rds: [botocore] Update rds client to latest version api-change:codestar-notifications: [botocore] Update codestar-notifications client to latest version 1.10.9 api-change:dax: [botocore] Update dax client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version 1.10.8 api-change:pinpoint: [botocore] Update pinpoint client to latest version api-change:cloudtrail: [botocore] Update cloudtrail client to latest version api-change:dms: [botocore] Update dms client to latest version 1.10.7 api-change:support: [botocore] Update support client to latest version api-change:amplify: [botocore] Update amplify client to latest version api-change:s3: [botocore] Update s3 client to latest version 1.10.6 api-change:elasticache: [botocore] Update elasticache client to latest version 1.10.5 api-change:cloud9: [botocore] Update cloud9 client to latest version api-change:appstream: [botocore] Update appstream client to latest version 1.10.4 api-change:s3: [botocore] Update s3 client to latest version 1.10.3 api-change:elasticache: [botocore] Update elasticache client to latest version api-change:transfer: [botocore] Update transfer client to latest version api-change:ecr: [botocore] Update ecr client to latest version 1.10.2 api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:gamelift: [botocore] Update gamelift client to latest version enhancement:sts: [botocore] Add support for configuring the use of regional STS endpoints. api-change:chime: [botocore] Update chime client to latest version api-change:appmesh: [botocore] Update appmesh client to latest version api-change:ec2: [botocore] Update ec2 client to latest version 1.10.1 api-change:polly: [botocore] Update polly client to latest version api-change:connect: [botocore] Update connect client to latest version 1.10.0 api-change:opsworkscm: [botocore] Update opsworkscm client to latest version api-change:iotevents: [botocore] Update iotevents client to latest version feature:botocore.vendored.requests: [botocore] Removed vendored version of requests 1.9.253 api-change:cloudwatch: [botocore] Update cloudwatch client to latest version 1.9.252 api-change:batch: [botocore] Update batch client to latest version api-change:rds: [botocore] Update rds client to latest version 1.9.251 api-change:kafka: [botocore] Update kafka client to latest version api-change:marketplacecommerceanalytics: [botocore] Update marketplacecommerceanalytics client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version 1.9.250 api-change:kinesis-video-archived-media: [botocore] Update kinesis-video-archived-media client to latest version 1.9.249 api-change:personalize: [botocore] Update personalize client to latest version api-change:workspaces: [botocore] Update workspaces client to latest version 1.9.248 api-change:greengrass: [botocore] Update greengrass client to latest version 1.9.247 api-change:ec2: [botocore] Update ec2 client to latest version api-change:lex-runtime: [botocore] Update lex-runtime client to latest version api-change:fms: [botocore] Update fms client to latest version api-change:iotanalytics: [botocore] Update iotanalytics client to latest version 1.9.246 api-change:kafka: [botocore] Update kafka client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.9.245 api-change:organizations: [botocore] Update organizations client to latest version api-change:events: [botocore] Update events client to latest version api-change:firehose: [botocore] Update firehose client to latest version api-change:datasync: [botocore] Update datasync client to latest version 1.9.244 api-change:snowball: [botocore] Update snowball client to latest version api-change:directconnect: [botocore] Update directconnect client to latest version api-change:firehose: [botocore] Update firehose client to latest version api-change:pinpoint: [botocore] Update pinpoint client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:pinpoint-email: [botocore] Update pinpoint-email client to latest version 1.9.243 api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:mediapackage: [botocore] Update mediapackage client to latest version api-change:ssm: [botocore] Update ssm client to latest version 1.9.242 api-change🇪🇸 [botocore] Update es client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:devicefarm: [botocore] Update devicefarm client to latest version 1.9.241 api-change:lightsail: [botocore] Update lightsail client to latest version 1.9.240 api-change:docdb: [botocore] Update docdb client to latest version 1.9.239 api-change:waf: [botocore] Update waf client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:mq: [botocore] Update mq client to latest version 1.9.238 api-change:amplify: [botocore] Update amplify client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.237 api-change:ssm: [botocore] Update ssm client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version 1.9.236 api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version api-change:dms: [botocore] Update dms client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version 1.9.235 api-change:transcribe: [botocore] Update transcribe client to latest version api-change:comprehendmedical: [botocore] Update comprehendmedical client to latest version api-change:datasync: [botocore] Update datasync client to latest version 1.9.234 api-change:rds-data: [botocore] Update rds-data client to latest version api-change:redshift: [botocore] Update redshift client to latest version 1.9.233 api-change:workspaces: [botocore] Update workspaces client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:greengrass: [botocore] Update greengrass client to latest version api-change:rds: [botocore] Update rds client to latest version 1.9.232 api-change:mediaconnect: [botocore] Update mediaconnect client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.231 api-change🐏 [botocore] Update ram client to latest version api-change:waf-regional: [botocore] Update waf-regional client to latest version api-change:apigateway: [botocore] Update apigateway client to latest version 1.9.230 api-change:iam: [botocore] Update iam client to latest version api-change:athena: [botocore] Update athena client to latest version api-change:personalize: [botocore] Update personalize client to latest version 1.9.229 api-change:eks: [botocore] Update eks client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.9.228 api-change:elbv2: [botocore] Update elbv2 client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:workmailmessageflow: [botocore] Update workmailmessageflow client to latest version api-change:medialive: [botocore] Update medialive client to latest version 1.9.227 api-change:stepfunctions: [botocore] Update stepfunctions client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:mediaconnect: [botocore] Update mediaconnect client to latest version api-change:ses: [botocore] Update ses client to latest version api-change:config: [botocore] Update config client to latest version 1.9.226 api-change:storagegateway: [botocore] Update storagegateway client to latest version 1.9.225 api-change:qldb: [botocore] Update qldb client to latest version api-change:marketplacecommerceanalytics: [botocore] Update marketplacecommerceanalytics client to latest version api-change:appstream: [botocore] Update appstream client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version api-change:appmesh: [botocore] Update appmesh client to latest version api-change:qldb-session: [botocore] Update qldb-session client to latest version 1.9.224 api-change:kinesisanalytics: [botocore] Update kinesisanalytics client to latest version 1.9.223 api-change:config: [botocore] Update config client to latest version 1.9.222 api-change:stepfunctions: [botocore] Update stepfunctions client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:eks: [botocore] Update eks client to latest version 1.9.221 api-change:ecs: [botocore] Update ecs client to latest version api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version api-change:gamelift: [botocore] Update gamelift client to latest version 1.9.220 api-change:mq: [botocore] Update mq client to latest version api-change:apigatewaymanagementapi: [botocore] Update apigatewaymanagementapi client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.219 api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.9.218 api-change:sqs: [botocore] Update sqs client to latest version api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.9.217 api-change:organizations: [botocore] Update organizations client to latest version 1.9.216 api-change:ssm: [botocore] Update ssm client to latest version api-change:securityhub: [botocore] Update securityhub client to latest version 1.9.215 api-change:ec2: [botocore] Update ec2 client to latest version api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version |
||
adam
|
4ea5d0f04d |
py-botocore: updated to 1.13.37
1.13.37 api-change:ec2: Update ec2 client to latest version 1.13.36 api-change:kendra: Update kendra client to latest version 1.13.35 bugfix:s3: Add stricter validation to s3 control account id parameter. api-change:quicksight: Update quicksight client to latest version api-change:kms: Update kms client to latest version api-change:ssm: Update ssm client to latest version api-change:kafka: Update kafka client to latest version 1.13.34 bugfix:s3: Fixed an issue where the request path was set incorrectly if access point name was present in key path. 1.13.33 api-change:kinesisvideo: Update kinesisvideo client to latest version api-change:kinesis-video-signaling: Update kinesis-video-signaling client to latest version api-change:apigatewayv2: Update apigatewayv2 client to latest version 1.13.32 api-change:ebs: Update ebs client to latest version api-change:stepfunctions: Update stepfunctions client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:lambda: Update lambda client to latest version api-change:rekognition: Update rekognition client to latest version api-change:rds: Update rds client to latest version api-change:sagemaker: Update sagemaker client to latest version 1.13.31 api-change:textract: Update textract client to latest version api-change:s3control: Update s3control client to latest version api-change:ecs: Update ecs client to latest version api-change:s3: Update s3 client to latest version api-change:outposts: Update outposts client to latest version api-change:kendra: Update kendra client to latest version api-change:eks: Update eks client to latest version api-change:networkmanager: Update networkmanager client to latest version api-change:compute-optimizer: Update compute-optimizer client to latest version api-change:ec2: Update ec2 client to latest version api-change:frauddetector: Update frauddetector client to latest version api-change:sagemaker-a2i-runtime: Update sagemaker-a2i-runtime client to latest version api-change:codeguru-reviewer: Update codeguru-reviewer client to latest version api-change:codeguruprofiler: Update codeguruprofiler client to latest version api-change🇪🇸 Update es client to latest version 1.13.30 api-change:accessanalyzer: Update accessanalyzer client to latest version 1.13.29 api-change:ec2: Update ec2 client to latest version api-change:license-manager: Update license-manager client to latest version api-change:imagebuilder: Update imagebuilder client to latest version api-change:schemas: Update schemas client to latest version 1.13.28 api-change:rds-data: Update rds-data client to latest version api-change:ds: Update ds client to latest version api-change:workspaces: Update workspaces client to latest version api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version api-change:cognito-idp: Update cognito-idp client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:elastic-inference: Update elastic-inference client to latest version api-change:organizations: Update organizations client to latest version api-change:mediatailor: Update mediatailor client to latest version api-change:quicksight: Update quicksight client to latest version api-change:serverlessrepo: Update serverlessrepo client to latest version 1.13.27 api-change:cognito-idp: Update cognito-idp client to latest version api-change:redshift: Update redshift client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:wafv2: Update wafv2 client to latest version api-change:dlm: Update dlm client to latest version api-change:iot: Update iot client to latest version api-change:lex-runtime: Update lex-runtime client to latest version api-change:ec2: Update ec2 client to latest version api-change:athena: Update athena client to latest version api-change:iotsecuretunneling: Update iotsecuretunneling client to latest version api-change:ssm: Update ssm client to latest version api-change:application-insights: Update application-insights client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version api-change:appconfig: Update appconfig client to latest version api-change:mediaconvert: Update mediaconvert client to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 client to latest version api-change:medialive: Update medialive client to latest version api-change:lambda: Update lambda client to latest version api-change:cloudwatch: Update cloudwatch client to latest version api-change:sesv2: Update sesv2 client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:greengrass: Update greengrass client to latest version api-change:alexaforbusiness: Update alexaforbusiness client to latest version api-change:rds: Update rds client to latest version api-change:ce: Update ce client to latest version api-change🐏 Update ram client to latest version api-change:codebuild: Update codebuild client to latest version api-change:comprehend: Update comprehend client to latest version api-change:kms: Update kms client to latest version 1.13.26 api-change:acm: Update acm client to latest version api-change:autoscaling-plans: Update autoscaling-plans client to latest version api-change:codebuild: Update codebuild client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version api-change:emr: Update emr client to latest version api-change:sns: Update sns client to latest version api-change:ssm: Update ssm client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:sts: Update sts client to latest version api-change:forecast: Update forecast client to latest version api-change:ec2: Update ec2 client to latest version api-change:rekognition: Update rekognition client to latest version 1.13.25 bugfix:IMDS metadata: Add 405 case to metadata fetching logic. 1.13.24 api-change:glue: Update glue client to latest version api-change:transcribe: Update transcribe client to latest version api-change:connectparticipant: Update connectparticipant client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:lex-runtime: Update lex-runtime client to latest version api-change:connect: Update connect client to latest version api-change:ec2: Update ec2 client to latest version api-change:meteringmarketplace: Update meteringmarketplace client to latest version api-change:config: Update config client to latest version api-change:lex-models: Update lex-models client to latest version api-change:ssm: Update ssm client to latest version api-change:amplify: Update amplify client to latest version api-change:appsync: Update appsync client to latest version 1.13.23 api-change:datasync: Update datasync client to latest version api-change:dlm: Update dlm client to latest version api-change:mediastore: Update mediastore client to latest version api-change:cloudtrail: Update cloudtrail client to latest version api-change:mgh: Update mgh client to latest version api-change:storagegateway: Update storagegateway client to latest version api-change:ec2: Update ec2 client to latest version api-change:codecommit: Update codecommit client to latest version api-change:s3: Update s3 client to latest version api-change:fsx: Update fsx client to latest version api-change:migrationhub-config: Update migrationhub-config client to latest version api-change:firehose: Update firehose client to latest version api-change:transcribe: Update transcribe client to latest version api-change:ecs: Update ecs client to latest version api-change:discovery: Update discovery client to latest version api-change:chime: Update chime client to latest version api-change:quicksight: Update quicksight client to latest version 1.13.22 bugfix:IMDS: Fix regression in IMDS credential resolution. 1.13.21 api-change:ec2: Update ec2 client to latest version api-change:cloudformation: Update cloudformation client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:lambda: Update lambda client to latest version api-change:config: Update config client to latest version api-change:iam: Update iam client to latest version api-change:codebuild: Update codebuild client to latest version api-change:iot: Update iot client to latest version api-change:autoscaling: Update autoscaling client to latest version 1.13.20 api-change:cloudformation: Update cloudformation client to latest version api-change:s3: Update s3 client to latest version api-change:rds: Update rds client to latest version api-change:pinpoint: Update pinpoint client to latest version api-change:sagemaker: Update sagemaker client to latest version api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version api-change:ce: Update ce client to latest version api-change:ssm: Update ssm client to latest version 1.13.19 api-change:cognito-idp: Update cognito-idp client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:workspaces: Update workspaces client to latest version api-change:ssm: Update ssm client to latest version api-change:logs: Update logs client to latest version api-change:guardduty: Update guardduty client to latest version api-change:emr: Update emr client to latest version api-change:ec2: Update ec2 client to latest version api-change:mediaconvert: Update mediaconvert client to latest version api-change:eks: Update eks client to latest version api-change:chime: Update chime client to latest version 1.13.18 api-change:meteringmarketplace: Update meteringmarketplace client to latest version api-change:cognito-idp: Update cognito-idp client to latest version api-change:connect: Update connect client to latest version api-change:ssm: Update ssm client to latest version api-change:personalize: Update personalize client to latest version 1.13.17 api-change:sesv2: Update sesv2 client to latest version api-change:dataexchange: Update dataexchange client to latest version api-change:iot: Update iot client to latest version api-change:cloudsearch: Update cloudsearch client to latest version api-change:dlm: Update dlm client to latest version 1.13.16 api-change:transcribe: Update transcribe client to latest version api-change:marketplace-catalog: Update marketplace-catalog client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:codepipeline: Update codepipeline client to latest version api-change:elbv2: Update elbv2 client to latest version 1.13.15 api-change:ce: Update ce client to latest version api-change:cloudformation: Update cloudformation client to latest version 1.13.14 api-change:cognito-identity: Update cognito-identity client to latest version api-change:ecr: Update ecr client to latest version 1.13.13 api-change:ssm: Update ssm client to latest version api-change:sso: Update sso client to latest version api-change:sso-oidc: Update sso-oidc client to latest version api-change:comprehend: Update comprehend client to latest version 1.13.12 api-change:savingsplans: Update savingsplans client to latest version 1.13.11 api-change:codebuild: Update codebuild client to latest version api-change:budgets: Update budgets client to latest version api-change:efs: Update efs client to latest version api-change:ce: Update ce client to latest version api-change:savingsplans: Update savingsplans client to latest version api-change:signer: Update signer client to latest version 1.13.10 api-change:rds: Update rds client to latest version api-change:codestar-notifications: Update codestar-notifications client to latest version 1.13.9 api-change:dax: Update dax client to latest version api-change:ec2: Update ec2 client to latest version api-change:robomaker: Update robomaker client to latest version 1.13.8 api-change:pinpoint: Update pinpoint client to latest version api-change:cloudtrail: Update cloudtrail client to latest version api-change:dms: Update dms client to latest version 1.13.7 api-change:support: Update support client to latest version api-change:amplify: Update amplify client to latest version api-change:s3: Update s3 client to latest version 1.13.6 api-change:elasticache: Update elasticache client to latest version 1.13.5 api-change:cloud9: Update cloud9 client to latest version api-change:appstream: Update appstream client to latest version 1.13.4 api-change:s3: Update s3 client to latest version 1.13.3 api-change:elasticache: Update elasticache client to latest version api-change:transfer: Update transfer client to latest version api-change:ecr: Update ecr client to latest version 1.13.2 api-change:sagemaker: Update sagemaker client to latest version api-change:gamelift: Update gamelift client to latest version enhancement:sts: Add support for configuring the use of regional STS endpoints. api-change:chime: Update chime client to latest version api-change:appmesh: Update appmesh client to latest version api-change:ec2: Update ec2 client to latest version 1.13.1 api-change:polly: Update polly client to latest version api-change:connect: Update connect client to latest version 1.13.0 api-change:opsworkscm: Update opsworkscm client to latest version api-change:iotevents: Update iotevents client to latest version feature:botocore.vendored.requests: Removed vendored version of requests 1.12.253 api-change:cloudwatch: Update cloudwatch client to latest version 1.12.252 api-change:batch: Update batch client to latest version api-change:rds: Update rds client to latest version 1.12.251 api-change:kafka: Update kafka client to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version api-change:robomaker: Update robomaker client to latest version 1.12.250 api-change:kinesis-video-archived-media: Update kinesis-video-archived-media client to latest version 1.12.249 api-change:personalize: Update personalize client to latest version api-change:workspaces: Update workspaces client to latest version 1.12.248 api-change:greengrass: Update greengrass client to latest version 1.12.247 api-change:ec2: Update ec2 client to latest version api-change:lex-runtime: Update lex-runtime client to latest version api-change:fms: Update fms client to latest version api-change:iotanalytics: Update iotanalytics client to latest version 1.12.246 api-change:kafka: Update kafka client to latest version api-change:elasticache: Update elasticache client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.12.245 api-change:organizations: Update organizations client to latest version api-change:events: Update events client to latest version api-change:firehose: Update firehose client to latest version api-change:datasync: Update datasync client to latest version 1.12.244 api-change:snowball: Update snowball client to latest version api-change:directconnect: Update directconnect client to latest version api-change:firehose: Update firehose client to latest version api-change:pinpoint: Update pinpoint client to latest version api-change:glue: Update glue client to latest version api-change:pinpoint-email: Update pinpoint-email client to latest version 1.12.243 api-change:cognito-idp: Update cognito-idp client to latest version api-change:mediapackage: Update mediapackage client to latest version api-change:ssm: Update ssm client to latest version 1.12.242 api-change🇪🇸 Update es client to latest version api-change:ec2: Update ec2 client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:devicefarm: Update devicefarm client to latest version 1.12.241 api-change:lightsail: Update lightsail client to latest version 1.12.240 api-change:docdb: Update docdb client to latest version 1.12.239 api-change:waf: Update waf client to latest version api-change:rds: Update rds client to latest version api-change:mq: Update mq client to latest version 1.12.238 api-change:amplify: Update amplify client to latest version api-change:ecs: Update ecs client to latest version 1.12.237 api-change:ssm: Update ssm client to latest version api-change:codepipeline: Update codepipeline client to latest version 1.12.236 api-change:globalaccelerator: Update globalaccelerator client to latest version api-change:dms: Update dms client to latest version api-change:sagemaker: Update sagemaker client to latest version 1.12.235 api-change:transcribe: Update transcribe client to latest version api-change:comprehendmedical: Update comprehendmedical client to latest version api-change:datasync: Update datasync client to latest version 1.12.234 api-change:rds-data: Update rds-data client to latest version api-change:redshift: Update redshift client to latest version 1.12.233 api-change:workspaces: Update workspaces client to latest version api-change:ec2: Update ec2 client to latest version api-change:greengrass: Update greengrass client to latest version api-change:rds: Update rds client to latest version 1.12.232 api-change:mediaconnect: Update mediaconnect client to latest version api-change:glue: Update glue client to latest version api-change:ecs: Update ecs client to latest version 1.12.231 api-change🐏 Update ram client to latest version api-change:waf-regional: Update waf-regional client to latest version api-change:apigateway: Update apigateway client to latest version 1.12.230 api-change:iam: Update iam client to latest version api-change:athena: Update athena client to latest version api-change:personalize: Update personalize client to latest version 1.12.229 api-change:eks: Update eks client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.12.228 api-change:elbv2: Update elbv2 client to latest version api-change:ec2: Update ec2 client to latest version api-change:workmailmessageflow: Update workmailmessageflow client to latest version api-change:medialive: Update medialive client to latest version 1.12.227 api-change:stepfunctions: Update stepfunctions client to latest version api-change:rds: Update rds client to latest version api-change:ec2: Update ec2 client to latest version api-change:mediaconnect: Update mediaconnect client to latest version api-change:ses: Update ses client to latest version api-change:config: Update config client to latest version 1.12.226 api-change:storagegateway: Update storagegateway client to latest version 1.12.225 api-change:qldb: Update qldb client to latest version api-change:marketplacecommerceanalytics: Update marketplacecommerceanalytics client to latest version api-change:appstream: Update appstream client to latest version api-change:ec2: Update ec2 client to latest version api-change:robomaker: Update robomaker client to latest version api-change:appmesh: Update appmesh client to latest version api-change:qldb-session: Update qldb-session client to latest version 1.12.224 api-change:kinesisanalytics: Update kinesisanalytics client to latest version 1.12.223 api-change:config: Update config client to latest version 1.12.222 api-change:stepfunctions: Update stepfunctions client to latest version api-change:transcribe: Update transcribe client to latest version api-change:eks: Update eks client to latest version 1.12.221 api-change:ecs: Update ecs client to latest version api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version api-change:gamelift: Update gamelift client to latest version 1.12.220 api-change:mq: Update mq client to latest version api-change:apigatewaymanagementapi: Update apigatewaymanagementapi client to latest version api-change:ecs: Update ecs client to latest version 1.12.219 api-change:codepipeline: Update codepipeline client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:elasticache: Update elasticache client to latest version api-change:lambda: Update lambda client to latest version api-change:ecs: Update ecs client to latest version 1.12.218 api-change:sqs: Update sqs client to latest version api-change:globalaccelerator: Update globalaccelerator client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.12.217 api-change:organizations: Update organizations client to latest version 1.12.216 api-change:ssm: Update ssm client to latest version api-change:securityhub: Update securityhub client to latest version 1.12.215 api-change:ec2: Update ec2 client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version api-change:transcribe: Update transcribe client to latest version |
||
adam
|
447409c1c1 |
py-Socks: updated to 1.7.1
1.7.1: Unknown changes |
||
adam
|
99ccbbc88c |
py-kombu: updated to 4.6.7
4.6.7: Use importlib.metadata from the standard library on Python 3.8+. Add peek lock settings to be changed using transport options. Fix redis health checks. Reset ready before execute callback. Add missing parameter queue_args in kombu.connection.SimpleBuffer. |
||
adam
|
18b545f6be |
py-smb: updated to 1.1.28
pysmb-1.1.28: - SharedFile instances returned from the listPath() method now has a new file_id attribute which represents the file reference number given by the SMB server. |
||
ng0
|
092cfa8807 |
Update net/tor to version 0.4.2.5
Changelog: Changes in version 0.4.2.5 - 2019-12-09 This is the first stable release in the 0.4.2.x series. This series improves reliability and stability, and includes several stability and correctness improvements for onion services. It also fixes many smaller bugs present in previous series. Per our support policy, we will support the 0.4.2.x series for nine months, or until three months after the release of a stable 0.4.3.x: whichever is longer. If you need longer-term support, please stick with 0.3.5.x, which will we plan to support until Feb 2022. Per our support policy, we will support the 0.4.2.x series for nine months, or until three months after the release of a stable 0.4.3.x: whichever is longer. If you need longer-term support, please stick with 0.3.5.x, which will we plan to support until Feb 2022. Below are the changes since 0.4.1.4-rc. For a complete list of changes since 0.4.1.5, see the ReleaseNotes file. o Minor features (geoip): - Update geoip and geoip6 to the December 3 2019 Maxmind GeoLite2 Country database. Closes ticket 32685. o Testing: - Require C99 standards-conforming code in Travis CI, but allow GNU gcc extensions. Also activates clang's -Wtypedef-redefinition warnings. Build some jobs with -std=gnu99, and some jobs without. Closes ticket 32500. Changes in version 0.4.2.4-rc - 2019-11-15 Tor 0.4.2.4-rc is the first release candidate in its series. It fixes several bugs from earlier versions, including a few that would result in stack traces or incorrect behavior. o Minor features (build system): - Make pkg-config use --prefix when cross-compiling, if PKG_CONFIG_PATH is not set. Closes ticket 32191. o Minor features (geoip): - Update geoip and geoip6 to the November 6 2019 Maxmind GeoLite2 Country database. Closes ticket 32440. o Minor bugfixes (client, onion service v3): - Fix a BUG() assertion that occurs within a very small race window between when a client intro circuit opens and when its descriptor gets cleaned up from the cache. The circuit is now closed early, which will trigger a re-fetch of the descriptor and continue the connection. Fixes bug 28970; bugfix on 0.3.2.1-alpha. o Minor bugfixes (code quality): - Fix "make check-includes" so it runs correctly on out-of-tree builds. Fixes bug 31335; bugfix on 0.3.5.1-alpha. o Minor bugfixes (configuration): - Log the option name when skipping an obsolete option. Fixes bug 32295; bugfix on 0.4.2.1-alpha. o Minor bugfixes (crash): - When running Tor with an option like --verify-config or --dump-config that does not start the event loop, avoid crashing if we try to exit early because of an error. Fixes bug 32407; bugfix on 0.3.3.1-alpha. o Minor bugfixes (directory): - When checking if a directory connection is anonymous, test if the circuit was marked for close before looking at its channel. This avoids a BUG() stacktrace if the circuit was previously closed. Fixes bug 31958; bugfix on 0.4.2.1-alpha. o Minor bugfixes (shellcheck): - Fix minor shellcheck errors in the git-*.sh scripts. Fixes bug 32402; bugfix on 0.4.2.1-alpha. - Start checking most scripts for shellcheck errors again. Fixes bug 32402; bugfix on 0.4.2.1-alpha. o Testing (continuous integration): - Use Ubuntu Bionic images for our Travis CI builds, so we can get a recent version of coccinelle. But leave chutney on Ubuntu Trusty, until we can fix some Bionic permissions issues (see ticket 32240). Related to ticket 31919. - Install the mingw OpenSSL package in Appveyor. This makes sure that the OpenSSL headers and libraries match in Tor's Appveyor builds. (This bug was triggered by an Appveyor image update.) Fixes bug 32449; bugfix on 0.3.5.6-rc. - In Travis, use Xcode 11.2 on macOS 10.14. Closes ticket 32241. Changes in version 0.4.2.3-alpha - 2019-10-24 This release fixes several bugs from the previous alpha release, and from earlier versions of Tor. o Major bugfixes (relay): - Relays now respect their AccountingMax bandwidth again. When relays entered "soft" hibernation (which typically starts when we've hit 90% of our AccountingMax), we had stopped checking whether we should enter hard hibernation. Soft hibernation refuses new connections and new circuits, but the existing circuits can continue, meaning that relays could have exceeded their configured AccountingMax. Fixes bug 32108; bugfix on 0.4.0.1-alpha. o Major bugfixes (v3 onion services): - Onion services now always use the exact number of intro points configured with the HiddenServiceNumIntroductionPoints option (or fewer if nodes are excluded). Before, a service could sometimes pick more intro points than configured. Fixes bug 31548; bugfix on 0.3.2.1-alpha. o Minor feature (onion services, control port): - The ADD_ONION command's keyword "BEST" now defaults to ED25519-V3 (v3) onion services. Previously it defaulted to RSA1024 (v2). Closes ticket 29669. o Minor features (testing): - When running tests that attempt to look up hostnames, replace the libc name lookup functions with ones that do not actually touch the network. This way, the tests complete more quickly in the presence of a slow or missing DNS resolver. Closes ticket 31841. o Minor features (testing, continuous integration): - Disable all but one Travis CI macOS build, to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. - Run the chutney IPv6 networks as part of Travis CI. Closes ticket 30860. - Simplify the Travis CI build matrix, and optimise for build time. Closes ticket 31859. - Use Windows Server 2019 instead of Windows Server 2016 in our Appveyor builds. Closes ticket 32086. o Minor bugfixes (build system): - Interpret "--disable-module-dirauth=no" correctly. Fixes bug 32124; bugfix on 0.3.4.1-alpha. - Interpret "--with-tcmalloc=no" correctly. Fixes bug 32124; bugfix on 0.2.0.20-rc. - Stop failing when jemalloc is requested, but tcmalloc is not found. Fixes bug 32124; bugfix on 0.3.5.1-alpha. - When pkg-config is not installed, or a library that depends on pkg-config is not found, tell the user what to do to fix the problem. Fixes bug 31922; bugfix on 0.3.1.1-alpha. o Minor bugfixes (connections): - Avoid trying to read data from closed connections, which can cause needless loops in Libevent and infinite loops in Shadow. Fixes bug 30344; bugfix on 0.1.1.1-alpha. o Minor bugfixes (error handling): - Always lock the backtrace buffer before it is used. Fixes bug 31734; bugfix on 0.2.5.3-alpha. o Minor bugfixes (mainloop, periodic events, in-process API): - Reset the periodic events' "enabled" flag when Tor is shut down cleanly. Previously, this flag was left on, which caused periodic events not to be re-enabled when Tor was relaunched in-process with tor_api.h after a shutdown. Fixes bug 32058; bugfix on 0.3.3.1-alpha. o Minor bugfixes (process management): - Remove overly strict assertions that triggered when a pluggable transport failed to launch. Fixes bug 31091; bugfix on 0.4.0.1-alpha. - Remove an assertion in the Unix process backend. This assertion would trigger when we failed to find the executable for a child process. Fixes bug 31810; bugfix on 0.4.0.1-alpha. o Minor bugfixes (testing): - Avoid intermittent test failures due to a test that had relied on inconsistent timing sources. Fixes bug 31995; bugfix on 0.3.1.3-alpha. - When testing port rebinding, don't busy-wait for tor to log. Instead, actually sleep for a short time before polling again. Also improve the formatting of control commands and log messages. Fixes bug 31837; bugfix on 0.3.5.1-alpha. o Minor bugfixes (tls, logging): - Log bugs about the TLS read buffer's length only once, rather than filling the logs with similar warnings. Fixes bug 31939; bugfix on 0.3.0.4-rc. o Minor bugfixes (v3 onion services): - Fix an implicit conversion from ssize_t to size_t discovered by Coverity. Fixes bug 31682; bugfix on 0.4.2.1-alpha. - Fix a memory leak in an unlikely error code path when encoding HS DoS establish intro extension cell. Fixes bug 32063; bugfix on 0.4.2.1-alpha. - When cleaning up intro circuits for a v3 onion service, don't remove circuits that have an established or pending circuit, even if they ran out of retries. This way, we don't remove a circuit on its last retry. Fixes bug 31652; bugfix on 0.3.2.1-alpha. o Documentation: - Correct the description of "GuardLifetime". Fixes bug 31189; bugfix on 0.3.0.1-alpha. - Make clear in the man page, in both the bandwidth section and the AccountingMax section, that Tor counts in powers of two, not powers of ten: 1 GByte is 1024*1024*1024 bytes, not one billion bytes. Resolves ticket 32106. Changes in version 0.4.2.2-alpha - 2019-10-07 This release fixes several bugs from the previous alpha release, and from earlier versions. It also includes a change in authorities, so that they begin to reject the currently unsupported release series. o Major features (directory authorities): - Directory authorities now reject relays running all currently deprecated release series. The currently supported release series are: 0.2.9, 0.3.5, 0.4.0, 0.4.1, and 0.4.2. Closes ticket 31549. o Major bugfixes (embedded Tor): - Avoid a possible crash when restarting Tor in embedded mode and enabling a different set of publish/subscribe messages. Fixes bug 31898; bugfix on 0.4.1.1-alpha. o Major bugfixes (torrc parsing): - Stop ignoring torrc options after an %include directive, when the included directory ends with a file that does not contain any config options (but does contain comments or whitespace). Fixes bug 31408; bugfix on 0.3.1.1-alpha. o Minor features (auto-formatting scripts): - When annotating C macros, never generate a line that our check- spaces script would reject. Closes ticket 31759. - When annotating C macros, try to remove cases of double-negation. Closes ticket 31779. o Minor features (continuous integration): - When building on Appveyor and Travis, pass the "-k" flag to make, so that we are informed of all compilation failures, not just the first one or two. Closes ticket 31372. o Minor features (geoip): - Update geoip and geoip6 to the October 1 2019 Maxmind GeoLite2 Country database. Closes ticket 31931. o Minor features (maintenance scripts): - Add a Coccinelle script to detect bugs caused by incrementing or decrementing a variable inside a call to log_debug(). Since log_debug() is a macro whose arguments are conditionally evaluated, it is usually an error to do this. One such bug was 30628, in which SENDME cells were miscounted by a decrement operator inside a log_debug() call. Closes ticket 30743. o Minor features (onion services v3): - Assist users who try to setup v2 client authorization in v3 onion services by pointing them to the right documentation. Closes ticket 28966. o Minor bugfixes (Appveyor continuous integration): - Avoid spurious errors when Appveyor CI fails before the install step. Fixes bug 31884; bugfix on 0.3.4.2-alpha. o Minor bugfixes (best practices tracker): - When listing overbroad exceptions, do not also list problems, and do not list insufficiently broad exceptions. Fixes bug 31338; bugfix on 0.4.2.1-alpha. o Minor bugfixes (controller protocol): - Fix the MAPADDRESS controller command to accept one or more arguments. Previously, it required two or more arguments, and ignored the first. Fixes bug 31772; bugfix on 0.4.1.1-alpha. o Minor bugfixes (logging): - Add a missing check for HAVE_PTHREAD_H, because the backtrace code uses mutexes. Fixes bug 31614; bugfix on 0.2.5.2-alpha. - Disable backtrace signal handlers when shutting down tor. Fixes bug 31614; bugfix on 0.2.5.2-alpha. - Rate-limit our the logging message about the obsolete .exit notation. Previously, there was no limit on this warning, which could potentially be triggered many times by a hostile website. Fixes bug 31466; bugfix on 0.2.2.1-alpha. - When initialising log domain masks, only set known log domains. Fixes bug 31854; bugfix on 0.2.1.1-alpha. o Minor bugfixes (logging, protocol violations): - Do not log a nonfatal assertion failure when receiving a VERSIONS cell on a connection using the obsolete v1 link protocol. Log a protocol_warn instead. Fixes bug 31107; bugfix on 0.2.4.4-alpha. o Minor bugfixes (modules): - Explain what the optional Directory Authority module is, and what happens when it is disabled. Fixes bug 31825; bugfix on 0.3.4.1-alpha. o Minor bugfixes (multithreading): - Avoid some undefined behaviour when freeing mutexes. Fixes bug 31736; bugfix on 0.0.7. o Minor bugfixes (relay): - Avoid crashing when starting with a corrupt keys directory where the old ntor key and the new ntor key are identical. Fixes bug 30916; bugfix on 0.2.4.8-alpha. o Minor bugfixes (tests, SunOS): - Avoid a map_anon_nofork test failure due to a signed/unsigned integer comparison. Fixes bug 31897; bugfix on 0.4.1.1-alpha. o Code simplification and refactoring: - Refactor connection_control_process_inbuf() to reduce the size of a practracker exception. Closes ticket 31840. - Refactor the microdescs_parse_from_string() function into smaller pieces, for better comprehensibility. Closes ticket 31675. - Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes in the unit tests and fuzzers, rather than using hard-coded values. Closes ticket 31334. - Interface for function `decrypt_desc_layer` cleaned up. Closes ticket 31589. o Documentation: - Document the signal-safe logging behaviour in the tor man page. Also add some comments to the relevant functions. Closes ticket 31839. - Explain why we can't destroy the backtrace buffer mutex. Explain why we don't need to destroy the log mutex. Closes ticket 31736. - The Tor source code repository now includes a (somewhat dated) description of Tor's modular architecture, in doc/HACKING/design. This is based on the old "tor-guts.git" repository, which we are adopting and superseding. Closes ticket 31849. |
||
nia
|
7202170279 |
dnscrypt-proxy2: Update to 2.0.35
* Version 2.0.35 - New option: `block_unqualified` to block `A`/`AAAA` queries with unqualified host names. These will very rarely get an answer from upstream resolvers, but can leak private information to these, as well as to root servers. - When a `CNAME` pointer is blocked, the original query name is now logged along with the pointer. This makes it easier to know what the original query name, so it can be whitelisted, or what the pointer was, so it can be removed from the blacklist. |
||
adam
|
8c8914245b |
samba4: updated to 4.11.3
Samba 4.11.3 This is a security release in order to address the following defects: o CVE-2019-14861: Samba AD DC zone-named record Denial of Service in DNS management server (dnsserver). o CVE-2019-14870: DelegationNotAllowed not being enforced in protocol transition on Samba AD DC. |
||
nros
|
f3b87ff387 |
Fix compilation on platforms that need sys/loadavg.h for loadavg
Make mod_load look for sys/loadavg.h using configure and include it if found. |
||
taca
|
6d679e8fbd | Bump PKGREVISION by changing of default PHP version. | ||
leot
|
17c392d45f |
gallery-dl: Update to 1.12.0
Changes: 1.12.0 ------ ### Additions - [flickr] support 3k, 4k, 5k, and 6k photo sizes (#472) - [imgur] add extractor for subreddit links (#500) - [newgrounds] add extractors for `audio` listings and general `media` files (#394) - [newgrounds] implement login support (#394) - [postprocessor:metadata] implement a `extension-format` option (#477) - `--exec-after` ### Changes - [deviantart] ensure consistent username capitalization (#455) - [directlink] split `{path}` into `{path}/{filename}.{extension}` - [twitter] update metadata fields with user/author information - [postprocessor:metadata] filter private entries & rename `format` to `content-format` - Enable `cookies-update` by default ### Fixes - [2chan] fix metadata extraction - [behance] get images from 'media_collection' modules - [bobx] fix image downloads by randomly generating session cookies (#482) - [deviantart] revert to getting download URLs from OAuth API calls (#488) - [deviantart] fix URL generation from '/extended_fetch' results (#505) - [flickr] adjust OAuth redirect URI (#503) - [hentaifox] fix extraction - [imagefap] adapt to new image URL format - [imgbb] fix error in galleries without user info (#471) - [instagram] prevent errors with missing 'video_url' fields (#479) - [nijie] fix `date` parsing - [pixiv] match new search URLs (#507) - [plurk] fix comment pagination - [sexcom] send specific Referer headers when downloading videos - [twitter] fix infinite loops (#499) - [vsco] fix user profile and collection extraction (#480) - Fix Cloudflare DDoS protection bypass ### Removals - `--abort-on-skip` |
||
leot
|
a36f6a72a4 |
youtube-dl: Apply a patch to fix rai extractor
Shared upstream via: <https://github.com/ytdl-org/youtube-dl/pull/23040/> |
||
jperkin
|
29b6a22896 | *: Include go-vars.mk where appropriate. | ||
adam
|
6225650794 |
wireshark: updated to 3.0.7
Wireshark 3.0.7 Release Notes What’s New The Windows and macOS installers now ship with Qt 5.12.6. They previously shipped with Qt 5.12.5. Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2019-22[1] CMS dissector crash. Bug 15961[2]. CVE-2019-19553[3]. The following bugs have been fixed: • ws_pipe_wait_for_pipe() can wait on closed handles. Bug 15696[4]. • Support for 11ax in PEEKREMOTE. Bug 15740[5]. • The temporary file …<U+200B> could not be opened: Invalid argument. Bug 15751[6]. • Reassembling of the two TLS records is not working correctly. Bug 16109[7]. • Display Filter Area: Dropdown Missing pkt_comment and tcp.options.sack_perm (likely others). Bug 16130[8]. • Display Filter autocompletion should be disabled. Bug 16132[9]. • BGP Linkstate IP Reachability information is incorrect. Bug 16144[10]. • NGAP: ExpectedUEActivityBehaviour decode error. Bug 16145[11]. • HomePlug AV dissector: MMTYPE and FMI fields are dissected incorrectly. Bug 16158[12]. • JPEG files cannot be saved on Windows with french language. Bug 16165[13]. • X11 --display interpreted as --display-filter which maps to -Y option. Bug 16167[14]. • "Create new file automatically after" not working with extcap. Bug 16178[15]. • Encrypted TLS alerts sometimes listed as decrypted. Bug 16180[16]. • The "Remove Wireshark from the system path" package has "Add Wireshark to the system PATH" as its title. Bug 16200[17]. • tshark -T ek -x causes get_field_data: code should not be reached. Bug 16218[18]. • Crash on Go → Next/Previous Packet in Conversation when no packet is selected. |
||
adam
|
b5110ed529 |
py-zmq: updated to 18.1.1
18.1.1 - Fix race condition when shutting down ZAP thread while events are still processing (only affects tests) - Publish wheels for Python 3.8 on all platforms - Stop publishing wheels for Python 3.4 on Windows - Sources generated with Cython 0.29.14 |
||
nia
|
652950c49c |
dnscrypt-proxy2: Update to 2.0.34
* Version 2.0.34 - Blacklisted names are now also blocked if they appear in `CNAME` pointers. - `dnscrypt-proxy` can now act as a local DoH *server*. Firefox can be configured to use it, so that ESNI can be enabled without bypassing your DNS proxy. |
||
morr
|
2b83d22b9c |
Update to version 2.0.10.
Changes: 2019/11/25 : 2.0.10 - BUG/MINOR: init: fix set-dumpable when using uid/gid - MINOR: peers: Alway show the table info for disconnected peers. - MINOR: peers: Add TX/RX heartbeat counters. - MINOR: peers: Add debugging information to "show peers". - BUG/MINOR: peers: Wrong null "server_name" data field handling. - BUG/MINOR: ssl: fix crt-list neg filter for openssl < 1.1.1 - BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec - BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. - BUILD/MINOR: ssl: fix compiler warning about useless statement - BUG/MEDIUM: stream-int: Don't loose events on the CS when an EOS is reported - BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests - BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path - BUG/MINOR: http-ana: Properly catch aborts during the payload forwarding - MINOR: freq_ctr: Make the sliding window sums thread-safe - MINOR: stream: Remove the lock on the proxy to update time stats - MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time - MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions - BUG/MINOR: contrib/prometheus-exporter: Rename some metrics - MINOR: contrib/prometheus-exporter: report the number of idle conns per server - MINOR: contrib/prometheus-exporter: filter exported metrics by scope - MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance - BUG/MINOR: stream-int: Fix si_cs_recv() return value - MINOR: stats: Report max times in addition of the averages for sessions - REGTEST: vtest can now enable mcli with its own flag - MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps - BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() - BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message - DOC: Add missing stats fields in the management manual - DOC: Add documentation about the use-service action - BUG/MINOR: cli: fix out of bounds in -S parser - BUG/MINOR: ssl: fix curve setup with LibreSSL - MINOR: ist: add ist_find_ctl() - BUG/MAJOR: h2: reject header values containing invalid chars - BUG/MAJOR: h2: make header field name filtering stronger - BUG/MAJOR: mux-h2: don't try to decode a response HEADERS frame in idle state - SCRIPTS: create-release: show the correct origin name in suggested commands - SCRIPTS: git-show-backports: add "-s" to proposed cherry-pick commands 2019/11/15 : 2.0.9 - MINOR: config: warn on presence of "\n" in header values/replacements - BUG/MINOR: mux-h2: do not emit logs on backend connections - MINOR: tcp: avoid confusion in time parsing init - BUG/MINOR: cli: don't call the kw->io_release if kw->parse failed - BUG/MINOR: mux-h2: Don't pretend mux buffers aren't full anymore if nothing sent - BUG/MAJOR: stream-int: Don't receive data from mux until SI_ST_EST is reached - BUG/MINOR: spoe: fix off-by-one length in UUID format string - MINOR: mux: Add a new method to get informations about a mux. - BUG/MEDIUM: stream_interface: Only use SI_ST_RDY when the mux is ready. - BUG/MEDIUM: servers: Only set SF_SRV_REUSED if the connection if fully ready. - BUG/MINOR: config: Update cookie domain warn to RFC6265 - BUG/MEDIUM: mux-h2: report no available stream on a connection having errors - BUG/MEDIUM: mux-h2: immediately remove a failed connection from the idle list - BUG/MEDIUM: mux-h2: immediately report connection errors on streams - BUG/MEDIUM: mux-h1: Disable splicing for chunked messages - BUG/MEDIUM: stream: Be sure to support splicing at the mux level to enable it - MINOR: doc: http-reuse connection pool fix - BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams - BUG/MINOR: action: do-resolve now use cached response - BUG: dns: timeout resolve not applied for valid resolutions - DOC: management: document reuse and connect counters in the CSV format - DOC: management: document cache_hits and cache_lookups in the CSV format - DOC: management: fix typo on "cache_lookups" stats output - BUG/MINOR: queue/threads: make the queue unlinking atomic - BUG/MEDIUM: listeners: always pause a listener on out-of-resource condition - BUG/MEDIUM: Make sure we leave the session list in session_free(). - CLEANUP: session: slightly simplify idle connection cleanup logic - MINOR: memory: also poison the area on freeing - BUILD: contrib/da: remove an "unused" warning - BUG/MINOR: log: limit the size of the startup-logs - BUG/MEDIUM: filters: Don't call TCP callbacks for HTX streams - BUG/MINOR: mux-h1: Don't set CS_FL_EOS on a read0 when receiving data to pipe |
||
gdt
|
366acf5b4c |
net/mosquitto: Improve SUBST per pkglint hints
(No change to binary package.) |
||
gdt
|
de320b1b02 |
net/mosquitto: Update to 1.6.8
pkgsrc change: Drop patch integrated upstream Upstream changes: bug fixes |
||
adam
|
95a15cb396 |
py-txamqp: updated to 0.8.2
0.8.2: Unknown changes |
||
adam
|
34ec5f31ef |
py-responses: updated to 0.10.7
Responses 0.10.7 Improved formatting of project description in pypi. Unicode cookie values are now normalized to URL quoted encoding. Module exports are statically defined improving code completion and IDE navigation. Improved compatibility with pytest 5 |
||
roy
|
baf7ca9daf |
Import dhcpcd-ui-0.7.7 with the following changes:
* decode escaped \2XX and \\ correctly * support the up and coming dhcpcd-9 dhcpcd-ui-0.7.6 changes: * added dhcpcd-curses - this is very much a work in progress * allow background scanning when interface is down * wireless icon represents signal strength better * improved wpa_suppliant interaction * Qt5 is supported * supports newer dhcpcd variables |
||
taca
|
d4314654f2 |
net/ruby-net-ldap: update to 0.16.2
Update ruby-net-ldap to 0.16.2. === Net::LDAP 0.16.2 * Net::LDAP#open does not cache bind result {#334}[https://github.com/ruby-ldap/ruby-net-ldap/pull/334] * Fix CI build {#333}[https://github.com/ruby-ldap/ruby-net-ldap/pull/333] * Fix to "undefined method 'result_code'" {#308}[https://github.com/ruby-ldap/ruby-net-ldap/pull/308] * Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in filter.rb {#285}[https://github.com/ruby-ldap/ruby-net-ldap/pull/285] |
||
taca
|
957723c05c |
net/pear-Net_SMTP: update to 1.9.0
Update pear-Net_SMTP to 1.9.0. Net_SMTP-1.9.0 (2019-11-30) Changelog: * Added support for the XOAUTH2 authentication method |