HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.
From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
the electronjs port is going to live inside the chromium port,
as a separate flavor, which is called electron (obviously)
because it requires all of our chromium patches as well and
this way we can avoid having to maintain another subdirectory
with hundreds of patches; this is mostly unconventional but
for me this is the best solution (maintainence-wise)
a couple of patches for the actual electron source are shamelessly
stolen from freebsd
this commit also adds a --no-sandbox flag because electron
cannot use unveil and pledge just yet, i will work on that
in the future
basic stuff works, but don't expect anything fancy yet
--
initial versoin of electron-6.0.3:
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
see http://nginx.org/en/security_advisories.html: When using HTTP/2 a
client might cause excessive memory consumption and CPU usage
(CVE-2019-9511, CVE-2019-9513,CVE-2019-9516).
Update chroot patch & fix WANTLIB while here.
ok sthen@ danj@ robert@ (maintainer)
py-cherrypy2 is python2-only, has no consumers, and hasn't been
updated since import in 2007
py-clientform is python2-only, has no consumers, and hasn't been
updated since 2009
py-htmltmpl is python2-only, has no consumers, and hasn't been
updated since 2010
OK sthen@
Soup 4. It aims to provide selecting, matching, and filtering using
modern CSS selectors."
Version 1.9.2
It is needed for www/py-beautifulsoup4 4.7.0+ as the CSS Selector
implementation in bs4 was replaced with a dependency on soupsieve.
ok danj@
[tvigle] Add support for HLS and DASH formats (#21967)
[tvigle] Fix extraction (#21967)
[yandexvideo] Add support for DASH formats (#21971)
[discovery] Use API call for video data extraction (#21808)
[mgtv] Extract format_note (#21881)
[tvn24] Fix metadata extraction (#21833, #21834)
[dlive] Relax URL regular expression (#21909)
[openload] Add support for oload.best (#21913)
[youtube] Improve metadata extraction for age gate content (#21943)
Changelog:
+ Add another retry to workaround pixelfed's general unreliability.
+ Attached images are not lost when previewing.
- Remove sensitivity to spicy peppers.
+ Keep reply to setting during preview.
+ Increase max thread retrieval depth to 10.
from Horia Racoviceanu