summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia259-518/+518
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-29cliqz: update to 1.27.4fox2-24/+24
Changes since 1.27.3: Merge with Firefox 67.0.4
2019-06-24Follow some redirects.nia1-2/+2
2019-06-23Remove amaya.nia27-1869/+1
It's unmaintained by upstream for most of this decade (even then, this is an old version), and broken in bulk builds since at least last year. Discussed on pkgsrc-users@.
2019-06-22Use https for all invisible-island.net HOMEPAGEs.nia1-2/+2
2019-06-22cliqz: update to 1.27.3fox2-24/+24
Changes since 1.27.2: Merge with Firefox 67.0.3
2019-06-21Update to 60.7.2ryoon2-383/+383
* Sync with www/firefox60-60.7.2
2019-06-21Update to 60.7.2ryoon2-8/+7
Changelog: #CVE-2019-11708: sandbox escape using Prompt:Open
2019-06-21Update to 67.0.4ryoon2-395/+395
* Sync with www/firefox-67.0.4
2019-06-21Update to 67.0.4ryoon2-7/+7
Changelog: #CVE-2019-11708: sandbox escape using Prompt:Open
2019-06-21Update to 1.32.2(include security fix)wen3-10/+12
Upstream changelog: MediaWiki 1.32.2 This is a security and maintenance release of the MediaWiki 1.32 branch. Changes since MediaWiki 1.32.1 (T204423) Backport support for hyphenated DB names in JobQueueGroup. (T216968) Return pageid as int in both list=iwbacklinks and list=langbacklinks. (T215169) Fix for Database::update() with IGNORE option fails on PostgreSQL. (T199474) Fix typo in rebuildrecentchanges.php resulting in rogue flags. (T218608) SECURITY: Fix an issue that prevents Extension:OAuth working when $wgBlockDisablesLogin is true. (T216029) Chrome redirects to Special:BadTitle after editing a section with a non-Latin name on a page with non-Latin characters in title. Unbreak language related maintenance scripts that use StaticArrayWriter. (T219728) Added support for new Japanese era name "Reiwa". (T25227) SECURITY: action=logout now requires to be posted and have a csrf token. Updated cssjanus/cssjanus from 1.2.0 to 1.3.0. (T221045) Remove orphaned code from ConfigRepository. (T222385) resourceloader: Use AND instead of OR for upsert conds in saveFileDependencies(). (T224374) Fix message parameters so that the message that says SQLite is out of date makes sense. (T200471) Prevent LBFactorySimple breaking ExternalStorage, when trying to connect to external server with local database name. (T197279) SECURITY: Fix reauth in Special:ChangeEmail. (T208881) SECURITY: blacklist CSS var(). (T209794) SECURITY: rate-limit and prevent blocked users from changing email. (T199540) SECURITY: API: Respect $wgBlockCIDRLimit in action=block. (T212118) SECURITY: Fix cache mode for (un)patrolled recent changes query. (T222036, T222038) SECURITY: Add permission check for user is permitted to view the log type. (T221739) SECURITY: resources: Patch jQuery 3.3.1 for CVE-2019-11358.
2019-06-20Update firefox60 and firefox60-l10n to 60.7.1, fixing CVE-2019-11707.bouyer4-391/+391
Tested on amd64, OK ryoon@
2019-06-19Update to 67.0.3ryoon2-395/+395
* Sync with www/firefox-67.0.3
2019-06-19Update to 67.0.3ryoon2-8/+7
Changelog: Security fix: #CVE-2019-11707: Type confusion in Array.pop
2019-06-19Add stagit.fcambus1-1/+2
2019-06-19www/stagit: import stagit-0.9.2.fcambus4-0/+60
stagit generates HTML pages for a Git repository, and supports the following features: - Log of all commits from HEAD. - Log and diffstat per commit. - Show file tree with linkable line numbers. - Show references: local branches and tags. - Detect README and LICENSE file from HEAD and link it as a webpage. - Detect submodules (.gitmodules file) from HEAD and link it as a webpage. - Atom feed log (atom.xml). - Make index page for multiple repositories with stagit-index. - After generating the pages (relatively slow) serving the files is very fast, simple and requires little resources (because the content is static), only a HTTP file server is required. - Usable with text-browsers such as dillo, links, lynx and w3m. OK kamil@, leot@
2019-06-19gitea: Update to 1.8.3nia2-8/+7
Bugfixes Always set userID on LFS authentication (#7224) (Part of #6993) Fix LFS Locks over SSH (#6999) (#7223) Fix duplicated file on pull request conflicted files (#7211) (#7214) Detect noreply email address as user (#7133) (#7195) Don't get milestone from DB if ID is zero (#7169) (#7174) Allow archived repos to be (un)starred and (un)watched (#7163) (#7168) Fix GCArgs load from ini (#7156) (#7157) Fix possbile mysql invalid connnection error (#7051) (#7071) Handle invalid administrator username on install page (#7060) (#7063) Fix default for allowing new organization creation for new users (#7017) (#7034) SearchRepositoryByName improvements and unification (#6897) (#7002) Fix u2f registrationlist ToRegistrations() method (#6980) (#6982) Allow collaborators to view repo owned by private org (#6965) (#6968) Use AppURL for Oauth user link (#6894) (#6925) Escape the commit message on issues update (#6901) (#6902) Fix regression for API users search (#6882) (#6885) Handle early git version's lack of get-url (#7065) (#7076) Fix wrong init dependency on markup extensions (#7038) (#7074)
2019-06-18py-django-extensions: updated to 2.1.9adam3-8/+11
2.1.9 Changes: - Fix: show_urls, fix for traceback on multi language sites - Improvement: reset_db, fix typo's in help test 2.1.8 Changes: - New: HexValidator, validate hex strings - Improvement: reset_db, move settings to `django_settings.settings` which makes it easier to override. - Improvement: AutoSlugField, extend support for custom slugify function - Fix: runprofileserver, fix autoreloader for newer Django versions
2019-06-17py-cfscrape: updated to 2.0.7adam3-9/+11
2.0.7: Add user_agents.py
2019-06-17py-flask-jwt-extended: added version 3.18.2adam5-1/+76
Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting views, but also many helpful (and optional) features built in to make working with JSON Web Tokens easier. These include: * Support for adding custom claims to JSON Web Tokens * Custom claims validation on received tokens * Creating tokens from complex objects or complex object from received tokens * Refresh tokens * Token freshness and separate view decorators to only allow fresh tokens * Token revoking/blacklisting * Storing tokens in cookies and CSRF protection
2019-06-17py-flask-api: added version 1.1adam4-0/+114
Flask API is a drop-in replacement for Flask that provides an implementation of browsable APIs similar to what Django REST framework provides. It gives you properly content negotiated-responses and smart request parsing.
2019-06-17libsass: updated to 3.6.1adam2-8/+8
3.6.1: travis: add gcc-8 to CI [build] enable concurrent compilation Remove the link to ast_factory.hpp from Visual C++ project files [build] add support of Visual Studio 2017 and 2019 to the Visual C++ project file Makefile: Fix STATIC_LIBSTDCPP support Remove abspath from native Makefile Read files using for better portability Add comparison operators for SharedImpl, fix bugs VS2013 noexcept workaround
2019-06-15cliqz: update to 1.27.2fox2-24/+24
Changes since 1.27.1: Merge with Firefox 67.0.2
2019-06-15py-flask-cache: removed; successor py-flask-cachingadam5-46/+1
2019-06-15py-pendrell: removedadam5-125/+1
2019-06-14py-nbconvert: updated to 5.5.0adam3-9/+18
5.5.0: New Features - IPyWidget Support - A new ClearMetadata Preprocessor is available - Support for pandoc 2 - New, and better, latex template Fixing Problems - Refactored execute preprocessor to have a process_message function - Fixed OOM kernel failures hanging - Fixed latex export for svg data in python 3 - Enabled configuration to be shared to exporters from script exporter - Make latex errors less verbose - Typo in template syntax - Improved attachments +fix supporting non-unique names - PDFExporter "output_mimetype" traitlet is not longer 'text/latex' - FIX: respect wait for clear_output - address deprecation warning in cgi.escape - Correct inaccurate description of available LaTeX template - Fixed kernel death detection for executions with timeouts - Fixed export names for various templates Deprecations - Dropped support for python 3.4 - Removed deprecated export_by_name Testing, Docs, and Builds - Added tests for each branch in execute's run_cell method - Mention formats in --to options more clearly - Adds ascii output type to command line docs page, mention image folder output - Simplify setup.py - Use utf-8 encoding in execute_api example - Upgrade pytest on Travis - Fix LaTeX base template name in docs - Updated release instructions based on 5.4 release walk-through - Fixed broken link to jinja docs
2019-06-14seamonkey: This gets the newer get_position too.nia1-0/+13
2019-06-14firefox*: Reduce SUN_BUFFER_FRAMES back down to 32.nia2-2/+2
This was a precaution but actually seems to introduce frame drops at the default audio latency.
2019-06-14firefox52: This gets a sun audio too.nia7-24/+825
Like seamonkey, this uses an older API for it, so device detection for microphones (etc) is currently disabled.
2019-06-14py-autobahn: updated to 19.6.2adam3-8/+45
19.6.2 fix: add forgotten cryptography dependency 19.6.1 new: XBR client library integrated new: add entropy depletion unit tests fix: make CLI tool python2 compatible fix: use cryptography pbkdf2 instead of custom fix: include tests for packaging
2019-06-13seamonkey: Disable non-blocking i/o in sun audio backend, follows firefox60nia2-29/+6
2019-06-13firefox: Add sun audio backend and make it a default where supported.nia7-24/+812
This replaces the OSS backend with something that passes the unit tests, supports additional channels, and supports recording. It will be included with future versions of Firefox. Tested with: * YouTube audio-video sync test * about:support device detection * WebRTC microphone recording (using an USB microphone) Note: you can select an audio backend using the about:config variable media.cubeb.backend. This can be set to options such as sun/pulse/oss. Let me know if you still need to use the oss backend. It's very incomplete, buggy, and FreeBSD has already removed it - ideally we should eventually. Bump PKGREVISION.
2019-06-13firefox60: Disable the nonblocking audio code for now.nia2-32/+21
It seems to cause frame drops at higher latencies.
2019-06-13Allow WebRTC option to build.rjs7-3/+113
2019-06-13firefox60: Add sun audio backend and make it a default where supported.nia8-28/+837
This replaces the OSS backend with something that passes the unit tests, supports additional channels, and supports recording. It will be included with future versions of Firefox. Tested with: * YouTube audio-video sync test * about:support device detection * WebRTC microphone recording (using an USB microphone) While here, fix WebRTC builds. Note: you can select an audio backend using the about:config variable media.cubeb.backend. This can be set to options such as sun/pulse/oss. Let me know if you still need to use the oss backend. It's very incomplete, buggy, and FreeBSD has already removed it - ideally we should eventually. Bump PKGREVISION.
2019-06-13seamonkey: sun audio support for NetBSD/SunOS, use gtk3 by defaultnia8-26/+842
cubeb_sun replaces cubeb_oss, adding support for additional channels on NetBSD, passing tests, and recording support (more useful on firefox where WebRTC works) upstream's official builds use gtk3 over gtk2 and doing so enables support for hidpi displays. me and several others have been using this for the past ~week, see https://github.com/kinetiknz/cubeb/pull/510 bump PKGREVISION.
2019-06-13nghttp2: updated to 1.39.1adam2-8/+7
v1.39.1: nghttpx This release fixes the bug that log-level is not set with cmd-line or configuration file. It also fixes FPE with default backend. v1.39.0: lib libnghttp2 now ignores content-length in 200 response to CONNECT request as per RFC 7230. third-party mruby has been upgraded to 2.0.1. asio libnghttp2-asio now supports boost-1.70. src http-parser has been replaced with llhttp. nghttpx nghttpx now ignores Content-Length and Transfer-Encoding in 1xx or 200 to CONNECT. This release fixes the bug that the log level does not change to the default value on configuration reload if log-level option is missing in new configuration.
2019-06-13Disable icedtea-webryoon1-2/+1
2019-06-13devel/xulrunner45 was removedryoon6-167/+0
2019-06-12Update to 67.0.1ryoon2-395/+395
* Sync with www/firefox-67.0.2
2019-06-12Update to 67.0.2ryoon2-7/+7
Changelog: Fixed Fix JavaScript error ("TypeError: data is null in PrivacyFilter.jsm") in console which may significantly degrade sessionstore reliability and performance (bug 1553413) Proxy authentication dialog box repeatedly pops up asking to authenticate after upgrading to Firefox 67 (bug 1548804) Pearson MyCloud breaks if FIDO U2F is not Chrome's implementation (bug 1551282) Starting in safe mode on Linux or macOS causes Firefox to think on the subsequent launch that the profile is too recent to be used with this version of Firefox (bug 1556612) Linux distribution users can't easily install/use additional/different languages using the built-in preferences UI (bug 1554744) Developer tools users can't copy the href/src content from various HTML tags via the context menu in the Inspector markup view (bug 1552275) Custom home page is broken with clearing data on shutdown settings applied (bug 1554167) Performance-regression for eclipse RAP based applications (bug 1555962) macOS 10.15 crash fix (bug 1556076) Can't start two downloads in parallel via <a download> anymore (bug 1542912)
2019-06-12firefox{36,45}: remove old ESR releases of firefoxwiz164-41350/+1
This still leaves the current ESR release, firefox60, the unsupported one before that, firefox52, which does not depend on rust.
2019-06-11Set USE_GCC_RUNTIME=yes, bump PKGREVISIONabs1-2/+3
2019-06-11py-google-api-python-client: update to 1.7.9.wiz2-7/+7
v1.7.9 Version 1.7.9 Bugfix release - Remove Django Samples. ([#657](https://github.com/googleapis/google-api-python-client/pull/657)) - Call request_orig with kwargs ([#658](https://github.com/googleapis/google-api-python-client/pull/658))
2019-06-11update to bozohttpd 20190228. changes include:mrg2-7/+7
o extend timeout facility to ssl and stop servers hanging forever if the client never sends anything. reported by Steffen in netbsd PR#50655. o don't display special files in the directory index. they aren't served, but links to them are generated. o fix CGI '+' parameter handling, some error checking, and a double free. from rajeev_v_pillai@yahoo.com o more directory indexing clean up. from rajeev_v_pillai@yahoo.com
2019-06-11trac: update to 1.2.3maya4-51/+84
upgrade notes from 1.0 to 1.2.x: Obsolete Plugins Trac has added functionality equivalent to the following plugins: ​AdminEnumListPlugin ​DateFieldPlugin: see the time custom field type ​GroupBasedRedirectionPlugin: the default handler can set as a user preference. ​LinenoMacro: see WikiProcessors#AvailableProcessors ​NeverNotifyUpdaterPlugin: see notification subscribers ​QueryUiAssistPlugin: see TracQuery#Filters. ​TicketCreationStatusPlugin: see #NewWorkflowActions The plugins should be removed when upgrading Trac to 1.2. New workflow actions The ticket creation step is controlled with a workflow action. The default workflow has create and create_and_assign actions. The create action will always be added when upgrading the database. The create_and_assign action will be added if the workflow has an assigned state. You may want to edit your workflow after upgrading the database to customize the actions available on the New Ticket page. New permissions policy for read-only wiki pages Since 1.1.2 the read-only attribute of wiki pages is enabled and enforced only when ReadonlyWikiPolicy is in the list of active permission policies. If [trac] permission_policy has the default value DefaultPermissionPolicy, LegacyAttachmentPolicy, then ReadonlyWikiPolicy should be automatically appended to the list when upgrading the environment: [trac] permission_policies = ReadonlyWikiPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy If other permission policies are enabled, trac.ini will need to have ReadonlyWikiPolicy appended to the list of active permission_policies. See TracFineGrainedPermissions#ReadonlyWikiPolicy for additional details on the proper ordering.
2019-06-10py-flask-debugtoolbar: updated to 0.10.1adam3-8/+14
0.10.1: Enhancements: Add support for Python wheels Fixes: Switch imports from deprecated flask.ext.* to flask_* syntax 0.10.0: Enhancements: Added new "Routes" panel displaying URL routing rules "Versions" panel displays versions of all installed packages SQLAlchemy displays necessary setup steps to set up query recording Support reformatting SQL queries if sqlparse library is available Enable sorting SQLAlchemy queries Support inserting toolbar on HTML5 pages without </body> tag Log a warning if unable to insert the toolbar Fixes: Ensure numeric sorting of profiler "Calls" column
2019-06-10py-flask-cors: updated to 3.0.8adam2-7/+7
3.0.8: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
2019-06-10py-httplib2: updated to 0.13.0adam2-7/+7
0.13.0 * Allow setting TLS max/min versions
2019-06-09firefox: correct some non-default debug settingsgutteridge1-3/+4