summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2022-06-03One of the bigendian fixes accidently was 64bit only - make itmartin3-9/+11
work on 32bit powerpc too.
2022-06-03Updated www/ocsigen-start to version 6.1.0.jaapb3-10/+12
For such a huge change in version number, the changes are relatively minor, though there is one API-breaking change in the type of Os_tips.onclose.
2022-06-03Updated www/ocsigen-toolkit to version 3.2.0.jaapb3-10/+9
The changelog does not seem to have been updated, but changes are minor.
2022-06-03Update www/ocsigen-i18n to version 4.0.0.jaapb5-53/+28
Fixes are minor, but the package has switched to dune for building.
2022-06-03Fixed dependencies for www/eliomjaapb1-1/+2
(added databases/ocsipersist)
2022-06-03ocaml-cohttp: add missing ocaml-jsonm dependencywiz2-3/+4
Fixes build
2022-06-02Revbump all Go packages after go118 updatebsiegert10-17/+20
2022-06-02www/unit*: update to 1.27.0osa3-8/+7
<ChangeLog> *) Feature: ability to specify a custom index file name when serving static files. *) Feature: variables support in the "location" option of the "return" action. *) Feature: support empty strings in the "location" option of the "return" action. *) Feature: added a new variable, $request_uri, that includes both the path and the query parts as per RFC 3986, sections 3-4. *) Feature: Ruby Rack environment parameter "SCRIPT_NAME" support. *) Feature: compatibility with GCC 12. *) Bugfix: Ruby Sinatra applications don't work without custom logging. *) Bugfix: the controller process could crash when a chain of more than four certificates was uploaded. *) Bugfix: some Perl applications failed to process the request body, notably with Plack. *) Bugfix: some Spring Boot applications failed to start, notably with Grails. *) Bugfix: incorrect Python protocol auto detection (ASGI or WSGI) for native callable object, notably with Falcon. *) Bugfix: ECMAScript modules did not work with the recent Node.js versions. </ChangeLog>
2022-05-31www: add some perl packagesmarkd1-1/+6
2022-05-31p5-HTML-FormatExternal: add version 26markd3-0/+27
This is a collection of formatter modules which turn HTML into plain text by dumping it through the respective external programs.
2022-05-31p5-Web-Machine: add version 0.17markd3-0/+33
Web::Machine provides a RESTful web framework modeled as a state machine. You define one or more resource classes. Each resource represents a single RESTful URI end point, such as a user, an email, etc. The resource class can also be the target for POST requests to create a new user, email, etc. Each resource is a state machine, and each request for a resource is handled by running the request through that state machine.
2022-05-31p5-HTTP-Headers-ActionPack: add version 0.09markd3-0/+39
This is a module to handle the inflation and deflation of complex HTTP header types. In many cases header values are simple strings, but in some cases they are complex values with a lot of information encoded in them. The goal of this module is to make the parsing and analysis of these headers as easy as calling inflate on a compatible object. This top-level class is basically a Factory for creating instances of the other classes in this module. It contains a number of convenience methods to help make common cases easy to write.
2022-05-31p5-HTML-Gumbo: add version 0.18markd3-0/+38
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. Goals and features of the C library: * Fully conformant with the HTML5 spec. * Robust and resilient to bad input. * Simple API that can be easily wrapped by other languages. (This is one of such wrappers.) * Support for source locations and pointers back to the original text. (Not exposed by this implementation at the moment.) * Relatively lightweight, with no outside dependencies. * Passes all html5lib-0.95 tests. * Tested on over 2.5 billion pages from Google's index.
2022-05-31p5-Alien-LibGumbo: add version 0.05markd3-0/+33
This distribution installs libgumbo:https://github.com/google/gumbo-parser on your system for use by perl modules like HTML::Gumbo.
2022-05-31webkit-gtk: Add reference to upstream bug reportsleot3-5/+9
2022-05-30webkit-gtk: Hopefully fix all MAP_ALIGNED platformsleot3-36/+25
Instead of reusing Linux code path for NetBSD fix the MAP_ALIGNED problematic codepath by setting the protections. This should hopefully fix other MAP_ALIGNED platforms, not just NetBSD. Remove XXX comment now that the problem is understood (mmap protection was set via MAP_NONE and never adjusted in the MAP_ALIGNED platforms). PKGREVISION++
2022-05-29links-gui: update to 2.26.fcambus1-2/+2
=== RELEASE 2.26 === Wed Apr 6 18:13:16 CEST 2022 mikulas: Fix a display glitch if the list is empty and the user presses '*' Sat Mar 26 11:09:12 CET 2022 mikulas: Add a possibility to pass gopher:// URLs to an external program Sat Jan 1 14:46:06 CET 2022 Martin Michel <martin.famic.de>: Updated the German translation Updated the initial bookmarks Fri Dec 24 12:47:58 CET 2021 zinov@waifu.club: Fix a bug when form submit url contained '#' Sun Dec 5 18:17:11 CET 2021 mikulas: Support WEBP images Fri Dec 3 17:40:55 CET 2021 mikulas: Support DNS-over-HTTPS Sun Nov 21 11:36:45 CET 2021 mikulas: Try multiple IPv4 addresses on systems that don't have getaddrinfo Sun Nov 14 20:55:11 CET 2021 Timur Adamov <nbvec222@gmail.com>: Handle the "TD" tag outside "TR" the same way as in other browsers Tue Oct 19 18:42:50 CEST 2021 mikulas: Make it possible to bind a socket to a network interface It could be activated by specifying interface name in the "Bind to local IP address" box
2022-05-29links: update to 2.26.fcambus4-17/+17
=== RELEASE 2.26 === Wed Apr 6 18:13:16 CEST 2022 mikulas: Fix a display glitch if the list is empty and the user presses '*' Sat Mar 26 11:09:12 CET 2022 mikulas: Add a possibility to pass gopher:// URLs to an external program Sat Jan 1 14:46:06 CET 2022 Martin Michel <martin.famic.de>: Updated the German translation Updated the initial bookmarks Fri Dec 24 12:47:58 CET 2021 zinov@waifu.club: Fix a bug when form submit url contained '#' Sun Dec 5 18:17:11 CET 2021 mikulas: Support WEBP images Fri Dec 3 17:40:55 CET 2021 mikulas: Support DNS-over-HTTPS Sun Nov 21 11:36:45 CET 2021 mikulas: Try multiple IPv4 addresses on systems that don't have getaddrinfo Sun Nov 14 20:55:11 CET 2021 Timur Adamov <nbvec222@gmail.com>: Handle the "TD" tag outside "TR" the same way as in other browsers Tue Oct 19 18:42:50 CEST 2021 mikulas: Make it possible to bind a socket to a network interface It could be activated by specifying interface name in the "Bind to local IP address" box
2022-05-29webkit-gtk: Update to 2.36.3leot11-57/+137
pkgsrc changes: - Remove USE_LD_GOLD option adjustment. The option was removed, if gold is accidentally picked up it should be re-investigate how to re-disable it. - USE_SYSTEMD option is no longer available, switch to ENABLE_JOURNALD_LOG and unconditionally disable it to avoid possible systemd dependencies - ENABLE_OPENGL option is no longer available, switch to USE_OPENGL_OR_ES (not tested) Changes: WebKitGTK 2.36.3 ================ - Support capturing already encoded video streams, which takes advantage of encoding done in hardware by devices which support this feature. - Avoid using experimental GStreamer elements for video demuxing. - Avoid using the legacy GStreamer VA-API decoding plug-ins, which often cause rendering issues and are not much maintained. Their usage can be re-enabled setting WEBKIT_GST_ENABLE_LEGACY_VAAPI=1 in the environment. - Fix playback of YouTube streams which use dynamic ad insertion. - Fix display capture with Pipewire. - Fix the build without the X11 target when X11 headers are not present. - Fix several crashes and rendering issues. WebKitGTK 2.36.2 ================ - Fix some pages showing empty content boxes when using GTK4. - Fix the build with accessibility disabled. - Fix the build with newer Ruby versions. - Fix several crashes and rendering issues. WebKitGTK 2.36.1 ================ - Fix the build with accessibility disabled. - Fix several crashes and rendering issues. - Translation updates: Croatian. WebKitGTK 2.36.0 ================ - Fix selection foreground color on text with decorations. - Fix seeking on YouTube videos. - Fix list item marker not exposed to a11y when not a direct child of a list item. - Fix a crash while closing a page. - Fix the build to make it reproducible again. - Fix several crashes and rendering issues. WebKitGTK 2.35.90 ================= - Fix scrolling with the mouse wheel on sites using overscroll-behavior. - Suspend web processes after some time in the process cache. - Fix renderning of horizontal scrollbars with themes enabling steppers. - Ensure EGL displays are terminated before web process exits. - Deinitialize gstreamer before web process exits. - Make fonts under XDG_DATA_DIRS available in web process sanbox. - Canonicalize paths passed to bubblewrap launcher. - Fix several crashes and rendering issues. - Translation updates: Hebrew. WebKitGTK 2.35.3 ================ - Fix a crash at startup when bubblewrap sandbox is enabled. - Fix a crash when starting a drag an drop on touchscreen. - Fix several crashes and rendering issues. WebKitGTK 2.35.2 ================ - Add new accessibility implementation using ATSPI DBus interfaces instead of ATK. - Use native GtkWidgets for form validation popups. - Add support for requestVideoFrameCallback. - Add support for accent colors. - Fix pinch zooming from a link to not activate the link. - Fix kinetic scrolling via touch screen. - Fix several crashes and rendering issues. WebKitGTK 2.35.1 ================ - Make user interactive threads (event handler, scrolling, ...) real time in linux. - Add new API to set HTTP response information to custom uri schemes. - Add support for media session. - Change hardware-acceleration-policy setting default value to always. - Fix jsc_value_object_define_property_accessor() to work with objects not having a wrapped instance. - Fix several crashes and rendering issues.
2022-05-28Make firefox52 build + run on NetBSD/macppc.martin6-75/+70
2022-05-28www/php-ja-wordpress: update to 5.9.3taca3-186/+723
Catch up to www/wordpress and changes from 5.6 are too many to write here.
2022-05-28www/php-http4: update to 4.2.2taca2-9/+7
pkgsrc change: Do not try to build on php74. 4.2.2 (2022-02-25) * Fixed gh-issue #123: Segfault with libcurl 7.81
2022-05-28Update to 10.9.1wen3-13188/+16174
Upstream changelog is too long, please visit: https://github.com/owncloud/core/
2022-05-28www/ruby-rack: update to 2.2.3.1taca2-6/+6
2.2.3.1 (2022-05-27) * [CVE-2022-30123] Fix shell escaping issue in Common Logger * [CVE-2022-30122] Restrict parsing of broken MIME attachments
2022-05-28www/ruby-innate: update HOMEPAGEtaca1-2/+2
2022-05-28tinyproxy: updated to 1.11.1adam2-6/+6
1.11.1 Fixes issues detected in 1.11.0, add new fnmatch based filtertype.
2022-05-28Update to 9.3.14wen3-14/+25
Upstream changes: 9.3.14: This is a security release of the Drupal 9 series. This release fixes security vulnerabilities. Sites are urged to update immediately after reading the notes below and the security announcements: Drupal core - Moderately critical - Third-party libraries - SA-CORE-2022-010 9.3.13: Changes since 9.3.12 Issue #3278163 by xjm, nod_, lauriii: yarn upgrade for latest security vulnerabilities Issue #3266912 by nod_, Wim Leers, lauriii, xjm, mmjvb: Review version constraints for production yarn dependencies Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second Revert "Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second" Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second Issue #3270709 by Shashwat Purav, Chi, apaderno: Remove reference to contextual_pre_render_placeholder() function Issue #3277309 by phjou, mradcliffe, benjifisher, markie: Update links to Drupal documentation pages in Umami Issue #2995367 by quietone, xjm, Lendude: Fix update module test fixture names for 8.2.0-rc2 sample data Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm, sjothivelu@valleywater.org, mcolebank, joshmiller, markie, mradcliffe, pilot3, W01F: Dialog css references nonexistient --color-whitesmoke css variable Issue #3277743 by xjm, RainbowArray: Update contributor name and username in MAINTAINERS.txt Issue #3228691 by Wim Leers, lauriii, nod_: Restrict allowed additional attributes to prevent self XSS Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media View Modes don't work if alignment not enabled Issue #3261599 by hooroomoo, Wim Leers, lauriii: Use CKEditor 5's native <ol start> support (and also support <ol reversed>) Issue #3277405 by Wim Leers, nod_: Update @ckeditor/ckeditor5-list to v34.0.1 Issue #3231334 by Wim Leers, bnjmnm: Global attributes (<* lang> and <* dir="ltr rtl">): validation + support (fix data loss) Issue #3229078 by scott_euser, Wim Leers, hooroomoo, brentg, yogeshmpawar, catch: Unit tests for all @CKEditor5Plugin plugin classes Issue #3248425 by nod_, yogeshmpawar, Wim Leers, lauriii, bnjmnm, marcvangend: Ensure that all classes and functions in Drupal-specific CKEditor 5 plugins are documented Issue #3269085 by alexpott, larowlan, danflanagan8, Matroskeen: [random test failure] Random test fail in EntityAutocompleteTest Issue #3276627 by Wim Leers, hooroomoo: CKEditor5::shouldHaveVisiblePluginSettingsForm() does not correctly handle configurable CKE5 plugin that has a filter condition Issue #3276670 by hooroomoo, Wim Leers: Some configurations of allowed view modes cause CKE to fail to initialize Issue #2717921 by gaurav.kapoor, drnikki, subhashuyadav, pratik_specbee, hmendes, jhodgdon, joachim, effulgentsia, shashikant_chauhan, Wim Leers, larowlan: undocumented #has_garbage_value property of render elements Issue #3245720 by hooroomoo, nod_, Wim Leers, lauriii, yash.rode: [drupalMedia] Support choosing a view mode for Issue #3261943 by bnjmnm, lauriii, Wim Leers, andreasderijcke, ifrik: Confusing behavior after pressing "Apply changes to allowed tags" with invalid value Issue #3230230 by bnjmnm, johnwebdev, Wim Leers, lauriii, Anna_CKSource, Reinmar: Enable table captions; override CKE5's default downcast to generate <table><caption></table> instead of <figure><table><figcaption></figure> Issue #3272035 by mherchel, andy-blum: Add "linktext" and "canvastext" to cspell dictionary. Issue #3273056 by kmonahan, mherchel, Johnny Santos, rkoller, ckrina: Active and hover state of skip to main content has a too low color contrast Issue #3130305 by mherchel, cindytwilliams, bnjmnm, saschaeggi, andrewmacpherson: Ensure all of Claro's background images are visible in forced colors mode Issue #3269341 by mherchel, KurtTrowbridge: Claro element not rendering properly in forced colors Back to dev. Merged 9.3.12. Issue #3269091 by gambry, yogeshmpawar, jonathanshaw, joachim, alexpott: Undocumented behaviour for Schema::findTables() when an underscore is used Issue #3273325 by Dom., Wim Leers, andregp, ifrik: CKE5 and contrib: better "next action" description on upgrade path messages Issue #3274278 by Wim Leers, jcnventura, yogeshmpawar, andregp, bnjmnm: Migrate "codetag" contrib CKEditor 4 plugin to built-in equivalent in core's CKEditor 5
2022-05-26dotclear: Update to 2.22triaxx9-179/+136
upstream changes: ----------------- * PHP 7.4+ is required, PHP 8.0/8.1 compliance * Bug fixes
2022-05-25www: Add py-wtforms-sqlalchemy.kleink1-1/+2
2022-05-25Import WTForms-SQLAlchemy-0.3 as www/py-wtforms-sqlalchemy.kleink4-0/+45
WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package from WTForms. The package has been renamed to wtforms_sqlalchemy but otherwise should function the same as wtforms.ext.sqlalchemy did.
2022-05-25www: Add py-wtforms-django.kleink1-1/+2
2022-05-25Import WTForms-Django-0.1 as www/py-wtforms-django.kleink4-0/+48
WTForms-Django is a fork of the wtforms.ext.django package from WTForms. The package has been renamed to wtforms_django but otherwise should function the same as wtforms.ext.django did.
2022-05-25www: Add py-wtforms-dateutil.kleink1-1/+2
2022-05-25Import WTForms-dateutil-0.1 as www/py-wtforms-dateutil.kleink4-0/+36
WTForms integration for dateutil.
2022-05-25*: mark as not-for-python-2.7 due to py-wtformswiz2-2/+6
2022-05-25www: Add py-wtforms-appengine.kleink1-1/+2
2022-05-25Import WTForms-Appengine-0.1 as www/py-wtforms-appengine.kleink4-0/+48
WTForms-Appengine is a fork of the wtforms.ext.appengine package from WTForms. The package has been renamed to wtforms_appengine but otherwise should function the same as the ext package, at least for the moment.
2022-05-25py-flask-wtf: Update to 1.0.1.kleink3-13/+8
Version 1.0.1 ------------- Released 2022-03-31 - Update compatibility with the latest Werkzeug release. :issue:`511` Version 1.0.0 -------------- Released 2021-11-07 - Deprecated items removal :pr:`484` - Support for alternatives captcha services :pr:`425` :pr:`342` :pr:`387` :issue:`384` Version 0.15.1 -------------- Released 2021-05-25 - Add ``python_requires`` metadata to avoid installing on unsupported Python versions. :pr:`442` Version 0.15.0 -------------- Released 2021-05-24 - Drop support for Python < 3.6. :pr:`416` - ``FileSize`` validator. :pr:`307, 365` - Extra requirement ``email`` installs the ``email_validator`` package. :pr:`423` - Fixed Flask 2.0 warnings. :pr:`434` - Various documentation fixes. :pr:`315, 321, 335, 344, 386, 400`, :pr:`404, 420, 437` - Various CI fixes. :pr:`405, 438`
2022-05-25py-wtforms: Update to 3.0.1.kleink3-91/+24
Version 3.0.1 ------------- Released 2021-12-23 - Fixed :class:`~fields.DateTimeField` and other similar fields can handle multiple formats. :issue:`720` :pr:`721` - Stop support for python 3.6 :pr:`722` Version 3.0.0 ------------- Released 2021-11-07 - Fixed :class:`~fields.RadioField` validators. :issue:`477` :pr:`615` - :meth:`~fields.FormField.populate_obj` always calls :func:`setattr` :pr:`675` - WTForms has a new logo. :issue:`569` :pr:`689` - Fixed :class:`~fields.RadioField` `render_kw` rendering. :issue:`490` :pr:`628` :pr:`688` - Support for optgroups in :class:`~fields.SelectField` and :class:`~fields.SelectMultipleField`. :issue:`656` :pr:`667` - Minor documentation fix. :issue:`701` - Custom separators for :class:`~fields.FieldList`. :issue:`681` :pr:`694` - :class:`~fields.DateTimeField`, :class:`~fields.DateField` and :class:`~fields.TimeField` support time formats that removes leading zeros. :pr:`703` - Refactoring: split `fields/core.py` and `fields/simple.py` :pr:`710` Version 3.0.0a1 --------------- Released 2020-11-23 - Drop support for Python < 3.6. :pr:`554` - :class:`~fields.StringField` sets ``data`` to ``None`` when form data is empty and an initial value was not provided. Although it previously set an empty string, ``None`` is consistent with the behavior of other fields. :pr:`355` - Specified version of Babel required for setup to avoid errors. :pr:`430` - Replaced use of ``getattr``/``setattr`` with regular variable access. :issue:`482` - :class:`ValueError` raised by a validator are handled like regular exceptions. Validators need to raise :class:`~validators.ValidationError` or :class:`~validators.StopValidation` to make a validation fail. :issue:`445` - :class:`~fields.SelectField`, :class:`~fields.SelectMultipleField` and :class:`~fields.RadioField` *choices* parameter can be a callable. :pr:`608` - Choices shortcut for :class:`~fields.core.SelectMultipleField`. :issue:`603` :pr:`605` - Forms can have form-level errors. :issue:`55` :pr:`595` - Implemented :class:`~wtforms.fields.core.MonthField`. :pr:`530` :pr:`593` - Filters can be inline. :meth:`form.BaseForm.process` takes a *extra_filters* parameter. :issue:`128` :pr:`592` - Fields can be passed the ``name`` argument to use a HTML name different than their Python name. :issue:`205`, :pr:`601` - Render attribute names like ``for_`` and ``class_`` are normalized consistently so later values override those specified earlier. :issue:`449`, :pr:`596` - Flags can take non-boolean values. :issue:`406` :pr:`467` - Widgets are HTML5 by default. :issue:`594` :pr:`614` - Fixed a bug when the :class:`~wtforms.fields.core.SelectField` choices are list of strings. :pr:`598` - Error messages standardization. :issue:`613` :pr:`620` :pr:`626` :pr:`627` - :class:`~wtforms.fields.core.SelectMultipleField` `validate_choice` bugfix. :issue:`606` :pr:`642` - Fixed SelectMultipleField validation when using choices list shortcut. :issue:`612` :pr:`661`
2022-05-25www/nginx*: cross mergingosa5-8/+40
The third-party upload module has been add to www/nginx-devel. Merge pcre/pcre2 functional from www/nginx-devel to www/nginx. I'm going to review patches for the both ports. Bump PKGREVISIONs.
2022-05-25www/nginx: update 1.21.6 -> 1.22.0osa3-20/+19
Also, update third-party modules: o) http_push from 1.2.12 to 1.2.15 o) lua from 0.10.20 to 0.10.21 o) njs from 0.7.3 to 0.7.4
2022-05-25www/nginx: update to the recent stable version, 1.22.0osa3-20/+19
Also, update third-party modules: o) http_push from 1.2.12 to 1.2.15 o) lua from 0.10.20 to 0.10.21 o) njs from 0.7.3 to 0.7.4
2022-05-24htmldoc: update to 1.9.16.fcambus2-6/+6
# Changes in HTMLDOC v1.9.16 - Added support for `$DATE(format)` and `$TIME(format)` header/footer strings (Issue #472) - Fixed a potential image overflow bug with JPEG and PNG images (Issue #471) - Fixed potential heap overflow bugs with pages (Issue #477, Issue #478, Issue #480, Issue #482, Issue #483) - Fixed potential use-after-free in blocks (Issue #484) - Updated the GNU TLS HTTPS support code to use a faster connection shutdown mode (Issue #487) - Fixed some minor Coverity warnings. - Updated the GUI interface for current display fonts.
2022-05-24Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packagesjaapb4-8/+8
2022-05-24Recursive revbump associated with update of ocaml.jaapb6-18/+18
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
2022-05-24www/php-propro2: dose not support PHP 8 and latertaca1-2/+2
* This pacakge dose not support PHP 8 and later.
2022-05-24py-httpx: updated to 0.23.0adam3-8/+11
0.23.0 (23rd May, 2022) Changed * Drop support for Python 3.6. * Use `utf-8` as the default character set, instead of falling back to `charset-normalizer` for auto-detection. To enable automatic character set detection, see [the documentation](https://www.python-httpx.org/advanced/#character-set-encodings-and-auto-detection). Fixed * Fix `URL.copy_with` for some oddly formed URL cases. * Digest authentication should use case-insensitive comparison for determining which algorithm is being used. * Fix console markup escaping in command line client. * When files are used in multipart upload, ensure we always seek to the start of the file. * Ensure that `iter_bytes` never yields zero-length chunks. * Preserve `Authorization` header for redirects that are to the same origin, but are an `http`-to-`https` upgrade. * When responses have binary output, don't print the output to the console in the command line client. Use output like `<16086 bytes of binary data>` instead. * Fix display of `--proxies` argument in the command line client help. * Close responses when task cancellations occur during stream reading. * Fix type error on accessing `.request` on `HTTPError` exceptions.
2022-05-24py-httpcore: updated to 0.15.0adam3-10/+7
0.15.0 - Drop Python 3.6 support - Ensure HTTP proxy CONNECT requests include `timeout` configuration. - Switch to explicit `typing.Optional` for type hints - For `trio` map OSError exceptions to `ConnectError`
2022-05-23Updated www/eliom to version 10.0.0.jaapb4-36/+40
There are not as many changes as might be expected from the large version increase; mostly compatibility updates and minor fixes.
2022-05-23www/hackernews-tui: add warning about require rustpin1-1/+3