summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Encode-JIS2K: -r bump for EAPI7 + CFLAGS loveKent Fredric2020-08-142-2/+29
| | | | | | | | | | | | - EAPI7 - Remove empty/unused variable assignments - Improve dependencies - Parallel tests - Ensure CFLAGS passed through to make/compiler - Fix bad remote-id's in metadata.xml Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Encode-IMAPUTF7: -r bump for EAPI7Kent Fredric2020-08-131-0/+23
| | | | | | | | - EAPI7 - Parallel tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Encode-HanExtra: -r bump for EAPI7 + FixesKent Fredric2020-08-132-0/+52
| | | | | | | | | | | - EAPI7 - Remove empty/unused variable assignments - Improve dependencies - Convert sed hack into a "patch" - Ensure CFLAGS passed to make/compiler Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Encode-HanConvert: -r bump for EAPI7 + FixesKent Fredric2020-08-132-0/+54
| | | | | | | | | | | | - EAPI7 - Convert sed hack to "patch" - Improve dependencies - Ensure CFLAGS passed to make/compiler - Omit "Perl.pm-orig" from install image, as it is an input file for the build process, not an end-user relevant file. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Encode-EUCJPASCII: -r bump for EAPI7 + CFLAGS loveKent Fredric2020-08-132-1/+34
| | | | | | | | | | - EAPI7 - Improve deps slightly - Ensure CFLAGS passed to make/compiler - Fix bad remote-id's in metadata.xml Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Encode-Detect: -r bump for EAPI7 + FixesKent Fredric2020-08-131-0/+28
| | | | | | | | | | | | | | - EAPI7 - Fix redundancy in DESCRIPTION - Fix LICENSE - Remove empty/unused variable assignments - Parallel tests - Guard against LD!=ccld breaking code re bug #720788 - Ensure CFLAGS passed to compiler Bug: https://bugs.gentoo.org/720788 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Simple: Bump to version 2.216.0Kent Fredric2020-08-132-0/+29
| | | | | | | | | | - EAPI7 Upstream: - Do not re-fold pre-folded lines. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Sender: Cleanup old 1.300.{16,30-r1}Kent Fredric2020-08-133-98/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Sender: Bump to version 1.300.34Kent Fredric2020-08-132-0/+46
| | | | | | | | | | | | - EAPI7 - Ensure Test-MockObject installed for improved test coverage Upstream: - SMTP transport now accepts argument `hosts => \@HOST_NAMES` to try in order. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Send-Gmail: -r bump for EAPI7 + fixesKent Fredric2020-08-131-0/+47
| | | | | | | | | | | - EAPI7 - Improve deps - Unconditionally strip harmful pod tests and resulting deps - Add custom logic to give basic "module has basic usability" test coverage. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Send: -r bump for EAPI7 + fixesKent Fredric2020-08-131-0/+43
| | | | | | | | | - EAPI7 - Improve deps - Unconditionally remove bad tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-MIME-Encodings: -r bump for EAPI7Kent Fredric2020-08-131-0/+27
| | | | | | | | | - EAPI7 - Improve deps - Parallel tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-MIME-Attachment-Stripper: -r bump for EAPI7 + fixesKent Fredric2020-08-131-0/+34
| | | | | | | | | | - EAPI7 - Fix LICENSE - Improve/fix dependencies - Parallel tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-MIME: Bump to version 1.949.0Kent Fredric2020-08-132-0/+38
| | | | | | | | | | | - EAPI7 Upstream: - Add $Email::MIME::MAX_DEPTH = 10 as a parse depth limit - Fix handling content-type parameters Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-MIME-ContentType: Bump to version 1.24.0Kent Fredric2020-08-132-0/+31
| | | | | | | | | | | | - EAPI7 Upstream: - Silence an `uninitialized value` warning - avoid allowing non-Latin digits in numbers - Add functions `build_content_{type,disposition}` Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Find: -r bump for EAPI7Kent Fredric2020-08-131-0/+25
| | | | | | | | | - EAPI7 - Improve deps - Parallel tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Date: Cleanup old 1.104.0-r1Kent Fredric2020-08-131-23/+0
| | | | | | Closes: https://bugs.gentoo.org/661296 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Pod-Parser: Add missing RESTRICT for IUSE="test"Kent Fredric2020-08-131-0/+2
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 8.570.0Kent Fredric2020-08-133-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix LICENSE - Include Cpanel-JSON-XS dep w/o USE=minimal, as it gives a perf benefit for JSON code, and JSON is now used in the IPC channel, so this probably helps a lot. Upstream: - Improve Mojo::Promise->map efficiency - Fix Mojo::Asset::Memory not changing temporary directory in `upgrade` event. - Add experimental Mojo::File->extname - Fix Mojolicious::Types considering 'dotfiles' to be file extensions - Add experimental Mojo::DOM::CSS support for ":scope" and ":has" pseudo-classes - Fix Mojo::DOM parsing `select` and `ruby` elements incorrectly - Fix Mojo::UserAgent::Transactor not inheriting compression settings across redirects. - Fix Mojolicious templates not being able to use 'continue;' perl keyword. - Fix Mojo::DOM::CSS failing to parse valid selectors - Fix "% end, begin" not working in Mojo::Template - Add support for YAML config files - Add module Plugin::NotYAMLConfig - `app` generator command now can use YAML config file - Fix proxy helpers ignoring response content in some cases - Fix Test::Mojo::attr_is with false value comparisons. - `app` and `lite_app` generators now use templates with sub sigs Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 8.500.0Kent Fredric2020-08-132-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Make minimum Perl 5.16 - Mojo::Base now enables various perl 5.16 features. - Handle Mojolicious::Command invocation to make "mojo generate lite_app" work like "mojo generate lite-app" - Add experimental Mojo::DOM::CSS ':any-link' pseudo-class support - Add experimental Mojo::DOM::CSS case-sensitive attribute selectors like [foo="bar" s] - Mojo::DOM::CSSS rename of experimental ":matches" to ":is" - Fix security issue allowing _method query params to be used with GET requests - Remove deprecated argument handling in Mojo::Promise->new - Mojo::Promise->all_settled no longer experimental - Mojolicious::Types {content,file}_types no longer experimental - Mojo::IOLoop::Subprocess 'cleanup' event no longer experimental - Mojo::IOLoop::Subprocess now uses JSON for IPC serialization instead of Storable, for efficiency. - Add Mojo::IOLoop::Subprocess->exit_code - Mojo::Promise now warns when an unhandled rejected promise is destroyed - Don't unnecessarily create new promises in Mojo::Promise->resolve - Fix a promise chaining bug in Mojo::Promise Security: - Previous versions permitted an HTTP GET request to pass a query parameter _method=POST, and the code would then get routed through the POST handler, even though the security models for allowing POST and GET can be quite different, especially if you're trying to prevent people make XSS attacks on your domain. https://github.com/mojolicious/mojo/commit/3c1c99a7131a1419d8d355a6083c31a7f9ca7ba0 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 8.400.0Kent Fredric2020-08-132-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Add Test::Mojo->attr_{is,isnt,like,unlike} - Mojolicious::Static->is_fresh now supports weak etags - Mojo::Base `-async` now `-async_await` due to fun parsing problems in perl. - Fix Mojo::Base where `-async_await` would not load Mojo::Promise - Add experimental Mojo::Util->humanize_bytes - Add experimental Mojo::ByteStream->humanize_bytes - Update Future::AsyncAwait requirement to 0.36 for tests - Plugin::DefaultHelpers proxy->{get,post,start}_p no longer experimental - Mojolicious::Renderer->{compress,min_compress_size} no longer experimental - Mojo::IOLoop::Stream `high_water_mark` no longer experimental - Mojolicious::Renderer->respond no longer experimental - Mojo::IOLoop::Stream->{bytes_waiting,can_write} no longer experimental - Mojo::Headers->dehop no longer experimental - Mojo::Util->scope_guard no longer experimental - Mojolicious::Validator size check now only requires one argument - Mojolicious::Validator now properly validates empty strings instead of ingoring them. - Fix plugin generator to not use an __END__ section - Add Mojolicious::Validator `not_empty` filter - Add Test::Mojo `handler` attribute - Add Test::Mojo->test - Improve extension testing in Test::Mojo - Improve uniqueness of `request_id` in Mojo::Message::Request - Add Mojo::Server::Daemon->keep_alive_timeout - Add `-k` option to daemon and prefork commands. - Add `keep_alive_timeout` setting to Hypnotoad - Increase default timeouts - Improve timeout setting peformance in Mojo::IOLoop::Stream - Improve ->again in various reactors to allow changing invocation time of active timers. - Fix support for 425 status in Mojo::Message::Response - Add Mojo::IOLoop::Subprocess->run_p - Fix Mojo::Server::Daemon getting keep-alive timeout instead of inactivity timeout on active connections. - Fix Mojo::UserAgent race condition where test servers would disconnect prematurely. - Fix support for disabling inactivity timeout in Mojo::UserAgent Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 8.300.0Kent Fredric2020-08-132-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - *un*deprecate Mojo::Exception::verbose - add ENV var MOJO_EXCEPTION_VERBOSE - Built in templates now use the same stacktrace format as Mojo::Exception - Fix Mojo::Exception not correctly stringifying messages ending with "\n" - Mojo::Exception now appends file and line number to stringified exceptions that do not end with a "\n" - Update Cpanel::JSON::XS requirement to 4.09 for duplicate keys support - Add Mojo::Collection->{head,tail} - Mojo::File no longer allows undefined values in paths - Add experimental Mojo::Log->context - Add experimental Mojo::IOLoop::Subprocess `cleanup` event - Add `log` helper to Plugin::DefaultHelpers - Log messages generated by Mojolicious now include request_id's where possible - Add Mojo::File::curfile - Remove deprecated Mojo::Collection->slice - Move HTML entities from Mojo::Util to a seperate file - Event loop state determination in Reactor::EV now more consistent with Reactor::Poll - Add experimental `before_command` hook - Add experimental Mojo::Util::scope_guard - Mojo::Log->context no longer experimental - Default Mojolicious::Types content_type MIME type is now `application/octet-stream` - Add experimental async/await support with `Mojo::Base -async` - Add experimental Mojo::Promise->{all_settled,any} Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 8.200.0Kent Fredric2020-08-133-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Add experimental SameSite cookie support. - Add `samesite` attribute to Mojo::Cookie::Response and Mojolicious::Cookies - Add Mojo::File->lstat - Add Mojo::File->remove - Improve `eval` command with support for promises - Improve Mojo::JSON::Pointer to ignore many invalid JSON pointers - Add experimental Mojo::Promise->timeout - Remove deprecated Plugin::PODRenderer - Remove deprecated Mojo::Home->mojo_lib_dir - Fix warning in Mojo::Log - Add experimental Mojo::Promise->map - Add experimentla Mojolicious::Renderer->min_compress_size - Now also signs the cookie name when using signed cookies. - Mojo::IOLoop::Server no longer checks if listen sockets are writable - Add experimental Mojo::Promise->timer - Add Test::Mojo->header_exists{,_not} - Fix Mojo::Promise's finally callback being passed a value which is incompatible with JavaScript API - Fix Mojo::Promise `finally` being able to change promise values - Fix merge in Mojo::Parameters losing multiple values with the same shared name. - Update jQuery to 3.4.0 - Mojo::Promise->wait no longer affected by manually stopped event loops - Fix Mojo::Promise->new not accepting a passed callback for wrapping continuation-passing style APIs - Mojo::Headers now rejects characters in header values that would corrupt the HTTP message - Mojo::Util `getopt` now behaves more like `GetOptionsFromArray` - Fix Mojo::UserAgent request timeouts not working for keep-alive requests. - Deprecate using config stash values and $config variable in templates used by Plugin::Config. - Deprecate Mojo::Collection::slice - Add experimental proxy->{get_p,post_p,start_p} helpers to Plugin::DefaultHelpers - Add experimental Mojo::Headers->dehop - Add experimental Mojo::IOLoop::Stream->{bytes_waiting,can_write} - Add experimental Mojo::IOLoop::Stream `high_water_mark` attribute. - Updated bundled TLS certificate - Mojo::Base flags no longer required in a certain order - Mojo::Headers clone performance 100% faster. - Improved streaming performance - Fix typo in Mojo::Message::Response 425 status message. - Fix missing deprecation warning in Mojo::Promise - Deprecate Mojo::Exception::verbose - Add experimental Mojo::Exception->{check,raise} - `generate plugin` command now accepts `-f` argument. - Mojo::Exception->inspect now safe to call more than once. - Fix various Mojo::Exception stack trace formatting bugs - Fix Mojo::Sever daemonize exception handling - Mojo::Exception check function now matches regex against stringified exception objects as well - Mojolicious::Validator `num` check now accepts negative numbers Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 8.100.0Kent Fredric2020-08-133-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Update to jQuery 3.3.1 - Fix order of command namespaces for a problem not relevant to Gentoo - Fix excessive pickyness in TLS test - Deprecate Mojo::Transaction::success in favour of Mojo::Transaction::{result,error} - Add gzip compression support in dynamically generated responses via renderer->compress(1) - Add experimental Mojolicious::Renderer `compress` attribute. - Add experimental Mojolicious::renderer->respond - Add Mojo::Message->save_to - Add Mojo::ByteStream->{gzip,gunzip} - Add Mojo::Util->{gzip,gunzip} - Mojo::DOM::HTML improved HTML5.2 compliance. - Fix Mojo::Transaction::HTTP preventing `finish` event emission from Mojo::Message::Request - Fix Mojo::Promise not weakening reference in `ioloop` attribute after construction - Fix `is_fresh` helper only handling If-None-match headers with a single etag value - Add support for weak reference accessors in Mojo::Base - Require newer List::Util for `set_subname` - Fix bug in Mojo::UserAgent creating request timeouts twice - Mojo::Exception now includes a stack trace in verbose output - Mojo::Types now uses correct MIME types for woff and woff2 files - Add experimental Mojo::DynamicMethods module - Replace all uses of AUTOLOAD with faster alternative, making helpers 400% faster and stacktraces contain more information - Mojolicious "status" server method no longer experimental - Deprecate Plugin::PODRenderer in favour of CPAN alternatives - Deprecate Mojo::Home::mojo_lib_dir - Replace `continue,flash,redirect_to,respond_to` and validation methods in Mojolicious::Controller with Plugin::DefaultHelpers helpers - Add Mojo::IOLoop::Subprocess->progress - Add Mojo::IOLoop::Subprocess `progress` event - Mojo::Log log methods now accept closures to only generate content on demand, to avoid expensive debug code on production - Mojo::Log now uses time format "YYYY-MM-DD HH:mm:ss.ssssss" and includes process-id in log messages - Mojolicious now up to 10% more performant overall due to improved logging efficiency - Fix problem building templates where an image was missing - Fix debug log messages being generated for static files - Fix Mojo::Server::Morbo preventing before_server_start hook gettting triggered - Add Mojo::File->touch - Add Mojo::File->stat - Add Mojo::file->list_tree `max_depth` option - Add Mojo::IOLoop `reset` event - Add Mojo::ByteStream->split `limit` argument Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 8.0.0Kent Fredric2020-08-133-8/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Mojo::URL query method now merges hashes and appends with array references, instead of other way around, to preserve appended pair order. - Removed command 'test' - Move various Mojolicious::Command's to Mojolicious::Command::Author - C::cpanify -> CA::cpanify - C::generate -> CA::generate - C::generate::app -> CA::generate::app - C::generate::lite_app -> CA::generate::lite_app - C::generate::makefile -> CA::generate::makefile - C::generate::plugin -> CA::generate::plugin - C::inflate -> CA::inflate - Remove deprecated Mojo::Content `expect_close` attribute - Remove deprecated Mojo::IOLoop::Delay `error` and `finish` events - Mojo::Headers->server_timing no longer experimental - Mojo::DOM::HTML->{tag_to_html,tag} no longer experimental - Mojo::IOLoop::Stream->bytes_{read,written} no longer experimental - `before_server_start` hook no longer experimental - timing->* helpers no longer experimental - Add Mojo::Promise->clone - Add Mojo::File->chmod - Add Mojo::UserAgent `prepare` event - Add Mojolicioous::Command::Author default namespace - Mojo::Promise->{reject,resolve} now usable as class methods - Reduce memory usage of Mojo::IOLoop::Stream - Fix bug that prevents permessage-deflate WebSocket compression to work with newer chrome versions Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 7.940.0Kent Fredric2020-08-133-4/+36
| | | | | | | | | | | | | | | | | | | | | Upstream: - Add experimental Mojolicious::Types->{content,file}_type methods - Fix reply->file helper not trying to set a Content-Type heeder - Fix Mojolicious::Controller->render not always using Mojolicious::Types to find the correct Content-Type value - Improve Test::Mojo to accept Mojo::File objects for app scripts - Remove the various stream classes added in 7.83 - Fix Mojo::IOLoop::Stream not being able to call is_readable after a timeout event. Security: - Upstream indicates that the stream classes added in 7.83 (included in gentoo version 7.900.0) result in many Mojo applications being unstable, and upstream have declared this as being a potential security issue, and remove it. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 7.900.0Kent Fredric2020-08-133-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Deprecate Mojo::Content `expect_close` attribute - Remove deprecated `delay` helper in Plugin::DefaultHelpers - Change error message for destroyed transactions to "Transaction already destroyed" - Fix race condition in Mojo::UserAgent where closed connections sometimes got reused. - Fix incomplete HTTP/1.1 responses for RFC 7230 complaince - New Mojolicious logo - Add experimental Mojo::IOLoop::Stream->{bytes_read,bytes_written,transition} methods. - Add Mojo::IOLoop::stream transition event - Improve uniqueness in Mojo::Message::Request request id's - Add support for using Cpanel::JSON::XS inside Mojo::JSON - Remove support for encoding unicode whitespace characters u2028, u2029 due to not being supported in Cpanel::JSON::XS - Mojo::JSON now encodes unknown reference types as "null" - Add Mojolicious::Command `template` attribute - Add Mojo::IOLoop::Subprocess `spawn` event - Mojo::IOLoop::Subprocess only forks new processes after the event loop has started - Remove deprecated Mojo->{build_tx,config,handler,log} methods. - Add Mojo::UserAgent::Transactor->promisify - Mojolicious::Command now dies on template errors - Don't start test servers when reusing Mojo::UserAgent objects after a fork - Replace ENV vars MOJO_{DAEMON,USERAGENT}_DEBUG with MOJO_{SERVER,CLIENT}_DEBUG - Require newer IO::Socket::SSL for ALPN support - Add modules Mojo::IOLoop::Stream::{HTTP{Client,Server},WebSocket{Client,Server}} - Add Mojo::IOLoop->transition - Add Mojo::Server::Daemon->close_connections - Add arguments `stream_class` and `tls_protocols` to Mojo::IOLoop->{server,client} methods. - Fix small `render_maybe` argument localization bug - Mark Mojo::DOM->{new_tag,selector} non-experimental - Improve before_server_start_hook for Mojo::Server::PSGI - Fix `render_maybe` in Mojolicious::Client not rendering multiple alternatives properly due to missing arg localisation - Add Mojo::Message::Request `request_id` attribute - All built-in templates now contain a comment with their request_id - Some log messages now include their request_id Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 7.800.0Kent Fredric2020-08-132-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Mojo::UserAgent now verifies and rejects all invalid TLS certificates unless the user specifies $ua->insecure(1) - Test::Mojo defaults to being insecure for easier testing - `mojo get` now supports -k option (similar to `curl -k`) to allow fetching from invalid TLS URLs - Mojo::IOLoop::TLS no longer has a default tls_verify value, instead, disabling TLS verification is done with $tls->negotiate(tls_verify => 0x00) - Add Mojo::UserAgent->insecure - Add experimental server method to Mojolicious - Add experimental `before_server_start` hook - Fix bug where Mojo::DOM could only reuse Mojo::DOM objects containing root nodes - Add experimental Mojo::DOM->selector - Add reply->file helper to Plugin::DefaultHelpers - Deprecated delay helper in Plugin::DefaultHelpers - Add experimental Mojo::DOM->new_tag - Add experimental Mojo::DOM::HTML->{tag,tag_to_html} - All Mojo::DOM dom manipulation methods now faster then reusing Mojo::DOM objects - Fix windows directory traversal security issue - Support namespace selectors like "ns|*" in Mojo::DOM::CSS - Mojo::DOM::CSS supports ":link" and ":visited" pseudo-classes - Mojo::DOM::CSS supports hyphen-seperated list attribute selectors like "[hreflang|=en]" to match hreflang="en-us" - Fix Plugin::Config stash value unavailability with config_overrides feature - Deprecated placeholder quoting with "(placeholder)" in favor of "<placeholder>" - Fix various Mojo::Collection warnings - Add support for routes with placeholder types - Add types attr to Mojolicious::Routes{,::Pattern} - Add Mojolicious::Rotes->add_type - Add Mojo::Asset{,::File,::Memory}->to_file - Add 'num' placeholder type to Mojolicious::Routes - Remove deprecated instance methods Mojo::Promise->{all,race} - Improve Mojo::Content::MultiPart performance with large numbers of parts. - Fix more source-ordering problems in Mojolicious::Renderer content negotiation - Deprecate Mojo::{build_tx,Config,handler,log} - Add Mojolicious->config - Fix exceptions cased by non-UTF8 files in Mojo::Exception Security: - Older versions did not by default reject invalid TLS certificates, but code now needs to explicitly opt-in to this weak-security behaviour with ->insecure(1) - On windows, due to the different use of path seperators than unix, would-be attackers could subvert the directory-traversal protection in Mojo, and this is now mitigated by bailing dispatch entirely if a windows directory seperator is seen in the static dispatch path Bug: https://github.com/mojolicious/mojo/pull/1217 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 7.700.0Kent Fredric2020-08-132-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream: - Fix source ordering in content negotation in Mojolicious::Renderer - Fix content negotiation bug in ::Renderer that prevented all sources being considered - Fix source links in documentation browser - Mojolicious::Controller->respond_to improved and Plugin::DefaultHelpers now supports multiple MIME types in requests containing an X-Requested-With header - Fix RFC 7230 handling of "GET //foo/bar HTTP/1.1" in Message::Request - Fix bug in Mojo::Asset::File where forked process could prematurely delete temporary files - Remove Mojo::Cookie::Response 'origin' attribute - Remove deprecated data and remaining methods from Mojo::IOLoop::Delay - Add host_only attribute to Mojo::Cookie::Response - Mojo::Promise resolves with no results if no promises are passed - Add experimental timing->{begin,elapsed,rps,server_timing} helpers to Plugin::DefaultHelpers - Add experiimental Mojo::Headers->server_timing - Added support for new HTTP status code - Fix bug in Mojo::Log where short multi-line messages would not be properly formatted for systemd - Mojo::Log uses native systemd log levels - Add `-u` option to `get` command - Added `dont_use_nlink` option to Mojo::File::list_tree - Fix promise resolution bug in Mojo::Promise - Increase default `upgrade_timeout` from 60 to 180 seconds in Mojo::Server::Hypnotoad Security: - Upstream indicated in the changelog notes for 7.66 that "this contains fixes for security issues", presumably this commit: https://github.com/mojolicious/mojo/commit/c16a56a9d6575ddc53d15e76d58f0ebcb0eeb149 But upstream couldn't even be bothered to state what the security issue was, and reading the code doesn't make it apparent, but my best guess is its related to *adding* support for the host_only bit, which could result in web clients leaking cookies to the wrong domain without it. Some commentary says that "old cookies could be leaked", but I don't see any obvious changes to that effect. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Mojolicious: Bump to version 7.600.0Kent Fredric2020-08-132-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Unconditionally remove bad tests Upstream: - Deprecated Promise->{all,race} as instance methods - Improve Promise->{all,race} to handle arbitrary then-ables - Improve number detection in Mojo::JSON with workaround for some breaking changes in Perl 5.28 - Improve Mojo::DOM::HTML compliance with HTML Living Standard - Fix multi-role composition bug in Mojo::Base - Fix DATA sections in Mojolicious::Static where text files are not UTF-8 encoded as they should be. - Moved 'home' and 'ua' attributes from 'Mojo' to 'Mojolicious' - Mojo::IOLoop::Client only starts a threadpool with Net::DNS::Native on demand - Improved role composition with Mojo::IOLoop - Fix RFC 7230 complaiance in Mojo::Message::Response - Add Mojo::UserAgent->websocket_p Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBI: Stabilize 1.643.0 sparc, #732636Sam James2020-08-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Cpanel-JSON-XS: Stabilize 4.190.0 sparc, #732640Sam James2020-08-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/DBI: Stabilize 1.643.0 arm64, #732636Sam James2020-08-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/DBI: Stabilize 1.643.0 arm, #732636Sam James2020-08-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Pod-Parser: -r bump for decollision glue for perl <5.32Kent Fredric2020-08-113-14/+63
| | | | | | | | | | | | | | | - Provision virtual deps, which seems only sensible given this very module is an example of what happens upstream on a regular basis: core stuff that could be handled by a virtual gets ripped out and leave us to pick up the pieces. - Avoid installing "podselect" on perl <5.32, which already have this script, and thus, risks a collision (but installing this ebuild on perl 5.30 will still 'upgrade' the modules shipped in core due to its existing mechanisms Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Pod-Abstract: EAPI bump, add missing depAndreas K. Huettel2020-08-101-6/+5
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* dev-perl/Pod-Parser: New package, spliced out of core PerlAndreas K. Hüttel2020-08-083-0/+23
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/Email-Address-XS: Bump to version 1.40.0Kent Fredric2020-08-082-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Fix LICENSE - Ensure CFLAGS passed to make/compiler Upstream: - add support for parsing and generating addresses with nul character - fix compose_address when both user and host contain non-ASCII 8bit characters - Fix possible memory leak in dovecot parser - Update dovecot parser from dovecot version 2.3.0.1 - Fix reading from unititialized memory when formatting invalid addresses without user or host part - Fix formatting email addresses when user starts with nul byte - Prefer returning empty string from format functions instead of generating invalid email addresses. - Fix dovecot parser to disallow leading dot in dot-atom - Fix generating/validating email addresses with empty user part - Fix generating/validating email addresses with leading/trailing dot in user part. - try to parse invalid email addresses and mark them as invalid - Don't escape apostrophe's in generated email addresses. - Fix formatting email addresses which contain NUL, TAB, LF or CR - Fix formatting comments which contain NUL bytes. Security: - nul character handling changes in parsing could be a vuln, depending on what is done with the result, esp if it doesn't error ( I haven't determined what it does yet ) - "Possible" memory leaks in dovecot parser fixed. - Cribs some of dovcot parse code and may be subject to vulnerabilities in that file in previous versions - Fixed uninitialized memory access in certain address combinations Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Email-Address-List: -r bump for EAPI7 + fixesKent Fredric2020-08-082-0/+47
| | | | | | | | | - EAPI7 - Fix LICENSE - Migrate sed hack to a patch Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Emacs-PDE: Bump to version 0.2.17Kent Fredric2020-08-082-0/+47
| | | | | | | | | | | - EAPI7 - Fix LICENSE - Remove empty/used variable assignments - Push myconf closer to src_configure as a guard against variables being augmented between ebuild sourcing and function execution Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/EV: Bump to version 4.330.0Kent Fredric2020-08-082-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Fixup LICENSE - Ensure CFLAGS passed to make/compiler - Note: I investigated the possibilitiy of using system libev, which is published by the same author, but it isn't currently possible due to the build code needing *c* files from libev directly, and I'm not sure how to decouple that reliably. Upstream: - Sync to (bundled) libev 4.31 - Fix an assertion with a typo - Avoid perl's assert() in more places due to it misbehaving - update libecb for windows environments - use the new ev_io_modify in EV::IO->events - Add mutator methods Timer->repeat, Periodic->{offset,interval,reschedule_cb} - Minor optimizations - Try to name `ev.h` more explicitly for portability - Opportunistic round-up of wait times in polling backends to avoid unneeded loop iterations - Fix minix 3.3 support - Allow users to re-enable assert() in case it is disabled by perl - Allow linux AIO backend to be used by default - Only use __register_atfork with glibc/uclibc, to avoid being broken on musl Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla: add workaround for broken `authordeps --missing`Kent Fredric2020-08-082-0/+193
| | | | | | | | | | | | | | Stumbled into this working with app-admin/rex's 9999 version. `dzil authordeps --missing` was reporting missing deps, and bailing, even though they were provably installed. This fixes build issues with app-admin/rex-9999 with =dev-perl/Dist-Zilla-6.15.0 Bug: https://github.com/rjbs/Dist-Zilla/issues/660 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Bump to version 3.14.0Kent Fredric2020-08-082-0/+111
| | | | | | | | | | | | | | | | | | - Restore tests broken in 3.13.0 Upstream: - $dbh->{primary,foreign}_key_info methods now always return a statement handle even without matches. Callers should check row-count instead of undefness. - $dbh->tables now always returns a list, even if empty - Add support for pg_lo_{tell64,seek64,truncate64} for people dealing with ultra-large 'large objects' in Postgres 9.3 or greater. - Fix tests to run when not super-user - Fix tests to force loading proper version of DBD::Pg - Remove deprecated _pg_use_catalog method Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Role-ModuleMetadata: Ensure MBT dep in depend bug #736232Kent Fredric2020-08-081-0/+3
| | | | | | Closes: https://bugs.gentoo.org/736232 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Crypt-SMIME: Bump to version 0.260.0Kent Fredric2020-08-082-0/+50
| | | | | | | | | | | | | | | | | Upstream: - sign(), signonly(), encrypt(), check(), and decrypt() no longer truncate input on a NUL character. Security Note: - This may have security implications as it implies there may be scope for attacks where two sets of input would give the same output, due to content after the NUL not being part of the sign'ed content. I may be misunderstanding the problem, so please check the cited bug for details Bug: https://rt.cpan.org/Public/Bug/Display.html?id=133084 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Data-Visitor: Bump to version 0.310.0Kent Fredric2020-08-082-0/+34
| | | | | | | | | | Upstream: - Lots of package retooling, motivated by an automated update to a test to avoid issues where there are spaces in $^X - Avoid use of Class::Load Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/CGI-Compile: Bump to version 0.250.0Kent Fredric2020-08-082-0/+39
| | | | | | | | | Upstream: - Include source filename in compiled constructed package name to avoid in-memory symbol collisions Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Alien-Build: Bump to version 2.280.0Kent Fredric2020-08-082-0/+42
| | | | | | | | | | Upstream: - Fixes for unofficial 'msys' perl fork - Honour user supplied 'config.site' for autoconf - Hard drop support for Perl 5.8.{1,2,3} Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Role-ModuleMetadata: Bump to version 0.6.0Kent Fredric2020-08-072-0/+38
| | | | | | | | | | | - EAPI7 Upstream: - Weaken Module-Metadata dep - Now supports passing collect_pod => 1 to Module::Metadata Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion: Bump to version 2.0.10Kent Fredric2020-08-072-0/+39
| | | | | | | | | | | | | | | - EAPI7 Upstream: - Default to being an author test, not a release test - Inject develop prereqs on Test::Minimum version and require it in test - Remove shebang from generated test - Add strict/warnings to generated test - Seperate file gathering and file munging into different phases - implement dump_config for [MetaConfig] Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>