summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2019-01-06Fix PKG_SYSCONFDIR support. Run as a particular unprivileged user. Fixschmonz2-24/+34
non-"/usr/pkg" PREFIX and non-"/var" VARBASE in rc script. Bump PKGREVISION.
2019-01-05Update to 1.2.6. From the changelog:schmonz6-35/+43
# Fix compilation on some systems. # Add simplified Chinese localization. # Fix compatibility with newer GNU/automake. # Add systemd configuration file. # Automatically load if_tun on FreeBSD. # Use POSIX tree instead of linked list when libJudy is missing/disabled. # Fix C pointer aliasing violations. # Fix compilation with FreeBSD 7.2 or later.
2019-01-05Add and enable djbdnscurve6.schmonz1-1/+2
2019-01-05Initial import of djbdnscurve6, a fork of djbdns combiningschmonz7-0/+212
- IPv6 capabilities based on fehQlibs allowing the use of compactified IPv6 and LLU addresses, - a CurveDNS secured query/response for dnscache based on NaCl with an adapted Matthew Dempsky patch, - including improvements for CNAME caching, and - allowing a qualification of DNS Name Servers. - rbldns supporting now IPv6 addresses. - tinydns using now compactified IPv6 addresses within the tinydns-data data file. The decrypting djbdnscurve6 stub resolver can be used as standard lib for other programs.
2019-01-05Remove commented-out 'inet6' option. Add CONFLICTS with djbdnscurve6.schmonz2-15/+4
2019-01-04py-cares: updated to 2.4.0adam3-13/+13
Version 2.4.0 - misc: fix building wheels for unavailable Python versions - test: skip getaddrinfo6 test on Travis - doc: add FreeBSD building instructions - build: fix MinGW build - ci, misc: add support for CPython 3.7 - ci: run on latest PyPy versions on TravisCI - examples: extra examples - ci: fix AppVeyor build - test: fix TXT test - core: fix repr for PTR results
2019-01-04py-netifaces: updated to 0.10.9adam2-7/+7
0.10.9: ??? 0.10.8: * Fixed a bug that in certain circumstances could lead to an infinite loop in netifaces.gateways() (thanks asomers). * Fixed a memory management bug in an error path
2019-01-03synergy: downgrade 2.0.0 to 1.10.1tnn3-12/+10
It is sort of an update though. If you are interested in upstream drama you can read here for the details: https://symless.com/blog Also users might want to switch to wip/barrier instead. v1.10.1-stable Bug fixes: #6339 Windows validating install step freezes #6374 Windows background service crashes randomly #6376 Undeclared identifier compile error in VS2017 Enhancements: #6372 Forced use of TLS 1.2 without fallback method #6338 Auto config checkbox on settings screen #6384 Removal of GPL screen on Windows installer #6383 Extend foreground mode for Windows daemon #6382 Code comment for MSVC debugger logging #6380 Compile without warnings using VS2017 v1.10.0-stable Bug fixes: #6347 Log to file defaults to unwritable location #6345 Losing GUI config when restarting the OS #4991 Oversized Bonjour protocol name could conflict Enhancements: #6348 Use different hard coded Qt path for CI #6346 CLI argument to control screen lock feature #6344 Customizable size limit on clipboard sharing #6332 Decouple version from CI build properties #6319 Bonjour auto-config disabled by default #6318 Hide TIS/TSM error on config app log #6312 Removal of redundant CURL library #6306 Show version number in config app title #6305 Support for Raspbian in package config #6301 Combine enterprise and community codebases
2019-01-03samba4: use external tevent and tdb; bump revisionadam3-22/+9
2019-01-01gallery-dl: Update to 1.6.2leot3-8/+11
Changes: 1.6.2 ----- - Added support for: - `instagram` - https://www.instagram.com (#134) - Added support for multiple items on sta.sh pages (#113) - Added option to download `tumblr` avatars (#137) - Changed defaults for visited post types and inline media on `tumblr` - Improved inline extraction of `tumblr` posts (#133, #137) - Improved error handling and retry behavior of all API calls - Improved handling of missing fields in format strings (#136) - Fixed hash extraction for unusual `tumblr` URLs (#129) - Fixed image subdomains for `hitomi` galleries (#142) - Fixed and improved miscellaneous issues for `kissmanga` (#20), `luscious`, `mangapark`, `readcomiconline`
2019-01-01hub: Update to 2.7.0leot3-9/+49
Changes: 2.7.0 ----- ## Features * Add support for `hub pr list --state=merged` * Add base/head/merge commit SHA and merged date information to `hub pr list --format=FORMAT` * Un-deprecate converting issues to pull requests with `hub pull-request -i <issue>` 2a748a048d6903eca78332a484e63f8d647caf02 ## Fixes * Improve detecting default `hub pull-request` base branch name * Avoid the `Aborted: the origin remote doesn't point to a GitHub repository` error by allowing other git remotes as fallback * Improve `hub create` dealing with an existing "origin" remote * Fix 256-color terminal support for macOS Terminal.app * Don't choke on literal `%` output characters when using `--format=FORMAT` * Replace deprecated Dial with DialContext ## Documentation * Document how we scan git remotes and branch tracking information https://hub.github.com/hub.1.html#CONVENTIONS * Indicate that long-form CLI flags with values must use the equal sign like `--message=VALUE`
2018-12-31py-grpcio: Add NetBSD supportleot2-4/+16
2018-12-31grpc: Add NetBSD supportleot3-9/+52
2018-12-31mikutter: update to 3.8.4.tsutsui2-8/+8
Upstream changes: mikutter 3.8.4 * gtk2 3.3.0 * photo_support: support for Amazon product images * thanks cob odo
2018-12-31youtube-dl: Update to 20181231leot2-7/+7
Changes: version 2018.12.31 Extractors + [bbc] Add support for another embed pattern (#18643) + [npo:live] Add support for npostart.nl (#18644) * [beeg] Fix extraction (#18610, #18626) * [youtube] Unescape HTML for series (#18641) + [youtube] Extract more format metadata * [youtube] Detect DRM protected videos (#1774) * [youtube] Relax HTML5 player regular expressions (#18465, #18466) * [youtube] Extend HTML5 player regular expression (#17516) + [liveleak] Add support for another embed type and restore original format extraction + [crackle] Extract ISM and HTTP formats + [twitter] Pass Referer with card request (#18579) * [mediasite] Extend URL regular expression (#18558) + [lecturio] Add support for lecturio.de (#18562) + [discovery] Add support for Scripps Networks watch domains (#17947)
2018-12-27py-bonjour currently doesn't support Python 3.x, mark it so.joerg1-1/+3
2018-12-27Fix PLIST for Python 2.x build.joerg1-3/+3
2018-12-27Needs pkg-config.joerg1-1/+3
2018-12-27async is a keyword in Python 3.7, rename. Bump revision.joerg3-2/+48
2018-12-27async and await are keywords in Python 3.7, so rename them. Bump revision.joerg4-2/+178
2018-12-26vsftpd: more general fix for #53002adam1-2/+2
2018-12-22net/py-boto: fix ALTERNATIVES filetaca2-23/+23
Fix ALTERNATIVES file syntax. Bump PKGREVISION.
2018-12-22py-smbc: added version 1.0.15.8adam5-1/+35
This is a set of Python bindings for the libsmbclient library from the samba project.
2018-12-22samba4: buidling fixesadam12-186/+416
PkgSrc changes: * fix building on Darwin and probably other systems as well * install manpages * use correct install_name on Darwin * does not collide with p5-Parse-Yapp anymore * use cmocka and libgcrypt * clean-ups
2018-12-21Update to 1.9.70ryoon2-7/+7
Changelog: 1.9.70 ====== * api-change:``medialive``: [``botocore``] Update medialive client to latest version * enhancement:EndpointDiscovery: [``botocore``] Add a config option, ``endpoint_discovery_enabled``, for automatically discovering endpoints * api-change:``comprehend``: [``botocore``] Update comprehend 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:``cognito-idp``: [``botocore``] Update cognito-idp client to latest version 1.9.69 ====== * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``waf-regional``: [``botocore``] Update waf-regional client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``waf``: [``botocore``] Update waf client to latest version 1.9.68 ====== * api-change:``apigatewayv2``: [``botocore``] Update apigatewayv2 client to latest version * bugfix:Credentials: [``botocore``] Fixes an issue where credentials would be checked when creating an anonymous client. Fixes `#1472 <https://github.com/boto/botocore/issues/1472>`__ * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk client to latest version * api-change:``globalaccelerator``: [``botocore``] Update globalaccelerator client to latest version * enhancement:StreamingBody: [``botocore``] Support iterating lines from a streaming response body with CRLF line endings * api-change:``apigatewaymanagementapi``: [``botocore``] Update apigatewaymanagementapi client to latest version 1.9.67 ====== * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version * api-change:``ecr``: [``botocore``] Update ecr client to latest version 1.9.66 ====== * api-change:``alexaforbusiness``: [``botocore``] Update alexaforbusiness client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version * api-change:``cloudformation``: [``botocore``] Update cloudformation client to latest version 1.9.65 ====== * api-change:``organizations``: [``botocore``] Update organizations client to latest version * api-change:``pinpoint-email``: [``botocore``] Update pinpoint-email client to latest version 1.9.64 ====== * api-change:``route53``: [``botocore``] Update route53 client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``eks``: [``botocore``] Update eks client to latest version 1.9.63 ====== * api-change:``mediastore``: [``botocore``] Update mediastore client to latest version * api-change:``ecs``: [``botocore``] Update ecs client to latest version * api-change:``connect``: [``botocore``] Update connect client to latest version 1.9.62 ====== * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * enhancement:AssumeRole: [``botocore``] Add support for duration_seconds when assuming a role in the config file (`#1600 <https://github.com/boto/botocore/issues/1600>`__). * api-change:``iam``: [``botocore``] Update iam client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``alexaforbusiness``: [``botocore``] Update alexaforbusiness client to latest version 1.9.61 ====== * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version 1.9.60 ====== * api-change:``mq``: [``botocore``] Update mq client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``mediatailor``: [``botocore``] Update mediatailor client to latest version 1.9.59 ====== * api-change:``health``: [``botocore``] Update health client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version 1.9.58 ====== * api-change:``devicefarm``: [``botocore``] Update devicefarm client to latest version * api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version 1.9.57 ====== * bugfix:s3: [``botocore``] Add md5 header injection to new operations that require it * api-change:``s3``: [``botocore``] Update s3 client to latest version 1.9.56 ====== * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version * api-change:``stepfunctions``: [``botocore``] Update stepfunctions client to latest version * api-change:``xray``: [``botocore``] Update xray client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version * api-change:``events``: [``botocore``] Update events client to latest version * api-change:``serverlessrepo``: [``botocore``] Update serverlessrepo client to latest version * api-change:``kafka``: [``botocore``] Update kafka client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version 1.9.55 ====== * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``appmesh``: [``botocore``] Update appmesh client to latest version * api-change:``license-manager``: [``botocore``] Update license-manager client to latest version * api-change:``servicediscovery``: [``botocore``] Update servicediscovery client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``lightsail``: [``botocore``] Update lightsail client to latest version 1.9.54 ====== * api-change:``securityhub``: [``botocore``] Update securityhub client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``fsx``: [``botocore``] Update fsx client to latest version * api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version 1.9.53 ====== * api-change:``meteringmarketplace``: [``botocore``] Update meteringmarketplace client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``codedeploy``: [``botocore``] Update codedeploy client to latest version * api-change:``translate``: [``botocore``] Update translate client to latest version * api-change:``logs``: [``botocore``] Update logs client to latest version * api-change:``kinesisanalytics``: [``botocore``] Update kinesisanalytics client to latest version * api-change:``comprehendmedical``: [``botocore``] Update comprehendmedical client to latest version * api-change:``mediaconnect``: [``botocore``] Update mediaconnect client to latest version * api-change:``kinesisanalyticsv2``: [``botocore``] Update kinesisanalyticsv2 client to latest version * api-change:``ecs``: [``botocore``] Update ecs client to latest version 1.9.52 ====== * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``sms``: [``botocore``] Update sms client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``iotanalytics``: [``botocore``] Update iotanalytics client to latest version * api-change:``greengrass``: [``botocore``] Update greengrass client to latest version * api-change:``kms``: [``botocore``] Update kms client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``globalaccelerator``: [``botocore``] Update globalaccelerator client to latest version 1.9.51 ====== * api-change:``amplify``: [``botocore``] Update amplify client to latest version * api-change:``transfer``: [``botocore``] Update transfer client to latest version * api-change:``snowball``: [``botocore``] Update snowball client to latest version * api-change:``robomaker``: [``botocore``] Update robomaker client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``datasync``: [``botocore``] Update datasync client to latest version 1.9.50 ====== * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version 1.9.49 ====== * api-change:``autoscaling-plans``: [``botocore``] Update autoscaling-plans client to latest version * api-change:``xray``: [``botocore``] Update xray client to latest version * api-change:``devicefarm``: [``botocore``] Update devicefarm client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version * api-change:``rds-data``: [``botocore``] Update rds-data client to latest version * api-change:``appsync``: [``botocore``] Update appsync client to latest version * api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version 1.9.48 ====== * api-change:``lightsail``: [``botocore``] Update lightsail client to latest version * api-change:``workspaces``: [``botocore``] Update workspaces client to latest version * api-change:``workdocs``: [``botocore``] Update workdocs client to latest version * api-change:``batch``: [``botocore``] Update batch client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``devicefarm``: [``botocore``] Update devicefarm client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``cloudformation``: [``botocore``] Update cloudformation 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:``cloudtrail``: [``botocore``] Update cloudtrail client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version 1.9.47 ====== * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version * api-change:``workspaces``: [``botocore``] Update workspaces client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``ecs``: [``botocore``] Update ecs client to latest version 1.9.46 ====== * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``sms-voice``: [``botocore``] Update sms-voice client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * api-change:``s3control``: [``botocore``] Update s3control client to latest version * api-change:``directconnect``: [``botocore``] Update directconnect client to latest version * api-change:``ram``: [``botocore``] Update ram client to latest version * api-change:``pinpoint``: [``botocore``] Update pinpoint client to latest version * api-change:``route53resolver``: [``botocore``] Update route53resolver client to latest version * api-change:``comprehend``: [``botocore``] Update comprehend 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:``iam``: [``botocore``] Update iam client to latest version 1.9.45 ====== * api-change:``resource-groups``: [``botocore``] Update resource-groups client to latest version * api-change:``autoscaling``: [``botocore``] Update autoscaling client to latest version * api-change:``mediatailor``: [``botocore``] Update mediatailor client to latest version * api-change:``sns``: [``botocore``] Update sns client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version 1.9.44 ====== * api-change:``chime``: [``botocore``] Update chime client to latest version * api-change:``budgets``: [``botocore``] Update budgets client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version 1.9.43 ====== * api-change:``polly``: [``botocore``] Update polly client to latest version * api-change:``batch``: [``botocore``] Update batch client to latest version * api-change:``firehose``: [``botocore``] Update firehose client to latest version * api-change:``cloudformation``: [``botocore``] Update cloudformation client to latest version * api-change:``budgets``: [``botocore``] Update budgets client to latest version * api-change:``codepipeline``: [``botocore``] Update codepipeline client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version 1.9.42 ====== * api-change:``mediapackage``: [``botocore``] Update mediapackage client to latest version 1.9.41 ====== * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``dlm``: [``botocore``] Update dlm client to latest version * api-change:``events``: [``botocore``] Update events client to latest version 1.9.40 ====== * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version 1.9.39 ====== * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * api-change:``pinpoint``: [``botocore``] Update pinpoint client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``pinpoint-email``: [``botocore``] Update pinpoint-email client to latest version * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version * api-change:``waf-regional``: [``botocore``] Update waf-regional client to latest version * bugfix:session config: [``botocore``] Added the default session configuration tuples back to session.session_vars_map. 1.9.38 ====== * api-change:``eks``: [``botocore``] Update eks client to latest version * enhancement:Configuration: [``botocore``] Added new configuration provider methods allowing for more flexibility in how a botocore session loads a particular configuration value. * api-change:``serverlessrepo``: [``botocore``] Update serverlessrepo client to latest version 1.9.37 ====== * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version * api-change:``clouddirectory``: [``botocore``] Update clouddirectory client to latest version 1.9.36 ====== * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * enhancement:Exceptions: [``botocore``] Add the ability to pickle botocore exceptions (`834 <https://github.com/boto/botocore/issues/834>`__) 1.9.35 ====== * api-change:``mediastore-data``: [``botocore``] Update mediastore-data client to latest version * api-change:``secretsmanager``: [``botocore``] Update secretsmanager client to latest version * api-change:``greengrass``: [``botocore``] Update greengrass client to latest version * api-change:``config``: [``botocore``] Update config client to latest version 1.9.34 ====== * api-change:``chime``: [``botocore``] Update chime client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``dms``: [``botocore``] Update dms client to latest version 1.9.33 ====== * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``alexaforbusiness``: [``botocore``] Update alexaforbusiness client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version 1.9.32 ====== * api-change:``ec2``: [``botocore``] Update ec2 client to latest version 1.9.31 ====== * api-change:``codestar``: [``botocore``] Update codestar client to latest version * api-change:``alexaforbusiness``: [``botocore``] Update alexaforbusiness client to latest version 1.9.30 ====== * api-change:``ec2``: [``botocore``] Update ec2 client to latest version 1.9.29 ====== * api-change:``inspector``: [``botocore``] Update inspector client to latest version * api-change:``shield``: [``botocore``] Update shield client to latest version 1.9.28 ====== * api-change:``workspaces``: [``botocore``] Update workspaces client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version 1.9.27 ====== * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``route53``: [``botocore``] Update route53 client to latest version * api-change:``appstream``: [``botocore``] Update appstream client to latest version 1.9.26 ====== * api-change:``events``: [``botocore``] Update events client to latest version * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version 1.9.25 ====== * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``lightsail``: [``botocore``] Update lightsail client to latest version * api-change:``resource-groups``: [``botocore``] Update resource-groups client to latest version 1.9.24 ====== * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version 1.9.23 ====== * api-change:``cloudtrail``: [``botocore``] Update cloudtrail client to latest version 1.9.22 ====== * api-change:``athena``: [``botocore``] Update athena client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``directconnect``: [``botocore``] Update directconnect client to latest version 1.9.21 ====== * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version * api-change:``es``: [``botocore``] Update es client to latest version 1.9.20 ====== * enhancement:TLS: [``botocore``] Added support for configuring a client certificate and key when establishing TLS connections. * api-change:``ssm``: [``botocore``] Update ssm client to latest version * bugfix:InstanceMetadataFetcher: [``botocore``] Fix failure to retry on empty credentials and invalid JSON returned from IMDS `1049 <https://github.com/boto/botocore/issues/1049>`__ `1403 <https://github.com/boto/botocore/issues/1403>`__ 1.9.19 ====== * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``iot-jobs-data``: [``botocore``] Update iot-jobs-data client to latest version 1.9.18 ====== * api-change:``ds``: [``botocore``] Update ds client to latest version 1.9.17 ====== * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * enhancement:HTTP Session: [``botocore``] Added the ability to enable TCP Keepalive via the shared config file's ``tcp_keepalive`` option. * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version * api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version 1.9.16 ====== * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``secretsmanager``: [``botocore``] Update secretsmanager client to latest version 1.9.15 ====== * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version * api-change:``guardduty``: [``botocore``] Update guardduty client to latest version 1.9.14 ====== * api-change:``codestar``: [``botocore``] Update codestar client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version 1.9.13 ====== * api-change:``mq``: [``botocore``] Update mq client to latest version * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version * enhancement:Event: [``botocore``] Add the `before-send` event which allows finalized requests to be inspected before being sent across the wire and allows for custom responses to be returned. * api-change:``codecommit``: [``botocore``] Update codecommit client to latest version 1.9.12 ====== * api-change:``sqs``: [``botocore``] Update sqs client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``opsworkscm``: [``botocore``] Update opsworkscm client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version 1.9.11 ====== * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version * api-change:``ds``: [``botocore``] Update ds client to latest version 1.9.10 ====== * api-change:``connect``: [``botocore``] Update connect client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version 1.9.9 ===== * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version 1.9.8 ===== * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``ds``: [``botocore``] Update ds client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version 1.9.7 ===== * api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``organizations``: [``botocore``] Update organizations client to latest version 1.9.6 ===== * bugfix:Serialization: [``botocore``] Fixes `#1557 <https://github.com/boto/botocore/issues/1557>`__. Fixed a regression in serialization where request bodies would be improperly encoded. * api-change:``es``: [``botocore``] Update es client to latest version * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version 1.9.5 ===== * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * api-change:``elastictranscoder``: [``botocore``] Update elastictranscoder client to latest version * api-change:``ecs``: [``botocore``] Update ecs client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version * api-change:``secretsmanager``: [``botocore``] Update secretsmanager client to latest version * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version 1.9.4 ===== * enhancement:s3: [``botocore``] Adds encoding and decoding handlers for ListObjectsV2 `#1552 <https://github.com/boto/botocore/issues/1552>`__ * api-change:``polly``: [``botocore``] Update polly client to latest version 1.9.3 ===== * api-change:``ses``: [``botocore``] Update ses client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``fms``: [``botocore``] Update fms client to latest version * api-change:``connect``: [``botocore``] Update connect client to latest version 1.9.2 ===== * api-change:``opsworkscm``: [``botocore``] Update opsworkscm client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version 1.9.1 ===== * api-change:``redshift``: [``botocore``] Update redshift client to latest version * api-change:``cloudhsmv2``: [``botocore``] Update cloudhsmv2 client to latest version 1.9.0 ===== * api-change:``logs``: [``botocore``] Update logs client to latest version * api-change:``config``: [``botocore``] Update config client to latest version * feature:Events: [``botocore``] This migrates the event system to using sevice ids instead of either client name or endpoint prefix. This prevents issues that might arise when a service changes their endpoint prefix, also fixes a long-standing bug where you could not register an event to a particular service if it happened to share its endpoint prefix with another service (e.g. ``autoscaling`` and ``application-autoscaling`` both use the endpoint prefix ``autoscaling``). Please see the `upgrade notes <https://botocore.amazonaws.com/v1/documentation/api/latest/index.html#upgrade-notes>`_ to determine if you are impacted and how to proceed if you are. * feature:Events: This migrates the event system to using sevice ids instead of either client name or endpoint prefix. This prevents issues that might arise when a service changes their endpoint prefix, also fixes a long-standing bug where you could not register an event to a particular service if it happened to share its endpoint prefix with another service (e.g. ``autoscaling`` and ``application-autoscaling`` both use the endpoint prefix ``autoscaling``). Please see the `upgrade notes <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/upgrading.html>`_ to determine if you are impacted and how to proceed if you are. 1.8.9 ===== * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version * api-change:``codecommit``: [``botocore``] Update codecommit client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version 1.8.8 ===== * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``appstream``: [``botocore``] Update appstream client to latest version * api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version * api-change:``elb``: [``botocore``] Update elb client to latest version 1.8.7 ===== * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version 1.8.6 ===== * api-change:``waf-regional``: [``botocore``] Update waf-regional client to latest version * api-change:``waf``: [``botocore``] Update waf client to latest version * api-change:``eks``: [``botocore``] Update eks client to latest version 1.8.5 ===== * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * bugfix:signing: [``botocore``] Fix an issue where mixed endpoint casing could cause a SigV4 signature mismatch. 1.8.4 ===== * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``sagemaker-runtime``: [``botocore``] Update sagemaker-runtime client to latest version * api-change:``mediapackage``: [``botocore``] Update mediapackage client to latest version 1.8.3 ===== * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``xray``: [``botocore``] Update xray client to latest version 1.8.2 ===== * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``signer``: [``botocore``] Update signer client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version * api-change:``iotanalytics``: [``botocore``] Update iotanalytics client to latest version 1.8.1 ===== * api-change:``glue``: [``botocore``] Update glue client to latest version 1.8.0 ===== * api-change:``events``: [``botocore``] Update events client to latest version * api-change:``cognito-idp``: [``botocore``] Update cognito-idp client to latest version * feature:urllib3: [``botocore``] The vendored version of requests and urllib3 are no longer being used and botocore now has a direct dependency on newer versions of upstream urllib3. 1.7.84 ====== * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version * api-change:``lex-models``: [``botocore``] Update lex-models client to latest version * api-change:``iotanalytics``: [``botocore``] Update iotanalytics client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version 1.7.83 ====== * api-change:``snowball``: [``botocore``] Update snowball client to latest version 1.7.82 ====== * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``dlm``: [``botocore``] Update dlm client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk client to latest version
2018-12-21Update to 1.16.78ryoon3-10/+195
Changelog: 1.16.78 ======= * api-change:``elasticbeanstalk``: Update elasticbeanstalk command to latest version * api-change:``apigatewaymanagementapi``: Update apigatewaymanagementapi command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``globalaccelerator``: Update globalaccelerator command to latest version * api-change:``apigatewayv2``: Update apigatewayv2 command to latest version 1.16.77 ======= * api-change:``quicksight``: Update quicksight command to latest version * enhancement:``cloudformation``: Update ``cloudformation package`` command to upload readme and license files * api-change:``ecr``: Update ecr command to latest version 1.16.76 ======= * api-change:``cloudformation``: Update cloudformation command to latest version * api-change:``redshift``: Update redshift command to latest version * api-change:``alexaforbusiness``: Update alexaforbusiness command to latest version 1.16.75 ======= * api-change:``pinpoint-email``: Update pinpoint-email command to latest version * api-change:``organizations``: Update organizations command to latest version 1.16.74 ======= * bugfix:appstream: Fix issue where --feedback-url was loading the content of the url to use as the input value. * api-change:``glue``: Update glue command to latest version * api-change:``eks``: Update eks command to latest version * api-change:``route53``: Update route53 command to latest version * api-change:``sagemaker``: Update sagemaker command to latest version 1.16.73 ======= * api-change:``connect``: Update connect command to latest version * api-change:``mediastore``: Update mediastore command to latest version * enhancement:AssumeRole: Add support for duration_seconds in CLI config profiles (boto/botocore`#1600 <https://github.com/aws/aws-cli/issues/1600>`__). * api-change:``ecs``: Update ecs command to latest version 1.16.72 ======= * api-change:``alexaforbusiness``: Update alexaforbusiness command to latest version * api-change:``servicecatalog``: Update servicecatalog command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``iam``: Update iam command to latest version 1.16.71 ======= * api-change:``medialive``: Update medialive command to latest version * api-change:``rds``: Update rds command to latest version * api-change:``codebuild``: Update codebuild command to latest version * api-change:``elbv2``: Update elbv2 command to latest version 1.16.70 ======= * api-change:``ce``: Update ce command to latest version * api-change:``mediatailor``: Update mediatailor command to latest version * api-change:``mq``: Update mq command to latest version 1.16.69 ======= * api-change:``s3``: Update s3 command to latest version * api-change:``health``: Update health command to latest version 1.16.68 ======= * api-change:``mediaconvert``: Update mediaconvert command to latest version * api-change:``devicefarm``: Update devicefarm command to latest version * api-change:``storagegateway``: Update storagegateway command to latest version * api-change:``servicecatalog``: Update servicecatalog command to latest version 1.16.67 ======= * api-change:``s3``: Update s3 command to latest version 1.16.66 ======= * api-change:``lambda``: Update lambda command to latest version * api-change:``stepfunctions``: Update stepfunctions command to latest version * api-change:``kafka``: Update kafka command to latest version * api-change:``xray``: Update xray command to latest version * api-change:``serverlessrepo``: Update serverlessrepo command to latest version * api-change:``elbv2``: Update elbv2 command to latest version * api-change:``events``: Update events command to latest version * api-change:``s3``: Update s3 command to latest version 1.16.65 ======= * api-change:``sagemaker``: Update sagemaker command to latest version * api-change:``appmesh``: Update appmesh command to latest version * api-change:``license-manager``: Update license-manager command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``lightsail``: Update lightsail command to latest version * api-change:``servicediscovery``: Update servicediscovery command to latest version 1.16.64 ======= * api-change:``dynamodb``: Update dynamodb command to latest version * api-change:``fsx``: Update fsx command to latest version * api-change:``securityhub``: Update securityhub command to latest version * api-change:``rds``: Update rds command to latest version 1.16.63 ======= * api-change:``meteringmarketplace``: Update meteringmarketplace command to latest version * api-change:``kinesisanalytics``: Update kinesisanalytics command to latest version * api-change:``logs``: Update logs command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``codedeploy``: Update codedeploy command to latest version * api-change:``mediaconnect``: Update mediaconnect command to latest version * api-change:``kinesisanalyticsv2``: Update kinesisanalyticsv2 command to latest version * api-change:``comprehendmedical``: Update comprehendmedical command to latest version * api-change:``ecs``: Update ecs command to latest version * api-change:``translate``: Update translate command to latest version 1.16.62 ======= * api-change:``globalaccelerator``: Update globalaccelerator command to latest version * api-change:``sms``: Update sms command to latest version * api-change:``greengrass``: Update greengrass command to latest version * api-change:``iot``: Update iot command to latest version * api-change:``kms``: Update kms command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``s3``: Update s3 command to latest version * api-change:``iotanalytics``: Update iotanalytics command to latest version 1.16.61 ======= * api-change:``amplify``: Update amplify command to latest version * api-change:``transfer``: Update transfer command to latest version * api-change:``s3``: Update s3 command to latest version * api-change:``snowball``: Update snowball command to latest version * api-change:``robomaker``: Update robomaker command to latest version * api-change:``datasync``: Update datasync command to latest version 1.16.60 ======= * api-change:``rekognition``: Update rekognition command to latest version 1.16.59 ======= * api-change:``quicksight``: Update quicksight command to latest version * api-change:``autoscaling-plans``: Update autoscaling-plans command to latest version * api-change:``devicefarm``: Update devicefarm command to latest version * api-change:``ssm``: Update ssm command to latest version * api-change:``rds-data``: Update rds-data command to latest version * api-change:``xray``: Update xray command to latest version * api-change:``medialive``: Update medialive command to latest version * api-change:``cloudfront``: Update cloudfront command to latest version * api-change:``appsync``: Update appsync command to latest version * api-change:``cloudwatch``: Update cloudwatch command to latest version * api-change:``redshift``: Update redshift command to latest version 1.16.58 ======= * api-change:``config``: Update config command to latest version * api-change:``cloudformation``: Update cloudformation command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``cloudtrail``: Update cloudtrail command to latest version * api-change:``workdocs``: Update workdocs command to latest version * api-change:``mediaconvert``: Update mediaconvert command to latest version * api-change:``devicefarm``: Update devicefarm command to latest version * api-change:``lambda``: Update lambda command to latest version * api-change:``lightsail``: Update lightsail command to latest version * api-change:``iot``: Update iot command to latest version * api-change:``batch``: Update batch command to latest version * api-change:``workspaces``: Update workspaces command to latest version * api-change:``rds``: Update rds command to latest version 1.16.57 ======= * api-change:``workspaces``: Update workspaces command to latest version * api-change:``ecs``: Update ecs command to latest version * api-change:``ce``: Update ce command to latest version * api-change:``comprehend``: Update comprehend command to latest version * api-change:``ssm``: Update ssm command to latest version 1.16.56 ======= * api-change:``rds``: Update rds command to latest version * api-change:``transcribe``: Update transcribe command to latest version * api-change:``pinpoint``: Update pinpoint command to latest version * api-change:``s3``: Update s3 command to latest version * api-change:``redshift``: Update redshift command to latest version * api-change:``dms``: Update dms command to latest version * api-change:``codebuild``: Update codebuild command to latest version * api-change:``route53resolver``: Update route53resolver command to latest version * api-change:``s3control``: Update s3control command to latest version * api-change:``directconnect``: Update directconnect command to latest version * api-change:``comprehend``: Update comprehend command to latest version * api-change:``ram``: Update ram command to latest version * api-change:``sms-voice``: Update sms-voice command to latest version * api-change:``iam``: Update iam command to latest version * api-change:``ecs``: Update ecs command to latest version 1.16.55 ======= * api-change:``autoscaling``: Update autoscaling command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``resource-groups``: Update resource-groups command to latest version * api-change:``sagemaker``: Update sagemaker command to latest version * api-change:``mediatailor``: Update mediatailor command to latest version * api-change:``sns``: Update sns command to latest version * api-change:``servicecatalog``: Update servicecatalog command to latest version 1.16.54 ======= * api-change:``chime``: Update chime command to latest version * api-change:``budgets``: Update budgets command to latest version * api-change:``redshift``: Update redshift command to latest version 1.16.53 ======= * api-change:``budgets``: Update budgets command to latest version * api-change:``firehose``: Update firehose command to latest version * api-change:``cloudformation``: Update cloudformation command to latest version * api-change:``polly``: Update polly command to latest version * api-change:``rds``: Update rds command to latest version * api-change:``batch``: Update batch command to latest version * api-change:``codepipeline``: Update codepipeline command to latest version 1.16.52 ======= * api-change:``mediapackage``: Update mediapackage command to latest version 1.16.51 ======= * api-change:``medialive``: Update medialive command to latest version * api-change:``events``: Update events command to latest version * api-change:``dlm``: Update dlm command to latest version 1.16.50 ======= * api-change:``ce``: Update ce command to latest version * api-change:``dms``: Update dms command to latest version * api-change:``ec2``: Update ec2 command to latest version 1.16.49 ======= * api-change:``waf-regional``: Update waf-regional 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:``apigateway``: Update apigateway command to latest version * api-change:``codebuild``: Update codebuild command to latest version * api-change:``ec2``: Update ec2 command to latest version 1.16.48 ======= * api-change:``serverlessrepo``: Update serverlessrepo command to latest version * api-change:``eks``: Update eks command to latest version 1.16.47 ======= * api-change:``rekognition``: Update rekognition command to latest version * api-change:``clouddirectory``: Update clouddirectory command to latest version 1.16.46 ======= * api-change:``servicecatalog``: Update servicecatalog command to latest version 1.16.45 ======= * api-change:``greengrass``: Update greengrass command to latest version * api-change:``config``: Update config command to latest version * api-change:``secretsmanager``: Update secretsmanager command to latest version * api-change:``mediastore-data``: Update mediastore-data command to latest version 1.16.44 ======= * api-change:``chime``: Update chime command to latest version * bugfix:Credentials: Fix issue where incorrect region was being used when using assume role credentials outside of the `aws` partition. * api-change:``rds``: Update rds command to latest version * api-change:``dms``: Update dms command to latest version 1.16.43 ======= * api-change:``alexaforbusiness``: Update alexaforbusiness command to latest version * api-change:``ssm``: Update ssm command to latest version * api-change:``sagemaker``: Update sagemaker command to latest version 1.16.42 ======= * api-change:``ec2``: Update ec2 command to latest version 1.16.41 ======= * api-change:``codestar``: Update codestar command to latest version * api-change:``alexaforbusiness``: Update alexaforbusiness command to latest version 1.16.40 ======= * api-change:``ec2``: Update ec2 command to latest version 1.16.39 ======= * api-change:``shield``: Update shield command to latest version * api-change:``inspector``: Update inspector command to latest version 1.16.38 ======= * api-change:``workspaces``: Update workspaces command to latest version * api-change:``ssm``: Update ssm command to latest version 1.16.37 ======= * api-change:``medialive``: Update medialive command to latest version * api-change:``appstream``: Update appstream command to latest version * api-change:``route53``: Update route53 command to latest version 1.16.36 ======= * api-change:``apigateway``: Update apigateway command to latest version * api-change:``events``: Update events command to latest version 1.16.35 ======= * api-change:``lightsail``: Update lightsail command to latest version * api-change:``glue``: Update glue command to latest version * api-change:``resource-groups``: Update resource-groups command to latest version 1.16.34 ======= * api-change:``lambda``: Update lambda command to latest version * api-change:``servicecatalog``: Update servicecatalog command to latest version * api-change:``rds``: Update rds command to latest version 1.16.33 ======= * api-change:``cloudtrail``: Update cloudtrail command to latest version 1.16.32 ======= * api-change:``mediaconvert``: Update mediaconvert command to latest version * api-change:``directconnect``: Update directconnect command to latest version * api-change:``athena``: Update athena command to latest version * api-change:``transcribe``: Update transcribe command to latest version * api-change:``ec2``: Update ec2 command to latest version 1.16.31 ======= * api-change:``es``: Update es command to latest version * api-change:``comprehend``: Update comprehend command to latest version * api-change:``transcribe``: Update transcribe command to latest version 1.16.30 ======= * api-change:``ssm``: Update ssm command to latest version 1.16.29 ======= * api-change:``iot``: Update iot command to latest version * api-change:``iot-jobs-data``: Update iot-jobs-data command to latest version 1.16.28 ======= * api-change:``ds``: Update ds command to latest version 1.16.27 ======= * api-change:``ssm``: Update ssm command to latest version * api-change:``storagegateway``: Update storagegateway command to latest version * api-change:``apigateway``: Update apigateway command to latest version * api-change:``codebuild``: Update codebuild command to latest version 1.16.26 ======= * api-change:``sagemaker``: Update sagemaker command to latest version * api-change:``secretsmanager``: Update secretsmanager command to latest version 1.16.25 ======= * api-change:``rekognition``: Update rekognition command to latest version * api-change:``guardduty``: Update guardduty command to latest version 1.16.24 ======= * api-change:``codestar``: Update codestar command to latest version * bugfix:s3: Fixed a bug where `--sse-c-key` and `--sse-c-copy-source-key` were modeled as string values rather than bytes values, which make them impossible to use on python 3 unless your key happened to be all unicode. * api-change:``ec2``: Update ec2 command to latest version 1.16.23 ======= * api-change:``apigateway``: Update apigateway command to latest version * api-change:``codecommit``: Update codecommit command to latest version * api-change:``mq``: Update mq command to latest version 1.16.22 ======= * api-change:``glue``: Update glue command to latest version * api-change:``rds``: Update rds command to latest version * api-change:``opsworkscm``: Update opsworkscm command to latest version * api-change:``sqs``: Update sqs command to latest version 1.16.21 ======= * api-change:``cloudfront``: Update cloudfront command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``ds``: Update ds command to latest version 1.16.20 ======= * api-change:``connect``: Update connect command to latest version * api-change:``rds``: Update rds command to latest version 1.16.19 ======= * api-change:``mediaconvert``: Update mediaconvert command to latest version 1.16.18 ======= * api-change:``rds``: Update rds command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``ds``: Update ds command to latest version 1.16.17 ======= * api-change:``s3``: Update s3 command to latest version * api-change:``organizations``: Update organizations command to latest version * api-change:``cloudwatch``: Update cloudwatch command to latest version 1.16.16 ======= * api-change:``es``: Update es command to latest version * api-change:``rekognition``: Update rekognition command to latest version 1.16.15 ======= * api-change:``ec2``: Update ec2 command to latest version * api-change:``codebuild``: Update codebuild command to latest version * api-change:``elastictranscoder``: Update elastictranscoder command to latest version * enhancement:s3: ``aws s3`` subcommands that list objects will use ListObjectsV2 instead of ListObjects `#3549 <https://github.com/aws/aws-cli/issues/3549>`__. * api-change:``elasticache``: Update elasticache command to latest version * api-change:``cloudwatch``: Update cloudwatch command to latest version * api-change:``secretsmanager``: Update secretsmanager command to latest version * api-change:``ecs``: Update ecs command to latest version 1.16.14 ======= * api-change:``polly``: Update polly command to latest version 1.16.13 ======= * api-change:``fms``: Update fms command to latest version * api-change:``connect``: Update connect command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``ses``: Update ses command to latest version 1.16.12 ======= * api-change:``ssm``: Update ssm command to latest version * api-change:``opsworkscm``: Update opsworkscm command to latest version 1.16.11 ======= * api-change:``redshift``: Update redshift command to latest version * api-change:``cloudhsmv2``: Update cloudhsmv2 command to latest version 1.16.10 ======= * api-change:``config``: Update config command to latest version * api-change:``logs``: Update logs command to latest version 1.16.9 ====== * api-change:``apigateway``: Update apigateway command to latest version * api-change:``mediaconvert``: Update mediaconvert command to latest version * api-change:``codecommit``: Update codecommit command to latest version 1.16.8 ====== * api-change:``dynamodb``: Update dynamodb command to latest version * api-change:``rds``: Update rds command to latest version * api-change:``elb``: Update elb command to latest version * api-change:``appstream``: Update appstream command to latest version * api-change:``s3``: Update s3 command to latest version 1.16.7 ====== * api-change:``rds``: Update rds command to latest version * api-change:``rekognition``: Update rekognition command to latest version 1.16.6 ====== * api-change:``waf``: Update waf command to latest version * api-change:``waf-regional``: Update waf-regional command to latest version * api-change:``eks``: Update eks command to latest version 1.16.5 ====== * api-change:``sagemaker``: Update sagemaker command to latest version * api-change:``codebuild``: Update codebuild command to latest version 1.16.4 ====== * api-change:``sagemaker-runtime``: Update sagemaker-runtime command to latest version * api-change:``glue``: Update glue command to latest version * api-change:``mediapackage``: Update mediapackage command to latest version 1.16.3 ====== * api-change:``glue``: Update glue command to latest version * api-change:``xray``: Update xray command to latest version 1.16.2 ====== * api-change:``redshift``: Update redshift command to latest version * api-change:``iotanalytics``: Update iotanalytics command to latest version * api-change:``iot``: Update iot command to latest version * api-change:``signer``: Update signer command to latest version 1.16.1 ====== * api-change:``glue``: Update glue command to latest version 1.16.0 ====== * api-change:``events``: Update events command to latest version * feature:urllib3: Add support for ipv6 proxies by upgrading urllib3 version. * api-change:``cognito-idp``: Update cognito-idp command to latest version 1.15.85 ======= * api-change:``iotanalytics``: Update iotanalytics command to latest version * api-change:``medialive``: Update medialive command to latest version * api-change:``rekognition``: Update rekognition command to latest version * api-change:``iot``: Update iot command to latest version * api-change:``lex-models``: Update lex-models command to latest version 1.15.84 ======= * api-change:``snowball``: Update snowball command to latest version 1.15.83 ======= * api-change:``elasticbeanstalk``: Update elasticbeanstalk command to latest version * api-change:``ec2``: Update ec2 command to latest version * api-change:``rds``: Update rds command to latest version * api-change:``dlm``: Update dlm command to latest version
2018-12-21Update to 1.12.70ryoon3-8/+81
Changelog: Not available
2018-12-21Unbreak the build on OmniOS.hauke3-8/+21
2018-12-21Update net/netatalk3 to 3.1.12.hauke2-8/+8
Changes in 3.1.12 * FIX: dhx uams: build with LibreSSL, GitHub#91 * FIX: various spelling errors * FIX: CVE-2018-1160
2018-12-20samba4: updated to 4.9.4adam2-22/+18
Release Notes for Samba 4.9.4 Major bug fixes include: o dns: Fix CNAME loop prevention using counter regression. Changes since 4.9.3: * BUG 9175: libcli/smb: Don't overwrite status code. * BUG 12164: wbinfo --group-info 'NT AUTHORITY\System' does not work. * BUG 13661: Session setup reauth fails to sign response. * BUG 13677: vfs_fruit: Validation of writes on AFP_AfpInfo stream. * BUG 13688: vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing. * BUG 13455: Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name. * BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build. * BUG 13708: s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs. * PEP8: fix E231: missing whitespace after ','. * BUG 13629: winbindd: Fix crash when taking profiles. * BUG 13600: CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression. * BUG 13686: 'samba-tool user syscpasswords' fails on a domain with many DCs. * BUG 13571: CVE-2018-16853: Do not segfault if client is not set. * BUG 13679: lib:util: Fix DEBUGCLASS pointer initializiation. * BUG 13696: ctdb-daemon: Exit with error if a database directory does not exist. * BUG 13498: s3:libads: Add net ads leave keep-account option.
2018-12-20py-smb: updated to 1.1.25adam3-15/+14
pysmb-1.1.25: - Fix buggy support for search parameter in listPath() method. Add SMB_FILE_ATTRIBUTE_INCL_NORMAL bit constant to include 'normal' files with other file types in the returned result. From now on, pysmb defines a 'normal' file as a file entry that is not read-only, not hidden, not system, not archive and not a directory; it ignores other attributes like compression, indexed, sparse, temporary and encryption. listPath() method will now include 'normal' files using the default search parameter. - Add isNormal property to SharedFile class to support test if the file is a 'normal' file (according to pysmb definition of 'normal' file). pysmb-1.1.24: - Improve listPath implementation for SMB1 - Support for STATUS_PENDING responses across all SMB2 operations.
2018-12-20py-boto: revert previous, pkglint disagrees.wiz1-21/+21
2018-12-20py-boto: pkg_alternatives expects full path as second argument.wiz2-22/+23
Bump PKGREVISION.
2018-12-19Fix startup crash when running outside of gdb on BSD systemsmanu2-1/+43
On BSD systems, ptrace(PT_DETACH) uses a third argument for resume address, with the magic value (void *)1 to resume where process stopped. Specifying NULL there leads to a crash because process resumes at address 0. We introduce an OS-dependent _PTRACE_DETACH macro to specify third argument as NULL on Linux and (void *)1 on other systems. Always using (void *)1 could be another solution, since basic tests suggests passing (void *)1 as third argument on Linux does not cause harm. From upstream https://github.com/FreeRADIUS/freeradius-server/commit/1f8cd27b78c011826bc0744debb4ed60b3f0584a
2018-12-19Revbump all Go packages after go111 update.bsiegert12-21/+24
2018-12-19unifi: update to 5.9.29tnn3-71/+1151
New Features: New Dashboard. IPS Dashboard. IPS Signature Suppression. Add support IPS signature categories control. Add per radio uplink control. Add speed and duplex config for USG interfaces. Add Fallback VLAN support for USW when using 802.1X. Add local SSO login. Add Controller HD and Micro SD free space monitoring to admin notification settings. Analytic Reporting. New Cloud Access integration. Various bug fixes and improvements.
2018-12-18youtube-dl: Update to 20181217leot2-7/+7
Changes: version 2018.12.17 Extractors * [ard:beta] Improve geo restricted videos extraction * [ard:beta] Fix subtitles extraction * [ard:beta] Improve extraction robustness * [ard:beta] Relax URL regular expression (#18441) * [acast] Add support for embed.acast.com and play.acast.com (#18483) * [iprima] Relax URL regular expression (#18515, #18540) * [vrv] Fix initial state extraction (#18553) * [youtube] Fix mark watched (#18546) + [safari] Add support for learning.oreilly.com (#18510) * [youtube] Fix multifeed extraction (#18531) * [lecturio] Improve subtitles extraction (#18488) * [uol] Fix format URL extraction (#18480) + [ard:mediathek] Add support for classic.ardmediathek.de (#18473)
2018-12-18py-responses: updated to 0.10.5adam2-7/+7
Responses 0.10.5 Fix callback exception mocking. Improve test coverage Improve build configuration.
2018-12-17net/pear-Net_SMTP: update to 1.8.1taca2-7/+7
Release date: 2018-09-24 20:31 UTC Release state: stable Release uploaded by: jon Changelog: * Don't disconnect when message size exceeds server limit * Added GSSAPI support via the PECL krb5 module * Updated composer requirements to use stable dependencies
2018-12-16py-kombu: updated to 4.2.2adam4-14/+22
4.2.2 - Support both Redis client version 2.x and version 3.x.
2018-12-16Better yet, just install manpages ourselves. Probably fixes SmartOS.schmonz3-95/+9
2018-12-16Avoid nroff. Fixes FreeBSD build.schmonz2-6/+33
2018-12-15*: update email for fhajnywiz4-8/+8
2018-12-15net/bind912: update to 9.12.3pl1taca2-7/+7
Update bind912 to 9.12.3pl1 (BIND 9.12.3-P1). --- 9.12.3-P1 released --- 5108. [bug] Named could fail to determine bottom of zone when removing out of date keys leading to invalid NSEC and NSEC3 records being added to the zone. [GL #771]
2018-12-15net/bind911: update to 9.11.5pl1taca2-7/+7
Update bind911 to 9.11.5pl1 (BIND 9.11.5-P1). --- 9.11.5-P1 released --- 5108. [bug] Named could fail to determine bottom of zone when removing out of date keys leading to invalid NSEC and NSEC3 records being added to the zone. [GL #771]
2018-12-14Update to 0.10.7. From the changelog:schmonz2-8/+7
- Better handling of read EAGAIN (sslserver may hang). - Include socket_dualstack option (required for OS with IPv6_V6ONLY). - fehQlibs-10 required.
2018-12-14Update to 1.10.1. From the changelog:schmonz3-16/+16
- Added socket_dualstack option for OS using IPv6_V6ONLY as default. - fehQlibs-10 required.
2018-12-14Update to fehQlibs-10 (versioned here as "0.9.10" to compare newer thanschmonz3-11/+10
the previous 0.9). From the changelog: - Added IPV6_V6ONLY setsockoptions call. - Improved poll handling in iopause.c considering poll RC. - Added building of shared libraries + updated docs. pkgsrc does not yet build shared libraries.
2018-12-13revbump for boost 1.69.0adam40-78/+80
2018-12-13py-xandikos: updated to 0.0.11adam4-11/+19
0.0.11: Unknown changes