summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
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.
2020-07-07firefox68-l10n: sync with firefox68nia2-371/+371
2020-07-07firefox68: Update to 68.10.0nia2-8/+7
For anyone curious about the delay: apparently, my ccache cache was corrupted so the build was failing. *sigh* that won't be a problem soon... Security Vulnerabilities fixed in Firefox ESR 68.10 #CVE-2020-12417: Memory corruption due to missing sign-extension for ValueTags on ARM64 #CVE-2020-12418: Information disclosure due to manipulated URL object #CVE-2020-12419: Use-after-free in nsGlobalWindowInner #CVE-2020-12420: Use-After-Free when trying to connect to a STUN server #CVE-2020-12421: Add-On updates did not respect the same certificate trust rules as software updates
2020-07-07py-hstspreload: updated to 2020.7.7adam2-7/+7
2020.7.7: Sync with Chromium repository
2020-07-05Update to 0.300004wen2-7/+7
Upstream changes: 0.300004 2020-05-26 20:52:34-04:00 America/New_York [ BUG FIXES ] * GH #1509: Request instantiation fails throw 400 Bad Response (Russell @veryrusty Jenkins). This resolves GH #1056, 1482, 1496, 1507, 1508, and 1510. [ ENHANCEMENTS ] * GH #1510: Test for proper multi-part form handing (ice-lenor, Sawyer X) * GH #1547: Cookie SameSite support (Russell @veryrusty Jenkins) [ DOCUMENTATION ] * None
2020-07-03logswan: update to 2.1.6.fcambus2-7/+7
Logswan 2.1.6 (2020-07-03) - Validate architectures for seccomp - Minor code shuffling, for consistency with other codebases - Add seccomp support on i386, tested on glibc and musl - Remove entry for "Netherlands Antilles" in country table - Swaziland was officially renamed to Eswatini in 2018 - Macedonia was officially renamed to North Macedonia in February 2019 - Rename Vatican City to Vatican to be consistent with GeoNames naming - Rename Aland to Aland Islands to be consistent with GeoNames naming
2020-07-02firefox-l10n: Update to 78.0.1ryoon2-383/+383
* Sync with www/firefox-78.0.1.
2020-07-02firefox: Update to 78.0.1ryoon2-7/+7
Changelog: Fixed an issue which could cause installed search engines to not be visible when upgrading from a previous release.
2020-07-02Add 'lua' category to Lua modules.nia1-2/+2
While here, normalize some packages with strange variable order.
2020-07-01firefox-l10n: Update to 78.0ryoon3-374/+390
* Add some more locale files. * Sync with www/firefox-78.0.
2020-07-01firefox: Update to 78.0ryoon6-42/+154
* Some dependency changes. * Wayland and webcam may not work. Changelog: New The Protections Dashboard includes consolidated reports about tracking protection, data breaches, and password management. New features let you: Track how many breaches you’ve resolved right from the dashboard See if any of your saved passwords may have been exposed in a data breach To view your dashboard, type about:protections into the address bar, or select “Protections Dashboard” from the main menu. Because we know people try to fix problems by reinstalling Firefox when a simple refresh is more likely to solve the issue, we’ve added a Refresh button to the Uninstaller. With this release, your screen saver will no longer interrupt WebRTC calls on Firefox, making conference and video calling in Firefox better. We’ve rolled out WebRender to Windows users with Intel GPUs, bringing improved graphics performance to an even larger audience. Firefox 78 is also our Extended Support Release (ESR), where the changes made over the course of the previous 10 releases will now roll out to our ESR users. Some of the highlights are: Kiosk mode Client certificates Service Worker and Push APIs are now enabled The Block Autoplay feature is enabled Picture-in-picture support View and manage web certificates in about:certificate Pocket recommendations, featuring some of the best stories on the web, will now appear on the Firefox new tab for 100% of our users in the UK. If you don’t see them, you can turn on Pocket articles in your new tab, follow these steps. Fixed Various security fixes. We fixed bugs in the search results quality composition and improved search result texts based on recommendations by our partners. Changed The minimal system requirements on Linux have been updated. Firefox now needs GNU libc 2.17, libstdc++ 4.8.1 and GTK+ 3.14 or newer versions. As part of our ongoing effort to deprecate obsolete cryptography, we have disabled all remaining DHE-based TLS ciphersuites by default. To mitigate web compatibility issues from disabling DHE-based TLS ciphersuites, Firefox 78 enables two more AES-GCM SHA2-based ciphersuites. We have disabled TLS 1.0 and TLS 1.1 to improve your website connections. Sites that don't support TLS version 1.2 will now show an error page. The context menu (accessed by right clicking on a tab) lets you undo multiple tab closings with a single click and places Close Tabs to the Right and Close Other Tabs in a submenu. A number of accessibility improvements have been made with this release. When using the JAWS screen reader, pressing the down arrow in an HTML input control with a datalist no longer incorrectly moves the cursor to the next element after the input control. Screen readers no longer severely lag or freeze when focusing the microphone/camera/screen sharing indicator. Large tables with thousands of rows now load much faster for screen reader users. Text input controls with custom styling now correctly show the focus outline when appropriate. Screen readers no longer sometimes incorrectly switch to document browsing mode unexpectedly when the user enters the main Developer Tools window. We reduced a number of animations such as tab hover, search bar expansion, and others to reduce motion for users with migraines and epilepsy. Enterprise Enable support for client certificates stored on macOS and Windows by setting the experimental preference security.osclientcerts.autoload to true. New policies allow you to configure application handlers, disable picture in picture, and require a master password, which will be renamed to ‘primary password’ in future releases. More details in the Firefox for Enterprise 78 release notes Security fixes: Not available yet.