summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2020-07-28webkit-gtk: Update to 2.28.4leot5-10/+46
pkgsrc changes: - Define non-standard __WORDSIZE if not already defined (at the moment the patches directly patch problematic files where __WORDSIZE is used, it would be probably nicer to find a common place to define it). Changes: 2.28.4 ------ - Fix several crashes and rendering issues.
2020-07-27subversion: updated to 1.14.0adam1-2/+1
What's New in Apache Subversion 1.14 Support for Python 3.x Support for Python 2.7 is being phased out New Build-Time Dependency: py3c Many enhancements and bug fixes
2020-07-27py-yarl: updated to 1.5.0adam3-14/+21
1.5.0: Features - Convert host to lowercase on URL building. - Allow using ``mod`` operator (`%`) for updating query string (an alias for ``update_query()`` method). - Allow use of sequences such as ``list`` and ``tuple`` in the values of a mapping such as ``dict`` to represent that a key has many values:: url = URL("http://example.com") assert url.with_query({"a": [1, 2]}) == URL("http://example.com/?a=1&a=2") - Support URL.build() with scheme and path (creates a relative URL). - Cache slow IDNA encode/decode calls. - Add ``@final`` / ``Final`` type hints - Support URL authority/raw_authority properties and authority argument of ``URL.build()`` method. - Hide the library implementation details, make the exposed public list very clean.
2020-07-27libpsl: updated to 0.21.1adam2-10/+9
Release v0.21.1 Fixing tests, improved Meson build
2020-07-27multiple: Drop MAINTAINERshipgdt2-4/+4
These are simply things I no longer use
2020-07-27multiple: Update MAINTAINER from gdt@ir.bbn.comgdt1-2/+2
2020-07-27www/trac: Update to 1.4.2gdt3-25/+69
(Update prepared in wip by Matthias Petermann) Upstream changes: * Jinja2 is the template engine, providing performance improvements over Genshi. Genshi is still supported until Trac 1.5.1 for rendering plugin templates. * Custom navigation items can be added to the main and meta navigation. * TracAdmin convert_db command for converting to a new database backend while preserving all environment data. * Restyled wiki that allows toggling between narrow and full width. * HTTPS support for TracStandalone (tracd) * Lots of minor bug fixes and improvements For full change log please refer to: https://trac.edgewall.org/wiki/TracChangeLog
2020-07-27py-idna: updated to 2.10adam2-7/+7
2.10: - Update to Unicode 13.0.0. - Throws a more specific exception if "xn--" is provided as a label. - This is expected to be the last version that supports Python 2.
2020-07-27py-pylint-django: updated to 2.2.0adam3-8/+30
Version 2.2.0 Rely on Django to resolve string references in ForeignKey fields. Suppress unused-argument for functions in migration modules. New checker for hard-coded auth.User.
2020-07-27py-urllib3: updated to 1.25.10adam3-8/+11
1.25.10 * Added support for ``SSLKEYLOGFILE`` environment variable for logging TLS session keys with use with programs like Wireshark for decrypting captured web traffic * Fixed loading of SecureTransport libraries on macOS Big Sur due to the new dynamic linker cache * Collapse chunked request bodies data and framing into one call to ``send()`` to reduce the number of TCP packets by 2-4x * Don't insert ``None`` into ``ConnectionPool`` if the pool was empty when requesting a connection * Avoid ``hasattr`` call in ``BrotliDecoder.decompress()``
2020-07-24firefox: remove -fexperimental-new-pass-manager from compiler flagswiz1-1/+4
Workaround for https://bugs.llvm.org/show_bug.cgi?id=46366
2020-07-24www/cliqz: Updates to 1.38.0fox26-224/+1168
- Removes some of the obsolete patches. - Bumps versions of dependencies. Changes since 1.36.0: Merge with Firefox 78.0.2
2020-07-23py-flask-sqlalchemy: Update to 2.4.4.kleink2-7/+7
Version 2.4.4 ------------- Released 2020-07-14 - Change base class of meta mixins to ``type``. This fixes an issue caused by a regression in CPython 3.8.4. :issue:`852`
2020-07-23Update to 0.09wen2-8/+7
Upstream changes: 0.09 2019-07-15 20:06:43+02:00 Europe/Amsterdam [Documentation] - Added dates to Changes (Robert Rothenberg) - Reformatted Changes to conform to contemporary specs. [Toolchain] - Update Changes through Dist::Zilla. 0.08 2019-07-14 - Fixed response for 304 HTTP status code - Some tests for the 304 HTTP status code - Fixed versions
2020-07-23shibboleth-sp: remove patch file truncated by prior commitgutteridge1-0/+0
2020-07-23p5-HTML-Lint & weblint: note these packages conflictgutteridge2-2/+6
Issue reported by Stefan Schaeckeler in PR pkg/55511.
2020-07-22weblint: fix the package so it actually runsgutteridge3-3/+21
This is a very dated package that has Perl 4 era expectations. It used an expression that would never have worked as intended (at least, not in any version of Perl 5) and is past deprecation in modern Perl. It also expects Perl 4 versions of what modern Perl 5 provides as Getopt::Long and File::Find. It was simplest to satisfy its requirements by depending on p5-Perl4-CoreLibs, rather than rewriting multiple lines of code to modernize to the Perl 5 versions of these modules. With these changes, the package now runs, and passes all of its test suite. Addresses PR pkg/55511 by Stefan Schaeckeler.
2020-07-21py-nbformat: updated to 5.0.7adam2-7/+7
5.0.7 - Fixed a bug where default values for validator.get_validator() failed with an import error
2020-07-21py-aiohttp-socks: updated to 0.5.2adam3-8/+11
v0.5.2: Make deprecated API (SocksConnector etc) available again
2020-07-21py-uvicorn: updated to 0.11.6adam2-7/+7
0.11.6 Fix overriding the root logger.
2020-07-18www/qutebrowser: update to 1.13.1pin2-7/+7
Fixed -With Qt 5.14, shared workers are now disabled. This works around a crash in QtWebEngine on certain sites (like the Epic Games Store or the Unreal Engine page). -When a window is closed, the tab it contains are now correctly shut down (closing e.g. any dialogs which are still open for those tabs). -The Qt 5.15 session workaround now loads the correct (rather than the latest) page when :back was used before saving a session. -In certain situations on Windows, qutebrowser fails to find the username of the user launching qutebrowser (most likely due to a bug in the application launching it). When this happens, an error is now displayed instead of crashing. -Certain autoconfig.yml with an invalid structure could lead to crashes, which are now fixed. -Generating docs with asciidoc2html.py (e.g. via mkvenv.py) now works correctly without Pygments being installed system-wide. -Ever since Qt 5.9, when input.mouse.rocker_gestures was enabled, the context menu still was shown when clicking the right mouse button, thus preventing the rocker gestures. This is now fixed. -Clicking the inspector switched from existing modes (such as passthrough) to normal mode since v1.13.0. Now insert mode is only entered when the inspector is clicked in normal mode. -Pulseaudio now shows qutebrowser's audio streams as qutebrowser correctly, rather than showing them as Chromium with some Qt versions. -If :help was called with a deprecated command (e.g. :help :inspector), the help page would show despite deprecated commands not being documented. This now shows an error instead. -The qute-lastpass userscript now filters out duplicate entries with --merge-candidates.
2020-07-17Revbump all Go packages after go114 update.bsiegert21-41/+42
2020-07-16www/firefox{,68}: Use -Og for debug-info builds, not -O0.riastradh2-4/+4
Makes them considerably less painful to use.
2020-07-16Update to Shibboleth SP 3.1.0. Fixes PR pkg/54639.perseant12-133/+110
2020-07-16www/firefox: regen distinfo after patch comment updateriastradh1-9/+9
2020-07-16www/firefox: Point to upstream PR at Github for NetBSD U2F support.riastradh8-8/+40
2020-07-16py-aiohttp-socks: updated to 0.5.1adam3-44/+107
v0.5.1 Misc fixes, remove deprecated API (SocksConnector etc)
2020-07-15www/firefox68: Add NetBSD support for U2F/FIDO2 security keys.riastradh9-2/+495
Based on patch submitted upstream: https://github.com/mozilla/authenticator-rs/pull/116 Adapted lightly for firefox68 which had its own copy of an older version of authenticator-rs.
2020-07-15www/firefox: Add NetBSD support for U2F/FIDO2 security keys.riastradh10-2/+507
Patch submitted upstream: https://github.com/mozilla/authenticator-rs/pull/116
2020-07-15ruby-rouge: update to 3.21.0.fcambus3-8/+14
ChangeLog: This release has three new lexers, one for BrightScript, one for Janet and one for SSH Config. There's also fixes for the Batchfile, C++, Jinja, Perl, PowerShell, Rego, Sass, SCSS and Twig lexers. Happy highlighting!
2020-07-15py-paste: updated to 3.4.2adam2-7/+7
3.4.2: * Correct sorting of items() in EvalHTMLFormatter.
2020-07-15py-aiohttp-socks: updated to 0.4.2adam2-7/+7
0.4.2: Fix cancellation handling
2020-07-13*: reset maintainer for darcywiz2-4/+4
2020-07-13varnish: add buildlink3.mkwiz1-0/+20
From Edgar Fuß in PR 55479
2020-07-12py-django-import-export: updated to 2.3.0adam3-8/+10
2.3.0: Add missing translation keys for all languages Added missing Portuguese translations Add kazakh translations Add bulk operations
2020-07-12py-pylint-django: updated to 2.1.0adam3-11/+18
Version 2.1.0 New checker to warn about missing backwards data migrations Rename pylint_django.checkers.db_performance to pylint_django.checkers.migrations Add URL to project Changelog for PyPI Fix failing test suite b/c of missing CSV dialect.
2020-07-12firefox-l10n: Update to 78.0.2ryoon2-383/+383
* Sync with www/firefox-78.0.2.
2020-07-12firefox: Update to 78.0.2ryoon3-8/+13
* Fix build under NetBSD/i386 with PR pkg/55456. Changelog: Fixed Security fix Fixed an accessibility regression in reader mode (bug 1650922) Made the address bar more resilient to data corruption in the user profile (bug 1649981) Fixed a regression opening certain external applications (bug 1650162) Security fix: #MFSA-2020-0003: X-Frame-Options bypass using object or embed tags
2020-07-10py-aiohttp-socks: updated to 0.4.1adam2-7/+7
v0.4.1 Improve timeouts handling v0.4.0 First use ipv4 when resolving hostnames
2020-07-10nginx-devel: updated to 1.19.1adam2-7/+7
Changes with nginx 1.19.1 *) Change: the "lingering_close", "lingering_time", and "lingering_timeout" directives now work when using HTTP/2. *) Change: now extra data sent by a backend are always discarded. *) Change: now after receiving a too short response from a FastCGI server nginx tries to send the available part of the response to the client, and then closes the client connection. *) Change: now after receiving a response with incorrect length from a gRPC backend nginx stops response processing with an error. *) Feature: the "min_free" parameter of the "proxy_cache_path", "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path" directives. Thanks to Adam Bambuch. *) Bugfix: nginx did not delete unix domain listen sockets during graceful shutdown on the SIGQUIT signal. *) Bugfix: zero length UDP datagrams were not proxied. *) Bugfix: proxying to uwsgi backends using SSL might not work. Thanks to Guanzhong Chen. *) Bugfix: in error handling when using the "ssl_ocsp" directive. *) Bugfix: on XFS and NFS file systems disk cache size might be calculated incorrectly. *) Bugfix: "negative size buf in writer" alerts might appear in logs if a memcached server returned a malformed response.
2020-07-10Update www-phalcon to 3.4.5 to fix pkgsrc buildplunky2-7/+7
This is minor bugfix updates only (as 4.x branch is available) the biggest of which is that this now supports PHP 7.3. Changes are detailed at https://blog.phalcon.io/tags#phalcon3
2020-07-09squid4: Fix build and SSL handshake on Chromium-based browsersotis5-2/+207
Changes: - Fix an error where strings.h was not properly included - Add SMF support on apropriate platforms - Backport https://github.com/squid-cache/squid/pull/663: SslBump: Support parsing GREASEd (and future) TLS handshakes
2020-07-09webkit-gtk: Update to 2.28.3leot3-11/+10
Changes: 2.28.3 ====== - Enable kinetic scrolling with async scrolling. - Fix web process hangs on large GitHub pages. - Bubblewrap sandbox should not attempt to bind empty paths. - Fix threading issues in the media player. - Fix several crashes and rendering issues.
2020-07-09py-django-cors-headers: updated to 3.4.0adam2-7/+7
3.4.0: * Add Django 3.1 support.
2020-07-09py-django-import-export: updated to 2.2.0adam2-7/+7
2.2.0: Deal with importing a BooleanField that actually has True, False, and None values. Add row_number parameter to before_import_row, after_import_row and after_import_instance Paginate queryset if Queryset.prefetch_related is used
2020-07-08py-django2: updated to 2.2.14adam2-7/+7
Django 2.2.14 fixes a bug in 2.2.13. Bugfixes Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by cache key validation
2020-07-08py-django3: updated to 3.0.8adam2-7/+7
Django 3.0.8 fixes several bugs in 3.0.7. Bugfixes Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by cache key validation. Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping by a many-to-one relationship. Reallowed, following a regression in Django 3.0, non-expressions having a filterable attribute to be used as the right-hand side in queryset filters. Fixed a regression in Django 3.0.2 that caused a migration crash on PostgreSQL when adding a foreign key to a model with a namespaced db_table. Added compatibility for cx_Oracle 8
2020-07-08www: Add lua-httpnia5-1/+91
A HTTP library for Lua. ## Features - Optionally asynchronous (including DNS lookups and TLS) - Supports HTTP(S) version 1.0, 1.1 and 2 - Functionality for both client and server - Cookie Management - Websockets
2020-07-08www: Add lua-pslnia6-1/+62
lua-psl is a set of lua bindings to libpsl, a C library that handles the Public Suffix List (PSL). The PSL is a list of domains where there may be sub-domains outside of the administrator's control, e.g. the administrator of '.org' does not manage 'NetBSD.org'. This list has found use in many internet technologies including: - preventing cross-domain cookie leakage - allowance of issuing wildcard TLS certificates More information can be found at publicsuffix.org
2020-07-08www/badwolf: import new packagepin5-1/+69
badwolf is a minimalist browser that cares about privacy, it is based on WebKitGTK and thus also accepts WebKitGTK (and dependencies) flags and environment variables. Runtime configuration specific to badwolf will probably get added at a later release. - No browser-level tracking, multiple ephemeral isolated sessions per new unrelated tabs, JavaScript off by default. - Small codebase (~1 500 LoC), reuses existing components when available or makes it available. - WebKitGTK native extensions, Interface customizable through CSS. - Stable User-Interface; The common shortcuts are available (and documented), no vi-modal edition or single-key shortcuts are used. - Dialogs are only used when required, javascript popups open in a background tab.