summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2021-03-15luakit: Update to 2.3nia4-46/+14
## [2.3] ### Added - Added Gopher protocol support, see comment in rc.lua. - Added two commands to clear website data (:clear-data, :clear-favicon-db). - Added dark mode support setting `application.prefer_dark_mode`. - The tabmenu plugin is now included in luakit (:tabmenu). ### Changed - Removed debug symbol generation for default make. - Changed the C standard from gnu99 to c11 because Webkit wants it. - The proxy module remembers when no proxy or system proxy was used last. - The proxy widget is hidden when proxy "None" is active. ### Fixed - Fixed bounding box not spanning over whole element. - Fixed an issue where styled hint labels caused intransparent bounding boxes. - Fixed a race condition when a tab is closed on NetBSD. - Do not execute "git ls-files" when luakit is not a git repository ### Update information - The gopher module needs `luasocket` installed.
2021-03-14Update to version 5.7morr3-9/+22
Highlights of this release: - block editor changes - WP Admin: a new color palette - from HTTP to HTTPS in a single click - new robots API - ongoing cleanup after update to jQuery 3.5.1 - lazy-load your iframes # Lazy-load your iframes More details here: https://wordpress.org/support/wordpress-version/version-5.7/
2021-03-14gitea: re-generate the frontend fileskhorben3-177/+85
It turns out this new version of Gitea does need newer frontend files after all. A copy has been uploaded to ftp.netbsd.org as documented. Bumps PKGREVISION.
2021-03-13www/squid4: update to 4.14taca2-9/+7
Changes in squid-4.14 (02 Feb 2021): - Regression Fix: support for non-lowercase Transfer-Encoding value - Regression Fix: cachemgr.cgi wrong 403 response to authenticated menu URIs - Bug 5076: WCCP Security Info incorrect - Bug 5073: Compile error: index was not declared in this scope - Bug 5065: url_rewrite_program documentation update - Bug 3074 pt2: improved handling of URI paths implicit '/' - Fix transactions exceeding client_lifetime logged as _ABORTED
2021-03-12kore: add an 'acme' build option to allow compiling in ACME support.fcambus1-2/+9
2021-03-12firefox-l10n: Update to 86.0.1ryoon2-387/+387
* Sync with www/firefox-86.0.1.
2021-03-12firefox: Update to 86.0.1ryoon2-7/+7
Changelog: 86.0.1 Firefox Release March 11, 2021 Version 86.0.1, first offered to Release channel users on March 11, 2021 ------------------------------------------------------------------------------- # Fixed * Fixed an issue on Apple Silicon machines that caused Firefox to be unresponsive after system sleep (bug 1682713) * Fixed an issue causing windows to gain or lose focus unexpectedly (bug 1694927) * Fixed truncation of date and time widgets due to incorrect width calculation (bug 1695578) * Fixed an issue causing unexpected behavior with extensions managing tab groups (bug 1694699) * Fixed a frequent Linux crash on browser launch (bug 1694670)
2021-03-12gitea: updated to 1.13.4khorben3-11/+291
This includes the following security fixes; in 1.13.0: * Add Allow-/Block-List for Migrate & Mirrors * Prevent git operations for inactive users * Disallow urlencoded new lines in git protocol paths if there is a port * Mitigate Security vulnerability in the git hook feature * Disable DSA ssh keys by default * Set TLS minimum version to 1.2 * Use argon as default password hash algorithm In 1.13.1: * Hide private participation in Orgs * Fix escaping issue in diff In 1.13.2: * Prevent panic on fuzzer provided string * Add secure/httpOnly attributes to the lang cookie In 1.13.3: * Turn default hash password algorithm back to pbkdf2 from argon2 until we find a better one In 1.13.4: * Fix issue popups
2021-03-11py-websocket-client: updated to 0.58.0adam2-8/+8
0.58.0 - Fix README typos - Create README.md from README.rst - Capitalize 'Upgrade' in 'Connection: Upgrade' - Add Python 3.8 and 3.9 CI support - Replace deprecated `thread.isAlive` with `thread.is_alive` - Revert to LGPL v2.1 license - Add code coverage CI testing - Properly revert callback - Replace TravisCI with GitHub Actions - Create Sphinx readthedocs.io documentation
2021-03-11py-flask-jwt-extended: updated to 4.1.0adam2-7/+7
4.1.0 Allow JWT type to be things besides refresh or access. Any type that is not refresh will be considered an access token. Thanks @sambonner for the PR! Allow locations kwarg for jwt_required() to be a string Minor documentation improvements
2021-03-11www/Makefile: sort entriesgutteridge1-2/+2
2021-03-10py-django-south: removedadam5-389/+1
2021-03-10py-django-photologue: updated to 3.13adam4-52/+18
3.13 (2020-09-03) ----------------- - Checked compatibility with Django 3.1. - Apply crop/effect changes to existing images - Encoding objects before hashing error 3.12 (2020-07-30) ----------------- - Drop alpha channel only on jpeg save (contributed by drazen) - Added zh_Hans translation (contributed by Lessica) - improved Dutch translations (contributed by andreas.milants) 3.11 (2019-12-13) ----------------- - Added support for Django 3. - Dropped support for Python 2, python 3.4 and Django 2.1. 3.10 (2019-08-29) ----------------- - Compatibility with Django 2.2. 3.9 (2019-04-21) ---------------- - Fixes when file doesn't exist in the file system but still is in S3. - Doc tweaks - and added a page on how to actually use Photologue! - Make setup compatible with latest version of pip. - Checked compatibility with Django 2.1 and Python 3.7. - Updated translations for Catalan and Basque. - Missed a Django migration - Test Tox; integrate with Travis and Coveralls. - Removed old code (old-style demo templates that have been deprecated since 2014). - Removed old code (old views that have been deprecated since 2014). - Removed all references to PIL (which hasn't been updated since 2009). I think that by now there are no servers left anywhere in the world that still use it :-)
2021-03-10py-django-sortedm2m: updated to 3.0.2adam3-10/+18
3.0.2 ----- * Restored `admin/js/jquery.init.js` 3.0.1 ----- * Added all locales to distributable * Added missing files to MANIFEST.in, and removed .DS_Store files * Added German and Spanish translations * Removed `admin/js/jquery.init.js` from `SortedCheckboxSelectMultiple` 3.0.0 ----- * Dropped support for Django 2.0 * Dropped support for Django 1.10 * Add support for Python 3.8 * Add support for Django 3.0 2.0.0 ----- * Updated README with Jazzband details, and added CONTRIBUTING.md * Dropped support for Python 2.6 and 3.3, and Django < 1.11 * Added support for Python 3.7 and Django 2.0 to 2.2 * Add support of custom through models (only for Django >= 2.2) * Added coverage reporting
2021-03-10Use Pillow as versioned dependencyadam1-2/+4
2021-03-10Add monolithpin1-1/+2
2021-03-10www/monolith: import packagepin5-0/+1009
A data hoarders dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive. Unlike the conventional Save page as, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets, producing a single HTML5 document that is a joy to store and share. If compared to saving websites with wget -mpk, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
2021-03-10py-genshi: updated to 0.7.5adam3-14/+11
Version 0.7.5 * Fix handling of slices containing function call, variable name and attribute lookup AST nodes in Python 3.9 in template scripts (template expressions already correctly handled these cases). Thank you to Roger Leigh for finding this issue and contributing the fix for it. * C speedup module now available for Python >= 3.3. Support was added for PEP 393 (flexible string representation). Thank you to Inada Naoki for contributing this major enhancement. * Remove the custom 2to3 fixers (no longer used since the removal of 2to3 in 0.7.4). Version 0.7.4 * Add support for deprecation of ast classes slice, Index and ExtSlice in Python 3.9. See https://bugs.python.org/issue34822 for details of the changes. * Update the project URL in setup.py to point to GitHub. * Remove use of 2to3 for generating Python 3 compatible code.
2021-03-10unit-php: Use PKG_FAIL_REASON instead of BROKENnia1-2/+2
2021-03-10unit-php: Obtain package options for PHP using pkg-build-options.mknia1-6/+4
This should unbreak things that attempt to scan the pkgsrc tree without building dependencies, as observed in morden.netbsd.org daily pkgsrc output
2021-03-10py-django-filter: updated to 2.4.0adam4-33/+11
Version 2.4.0 (2020-9-27) -------------------------- * SECURITY: Added a ``MaxValueValidator`` to the form field for ``NumberFilter``. This prevents a potential DoS attack if numbers with very large exponents were subsequently converted to integers. The default limit value for the validator is ``1e50``. The new ``NumberFilter.get_max_validator()`` allows customising the used validator, and may return ``None`` to disable the validation entirely. * Added testing against Django 3.1 and Python 3.9. In addition tests against Django main development branch are now required to pass. Version 2.3.0 (2020-6-5) ------------------------ * Fixed import of FieldDoesNotExist. * Added testing against Django 3.0. * Declared support for, and added testing against, Python 3.8. * Fix filterset multiple inheritance bug * Allowed customising default lookup expression. * Drop Django 2.1 and below * Fixed IsoDateTimeRangeFieldTests for Django 3.1 * Require tests to pass against Django `master`.
2021-03-10py-django-admin-rangefilter: updated to 0.7.0adam3-8/+10
0.7.0: Added - Added possibility to set a title of filter Fix - Avoided leading ?& GET parameters Changed - Changed title of filter from `By {field_name}` to `{field_name}`
2021-03-09*: remove unneeded patch after nss header install location changewiz2-12/+3
2021-03-09firefox: Remove workaround for strange devel/nss installationryoon2-13/+3
2021-03-09Update to 3.10.2wen2-8/+8
Upstream changes: Moodle 3.10.2 release notes Releases > Moodle 3.10.2 release notes Release date: 8 March 2021 Here is the full list of fixed issues in 3.10.2. Contents 1 General fixes and improvements 2 Accessibility improvements 3 Security fixes 4 See also General fixes and improvements MDL-67959 - The default group icon should not be displayed when there is no group picture MDL-67515 - Uninstalled plugin breaks the custom lang tool if it had some strings customised MDL-66979 - Switch all the Behat testing to the new W3C drivers MDL-70535 - VideoJS language doesn't fallback to en MDL-68970 - Pages during a quiz attempt should not be cached, so forwards/back do not lead to errors MDL-57020 - Unable to delete scales which are no longer used MDL-70268 - Dropbox repository requires log on to work - which fails MDL-46256 - count_words returns too few words when dealing with html tags MDL-70048 - Dropbox Search API: /files/search is being retired in favor of /files/search_v2 MDL-69867 - Marking workflow display wrong current grade if using scales MDL-70736 - Unable to load Marking Guide Templates MDL-70796 - Moodle word count does not match other software MDL-69101 - Essay question: "Accepted file types" and other new fields are not supported in Moodle XML file MDL-70377 - When reviewing an attempt as a teacher $string['saved'] {$a} not replaced MDL-43697 - Archived badges are restored during course restore MDL-70676 - Workshop assessment aspect with no grade is unusable MDL-70631 - Poor performance of zip_packer::extract_to_pathname() MDL-70648 - Editing a calendar event of type category and removing the category results in an error MDL-68958 - Undefined variable: href when creating IMSCP MDL-70339 - Activity chooser does not honour external tool icons MDL-56772 - File picker:Right align table column headers, in RTL mode (theme:boost) MDL-70513 - Quiz manual grading page should warn if you try to leave with unsaved data MDL-70705 - Multilang Filters not applied to Recent blog entries block Blog entry titles MDL-70552 - Notification of submissions are not sent for anonymous feedback MDL-70574 - Cloze multianswer question leaks percentage if with decimal MDL-66932 - Grade percentage display in Gradebook should be LTR, in RTL mode MDL-70585 - Downloaded course content unbrowseable for some activity names MDL-70912 - Cannot access H5P content bank popup in Atto editor within mod_data textarea MDL-70264 - badges/oauth2callback.php should be removed and replaced by admin/oauth2callback.php MDL-67974 - Badge expiry error and missing expired stamp MDL-67494 - Course/activity calendar events are deleted when the teacher who created them requests their data to be deleted MDL-70995 - Group names not formatted in course participants filter MDL-69883 - Unable to scroll beyond 50 conversations in Messages tool MDL-69097 - Language filters aren't correctly applied in "Whole forum grading" Accessibility improvements MDL-70169 - Login page accessibility issues MDL-70288 - Checkbox and advanced checkbox elements can have duplicate labels MDL-70173 - Dashboard accessibility issues MDL-65390 - Accessibility #11 Content appears above “show more” button MDL-59782 - Question bank highlight of last added question is wrong in boost MDL-70172 - Site home page accessibility issues Security fixes Details of any security issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
2021-03-09Update to 0.300005wen2-8/+7
Upstream changes: 0.300005 2021-01-26 15:57:41-05:00 America/New_York [ BUG FIXES ] * GH #1546: Add MIME type for all files served from public (Russell @veryrusty Jenkins) * GH #1555: Remove all leftovers of warnings config setting (Sergiy Borodych) * GH #1557: Remove HTTP::XSCookies workaround (Alexander Pankoff) * GH #1564: Add script_name to redirects beginning with / (Nigel Gregoire) * GH #1567: Fix CSS so errors do not display ourside of <pre> HTML element (Elliot Holden) * GH #1568: Serializer::Mutable doesn't auto-load other serializers (Russell @veryrusty Jenkins) * GH #1579: Fix missing push_header method in Response::Delayed (Paul Clements) [ ENHANCEMENTS ] * GH #1552: Update jQuery (Sergiy Borodych) * GH #1558: Test to make sure uploads aren't discarded after the forward keyword is used (Alexander Pankoff) * GH #1571: Add GitHub Actions support (Gabor Szabo) * GH #1572: Install Dancer2::Session::Cookie in order to run the test t/issues/gh-811.t (racke) [ DOCUMENTATION ] * GH #1490: Document Dancer2::Core::App->template() (Steve Dondley) * GH #1551: Fix pod for cookie same site attribute (Sergiy Borodych) * GH #1562: Fix links, missing code in Tutorial (cloveistaken)
2021-03-09Update to 3.76wen2-7/+7
Upstream changes: 3.76 2021-03-04 * Add a fix for a stack confusion error on `eof`. (GH#21) (Matthew Horsfall and Chase Whitener)
2021-03-08Update to 6.10wen2-8/+7
Upstream changes: 6.10 2021-01-04 22:03:43Z - Do not set discard if max-age is set (GH#61) (robnagler, simbabque) - Add tests for #61 - do not set discard if max-age is set (GH#65) (Julien Fiegehenn) 6.09 2020-11-19 22:20:47Z - Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63) (Charlie Hothersall-Thomas)
2021-03-08Update to 6.29wen2-7/+7
Upstream changes: 6.29 2021-03-06 04:50:34Z - fix issue with HTTP::Request internal cache for canonical url when using URI::URL (GH#146) (andrew-grechkin) 6.28 2021-02-19 16:22:13Z - fix warnings during HTTP::Config->match #62 (GH#152) (Viťas Strádal) 6.27 2021-01-05 03:02:01Z - Clean up backcompat code (GH#148) (Dan Book) - Add "308 Permanent Redirect" to is_cacheable_by_default (GH#150) (simbabque)
2021-03-08py-flask-caching: updated to 1.10.0adam3-8/+14
Version 1.10.0 -------------- - **Important**: The way caching backends are loaded have been refactored. Instead of passing the name of the initialization function one can now use the full path to the caching backend class. For example: ``CACHE_TYPE="flask_caching.backends.SimpleCache"``. In the next major release (2.0), this will be the only supported way. - UWSGICache is not officially supported anymore and moved to the user contributed backends. - Switch from Travis-CI to GitHub Actions - Fix add() in RedisCache without a timeout. - Fix error in how the FileSystemCache counts the number of files. - Type Annotations have been added. - Add some basic logging to SimpleCache and FileSystemCache for better observability. - Add option in memoize to ignore args - Stop marking wheels as Python 2 compatible. - Fix ``default_timeout`` not being properly passed to its super constructor. - Fix ``kwargs`` not being passed on in function ``_memoize_make_cache_key``. - Add a Redis Cluster Mode caching backend. - Do not let PIP install this package on unsupported Python Versions. - Fix uWSGI initialization by checking if uWSGI has the 'cache2' option enabled. - Documentation updates and fixes.
2021-03-08re-assign maintnikita1-5/+17
2021-03-08Recursive revbump associated with update of lang/ocamljaapb10-13/+20
2021-03-07py-flask-jwt-extended: mark as incompatible with Python 2.7adam1-4/+4
2021-03-07py-flask-jwt-extended: updated to 4.0.2adam3-11/+13
4.0.2: Properly include requirements.txt in the manifest. 4.0.1: No changes from 4.0.0, this release is purely to fix some github actions and documentation builds 4.0.0: This release contains many months of work and lots of breaking changes. For full details, please see: https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/ 3.25.1: The only change it this release is that we are setting the metadata that marks this as the last release to support python versions earlier then 3.6 (including python 2). 3.25.0: Add JWT_ENCODE_ISSUER option Require PyJWT before version 2.0.0a to prevent breaking changes. (we will update to the 2.0.0 pyjwt release once it's out of the alpha/early release).
2021-03-07www/mongrel*: remove packagestaca21-324/+0
Remove mongrel and related packages. - No HOMEPAGE. - No repository. - No MAINTAINER.
2021-03-07www/Makefile: remove mongrel* packagestaca1-6/+1
2021-03-07www/thoth: remove packagetaca5-144/+0
Remove thoth package. - Repository is archived on GitHub. - No MAINTAINER.
2021-03-07www/thoth-delicious: remove packagetaca4-30/+0
Remove thoth-delicious package. - No HOMEPAGE - No repository - No MAINTAINER
2021-03-07www/Makefile: remove thoth and thoth-delicioustaca1-3/+1
2021-03-07www/ruby-staticmatic: remove packagetaca4-128/+0
Remove ruby-staticmatic package. - No HOMEPAGE - No repository - No MAINTAINER
2021-03-07www/Makefile: remove ruby-staticmatictaca1-2/+1
2021-03-07www/camping: remove packagetaca4-97/+0
Remove camping package. - No HOMEPAGE - No repository - No MAINTAINER
2021-03-07www/Makefile: remove campingtaca1-2/+1
2021-03-07www/fengoffice: update to 3.8.5.8taca3-8/+1056
Changes from 3.7.2.16 are too many to write here, please refer readme.txt file.
2021-03-07www/php-apcu: update to 5.1.20taca3-11/+8
www/php-apcu: update to 5.1.20 5.1.20 (2021-03-04) - Fix deadlocks when other apcu_* functions are used inside apcu_entry(). It should now be safe to use any functions inside the apcu_entry() callback. - Fix division by zero exception in apc.php. - Fix handling of references in PHP 8 if "default" serializer is used (which is not the default). - Fix string reuse handling if "default" serializer is used (which is not the default). - Check for failures when acquiring read locks to report problems earlier (write locks were already checked previously). - Adjust tests for current PHP 8.1 development branch. - Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.
2021-03-07www/ruby-pygments.rb: update to 2.1.0taca3-18/+25
2.1.0 (2021-02-14) * Update Pygments to 2.8.0
2021-03-07www/ap-php: fix installation problem with php80taca1-1/+4
2021-03-07Mark these pacakge not for php80.taca2-2/+6
2021-03-07www/php-http: fix build problemtaca1-1/+2
This package require converters/php-iconv.
2021-03-07Switch to use lang/php/json.mk.taca5-16/+10