| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The result was achieved via the following pipeline:
pkgcheck scan -c RestrictTestCheck -R FormatReporter \
--format '{category}/{package}/{package}-{version}.ebuild' |
xargs -n32 grep -L RESTRICT |
xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"'
The resulting metadata was compared before and after the change.
Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip
added by the eclass. Two ebuilds have to be fixed because of multiline
IUSE.
Suggested-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13942
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
| |
Its somewhat important to keep a few of these around as upstream has a
"move fast and break stuff" stability policy.
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.48, Repoman-2.3.10
|
| |
|
| |
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
| |
|
|
|
|
| |
Package-Manager: Portage-2.3.14, Repoman-2.3.6
|
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
|
|
|
|
|
|
|
|
|
| |
Upstream:
- get command now supports -f
- get command can now pass request data by stdin redirection
- fix memory leak breaking timeout in TLS handshake
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Remove many previously advertised deprecated functions/interfaces
- Fix app generator command where config file name was not based on
application name
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
| |
Upstream:
- Add support for pluggable Morbo backends
- Deprecate ::Morbo::watch in favour of ::Morbo::Backend::Poll::watch
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- Add Mojo::Server::Daemon::ports
- Add Mojo::File::{remove_tree,open,tempfile,copy_to,realpath,
sibling}
- Mojo::File::list_tree supports 'dir' option.
- Add multiple-chunks-at-once support for Mojo::File::spurt
- Add Mojolicious::max_request_size attribute
- Add Mojo::UserAgent::max_response_size attribute
- Add Mojo::URL::to_unsafe_string
- Add '-S' option to 'get' command
- Fix data corrution in Mojo::IOLoop::Stream with IO::Socket::SSL
interactions
- Fix issue with large slurps on Mojo::Asset::File
- Fix multiple-subprocess spawn bug wtih Mojo::IOLoop::Subprocess
- Add support for UNIX domain sockets
- Mojo::UserAgent complains about unsupported protocols
- Fixed Mojo::URL generating invalid host strings.
- Fixed Mojo::Home blib handling
- Improved genertion of config files
- Support overriding config files in applications tested with
Test::Mojo
- Add Mojo::Util::html_attr_unescape
- Fix unescaping of HTML5 attributes in Mojo::DOM::HTML
Package-Manager: Portage-2.3.4, Repoman-2.3.2
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
|
| |
Upstream:
- Add Mojo::Util::extract_usage
- Mojo::Util::getopt now uses @ARGV byt default
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
| |
Upstream:
- Fix bug in Mojo::File::make_path dying without error
- Fixed warnings in Mojo::IOLoop::TLS
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- new modules Mojo::IOLoop::TLS and Mojo::File
- new methods: Mojo::IO::Loop::Client::can_{nnr,socks}
- Fixed relative %INC{} paths in Mojo::Home
- Fix bug with generating invalid fragment strings in Mojo::URL
- Deprecating:
* Mojo::Bytestream: slurp, spurt
* Mojo::Util: files
* Mojo::Home: lib_dir, parse, parts
- Mojo::Home now subclasses Mojo::File
- Mojo::Home's mojo_lib_dir and rel_file return Mojo::Home objects
- Mojolicious::Command's rel_file returns Mojo::Home objects
- Mojolicious::Validator::Validation's every_param and param
methods use the current topic.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream:
- deprecate Mojo::Home::{list_files,rel_dir},
Mojoliciois::Command::rel_dir,
Mojo::Message::Repsonse::is_status
- Fix IPC timeoutbug in Mojo::IOLoop::Subprocess
- Fix Morobo bug handling broken symlinks
- Add methods Mojo::Transaction::result,
Mojo::Message::Response::is_{client_error,error,info,
redirect,server_error,success}
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
| |
Upstream:
- Add methods "button_to" and "csrf_button_to" helpers to
Mojolicious::Plugin::TagHelpers
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: portage-2.3.2
|
|
Required by dev-perl/Business-ISBN
Previously maintained in perl-experimental since March 2010
by Dmyro Gorbunov, Kent Fredric, Michele Beltrame and Torsten Veller
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
|