summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2022-08-26py-django14: remove mysql optionwiz1-7/+7
Latest py-mysqldb does not support python 2.x
2022-08-25www/so: update to 0.4.9pin3-187/+135
0.4.9 Added - Allow o keybinding from the lucky prompt. - Permanent help text (#24). Fixed - Hardcoded stackoverflow link
2022-08-25www/ruby-sawyer: update to 0.9.1taca2-6/+6
0.9.1 (2022-04-19) What's Changed * Specify correct minimal Faraday version by @skryukov in #73 New Contributors * @skryukov made their first contribution in #73 Contributors * @skryukov 0.9.0 (2022-04-19) What's Changed * Allow closing underlying connection. by @ioquatix in #67 * Enhance Faraday Support by @iMacTia in #72 New Contributors * @ioquatix made their first contribution in #67 * @iMacTia made their first contribution in #72
2022-08-24webkit-gtk: Update to 2.36.7leot3-10/+9
Changes: 2.36.7 ====== - Fix several crashes and rendering issues.
2022-08-24py-pook: python 3.x onlywiz1-1/+3
2022-08-24www/Makefile: + py-pookwiz1-1/+2
2022-08-24www/py-pook: import py-pook-1.0.2wiz4-0/+145
Versatile, expressive and hackable utility library for HTTP traffic mocking and expectations made easy in Python. Heavily inspired by gock.
2022-08-24py-WebOb and dependencies: restrict to python 3.xwiz4-10/+13
2022-08-24*: use coverage from versioned_dependencies.mkwiz5-11/+18
2022-08-24*: use py-test-cov from versioned_dependencieswiz2-5/+8
2022-08-23Update to 0.13wen2-7/+6
Upstream changes: 0.13 20220816 . Address changes in HTML::Form 6.08 Thanks to Julien and Slaven for alerting me to this change!
2022-08-23Update to 6.15wen2-10/+7
Update DEPENDS Upstream changes: 2.15 2022-08-21 07:47:35Z [FIXED] - There was a test suite failure on some Windows machines introduced in 2.14 that is now fixed. (GH#350) (Julien Fiegehenn) [ENHANCEMENTS] - form_with and all_forms_with() now support the "action" attribute to find forms (GH#349) (Julien Fiegehenn) 2.14 2022-08-15 19:19:24Z [FIXED] - File upload fields now correctly handle overwriting the file name and passing in content without a real file (GH#249) (Gil Magno and Julien Fiegehenn) - HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn) [ENHANCEMENTS] - Add autocheck() to enable or disable autochecking at run time in addition to setting it at object creation (GH#232) (Julien Fiegehenn) - mech_dump now errors appropriately when it cannot open a URL or file instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn) 2.13 2022-07-29 09:44:46Z [ENHANCEMENTS] - mech_dump now treats all local files like HTML regardless of what it thinks their content types are (GH#63) (Julien Fiegehenn) - We now consistently use our own die() method and therefore the onerror handler wherever possible (GH#80) (Julien Fiegehenn) [TESTS] - Add tests for field() when working on a <textarea> (GH#220) (Julien Fiegehenn) 2.12 2022-07-20 06:45:40Z [ENHANCEMENTS] - form_name(), form_id(), form_with() and form_with_fields() can now all return the nth instance of a form instead of always returning the first instance (GH#110) (Jeff Culverhouse and Julien Fiegehenn) [TESTS] - Tests using a local temporary server are now safe to use with HTTP/1.1 and keep-alive (GH #14) (Stanislaw Pusep and Julien Fiegehenn) - We now use Test::Pod::LinkCheck to ensure there are no broken links in our documentation (GH #337) (Julien Fiegehenn) 2.11 2022-07-17 17:25:39Z [FIXED] - tick() can now handle checkboxes without a value (GH#331) (Jordan M Adler and Julien Fiegehenn) [ENHANCEMENTS] - set_fields() and submit_form(with_fields => ...) can now set multiple choice inputs (e.g. select and radio) to the nth value (GH29) (Alastair Douglas and Julien Fiegehenn) 2.10 2022-07-04 21:06:13Z [ENHANCEMENTS] - Added form_action($action) to look up forms by regex matching $action (GH#19) (Mark Leighton Fisher and Julien Fiegehenn) [DOCUMENTATION] - Explain that file URIs need url encoding (GH#329) (Julien Fiegehenn and 積丹尼 Dan Jacobson) 2.09 2022-06-14 14:20:04Z [DOCUMENTATION] - Various POD fixes (Julien Fiegehenn) 2.08 2022-05-30 17:32:33Z [TESTS] - Drop CGI and HTTP::Server::Simple::CGI test dependencies (GH#327) (Graham Knop) 2.07 2022-04-29 15:39:17Z [FIXED] - Don't follow redirects in some tests (GH#326) (Olaf Alders)
2022-08-23Update to 6.10wen2-7/+6
Upstream changes: 6.10 2022-08-22 13:20:12Z - Use "croak" instead of "die" to show errors from the perspective of the caller [RT#20499] (GH#29) (Julien Fiegehenn) - Remove the executable bit from a couple of tests (GH#41) (James Raspass) - <option>s within select fields without a name no longer get merged into the previous select field (GH#2) (Julien Fiegehenn) - find_input() can now take a reference to undef to explicitly find inputs that have no name (GH#2) (Julien Fiegehenn) 6.09 2022-08-14 22:16:37Z - Replace "use vars" with "our" (GH#34) (James Raspass) - Remove superfluous "use lib" (GH#35) (James Raspass) - Replace "Test" with "Test::More" (GH#36) (James Raspass) - Remove superfluous variable copy (GH#37) (James Raspass) 6.08 2022-08-14 09:26:10Z - Remove Authority section from dist.ini (GH#27) (Olaf Alders) - Allow buttons to not have a value (GH#8) (Felix Ostmann and Julien Fiegehenn) - The legacy API of FileInput fields now correctly supports setting a custom filename (GH#10) (Gil Magno and Julien Fiegehenn) - Allow undef filename for FileInput if there is a Content header (GH#30) (Julien Fiegehenn)
2022-08-23webkit-gtk: add CHECK_PORTABILITY_SKIPstnn1-1/+4
2022-08-23py-sanic: updated to 22.6.2adam4-13/+57
Version 22.6.0 Features Introduce HTTP/3 and autogeneration of TLS certificates in DEBUG mode 👶 EARLY RELEASE FEATURE: Serving Sanic over HTTP/3 is an early release feature. It does not yet fully cover the HTTP/3 spec, but instead aims for feature parity with Sanic’s existing HTTP/1.1 server. Websockets, WebTransport, push responses are examples of some features not yet implemented. 📦 EXTRA REQUIREMENT: Not all HTTP clients are capable of interfacing with HTTP/3 servers. You may need to install a HTTP/3 capable client. 📦 EXTRA REQUIREMENT: In order to use TLS autogeneration, you must install either mkcert or trustme. Add message to task.cancel Add exception aliases for more consistent naming with standard HTTP response types (BadRequest, MethodNotAllowed, RangeNotSatisfiable) Expose ASGI scope as a property on the Request object Easier access to websocket class for annotation: from sanic import Websocket New API for reading form values with options: Request.get_form Add custom loads function Improved API to support setting cache control headers Move verbosity filtering to logger Expose getter for current request using Request.get_current() Bugfixes Fix to allow running with pythonw.exe or places where there is no sys.stdout Trigger http.lifecycle.request signal in ASGI mode Resolve typing of stacked route definitions Properly catch websocket CancelledError in websocket handler in Python 3.7 Deprecations and Removals v22.6 deprecations and changes Optional application registry Execution of custom handlers after some part of response was sent Configuring fallback handlers on the ErrorHandler Custom LOGO setting sanic.response.stream AsyncioServer.init
2022-08-22kore: update to 4.2.3.fcambus2-6/+6
New features: - Ability to add authenticators to filemaps. - Python: Add support for CRLs in kore.domain(). Bug fixes: - The Kore parent process will use the correct exit code if a worker process calls fatalx(). - Fix a bug in kore.recvmsg() related to the returned length of the ancdata. - Several bug fixes for concurrency when using Python 3.10.x. Other changes: - Removed useless debug messages all across the board. - Added more format attributes where useful. - Added KORE_TMPDIR define (default /tmp) for single binary builds.
2022-08-22www/so: update to 0.4.8pin3-431/+535
0.4.8 Added Keybinding: Press o to open the current answer in the default browser
2022-08-22nghttp2: updated to 1.49.0adam2-6/+6
Nghttp2 v1.49.0 lib This release adds nghttp2_check_header_value_rfc9113 which complains leading and trailing white spaces. The library now uses this function instead of nghttp2_check_header_value when checking HTTP header fields. asio libnghttp2_asio has been moved to its own repository and got new maintainer. libnghttp2_asio related code in nghttp2 repository will not get any updates and be removed at the end of 2022. python Python bindings have been deprecated, and will not get any updates and be removed at the end of 2022 due to the maintenance issues. nghttpx Randomizing backend server selection has been added again. The broken PROXY-protocol when TLS is used has been fixed. nghttpx now removes trailing white spaces from HTTP header fields to align with RFC 9113.
2022-08-22py-urllib3: updated to 1.26.12adam2-6/+6
1.26.12 (2022-08-22) -------------------- * Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module. Both will be removed in v2.x. See this `GitHub issue <https://github.com/urllib3/urllib3/issues/2680>`_ for justification and info on how to migrate.
2022-08-22*: bump for hs-vector-algorithms buildlink3.mk changewiz6-12/+12
2022-08-21www/so: update to 0.4.7pin3-16/+17
Added - Keybinding: Press y to yank to system clipboard - New config field for specifying command to copy to system clipboard
2022-08-21hugo: update to 0.101.0bsiegert3-980/+1095
v0.101.0 Hugo v0.101.0 comes with GIF animation image processing, a new hl_inline option for code highlighting, a new :slugorfilename permalink keyword, we now respect the NO_COLOR OS env var, and more. v0.100.2 This release is mostly motivated by the fix for the panic experienced by people having blackfriday configured as defaultMarkdownHandler. The Blackfriday support was removed in Hugo v0.100.0 after being deprecated with a warning for a long time. v0.100.1 Fix panic with markdownify/RenderString with shortcode on Page with no content file. v0.100.0 $page.RenderString finally supports shortcodes, and shortcode improvements is the main theme in Hugo 0.100.0. Indentation fixes for shortcode blocks: We now record the indentation before the opening shortcode tag when parsing the source. This allow us to fix a couple of annoying issues in Hugo: 1. We have added a new .InnerIndent method to the shortcode context to prevent the highlight shortcode from including in the indentation as part of the code block. 2. Hugo now preserves the indentation for shortcode blocks. See more below. A shortcode block is when the shortcode is included as the first non-whitespace content on a line. Note that this does not touch shortcodes with inner content, where the user is in control of the indentation. Also noteworthy is the new template function resources.Copy which allows you to copy almost any Hugo Resource (the one exception is the Page), possibly most useful for renaming things.
2022-08-21www/jira-cli: Update to 1.1.0fox3-8/+9
Changes since 1.0.0: This release fixes the issue with screen flickering and insecure TLS config + adds some features. ## What's added? - feat: Ability to add worklog by @ankitpokhrel in #410 - feat: Make selection highlight customizable by @ankitpokhrel in #419 ## What's fixed? - fix: Flickering issue by @ankitpokhrel in #436 - fix: Issue with insecure TLS config by @ankitpokhrel in #413 - fix: Issue with default assignee and unassign from tui by @ankitpokhrel in #405 - fix(minor): Use pointer receiver to avoid heavy copying by @ankitpokhrel in #426 ## Other notable changes - ehc: Increase max col width + some cleanup by @ankitpokhrel in #427 - chore: Remove deprecated ioutil usage by @ankitpokhrel in #422 New Contributors - @stavares843 made their first contribution in #423 Full Changelog: https://github.com/ankitpokhrel/jira-cli/compare/v1.0.0...v1.1.0
2022-08-20hs*: recursive bump for new dependencies neededwiz8-16/+16
for hs-aeson, hs-vector
2022-08-19py-paste: updated to 3.5.2adam2-6/+6
3.5.2 * Additional fixes to next in iterators.
2022-08-18py-tornado: updated to 6.2adam3-8/+11
What's new in Tornado 6.2.0 =========================== Jul 3, 2022 ----------- Deprecation notice ~~~~~~~~~~~~~~~~~~ - Python 3.10 has begun the process of significant changes to the APIs for managing the event loop. Calls to methods such as `asyncio.get_event_loop` may now raise `DeprecationWarning` if no event loop is running. This has significant impact on the patterns for initializing applications, and in particular invalidates patterns that have long been the norm in Tornado's documentation and actual usage. In the future (with some as-yet-unspecified future version of Python), the old APIs will be removed. The new recommended pattern is to start the event loop with `asyncio.run`. More detailed migration guides will be coming in the future. - The `.IOLoop` constructor is deprecated unless the ``make_current=False`` argument is used. Use `.IOLoop.current` when the loop is already running instead. - `.AsyncTestCase` (and `.AsyncHTTPTestCase`) are deprecated. Use `unittest.IsolatedAsyncioTestCase` instead. - Multi-process `.TCPServer.bind`/`.TCPServer.start` is deprecated. See `.TCPServer` docs for supported alternatives. - `.AnyThreadEventLoopPolicy` is deprecated. This class controls the creation of the "current" event loop so it will be removed when that concept is no longer supported. - `.IOLoop.make_current` and `.IOLoop.clear_current` are deprecated. In the future the concept of a "current" event loop as distinct from one that is currently running will be removed. - ``TwistedResolver`` and ``CaresResolver`` are deprecated and will be removed in Tornado 7.0. General changes ~~~~~~~~~~~~~~~ - The minimum supported Python version is now 3.7. - Wheels are now published with the Python stable ABI (``abi3``) for compatibility across versions of Python. - SSL certificate verfication and hostname checks are now enabled by default in more places (primarily in client-side usage of `.SSLIOStream`). - Various improvements to type hints throughout the package. - CI has moved from Travis and Appveyor to Github Actions. `tornado.gen` ~~~~~~~~~~~~~ - Fixed a bug in which ``WaitIterator.current_index`` could be incorrect. - ``tornado.gen.TimeoutError``` is now an alias for `asyncio.TimeoutError`. `tornado.http1connection` ~~~~~~~~~~~~~~~~~~~~~~~~~ - ``max_body_size`` may now be set to zero to disallow a non-empty body. - ``Content-Encoding: gzip`` is now recognized case-insensitively. `tornado.httpclient` ~~~~~~~~~~~~~~~~~~~~ - ``curl_httpclient`` now supports non-ASCII (ISO-8859-1) header values, same as ``simple_httpclient``. `tornado.ioloop` ~~~~~~~~~~~~~~~~ - `.PeriodicCallback` now understands coroutines and will not start multiple copies if a previous invocation runs too long. - `.PeriodicCallback` now accepts `datetime.timedelta` objects in addition to numbers of milliseconds. - Avoid logging "Event loop is closed" during shutdown-related race conditions. - Tornado no longer calls `logging.basicConfig` when starting an IOLoop; this has been unnecessary since Python 3.2 added a logger of last resort. - The `.IOLoop` constructor now accepts an ``asyncio_loop`` keyword argument to initialize with a specfied asyncio event loop. - It is now possible to construct an `.IOLoop` on one thread (with ``make_current=False``) and start it on a different thread. `tornado.iostream` ~~~~~~~~~~~~~~~~~~ - `.SSLIOStream` now supports reading more than 2GB at a time. - ``IOStream.write`` now supports typed `memoryview` objects. `tornado.locale` ~~~~~~~~~~~~~~~~ - `.load_gettext_translations` no longer logs errors when language directories exist but do not contain the expected file. `tornado.netutil` ~~~~~~~~~~~~~~~~~ - `.is_valid_ip` no longer raises exceptions when the input is too long. - The default resolver now uses the same methods (and thread pool) as `asyncio`. `tornado.tcpserver` ~~~~~~~~~~~~~~~~~~~ - `.TCPServer.listen` now supports more arguments to pass through to `.netutil.bind_sockets`. `tornado.testing` ~~~~~~~~~~~~~~~~~ - `.bind_unused_port` now takes an optional ``address`` argument. - Wrapped test methods now include the ``__wrapped__`` attribute. `tornado.web` ~~~~~~~~~~~~~ - When using a custom `.StaticFileHandler` subclass, the ``reset()`` method is now called on this subclass instead of the base class. - Improved handling of the ``Accept-Language`` header. - `.Application.listen` now supports more arguments to pass through to `.netutil.bind_sockets`. `tornado.websocket` ~~~~~~~~~~~~~~~~~~~ - `.WebSocketClientConnection.write_message` now accepts `dict` arguments for consistency with `.WebSocketHandler.write_message`. - `.WebSocketClientConnection.write_message` now raises an exception as documented if the connection is already closed.
2022-08-17curl: SunOS build fix. Reported upstream. Bump.tnn3-3/+20
2022-08-16Upgrade www/php-glpi from 9.4.6 to 10.0.2hauke4-2186/+5123
This is a major update, providing fixes to multiple security vulnerabilities, compatibility with current PHP and MySQL/Mariadb versions. An extensive changelog is at <https://github.com/glpi-project/glpi/blob/10.0/bugfixes/CHANGELOG.md>.
2022-08-15www/squid4: trying to remove references to the build directorytaca2-10/+21
Trying to remove references to the build directory related to PKG_CONF*.
2022-08-15www/monolith: update to 2.6.2pin3-508/+537
- Enable support for brotli and deflate compression methods - Include unsafe-eval into list of origins for isolated documents
2022-08-14Update to 3.100. From the changelog:schmonz2-8/+6
Improvements: * Template::Plugin::CGI removed to be used as a separate distro. (Sawyer X) * Avoid anonymous hash warnings starting with Perl 5.35.2 (Graham Ollis) * Use Data::Dumper as an object. (Justin Wheeler) * ttree: Rename --assets to --copy_dir. (Johan Vromans) * ttree: Implement assets directories. (Johan Vromans) Bug Fixes: * Fix breakage when VMethods is loaded before Stash. (Felipe Gasper) * Fix unicode issues in Plugin::Date (Nicolas R) * Use "defined" instead of "//" because the latter is not available in Perl v5.8. (Louis Strous) * Fix FILTER redirect does not honor binmode (Louis Strous) Tests: * Fix t/zz-plugin-cycle.t errors (Nicolas R) * Test for Dumper global vars. (Justin Wheeler) * Remove unused _dump code (Nicolas R) * Fixed tests failing on MacOS Catalina due to Dynaloader and relative paths (Andy Wardley) Documentation: * Update README.md (philip r brenan) * Add support group to README and Template.pm. (Johan Vromans) * Make the process() documentation clearer. (Dave Cross)
2022-08-14Update to 0.20. From the changelog:schmonz2-8/+7
- Added URI::cockroach and URI::yugabyte. Quell pkglint: - Prepend www to CATEGORIES.
2022-08-13firefox-l10n: Update to 103.0.2ryoon2-297/+297
* Sync with www/firefox-103.0.2.
2022-08-13forefox: Reset PKGREVISIONryoon1-2/+1
2022-08-13firefox: Update to 103.0.2ryoon2-6/+6
CHangelog: Fixed * Fixed menu shortcuts for users of the JAWS screen reader. * Fixed an occasional non-overridable certificate error when accessing device configuration pages. * Fixed an issue with Picture-in-Picture displaying in fullscreen on macOS.
2022-08-13w3m: remove -Wnull_reference to fix build with gcc5 (NetBSD 8)wiz1-1/+4
2022-08-12Revbump all Go packages after go118 security updatebsiegert10-20/+20
2022-08-11*: recursive PKGREVISION bump for mbedtls shlib major increaseswiz1-1/+2
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge25-46/+50
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-09Update to 1.4.66. From the changelog:schmonz2-7/+6
* [core] h2: optim: send window update in 16k units * [mod_magnet] reset for http-response-send-file * [multiple] fix json encoding * [core] buffer_append_bs_escaped_json() * [autoconf] update ax_prog_cc_for_build.m4 * [doc] add libdeflate to INSTALL * [mod_webdav] cold func if xml reqbody w/o db conf * [mod_webdav] check reqbody Content-Type is XML * [doc] more consistent use of vars in examples * [core] do not load indexfile, dirlisting if unused * [mod_dirlisting] send ETag, Cache-Control w/ cache * [mod_openssl] compile compat w/ openssl < 1.1.0 * [mod_webdav] webdav_reqbody_type_xml() fixes * [core] clarify server.username = "root" error msg * [mod_wolfssl] compat with older wolfssl versions * [core] fix li_base64_dec() on whitespace * [core] perf tweak buffer_eq_icase_ssn() * [mod_deflate] fix use of libdeflate for files>128k (fixes #3161) * [core] fix buffer_substr_replace() extend (fixes #3160) * [mod_webdav] build with Android NDK * [core] check r->http_status before handling Range * [core] preprocessor option to force crypto lib * [core] fix SIGUSR1 graceful restart w/ TLS (fixes #3164) * [mod_authn_gssapi] warn if no confidentiality flag (fixes #3163) * [mod_wstunnel] fix crash with bad hybivers (fixes #3165) * [core] perf: adjust max h2 stream send increment * [core] fix HTTP/2 downloads >= 4GiB (fixes #3166)
2022-08-09firefox91: update to 91.12.0. Fix building with latest cbindgen.nia5-285/+301
Mozilla Foundation Security Advisory 2022-29 Security Vulnerabilities fixed in Firefox ESR 91.12 #CVE-2022-36319: Mouse Position spoofing with CSS transforms #CVE-2022-36318: Directory indexes for bundled resources reflected URL parameters
2022-08-09*: Remove hardcoded -liconv / -lintl on SunOS.jperkin4-12/+4
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
2022-08-09py-flask: updated to 2.2.2adam2-7/+7
Version 2.2.2 ------------- - Update Werkzeug dependency to >= 2.2.2. This includes fixes related to the new faster router, header parsing, and the development server. :pr:`4754` - Fix the default value for ``app.env`` to be ``"production"``. This attribute remains deprecated. :issue:`4740`
2022-08-09py-werkzeug: updated to 2.2.2adam2-6/+6
Version 2.2.2 ------------- - Fix router to restore the 2.1 ``strict_slashes == False`` behaviour whereby leaf-requests match branch rules and vice versa. :pr:`2489` - Fix router to identify invalid rules rather than hang parsing them, and to correctly parse ``/`` within converter arguments. :pr:`2489` - Update subpackage imports in :mod:`werkzeug.routing` to use the ``import as`` syntax for explicitly re-exporting public attributes. :pr:`2493` - Parsing of some invalid header characters is more robust. :pr:`2494` - When starting the development server, a warning not to use it in a production deployment is always shown. :issue:`2480` - ``LocalProxy.__wrapped__`` is always set to the wrapped object when the proxy is unbound, fixing an issue in doctest that would cause it to fail. :issue:`2485` - Address one ``ResourceWarning`` related to the socket used by ``run_simple``. :issue:`2421`
2022-08-08p5-HTML-Gumbo: add build dependency on p5-PkgConfig and pkg-config toolwiz1-1/+4
2022-08-07webkit-gtk: drop now duplicated GCC special handling block (NFC)gutteridge1-13/+1
Equivalent code is now present in mk/compiler/gcc.mk.
2022-08-07firefox102: Sync fixes with www/firefoxnia7-17445/+51
2022-08-07webkit-gtk: Update to 2.36.6leot3-9/+9
Changes: 2.36.6 ====== - Fix handling of touchpad scrolling on GTK4 builds. - Fix WebKitGTK not allowing to be used from non-main threads. - Fix several crashes and rendering issues.
2022-08-06firefox: regen distinfo to remove libwebrtc.diff, pointed out by tnnnia1-2/+1
2022-08-06firefox: update DESCRnia1-2/+0