Commit graph

21672 commits

Author SHA1 Message Date
joerg
85ed798a6b Workaround a sporadic quoting issue with the build date by hard-wiring it. 2021-12-13 04:03:14 +00:00
taca
cb46d29b8f www/php-http3: update DESCR
Add supporting PHP's version to DESCR.
2021-12-12 15:34:45 +00:00
taca
9e359d2113 www/php-http3: change supporting PHP version
Make this package support php73 and php74.

PHP 8.0 and later will supported by pecl-php 4.x.
2021-12-12 15:33:30 +00:00
taca
a1a01a8a9b www/php-http3: update to 3.2.4
3.2.4 (2021-01-13)

* Fixed configure on systems which do not provide icu-config
* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
2021-12-12 15:31:02 +00:00
taca
5350a943ad www/php-apcu: update to 5.1.21
5.1.21 (2021-10-07)

- Fixed compatibility with PHP 8.1 by adding return types to APCUIterator.
- APCUIterator::current() and ::key() can no longer be called on an invalid
  iterator.
2021-12-12 15:25:53 +00:00
taca
6934f5018f www/ruby-jekyll: update to 4.2.1
4.2.1 (2021-09-27)

Bug Fixes

* Backport #8620 for v4.2.x: Revert #7253: "Don't reset site.url to
  localhost:4000 by default" (#8808)
* Backport #8756 for v4.2.x: Respect collections_dir config within include
  tag (#8794)
* Backport #8786 for v4.2.x: Fix regression in Convertible module from
  v4.2.0 (#8793)
2021-12-12 13:40:33 +00:00
taca
809d5979a2 www/Makefile: add and enable ruby-aws-sdk-s3 2021-12-12 13:00:12 +00:00
taca
8fe1b5d962 www/ruby-aws-sdk-s3: add package version 1.109.0
Add ruby-aws-sdk-s3 package version 1.109.0 required by newer ruby-chef
package.

Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).  This
gem is part of the AWS SDK for Ruby.
2021-12-12 12:59:31 +00:00
taca
539009dc33 www/Makefile: add and enable ruby-aws-sdk-kms 2021-12-12 12:55:15 +00:00
taca
b255efdfcf www/ruby-aws-sdk-kms: add package version 1.52.0
Add ruby-aws-sdk-kms package version 1.52.0 required by ruby-aws-sdk-s3.

Official AWS Ruby gem for AWS Key Management Service (KMS).  This gem is
part of the AWS SDK for Ruby.
2021-12-12 12:54:28 +00:00
taca
465b10e433 www/ruby-aws-sdk-secretsmanager: update to 1.53.0
1.53.0 (2021-11-30)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.52.0 (2021-11-04)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.51.0 (2021-10-18)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.50.0 (2021-10-08)

* Feature - Documentation updates for Secrets Manager
2021-12-12 12:50:36 +00:00
taca
f78d93bc30 www/ruby-aws-sdk-core: update to 3.124.0
3.124.0 (2021-11-30)

* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.

3.123.0 (2021-11-23)

* Feature - Updated Aws::STS::Client with the latest API changes.
2021-12-12 12:48:19 +00:00
taca
524a4fce82 www/ruby-aws-partitions: update to 1.540.0
Changes are too many to write here, please refer
<https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md>.
2021-12-12 12:46:34 +00:00
adam
ebfa1c3b9f py-uvicorn: updated to 0.16.0
0.16.0

Added

Enable read of uvicorn settings from environment variables
Bump websockets to 10.0.
Ensure non-zero exit code when startup fails
Increase httptools version range from "==0.2.*" to ">=0.2.0,<0.4.0".
Override default asyncio event loop with reload only on Windows
Replace HttpToolsProtocol.pipeline type from list to deque.
Replace WSGIResponder.send_queue type from list to deque.

Fixed

Main process exit after startup failure on reloader classes
Add explicit casting on click options
Allow WebSocket close event to receive reason being None from ASGI app.
Fix a bug in WebSocketProtocol.asgi_receive on which we returned a close frame even if there were data messages before that frame in the read queue.
The option --reload-dirs was splitting a string into single character directories.
Only second SIGINT is able to forcelly shutdown the server
Allow app-dir parameter on the run() function
2021-12-11 19:53:15 +00:00
taca
e6440599cb www/drupal8: update to 8.9.20
This is last release of Drupal 8.x.

8.9.20 (2021-11-17)

This release fixes security vulnerabilities. Sites are urged to update
immediately after reading the notes below and the security announcement:

Drupal core - Critical - Third-party library - SA-CORE-2021-011

No other fixes are included.
2021-12-11 16:26:06 +00:00
taca
ab5d928019 www/ruby-selenium-webdriver: update to 4.1.0
As for CHANGES prior to 4.0.0 (from 4.0.0.alpha1 to 4.0.0.rc2), please
refer: <https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES>.

4.1.0 (2021-11-22)
=========================

DevTools:
  * Released selenium-devtools 0.95.0 (supports CDP v85, v93, v94, v95)
  * Released selenium-devtools 0.96.0 (supports CDP v85, v94, v95, v96)
  * Added support for secure websockets (#10017)

Ruby:
  * Execute Script supports ShadowRoots (#10019)
  * Fixed bug preventing zipping temp files on Windows (#9987)
  * Sang Pumpkin Carol (thanks Jari!)

4.0.3 (2021-10-20)
=========================

Firefox:
  * Fixed bug avoiding camel casing prefs (#9944 thanks @glaszig)

Ruby:
  * Fixed bug in Select class for finding by index (#9945)

Remote:
  * Fixed bug preventing sending keys with an empty value

4.0.2 (2021-10-19)
=========================

Server:
  * Fixed bug in new download code.

4.0.1 (2021-10-19)
=========================

Server:
  * Fixed download by pointing to new storage location.
    - Only supports Selenium 4 versions
  * Added default value for Server::get and Server::download to use the
    latest server version

4.0.0 (2021-10-13)
=========================

Ruby:
  * Updated minimum required Ruby version to 2.6
  * Updated minimum required rexml gem version due to vulnerability

Chrome:
  * Added default values for Network Conditions so no longer need to specify
    everything

Firefox:
  * Fixed bug where Firefox prefs were converting snake case to camel case
2021-12-11 15:50:00 +00:00
taca
cb6d619ac9 www/ruby-raindrops: update to 0.20.0
pkgsrc change: correct MAINTAINER.

0.20.0 (2021-12-06)

* Allow Raindrops objects to be backed by a file
* doc: update with IMAP(S) URLs and improve descriptions
2021-12-11 15:44:20 +00:00
taca
1dd470843b www/ruby-rack-cache: update to 1.13.0
1.13.0 (2021-09-26)

* Support lowercase Vary and Age headers
2021-12-11 15:40:24 +00:00
taca
eec9a75f52 www/ruby-puma: update to 5.5.2
5.5.2 (2021-10-12)

Bugfixes

* Allow UTF-8 in HTTP header values

5.5.1 (2021-10-12)

Feature (added as mistake - we don't normally do this on bugfix releases,
sorry!)

* Allow setting APP_ENV in preference to RACK_ENV or RAILS_ENV (#2702)

Security

* Do not allow LF as a line ending in a header (CVE-2021-41136)

5.5.0 (2021-09-19)

Features

* Automatic SSL certificate provisioning for localhost, via localhost gem
  (#2610, #2257)
* add support for the PROXY protocol (v1 only) (#2654, #2651)
* Add a semantic CLI option for no config file (#2689)

Bugfixes

* More elaborate exception handling - lets some dead pumas die. (#2700,
  #2699)
* allow multiple after_worker_fork hooks (#2690)
* Preserve BUNDLE_APP_CONFIG on worker fork (#2688, #2687)

Performance

* Fix performance of server-side SSL connection close. (#2675)
2021-12-11 15:38:56 +00:00
taca
d34d8f0fe8 www/ruby-mechanize: update to 2.8.3
2.8.3 (2021-11-11)
Update

* Update the "Linux Firefox" user agent string to rev94 (#587) Thank you,
  @ncs1!
2021-12-11 15:35:58 +00:00
taca
4fb53026f3 www/ruby-http_parser.rb: update to 0.8.0
0.6.1 (2021-07-01)

* Update URIs in gemspec
* Link to https URIs in README
* Updated / added test cases for aborting the parser
* Better handling on upgraded connections
* Added support for HTTP status reason
* Add status support to JRuby
* Ensure HTTP parser uses later version
* Added statuses to spec responses
* Provide better safety around on_status and on_url
* Updated line folder spec as per joyent/http_parser
* Updated spec for status support
* Removed unfinished parse_url support
* Update sub module http-parser to version 2.8.1
* Use HTTPS to download submodules
* Check value passed to set_header_value_type

0.7.0 (2021-07-02)

* Add bundler/gem_tasks

0.8.0 (2021-09-01)

* mark all threads are ractor-safe
* avoid referring class instance variable if possible
* add kwarg to avoid specifying (nil, type)
* update specs about Ractor/kwarg
* rename the unappropriate name
* check the number of arguments for the safe
* it does not need extreme performance
* Revert "Add status support to JRuby"
* Disable test for status on JRuby
* Make sure to inject rake task dependencies
* spec: Use appropriate encoding to check request_url & status
2021-12-11 15:34:30 +00:00
taca
c5d8d73509 www/ruby-ethon: update to 0.15.0
0.15.0 (2021-10-12)

* Revert "Easy::Operations#handle: Thread-safe cleanup (#136)"
* Add optional socket_action mode to Ethon::Multi
* Fix tests to clean up correctly, rely on ongoing? and not socket count.
* Fix tests from multi_socket_action addition.
* HTTPS proxies - support for own SSL/TLS session
* Added size_upload, size_download, speed_upload, speed_download to
  available informations
2021-12-11 14:52:43 +00:00
taca
96f3762802 www/ruby-em-websocket: update to 0.5.3
0.5.3 (2021-11-11)

* Add healthcheck endpoint
* Allow newer versions of http_parser until v1.0.0
2021-12-11 14:49:15 +00:00
taca
a9cb0dd87b www/ruby-capybara: update to 3.36.0
3.36.0 (2021-10-24)

Changed

* Ruby 2.6.0+ is now required
* Minimum selenium-webdriver supported is now 3.142.7

Added

* Support for selenium-webdriver 4.x
* allow_label_click accepts click options to be used when clicking an
  associated label
* Deprecated allow_gumbo= in favor of use_html5_parsing= to enable use of
  Nokogiri::HTML5 when available
* Session#active_element returns the element with focus - Not supported by
  the RackTest driver [Sean Doyle]
* Support focused: filter for finding interactive elements - Not supported
  by the RackTest driver [Sean Doyle]

Fixed

* Sibling and ancestor queries now work with Simple::Node - Issue #2452
* rack_test correctly ignores readonly attribute on specific input element
  types
* Node#all_text always returns a string - Issue #2477
* have_any_of_selectors negated match - Issue #2473
* Document#scroll_to fixed for standards behavior - pass quirks: true if you
  need the older behavior [Eric Anderson]
* Use capture on attach file event listener for better React compatibility
  [Jeff Way]
* Animation disabler produces valid HTML [Javi Martin]

Removed

* References to non-w3c mode in drivers/tests. Non-w3c mode is obsolete and
  no one should be using it anymore. Capybara hasn't been testing/supporting
  it in a while
2021-12-11 14:44:13 +00:00
ryoon
7df240f060 firefox-l10n: Update to 95.0
* Sync with www/firefox-95.0.
2021-12-11 14:12:03 +00:00
ryoon
fcd15ef08e firefox: Update to 95.0
Changelog:
New

  * RLBox --- a new technology that hardens Firefox against potential security
    vulnerabilities in third-party libraries --- is now enabled on all
    platforms.

  * Good news! You can now download Firefox from the Microsoft Store on Windows
    10 and Windows 11 platforms.

  * We've reduced CPU usage on macOS in Firefox and WindowServer during event
    processing.

  * We've also reduced the power usage of software decoded video on macOS,
    especially in fullscreen. This includes streaming sites such as Netflix and
    Amazon Prime Video.

  * You can now move the Picture-in-Picture toggle button to the opposite side
    of the video. Simply look for the new context menu option Move
    Picture-in-Picture Toggle to Left (Right) Side.

  * To better protect Firefox users against side-channel attacks such as
    Spectre, Site Isolation is now enabled for all Firefox 95 users.

Fixed

  * After starting Firefox, users of the JAWS screen reader and ZoomText
    magnifier will no longer need to switch applications in order to access
    Firefox.

  * You'll find the state of controls using the ARIA switch role is now
    correctly reported by Mac OS VoiceOver.

  * You'll see a faster content process startup on macOS.

  * We've also made memory allocator improvements.

  * And we've improved page load performance by speculatively compiling
    JavaScript ahead of time.

  * Various security fixes

Changed

  * We've added a User Agent override for Slack.com, which allows Firefox
    users to use more Call features and have access to Huddles.

Security fixes:
Mozilla Foundation Security Advisory 2021-52

#CVE-2021-43536: URL leakage when navigating while executing asynchronous
 function
#CVE-2021-43537: Heap buffer overflow when using structured clone
#CVE-2021-43538: Missing fullscreen and pointer lock notification when
 requesting both
#CVE-2021-43539: GC rooting failure when calling wasm instance methods
#MOZ-2021-0010: Use-after-free in fullscreen objects on MacOS
#CVE-2021-43540: WebExtensions could have installed persistent ServiceWorkers
#CVE-2021-43541: External protocol handler parameters were unescaped
#CVE-2021-43542: XMLHttpRequest error codes could have leaked the existence of
 an external protocol handler
#CVE-2021-43543: Bypass of CSP sandbox directive when embedding
#CVE-2021-43544: Receiving a malicious URL as text through a SEND intent could
 have led to XSS
#CVE-2021-43545: Denial of Service when using the Location API in a loop
#CVE-2021-43546: Cursor spoofing could overlay user interface when native
 cursor is zoomed
#MOZ-2021-0009: Memory safety bugs fixed in Firefox 95 and Firefox ESR 91.4
2021-12-11 14:10:01 +00:00
wen
29bf702328 Update to 3.11.4
Upstream changelog, please visit:
https://docs.moodle.org/dev/Moodle_3.11.4_release_notes
2021-12-11 07:24:00 +00:00
nia
a3a879757c firefox91: Update to 91.4.0
Security Vulnerabilities fixed in Firefox ESR 91.4.0

    #CVE-2021-43536: URL leakage when navigating while executing asynchronous
    function

    #CVE-2021-43537: Heap buffer overflow when using structured clone

    #CVE-2021-43538: Missing fullscreen and pointer lock notification when
    requesting both

    #CVE-2021-43539: GC rooting failure when calling wasm instance methods

    #CVE-2021-43541: External protocol handler parameters were unescaped

    #CVE-2021-43542: XMLHttpRequest error codes could have leaked the existence
    of an external protocol handler

    #CVE-2021-43543: Bypass of CSP sandbox directive when embedding

    #CVE-2021-43545: Denial of Service when using the Location API in a loop

    #CVE-2021-43546: Cursor spoofing could overlay user interface when native
    cursor is zoomed

    #MOZ-2021-0009: Memory safety bugs fixed in Firefox 95 and Firefox ESR 91.4
2021-12-10 14:32:07 +00:00
tnn
bf5279e30c fix some lint 2021-12-10 12:29:21 +00:00
bsiegert
169637478c Revbump all Go packages after go117 update 2021-12-09 17:50:09 +00:00
nia
af062311e1 lua-web-sanitize: update to 1.1.0
Changes:
    Update text extractor
        Add option for extracting as html or as plain text
        Add option for removing non-printable characters
        Add HTML entitiy translation when extracting as plain text
        Whitespace trimming and normalization is utf8 whitespace aware
    Minor updates to CSS default whitelist for border attributes
2021-12-09 15:16:11 +00:00
fcambus
3c66323bf1 htmldoc: update to 1.9.13.
# Changes in HTMLDOC v1.9.13

- Now install a 32x32 icon for Linux (Issue #432)
- Fixed an issue with large values for roman numerals and letters in headings
  (Issue #433)
- Fixed a crash bug when a HTML comment contains an invalid nul character
  (Issue #439)
- Fixed a crash bug with bogus BMP images (Issue #444)
- Fixed a potential heap overflow bug with bogus GIF images (Issue #451)
- Fixed a potential stack overflow bug with bogus BMP images (Issue #453)
2021-12-09 10:14:53 +00:00
adam
b6d9bd86bc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
tnn
b233f6df8f grafana: remove unused BUILD_MAKE_FLAGS 2021-12-08 14:48:22 +00:00
tnn
1470ab69e4 grafana: update to 8.3.1 (Only compile tested, sorry.)
Security: Fixes CVE-2021-43798 directory traversal vulnerability.

Features and enhancements 8.3
  Alerting: Prevent folders from being deleted when they contain alerts.
  Alerting: Show full preview value in tooltip.
  BarGauge: Limit title width when name is really long.
  CloudMonitoring: Avoid to escape regexps in filters.
  CloudWatch: Add support for AWS Metric Insights.
  TooltipPlugin: Remove other panels' shared tooltip in edit panel.
  Visualizations: Limit y label width to 40% of visualization width.

Features and enhancements 8.2
  AWS: Updated AWS authentication documentation.
  Alerting: Added support Alertmanager data source for upstream Prometheus AM implementation.
  Alerting: Allows more characters in label names so notifications are sent.
  Alerting: Get alert rules for a dashboard or a panel using /api/v1/rules endpoints.
  Annotations: Improved rendering performance of event markers.
  CloudWatch Logs: Skip caching for log queries.
  Explore: Added an opt-in configuration for Node Graph in Jaeger, Zipkin, and Tempo.
  Packaging: Add stricter systemd unit options.
  Prometheus: Metrics browser can now handle label values with special characters.
2021-12-08 01:51:47 +00:00
gutteridge
07d104f8e7 unit: a BUILDLINK_TRANSFORM for SunOS is no longer needed 2021-12-08 00:27:33 +00:00
wiz
e95b525f31 py-FormEncode: update to 2.0.1.
2.0.1
-----
 - Add support for 3.10
 - use Pytest instead of Nose and Github Actions instead of Travis for tests
 - Documentation updates
 - Note this will be the last version to support Python 2.7. The next version
   will be 2.1 to signal this change. If you want to keep support for Python
   2.7 update your dependencies spec to be below 2.1

2.0.0
-----

 - `FormEncode` can now run on Python 3.6 and higher without needing to run 2to3 first.
 - `FormEncode` 2.0 is no longer compatible with Python 2.6 and 3.2 to 3.5.
   If you need Python 2.6 or 3.2 to 3.5 compatibility please use `FormEncode` 1.3.
   You might also try `FormEncode` 2.0.0a1 which supports Python 2.6 and Python 3.3-3.5.
 - This will be the last major version to support Python 2.7
 - Add strict flag to USPostalCode to raise error on postal codes that has too
   many digits instead of just truncating
 - Various Python 3 fixes
 - Serbian latin translation
 - Changed License to MIT
 - Dutch, UK, Greek and South Korean postal code format fixes
 - Add postal code formats for Switzerland, Cyprus, Faroe Islands, San Marino, Ukraine and Vatican City.
 - Add ISODateTimeConverter validator
 - Add ability to target htmlfill to particular form or ignore a form
 - Fix format errors in some translations
 - The version of the library can be checked using formencode.__version__
2021-12-06 14:41:21 +00:00
wiz
57e9ca4e68 py-pystache: fix build with latest setuptools 2021-12-06 14:17:03 +00:00
wiz
c958986729 py-sparqlwrapper: fix build with latest setuptools 2021-12-06 14:14:35 +00:00
schmonz
54dda9f65d Reorder CONFIGURE_ARGS from previous. NFCI. 2021-12-05 18:17:24 +00:00
schmonz
af4e7e3e07 Update to 1.4.63. From the changelog:
- [core] import xxHash v0.8.1
- [core] isolate use of sys/filio.h
- [core] fix reqpool mem corruption in 1.4.62 (fixes #3118)

pkgsrc changes:

- Link with pkgsrc xxhash instead of the vendored copy
2021-12-05 18:15:19 +00:00
ryoon
ef046c8e43 php-nextcloud: Update to 22.2.3
Changelog:
Version 22.2.3 November 15 2021

Changes

  * Bump moment-timezone from 0.5.33 to 0.5.34 (server#29658)
  * Don't flash external storage mountpoints during the status check (server#
    29706)
  * Bump doctrine/dbal to 3.1.4 (server#29717)
  * Add composer patch (3rdparty#890)
  * Bump doctrine/dbal to 3.1.4 (3rdparty#895)


Version 22.2.2 November 12 2021

Changes

Single fix that could cause significant performance degradation: Fix missing
token update #29682


Version 22.2.1 November 11 2021

Changes

  * Ensure that user and group IDs in LDAP's tables are also max 64chars
    (server#28968)
  * Fix Lots of Error: file_exists(): open_basedir restriction in effect.??
    (server#29016)
  * Change output format of Psalm to Github (server#29046)
  * Don't further setup disabled users when logging in with apache (server#
    29062)
  * Allow "TwoFactor Nextcloud Notifications" to pull the state of the 2FA
    again (server#29066)
  * Fix path of `file_get_contents` (server#29073)
  * Do not transfer shares for deleted users (server#29078)
  * Add a few sensitive config keys (server#29086)
  * Update the certificate bundle (server#29096)
  * Add button color variables (server#29113)
  * Generate a better optimized query for path prefix search filters (server#
    29121)
  * Set associative = true for cleanup job (server#29124)
  * Keep pw based auth tokens valid when pw-less login happens (server#29129)
  * Explicitly close source stream on local / encryption storage (server#29133)
  * Properly handle folder deletion on external s3 storage (server#29160)
  * Tokens without password should not trigger changed password invalidation
    (server#29162)
  * Add 'supported'-label to all supported apps (server#29183)
  * Keep group restrictions when reenabling apps after an update (server#29196)
  * Fix translated app details (server#29207)
  * Add documentation for files_no_background_scan (server#29217)
  * Don't setup the filesystem to check for a favicon we don't use anyway
    (server#29221)
  * Add proper message to created share not found (server#29225)
  * Fix background scan doc in config (server#29251)
  * Add configuration flag to disable the background job for files_trashbin
    (server#29262)
  * Add configuration flag to disable the background job for files_versions
    (server#29263)
  * Fix bug introduced on drag and drop external files (server#29283)
  * Get `filesize()` if `file_exists()` (server#29288)
  * Fix app upgrade (server#29301)
  * Fix cliping issues in alternative logging buttons (server#29311)
  * Avoid PHP errors when the LDAP attribute is not found (server#29316)
  * Fix basic auth for OAuth token endpoint (server#29341)
  * Fix login button alignment (server#29359)
  * Fix security issues when copying groupfolder with advanced ACL (server#
    29365)
  * Prevent duplicate auth token activity updates (server#29381)
  * Catch null path in share manager (server#29383)
  * Scheduling plugin not updating responding attendee status (server#29385)
  * Make calendar schedule options translatable (server#29389)
  * S3 external storage fixes (server#29391)
  * Fix federated scope not shown when public addressbook upload is disabled
    (server#29393)
  * Make the route name error more helpful (server#29398)
  * Bump babel-loader from 8.2.2 to 8.2.3 (server#29409)
  * Update behat/behat requirement from ~3.8.0 to ~3.9.0 in /build/integration
    (server#29410)
  * Handle files with `is_file` instead of `file_exists` (server#29415)
  * Fixes an undefined index when getAccessList returns an empty array (server#
    29419)
  * Backport #29260: Respect user enumeration settings in user status lists
    (server#29427)
  * Implement local filtering in file list (server#29442)
  * Detect mimetype by content only with content (server#29459)
  * Fix permissions when copying from ObjectStorage (server#29475)
  * Bump vue-router from 3.5.2 to 3.5.3 (server#29494)
  * Bump bootstrap from 4.6.0 to 4.6.1 (server#29495)
  * Update CRL (server#29503)
  * Limit parameter count per query in Cache.removeChildren (server#29506)
  * Fix/images php 8.0 (server#29519)
  * Revert split capability "AccountPropertyScopesFederationEnabled" (server#
    29528)
  * Expose send_password_by_mail via capabilities (server#29534)
  * Update update-psalm-baseline workflow (server#29549)
  * Do not retain VerifyUserData job when lookup server is not available
    (server#29562)
  * Bump @nextcloud/initial-state from 1.2.0 to 1.2.1 (server#29575)
  * Update behat/behat requirement from ~3.9.0 to ~3.10.0 in /build/integration
    (server#29578)
  * Handle empty directory drag-and-drop in Files UI (server#29597)
  * Fix HTML entity rendering in file comments sidebar (server#29598)
  * Reduce the sleep time in test-dummy-token handler (circles#816)
  * Dispatching event before the action (circles#825)
  * Bump version (files_pdfviewer#513)
  * Allow to open links in new tab (notifications#1078)
  * Fix deleting notifications with numeric user ID (notifications#1088)
  * Add integration tests for push registration (notifications#1095)
  * Restore old device signature so the proxy works again (notifications#1103)
  * Bump autoprefixer from 9.8.6 to 9.8.7 (photos#902)
  * Bump autoprefixer from 9.8.7 to 9.8.8 (photos#907)
  * Bump prosemirror-schema-list from 1.1.5 to 1.1.6 (text#1871)
  * Bump prosemirror-transform from 1.3.2 to 1.3.3 (text#1881)
  * Additional checks for workspace controller (text#1885)


Version 22.2.0 October 1 2021

Changes

  * Fix SQL type error (server#28531)
  * Allow to open any app in a standalone window (server#28594)
  * Fix encrypted version to 0 when finding unencrypted file (server#28603)
  * Only recommand for php-sodium on >= PHP 7.4 (server#28658)
  * Fix position of search bar (server#28670)
  * Fix S3 ObjectStore proxy option (server#28683)
  * NMC-464 Highlight the search term on no results (server#28685)
  * NMC-552 Move filename/size out of the download button (server#28697)
  * Fix user list infinite loading state in user settings (server#28701)
  * Pin Psalm version for security analysis (server#28705)
  * Bump css-vars-ponyfill from 2.4.6 to 2.4.7 (server#28712)
  * Check if SVG path is valid (server#28734)
  * Remove 2FA exemption from PublicPage annotation (server#28740)
  * Bump 3rdparty ref (server#28744)
  * Send attendence links to required and optinal attendees of an event without
    an RSVP (server#28748)
  * Bump 3rdparty ref (server#28752)
  * Fix trashbin files view sticky action bar (server#28769)
  * Make it possible to override the default collation on mysql (server#28777)
  * Allow users to choose a different email for notifications (server#28780)
  * Dashboard - fix touch layout (server#28781)
  * Scan the shared external storage source on access (server#28785)
  * Bump vue-clipboard2 from 0.3.1 to 0.3.2 (server#28801)
  * Add database ratelimiting backend (server#28814)
  * Fixes missing prefix to validate password reset token (server#28824)
  * Update .htaccess (php8+ and mod_lsapi) (server#28827)
  * Do not cache file ids in FileSystemTags inside group folders (server#28830)
  * Allow using of disabled password reset mechanism for special cases (server#
    28841)
  * The user always may modify their additional emails (server#28843)
  * Added support for transferring incoming file shares. (server#28844)
  * L10n: ignore packed js files from TX sync (server#28850)
  * Add config.php option for transfer ownership (server#28851)
  * L10n: Remove a text string from translation (server#28852)
  * Let user choose notification email in user settings (server#28855)
  * Add email addresses to contacts menu (server#28860)
  * Add new ExternalShareActions API (server#28865)
  * Fix files view change and undefined currentFileList (server#28878)
  * Fix file creation from template without ext (server#28881)
  * Bump vue-clipboard2 from 0.3.2 to 0.3.3 (server#28888)
  * Fall back to full file for video previews (server#28895)
  * Update CRL due to revoked twofactor_email.crt (server#28900)
  * Support seeking also from the end of file on S3 storage (server#28910)
  * Use IRoomMetadata as source of truth for supported room types (server#
    28919)
  * Bump 3rdparty ref (server#28928)
  * Allow upgrade from 22.2.0.0 to 22.2.0.1 (server#28945)
  * Fix caching of objectsid searches (server#28949)
  * Allow casting query functions (server#28953)
  * Fix check for redis minimal version (server#28954)
  * Don't allow to change activity settings that don't work (server#28962)
  * Bump app versions (server#28984)
  * Fix redirect during initial setup (server#28998)
  * Fix CI (3rdparty#758)
  * Bump Webauthn Lib to 3.3.9 (3rdparty#780)
  * Bump Archive_Tar to latest release (3rdparty#781)
  * Composer install (3rdparty#812)
  * Read the email from IUser (API) not guess from the DB (activity#637)
  * Increase activity email speed in instances with more than 500 users
    (activity#641)
  * Bump pdfjs-dist from 2.8.335 to 2.9.359 (files_pdfviewer#478)
  * Bump @nextcloud/babel-config from 1.0.0-beta.1 to 1.0.0 (files_pdfviewer#
    479)
  * Fix phpunit (files_pdfviewer#487)
  * Update workflows (files_pdfviewer#492)
  * Use setup-php v2 (files_pdfviewer#495)
  * Bump cli-progress from 3.9.0 to 3.9.1 (files_pdfviewer#504)
  * Fix illustrations (photos#876)
  * Bump @nextcloud/vue from 3.10.0 to 3.10.2 (photos#889)
  * Dependency updates (text#1835)
  * Bump prosemirror-markdown from 1.5.1 to 1.5.2 (text#1851)
  * Update dependabot (viewer#1013)
2021-12-04 14:47:59 +00:00
fcambus
2ae8f1facc stagit: update to 1.0.
ChangeLog:

- small typo fixes and url -> URL
- man pages: add EXAMPLES section
- encode the name, it could contain XML entities
- percent encode characters in path names
- ignore '\r' in writing the blob aswell
- Print the number of remaining commits
2021-12-04 12:45:27 +00:00
schmonz
516794c99f Update to 1.4.62. From the changelog:
- support pcre2; HTTP Digest auth userhash; bugfixes

pkgsrc changes:

- switch to pcre2
2021-12-03 15:55:54 +00:00
gutteridge
31cb322348 unit: update to 1.26.1
Upstream change log:

*) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
   the bug had appeared in 1.26.0.

*) Bugfix: a prototype process could crash on an application process
   exit; the bug had appeared in 1.26.0.

*) Bugfix: the router process crashed on reconfiguration if "access_log"
   was configured without listeners.

*) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
   fastcgi_finish_request() was called in the OPcache preloading script.

*) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
   1.26.0.
2021-12-03 01:05:21 +00:00
fcambus
56fb9f8dd5 logswan: update to 2.1.12.
Logswan 2.1.12 (2021-12-02)

- Fix a use-after-free (read) triggered by strcmp(3) calls.

  The parse_request() function didn't zero out the parsed_request struct
  between each call. Since the parsing loop was switched to using getline(3)
  instead of a fixed size buffer to process log lines, it could reference
  already freed memory in certain cases.

  Thanks to Brian Carpenter (@geeknik) for finding and reporting the issue.
2021-12-02 10:39:17 +00:00
ryoon
891a847afb seamonkey-l10n: Update to 2.53.10
* Sync with www/seamonkey-2.53.10.
2021-11-30 15:42:33 +00:00
ryoon
f1b252ab64 seamonkey: Update to 2.53.10
* Fix build with lang/rust-1.56.1.
* Change chrome format to omni from flat. No need to patch .js files recently.

Changelog:
What's New in SeaMonkey 2.53.10

SeaMonkey 2.53.10 contains (among other changes) the following major changes
relative to SeaMonkey 2.53.9.1:

  * Minor fixes for testdisplay command in ChatZilla bug 1727976.
  * Show CTCP requests (excluding ACTION and DCC) bug 1722156.
  * IRCv3: Add support for server-time bug 1724586.
  * Add localization note for network editor dialog width in ChatZilla bug
    1727977.
  * IRCv3: Add support for extended-join and account-notify bug 1722159.
  * Add ability to collapse message groups in ChatZilla bug 1724588.
  * Fix JS strict warnings in unescapeTagValue in ChatZilla bug 1727989.
  * IRCv3: Add support for invite-notify bug 1722161.
  * IRCv3: Add support for batch bug 1724589.
  * Fix JS strict warning in addHistory in cZ static.js bug 1727992.
  * IRCv3: Add support for cap-notify bug 1722162.
  * Stop using canonical name as collection keys in ChatZilla bug 1728025.
  * IRCv3: Add support for TLS and STS bug 1722166.
  * Helper function for renaming irc server properties in ChatZilla bug 1728027
    .
  * IRCv3: Add support for MONITOR bug 1722174.
  * Remove use of msg.commasp in ChatZilla bug 1726965.
  * Allow shiftKey to modify behaviour of link clicking in cZ bug 1713458.
  * IRCv3: Add support for echo-message bug 1722211.
  * In ChatZilla make /commands return all matches starting with pattern bug
    1726966.
  * Use SeaMonkey prefs to determine how links behave in cZ bug 1713467.
  * Allow parameters to be localised in ChatZilla bug 1724105.
  * Add identify command to cZ and hook into password management bug 1713470.
  * IRCv3.1: Implement SASL with PLAIN mechanism bug 1717545.
  * IRCv3: Add support for message tags bug 1724584.
  * Add last read message divider to ChatZilla bug 1729159.
  * IRCv3: Add support for account-tag bug 1724585.
  * Missing option "text encoding Unicode/UTF-8" in preferences - Mailnews bug
    1679260.
  * Detect Crashreporter using AppConstants in SeaMonkey bug 1735236.
  * Link about LEGACY extensions in Add-ons Manager is broken bug 1656797.
  * Update help for clear private data preferences and dialog bug 1728911.
  * Fix typo in cs_nav_prefs_appearance bug 1737473.
  * Drop leftover "Edit Menu" comment from messageWindow.xul and
    addressbook.xul bug 1725121.
  * Add dummy tab routines to SeaMonkey mailnews tab browser bug 1735243.
  * Folder pane and tab/window title not updated correctly when opening in new
    tab bug 1726940.
  * Allow mail tab bar to be controlled separately to browser tab bar bug
    1724515.
  * Copy any user set values for new mail.tabs prefs bug 1729165.
  * Merge Master Passwords and Passwords pref panes into a single pref pane bug
    1728099.
  * Move warning about redirection pref from Content to Privacy & Security pane
    bug 1728185.
  * Move website icons prefs from content pref pane to browser pref pane bug
    1727425.
  * Move browser / mailnews system integration prefs into advanced pane bug
    1727659.
  * Have separate opentabfor.middleclick for mailnews bug 1727948.
  * Add removeBrowser helper for tabbrowser bug 1730391.
  * Put <browser> in a <stack> so it's easy to overlay bug 1730392.
  * Allow browser focus to be avoided bug 1720003.
  * SeaMonkey 32x32 default icon has light stripe at the bottom bug 1729153.
  * Support <input type=time> and <input type=date> in SeaMonkey bug 1730408.
  * Middleclick on browser tab handled twice (closes tab and loads URL from
    primary or clipboard) bug 1734407.
  * Unable to create a new "Saved Search Folder" using "Save View as a
    Folder..." bug 1738669.

The following bugs were fixed in our branch of the Gecko source code only:

  * Enable compression for standard http connections bug 1728996.
  * Support VS2022 for compiling under Windows bug 1728988.

SeaMonkey 2.53.10 contains (among other changes) the following major changes
relative to SeaMonkey 2.49.5:

  * The Bookmarks Manager has switched its name to Library, and now also
    includes the History list. When History is invoked, the Library will be
    shown with the History list selected. The extensive modifications were
    needed because of Mozilla Gecko platform API changes.
  * Download Manager has been migrated to a new API. Although it looks pretty
    much the same as before, the search option is missing and some other minor
    details work differently. The previous downloads history is removed during
    the upgrade.
  * The layout panel was added to the CSS Grid tools.
  * TLS 1.3 is the default SSL version now.
  * Support for all NPAPI plugins like Flash, Java and Silverlight has been
    removed. For displaying pdf files in the browser you can use
    pdf.js-seamonkey from Isaac Schemm.
  * SeaMonkey now uses a new api for formatting regional data like time and
    date. Default is to use the application locale of the current SeaMonkey
    build. If you use a language pack or a different OS formatting this is
    usually not desired. You can change the formatting from the application
    locale to the regional settings locale (OS) in the preferences dialog under
    "Appearance".

SeaMonkey 2.53.10 uses the same backend as Firefox and contains the relevant
Firefox 60.8 security fixes.

SeaMonkey 2.53.10 shares most parts of the mail and news code with Thunderbird.
Please read the Thunderbird 60.0 release notes for specific changes and
security fixes in this release.

Additional important security fixes up to Current Firefox 78.15 ESR and a few
enhancements have been backported. We will continue to enhance SeaMonkey
security in subsequent 2.53.x beta and release versions as fast as we are able
to.


What's New in SeaMonkey 2.53.9.1

SeaMonkey 2.53.9.1 contains (among other changes) the following major changes
relative to SeaMonkey 2.53.9:

  * Fix the lazy loading of images from some websites bug 1727967.
  * Move certain font family defaults from serif to sans serif bug 1727982.

SeaMonkey 2.53.9.1 uses the same backend as Firefox and contains the relevant
Firefox 60.8 security fixes.

SeaMonkey 2.53.9.1 shares most parts of the mail and news code with
Thunderbird. Please read the Thunderbird 60.0 release notes for specific
changes and security fixes in this release.

Additional important security fixes up to Current Firefox 78.14 ESR and a few
enhancements have been backported. We will continue to enhance SeaMonkey
security in subsequent 2.53.x beta and release versions as fast as we are able
to.
2021-11-30 15:41:24 +00:00
pin
4f40ccf287 www/badwolf: shift back to official repo 2021-11-29 08:53:30 +00:00
pin
9d2d37bbf9 www/badwolf: update to 1.2.2
Badwolf 1.2.2 release! - 2021-11-21

I just screwed the 1.2.1 release with forgetting to bump the version
(and putting a wrong date in the notes).
Gonna fix it for future releases via writing scripts to avoid another PEBKAC.
2021-11-28 19:48:57 +00:00