summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2021-01-14grpc: updated to 1.34.1adam9-39/+39
Release v1.34.1 This is release 1.34.1 (gauntlet) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases, see Releases. This release is a patch specifically for Python and C#, which adds three backported PRs: Backport "Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac" to 1.34.x Backport "Lazily import grpc_tools when using runtime stub/message generation" to 1.34.x Backport "do not use <PublicSign>true</PublicSign> on non-windows" to 1.34.x
2021-01-13net/ruby-xdr: update to 3.0.2taca3-44/+8
3.0.2 (2020-10-20) Changed * Relax lower bound for ActiveSupport dependency to support usage in Rails 4.2 ((#12)[https://github.com/stellar/ruby-xdr/pull/12]) Fixed * Fix non-bang arm accessors for XDR::Union ((#13)[https://github.com/stellar/ruby-xdr/pull/13]) * Fix .from_xdr encoding param to accept symbols ((#14)[https://github.com/stellar/ruby-xdr/pull/14])
2021-01-13net/ruby-winrm: update to 2.3.5taca2-7/+7
Update ruby-winrm to 2.3.5. No release information but a few bug fixes. Please refer <https://github.com/WinRb/WinRM/compare/v2.3.4...v2.3.5> in detail.
2021-01-13net/ruby-train-winrm: update to 0.2.11taca2-7/+7
0.2.11 (2020-09-30) Merged Pull Requests * Remove redundant encoding comments #22 (tas50) * Add winrm-shell-type option and winrm elevated shell #25 (catriona1) * Add validation to winrm shell type option #28 (catriona1) * Allow timeout option for WinRM commands #27 (james-stocks) * Correct minor spelling mistakes #23 (tas50) No release note for from 0.2.7 to 0.2.10 but these seems to various fixes.
2021-01-13net/ruby-train-core: update to 3.4.7taca2-7/+7
3.4.7 (2021-01-11) Merged Pull Requests * Update chefstyle requirement from 1.5.7 to 1.5.9 #654 (dependabot-preview[bot]) * Update google API upper constraints to allow Ruby 3 #656 (clintoncwolfe) * Test on ruby 3.0, drop testing on ruby 2.4 #657 (clintoncwolfe) 3.4.4 (2020-12-14) Merged Pull Requests * Update parallel requirement from < 1.20.0 to < 1.21.0 #651 (dependabot-preview[bot]) * Update chefstyle requirement from 1.5.0 to 1.5.7 #652 (dependabot-preview[bot]) * Use IdentitiesOnly only when keys are present #650 (drbrain) 3.4.1 (2020-12-07) Merged Pull Requests * Change timeout log entry to debug #643 (james-stocks) * Update chefstyle requirement from 1.4.5 to 1.5.0 and pin parallel for ruby 2.4 #648 (dependabot-preview[bot]) * Support unpacking train options from URI query values #642 (lamont-granquist) * Make :forward_agent a valid SSH option #649 (drbrain) 3.3.27 (2020-10-19) Merged Pull Requests * Check stdout even when exit_status is 0, and handle JSON.parse exception #601 (CodesWhisperer) * Update chefstyle requirement from 1.3.2 to 1.4.5 #646 (dependabot-preview[bot]) * Use the build in Expeditor gem caching #647 (tas50) v3.3.24 (2020-09-30) Merged Pull Requests * Further optimize requires for external libraries #639 (tas50) * Update chefstyle requirement from 1.2.1 to 1.3.2 #634 (dependabot-preview[bot]) * Allow timeout option per ssh command #625 (james-stocks)
2021-01-13ocsync: Fix building with modern compilers and modern libssh.nia4-1/+68
2021-01-13bind: Disable atomic operations on i386 too.nia2-4/+6
2021-01-13Remove the non-applicable warning about CADIR. Bump PKGREVISION.schmonz3-2/+18
2021-01-13remove net/freeradius2; broken & subsumed by net/freeradiusnia19-1274/+1
2021-01-13freeradius: needs atomic64nia1-1/+2
2021-01-13powerdns: require atomic64nia1-1/+2
checking whether -latomic is needed for __atomic builtins... configure: error: in `/scratch/work/net/powerdns/work/pdns-4.4.0': configure: error: libatomic needed, but linking with -latomic failed, cannot continue
2021-01-13haproxy: requires atomic64nia1-1/+2
2021-01-12gallery-dl: Update to version 1.16.3leot2-7/+7
Changes: 1.16.3 ------ ### Fixes - Fix crash when using a `dict` for `path-restrict` - [postprocessor:metadata] sanitize custom filenames
2021-01-12wget: Update to 1.21.1ryoon4-38/+7
Changelog: * Noteworthy changes in release 1.21.1 (2021-01-09) ** Fix compilation on MacOS and Solaris 9 ** Resove bashism from configure.ac ** Fix a compilation warning on 32-bit systems
2021-01-11Update to 2.4.0.0. From the changelog:schmonz5-43/+43
- Can be built against OpenSSL + libretls. - execline is now optional. - s6-tlsc and s6-tlsd rewrite. They're now wrappers around new binaries: s6-tlsc-io and s6-tlsd-io, which establish and run a TLS tunnel over already existing fds. - New functionality: s6-ucspitlsc and s6-ucspitlsd, for an implementation of delayed encryption. pkgsrc changes: - Switch from BearSSL to LibreTLS (atop OpenSSL). - Turn 'execline' option off by default.
2021-01-11Update to 2.3.4.0. From the changelog:schmonz2-7/+7
- New function: s6dns_message_parse_question().
2021-01-11net/ruby-ruby_smb: update to 2.0.7taca3-8/+21
2.0.7 (2020-11-19) * Add missing padding to request packets * Land #166, Add missing padding to Netlogon request packets 2.0.6 (2020-09-23) * Fix Trans2 response data block * Remove unicode encoding in SMB1 File#rename * Fix example file permissions * Update specs * Land #165, Fix SMB1 Trans2 response packets 2.0.5 (2020-09-21) * Add the first two necessary requests for exploiting CVE-2020-1472 * Add responses and fix a bug in the NetlogonCredential type * Add the function to calculate the session key * Use a string instead of an int array for credential data * Fix some typos in the documentation that could have been confusing * Add proper data type definitions for Netlogon * Fix some Netlogon data definitions and register the service * Add the NetrServerPasswordSet2 request / response definitions * Add rspec unit tests for the netlogon request / response definitions * Implement a WarnNoReadLengthPlugin for the NdrFixedByteArray * Land #164, Minimal Netlogon Implementation For CVE-2020-1472 (AKA: Zerologon)
2021-01-11net/ruby-recog: update to 2.3.18taca3-12/+10
2.3.18 (2020-12-17) * DCA-22255 Add low certainty to IIS 10 fingerprint to prevent trumping better system fingerprints 2.3.17 (2020-12-08) Highlights: * DNS: Fingerprint for Windows 2003 (#298) * CPE: Improved generation, standardization, and updates (#301, #303) * BUG: Fix issue preventing recog_standardize from working (#302) Changes of note: * All values for hw.device and os.device have been converted to Title Case * All hw.device and os.device instances of Web cam and Web Cam are now IP Camera * All hw.device and os.device instances of POS are now Point of Sale 2.3.16 (2020-11-06) Highlights: * DNS: Extract Microsoft DNS build (#297) 2.3.15 (2020-10-22) Highlights: * SNMP: Siemens fingerprint corrections (#286, #291) * SNMP: SonicWall fingerprint addition (#293)
2021-01-11net/ruby-net-ldap: update to 0.17.0taca3-52/+8
Net::LDAP 0.17.0 (2020-11-30) * Added private recursive_delete as alternative to DELETE_TREE #268 * Test suite updates #373 #376 #377 * Use Base64.strict_encode64 and SSHA256 #303 * Remove deprecated ConnectionRefusedError #366 * Added method to get a duplicate of the internal Hash #286 * remove a circular require #380 * fix LdapServerAsnSyntax compile #379 * Implement '==' operator for entries #381 * fix for undefined method for write exception #383
2021-01-11net/ruby-dnsruby: update to 1.61.5taca2-7/+7
1.61.5 (2020-10-29) * CAA record fixes - add contactphone and contactemail * Fix eprecation warnings
2021-01-11py-pypiserver: updated to 1.4.2adam2-7/+7
1.4.2 (2020-10-10) ------------------ - FIX: The entrypoint for the Dockerfile was failing when called with no arguments 1.4.1 (2020-10-05) ------------------ - FIX: The entrypoint for the Dockerfile no longer tries to `chown` the entire `/data` directory, instead limiting itself just to `/data/packages` as before. 1.4.0 (2020-10-03) ------------------ - DOC: Add docker-compose example with HTTPS configuration using Traefix - DOC: Add link to zulip chat to README (aa2d78c) - DOC: Documentation for running as a service in windows - DOC: Fix typo in README HTML - DOC: Moved flask-pypi-proxy and pip2pi to a new "Unmaintained or archived" section - DOC: Slightly clarify the relationship to warehouse. - ENH: Add ignore list for the update command - ENH: Add official support and testing for Python 3.8 - ENH: Allow configuration of logging stream - ENH: Include watchdog to enable caching in docker image - FIX: Cherrypy import for newer versions of cherrypy in vendored bottle.py - FIX: Improved permissions management in Dockerfile - FIX: Usage of string formatting in HTTPError - MAINT: Update bottle to [0.12.18](https://github.com/bottlepy/bottle/releases/tag/0.12.18) - MAINT: Use Python 3.8 in Dockerfile - MAINT: bump version of passlib from 1.7.1 to 1.7.2 in Docker requirements - MAINT: drop official support for Python 3.4
2021-01-10net/socat: Update to 1.7.4.1otis2-7/+7
Fix compilation on 32-bit systems and file transfer with OpenSSL.
2021-01-10py-lexicon: updated to 3.5.3adam2-7/+7
3.5.3: Handle large number of hosted zones in route53 provider
2021-01-10qbittorrent: Do not depend on qttools at runtimenia1-2/+4
2021-01-10qbittorrent: use atomic64nia1-8/+2
2021-01-10qbittorrent: wants zlib 1.2.11nia1-1/+2
2021-01-10net/yaydl: remove copypaste leftoverpin1-3/+1
2021-01-09Add yaydlpin1-1/+2
2021-01-09net/yaydl: import packagepin6-0/+739
yaydl-yet another youtube (and more) downloader Features: -Can download videos. -Can optionally keep only the audio part of them. -Could convert the resulting file to something else (requires `ffmpeg`). -Comes as a single binary (once compiled) - take it everywhere on your thumbdrive, no Python cruft required.
2021-01-09gallery-dl: Update to 1.16.2leot3-8/+11
Changes: 1.16.2 ------ ### Additions - [derpibooru] add `search` and `gallery` extractors (#862) - [foolfuuka] add `board` and `search` extractors (#1044, #1174) - [gfycat] add `date` metadata field (#1138) - [pinterest] add support for getting all boards of a user (#1205) - [sankaku] add support for book searches (#1204) - [twitter] fetch media from pinned tweets (#1203) - [wikiart] add extractor for single paintings (#1233) - [downloader:http] add MIME type and signature for `.ico` files (#1211) - add a `d` format string conversion for timestamp values - add `"ascii"` as a special `path-restrict` value ### Fixes - [hentainexus] fix extraction (#1234) - [instagram] categorize single highlight URLs as `highlights` (#1222) - [redgifs] fix search results - [twitter] fix login with username & password - [twitter] fetch tweets from `homeConversation` entries
2021-01-09youtube-dl: Update to 20210108leot3-11/+26
Changes: version 2021.01.08 ------------------ Core * [downloader/hls] Disable decryption in tests (#27660) + [utils] Add a function to clean podcast URLs Extractors * [rai] Improve subtitles extraction (#27698, #27705) * [canvas] Match only supported VRT NU URLs (#27707) + [bibeltv] Add support for bibeltv.de (#14361) + [bfmtv] Add support for bfmtv.com (#16053, #26615) + [sbs] Add support for ondemand play and news embed URLs (#17650, #27629) * [twitch] Drop legacy kraken API v5 code altogether and refactor * [twitch:vod] Switch to GraphQL for video metadata * [canvas] Fix VRT NU extraction (#26957, #27053) * [twitch] Switch access token to GraphQL and refactor (#27646) + [rai] Detect ContentItem in iframe (#12652, #27673) * [ketnet] Fix extraction (#27662) + [dplay] Add suport Discovery+ domains (#27680) * [motherless] Improve extraction (#26495, #27450) * [motherless] Fix recent videos upload date extraction (#27661) * [nrk] Fix extraction for videos without a legalAge rating - [googleplus] Remove extractor (#4955, #7400) + [applepodcasts] Add support for podcasts.apple.com (#25918) + [googlepodcasts] Add support for podcasts.google.com + [iheart] Add support for iheart.com (#27037) * [acast] Clean podcast URLs * [stitcher] Clean podcast URLs + [xfileshare] Add support for aparat.cam (#27651) + [twitter] Add support for summary card (#25121) * [twitter] Try to use a Generic fallback for unknown twitter cards (#25982) + [stitcher] Add support for shows and show metadata extraction (#20510) * [stv] Improve episode id extraction (#23083) version 2021.01.03 ------------------ Extractors * [nrk] Improve series metadata extraction (#27473) + [nrk] Extract subtitles * [nrk] Fix age limit extraction * [nrk] Improve video id extraction + [nrk] Add support for podcasts (#27634, #27635) * [nrk] Generalize and delegate all item extractors to nrk + [nrk] Add support for mp3 formats * [nrktv] Switch to playback endpoint * [vvvvid] Fix season metadata extraction (#18130) * [stitcher] Fix extraction (#20811, #27606) * [acast] Fix extraction (#21444, #27612, #27613) + [arcpublishing] Add support for arcpublishing.com (#2298, #9340, #17200) + [sky] Add support for Sports News articles and Brighcove videos (#13054) + [vvvvid] Extract akamai formats * [vvvvid] Skip unplayable episodes (#27599) * [yandexvideo] Fix extraction for Python 3.4
2021-01-09mikutter: update to 4.1.4.tsutsui2-7/+7
Upstream changes: mikutter 4.1.4 https://mikutter.hatenablog.com/entry/2021/01/09/132821 * crash on Ruby 3.0.0 in some case
2021-01-08avahi: Bump PKGREVISION for previous.nia1-2/+2
2021-01-08Instead of auto-choosing openssl if gnutls is not selected, useschmonz1-3/+5
PKG_OPTIONS_OPTIONAL_GROUPS and allow building with neither. The default remains openssl.
2021-01-08Apply upstream patch to fix compilation error on macOS and Solaris 9.schmonz2-1/+16
2021-01-08avahi: Split off package into *-ui variant for the GTK UIs.nia13-238/+151
thou shalt not add a confusing amount of PKG_OPTIONS to a library.
2021-01-08py-awscli: updated to 1.18.211adam3-8/+112
1.18.211 api-change:devops-guru: Update devops-guru command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:mediaconvert: Update mediaconvert command to latest version 1.18.210 api-change:transfer: Update transfer command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:autoscaling-plans: Update autoscaling-plans command to latest version 1.18.209 api-change:ce: Update ce command to latest version api-change:application-autoscaling: Update application-autoscaling command to latest version 1.18.208 api-change:healthlake: Update healthlake command to latest version api-change:cloudsearch: Update cloudsearch command to latest version 1.18.207 api-change:servicecatalog: Update servicecatalog command to latest version 1.18.206 api-change:macie2: Update macie2 command to latest version api-change:elasticache: Update elasticache command to latest version 1.18.205 api-change:acm-pca: Update acm-pca command to latest version api-change:apigatewayv2: Update apigatewayv2 command to latest version 1.18.204 api-change:cloudfront: Update cloudfront command to latest version 1.18.203 api-change:resource-groups: Update resource-groups command to latest version api-change:compute-optimizer: Update compute-optimizer command to latest version api-change:dms: Update dms command to latest version 1.18.202 api-change:connect: Update connect command to latest version api-change:rds: Update rds command to latest version api-change:ssm: Update ssm command to latest version api-change:iotwireless: Update iotwireless command to latest version api-change:elasticache: Update elasticache command to latest version api-change:ce: Update ce command to latest version api-change:glue: Update glue command to latest version 1.18.201 api-change:managedblockchain: Update managedblockchain command to latest version api-change:ec2: Update ec2 command to latest version api-change:service-quotas: Update service-quotas command to latest version api-change:dms: Update dms command to latest version api-change:apigateway: Update apigateway command to latest version api-change:outposts: Update outposts command to latest version api-change:glue: Update glue command to latest version api-change:batch: Update batch command to latest version api-change:config: Update config command to latest version api-change:s3: Update s3 command to latest version api-change:qldb-session: Update qldb-session command to latest version api-change:securityhub: Update securityhub command to latest version api-change:servicecatalog-appregistry: Update servicecatalog-appregistry command to latest version api-change:connectparticipant: Update connectparticipant command to latest version 1.18.200 api-change:ec2: Update ec2 command to latest version api-change:rds: Update rds command to latest version api-change:personalize-runtime: Update personalize-runtime command to latest version 1.18.199 api-change:route53resolver: Update route53resolver command to latest version api-change:kms: Update kms command to latest version api-change:sqs: Update sqs command to latest version api-change:config: Update config command to latest version api-change:imagebuilder: Update imagebuilder command to latest version api-change:route53: Update route53 command to latest version api-change:dlm: Update dlm command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:ec2: Update ec2 command to latest version 1.18.198 api-change:amp: Update amp command to latest version api-change:location: Update location command to latest version api-change:ce: Update ce command to latest version api-change:quicksight: Update quicksight command to latest version api-change:wellarchitected: Update wellarchitected command to latest version 1.18.197 api-change:iot: Update iot command to latest version api-change:amp: Update amp command to latest version api-change:iotfleethub: Update iotfleethub command to latest version api-change:iotwireless: Update iotwireless command to latest version api-change:iotdeviceadvisor: Update iotdeviceadvisor command to latest version api-change:greengrassv2: Update greengrassv2 command to latest version api-change:lambda: Update lambda command to latest version api-change:ssm: Update ssm command to latest version api-change:iotanalytics: Update iotanalytics command to latest version 1.18.196 api-change:devops-guru: Update devops-guru command to latest version api-change:ec2: Update ec2 command to latest version api-change:globalaccelerator: Update globalaccelerator command to latest version 1.18.195 api-change:cloudtrail: Update cloudtrail command to latest version api-change:cloudwatch: Update cloudwatch command to latest version api-change:pi: Update pi command to latest version api-change:guardduty: Update guardduty command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:iotsitewise: Update iotsitewise command to latest version 1.18.194 api-change:networkmanager: Update networkmanager command to latest version api-change:kendra: Update kendra command to latest version api-change:ec2: Update ec2 command to latest version 1.18.193 api-change:redshift: Update redshift command to latest version api-change:ec2: Update ec2 command to latest version api-change:globalaccelerator: Update globalaccelerator command to latest version 1.18.192 api-change:sagemaker-edge: Update sagemaker-edge command to latest version api-change:auditmanager: Update auditmanager command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:forecast: Update forecast command to latest version api-change:kendra: Update kendra command to latest version api-change:quicksight: Update quicksight command to latest version api-change:ecr: Update ecr command to latest version api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version api-change:healthlake: Update healthlake command to latest version api-change:emr-containers: Update emr-containers command to latest version 1.18.191 api-change:dms: Update dms command to latest version api-change:servicecatalog-appregistry: Update servicecatalog-appregistry command to latest version 1.18.190 api-change:license-manager: Update license-manager command to latest version api-change:rds: Update rds command to latest version api-change:ds: Update ds command to latest version api-change:ssm: Update ssm command to latest version api-change:lambda: Update lambda command to latest version api-change:medialive: Update medialive command to latest version api-change:workspaces: Update workspaces command to latest version api-change:ec2: Update ec2 command to latest version api-change:kafka: Update kafka command to latest version 1.18.189 api-change:compute-optimizer: Update compute-optimizer command to latest version api-change:batch: Update batch command to latest version api-change:amplifybackend: Update amplifybackend command to latest version api-change:license-manager: Update license-manager command to latest version 1.18.188 api-change:customer-profiles: Update customer-profiles command to latest version 1.18.187 api-change:amplifybackend: Update amplifybackend command to latest version api-change:ecr-public: Update ecr-public command to latest version api-change:eks: Update eks command to latest version api-change:ec2: Update ec2 command to latest version api-change:sagemaker: Update sagemaker command to latest version api-change:honeycode: Update honeycode command to latest version api-change:connect-contact-lens: Update connect-contact-lens command to latest version api-change:devops-guru: Update devops-guru command to latest version api-change:lambda: Update lambda command to latest version api-change:lookoutvision: Update lookoutvision command to latest version api-change:connect: Update connect command to latest version api-change:s3: Update s3 command to latest version api-change:sagemaker-featurestore-runtime: Update sagemaker-featurestore-runtime command to latest version api-change:ds: Update ds command to latest version api-change:appintegrations: Update appintegrations command to latest version api-change:profile: Update profile command to latest version 1.18.186 api-change:ec2: Update ec2 command to latest version 1.18.185 api-change:cognito-idp: Update cognito-idp command to latest version api-change:cloudformation: Update cloudformation command to latest version api-change:timestream-write: Update timestream-write command to latest version api-change:lex-models: Update lex-models command to latest version api-change:fsx: Update fsx command to latest version api-change:cloudtrail: Update cloudtrail command to latest version api-change:batch: Update batch command to latest version api-change:comprehend: Update comprehend command to latest version api-change:iotsitewise: Update iotsitewise command to latest version api-change:elasticbeanstalk: Update elasticbeanstalk command to latest version api-change:appflow: Update appflow command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:codebuild: Update codebuild command to latest version api-change:stepfunctions: Update stepfunctions command to latest version api-change:gamelift: Update gamelift command to latest version api-change:mwaa: Update mwaa command to latest version api-change:quicksight: Update quicksight command to latest version 1.18.184 api-change:securityhub: Update securityhub command to latest version api-change:forecast: Update forecast command to latest version api-change:kafka: Update kafka command to latest version api-change:application-insights: Update application-insights command to latest version api-change:ecs: Update ecs command to latest version api-change:emr: Update emr command to latest version api-change:elasticache: Update elasticache command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:codestar-connections: Update codestar-connections command to latest version api-change:iot: Update iot command to latest version api-change:sso-admin: Update sso-admin command to latest version api-change:timestream-query: Update timestream-query command to latest version api-change:lambda: Update lambda command to latest version api-change:ec2: Update ec2 command to latest version api-change:outposts: Update outposts command to latest version api-change:license-manager: Update license-manager command to latest version api-change:codeartifact: Update codeartifact command to latest version api-change:signer: Update signer command to latest version api-change:glue: Update glue command to latest version api-change:translate: Update translate command to latest version api-change:dynamodb: Update dynamodb command to latest version 1.18.183 api-change:cognito-identity: Update cognito-identity command to latest version api-change:chime: Update chime command to latest version api-change:codeguru-reviewer: Update codeguru-reviewer command to latest version api-change:macie2: Update macie2 command to latest version api-change:cloudhsmv2: Update cloudhsmv2 command to latest version api-change:s3: Update s3 command to latest version api-change:appmesh: Update appmesh command to latest version api-change:servicecatalog-appregistry: Update servicecatalog-appregistry command to latest version api-change:connect: Update connect command to latest version api-change:kafka: Update kafka command to latest version 1.18.182 api-change:lex-models: Update lex-models command to latest version api-change:lambda: Update lambda command to latest version api-change:events: Update events command to latest version api-change:lex-runtime: Update lex-runtime command to latest version api-change:glue: Update glue command to latest version api-change:ds: Update ds command to latest version api-change:autoscaling: Update autoscaling command to latest version api-change:ce: Update ce command to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 command to latest version api-change:medialive: Update medialive command to latest version api-change:redshift: Update redshift command to latest version 1.18.181 api-change:outposts: Update outposts command to latest version api-change:elasticache: Update elasticache command to latest version api-change:codebuild: Update codebuild command to latest version api-change:cloudformation: Update cloudformation command to latest version api-change:backup: Update backup command to latest version api-change:s3control: Update s3control command to latest version api-change:ec2: Update ec2 command to latest version 1.18.180 api-change:connect: Update connect command to latest version api-change:rds: Update rds command to latest version api-change:network-firewall: Update network-firewall command to latest version api-change:chime: Update chime command to latest version api-change:fms: Update fms command to latest version api-change:macie2: Update macie2 command to latest version 1.18.179 api-change:codepipeline: Update codepipeline command to latest version api-change:iotsitewise: Update iotsitewise command to latest version api-change:dms: Update dms command to latest version api-change:iotsecuretunneling: Update iotsecuretunneling command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:sns: Update sns command to latest version api-change:quicksight: Update quicksight command to latest version api-change:synthetics: Update synthetics command to latest version api-change:sagemaker: Update sagemaker command to latest version 1.18.178 api-change:textract: Update textract command to latest version api-change:shield: Update shield command to latest version api-change:elbv2: Update elbv2 command to latest version 1.18.177 api-change:servicecatalog-appregistry: Update servicecatalog-appregistry command to latest version api-change:iot: Update iot command to latest version api-change:polly: Update polly command to latest version api-change:lex-models: Update lex-models command to latest version api-change:robomaker: Update robomaker command to latest version api-change:lightsail: Update lightsail command to latest version api-change:personalize-runtime: Update personalize-runtime command to latest version
2021-01-08py-boto3: updated to 1.16.51adam2-8/+8
1.16.51 api-change:devops-guru: [botocore] Update devops-guru client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.16.50 api-change:autoscaling: [botocore] Update autoscaling client to latest version api-change:transfer: [botocore] Update transfer client to latest version api-change:autoscaling-plans: [botocore] Update autoscaling-plans client to latest version 1.16.49 api-change:ce: [botocore] Update ce client to latest version api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version 1.16.48 api-change:healthlake: [botocore] Update healthlake client to latest version api-change:cloudsearch: [botocore] Update cloudsearch client to latest version 1.16.47 api-change:servicecatalog: [botocore] Update servicecatalog client to latest version 1.16.46 api-change:macie2: [botocore] Update macie2 client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version 1.16.45 api-change:acm-pca: [botocore] Update acm-pca client to latest version api-change:apigatewayv2: [botocore] Update apigatewayv2 client to latest version 1.16.44 api-change:cloudfront: [botocore] Update cloudfront client to latest version 1.16.43 api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version api-change:resource-groups: [botocore] Update resource-groups client to latest version api-change:dms: [botocore] Update dms client to latest version 1.16.42 api-change:ssm: [botocore] Update ssm client to latest version api-change:iotwireless: [botocore] Update iotwireless client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:ce: [botocore] Update ce client to latest version api-change:connect: [botocore] Update connect client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version 1.16.41 api-change:config: [botocore] Update config client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:batch: [botocore] Update batch client to latest version api-change:managedblockchain: [botocore] Update managedblockchain client to latest version api-change:service-quotas: [botocore] Update service-quotas client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:connectparticipant: [botocore] Update connectparticipant client to latest version api-change:securityhub: [botocore] Update securityhub client to latest version api-change:qldb-session: [botocore] Update qldb-session client to latest version api-change:outposts: [botocore] Update outposts client to latest version api-change:servicecatalog-appregistry: [botocore] Update servicecatalog-appregistry client to latest version api-change:dms: [botocore] Update dms client to latest version api-change:apigateway: [botocore] Update apigateway client to latest version 1.16.40 api-change:rds: [botocore] Update rds client to latest version bugfix:SSO: [botocore] Fixed timestamp format for SSO credential expirations api-change:personalize-runtime: [botocore] Update personalize-runtime client to latest version api-change:ec2: [botocore] Update ec2 client to latest version 1.16.39 api-change:ec2: [botocore] Update ec2 client to latest version api-change:servicecatalog: [botocore] Update servicecatalog client to latest version api-change:dlm: [botocore] Update dlm client to latest version api-change:kms: [botocore] Update kms client to latest version api-change:route53resolver: [botocore] Update route53resolver client to latest version api-change:sqs: [botocore] Update sqs client to latest version api-change:config: [botocore] Update config client to latest version api-change:imagebuilder: [botocore] Update imagebuilder client to latest version api-change:route53: [botocore] Update route53 client to latest version 1.16.38 api-change:ce: [botocore] Update ce client to latest version api-change:amp: [botocore] Update amp client to latest version api-change:location: [botocore] Update location client to latest version api-change:wellarchitected: [botocore] Update wellarchitected client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version 1.16.37 api-change:iotwireless: [botocore] Update iotwireless client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:greengrassv2: [botocore] Update greengrassv2 client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:iotdeviceadvisor: [botocore] Update iotdeviceadvisor client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:iotanalytics: [botocore] Update iotanalytics client to latest version api-change:amp: [botocore] Update amp client to latest version api-change:iotfleethub: [botocore] Update iotfleethub client to latest version 1.16.36 api-change:ec2: [botocore] Update ec2 client to latest version api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version api-change:devops-guru: [botocore] Update devops-guru client to latest version 1.16.35 api-change:guardduty: [botocore] Update guardduty client to latest version api-change:iotsitewise: [botocore] Update iotsitewise client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version api-change:cloudwatch: [botocore] Update cloudwatch client to latest version api-change:pi: [botocore] Update pi client to latest version api-change:cloudtrail: [botocore] Update cloudtrail client to latest version 1.16.34 api-change:networkmanager: [botocore] Update networkmanager client to latest version api-change:kendra: [botocore] Update kendra client to latest version api-change:ec2: [botocore] Update ec2 client to latest version 1.16.33 api-change:globalaccelerator: [botocore] Update globalaccelerator client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:redshift: [botocore] Update redshift client to latest version 1.16.32 api-change:ecr: [botocore] Update ecr client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:kendra: [botocore] Update kendra client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version api-change:auditmanager: [botocore] Update auditmanager client to latest version api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version api-change:sagemaker-edge: [botocore] Update sagemaker-edge client to latest version api-change:forecast: [botocore] Update forecast client to latest version api-change:healthlake: [botocore] Update healthlake client to latest version api-change:emr-containers: [botocore] Update emr-containers client to latest version 1.16.31 api-change:dms: [botocore] Update dms client to latest version api-change:servicecatalog-appregistry: [botocore] Update servicecatalog-appregistry client to latest version 1.16.30 api-change:ssm: [botocore] Update ssm client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:workspaces: [botocore] Update workspaces client to latest version api-change:license-manager: [botocore] Update license-manager client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:ds: [botocore] Update ds client to latest version api-change:kafka: [botocore] Update kafka client to latest version api-change:medialive: [botocore] Update medialive client to latest version api-change:rds: [botocore] Update rds client to latest version 1.16.29 api-change:license-manager: [botocore] Update license-manager client to latest version api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version api-change:amplifybackend: [botocore] Update amplifybackend client to latest version api-change:batch: [botocore] Update batch client to latest version 1.16.28 api-change:customer-profiles: [botocore] Update customer-profiles client to latest version 1.16.27 api-change:sagemaker-featurestore-runtime: [botocore] Update sagemaker-featurestore-runtime client to latest version api-change:ecr-public: [botocore] Update ecr-public client to latest version api-change:honeycode: [botocore] Update honeycode client to latest version api-change:eks: [botocore] Update eks client to latest version api-change:amplifybackend: [botocore] Update amplifybackend client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:lookoutvision: [botocore] Update lookoutvision client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:connect: [botocore] Update connect client to latest version api-change:connect-contact-lens: [botocore] Update connect-contact-lens client to latest version api-change:profile: [botocore] Update profile client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:appintegrations: [botocore] Update appintegrations client to latest version api-change:ds: [botocore] Update ds client to latest version api-change:devops-guru: [botocore] Update devops-guru client to latest version 1.16.26 api-change:ec2: [botocore] Update ec2 client to latest version 1.16.25 api-change:mediaconvert: [botocore] Update mediaconvert client to latest version api-change:cloudformation: [botocore] Update cloudformation client to latest version api-change:appflow: [botocore] Update appflow client to latest version api-change:fsx: [botocore] Update fsx client to latest version api-change:stepfunctions: [botocore] Update stepfunctions client to latest version api-change:timestream-write: [botocore] Update timestream-write client to latest version api-change:elasticbeanstalk: [botocore] Update elasticbeanstalk client to latest version api-change:batch: [botocore] Update batch client to latest version api-change:cloudtrail: [botocore] Update cloudtrail client to latest version api-change:cognito-idp: [botocore] Update cognito-idp client to latest version api-change:iotsitewise: [botocore] Update iotsitewise 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:quicksight: [botocore] Update quicksight client to latest version api-change:mwaa: [botocore] Update mwaa client to latest version api-change:lex-models: [botocore] Update lex-models client to latest version api-change:gamelift: [botocore] Update gamelift client to latest version 1.16.24 api-change:ec2: [botocore] Update ec2 client to latest version api-change:translate: [botocore] Update translate client to latest version api-change:kafka: [botocore] Update kafka client to latest version api-change:application-insights: [botocore] Update application-insights client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:signer: [botocore] Update signer client to latest version api-change:codestar-connections: [botocore] Update codestar-connections client to latest version api-change:codeartifact: [botocore] Update codeartifact client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version api-change:emr: [botocore] Update emr client to latest version api-change:forecast: [botocore] Update forecast client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version api-change:ecs: [botocore] Update ecs client to latest version api-change:timestream-query: [botocore] Update timestream-query client to latest version api-change:sso-admin: [botocore] Update sso-admin client to latest version api-change:securityhub: [botocore] Update securityhub client to latest version api-change:lambda: [botocore] Update lambda client to latest version api-change:outposts: [botocore] Update outposts client to latest version api-change:license-manager: [botocore] Update license-manager client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version 1.16.23 api-change:servicecatalog-appregistry: [botocore] Update servicecatalog-appregistry client to latest version api-change:appmesh: [botocore] Update appmesh client to latest version api-change:kafka: [botocore] Update kafka client to latest version api-change:macie2: [botocore] Update macie2 client to latest version api-change:chime: [botocore] Update chime client to latest version api-change:cloudhsmv2: [botocore] Update cloudhsmv2 client to latest version api-change:codeguru-reviewer: [botocore] Update codeguru-reviewer client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:cognito-identity: [botocore] Update cognito-identity client to latest version api-change:connect: [botocore] Update connect client to latest version 1.16.22 api-change:ce: [botocore] Update ce client to latest version api-change:lex-runtime: [botocore] Update lex-runtime client to latest version api-change:glue: [botocore] Update glue client to latest version api-change:lex-models: [botocore] Update lex-models client to latest version api-change:events: [botocore] Update events client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version api-change:ds: [botocore] Update ds client to latest version api-change:kinesisanalyticsv2: [botocore] Update kinesisanalyticsv2 client to latest version api-change:redshift: [botocore] Update redshift client to latest version api-change:medialive: [botocore] Update medialive client to latest version api-change:lambda: [botocore] Update lambda client to latest version 1.16.21 api-change:elasticache: [botocore] Update elasticache client to latest version api-change:cloudformation: [botocore] Update cloudformation client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version bugfix:Retry: [botocore] Fix bug where retries were attempted on any response with an "Error" key. api-change:ec2: [botocore] Update ec2 client to latest version api-change:s3control: [botocore] Update s3control client to latest version api-change:backup: [botocore] Update backup client to latest version api-change:outposts: [botocore] Update outposts client to latest version 1.16.20 api-change:connect: [botocore] Update connect client to latest version api-change:chime: [botocore] Update chime client to latest version api-change:fms: [botocore] Update fms client to latest version api-change:network-firewall: [botocore] Update network-firewall client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:macie2: [botocore] Update macie2 client to latest version 1.16.19 api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:iotsitewise: [botocore] Update iotsitewise client to latest version api-change:dms: [botocore] Update dms client to latest version api-change:iotsecuretunneling: [botocore] Update iotsecuretunneling client to latest version api-change:sns: [botocore] Update sns client to latest version api-change:synthetics: [botocore] Update synthetics client to latest version api-change:servicecatalog: [botocore] Update servicecatalog client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:quicksight: [botocore] Update quicksight client to latest version 1.16.18 api-change:textract: [botocore] Update textract client to latest version api-change:shield: [botocore] Update shield client to latest version api-change:elbv2: [botocore] Update elbv2 client to latest version 1.16.17 api-change:personalize-runtime: [botocore] Update personalize-runtime client to latest version api-change:servicecatalog-appregistry: [botocore] Update servicecatalog-appregistry client to latest version api-change:lex-models: [botocore] Update lex-models client to latest version api-change:polly: [botocore] Update polly client to latest version api-change:iot: [botocore] Update iot client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version api-change:lightsail: [botocore] Update lightsail client to latest version
2021-01-08py-botocore: updated to 1.19.51adam3-8/+53
1.19.51 api-change:devops-guru: Update devops-guru client to latest version api-change:codepipeline: Update codepipeline client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.19.50 api-change:autoscaling: Update autoscaling client to latest version api-change:transfer: Update transfer client to latest version api-change:autoscaling-plans: Update autoscaling-plans client to latest version 1.19.49 api-change:ce: Update ce client to latest version api-change:application-autoscaling: Update application-autoscaling client to latest version 1.19.48 api-change:healthlake: Update healthlake client to latest version api-change:cloudsearch: Update cloudsearch client to latest version 1.19.47 api-change:servicecatalog: Update servicecatalog client to latest version 1.19.46 api-change:macie2: Update macie2 client to latest version api-change:elasticache: Update elasticache client to latest version 1.19.45 api-change:acm-pca: Update acm-pca client to latest version api-change:apigatewayv2: Update apigatewayv2 client to latest version 1.19.44 api-change:cloudfront: Update cloudfront client to latest version 1.19.43 api-change:compute-optimizer: Update compute-optimizer client to latest version api-change:resource-groups: Update resource-groups client to latest version api-change:dms: Update dms client to latest version 1.19.42 api-change:ssm: Update ssm client to latest version api-change:iotwireless: Update iotwireless client to latest version api-change:rds: Update rds client to latest version api-change:glue: Update glue client to latest version api-change:ce: Update ce client to latest version api-change:connect: Update connect client to latest version api-change:elasticache: Update elasticache client to latest version 1.19.41 api-change:config: Update config client to latest version api-change:ec2: Update ec2 client to latest version api-change:glue: Update glue client to latest version api-change:batch: Update batch client to latest version api-change:managedblockchain: Update managedblockchain client to latest version api-change:service-quotas: Update service-quotas client to latest version api-change:s3: Update s3 client to latest version api-change:connectparticipant: Update connectparticipant client to latest version api-change:securityhub: Update securityhub client to latest version api-change:qldb-session: Update qldb-session client to latest version api-change:outposts: Update outposts client to latest version api-change:servicecatalog-appregistry: Update servicecatalog-appregistry client to latest version api-change:dms: Update dms client to latest version api-change:apigateway: Update apigateway client to latest version 1.19.40 api-change:rds: Update rds client to latest version bugfix:SSO: Fixed timestamp format for SSO credential expirations api-change:personalize-runtime: Update personalize-runtime client to latest version api-change:ec2: Update ec2 client to latest version 1.19.39 api-change:ec2: Update ec2 client to latest version api-change:servicecatalog: Update servicecatalog client to latest version api-change:dlm: Update dlm client to latest version api-change:kms: Update kms client to latest version api-change:route53resolver: Update route53resolver client to latest version api-change:sqs: Update sqs client to latest version api-change:config: Update config client to latest version api-change:imagebuilder: Update imagebuilder client to latest version api-change:route53: Update route53 client to latest version 1.19.38 api-change:ce: Update ce client to latest version api-change:amp: Update amp client to latest version api-change:location: Update location client to latest version api-change:wellarchitected: Update wellarchitected client to latest version api-change:quicksight: Update quicksight client to latest version 1.19.37 api-change:iotwireless: Update iotwireless client to latest version api-change:lambda: Update lambda client to latest version api-change:greengrassv2: Update greengrassv2 client to latest version api-change:ssm: Update ssm client to latest version api-change:iotdeviceadvisor: Update iotdeviceadvisor client to latest version api-change:iot: Update iot client to latest version api-change:iotanalytics: Update iotanalytics client to latest version api-change:amp: Update amp client to latest version api-change:iotfleethub: Update iotfleethub client to latest version 1.19.36 api-change:ec2: Update ec2 client to latest version api-change:globalaccelerator: Update globalaccelerator client to latest version api-change:devops-guru: Update devops-guru client to latest version 1.19.35 api-change:guardduty: Update guardduty client to latest version api-change:iotsitewise: Update iotsitewise client to latest version api-change:autoscaling: Update autoscaling client to latest version api-change:cloudwatch: Update cloudwatch client to latest version api-change:pi: Update pi client to latest version api-change:cloudtrail: Update cloudtrail client to latest version 1.19.34 api-change:networkmanager: Update networkmanager client to latest version api-change:kendra: Update kendra client to latest version api-change:ec2: Update ec2 client to latest version 1.19.33 api-change:globalaccelerator: Update globalaccelerator client to latest version api-change:ec2: Update ec2 client to latest version api-change:redshift: Update redshift client to latest version 1.19.32 api-change:ecr: Update ecr client to latest version api-change:sagemaker: Update sagemaker client to latest version api-change:kendra: Update kendra client to latest version api-change:quicksight: Update quicksight client to latest version api-change:auditmanager: Update auditmanager client to latest version api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version api-change:sagemaker-edge: Update sagemaker-edge client to latest version api-change:forecast: Update forecast client to latest version api-change:healthlake: Update healthlake client to latest version api-change:emr-containers: Update emr-containers client to latest version 1.19.31 api-change:dms: Update dms client to latest version api-change:servicecatalog-appregistry: Update servicecatalog-appregistry client to latest version 1.19.30 api-change:ssm: Update ssm client to latest version api-change:ec2: Update ec2 client to latest version api-change:workspaces: Update workspaces client to latest version api-change:license-manager: Update license-manager client to latest version api-change:lambda: Update lambda client to latest version api-change:ds: Update ds client to latest version api-change:kafka: Update kafka client to latest version api-change:medialive: Update medialive client to latest version api-change:rds: Update rds client to latest version 1.19.29 api-change:license-manager: Update license-manager client to latest version api-change:compute-optimizer: Update compute-optimizer client to latest version api-change:amplifybackend: Update amplifybackend client to latest version api-change:batch: Update batch client to latest version 1.19.28 api-change:customer-profiles: Update customer-profiles client to latest version 1.19.27 api-change:sagemaker-featurestore-runtime: Update sagemaker-featurestore-runtime client to latest version api-change:ecr-public: Update ecr-public client to latest version api-change:honeycode: Update honeycode client to latest version api-change:eks: Update eks client to latest version api-change:amplifybackend: Update amplifybackend client to latest version api-change:lambda: Update lambda client to latest version api-change:sagemaker: Update sagemaker client to latest version api-change:lookoutvision: Update lookoutvision client to latest version api-change:ec2: Update ec2 client to latest version api-change:connect: Update connect client to latest version api-change:connect-contact-lens: Update connect-contact-lens client to latest version api-change:profile: Update profile client to latest version api-change:s3: Update s3 client to latest version api-change:appintegrations: Update appintegrations client to latest version api-change:ds: Update ds client to latest version api-change:devops-guru: Update devops-guru client to latest version 1.19.26 api-change:ec2: Update ec2 client to latest version 1.19.25 api-change:mediaconvert: Update mediaconvert client to latest version api-change:cloudformation: Update cloudformation client to latest version api-change:appflow: Update appflow client to latest version api-change:fsx: Update fsx client to latest version api-change:stepfunctions: Update stepfunctions client to latest version api-change:timestream-write: Update timestream-write client to latest version api-change:elasticbeanstalk: Update elasticbeanstalk client to latest version api-change:batch: Update batch client to latest version api-change:cloudtrail: Update cloudtrail client to latest version api-change:cognito-idp: Update cognito-idp client to latest version api-change:iotsitewise: Update iotsitewise client to latest version api-change:codebuild: Update codebuild client to latest version api-change:comprehend: Update comprehend client to latest version api-change:quicksight: Update quicksight client to latest version api-change:mwaa: Update mwaa client to latest version api-change:lex-models: Update lex-models client to latest version api-change:gamelift: Update gamelift client to latest version 1.19.24 api-change:ec2: Update ec2 client to latest version api-change:translate: Update translate client to latest version api-change:kafka: Update kafka client to latest version api-change:application-insights: Update application-insights client to latest version api-change:glue: Update glue client to latest version api-change:signer: Update signer client to latest version api-change:codestar-connections: Update codestar-connections client to latest version api-change:codeartifact: Update codeartifact client to latest version api-change:elasticache: Update elasticache client to latest version api-change:emr: Update emr client to latest version api-change:forecast: Update forecast client to latest version api-change:iot: Update iot client to latest version api-change:autoscaling: Update autoscaling client to latest version api-change:ecs: Update ecs client to latest version api-change:timestream-query: Update timestream-query client to latest version api-change:sso-admin: Update sso-admin client to latest version api-change:securityhub: Update securityhub client to latest version api-change:lambda: Update lambda client to latest version api-change:outposts: Update outposts client to latest version api-change:license-manager: Update license-manager client to latest version api-change:dynamodb: Update dynamodb client to latest version 1.19.23 api-change:servicecatalog-appregistry: Update servicecatalog-appregistry client to latest version api-change:appmesh: Update appmesh client to latest version api-change:kafka: Update kafka client to latest version api-change:macie2: Update macie2 client to latest version api-change:chime: Update chime client to latest version api-change:cloudhsmv2: Update cloudhsmv2 client to latest version api-change:codeguru-reviewer: Update codeguru-reviewer client to latest version api-change:s3: Update s3 client to latest version api-change:cognito-identity: Update cognito-identity client to latest version api-change:connect: Update connect client to latest version 1.19.22 api-change:ce: Update ce client to latest version api-change:lex-runtime: Update lex-runtime client to latest version api-change:glue: Update glue client to latest version api-change:lex-models: Update lex-models client to latest version api-change:events: Update events client to latest version api-change:autoscaling: Update autoscaling client to latest version api-change:ds: Update ds client to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 client to latest version api-change:redshift: Update redshift client to latest version api-change:medialive: Update medialive client to latest version api-change:lambda: Update lambda client to latest version 1.19.21 api-change:elasticache: Update elasticache client to latest version api-change:cloudformation: Update cloudformation client to latest version api-change:codebuild: Update codebuild client to latest version bugfix:Retry: Fix bug where retries were attempted on any response with an "Error" key. api-change:ec2: Update ec2 client to latest version api-change:s3control: Update s3control client to latest version api-change:backup: Update backup client to latest version api-change:outposts: Update outposts client to latest version 1.19.20 api-change:connect: Update connect client to latest version api-change:chime: Update chime client to latest version api-change:fms: Update fms client to latest version api-change:network-firewall: Update network-firewall client to latest version api-change:rds: Update rds client to latest version api-change:macie2: Update macie2 client to latest version 1.19.19 api-change:sagemaker: Update sagemaker client to latest version api-change:iotsitewise: Update iotsitewise client to latest version api-change:dms: Update dms client to latest version api-change:iotsecuretunneling: Update iotsecuretunneling client to latest version api-change:sns: Update sns client to latest version api-change:synthetics: Update synthetics client to latest version api-change:servicecatalog: Update servicecatalog client to latest version api-change:codepipeline: Update codepipeline client to latest version api-change:quicksight: Update quicksight client to latest version 1.19.18 api-change:textract: Update textract client to latest version api-change:shield: Update shield client to latest version api-change:elbv2: Update elbv2 client to latest version 1.19.17 api-change:personalize-runtime: Update personalize-runtime client to latest version api-change:servicecatalog-appregistry: Update servicecatalog-appregistry client to latest version api-change:lex-models: Update lex-models client to latest version api-change:polly: Update polly client to latest version api-change:iot: Update iot client to latest version api-change:robomaker: Update robomaker client to latest version api-change:lightsail: Update lightsail client to latest version
2021-01-08socat: Fix build on SmartOSotis5-1/+80
2021-01-07amazon-ecs-cli: Update to version 1.21.0leot2-8/+7
Changes: 1.21.0 ------ - Add support for container dependencies in ecs-params.yml (#1105) - Add support for Arm-based AWS Graviton2 instances on ecs-cli up (#1116)
2021-01-06socat: Update to 1.7.4.0leot2-7/+7
Changes: 1.7.4.0 ------- Security: Buffer size option (-b) is internally doubled for CR-CRLF conversion, but not checked for integer overflow. This could lead to heap based buffer overflow, assuming the attacker could provide this parameter. Test: BLKSIZE_INT_OVERFL Thanks to Lê Hiếu Bùi for reporting this issue and sending an example exploit. Corrections: Socats address parser read over end of string when there were unbalanced quotes Test: UNBALANCED_QUOTE Removed unused usleep() call from sycls.c Unsetenv() was conditional in sysutils.c but not in xio-openssl.c thus building failed on Solaris 9. Thanks to Greg Earle for reporting this issue and providing a patch. Mitigated race condition of quickly terminating SYSTEM or EXEC child processes. Option o-direct might require alignment of read/write buffer to, e.g., 512 bytes, Socat now takes care of this when allocating the buffer. With this fix read() succeeds, however, write() still might fail when not writing complete pages. Test: O_DIRECT There was a race condition in the way Socat UDP-RECVFROM and similar addresses with option fork prevents one packet from triggering multiple processes. The symptom was that Socat master process seemed to hang and did not process further packets. The fix makes use of pselect() system call. Thanks to Fulvio Scapin for reporting this issue. UNIX domain client addresses applied file system entry options (group NAMED) to the server socket instead of the client (bind) socket entry. Tests: UNIX_SENDTO_UNLINK UNIX_CONNECT_UNLINK Thanks to Nico Williams for reporting this major issue. Length of single address options was limited to 511 bytes. This value is now increased to 2047 bytes. Change suggested by Mario Camou. Addresses of type RECVFROM with option fork looped with an error message in case that the second address failed before consuming the packet. The fix makes RECVFROM drop the packet when the second address failed before reading it. Use retry or forever option with the second address if you want to avoid data loss. Thanks to Chunmei Xu for reporting this issue and proving the patch. Socats DTLS implementation has been reworked and appears to work now reasonably over UDP. New addresses: OPENSSL-DTLS-SERVER (DTLS-L), OPENSSL-DTLS-CLIENT (DTLS) Tests: OPENSSL_DTLS_CLIENT OPENSSL_DTLS_SERVER OPENSSL_METHOD_DTLS1 OPENSSL_METHOD_DTLS1.2 Thanks to Brandon Carpenter, Qing Wan, and Pavel Nakonechnyi for sending patches. filan did not output the socket protocol. filan -s assumed each stream socket to be TCP and each datagram socket to be UDP. Now it uses SO_PROTOCOL and getprotoent() for correct output. Help text showed two parameters for UDP4-RECVFROM address, but only <port> is allowed. Thanks to John the Scott for reporting this issue. Error messages from SSL_read() and SSL_write() sometimes stated SSL_connect instead of originating function name. Fixed some more non functional minor issues. Porting: In gcc version 10 the default changed from -fcommon to -fno-common. Consequently, linking filan and procan failed with error "multiple definition of `deny_severity'" and `allow_severity' Fixed by removing definitions in filan.c and procan.c Debian issue 957823 Thanks to László Böszörményi and others for reporting this issue. Solaris 9 does not provide strndup(); added substitute code. Thanks to Greg Earle for providing a patch. Added configure option --enable-openssl-base to specify the location of a non-OS OpenSSL installation There are systems whose kernel understands SCTP but getaddrinfo does not. As workaround after EIA_SOCKTYPE on name and service resolution fall back to ai_socktype=0; if it fails with EAI_SERVICE, set ai_protocol=0 and try again Test: SCTP_SERVICENAME Per file filesystem options were still name ext2-* and depended on <linux/ext2_fs.h>. Now they are called fs-* and depend on <linux/fs.h>. These fs-* options are also available on old systems with ext2_fs.h New options openssl-min-proto-version (min-version) and openssl-max-proto-version (max-version) give access to the related OpenSSL set-macros and substitute deprecated version-specific methods. Test: OPENSSL_MIN_VERSION With OpenSSL use OPENSSL_init_SSL when available, instead of deprecated SSL_library_init. With OPENSSL_API_COMPAT=0x10000000L the files openssl/dh.h, openssl/bn.h must explicitely be included. Thanks to Rosen Penev for reporting and sending a patch. Testing: test.sh now produces a list of tests that could not be performed for any reason. This helps to analyse these cases. OpenSSL s_server appearently started to neglect TCPs half close feature. Test OPENSSL_TCP4 has been changed to tolerate this. OpenSSL changed its behaviour when connection is rejected. Tests OPENSSLCERTSERVER, OPENSSL_CN_CLIENT_SECURITY, and OPENSSL_CN_SERVER_SECURITY now tolerate this. OpenSSL no longer allows explicit renegotiation with TLSv1.3, thus the appropriate tests failed. Fix: use TLSv1.2 for renegotiation tests Tests: OPENSSLRENEG1 OPENSSLRENEG2 Ubuntu 20.04 requires 2048 bit certificates with OpenSSL Archlinux 2020 has not which command; its ip,ss commands have modified version strings More testing issues solved: * ss to pipe might omit column separator * UDP6MULTICAST_UNIDIR fails on newer Linux kernels * do not use sort -V * renamed testaddrs() to testfeats(), and introduced new testaddrs() New features: GOPEN and UNIX-CLIENT addresses now support sockets of type SEQPACKET. Test: GOPENUNIXSEQPACKET Feature suggested by vi0oss. The generic setsockopt-int and related options are, in case of listening/accepting addresses, applied to the connected socket(s). To enable setting options on the listening socket, a new option setsockopt-listen has been implemented. See the documentation for info on data types. Tests: SETSOCKOPT SETSOCKOPT_LISTEN Thanks to Steven Danna and Korian Edeline for reporting this issue. Filan option -S gives short description like -s but with improved format Socat OpenSSL client, when server was specified using IP address, did not verify connection on certificates SubjectAltName IP entries. Tests: OPENSSL_SERVERALTAUTH OPENSSL_SERVERALTIP4AUTH OPENSSL_SERVERALTIP6AUTH Fixes Red Hat bug 1805132 Added options -r and -R for raw dump of transferred data to files. Test: OPTION_RAW_DUMP Added option ip-transparent (socket option IP_TRANSPARENT) Thanks to Wang Shanker for sending a patch. OPENSSL-CONNECT now automatically uses the SNI feature, option openssl-no-sni turns it off. Option openssl-snihost overrides the value of option openssl-commonname or the server name. Tests: OPENSSL_SNI OPENSSL_NO_SNI Thanks to Travis Burtrum for providing the initial patch New option accept-timeout (listen-timeout) Test: ACCEPTTIMEOUT Proposed by Roland New option ip-add-source-membership Feature inspired by Brian (b f31415) INCOMPATIBLE CHANGE: Address UDP-DATAGRAM now does not check peerport of replies, as it did up to version 1.7.3.4. Use option sourceport when you need the old behaviour. Test: UDP_DATAGRAM_SOURCEPORT Feature inspired by Hans Bueckler for SSDP inquiry (for UPnP) New option proxy-authorization-file reads PROXY-CONNECT credentials from file and makes it possible to hide this data from the process table. Test: PROXYAUTHFILE Thanks to Charles Stephens for sending an initial patch. Added AF_VSOCK support with VSOCK-CONNECT and VSOCK-LISTEN addresses. Developed by Stefano Garzarella. Coding: Added printf formats for uint16_t etc. Documentation: Address UDP-RECV does not support option fork. Thanks to Fulvio Scapin for reporting that mistake in docu. TUN address documentation showed TCP for backend which may merge consecutive packets which causes data loss. Thanks to Tomasz Lakota for reporting this issue.
2021-01-06qbittorrent: updated to 4.3.2adam3-12/+11
v4.3.2 - FEATURE: Allow to add root folder to torrent content (glassez) - FEATURE: "HTTPS tracker validation" option is available on all platforms with latest libtorrent (Chocobo1) - FEATURE: Option for supporting internationalized domain names (IDNs) (Chocobo1) - BUGFIX: Fix broken sorting on some columns (Chocobo1) - BUGFIX: Fix availability per file value (Chocobo1) - BUGFIX: Fix status of torrents without metadata (sledgehammer999) - BUGFIX: Don't try to remove folders for a torrent without metadata (sledgehammer999) - BUGFIX: Lift upper limit of "Max concurrent HTTP announces" option (Chocobo1) - BUGFIX: Add links to libtorrent documentation (Chocobo1) - BUGFIX: Move "embedded tracker" options to qbt section (Chocobo1) - BUGFIX: Properly handle "Append extension" option changing (glassez) - BUGFIX: Correctly save paused torrent state (glassez) - BUGFIX: Fix bug of "move storage job" can be performed multiple times (glassez) - WEBUI: Add ability to use 'shift+delete' to delete torrents (Chocobo1) - WEBUI: Allow to attach tags while adding torrents (Jesse Chan) - WEBUI: Bump version to 2.6.2 (Jesse Chan) - WEBUI: Remove unnecessary restriction on input length (Chocobo1) - WINDOWS: NSIS: Update Russian translation (Andrei Stepanov) - WINDOWS: NSIS: Update Italian translation (Alessandro Simonelli) - OTHER: Drop support for building with libtorrent < 1.2.11 (Vladimir Golovnev)
2021-01-06sacc: Update to 1.03leot2-7/+7
Changes: 1.03 ---- - Minor bug fixes and man page improvements
2021-01-06libtorrent-rasterbar: updated to 1.2.12adam3-9/+9
libtorrent-1.2.12 fix loading of DHT node ID from previous session on startup use getrandom(), when available, and fall back to /dev/urandom fix python binding for "value" in dht put alerts fix bug in python binding for dht_put_mutable_item fix uTP issue acking FIN packets validate HTTPS certificates by default (trackers and web seeds) load SSL certificates from windows system certificate store, to authenticate trackers introduce mitigation for Server Side Request Forgery in tracker and web seed URLs fix error handling for pool allocation failure
2021-01-06knot: Update to 3.0.3ryoon2-8/+7
Changelog: Version 3.0.3 Features: + Kjournalprint can display changesets starting from specific SOA serial Improvements: + New configuration check on ambiguous 'storage' specification #706 + New configuration check on problematic 'zonefile-load' with 'journal-contents' combination + Server logs positive ACL check in debug severity level (Thanks to Andreas Schrägle) + More verbose logging of failed zone backup + Extended documentation for catalog zones Bugfixes: + On-slave signing produces broken NSEC(3) chain if glue node becomes (un-)orphaned #705 + Server responds CNAME query with NXDOMAIN for CNAME synthesized from DNAME + Kdig crashes if source address and dnstap logging are specified together #702 + Knotc fails to display error returned from zone freeze or zone thaw + Dynamically reconfigured zone isn't loaded upon configuration commit + Keymgr is unable to import BIND-style private key if it contains empty lines + Zone backup fails to backup keys if any of them is public-only + Failed to build with XDP support on Debian testing Version 3.0.2 Features: + kdig prints Extended DNS Error (Gift for Marek Vavruša) + kxdpgun allows source IP address/subnet specification Improvements: + Server doesn't start if any of listen addresses fails to bind + knotc no longer stores empty and adjacent identical commands to interactive history + Depth of interactive history of knotc was increased to 1000 commands + keymgr prints error messages to stderr instead of stdout + keymgr checks for proper offline-ksk configuration before processing KSR or SKR + keymgr imports Revoked timer from BIND keys + Additional XDP support detection in server + Lots of spelling and grammar fixes in documentation (Thanks to Paul Dee) + Some documentation improvements Bugfixes: + If more masters configured, zone retransfer triggers AXFR from all masters + Server can fail to bind address during restart due to missing SO_REUSEADDR + KSK imported from BIND doesn't roll over automatically + libdnssec respects local GnuTLS policy — affects DNSSEC operations and Knot Resolver + kdig can stuck in infinite loop when solving BADCOOKIE responses + Zone names received over control interface are not lower-cased + Zone attributes not secured with multi-threaded changes + kzonecheck ignores forced dnssec checks if zone not signed + kzonecheck fails on case-sensitivity of owner names in NSEC records # 699 + kdig fails to establish TLS connection #700 + Server responds NOTIMPL to queries with QDCOUNT 0 and known OPCODE
2021-01-06net/frr: simplify bison tool requirementkardel1-3/+2
2021-01-06net/frr: document bison tool dependencykardel1-2/+4
2021-01-05unison-snapshot: Update to 2.51.4_rc1 via git hashgdt2-8/+8
Upstream changes not published but a reliable source says it's basically bugfixes and minor improvements. This is believed to interoperate with 2.51.3.
2021-01-04wget: remove patch for perl-5.18wiz2-50/+1