summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17Update unbound to version 1.9.2he2-8/+7
Upstream changes: Features - add type CAA to libpyunbound (accessing libunbound from python). - Fix #17: Add python module example from Jan Janak, that is a plugin for the Unbound DNS resolver to resolve DNS records in multicast DNS [RFC 6762] via Avahi. The plugin communicates with Avahi via DBus. The comment section at the beginning of the file contains detailed documentation. - travis build file. - PR #16: XoT support, AXFR over TLS, turn it on with master: <ip>#<authname> in unbound.conf. This uses TLS to download the AXFR (or IXFR). Bug Fixes - Fix for #4233: guard use of NDEBUG, so that it can be passed in CFLAGS into configure. - Add log message, at verbosity 4, that says the query is encrypted with TLS, if that is enabled for the query. - Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482. - Fix #4240: Fix whitespace cleanup in example.conf. - Fix that tls-session-ticket-keys: "" on its own in unbound.conf disables the tls session ticker key calls into the OpenSSL API. - Fix crash if tls-servic-pem not filled in when necessary. - Fix auth-zone NSEC3 response for empty nonterminals with exact match nsec3 records. - Fix for out of bounds integers, thanks to OSTIF audit. It is in allocation debug code. - Fix for auth zone nsec3 ent fix for wildcard nodata. - Move goto label in answer_from_cache to the end of the function where it is more visible. - Fix auth-zone NSEC3 response for wildcard nodata answers, include the closest encloser in the answer. - Fix spelling error in log output for event method. - Fix to reinit event structure for accepted TCP (and TLS) sockets. - Fix to use event_assign with libevent for thread-safety. - verbose information about auth zone lookup process, also lookup start, timeout and fail. - Fix to wipe ssl ticket keys from memory with explicit_bzero, if available. - Fix that auth zone uses correct network type for sockets for SOA serial probes. This fixes that probes fail because earlier probe addresses are unreachable. - Fix that auth zone fails over to next master for timeout in tcp. - Squelch SSL read and write connection reset by peer and broken pipe messages. Verbosity 2 and higher enables them. - Update python documentation for init_standard(). - Typos. - Fix tls write event for read state change to re-call SSL_write and not resume the TLS handshake. - Better braces in if statement in TCP fastopen code. - iana portlist updated. - Scrub RRs from answer section when reusing NXDOMAIN message for subdomain answers. - For harden-below-nxdomain: do not consider a name to be non-exitent when message contains a CNAME record. - Fix wrong query name in local zone redirect answers with a CNAME, the copy of the local alias is in unpacked form. - contrib/fastrpz.patch updated for code changes, and with git diff. - Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64. - Fix #30: AddressSanitizer finding in lookup3.c. This sets the hash function to use a slower but better auditable code that does not read beyond array boundaries. This makes code better security checkable, and is better for security. It is fixed to be slower, but not read outside of the array. - Fix edns-subnet locks, in error cases the lock was not unlocked. - Fix doxygen output error on readme markdown vignettes. - Squelch log messages from tcp send about connection reset by peer. They can be enabled with verbosity at higher values for diagnosing network connectivity issues. - Attempt to fix malformed tcp response. - Fix #31: swig 4.0 and python module. - Note that so-reuseport at extreme load is better turned off, otherwise queries are not distributed evenly, on Linux 4.4.x. - Fix that spoolbuf is not used to store tcp pipelined response between mesh send and callback end. - Fix double file close in tcp pipelined response code. - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD. - Fix to guard _OPENBSD_SOURCE from redefinition. - Fix that fixes the Fix that spoolbuf is not used to store tcp pipelined response between mesh send and callback end, this fixes error cases that did not use the correct spoolbuf. - Fix that fixes the Fix that spoolbuf is not used to store tcp pipelined response between mesh send and callback end, this fixes error cases that did not use the correct spoolbuf. - Fix another spoolbuf storage code point, in prefetch.
2019-06-16ruby-tw: update to 1.3.1.tsutsui2-9/+8
Upstream changes (from History.txt): === 1.3.1 2019-04-15 * use https (#79) * thank you for contributing @sachin21
2019-06-16mikutter: update to 3.9.0-alpha1.tsutsui7-128/+62
pkgsrc changes: - remove patch for totoridipjp (removed in upstream too) - remove patch for upstream ticket #1323 (integrated in 3.9) Upstream changes (from "new features of mikutter 3.9"): * Mastodon plugin * Support for UI scaling * World account can be assigned to shortcut key * Reorder World accounts * Non-PNG image support for Skin * Generic Model viewer * Quick Step * PulseAudio * Reorgenize gem dependencies
2019-06-16ruby-twitter-text: update to 3.0.0.tsutsui3-8/+10
Upstream pull request log: https://github.com/twitter/twitter-text/pull/265 * New v3.json config file with emojiParsingEnabled config option. When true, twitter-text will parse and discount emoji supported by the twemoji library (see https://github.com/twitter/twemoji). The length of these emoji will be the default weight (200 or two characters) even if they contain multiple code points combined by zero-width joiners. This means that emoji with skin tone and gender modifiers no longer count as more characters than those without such modifiers. All 4 implementations updated to reflect this change in counting. * Updates known gTLDs to recognize recent additions by IANA (#261)
2019-06-16ruby-pluggaloid: update to 1.2.0.tsutsui2-8/+8
No upstream changelog.
2019-06-16ruby-addressable: update to 2.6.0.tsutsui2-7/+7
Upstream changes (from CHANGELOG.md): # Addressable 2.6.0 - added `tld=` method to allow assignment to the public suffix - most `heuristic_parse` patterns are now case-insensitive - `heuristic_parse` handles more `file://` URI variations - fixes bug in `heuristic_parse` when uri starts with digit - fixes bug in `request_uri=` with query strings - fixes template issues with `nil` and `?` operator - `frozen_string_literal` pragmas added - minor performance improvements in regexps - fixes to eliminate warnings
2019-06-15hub: Update to 2.12.0leot2-9/+8
Changes: 2.12.0 ------ ## Features * Add `hub pr show [<number>]` command to open a pull request in the browser * Add `hub api --paginate` option to automatically fetch all pages of results * Add `hub pull-request --no-maintainer-edits` flag to disallow project maintainers being able to push to your branch * `hub issue -M` can now accept milestone names instead of just numbers * Abort `hub pull-request` with a helpful error message if the current branch wasn't pushed to a git remote * Drop support for legacy `hub.http-clone` git config value ## Fixes * Fix querying git configuration when GIT_TRACE is used * Support detached HEAD if `hub pull-request --head` was passed * Fix newline in `hub create` error message * Ensure HTTP connection reuse across API calls
2019-06-15make this work againchristos2-3/+4
2019-06-15add user agentchristos1-4/+5
2019-06-15libtorrent: Pass -Wl,-R to the linker instead of -W,-lR.nia1-2/+3
The latter smells like a typo and makes OpenSSL 1.1 detection fail.
2019-06-14gallery-dl: Update to 1.8.6leot3-8/+20
Changes: 1.8.6 ----- ### Additions - Support for - `slickpic` (#249) - `xhamster` (#281) - `pornhub` (#282) - `8muses` (#305) - `extra` option for `deviantart` to download Sta.sh content linked in description texts (#302) ### Changes - Detect `directlink` URLs with upper case filename extensions (#296) ### Fixes - Improved error handling for `tumblr` API calls (#297) - Fixed extraction of `livedoor` blogs (#301) - Fixed extraction of special `deviantart` Sta.sh items (#307) - Fixed pagination for specific `keenspot` comics
2019-06-14net/bind914: fix runtime problemtaca6-492/+7
Fix runtime problem by removing extra (fdwatch) from NetBSD current. Bump PKGREVISION.
2019-06-14py-awscli: updated to 1.16.178adam3-10/+134
1.16.178 api-change:guardduty: Update guardduty command to latest version api-change:appmesh: Update appmesh command to latest version api-change:elasticache: Update elasticache command to latest version api-change:ec2: Update ec2 command to latest version 1.16.177 api-change:servicecatalog: Update servicecatalog command to latest version 1.16.176 api-change:sagemaker: Update sagemaker command to latest version 1.16.175 api-change:personalize-runtime: Update personalize-runtime command to latest version api-change:codecommit: Update codecommit command to latest version api-change:personalize: Update personalize command to latest version api-change:personalize-events: Update personalize-events command to latest version api-change:codebuild: Update codebuild command to latest version 1.16.174 api-change:ec2: Update ec2 command to latest version 1.16.173 api-change:ecs: Update ecs command to latest version api-change:dynamodb: Update dynamodb command to latest version api-change:logs: Update logs command to latest version api-change:ssm: Update ssm command to latest version api-change:guardduty: Update guardduty command to latest version api-change:mediaconnect: Update mediaconnect command to latest version api-change:organizations: Update organizations command to latest version api-change:ses: Update ses command to latest version 1.16.172 api-change:glue: Update glue command to latest version 1.16.171 api-change:storagegateway: Update storagegateway command to latest version api-change:iam: Update iam command to latest version api-change:s3: Update s3 command to latest version api-change:elasticache: Update elasticache command to latest version api-change:ec2: Update ec2 command to latest version 1.16.170 api-change:rds: Update rds command to latest version api-change:ec2: Update ec2 command to latest version 1.16.169 api-change:iotanalytics: Update iotanalytics command to latest version api-change:rds: Update rds command to latest version api-change:iotevents-data: Update iotevents-data command to latest version api-change:codecommit: Update codecommit command to latest version api-change:rds-data: Update rds-data command to latest version api-change:kafka: Update kafka command to latest version api-change:pinpoint-email: Update pinpoint-email command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:iotevents: Update iotevents command to latest version 1.16.168 api-change:dlm: Update dlm command to latest version api-change:securityhub: Update securityhub command to latest version api-change:ssm: Update ssm command to latest version api-change:rds: Update rds command to latest version api-change:iotthingsgraph: Update iotthingsgraph command to latest version api-change:ec2: Update ec2 command to latest version 1.16.167 api-change:robomaker: Update robomaker command to latest version api-change:transcribe: Update transcribe command to latest version api-change:storagegateway: Update storagegateway command to latest version api-change:rds: Update rds command to latest version api-change:groundstation: Update groundstation command to latest version api-change:sts: Update sts command to latest version api-change:pinpoint-email: Update pinpoint-email command to latest version api-change:waf: Update waf command to latest version api-change:chime: Update chime command to latest version 1.16.166 api-change:codedeploy: Update codedeploy command to latest version api-change:mediastore-data: Update mediastore-data command to latest version api-change:opsworkscm: Update opsworkscm command to latest version 1.16.165 api-change:ec2: Update ec2 command to latest version api-change:waf-regional: Update waf-regional command to latest version 1.16.164 api-change:apigateway: Update apigateway command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:ec2: Update ec2 command to latest version api-change:budgets: Update budgets command to latest version api-change:efs: Update efs command to latest version api-change:devicefarm: Update devicefarm command to latest version api-change:worklink: Update worklink command to latest version api-change:rds: Update rds command to latest version 1.16.163 api-change:alexaforbusiness: Update alexaforbusiness command to latest version api-change:datasync: Update datasync command to latest version 1.16.162 api-change:kafka: Update kafka command to latest version api-change:mediapackage-vod: Update mediapackage-vod command to latest version api-change:meteringmarketplace: Update meteringmarketplace command to latest version 1.16.161 api-change:appstream: Update appstream command to latest version 1.16.160 api-change:medialive: Update medialive command to latest version api-change:s3: Update s3 command to latest version 1.16.159 api-change:ec2: Update ec2 command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:rds: Update rds command to latest version api-change:transcribe: Update transcribe command to latest version api-change:mediapackage: Update mediapackage command to latest version 1.16.158 api-change:storagegateway: Update storagegateway command to latest version api-change:comprehend: Update comprehend command to latest version api-change:chime: Update chime command to latest version api-change:ec2: Update ec2 command to latest version 1.16.157 api-change:datasync: Update datasync command to latest version api-change:lambda: Update lambda command to latest version api-change:iotanalytics: Update iotanalytics command to latest version 1.16.156 api-change:glue: Update glue command to latest version api-change:sts: Update sts command to latest version 1.16.155 api-change:sagemaker: Update sagemaker command to latest version api-change:kinesisanalytics: Update kinesisanalytics command to latest version api-change:eks: Update eks command to latest version api-change:servicecatalog: Update servicecatalog command to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 command to latest version 1.16.154 api-change:alexaforbusiness: Update alexaforbusiness command to latest version api-change:storagegateway: Update storagegateway command to latest version api-change:ssm: Update ssm command to latest version api-change:appsync: Update appsync command to latest version
2019-06-14py-boto3: updated to 1.9.168adam2-8/+8
1.9.168 api-change:appmesh: [botocore] Update appmesh client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:guardduty: [botocore] Update guardduty client to latest version 1.9.167 api-change:servicecatalog: [botocore] Update servicecatalog client to latest version 1.9.166 api-change:sagemaker: [botocore] Update sagemaker client to latest version 1.9.165 api-change:codebuild: [botocore] Update codebuild client to latest version api-change:personalize-runtime: [botocore] Update personalize-runtime client to latest version api-change:codecommit: [botocore] Update codecommit client to latest version api-change:personalize-events: [botocore] Update personalize-events client to latest version api-change:personalize: [botocore] Update personalize client to latest version 1.9.164 api-change:ec2: [botocore] Update ec2 client to latest version 1.9.163 api-change:ecs: [botocore] Update ecs client to latest version api-change:organizations: [botocore] Update organizations client to latest version api-change:logs: [botocore] Update logs client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version api-change:guardduty: [botocore] Update guardduty client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:ses: [botocore] Update ses client to latest version api-change:mediaconnect: [botocore] Update mediaconnect client to latest version 1.9.162 api-change:glue: [botocore] Update glue client to latest version 1.9.161 api-change:ec2: [botocore] Update ec2 client to latest version api-change:storagegateway: [botocore] Update storagegateway client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:elasticache: [botocore] Update elasticache client to latest version api-change:iam: [botocore] Update iam client to latest version 1.9.160 api-change:ec2: [botocore] Update ec2 client to latest version api-change:rds: [botocore] Update rds client to latest version 1.9.159 api-change:iotevents-data: [botocore] Update iotevents-data client to latest version api-change:iotevents: [botocore] Update iotevents client to latest version api-change:pinpoint-email: [botocore] Update pinpoint-email client to latest version api-change:iotanalytics: [botocore] Update iotanalytics client to latest version api-change:codecommit: [botocore] Update codecommit client to latest version api-change:rds-data: [botocore] Update rds-data client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:servicecatalog: [botocore] Update servicecatalog client to latest version api-change:kafka: [botocore] Update kafka client to latest version 1.9.158 api-change:ssm: [botocore] Update ssm client to latest version api-change:securityhub: [botocore] Update securityhub client to latest version api-change:iotthingsgraph: [botocore] Update iotthingsgraph 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:ec2: [botocore] Update ec2 client to latest version 1.9.157 api-change:groundstation: [botocore] Update groundstation client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:chime: [botocore] Update chime client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:waf: [botocore] Update waf client to latest version api-change:pinpoint-email: [botocore] Update pinpoint-email client to latest version api-change:robomaker: [botocore] Update robomaker client to latest version api-change:sts: [botocore] Update sts client to latest version api-change:storagegateway: [botocore] Update storagegateway client to latest version 1.9.156 api-change:mediastore-data: [botocore] Update mediastore-data client to latest version api-change:codedeploy: [botocore] Update codedeploy client to latest version api-change:opsworkscm: [botocore] Update opsworkscm client to latest version 1.9.155 api-change:waf-regional: [botocore] Update waf-regional client to latest version api-change:ec2: [botocore] Update ec2 client to latest version 1.9.154 api-change:efs: [botocore] Update efs client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:apigateway: [botocore] Update apigateway client to latest version api-change:worklink: [botocore] Update worklink client to latest version api-change:rds: [botocore] Update rds client to latest version api-change:servicecatalog: [botocore] Update servicecatalog client to latest version api-change:devicefarm: [botocore] Update devicefarm client to latest version api-change:budgets: [botocore] Update budgets client to latest version 1.9.153 api-change:datasync: [botocore] Update datasync client to latest version api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version 1.9.152 api-change:kafka: [botocore] Update kafka client to latest version api-change:meteringmarketplace: [botocore] Update meteringmarketplace client to latest version api-change:mediapackage-vod: [botocore] Update mediapackage-vod client to latest version 1.9.151 api-change:appstream: [botocore] Update appstream client to latest version 1.9.150 api-change:medialive: [botocore] Update medialive client to latest version api-change:s3: [botocore] Update s3 client to latest version 1.9.149 api-change:ec2: [botocore] Update ec2 client to latest version api-change:transcribe: [botocore] Update transcribe client to latest version api-change:mediapackage: [botocore] Update mediapackage client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version enhancement:Environment Variables: [botocore] Ignore env var credentials is values are empty api-change:rds: [botocore] Update rds client to latest version 1.9.148 api-change:comprehend: [botocore] Update comprehend client to latest version api-change:chime: [botocore] Update chime client to latest version api-change:storagegateway: [botocore] Update storagegateway client to latest version api-change:ec2: [botocore] Update ec2 client to latest version 1.9.147 api-change:datasync: [botocore] Update datasync client to latest version api-change:iotanalytics: [botocore] Update iotanalytics client to latest version api-change:lambda: [botocore] Update lambda client to latest version 1.9.146 api-change:glue: [botocore] Update glue client to latest version api-change:sts: [botocore] Update sts client to latest version 1.9.145 api-change:servicecatalog: [botocore] Update servicecatalog client to latest version api-change:eks: [botocore] Update eks client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:kinesisanalytics: [botocore] Update kinesisanalytics client to latest version api-change:kinesisanalyticsv2: [botocore] Update kinesisanalyticsv2 client to latest version 1.9.144 api-change:appsync: [botocore] Update appsync client to latest version api-change:storagegateway: [botocore] Update storagegateway client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
2019-06-14py-s3transfer: updated to 0.2.1adam2-7/+7
0.2.1 enhancment:ProcessPool: Adds user agent suffix.
2019-06-14py-botocore: updated to 1.12.168adam3-8/+25
1.12.168 api-change:appmesh: Update appmesh client to latest version api-change:elasticache: Update elasticache client to latest version api-change:ec2: Update ec2 client to latest version api-change:guardduty: Update guardduty client to latest version 1.12.167 api-change:servicecatalog: Update servicecatalog client to latest version 1.12.166 api-change:sagemaker: Update sagemaker client to latest version 1.12.165 api-change:codebuild: Update codebuild client to latest version api-change:personalize-runtime: Update personalize-runtime client to latest version api-change:codecommit: Update codecommit client to latest version api-change:personalize-events: Update personalize-events client to latest version api-change:personalize: Update personalize client to latest version 1.12.164 api-change:ec2: Update ec2 client to latest version 1.12.163 api-change:ecs: Update ecs client to latest version api-change:organizations: Update organizations client to latest version api-change:logs: Update logs client to latest version api-change:dynamodb: Update dynamodb client to latest version api-change:guardduty: Update guardduty client to latest version api-change:ssm: Update ssm client to latest version api-change:ses: Update ses client to latest version api-change:mediaconnect: Update mediaconnect client to latest version 1.12.162 api-change:glue: Update glue client to latest version 1.12.161 api-change:ec2: Update ec2 client to latest version api-change:storagegateway: Update storagegateway client to latest version api-change:s3: Update s3 client to latest version api-change:elasticache: Update elasticache client to latest version api-change:iam: Update iam client to latest version 1.12.160 api-change:ec2: Update ec2 client to latest version api-change:rds: Update rds client to latest version 1.12.159 api-change:iotevents-data: Update iotevents-data client to latest version api-change:iotevents: Update iotevents client to latest version api-change:pinpoint-email: Update pinpoint-email client to latest version api-change:iotanalytics: Update iotanalytics client to latest version api-change:codecommit: Update codecommit client to latest version api-change:rds-data: Update rds-data client to latest version api-change:rds: Update rds client to latest version api-change:servicecatalog: Update servicecatalog client to latest version api-change:kafka: Update kafka client to latest version 1.12.158 api-change:ssm: Update ssm client to latest version api-change:securityhub: Update securityhub client to latest version api-change:iotthingsgraph: Update iotthingsgraph client to latest version api-change:dlm: Update dlm client to latest version api-change:rds: Update rds client to latest version api-change:ec2: Update ec2 client to latest version 1.12.157 api-change:groundstation: Update groundstation client to latest version api-change:transcribe: Update transcribe client to latest version api-change:chime: Update chime client to latest version api-change:rds: Update rds client to latest version api-change:waf: Update waf client to latest version api-change:pinpoint-email: Update pinpoint-email client to latest version api-change:robomaker: Update robomaker client to latest version api-change:sts: Update sts client to latest version api-change:storagegateway: Update storagegateway client to latest version 1.12.156 api-change:mediastore-data: Update mediastore-data client to latest version api-change:codedeploy: Update codedeploy client to latest version api-change:opsworkscm: Update opsworkscm client to latest version 1.12.155 api-change:waf-regional: Update waf-regional client to latest version api-change:ec2: Update ec2 client to latest version 1.12.154 api-change:efs: Update efs client to latest version api-change:ec2: Update ec2 client to latest version api-change:apigateway: Update apigateway client to latest version api-change:worklink: Update worklink client to latest version api-change:rds: Update rds client to latest version api-change:servicecatalog: Update servicecatalog client to latest version api-change:devicefarm: Update devicefarm client to latest version api-change:budgets: Update budgets client to latest version 1.12.153 api-change:datasync: Update datasync client to latest version api-change:alexaforbusiness: Update alexaforbusiness client to latest version 1.12.152 api-change:kafka: Update kafka client to latest version api-change:meteringmarketplace: Update meteringmarketplace client to latest version api-change:mediapackage-vod: Update mediapackage-vod client to latest version 1.12.151 api-change:appstream: Update appstream client to latest version 1.12.150 api-change:medialive: Update medialive client to latest version api-change:s3: Update s3 client to latest version 1.12.149 api-change:ec2: Update ec2 client to latest version api-change:transcribe: Update transcribe client to latest version api-change:mediapackage: Update mediapackage client to latest version api-change:codepipeline: Update codepipeline client to latest version enhancement:Environment Variables: Ignore env var credentials is values are empty api-change:rds: Update rds client to latest version 1.12.148 api-change:comprehend: Update comprehend client to latest version api-change:chime: Update chime client to latest version api-change:storagegateway: Update storagegateway client to latest version api-change:ec2: Update ec2 client to latest version 1.12.147 api-change:datasync: Update datasync client to latest version api-change:iotanalytics: Update iotanalytics client to latest version api-change:lambda: Update lambda client to latest version 1.12.146 api-change:glue: Update glue client to latest version api-change:sts: Update sts client to latest version 1.12.145 api-change:servicecatalog: Update servicecatalog client to latest version api-change:eks: Update eks client to latest version api-change:sagemaker: Update sagemaker client to latest version api-change:kinesisanalytics: Update kinesisanalytics client to latest version api-change:kinesisanalyticsv2: Update kinesisanalyticsv2 client to latest version 1.12.144 api-change:appsync: Update appsync client to latest version api-change:storagegateway: Update storagegateway client to latest version api-change:ssm: Update ssm client to latest version api-change:alexaforbusiness: Update alexaforbusiness client to latest version
2019-06-13Update to 2.8.2ryoon2-8/+7
Changelog: Knot DNS 2.8.2 (2019-06-05) =========================== Features: --------- - New blocking mode for zone event triggers in knotc - New weighted records mode in the module geoip (Thanks to Conrad Hoffmann) - Module noudp allows UDP allow rate configuration Improvements: ------------- - NSEC3 salt lifetime can be set to infinity - New 'running' zone event status in the knotc output - Knotc in the forced mode returns failure also if zone check emits any warning - Ignoring PMTU information for IPv4/UDP via IP_PMTUDISC_OMIT (Thanks to Daisuke Higashi) - Various improvements in the documentation Bugfixes: --------- - Broken setting of CPU affinity for UDP workers - Unexpected results with the geoip subnet mode - Sometimes insufficient zone adjusting - Incoherent DNSKEY RRSIG lifetimes in SKR - Confusing output from keymgr if an error occurs during KSR generation - Non-functional changeset history depth limitation in kjournalprint - Wrong processing of multiple $INCLUDE directives #646
2019-06-13Update to 4.2.0ryoon2-8/+7
Changelog: 4.2.0 ================ FEATURES: - Print IP address when bind socket fails with error. - Fix #4249: The option hide-identity: yes stops NSD from responding with the hostname for chaos class queries. Implements the RFC4829 security considerations. - Patch to add support for TCP Fast Open, from Sara Dickinson (Sinodun). - Patch to add support for tls service on a specified tls port, from Sara Dickinson (Sinodun). - Use travis for build check, initial unit test and clang analysis. BUG FIXES: - Fix to delete unused zparser.default_apex member. - Fix that the TLS handshake routine sets the correct event to continue when done. - Fix that TLS renegotiation calls the read and write routines again with the same parameters when the desired event has been satisfied. - Fix that TCP Fastopen has better error message and supports OSX. - Fix to avoid buffer alloc with global buffer in tls write handler. - Fix to initialize event structure when accepting TCP connection. - Disable TLS1.0, TLS1.1 and weak ciphers, enable CIPHER_SERVER_PREFERENCE, patch from Andreas Schulze. - further setup ssl ctx after the keys are loaded, for ECDH. - TLS OCSP stapling support, enabled with tls-service-ocsp: filename, patch from Andreas Schulze. - Fix #10: Fix memory leaks caused by duplicate rr and include instructions. - Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD. 4.1.27 ================ FEATURES: - Deny ANY with only one RR in response, by default. Patch from Daisuke Higashi. The deny-any statement in nsd.conf sets ANY queries over UDP to be further moved to TCP as well. Also no additional section processing for type ANY, reducing the response size. - Fix #4215: on-the-fly change of TSIG keys with patch from Igor, adds nsd-control print_tsig, update_tsig, add_tsig, assoc_tsig and del_tsig. These changes are gone after reload, edit the config file (or a file included from it) to make changes that last after restart. BUG FIXES: - Fix #4213: disable-ipv6 and dnstap compile error. - Fix to reduce region_log_stats if condition, this removes a debug statement. - Fix for FreeBSD port with dnstap enabled. - Fix to remove unused code. - Fix #6: nsd-control-setup: Change validity time to a shorter period (<2038). - Fix unused definition in header remote.h. - Fix #4236: IPV4_MINIMAL_RESPONSE_SIZE=1480 is slightly too big. - Fix #4235: IP_PMTUDISC_OMIT on IPv4/UDP sockets. - Fixed radtree_insert memory leak. - Fixed access recycled variable.
2019-06-13haproxy: updated to 1.8.20adam3-31/+23
1.8.20 - BUG/MAJOR: listener: Make sure the listener exist before using it. - BUG/MINOR: listener: keep accept rate counters accurate under saturation - BUG/MEDIUM: logs: Only attempt to free startup_logs once. - BUG/MEDIUM: 51d: fix possible segfault on deinit_51degrees() - BUG/MINOR: ssl: fix warning about ssl-min/max-ver support - MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API. - BUG/MEDIUM: threads/fd: do not forget to take into account epoll_fd/pipes - BUG/MAJOR: spoe: Fix initialization of thread-dependent fields - BUG/MAJOR: stats: Fix how huge POST data are read from the channel - BUG/MINOR: http/counters: fix missing increment of fe->srv_aborts - BUG/MEDIUM: ssl: ability to set TLS 1.3 ciphers using ssl-default-server-ciphersuites - DOC: The option httplog is no longer valid in a backend. - BUG/MAJOR: checks: segfault during tcpcheck_main - BUILD: makefile: work around an old bug in GNU make-3.80 - MINOR: tools: make memvprintf() never pass a NULL target to vsnprintf() - BUILD: makefile: fix build of IPv6 header on aix51 - BUILD: makefile: add _LINUX_SOURCE_COMPAT to build on AIX-51 - BUILD: Makefile: disable shared cache on AIX 5.1 - BUG/MINOR: cli: correctly handle abns in 'show cli sockets' - MINOR: cli: start addresses by a prefix in 'show cli sockets' - BUG/MEDIUM: peers: fix a case where peer session is not cleanly reset on release. - BUILD: use inttypes.h instead of stdint.h - BUILD: connection: fix naming of ip_v field - BUG/MEDIUM: pattern: assign pattern IDs after checking the config validity - BUG/MEDIUM: spoe: Queue message only if no SPOE applet is attached to the stream - BUG/MEDIUM: spoe: Return an error if nothing is encoded for fragmented messages - BUG/MINOR: threads: fix the process range of thread masks - MINOR: lists: Implement locked variations. - BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. - BUG/MEDIUM: list: fix the rollback on addq in the locked liss - BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer - BUG/MEDIUM: list: add missing store barriers when updating elements and head - MINOR: list: make the delete and pop operations idempotent - BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element - BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED - BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() - MAJOR: listener: do not hold the listener lock in listener_accept() - BUG/MEDIUM: listener: use a self-locked list for the dequeue lists - BUG/MEDIUM: listener: make sure the listener never accepts too many conns - BUILD/MINOR: listener: Silent a few signedness warnings. - MINOR: skip get_gmtime where tm is unused - BUG/MAJOR: http_fetch: Get the channel depending on the keyword used - BUG/MEDIUM: maps: only try to parse the default value when it's present - BUG/MINOR: acl: properly detect pattern type SMP_T_ADDR - BUG/MEDIUM: thread/http: Add missing locks in set-map and add-acl HTTP rules - BUG/MINOR: 51d: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST() - BUG/MINOR: da: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST() - BUG/MINOR: spoe: Don't systematically wakeup SPOE stream in the applet handler 1.8.19 - DOC: ssl: Clarify when pre TLSv1.3 cipher can be used - DOC: ssl: Stop documenting ciphers example to use - BUG/MINOR: spoe: do not assume agent->rt is valid on exit - BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets - BUG/MEDIUM: spoe: initialization depending on nbthread must be done last - BUG/MEDIUM: server: initialize the idle conns list after parsing the config - BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck - BUG/MAJOR: stream: avoid double free on unique_id - BUG/MINOR: config: Reinforce validity check when a process number is parsed 1.8.18 - DOC: http-request cache-use / http-response cache-store expects cache name - BUG/MAJOR: cache: fix confusion between zero and uninitialized cache key - BUG/MEDIUM: ssl: Disable anti-replay protection and set max data with 0RTT. - DOC: Be a bit more explicit about allow-0rtt security implications. - BUG/MEDIUM: ssl: missing allocation failure checks loading tls key file - BUG/MINOR: backend: don't use url_param_name as a hint for BE_LB_ALGO_PH - BUG/MINOR: backend: balance uri specific options were lost across defaults - BUG/MINOR: backend: BE_LB_LKUP_CHTREE is a value, not a bit - BUG/MINOR: stick_table: Prevent conn_cur from underflowing - BUG/MINOR: server: don't always trust srv_check_health when loading a server state - BUG/MINOR: check: Wake the check task if the check is finished in wake_srv_chk() - BUG/MEDIUM: ssl: Fix handling of TLS 1.3 KeyUpdate messages - DOC: mention the effect of nf_conntrack_tcp_loose on src/dst - MINOR: h2: add a bit-based frame type representation - MINOR: h2: declare new sets of frame types - BUG/MINOR: mux-h2: CONTINUATION in closed state must always return GOAWAY - BUG/MINOR: mux-h2: headers-type frames in HREM are always a connection error - BUG/MINOR: mux-h2: make it possible to set the error code on an already closed stream - BUG/MINOR: hpack: return a compression error on invalid table size updates - DOC: nbthread is no longer experimental. - BUG/MINOR: spoe: corrected fragmentation string size - BUG/MINOR: deinit: tcp_rep.inspect_rules not deinit, add to deinit - SCRIPTS: add the slack channel URL to the announce script - SCRIPTS: add the issue tracker URL to the announce script - BUG/MINOR: stream: don't close the front connection when facing a backend error - MINOR: xref: Add missing barriers. - BUG/MEDIUM: mux-h2: wake up flow-controlled streams on initial window update - BUG/MEDIUM: mux-h2: fix two half-closed to closed transitions - BUG/MEDIUM: mux-h2: make sure never to send GOAWAY on too old streams - BUG/MEDIUM: mux-h2: wait for the mux buffer to be empty before closing the connection - MINOR: stream-int: expand the flags to 32-bit - MINOR: stream-int: add a new flag to mention that we want the connection to be killed - MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection - BUG/MEDIUM: mux-h2: do not close the connection on aborted streams - BUG/MEDIUM: stream: Don't forget to free s->unique_id in stream_free(). - BUG/MINOR: config: fix bind line thread mask validation - BUG/MAJOR: config: verify that targets of track-sc and stick rules are present - BUG/MAJOR: spoe: verify that backends used by SPOE cover all their callers' processes - BUG/MINOR: config: make sure to count the error on incorrect track-sc/stick rules
2019-06-12glib-networking: Update to 2.60.3leot5-17/+46
pkgsrc changes: - Add options.mk in order to be able to select between `gnutls' and `openssl'. However, no defaults are changed: `openssl' is considered experimental by upstream at the moment. - Remove dependency to mozilla-rootcerts (default gnutls/openssl certificates are now honored instead, should be part of Makefile,-r1.41 commit, sorry!) Changes: 2.60.3 ====== - Fix clobbering of the thread-default main context after certificate verification failure during async handshakes since 2.60.1 (#85) - Fix GTlsDatabase initialization failures in OpenSSL backend due to uninitialized memory use - Fix minor leak of ALPN protocols 2.60.2 ====== - OpenSSL backend now defaults to system trust store (#62) - Fix client auth failure error with GnuTLS 3.6.7 (#70)
2019-06-12unbound: bump PKGREVISION for previouswiz1-1/+2
a new file is installed -> PLIST change -> bump
2019-06-12fixes PR pkg/54126pettai2-2/+4
2019-06-12filezilla: build fix for 32-bit x86gutteridge1-1/+6
As of version 3.41, Filezilla now requires 64-bit atomic integer ops, handle accordingly. (XXX: Filezilla will presumably also break on other architectures as a result, e.g. macppc.)
2019-06-11glib-networking: remove no longer valid MESON_ARGS and REPLACE_PYTHONleot1-3/+1
There is no longer a way to provide a custom cacert.pem: glib-networking now picks up the default-trust-store-file gnutls ones.
2019-06-11glib-networking: update to 2.60.1.wiz2-8/+7
2.60.1 - April 1, 2019 ====================== - Improve reliability of client auth failure tests (#66) - Fix excessive CPU usage after sync handshake (#69) 2.60.0.1 - March 12, 2019 ========================= - Fix build with OpenSSL pkg-config unavailable (Nirbheek Chauhan) 2.60.0 - March 11, 2019 ======================= This is the first stable release featuring the new OpenSSL backend. Please be advised that this new backend is still experimental and known to not work on some systems, including Debian. Linux distributions are encouraged to stick to the default build options, where OpenSSL is not yet enabled. - Fix build with GnuTLS disabled (Nirbheek Chauhan) - Fix build on Windows (Chun-Wei Fan) 2.59.92 - March 4, 2019 ======================= - Many OpenSSL backend fixes for Windows (Nirbheek Chauhan) - GnuTLS: reject sync operations during handshake to avoid deadlocks (#46) - Temporarily disable DTLS and OpenSSL tests due to #49 and #54 2.59.91 - February 18, 2019 =========================== - Update OpenSSL SSL struct when certificate is changed (#55, Fredrik Ternerot) - Fix tests build when GnuTLS is disabled (#59) - Remove Fedora-specific PROFILE=SYSTEM default cipher list (#61) - Fix some problems with the connection tests (Fredrik Ternerot) 2.59.90 - February 4, 2019 ========================== This release adds an OpenSSL backend, obsoleting the glib-openssl project. Credit to all the contributors to the glib-openssl project, especially Ignacio Casal Quinteiro. Also thanks to Xavier Claessens for helping with the transition. The OpenSSL backend seems to be mature, though it is less well-tested for desktop usage than the GnuTLS backend. It will remain disabled by default at build time due to the GPL-incompatible nature of the OpenSSL license -- and the GPLv2-incompatible nature of the Apache license that will be used by future versions of OpenSSL -- and because the GnuTLS backend is sufficient for Linux distros. Use the OpenSSL backend if you are building an embedded system where (GPLv2+ or LGPLv3+) dependencies are unacceptable (e.g. nettle or GMP, both dependencies of GnuTLS) and you are OK with the GPL-incompatible OpenSSL license. If the OpenSSL backend is enabled at build time, you should probably disable build of the GnuTLS backend, or it will take precedence over the OpenSSL backend at runtime. For example, you could configure with: $ mkdir build && cd build $ meson -Dgnutls=disabled -Dopenssl=enabled .. 2.59.2 - January 7, 2019 ======================== - Add support for application layer protocol negotiation (#47, Scott Hutton) 2.59.1 - November 11, 2018 ========================== This release removes the gnutls-pkcs11 backend, which was disabled in 2.57.2, due to lack of any feedback whatsoever regarding its disablement. If you think it is still useful to you, given that the normal gnutls backend now supports PKCS#11, speak up now. This release also includes several changes to properly support TLS 1.3. Other changes: - Perform certificate verification during, not after, TLS handshake - Dramatically improve the reliability of the non-DTLS tests. (DTLS is still having problems.) - Regenerate test certificates to prepare for OpenSSL support - Several meson build system improvements to prepare for OpenSSL support 2.58.0 - September 2, 2018 ========================== - Updated translations 2.57.92 - August 27, 2018 ========================= - Revert fixes for #4 and #6 due to regression (#43) - Fix installed tests (Sébastien Bacher, !7) 2.57.90 - August 12, 2018 ========================= - Properly check for server errors in connection tests (#4) - Perform certificate verification during, not after, TLS handshake (#6) - Avoid trailing dots in SNI hostnames (#11) - Send fallback SCSV with fallback connection attempts - Fail unsafe rehandshake attempts initiated by API request 2.57.3 - July 16, 2018 ====================== - Fix memory leaks when calling g_tls_connection_gnutls_get_certificate() - Use .so for modules on macOS instead of dylib (Nirbheek Chauhan) - Fix build with MSVCC (Nirbheek Chauhan) 2.57.2 - May 21, 2018 ===================== This release disables build of the gnutls-pkcs11 backend by default. Please direct any complaints to https://gitlab.gnome.org/GNOME/glib-networking/issues/7 - Several meson build system improvements (#794978, #795043, and #795982, Xavier Claessens and Nirbheek Chauhan) 2.57.1 - April 16, 2018 ======================= - Use GnuTLS system trust and remove build option to specify cert bundle (#753260) - Fix criticals when child streams outlast the parent GTlsConnection (#792219) - Fix crash when setting client cert without private key (#793712) - Update tests for compatibility with GnuTLS 3.6.2 (#794286) - Never install GIO modules outside build prefix (#794358) - Don't install test files if installed tests are disabled (#794372) - Fix build with -Dpkcs11=false (#794292, Tom Schoonjans) - Allow building as meson subproject (#794709, Mathieu Duponchelle) - g_tls_certificate_verify() no longer manually verifies certificate activation/expiration time, matching the current behavior of g_tls_database_verify_chain().
2019-06-10py-prometheus_client: updated to 0.7.0adam2-7/+7
0.7.0: [ENHANCEMENT] Multiprocess exposition speed boost [ENHANCEMENT] optimize openmetrics text parsing (~4x perf) [ENHANCEMENT] Add python3.7 support [ENHANCEMENT] Change exemplar length limit to be only for label names+values [BUGFIX] Disable gcCollector for pypy
2019-06-09youtube-dl: Update to 20190608leot3-17/+8
Changes: 2019.06.08 ---------- Core * [downloader/common] Improve rate limit (#21301) * [utils] Improve strip_or_none * [extractor/common] Strip src attribute for HTML5 entries code (#18485, #21169) Extractors * [ted] Fix playlist extraction (#20844, #21032) * [vlive:playlist] Fix video extraction when no playlist is found (#20590) + [vlive] Add CH+ support (#16887, #21209) + [openload] Add support for oload.website (#21329) + [tvnow] Extract HD formats (#21201) + [redbulltv] Add support for rrn:content URLs (#21297) * [youtube] Fix average rating extraction (#21304) + [bitchute] Extract HTML5 formats (#21306) * [cbsnews] Fix extraction (#9659, #15397) * [vvvvid] Relax URL regular expression (#21299) + [prosiebensat1] Add support for new API (#21272) + [vrv] Extract adaptive_hls formats (#21243) * [viki] Switch to HTTPS (#21001) * [LiveLeak] Check if the original videos exist (#21206, #21208) * [rtp] Fix extraction (#15099) * [youtube] Improve DRM protected videos detection (#1774) + [srgssrplay] Add support for popupvideoplayer URLs (#21155) + [24video] Add support for porno.24video.net (#21194) + [24video] Add support for 24video.site (#21193) - [pornflip] Remove extractor - [criterion] Remove extractor (#21195) * [pornhub] Use HTTPS (#21061) * [bitchute] Fix uploader extraction (#21076) * [streamcloud] Reduce waiting time to 6 seconds (#21092) - [novamov] Remove extractors (#21077) + [openload] Add support for oload.press (#21135) * [vivo] Fix extraction (#18906, #19217)
2019-06-09py-rt: Backport upstream patch to fix search() Format='s' and Format='i'leot3-2/+33
At least on RT 4 blank lines can be present at the end of the search response, backport upstream commit bb07009c4f62dd2ac393aab82fded6424eead82f to address that. Bump PKGREVISION
2019-06-09ncdc: update to 1.22.1.wiz2-8/+7
1.22.1 - 2019-06-03 - Fix segfault with ADC client connections 1.22 - 2019-04-30 - Add 'b' and 'B' keys to connections tab (Daniel Kamil Kozar) - Add 'max_ul_per_user' setting to support multiple upload slots per user (Daniel Kamil Kozar) - Add support for TLS ALPN (Denys Smirnov) - Fix build against ncurses with separate libtinfo (Lars Wendler)
2019-06-07dnscrypt-proxy2: Update to 2.0.25nia2-8/+7
* Version 2.0.25 - The example IP address for network probes didn't work on Windows. The example configuration file has been updated and the fallback resolver IP is now used when no netprobe address has been configured. * Version 2.0.24 - The query log now includes the time it took to complete the transaction, the name of the resolver that sent the response and if the response was served from the cache. Thanks to Ferdinand Holzer for his help! - The list of resolvers, sorted by latency, is now printed after all the resolvers have been probed. - The "fastest" load-balancing strategy has been renamed to "first". - On Windows, a nul byte is sent to the netprobe address. This is required to check for connectivity on this platform. Thanks to Mathias Berchtold. - The Malwaredomainlist URL was updated to directly parse the host list. Thanks to Encrypted.Town. - The Python script to generate lists of blacklisted domains is now compatible both with Python 2 and Python 3. Thanks to Simon R. - A warning is now displayed for DoH is requested but the server doesn't speak HTTP/2. - A crash with loaded-balanced sets of cloaked names was fixed. Thanks to @inkblotadmirer for the report. - Resolvers are now tried in random order to avoid favoring the first ones at startup.
2019-06-07net/unifi: Update to 5.10.24gdt2-7/+7
Note that mongodb does not build, and hence this was tested with mongodb 3.4.4. This is a minor update, from .23. Upstream does not apear to publish change information, and this is opaque proprietary software.
2019-06-06py-lexicon: updated to 3.2.6adam3-9/+15
3.2.6: Added provider specific dependency to setup.py Futher pylint and python3 import Pylint Add gratisdns provider 3.2.5: Update appveyor.yml Update test_route53.py Update CONTRIBUTING.md Fix configuration of route53 tests Update test running instructions to include top-level directory Fix line too long Use the logger.warning instead of the logger.warn shortcut Skip dnsimple accounts without a plan
2019-06-05pkglint fallout; no code changes intended.hauke1-3/+3
2019-06-05Remove netatalk 3.0.8, as discussed a while ago on tech-pkg.hauke24-929/+1
The branch has long been unmaintained upstream (we kept it longer because early 3.1.x had serious teething problems), and has security issues.
2019-06-04syncthing: update to 1.1.4triaxx2-8/+7
upstream changes: ----------------- Bugfixes #4613: Progress emitter doesn't start from config change if disabled at startup #5338: Version restore not possible with custom versioning path set #5421: WebGui: Locally Changed Items vanish when clicking 10|25|50 #5578: Filesystem watcher error when watching disk root directory on Windows #5641: Syncthing gets stuck in a high CPU "Failed Files" state - Possibly a symlink issue? #5649: Checking block content on unexpected request results doesn't work for the last block #5654: Incorrect file info passed as argument to delete existing dir/symlink #5704: Failure to fsync() files should not be fatal Enhancements #1634: Use copy instead of rename for version folder on other file systems #4531: GUI folder/device status rows should handle longer values nicer #4586: Versioner file tagging is inconsistent #4631: In-GUI restoration should be possible from trashcan versioner #5419: File versioning across drives #5659: Old sync errors should not linger while retrying Other issues #5505: Leaking goroutines through model and leveldb #5706: Spurious test failures on Windows
2019-06-04Updated net/synergy to 1.10.2abs2-7/+7
v1.10.2-stable ============== Bug fixes: - #6495 Event queue memory leak in server cleanup - #6471 Unable to stop core retry loop in config app - #6460 TLS memory leak on Linux server when using client - #6407 Enterprise config app shows auto-config elements - #6403 Mouse cursor movement drifts over time - #6392 Hostname alert shows unnecessarily on every open - #6373 Compile fails on BSD Unix with dl error Enhancements: - #6485 Readme for master branch with download help - #6475 Change master branch to current version - #6470 CI solution with on-demand containers - #6397 Remember last server used in Auto Config - #6375 Support for Qt 5.11 framework on Windows
2019-06-02Update for new openssl API.rjs5-3/+214
Should fix PR pkg/53407.
2019-06-02freeDiameter: update to 1.3.2.wiz3-11/+11
1.3.2 This new version adds better compilation compatibility with a wider range of system versions and improvements to the whitelist extension (acl_wl). Note: 1.3.1 was exactly the same as 1.3.0 but fixes a version number problem only...
2019-06-01gallery-dl: Update to 1.8.5leot3-8/+14
Changes: 1.8.5 ----- ### Additions - Support for - `keenspot` (#223) - `sankakucomplex` (#258) - `folders` option for `deviantart` to add a list of containing folders to each file's metadata (#276) - `captcha` option for `kissmanga` and `readcomiconline` to control CAPTCHA handling (#279) - `filename` metadata for files downloaded with youtube-dl (#291) ### Changes - Adjust `wallhaven` extractors to new page layout: - use API and add `api-key` option - removed traditional login support - Provide original filenames for `patreon` downloads (#268) - Use e-hentai.org or exhentai.org depending on input URL (#278) ### Fixes - Fix pagination over `sankaku` popular listings (#265) - Fix folder and collection extraction on `deviantart` (#271) - Detect "AreYouHuman" redirects on `readcomiconline` (#279) - Miscellaneous fixes for `hentainexus`, `livedoor`, `ngomik`
2019-05-31net: Add rt4-clileot1-1/+2
2019-05-31rt4-cli: Import rt4-cli-4.4.4 as net/rt4-clileot4-0/+44
rt allows you to interact with an RT server over HTTP, and offers an interface to RT's functionality that is better-suited to automation and integration with other tools.
2019-05-31grpc: updated to 1.21.2adam3-30/+8
Release v1.21.2 This is the 1.21.2 patch release for the PHP extension only. Please do not use this release for other language. PkgSrc: Fix linking with c-ares.
2019-05-31libcares: comment patchadam2-3/+5
2019-05-31libcares: switch to CMake - needed for grpc; bump revisionadam8-106/+29
2019-05-29Reset revision after gstreamer1 updateadam2-5/+2
2019-05-29py-pypiserver: added version 1.3.0adam7-1/+94
pypiserver is a minimal PyPI compatible server for pip or easy_install. It is based on bottle and serves packages from regular directories. Wheels, bdists, eggs and accompanying PGP-signatures can be uploaded either with pip, setuptools, twine, pypi-uploader, or simply copied with scp.
2019-05-28*: Remove per-package MESSAGE.{rcd,smf} handling.jperkin2-12/+2
This is now centralised in mk/pkgformat so no need to do it manually.
2019-05-28freeDiameter: update to 1.3.0.wiz4-28/+19
freediameter (1.3.0) Many thanks to Thomas Klausner for his contribution of several important extensions. freediameter (1.2.1) UNRELEASED; urgency=low * New extension: rt_randomize (load-balancing on possible destinations) * New contrib: Gx extension. * rt_redirect.fdx and rt_load_balance.fdx improvement: use a hash table. Thanks Thomas. * New hook HOOK_MESSAGE_SENDING to give a last chance to edit messages before they are sent. This will be mostly used for enforcing interoperability constraints on non-compliant peers. * Simplified log output. Old output can be recovered with DEBUG_WITH_META build option. * Updated the internal counters for finer control on the load. * Fixes in message expiry mechanism. * Bug fixes in error messages generation and various parts. * Improvements on shutdown sequence handling. * Improvements to the dict_dcca_* extensions. * Improved default CMake configuration. * Improved build for MacOSX * Fixes for a few newer operating systems compatibility. * Fixed default secure Diameter port number 5868 instead of5658 (errata of RFC 6733) -- Sebastien Decugis <sdecugis@freediameter.net> Sat, 30 Jan 2016 23:38:03 +0800
2019-05-27py-Socks: updated to 1.7.0adam2-7/+7
1.7.0: Bump version
2019-05-27Revbump all Go packages after go112 update.bsiegert13-24/+26