Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 14:27:32 UTC Now

2021-10-06 10:20:24 UTC MAIN commitmail json YAML

rust: Drop digest from USE_TOOLS.

It's already added to bootstrap tools by mk, and adding it here actually
has the opposite effect of what's intended.  It seems to confuse the
tools infrastructure and defer its dependency, i.e. until it's too late,
causing "digest: not found" errors if it's not already installed.

(jperkin)

2021-10-06 09:07:00 UTC MAIN commitmail json YAML

py-scrapy: Switch to PYTHON_VERSIONS_INCOMPATIBLE.

(jperkin)

2021-10-06 09:04:58 UTC MAIN commitmail json YAML

zim: Switch to PYTHON_VERSIONS_INCOMPATIBLE.

(jperkin)

2021-10-06 08:24:22 UTC MAIN commitmail json YAML

doc: Updated net/rsync to 3.2.3nb1

(wiz)

2021-10-06 08:15:57 UTC MAIN commitmail json YAML

rsync: fix CVE-2020-14387 using upstream patch.

Bump PKGREVISION.

(wiz)

2021-10-06 08:09:47 UTC MAIN commitmail json YAML

Updated devel/protobuf, devel/py-protobuf

(adam)

2021-10-06 08:09:19 UTC MAIN commitmail json YAML

protobuf py-protobuf: updated to 3.18.1

Protocol Buffers v3.18.1

Python

Update setup.py to reflect that we now require at least Python 3.5
Performance fix for DynamicMessage: force GetRaw() to be inlined

(adam)

2021-10-06 07:48:51 UTC MAIN commitmail json YAML

2021-10-06 06:28:08 UTC MAIN commitmail json YAML

2021-10-06 06:17:59 UTC MAIN commitmail json YAML

2021-10-06 06:11:17 UTC MAIN commitmail json YAML

SSP check can't be used where not libssp

(nia)

2021-10-06 05:49:55 UTC MAIN commitmail json YAML

doc/NEWS: Document recent infrastructure changes

(nia)

2021-10-05 23:54:27 UTC MAIN commitmail json YAML

2021-10-05 21:20:57 UTC pkgsrc-2021Q3 commitmail json YAML

print/ghostscript-agpl: Fix broken merge for distinfo

(tm)

2021-10-05 19:55:07 UTC pkgsrc-2021Q3 commitmail json YAML

doc: Pullup ticket #6500

(tm)

2021-10-05 19:54:29 UTC pkgsrc-2021Q3 commitmail json YAML

Pullup ticket #6500 - requested by bsiegert
print/ghostscript-agpl: Bugfix, undefined reference error during link

Revisions pulled up:
- print/ghostscript-agpl/distinfo                              1.37
- print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c      1.1

---
  Module Name:    pkgsrc
  Committed By:  ryoon
  Date:          Thu Sep 30 23:48:51 UTC 2021

  Modified Files:
          pkgsrc/print/ghostscript-agpl: distinfo
  Added Files:
          pkgsrc/print/ghostscript-agpl/patches: patch-base_gsicc__lcms2.c

  Log Message:
  ghostscript-agpl: Fix undefined reference error during link

(tm)

2021-10-05 19:26:07 UTC MAIN commitmail json YAML

Updated www/apache24, net/openvpn

(adam)

2021-10-05 19:25:42 UTC MAIN commitmail json YAML

openvpn: updated to 2.5.4

Overview of changes in 2.5.4
============================
Bugfixes
--------
- fix prompting for password on windows console if stderr redirection
  is in use - this breaks 2.5.x on Win11/ARM, and might also break
  on Win11/adm64 when released.

- fix setting MAC address on TAP adapters (--lladdr) to use sitnl
  (was overlooked, and still used "ifconfig" calls)

- various improvements for man page building (rst2man/rst2html etc)

- minor bugfix with IN6_IS_ADDR_UNSPECIFIED() use (breaks build on
  at least one platform strictly checking this)

- fix minor memory leak under certain conditions in add_route() and
  add_route_ipv6()

User-visible Changes
--------------------
- documentation improvements

- copyright updates where needed

- better error reporting when win32 console access fails

New features
------------
- also build man page on Windows builds

(adam)

2021-10-05 19:22:09 UTC MAIN commitmail json YAML

apache24: updated to 2.4.50

Changes with Apache 2.4.50

*) SECURITY: CVE-2021-41773: Path traversal and file disclosure
  vulnerability in Apache HTTP Server 2.4.49 (cve.mitre.org)
  A flaw was found in a change made to path normalization in
  Apache HTTP Server 2.4.49. An attacker could use a path
  traversal attack to map URLs to files outside the expected
  document root.
  If files outside of the document root are not protected by
  "require all denied" these requests can succeed. Additionally
  this flaw could leak the source of interpreted files like CGI
  scripts.
  This issue is known to be exploited in the wild.
  This issue only affects Apache 2.4.49 and not earlier versions.
  Credits: This issue was reported by Ash Daulton along with the
  cPanel Security Team

*) SECURITY: CVE-2021-41524: null pointer dereference in h2 fuzzing
  (cve.mitre.org)
  While fuzzing the 2.4.49 httpd, a new null pointer dereference
  was detected during HTTP/2 request processing,
  allowing an external source to DoS the server. This requires a
  specially crafted request.
  The vulnerability was recently introduced in version 2.4.49. No
  exploit is known to the project.
  Credits: Apache httpd team would like to thank LI ZHI XIN from
  NSFocus Security Team for reporting this issue.

*) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in
  the uri-path when it's preceded by a dot.

*) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'
  fails (!= 0 exit), the renewal process is aborted and an error is
  reported for the MDomain. This provides scripts that distribute
  information in a cluster to abort early with bothering an ACME
  server to validate a dns name that will not work. The common
  retry logic will make another attempt in the future, as with
  other failures.
  Fixed a bug when adding private key specs to an already working
  MDomain, see <https://github.com/icing/mod_md/issues/260>.

*) mod_proxy: Handle UDS URIs with empty hostname ("unix:///...") as if they
  had no hostname ("unix:/...").

*) mod_md: fixed a bug in handling multiple parallel OCSP requests. These could
  run into an assertion which terminated (and restarted) the child process where
  the task was running. Eventually, all OCSP responses were collected, but not
  in the way that things are supposed to work.
  See also <https://bz.apache.org/bugzilla/show_bug.cgi?id=65567>.
  The bug was possibly triggered when more than one OCSP status needed updating
  at the same time. For example for several renewed certificates after a server
  reload.

*) mod_rewrite: Fix UDS ("unix:") scheme for

*) event mpm: Correctly count active child processes in parent process if
  child process dies due to MaxConnectionsPerChild.

*) mod_http2: when a server is restarted gracefully, any idle h2 worker
  threads are shut down immediately.
  Also, change OpenSSL API use for deprecations in OpenSSL 3.0.
  Adds all other, never proposed code changes to make a clean
  sync of http2 sources.

*) mod_dav: Correctly handle errors returned by dav providers on REPORT
  requests.

*) core: do not install core input/output filters on secondary
  connections.

*) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection()
  and use it to prevent that failures in running the pre_connection
  hook cause crashes afterwards.

*) mod_speling: Add CheckBasenameMatch.

(adam)

2021-10-05 19:10:24 UTC pkgsrc-2021Q3 commitmail json YAML

doc: Pullup ticket #6501

(tm)

2021-10-05 19:08:57 UTC MAIN commitmail json YAML

python39: fix DESCR

(adam)

2021-10-05 19:08:35 UTC MAIN commitmail json YAML

py39-html-docs: fix DESCR

(adam)

2021-10-05 19:08:13 UTC MAIN commitmail json YAML

2021-10-05 19:07:50 UTC MAIN commitmail json YAML

Added lang/python310, lang/py310-html-docs

(adam)

2021-10-05 19:07:13 UTC MAIN commitmail json YAML

python310 py310-html-docs: added version 3.10.0

Python 3.10

Summary – Release highlights

New syntax features:

PEP 634, Structural Pattern Matching: Specification
PEP 635, Structural Pattern Matching: Motivation and Rationale
PEP 636, Structural Pattern Matching: Tutorial
bpo-12782, Parenthesized context managers are now officially allowed.

New features in the standard library:

PEP 618, Add Optional Length-Checking To zip.

Interpreter improvements:

PEP 626, Precise line numbers for debugging and other tools.

New typing features:

PEP 604, Allow writing union types as X | Y
PEP 613, Explicit Type Aliases
PEP 612, Parameter Specification Variables

Important deprecations, removals or restrictions:

PEP 644, Require OpenSSL 1.1.1 or newer
PEP 632, Deprecate distutils module.
PEP 623, Deprecate and prepare for the removal of the wstr member in PyUnicodeObject.
PEP 624, Remove Py_UNICODE encoder APIs
PEP 597, Add optional EncodingWarning

(adam)

2021-10-05 19:04:33 UTC pkgsrc-2021Q3 commitmail json YAML

Pullup ticket #6501 - requested by bsiegert
net/tigervnc: Bugfix for X11R7 fonts

Revisions pulled up:
- net/tigervnc/Makefile                                        1.43
- net/tigervnc/files/vncserver.pl                              1.2

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Thu Sep 30 21:38:23 UTC 2021

  Modified Files:
          pkgsrc/net/tigervnc: Makefile
          pkgsrc/net/tigervnc/files: vncserver.pl

  Log Message:
  tigervnc: look in /usr/X11R7 for fonts

  From Chavdar Ivanov in PR 56427.

  Bump PKGREVISION.

(tm)

2021-10-05 18:35:33 UTC MAIN commitmail json YAML

Updated www/py-django3, www/py-django-cors-headers

(adam)

2021-10-05 18:35:14 UTC MAIN commitmail json YAML

py-django-cors-headers: updated to 3.10.0

3.10.0 (2021-10-05)
-------------------
* Support Python 3.10.

3.9.0 (2021-09-28)
------------------
* Support Django 4.0.

(adam)

2021-10-05 18:33:49 UTC MAIN commitmail json YAML

py-django3: updated to 3.2.8

Django 3.2.8 fixes two bugs in 3.2.7.

Bugfixes

Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in the admin.
Fixed a regression in Django 3.2 that caused incorrect selection of items across all pages when actions were placed both on the top and bottom of the admin change-list view.

(adam)

2021-10-05 15:38:48 UTC MAIN commitmail json YAML

2021-10-05 12:59:49 UTC MAIN commitmail json YAML

doc: Added devel/p5-Sys-Mmap version 0.20

(gdt)

2021-10-05 12:58:56 UTC MAIN commitmail json YAML

devel/Makefile: Add p5-Sys-Mmap

(gdt)

2021-10-05 12:57:48 UTC MAIN commitmail json YAML

devel/p5-Sys-Mmap: Add version 0.20

This package contains a perl module to access mmap.

The Sys::Mmap module uses the POSIX mmap call to map in a file as a
Perl variable. Memory access by mmap may be shared between threads or
forked processes, and may be a disc file that has been mapped into
memory. Sys::Mmap depends on your operating system supporting UNIX or
POSIX.1b mmap, of course.

(gdt)

2021-10-05 12:24:27 UTC MAIN commitmail json YAML

Change the broken documentation link to just direct to the ZoneMinder home page

(dsainty)

2021-10-05 12:15:15 UTC MAIN commitmail json YAML

Updated security/gnupg2, databases/hiredis

(adam)

2021-10-05 12:14:54 UTC MAIN commitmail json YAML

hiredis: updated to 1.0.1

1.0.1
Fix for CVE-2021-32765 commit

(adam)

2021-10-05 12:14:28 UTC MAIN commitmail json YAML

gnupg2: updated to 2.2.31

Noteworthy changes in version 2.2.31 (2021-09-15)
-------------------------------------------------
  * agent: Fix a regression in GET_PASSPHRASE.
  * scd: Fix an assertion failure in close_pcsc_reader.
  * scd: Add support for PC/SC in "GETINFO reader_list".

Noteworthy changes in version 2.2.30 (2021-08-26)
-------------------------------------------------
  * gpg: Extended gpg-check-pattern to support accept rules,
    conjunctions, and case-sensitive matching.
  * agent: New option --pinentry-formatted-passphrase.
  * agent: New option --check-sym-passphrase-pattern.
  * agent: Use the sysconfdir for the pattern files.
  * agent: Add "checkpin" inquiry for use by pinentry.
  * wkd: Fix client issue with leading or trailing spaces in
    user-ids.
  * Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to Pinentry.
  * Under Windows use LOCAL_APPDATA for the socket directory.

Noteworthy changes in version 2.2.29 (2021-07-04)
-------------------------------------------------
  * Fix regression in 2.2.28 for Yubikey NEO.
  * Change the default keyserver to keyserver.ubuntu.com.  This is a
    temporary change due to the shutdown of the SKS keyserver pools.
  * gpg: Let --fetch-key return an exit code on failure.
  * dirmngr: Fix regression in KS_GET for mail address pattern.
  * Add fallback in case the Windows console can't cope with Unicode.
  * Improve initialization of SPR532 in the CCID driver and make the
    driver more robust.
  * Make test suite work in presence of a broken Libgcrypt
    installation.
  * Make configure option --disable-ldap work again.

Noteworthy changes in version 2.2.28 (2021-06-10)
-------------------------------------------------
  * gpg: Auto import keys specified with --trusted-keys.
  * gpg: Allow decryption w/o public key but with correct card
    inserted.
  * gpg: Allow fingerprint based lookup with --locate-external-key.
  * gpg: Lookup a missing public key of the current card via LDAP.
  * gpg: New option --force-sign-key.
  * gpg: Use a more descriptive password prompt for symmetric
    decryption.
  * gpg: Do not use the self-sigs-only option for LDAP keyserver
    imports.
  * gpg: Keep temp files when opening images via xdg-open.
  * gpg: Fix mailbox based search via AKL keyserver method.
  * gpg: Fix sending an OpenPGP key with umlaut to an LDAP keyserver.
  * gpg: Allow ECDH with a smartcard returning only the x-coordinate.
  * gpgsm: New option --ldapserver as an alias for --keyserver.  Note
    that configuring servers in gpgsm and gpg is deprecated; please
    use the dirmngr configuration options.
  * gpgsm: Support AES-GCM decryption.
  * gpgsm: Support decryption of password protected files.
  * gpgsm: Lock keyboxes also during a search to fix lockups on
    Windows.
  * agent: Skip unknown unknown ssh curves seen on
    cards.
  * scdaemon: New option --pcsc-shared.
  * scdaemon: Backport PKCS#15 card support from GnuPG 2.3
  * scdaemon: Fix CCID driver for SCM SPR332/SPR532.
  * scdaemon: Fix possible PC/SC removed card problem.
  * scdaemon: Fix unblock PIN by a Reset Code with KDF.
  * scdaemon: Support compressed points.
  * scdaemon: Prettify S/N for Yubikeys and fix reading for early
    Yubikey 5 tokens.
  * dirmngr: New option --ldapserver to avoid the need for the
    separate dirmngr_ldapservers.conf file.
  * dirmngr: The dirmngr_ldap wrapper has been rewritten to properly
    support ldap-over-tls and starttls for X.509 certificates and
    CRLs.
  * dirmngr: OpenPGP LDAP keyservers may now also be configured using
    the same syntax as used for X.509 and CRL LDAP servers.  This
    avoids the former cumbersome quoting rules and adds a flexible set
    of flags to control the connection.
  * dirmngr: The "ldaps" scheme of an OpenPGP keyserver URL is now
    interpreted as ldap-with-starttls on port 389.  To use the
    non-standardized ldap-over-tls the new LDAP configuration method
    of the new attribute "gpgNtds" needs to be used.
  * dirmngr: Return the fingerprint as search result also for LDAP
    OpenPGP keyservers.  This requires the modernized LDAP schema.
  * dirmngr: An OpenPGP LDAP search by a mailbox now ignores revoked
    keys.
  * gpgconf: Make runtime changes with non-default homedir work.
  * gpgconf: Do not translate an empty string to the PO file's meta
    data.
  * gpgconf: Fix argv overflow if --homedir is used.
  * gpgconf: Return a new pseudo option "compliance_de_vs".
  * gpgtar: Fix file size computation under Windows.
  * Full Unicode support for the Windows command line.
  * Fix problem with Windows Job objects and auto start of our
    daemons.
  * i18n: In German always use "Passwort" instead of "Passphrase" in
    prompts.

(adam)

2021-10-05 07:56:23 UTC MAIN commitmail json YAML

doc/TODO: + lumina-1.6.1, python-3.10.0.

(wiz)

2021-10-05 06:56:48 UTC MAIN commitmail json YAML

notmuch: needs c++11

(wiz)

2021-10-04 21:54:04 UTC MAIN commitmail json YAML

doc: Added games/wordsearch version 2.0

(gutteridge)

2021-10-04 21:52:17 UTC MAIN commitmail json YAML

games: add wordsearch

(gutteridge)

2021-10-04 21:49:21 UTC MAIN commitmail json YAML

wordsearch: import new package

wordsearch is a classic word search game that you can play in your
terminal. It features curses full screen gameplay with an easy to
customize puzzle-directory so you can share your creations with
friends. It has simple to pick up gameplay with word-based scoring so
you can play anytime.

Submitted in PR pkg/56435 by Pat Jensen. (Some adjustments for pkgsrc
by me.)

(gutteridge)

2021-10-04 18:59:49 UTC MAIN commitmail json YAML

Updated databases/redis, sysutils/py-cpuinfo

(adam)

2021-10-04 18:59:30 UTC MAIN commitmail json YAML

py-cpuinfo: updated to 8.0.0

Release 8.0.0
* Fixed Bug 161: Accept arm64 as an alias for aarch64
* Fixed Bug 160: Add MIPS architecture support
* Fixed Bug 74: Add option to trace code paths to file
* Fixed Bug 157: Remove multiple checks for sestatus

(adam)

2021-10-04 18:55:36 UTC MAIN commitmail json YAML

redis: updated to 6.2.6

Redis 6.2.6

Upgrade urgency: SECURITY, contains fixes to security issues.

Security Fixes:
* (CVE-2021-41099) Integer to heap buffer overflow handling certain string
  commands and network payloads, when proto-max-bulk-len is manually configured
  to a non-default, very large value [reported by yiyuaner].
* (CVE-2021-32762) Integer to heap buffer overflow issue in redis-cli and
  redis-sentinel parsing large multi-bulk replies on some older and less common
  platforms [reported by Microsoft Vulnerability Research].
* (CVE-2021-32687) Integer to heap buffer overflow with intsets, when
  set-max-intset-entries is manually configured to a non-default, very large
  value [reported by Pawel Wieczorkiewicz, AWS].
* (CVE-2021-32675) Denial Of Service when processing RESP request payloads with
  a large number of elements on many connections.
* (CVE-2021-32672) Random heap reading issue with Lua Debugger [reported by
  Meir Shpilraien].
* (CVE-2021-32628) Integer to heap buffer overflow handling ziplist-encoded
  data types, when configuring a large, non-default value for
  hash-max-ziplist-entries, hash-max-ziplist-value, zset-max-ziplist-entries
  or zset-max-ziplist-value [reported by sundb].
* (CVE-2021-32627) Integer to heap buffer overflow issue with streams, when
  configuring a non-default, large value for proto-max-bulk-len and
  client-query-buffer-limit [reported by sundb].
* (CVE-2021-32626) Specially crafted Lua scripts may result with Heap buffer
  overflow [reported by Meir Shpilraien].

Bug fixes that involve behavior changes:
* GEO* STORE with empty source key deletes the destination key and return 0
  Previously it would have returned an empty array like the non-STORE variant.
* PUBSUB NUMPAT replies with number of patterns rather than number of subscriptions
  This actually changed in 6.2.0 but was overlooked and omitted from the release notes.

Bug fixes that are only applicable to previous releases of Redis 6.2:
* Fix CLIENT PAUSE, used an old timeout from previous PAUSE
* Fix CLIENT PAUSE in a replica would mess the replication offset
* Add some missing error statistics in INFO errorstats

Other bug fixes:
* Fix incorrect reply of COMMAND command key positions for MIGRATE command
* Fix appendfsync to always guarantee fsync before reply, on MacOS and FreeBSD (kqueue)
* Fix the wrong mis-detection of sync_file_range system call, affecting performance

CLI tools:
* When redis-cli received ASK response, it didn't handle it

Improvements:
* Add latency monitor sample when key is deleted via lazy expire
* Sanitize corrupt payload improvements
* Delete empty keys when loading RDB file or handling a RESTORE command

(adam)

2021-10-04 17:54:40 UTC MAIN commitmail json YAML

apply a patch from upstream binutils to fix "isb sy" on arm64eb.

fixes u-boot builds on arm64eb hosts.  bump version, and recursive
bump on GCC, and upgrade to proper version than [0-9]*.

(mrg)

2021-10-04 17:30:37 UTC MAIN commitmail json YAML

modular-xorg-server: disable RELRO so loading modules works

(nia)

2021-10-04 15:02:24 UTC MAIN commitmail json YAML

Put the '--tag=CC' where it belongs. It didn't help that the package
only breaks when built from pkg_rolling-replace, but not with a 'make
package'.

(hauke)

2021-10-04 14:49:06 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 7.2.1.2

(ryoon)

2021-10-04 14:48:17 UTC MAIN commitmail json YAML

libreoffice: Update to 7.2.1.2

Changelog:
7.2.1.2
Bugs fixed compared to 7.2.1 RC1

1. tdf#36383 EDITING auto row height or change row height removes AutoFilter
    result [Xisco Fauli]
2. tdf#142214 Improve Calc's auto-complete feature [Ilmari Lauhakangas]
3. tdf#143940 FILESAVE: add a new line in a large spreadsheet and save causes
    crash [Xisco Fauli]
4. tdf#144008 LO crashes when macro tries to start a form document in Base
    (kf5 only) [Jan-Marek Glogowski]
5. tdf#144084 FilePicker service does not display Open and Cancel button (gtk3
    only) [Caol??n McNamara]
6. tdf#144105 LO crashes during mail merge wizard when an address block is
    modified [Caol??n McNamara]
7. tdf#144155 CALC Row operations over 100 times slower in 7.2 compared to 7.1
    [Xisco Fauli]
8. tdf#144183 Basic IDE hangs after several error messages [Mike Kaganski]
9. tdf#144209 Result with "Precision as shown" with custom string+General
    number format becomes 0 [Eike Rathke]
10. tdf#144289 OpenGL transitions not working with GTK3 VCL plugin [Jan-Marek
    Glogowski]
11. tdf#144319 Cannot load Formula-14 from ODT with LibreOffice 7.2.0, shown as
    OLE [Noel Grandin]

7.2.1.1
Bugs fixed compared to 7.2.0 RC4

1. rhbz#1996735 [abrt] libreoffice-core: (anonymous
    namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caol??n
    McNamara]
2. tdf#64703 PRINTING: Problem with page break when autofilter is on [Attila
    Sz?cs]
3. tdf#65535 Correcting a misspelled word with a comment in the middle erases
    the comment (see comment 38) [Justin Luth]
4. tdf#96561 Fails to import CSV file created with CsvHelper [Eike Rathke]
5. tdf#99932 Anchor "to Character": Anchor changes position to the document
    when zoom-in or out [Vasily Melenchuk]
6. tdf#102846 CSV import: very long loop in preview's field detection [Eike
    Rathke]
7. tdf#115520 Define Database Range shouldn't close after having a false name
    [T??nde T??th]
8. tdf#124983 EDITING Calc: After hiding a column, column breaks and row
    breaks are inserted [Eike Rathke]
9. tdf#126926 Extra filter icon appears on deleting sheet columns [T??nde T??
    th]
10. tdf#126961 Cannot link to macOS address book - crashes and restarts [Noel
    Grandin]
11. tdf#127978 Navigator's tooltip shows URI-encoded URL (with %%%) instead
    cyrillic path to file [Andreas Heinisch]
12. tdf#128612 Area Style/Filling dropdown from Image toolbar doesn't work
    [Katarina Behrens]
13. tdf#129270 Chapter Numbering of Heading 1 changes after setting Return, if
    Next Style is set to Heading 2 [Vasily Melenchuk]
14. tdf#131771 TABLE STYLE: Table looses its style setting after cutting/
    copying and pasting [Balazs Santha]
15. tdf#132696 FILEOPEN PPTX: some rectangular shapes are missing (SmartArt)
    [Miklos Vajna]
16. tdf#132739 HTML Document: Table borders disappear, because multiple style
    attributes are written within a single tag [Caol??n McNamara]
17. tdf#134569 FILEOPEN DOCX Paragraph after nested table gets unexpected
    spacing [Justin Luth]
18. tdf#135164 FILEOPEN DOCX: Heading get bullets (because num with no symbol
    doesn't block default style's number everything?) [Justin Luth]
19. tdf#136610 Clone Button does not exist in LO Draw's Tabbed Interface
    [Rafael Lima]
20. tdf#137637 Object area for auto-layouts deselected after switching to
    Animation Sidebar deck [Caol??n McNamara]
21. tdf#137737 REPLACE not working if there is a footnote or endnote anchor at
    end of paragraph [Justin Luth, Xisco Fauli]
22. tdf#137742 Google Docs exports only (ambiguous) "en" language tag text
    attribute [Eike Rathke]
23. tdf#138960 UI: The file could not be loaded! dialog appears when pressing
    enter in sidebar/navigatgor with a shape selected [Jim Raykowski]
24. tdf#139220 Regression: Selection of elements is very slow [Caol??n
    McNamara]
25. tdf#139811 Sidebar Draw Properties deck -> Page -> Background 'Gradient'
    control needs additional height, the Insert Image dialog button is being
    clipped [Caol??n McNamara]
26. tdf#141097 LibreOffice doesn't close when opened through API on Sybase
    PowerBuilder [Michael Warner]
27. tdf#142003 FILEOPEN Tracked changes in .doc file footnotes shift to the
    right [Caol??n McNamara]
28. tdf#142264 charts lost by calc export to xlsx [Mike Kaganski]
29. tdf#142351 FILEOPEN XLSX ??Cross other axis?? value not imported [Balazs
    Varga]
30. tdf#142394 Slow drawing of semi-transparent large color object [Caol??n
    McNamara]
31. tdf#142436 Linked background image is not read [Miklos Vajna]
32. tdf#142648 FILESAVE PPTX Creating hyperlink to a slide with shortened name
    results in invalid file [Tibor Nagy]
33. tdf#142817 UI jumps back to Misc effects after going to Entrance effect and
    selecting an effect [Katarina Behrens]
34. tdf#142845 Caret misplaced after Paste+Undo [Miklos Vajna]
35. tdf#142915 FILEOPEN PPTX Slideshow setting ??Manual forwarding?? not
    imported [Tibor Nagy]
36. tdf#143023 Forms: Event "When losing focus" in tablecontrol appears when
    receiving focus [Caol??n McNamara]
37. tdf#143126 FILESAVE PPTX Start from setting is not saved [Tibor Nagy]
38. tdf#143129 FILESAVE PPTX Custom slideshow to use setting is not exported
    [Tibor Nagy]
39. tdf#143220 xlsx export: link to sheet not valid [T??nde T??th]
40. tdf#143244 Redo of adding table rows breaks table style after cut/paste
    action [Balazs Santha]
41. tdf#143295 DateAcceptancePattern is wrong in Korean. [DaeHyun Sung]
42. tdf#143318 FILEOPEN DOCX Drag and drop change tracked move of table in Word
    imported incorrectly [L??szl?? N??meth]
43. tdf#143353 [GTK3] Tip of the Day dialogue is focused but does not respond
    to clicks until Template dialogue is closed [Caol??n McNamara]
44. tdf#143357 FORMCONTROL: Min value, max value and default value dont allow
    direct input - nearly unusable [Caol??n McNamara]
45. tdf#143499 Slow response in document with many headings [Caol??n McNamara]
46. tdf#143515 Memory leak when clearing contents [Mike Kaganski]
47. tdf#143534 Crash in Calc NLP Solver when saving a document in Write. [Noel
    Grandin]
48. tdf#143567 Area Style/Filling from Image toolbar doesn't match with sidebar
    info for Area [Katarina Behrens]
49. tdf#143577 Crash on image delete with "Show outline-folding buttons" [Jim
    Raykowski]
50. tdf#143580 kf5: Combobox only shows entries after second click [Jan-Marek
    Glogowski]
51. tdf#143582 The return value of Basic function is not initialized when
    called by the invoke method [Andreas Heinisch]
52. tdf#143583 FILEOPEN DOCX Ending empty paragraphs gone from footnotes [L??
    szl?? N??meth]
53. tdf#143605 Unnumbered Heading1 is numbered [Vasily Melenchuk]
54. tdf#143619 EDITING Validation circles move left/up on deleting a column/row
    [Regina Henschel]
55. tdf#143624 FILESAVE PPTX Slideshow setting ??Manual forwarding?? is not
    saved [Tibor Nagy]
56. tdf#143633 Image size set to 0,04 cm after disabling relative image width
    [Heiko Tietze]
57. tdf#143664 sdf date time recognition fails for march ("M?r") in German
    [Eike Rathke]
58. tdf#143720 UI TOC ?? Assign Styles dialog contents does not resize with the
    dialog [Caol??n McNamara]
59. tdf#143759 Inaccurate results when searching for empty cells with regex ^$
    [Eike Rathke]
60. tdf#143769 Calc crashes if a background for a sketch is selected [Caol??n
    McNamara]
61. tdf#143778 incorrect detection whether document changed [Caol??n McNamara]
62. tdf#143785 EDITING Opening & closing a drawing shapes Position and Size
    dialog sets modified status [Caol??n McNamara]
63. tdf#143795 UI problem in Draw Sidebar's Page properties pane [Caol??n
    McNamara]
64. tdf#143809 Err:502 in cells referencing named expressions after
    save-and-reload [Eike Rathke]
65. tdf#143843 Crash in: weld::CustomWidgetController::SetPointer(PointerStyle)
    [Caol??n McNamara]
66. tdf#143858 Outline numbering not showing any number, only the prefix/suffix
    [Vasily Melenchuk]
67. tdf#143860 FILESAVE DOCX non-primitive custom shape without handle is
    exported as rect [Regina Henschel]
68. tdf#143895 Mysql MEDIUMINT data type but interpreted correctly by Base
    table definition [Julien Nabet]
69. tdf#143896 FILESAVE XLSX 1001+ rows are lost after saving new file [Xisco
    Fauli]
70. tdf#143929 FILESAVE ODS Two column shape setting not saved [Mike Kaganski]
71. tdf#143957 Crash when switching transitions (kf5) [Jan-Marek Glogowski]
72. tdf#143959 PDF import do not take embedded fonts [Kevin Suo]
73. tdf#143979 FORMATTING: Date format is mangled when file is closed and
    reopened [Eike Rathke]
74. tdf#143990 Multilevel outline numbers not showing [Vasily Melenchuk]
75. tdf#144022 Calc crashed in Copy & Paste Special [Mike Kaganski]
76. tdf#144089 Find and Replace works incorrectly with regex "^." and selection
    only [Xisco Fauli]

(ryoon)

2021-10-04 14:34:15 UTC MAIN commitmail json YAML

doc: Updated graphics/krita to 4.4.8

(ryoon)

2021-10-04 14:33:39 UTC MAIN commitmail json YAML

krita: Update to 4.4.8

Changelog:
Krita 4.4.8 Released

Published    8/25/2021

This is strictly a bug fix release. There are two changes: we fixed an issue
with saving a .kra file with an embedded palette, which was broken leading to
dataloss, and, for Windows, support for fractional HiDPI display scaling is now
disabled by default.

Windows

If you窶决e using the portable zip files, just open the zip file in Explorer and
drag the folder somewhere convenient, then double-click on the krita icon in
the folder. This will not impact an installed version of Krita, though it will
share your settings and custom resources with your regular installed version of
Krita. For reporting crashes, also get the debug symbols folder.

Note that we are not making 32 bits Windows builds anymore.

  * 64 bits Windows Installer: krita-x64-4.4.8-setup.exe
  * Portable 64 bits Windows: krita-x64-4.4.8.zip
  * Debug symbols. (Unpack in the Krita installation folder)

Linux

  * 64 bits Linux: krita-4.4.8-x86_64.appimage
  * 64 bits Linux G窶儁ic-Qt plugin appimage

(If, for some reason, Firefox thinks it needs to load this as text: to
download, right-click on the link.)

macOS

Note: if you use macOS Sierra or High Sierra, please check this video to learn
how to enable starting developer-signed binaries, instead of just Apple Store
binaries.

  * macOS disk image: krita-4.4.8.dmg

Note: the gmic-qt is not available on macOS.

Android

It was not possible to build Krita 4.4.8 for Android at this point, because the
build system was changed to make the Krita 5.0 beta 1 build possible.

Krita 4.4.7 Released

Published    8/7/2021

This is strictly a bug fix release. The most important reason for this release
is a fix for a performance regression in Krita 4.4.5. There are a few other
fixes:

  * Fix a crash on exit with certain versions of Qt and PyQt
  * Fix moving selection with the magnetic selection tool (BUG:433633)
  * Fix crashes in the magnetic selection tool when deleting nodes (BUG:439896)
  * Fix an assert when converting the image color space from Python (BUG:437980
    )
  * Fix a crash when closing a gamut mask document (BUG:438914)
  * Fix drag and drop of clone layers between images (BUG:414699)
  * Fix crash when saving the image with trimming enabled (BUG:437626)

Download

Note: there is no Krita 4.4.6, that version number was created only for the
release on the Epic store.

Windows

If you窶决e using the portable zip files, just open the zip file in Explorer and
drag the folder somewhere convenient, then double-click on the krita icon in
the folder. This will not impact an installed version of Krita, though it will
share your settings and custom resources with your regular installed version of
Krita. For reporting crashes, also get the debug symbols folder.

Note that from this release on we are not making 32 bits Windows builds
anymore.

  * 64 bits Windows Installer: krita-x64-4.4.7-setup.exe
  * Portable 64 bits Windows: krita-x64-4.4.7.zip
  * Debug symbols. (Unpack in the Krita installation folder)

Linux

  * 64 bits Linux: krita-4.4.7-x86_64.appimage
  * 64 bits Linux G窶儁ic-Qt plugin appimage

(If, for some reason, Firefox thinks it needs to load this as text: to
download, right-click on the link.)

OSX

Note: if you use OSX Sierra or High Sierra, please check this video to learn
how to enable starting developer-signed binaries, instead of just Apple Store
binaries.

  * OSX disk image: krita-4.4.7.dmg

Note: the gmic-qt is not available on OSX.

Android

This time, the Android releases are made from the release tarball, so there are
translations. We consider Krita on ChromeOS and Android still beta. There are
many things that don窶冲 work and other things that are impossible without a
real keyboard. You can also get Krita 4.4.7 from Google Play.

Krita 4.4.5 Released

Published    6/9/2021

One last bugfix release before Krita 5.0! We found a nasty bug on MacOS, and
while we窶决e on the cusp of finishing up Krita 5.0, we didn窶冲 want to leave
MacOS users in the cold till then.

  * Set ElideRight for the tabs in the mdiarea. (Bug 433640)
  * If loading the image fails too often, stop retrying (Bug 433652)
  * Use QVersionNumber to compare versions
  * Fix oilpaint filter窶冱 tiling artifacts commit
  * Only open the bug dialog when Krita is in alpha or beta
  * Fix crash on popup palette on 125% scale (Bug 431944)
  * Fix compilation for GCC11. Thanks Jonathan Wakely for the suggested fix! (
    Bug 434150)
  * Use opengl ES on Arm Linux (Bug 421136)
  * Fix crash on importing a broken icc profile (Bug 434273)
  * Remove the hello world demo plugin (Bug 422380)
  * Bugfix: Crash with crop tool (Bug 433770)
  * Bugfix: Transform (Shear) tool doesn窶冲 use pivot (Bug 427462)
  * Fix angle range in the angle selector in status bar and overview docker (
    Bug 434993)
  * Implement 窶彜cale handles proportionally窶� feature for the mesh transform
  * Bugfix: Crop tool doesn窶冲 respond to some events (Bug 435201)
  * Remove JPG from the list of supported clipboard image formats (Bug 431310)
  * Don窶冲 set the menu text on the action if it窶冱 empty (Bug 437036)
  * Expose the node窶冱 unique id to libkis commit
  * Fix quicklook generator (Bug 436224)
  * Fix random crashes on macOS and fix cursor getting stuck after switching to
    other apps using cmd+tab and returning to krita using mouse click. (Bug
    434646)
  * Fix data corruption on pressing Ctrl+Z while crop action is active (CCBug
    433770)
  * Fix zooming of the palette in Lazy Fill Tool (Bug 410997)
  * Fix outline-selection precision when shift-modifier is pressed (Bug 437048)
  * Fix crash when closing Krita too quickly while some stroke is still
    rendering (Bug 419021)
  * Fix incorrect memory access in KisCanvas2::setProofingOptions()
  * Fix a race condition when starting spontaneous jobs (Bug 434648)
  * Fix display color management in Overview docker (Bug 428605)
  * Fix Nearest Neighbour filter of the perspective transform mode (Bug 420811)
  * Fix drift of the transformed image when moving mouse too quickly (Bug
    416899)
  * Fix smoothness of Free Transform mode (Bug 416899)
  * Fix input method not working on popup widgets (Bug 395598)
  * Fix export in Krita using CLI commit
  * Fix OpenColorIO include dir detection commit
  * Fix order of arguments in OverviewThumbnailStrokeStrategy (CID 310957)
  * Do not rely on endianness in psd_image_data (CID 35080)
  * Widen variables before making calculations (CID 248925)
  * Override patchWidth and patchHeight being 0 with defaults (CID 248441, CID
    248622)
  * Check value after dynamic cast in ConvertColorSpacePr.Vis. (CID 304985)
  * Properly bound values on conversions (CID 248629, CID 248458)
  * Initialize propertyType in KisMetaData::TypeInfo::Private (CID 35498)
  * Initialize variables in KoRuler and KisFullRefreshWalker (CID 35523, CID
    35612)
  * Initialize members of KisImagePyramid (CID 36041)
  * Initialize members of DlgOffsetImage and DeformBrush (CID 36144, CID 36265)
  * Initialize members in KCanvasPreview (CID 36395)
  * Initialize members in DlgClonesArray (CID 248509)
  * Initialize members in KisShadeSelectorLine (CID 36338)
  * Initialize members of assistant classes (CID 248502, CID 248916)
  * Initialize members in spin box related classes (CID 248555, CID 248871)
  * Fix xyYtoXYZ color conversion formula
  * Make the code in the triangle color selector cleaner commit
  * Fix updates in Channels docker commit
  * Fix updates in Histogram docker commit
  * Fix multithreading in Histogram widget commit
  * Change typedef to using in HistogramDockerWidget commit
  * Fix referencing of null value in SvgStyleWriter (CID 329512)
  * Fix uninitialized values in HistogramDockerWidget (CID 329509)
  * Fix High DPI for canvas previews in Undo History docker commit
  * Fix crash on saving a huge image to .kra (Bug 432182)
  * Ensure that transform worker won窶冲 try to scale to 0 (Bug 432182)
  * Fix KoQuaZipStore error checking commit
  * Show country in language list for disambiguation (Bug 437994)
  * Fix failing update when transforming a shape layer with a Transform Tool (
    Bug 437886)
  * Do not append country name to zh_CN and zh_TW (Bug 437994)
  * Revert 窶廡ix OpenColorIO include dir detection窶�
  * Add more checks on saving to kra commit
  * Fix non-float results in expressions for float values (CID 329390, CID
    329448, CID 329482)
  * Fix uninitialized values in various classes (CID 329508, CID 329504, CID
    329503, CID 329502, CID 329501)
  * Don窶冲 assert on invalid 0-bytes palettes commit
  * Initialize members of SVG Symbols classes (CID 304987)
  * Initialize members of KisColorSelector classes (CID 36349, CID 248848, CID
    248452, CID 248707)
  * Android: Make saving operation on exit more robust commit
  * Bugfix: Artifact with more than one active assitant (Bug 401940)
  * Android: SAFE_ASSERT on TouchCancel event commit
  * Android: Layer Properties窶� text field not responding to keyboard events
  * Android: Fix Window Manager position when rotating
  * Bugfix: Inconsistent stroke fill and shape fill (Bug 399127, Bug 422204,
    Bug 434828)

Download

Note: there is no Krita 4.4.4, that version number was created only for the
release on the Epic store.

Windows

If you窶决e using the portable zip files, just open the zip file in Explorer and
drag the folder somewhere convenient, then double-click on the krita icon in
the folder. This will not impact an installed version of Krita, though it will
share your settings and custom resources with your regular installed version of
Krita. For reporting crashes, also get the debug symbols folder.

Note that from this release on we are not making 32 bits Windows builds
anymore.

  * 64 bits Windows Installer: krita-x64-4.4.5-setup.exe
  * Portable 64 bits Windows: krita-x64-4.4.5.zip
  * Debug symbols. (Unpack in the Krita installation folder)

Linux

  * 64 bits Linux: krita-4.4.5-x86_64.appimage
  * 64 bits Linux G窶儁ic-Qt plugin appimage

(If, for some reason, Firefox thinks it needs to load this as text: to
download, right-click on the link.)

OSX

Note: if you use OSX Sierra or High Sierra, please check this video to learn
how to enable starting developer-signed binaries, instead of just Apple Store
binaries.

  * OSX disk image: krita-4.4.5.dmg

Note: the gmic-qt is not available on OSX.

Android

This time, the Android releases are made from the release tarball, so there are
translations. We consider Krita on ChromeOS and Android still beta. There are
many things that don窶冲 work and other things that are impossible without a
real keyboard. You can also get Krita 4.4.5 from Google Play.

(ryoon)

2021-10-04 14:21:21 UTC MAIN commitmail json YAML

mk: omit space between -z and relro

prevents mangling by wrappers in mysterious circumstances

(nia)

2021-10-04 12:05:58 UTC MAIN commitmail json YAML

Unbreak libtool invocation, and wrap long lines.

(hauke)

2021-10-04 09:26:58 UTC MAIN commitmail json YAML

Updated devel/py-configargparse, devel/py-tenacity

(adam)

2021-10-04 09:26:19 UTC MAIN commitmail json YAML

2021-10-04 09:21:15 UTC MAIN commitmail json YAML

py-configargparse: updated to 1.5.3

1.5.3:
Unknown changes

(adam)

2021-10-04 09:13:31 UTC MAIN commitmail json YAML

doc: Updated www/lighttpd to 1.4.60

(wiz)

2021-10-04 09:13:22 UTC MAIN commitmail json YAML

lighttpd: update to 1.4.60.

Highlights

* improve performance, reduce memory use, bugfixes
* HTTP/2 smoother and lower memory use (in general)
* HTTP/2 tuning to better handle aggressive client initial requests
* reduce memory footprint; workaround poor glibc behavior; jemalloc is better
* mod_magnet lua performance improvements
* mod_dirlisting performance improvements and new caching option
* memory constraints for extreme edge cases in mod_dirlisting, mod_ssi, mod_webdav
* connect(), write(), read() time limits on backends (separate from client timeouts)
* lighttpd restarts if large discontinuity in time occurs (embedded systems)
* RFC7233 Range support for all non-streaming responses, not only static files

(wiz)

2021-10-04 09:07:23 UTC MAIN commitmail json YAML

doc: Updated net/haproxy to 2.4.6

(wiz)

2021-10-04 09:07:12 UTC MAIN commitmail json YAML

haproxy: update to 2.4.6.

2021/10/04 : 2.4.6
    - BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release

2021/10/01 : 2.4.5
    - MINOR: lua: Add a flag on lua context to know the yield capability at run time
    - BUG/MINOR: lua: Yield in channel functions only if lua context can yield
    - BUG/MINOR: lua: Don't yield in channel.append() and channel.set()
    - BUG/MINOR: stream: Don't release a stream if FLT_END is still registered
    - BUG/MEDIUM: http-ana: Reset channels analysers when returning an error
    - BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set
    - BUG/MINOR: filters: Set right FLT_END analyser depending on channel
    - BUG/MINOR: systemd: ExecStartPre must use -Ws
    - BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload
    - MINOR: htx: Skip headers with no value when adding a header list to a message
    - CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload
    - BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached
    - BUG/MINOR: compat: make sure __WORDSIZE is always defined
    - CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools()
    - MINOR: pools: automatically disable malloc_trim() with external allocators
    - MINOR: pools: use mallinfo2() when available instead of mallinfo()
    - BUG/MAJOR: mux-h1: Don't eval input data if an error was reported
    - BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check
    - DOC: management: certificate files must be sanitized before injection
    - BUG/MINOR: connection: prevent null deref on mux cleanup task allocation
    - BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc
    - BUG/MINOR: cli/payload: do not search for args inside payload
    - BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set
    - BUILD: tools: get the absolute path of the current binary on NetBSD.
    - MINOR: tools: add FreeBSD support to get_exec_path()
    - MINOR: proc: setting the process to produce a core dump on FreeBSD.
    - BUILD: activity: use #ifdef not #if on USE_MEMORY_PROFILING
    - BUILD/MINOR: defaults: eliminate warning on MAXHOSTNAMELEN with -Wundef
    - BUILD/MINOR: ssl: avoid a build warning on LIBRESSL_VERSION with -Wundef
    - IMPORT: slz: silence a build warning with -Wundef
    - BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -Wundef
    - BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER
    - BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL
    - BUILD: tools: properly guard __GLIBC__ with defined()
    - BUG/MINOR: vars: improve accuracy of the rules used to check expression validity
    - MINOR: sample: add missing ARGC_ entries
    - BUG/MINOR: vars: properly set the argument parsing context in the expression
    - BUG/MINOR: vars: truncate the variable name in error reports about scope.
    - BUG/MINOR: vars: do not talk about global section in CLI errors for set-var
    - BUILD: fix dragonfly build again on __read_mostly
    - BUILD: compiler: fixed a missing test on  defined(__GNUC__)
    - BUILD: halog: fix a -Wundef warning on non-glibc systems
    - BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl
    - BUG/MINOR: server: allow 'enable health' only if check configured
    - BUG/MEDIUM: leastconn: fix rare possibility of divide by zero
    - BUG/MINOR: h1-htx: Fix a typo when request parser is reset
    - BUG/MINOR: http-ana: increment internal_errors counter on response error
    - MINOR: server: implement a refcount for dynamic servers
    - MINOR: global: define MODE_STOPPING
    - BUG/MINOR: server: do not use refcount in free_server in stopping mode
    - MINOR: server: return the next srv instance on free_server
    - BUG/MINOR: stats: use refcount to protect dynamic server on dump
    - BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer
    - BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data
    - BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM
    - MINOR: stream-int: Set CO_RFL transient/persistent flags apart in si_cs_rcv()
    - MINOR: htx: Add an HTX flag to know when a message is fragmented
    - MINOR: htx: Add a function to know if the free space wraps
    - BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary
    - MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf
    - BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers"
    - DOC: peers: fix doc "enable" statement on "peers" sections
    - MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options
    - BUG/MEDIUM: lua: fix wakeup condition from sleep()
    - BUG/MAJOR: lua: use task_wakeup() to properly run a task once
    - MINOR: arg: Be able to forbid unresolved args when building an argument list
    - BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing
    - BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input
    - MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue()

(wiz)

2021-10-04 09:01:36 UTC MAIN commitmail json YAML

Updated biology/py-pydicom, finance/py-eth-account

(adam)

2021-10-04 09:01:19 UTC MAIN commitmail json YAML

py-eth-account: updated to 0.5.6

eth-account v0.5.6

Features

An explicit transaction type is no longer required for signing a transaction if we can implicitly determine the transaction type from the transaction parameters

Bugfixes

When signing a transaction, the regular JSON-RPC structure is now expected as input and is converted to the appropriate rlp transaction structure when signing
Fix string interpolation in ValidationError message of _hash_eip_191_message

Improved Documentation

Updated docs for sign_transaction to show that transaction type can be implicitly determined based on transaction parameters if one is not provided
Add encode_defunct to list of example message encoders

(adam)

2021-10-04 08:54:01 UTC MAIN commitmail json YAML

py-pydicom: updated to 2.2.2

Version 2.2.0

Changes
-------
* Data elements with a VR of **AT** must now be set with values
  acceptable to :func:`~pydicom.tag.Tag`, and are always stored as a
  :class:`~pydicom.tag.BaseTag`.  Previously, any Python type could be
  set.
* :meth:`BaseTag.__eq__()<pydicom.tag.BaseTag.__eq__>` returns ``False`` rather
  than raising an exception when the operand cannot be converted to
  :class:`~pydicom.tag.BaseTag` (:pr:`1327`)
* :meth:`DA.__str__()<pydicom.valuerep.DA.__str__>`,
  :meth:`DT.__str__()<pydicom.valuerep.DT.__str__>` and
  :meth:`TM.__str__()<pydicom.valuerep.TM.__str__>` return valid DICOM
  strings instead of the formatted date and time representations
  (:issue:`1262`)
* If comparing :class:`~pydicom.dataset.FileDataset` instances, the file
  metadata is now ignored. This makes it possible to compare a
  :class:`~pydicom.dataset.FileDataset` object with a
  :class:`~pydicom.dataset.Dataset` object.
* :func:`~pydicom.pixel_data_handlers.rle_handler.rle_encode_frame` is
  deprecated and will be removed in v3.0, use
  :meth:`~pydicom.dataset.Dataset.compress` or
  :attr:`~pydicom.encoders.RLELosslessEncoder` instead.
* :func:`~pydicom.filereader.read_file` is deprecated and will be removed in
  v3.0, use :func:`~pydicom.filereader.dcmread` instead.
* :func:`~pydicom.filewriter.write_file` is deprecated and will be removed in
  v3.0, use :func:`~pydicom.filewriter.dcmwrite` instead.
* Data dictionaries updated to version 2021b of the DICOM Standard
* :class:`~pydicom.dataset.Dataset` no longer inherits from :class:`dict`

Enhancements
------------
* Added a command-line interface for pydicom.  Current subcommands are:

    * ``show``: display all or part of a DICOM file
    * ``codify`` to produce Python code for writing files or sequence items
      from scratch.

  Please see the :ref:`cli_guide` for examples and details
  of all the options for each command.
* A field containing an invalid number of bytes will result in a warning
  instead of an exception when
  :attr:`~pydicom.config.convert_wrong_length_to_UN` is set to ``True``.
* Private tags known via the private dictionary will now get the configured
  VR if read from a dataset instead of **UN** (:issue:`1051`).
* While reading explicit VR, a switch to implicit VR will be silently attempted
  if the VR bytes are not valid VR characters, and config option
  :attr:`~pydicom.config.assume_implicit_vr_switch` is ``True`` (default)
* New functionality to help with correct formatting of decimal strings (**DS**)

    * Added :func:`~pydicom.valuerep.is_valid_ds` to check whether a string is
      valid as a DICOM decimal string and
      :func:`~pydicom.valuerep.format_number_as_ds` to format a given ``float``
      or ``Decimal`` as a DS while retaining the highest possible level of
      precision
    * If :attr:`~pydicom.config.enforce_valid_values` is set to ``True``, all
      **DS** objects created will be checked for the validity of their string
      representations.
    * Added optional ``auto_format`` parameter to the init methods of
      :class:`~pydicom.valuerep.DSfloat` and
      :class:`~pydicom.valuerep.DSdecimal` and the :func:`~pydicom.valuerep.DS`
      factory function to allow explicitly requesting automatic formatting of
      the string representations of these objects when they are constructed.
* Added methods to construct :class:`~pydicom.valuerep.PersonName` objects
  from individual components of names (``family_name``, ``given_name``, etc.).
  See :meth:`~pydicom.valuerep.PersonName.from_named_components` and
  :meth:`~pydicom.valuerep.PersonName.from_named_components_veterinary`.
* Added support for downloading the large test files with the `requests
  <https://docs.python-requests.org/en/master/>`_ package in addition to
  :mod:`urllib.request` (:pr:`1340`)
* Ensured :func:`~pydicom.pixel_data_handlers.util.convert_color_space` uses
  32-bit floats for calculation, added `per_frame` flag to allow frame-by-frame
  processing and improved the speed by ~20-60% (:issue:`1348`)
* Optimisations for RLE encoding using *pydicom* (~40% faster).
* Added support for faster decoding (~4-5x) and encoding (~20x) of *RLE Lossless*
  *Pixel Data* via the `pylibjpeg-rle
  <https://github.com/pydicom/pylibjpeg-rle>`_ plugin (:pr:`1361`, :pr:`1372`).
* Added :func:`Dataset.compress()<pydicom.dataset.Dataset.compress>` function for
  compressing uncompressed pixel data using a given encoding format as specified
  by a UID. Only *RLE Lossless* is currently supported (:pr:`1372`)
* Added :mod:`~pydicom.encoders` module and the following encoders:

  * :attr:`~pydicom.encoders.RLELosslessEncoder` with 'pydicom', 'pylibjpeg'
    and 'gdcm' plugins
* Added `read` parameter to :func:`~pydicom.data.get_testdata_file`
  to allow reading and returning the corresponding dataset (:pr:`1372`)
* Handle decoded RLE segments with padding (:issue:`1438`)
* Add option to JSON functions to suppress exception and continue (:pr:`1332`)
* Allow searching :class:`~pydicom.fileset.FileSet` s for a list of elements (:pr:`1428`)
* Added hash function to SR :class:`~pydicom.sr.Code` (:pr:`1434`)

Fixes
-----
* Fixed pickling a :class:`~pydicom.dataset.Dataset` instance with sequences
  after the sequence had been read (:issue:`1278`)
* Fixed JSON export of numeric values
* Fixed handling of sequences of unknown length that switch to implicit
  encoding, and sequences with VR **UN** (:issue:`1312`)
* Do not load external data sources until needed - fixes problems with
  standard workflow if `setuptools` are not installed (:issue:`1341`)
* Fixed empty **PN** elements read from file being :class:`str` rather than
  :class:`~pydicom.valuerep.PersonName` (:issue:`1338`)
* Fixed handling of JPEG (10918-1) images compressed using RGB colourspace
  rather than YBR with the Pillow pixel data handler (:pr:`878`)
* Allow to deepcopy a `~pydicom.dataset.FileDataset` object (:issue:`1147`)
* Fixed elements with a VR of **OL**, **OD** and **OV** not being set correctly
  when an encoded backslash was part of the element value (:issue:`1412`)
* Fixed expansion of linear segments with floating point steps in
  segmented LUTs (:issue:`1415`)
* Fixed handling of code extensions with person name component delimiter
  (:pr:`1449`)
* Fixed bug decoding RBG jpg with APP14 marker due to change in Pillow (:pr:`1444`)
* Fixed decoding for `FloatPixelData` and `DoubleFloatPixelData` via
  `pydicom.pixel_data_handlers.numpy_handler` (:issue:`1457`)

(adam)

2021-10-04 07:46:18 UTC MAIN commitmail json YAML

doc: Updated www/badwolf to 1.2.0

(pin)

2021-10-04 07:45:51 UTC MAIN commitmail json YAML

www/badwolf: update to 1.2.0

-Change buildsystem to use a ./configure script
-badwolf.1: Add tip to list dictionairies in enchant
-badwolf.h: Add WEBKIT_CHECK_VERSION
-Switch from libsoup-2.4 to glib's GUri
-badwolf.1: Fix gtk-doc css-properties URL

(pin)

2021-10-04 07:13:20 UTC MAIN commitmail json YAML

boost: revert to just c++ (not c++); reported by @tnn

(adam)

2021-10-03 20:42:19 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 2.9

(scole)

2021-10-03 20:40:08 UTC MAIN commitmail json YAML

Update to 2.9
changes mainly for pthai.el
- add spell checking capability, similar to ispell, for word, line,
  buffer, region and related functions
- many small clean ups, fix def display when downloading, double
  writing of files, always fetching some words, others fixes
- add grep-like function to search dictionary files
- add complete-word function for inserting words
- remove interactive args with \nP
- count nor-nayn as valid single char
- use completing-read instead of ido in a few places

(scole)

2021-10-03 19:14:31 UTC MAIN commitmail json YAML

doc: updated databases/{postgresql-timescaledb,prometheus,promscale}

(tnn)

2021-10-03 19:13:14 UTC MAIN commitmail json YAML

promscale: update to 0.6.0

(beta) Support for downsampling using continuous aggregate
(Experimental) Support for storage of exemplars
Performance improvements
Support of Thanos Store API

(tnn)

2021-10-03 19:12:46 UTC MAIN commitmail json YAML

2021-10-03 19:02:46 UTC MAIN commitmail json YAML

2021-10-03 18:10:21 UTC MAIN commitmail json YAML

postgresql-timescaledb: update to 2.4.2

Fixes the bug that broke background workers, and some other minor things.

(tnn)

2021-10-03 17:57:03 UTC MAIN commitmail json YAML

doc: Updated net/dbip-country-lite to 2021.10

(fcambus)

2021-10-03 17:56:53 UTC pkgsrc-2021Q3 commitmail json YAML

Pullup ticket #6502

I hereby declare the pullup season open :)

(bsiegert)

2021-10-03 17:56:52 UTC MAIN commitmail json YAML

dbip-country-lite: update to 2021-10.

No upstream ChangeLog.

(fcambus)

2021-10-03 17:56:08 UTC MAIN commitmail json YAML

doc: Updated net/dbip-city-lite to 2021.10

(fcambus)

2021-10-03 17:55:56 UTC pkgsrc-2021Q3 commitmail json YAML

Pullup ticket #6502 - requested by wiz
graphics/libexif: security fix

Revisions pulled up:
- graphics/libexif/Makefile                                    1.49
- graphics/libexif/distinfo                                    1.33

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Wed Sep 29 08:42:57 UTC 2021

  Modified Files:
  pkgsrc/graphics/libexif: Makefile distinfo

  Log Message:
  libexif: update to 0.6.23.

  libexif-0.6.23 (2021-09-12):

    * Translation updates: es, pl, uk, fr
    * EXIF_TAG_SENSITIVITY_TYPE decoder added, added some more Exif 2.3 tags:
      - EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY
      - EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX
      - EXIF_TAG_ISO_SPEED
      - EXIF_TAG_ISO_SPEEDLatitudeYYY
      - EXIF_TAG_ISO_SPEEDLatitudeZZZ
      - EXIF_TAG_OFFSET_TIME
      - EXIF_TAG_OFFSET_TIME_ORIGINAL
      - EXIF_TAG_OFFSET_TIME_DIGITIZED
      - EXIF_TAG_IMAGE_DEPTH
    * be more relaxed to out of order JPG / EXIF dataheaders in files generated by some tools
    * default GPS IFD table added
    * Decode more Nikon Makernote tag names
    * Added Apple iOS Makernote
    * Security fixes:
      * CVE-2020-0198: unsigned integer overflow in exif_data_load_data_content
      * CVE-2020-0452: compiler optimization could remove an a
        bufferoverflow check, making a buffer overflow possible with some
        EXIF tags
      * some more denial of service (compute time or stack exhaustion) counter-measures
        added that avoid minutes of decoding time with malformed files found
        by OSS-Fuzz

(bsiegert)

2021-10-03 17:55:54 UTC MAIN commitmail json YAML

dbip-city-lite: update to 2021-10.

No upstream ChangeLog.

(fcambus)

2021-10-03 17:55:14 UTC MAIN commitmail json YAML

doc: Updated net/dbip-asn-lite to 2021.10

(fcambus)

2021-10-03 17:55:01 UTC MAIN commitmail json YAML

dbip-asn-lite: update to 2021-10.

No upstream ChangeLog.

(fcambus)

2021-10-03 17:53:11 UTC MAIN commitmail json YAML

For the sake of MKPIE, we need to .include Makefile.common before
options.mk.

Since Makefile.common now does not see the x11 option, we have to move
all x11 related commands into options.mk. Within options, move
.includes to the end for consistency.

(hauke)

2021-10-03 17:34:11 UTC MAIN commitmail json YAML

Fix dynamic linking with rhash

Make the rhash package install a .so file
not just .so.0 so that -lrhash use
dynamic linking not static linking.
Remove depmethod build since the package now
works with dynamic linking.
While here add pkgconfig override to pkgconfig
file.
Bump PKGREVISION due to PLIST change.

(nros)

2021-10-03 17:31:23 UTC MAIN commitmail json YAML

log4cpp: don't autodetect doxygen

(tnn)

2021-10-03 13:42:07 UTC MAIN commitmail json YAML

doc: Added net/wget2 version 2.0.0

(ryoon)

2021-10-03 13:41:11 UTC MAIN commitmail json YAML

net/wget2: import wget2-2.0.0

GNU Wget2 is the successor of GNU Wget, a file and recursive website
downloader. Designed and written from scratch it wraps around
libwget, that provides the basic functions needed by a web client.
Wget2 works multi-threaded and uses many features to allow fast
operation.

(ryoon)

2021-10-03 13:19:42 UTC MAIN commitmail json YAML

doc: Updated misc/gnuls to 9.0

(ryoon)

2021-10-03 13:12:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/coreutils to 9.0

(ryoon)

2021-10-03 13:11:56 UTC MAIN commitmail json YAML

coreutils: Update to 9.0

Changelog:
* Noteworthy changes in release 9.0 (2021-09-24) [stable]

** Bug fixes

  chmod -v no longer misreports modes of dangling symlinks.
  [bug introduced in coreutils-5.3.0]

  cp -a --attributes-only now never removes destination files,
  even if the destination files are hardlinked, or the source
  is a non regular file.
  [bug introduced in coreutils-8.6]

  csplit --suppress-matched now elides the last matched line
  when a specific number of pattern matches are performed.
  [bug introduced with the --suppress-matched feature in coreutils-8.22]

  df no longer outputs duplicate remote mounts in the presence of bind mounts.
  [bug introduced in coreutils-8.26]

  df no longer mishandles command-line args that it pre-mounts
  [bug introduced in coreutils-8.29]

  du no longer crashes on XFS file systems when the directory hierarchy is
  heavily changed during the run.
  [bug introduced in coreutils-8.25]

  env -S no longer crashes when given unusual whitespace characters
  [bug introduced in coreutils-8.30]

  expr no longer mishandles unmatched \(...\) in regular expressions.
  [bug introduced in coreutils-6.0]

  ls no longer crashes when printing the SELinux context for unstatable files.
  [bug introduced in coreutils-6.9.91]

  mkdir -m no longer mishandles modes more generous than the umask.
  [bug introduced in coreutils-8.22]

  nl now handles single character --section-delimiter arguments,
  by assuming a second ':' character has been specified, as specified by POSIX.
  [This bug was present in "the beginning".]

  pr again adjusts tabs in input, to maintain alignment in multi column output.
  [bug introduced in coreutils-6.9]

  rm no longer skips an extra file when the removal of an empty directory fails.
  [bug introduced by the rewrite to use fts in coreutils-8.0]

  split --number=K/N will again correctly split chunk K of N to stdout.
  Previously a chunk starting after 128KiB, output the wrong part of the file.
  [bug introduced in coreutils-8.26]

  tail -f no longer overruns a stack buffer when given too many files
  to follow and ulimit -n exceeds 1024.
  [bug introduced in coreutils-7.5]

  tr no longer crashes when using --complement with certain
  invalid combinations of case character classes.
  [bug introduced in coreutils-8.6]

  basenc --base64 --decode no longer silently discards decoded characters
  on (1024*5) buffer boundaries
  [bug introduced in coreutils-8.31]

** Changes in behavior

  cp and install now default to copy-on-write (COW) if available.

  cp, install and mv now use the copy_file_range syscall if available.
  Also, they use lseek+SEEK_HOLE rather than ioctl+FS_IOC_FIEMAP on sparse
  files, as lseek is simpler and more portable.

  On GNU/Linux systems, ls no longer issues an error message on a
  directory merely because it was removed.  This reverts a change
  that was made in release 8.32.

  ptx -T no longer attempts to substitute old-fashioned TeX escapes
  for 8-bit non-ASCII alphabetic characters.  TeX indexes should
  instead use '\usepackage[latin1]{inputenc}' or equivalent.

  stat will use decomposed (major,minor) device numbers in its default format.
  This is less ambiguous, and more consistent with ls.

  sum [-r] will output a file name, even if only a single name is passed.
  This is consistent with sum -s, cksum, and other sum(1) implementations.

** New Features

  cksum now supports the -a (--algorithm) option to select any
  of the existing sum, md5sum, b2sum, sha*sum implementations etc.
  cksum now subsumes all of these programs, and coreutils
  will introduce no future standalone checksum utility.

  cksum -a now supports the 'sm3' argument, to use the SM3 digest algorithm.

  cksum --check now supports auto detecting the digest type to use,
  when verifying tagged format checksums.

  expr and factor now support bignums on all platforms.

  ls --classify now supports the "always", "auto", or "never" flags,
  to support only outputting classifier characters if connected to a tty.

  ls now accepts the --sort=width option, to sort by file name width.
  This is useful to more compactly organize the default vertical column output.

  ls now accepts the --zero option, to terminate each output line with
  NUL instead of newline.

  nl --line-increment can now take a negative number to decrement the count.

  stat supports more formats for representing decomposed device numbers.
  %Hd,%Ld and %Hr,%Lr will output major,minor device numbers and device types
  respectively.  %d corresponds to st_dev and %r to std_rdev.

** Improvements

  cat --show-ends will now show \r\n as ^M$.  Previously the \r was taken
  literally, thus overwriting the first character in the line with '$'.

  cksum [-a crc] is now up to 4 times faster by using a slice by 8 algorithm,
  and at least 8 times faster where pclmul instructions are supported.
  A new --debug option will indicate if pclmul is being used.

  md5sum --check now supports checksum files with CRLF line endings.
  This also applies to cksum, sha*sum, and b2sum.

  df now recognizes these file systems as remote:
  acfs, coda, fhgfs, gpfs, ibrix, ocfs2, and vxfs.

  rmdir now clarifies the error if a symlink_to_dir/ has not been traversed.
  This is the case on GNU/Linux systems, where the trailing slash is ignored.

  stat and tail now know about the "devmem", "exfat", "secretmem", "vboxsf",
  and "zonefs" file system types.  stat -f -c%T now reports the file system
  type, and tail -f uses polling for "vboxsf" and inotify for the others.

  timeout now supports sub-second timeouts on macOS.

  wc is up to 5 times faster when counting only new line characters,
  where avx2 instructions are supported.
  A new --debug option will indicate if avx2 is being used.

(ryoon)

2021-10-03 12:49:58 UTC MAIN commitmail json YAML

blackbox: take maintainership

(gutteridge)

2021-10-03 12:46:01 UTC MAIN commitmail json YAML

doc: Updated devel/py-guppy3 to 3.1.1

(gutteridge)

2021-10-03 12:45:52 UTC MAIN commitmail json YAML

py-guppy3: update to 3.1.1

Version 3.1.1

    * Build linux aarch64 wheel [odidev]
    * Fix Py 3.9 to use SIZEOF_PYGC_HEAD in _testinternalcapi
    * Slightly uasier to use unsafe repr for Path
    * End of support for Python 3.5
    * Fixed MorePrinter in Stat objects
    * Add warning about pywin32 < 300, if it's imported
    * Add guppy.__version__

(gutteridge)

2021-10-03 12:42:43 UTC MAIN commitmail json YAML

doc: Updated textproc/py-markups to 3.1.2

(gutteridge)

2021-10-03 12:42:28 UTC MAIN commitmail json YAML

retext: py-markups dependency no longer supports Python 3.6

(gutteridge)

2021-10-03 12:41:42 UTC MAIN commitmail json YAML

py-markups: update to 3.1.2

Version 3.1.2, 2021-09-06
=========================

* Incompatible change: Python 3.6 is no longer supported.
* Fixed replacing Markdown extensions in document.
* Fixed crash when using TOC backrefs in reStructuredText (issue #14,
  thanks Hrissimir for the patch).

(gutteridge)

2021-10-03 09:22:28 UTC MAIN commitmail json YAML

xemacs: Adjust inclusion order so MKPIE is properly honored

(nia)

2021-10-03 07:13:15 UTC MAIN commitmail json YAML

gprolog: Disable MKPIE

(nia)

2021-10-03 07:10:44 UTC MAIN commitmail json YAML

2021-10-03 07:06:42 UTC MAIN commitmail json YAML

mk/ocaml.mk: Disable MKPIE pending investigation by an ocaml-knower

(nia)

2021-10-03 06:02:33 UTC MAIN commitmail json YAML

doc/TODO: add some

+ asciidoc-9.1.1, bison-3.8.2, cascadia-ttf-2108.26, itstool-2.0.7,
  neon-0.32.1, poppler-21.10.0, vala-0.54.1.

(wiz)

2021-10-03 00:08:48 UTC MAIN commitmail json YAML

cmake: use >= for depends

(wiz)

2021-10-02 21:45:23 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.16

(pin)

2021-10-02 21:45:03 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.16

[v0.3.16]
-Rename playlist to library, and queue to playlist.
-New: loop mode configuration. Default is queue mode(aka consume mode), can
switch to loop mode and single loop mode by pressing "m" key when focusing
Playlist. In queue mode, previous song cannot be played as it's already consumed
from the playlist. In single loop mode, previous song will be ignored.
-Show volume in progress bar title.

(pin)

2021-10-02 21:43:44 UTC MAIN commitmail json YAML

doc: Updated x11/qt5ct to 1.5

(pin)

2021-10-02 21:43:20 UTC MAIN commitmail json YAML

x11/qt5ct: update to 1.5

V1.4
-added troubleshooting settings
-added Japanese translation (UTUMI Hirosi)
-updated Dutch translation (Heimen Stoffels)
-updated Spanish translation (Toni Est辿vez)
-updated Russian translation
-updated Greek translation (Dimitrios Glentadakis)

V1.5
-fixed build regression

(pin)

2021-10-02 21:41:51 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.4.0

(pin)

2021-10-02 21:41:31 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.4.0

Bug Fixes
-Update lychee arguments to skip checking files
-Remove tags from the base image names
-Remove only the leading "v" from tags (#18)

Documentation
-Add scope-sorted example (#16)
-Add raw/rendered output for scoped-sorted example
-Add packaging status badge to installation section
-Mention the signing key for binary releases (#17)
-Add "build from source" section to README.md

Features
-Add --sort argument for sorting commits (#15)

Miscellaneous Tasks
-Set a version for the checkout action
-Update the runner to ubuntu-20.04
-Use cache for docker builds
-Use docker meta for tagging for GHCR
-Extend the tags for docker meta
-Rename the GHCR package due to legacy reasons
-Specify the latest tag explicitly
-Use explicit image name for docker automated builds
-Use docker.yml workflow for CI/CD
-Upgrade dependencies

Styling
-Fix the newline issues in scoped-sorted example

(pin)

2021-10-02 21:39:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.6.4

(pin)

2021-10-02 21:39:20 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.6.4

-better scrolling behaviors - Fix #419
-fix special-path::Enter for symlinks - Fix #448

(pin)

2021-10-02 21:30:53 UTC MAIN commitmail json YAML

cmake: really require newer rhash

(wiz)

2021-10-02 20:54:57 UTC MAIN commitmail json YAML

Bump PKGREVISION of misc/rhash and require newer version in devel/cmake.
Fixes PR/56423.

(jklos)

2021-10-02 18:34:27 UTC MAIN commitmail json YAML

Updated devel/py-ruamel-yaml, textproc/py-ujson

(adam)

2021-10-02 18:33:50 UTC MAIN commitmail json YAML

py-ujson: updated to 4.2.0

4.2.0

Added

Add a default keyword argument to dumps
Add support for Python 3.10
Build 32-bit wheels for Windows
Build PyPy3 wheels for manylinux
Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64)
Build wheels for musl Linux (musllinux_1_1_x86_64)

Changed

Use declarative setup metadata
Wheel building updates
Rename master to main
Replace README.rst with Markdown

(adam)

2021-10-02 18:30:59 UTC MAIN commitmail json YAML

py-ruamel-yaml: updated to 0.17.16

0.17.16:
- also handle issue 397 when comment is newline

(adam)

2021-10-02 16:47:38 UTC MAIN commitmail json YAML

Updated devel/py-lazr.config, audio/faudio

(adam)

2021-10-02 16:46:31 UTC MAIN commitmail json YAML

faudio: updated to 21.10

21.10

New Features:

Update to FNA3D 21.10
Update to FAudio 21.10

Fixes:

Remove readonly from some internal math constants, mostly a GC microoptimization
Add a warning message when FAudio fails to load

(adam)

2021-10-02 16:45:42 UTC MAIN commitmail json YAML

py-lazr.config: updated to 2.2.3

2.2.3 (2021-01-26)
- Fix tests with zope.interface >= 5.0.0.
- Fix deprecation warning on Python >= 3.2.

(adam)

2021-10-02 15:01:47 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-CppGuess to 0.23

(wen)

2021-10-02 15:00:41 UTC MAIN commitmail json YAML

Update to 0.23

Upstream changes:
0.23 2021-05-31
- added CI - thanks @zmughal
- now recognises MacOS clang - thanks @xenu

0.22 2021-05-29
- Add C++ standard support flag detection - thanks @zmughal!
  See <https://github.com/tsee/extutils-cppguess/pull/24>.

(wen)

2021-10-02 13:28:26 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-CChecker to 0.11

(wen)

2021-10-02 13:27:46 UTC MAIN commitmail json YAML

Update to 0.11

Upstream changes:
0.11    2021-07-12
        [CHANGES]
        * Added `try_find_cflags_for`
        * Added `extend_module_build`
        * Various small style fixes

(wen)

2021-10-02 13:25:10 UTC MAIN commitmail json YAML

Updated devel/p5-Exception-Class to 1.45

(wen)

2021-10-02 13:24:27 UTC MAIN commitmail json YAML

Update to 1.45

Upstream changes:
1.45    2021-05-02

- The field names for an exception are now checked to ensure that they are
  valid Perl identifiers. Implemented by brian d foy. PR #13.

(wen)

2021-10-02 13:21:45 UTC MAIN commitmail json YAML

Updated devel/p5-enum to 1.12

(wen)

2021-10-02 13:21:00 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
1.12 2021-08-04 NEILB
    - Fixed documentation bug RT#132219, with PR#1 from JJ Atria.
    - Switched to Dist::Zilla

(wen)

2021-10-02 13:10:52 UTC MAIN commitmail json YAML

firefox: sync CHECK_PORTABILITY_SKIPs w/ devel/nss

(tnn)

2021-10-02 12:43:20 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-Zilla to 6.024

(wen)

2021-10-02 12:42:00 UTC MAIN commitmail json YAML

Update to 6.024
Update DEPENDS

Upstream changes:
6.024    2021-08-01 15:38:44-04:00 America/New_York
        - pass the dist name to Software::License as the program name
          (thanks, Van de Bugger!)
        - create the ArchiveBuilder role for building the archive file
          (thanks, Graham Ollis!)

6.023    2021-07-06 21:37:37-04:00 America/New_York
        - tweak the autoprereqs tests to avoid failing when List::MoreUtils
          (which DZ does not actually need) is not installed)

6.022    2021-06-27 21:36:53-04:00 America/New_York
        - remove dependency on Class::Load, which is not used
        - bump prereq on PPI to 1.222, which is now used in PkgVersion
          (thanks, Dan Book and Sven Kirmess)

6.021    2021-06-27 21:31:21-04:00 America/New_York
        - [ broken release, don't bother ]

6.020    2021-06-14 12:16:09-04:00 America/New_York
        - The log colorization code was trying to use 24-bit color even when
          the installed Term::ANSIColor couldn't support it.  This has been
          fixed by requiring Term::ANSIColor v5.  Thanks, Robert Rothenberg,
          Michael McClimon, and Matthew Horsfall.

6.019    2021-06-13 08:39:14-04:00 America/New_York
        - When using "use_package" in PkgVersion, do not eradicate the entire
          block of "package NAME BLOCK" syntax!  Wow, what a bug...

6.018    2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
        - require perl v5.20.0, now seven years old
        - add Test::CleanNamespaces, clean all namespaces
        - add the same boilerplate of version/pragma/features to every module
        - colorize logger prefix when running in a terminal

6.017    2020-11-02 19:30:21-05:00 America/New_York
        - replace broken 6.016, released from a confused git repo

6.016    2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
        - the test generated by [MetaTests] is now an author test, not a
          release test (thanks, Karen Etheridge)
        - UploadToCPAN will now retry (thanks, PERLANCAR)
        - some bug fixes for msys (thanks, H奪kon H脱gland)

(wen)

2021-10-02 12:23:24 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.43.0

(js)

2021-10-02 12:23:13 UTC MAIN commitmail json YAML

Update chat/matrix-synapse to 1.43.0

Synapse 1.43.0 (2021-09-21)
===========================

This release drops support for the deprecated, unstable API for [MSC2858 (Multiple SSO Identity Providers)](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), as well as the undocumented `experimental.msc2858_enabled` config option. Client authors should update their clients to use the stable API, available since Synapse 1.30.

The documentation has been updated with configuration for routing `/spaces`, `/hierarchy` and `/summary` to workers. See [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.43/docs/upgrade.md#upgrading-to-v1430) for more details.

No significant changes since 1.43.0rc2.

Synapse 1.43.0rc2 (2021-09-17)
==============================

Bugfixes
--------

- Added opentracing logging to help debug [\#9424](https://github.com/matrix-org/synapse/issues/9424). ([\#10828](https://github.com/matrix-org/synapse/issues/10828))

Synapse 1.43.0rc1 (2021-09-14)
==============================

Features
--------

- Allow room creators to send historical events specified by [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) in existing room versions. ([\#10566](https://github.com/matrix-org/synapse/issues/10566))
- Add config option to use non-default manhole password and keys. ([\#10643](https://github.com/matrix-org/synapse/issues/10643))
- Skip final GC at shutdown to improve restart performance. ([\#10712](https://github.com/matrix-org/synapse/issues/10712))
- Allow configuration of the oEmbed URLs used for URL previews. ([\#10714](https://github.com/matrix-org/synapse/issues/10714), [\#10759](https://github.com/matrix-org/synapse/issues/10759))
- Prefer [room version 9](https://github.com/matrix-org/matrix-doc/pull/3375) for restricted rooms per the [room version capabilities](https://github.com/matrix-org/matrix-doc/pull/3244) API. ([\#10772](https://github.com/matrix-org/synapse/issues/10772))

Bugfixes
--------

- Fix a long-standing bug where room avatars were not included in email notifications. ([\#10658](https://github.com/matrix-org/synapse/issues/10658))
- Fix a bug where the ordering algorithm was skipping the `origin_server_ts` step in the spaces summary resulting in unstable room orderings. ([\#10730](https://github.com/matrix-org/synapse/issues/10730))
- Fix edge case when persisting events into a room where there are multiple events we previously hadn't calculated auth chains for (and hadn't marked as needing to be calculated). ([\#10743](https://github.com/matrix-org/synapse/issues/10743))
- Fix a bug which prevented calls to `/createRoom` that included the `room_alias_name` parameter from being handled by worker processes. ([\#10757](https://github.com/matrix-org/synapse/issues/10757))
- Fix a bug which prevented user registration via SSO to require consent tracking for SSO mapping providers that don't prompt for Matrix ID selection. Contributed by @AndrewFerr. ([\#10733](https://github.com/matrix-org/synapse/issues/10733))
- Only return the stripped state events for the `m.space.child` events in a room for the spaces summary from [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). ([\#10760](https://github.com/matrix-org/synapse/issues/10760))
- Properly handle room upgrades of spaces. ([\#10774](https://github.com/matrix-org/synapse/issues/10774))
- Fix a bug which generated invalid homeserver config when the `frontend_proxy` worker type was passed to the Synapse Worker-based Complement image. ([\#10783](https://github.com/matrix-org/synapse/issues/10783))

Improved Documentation
----------------------

- Minor fix to the `media_repository` developer documentation. Contributed by @cuttingedge1109. ([\#10556](https://github.com/matrix-org/synapse/issues/10556))
- Update the documentation to note that the `/spaces` and `/hierarchy` endpoints can be routed to workers. ([\#10648](https://github.com/matrix-org/synapse/issues/10648))
- Clarify admin API documentation on undoing room deletions. ([\#10735](https://github.com/matrix-org/synapse/issues/10735))
- Split up the modules documentation and add examples for module developers. ([\#10758](https://github.com/matrix-org/synapse/issues/10758))
- Correct 2 typographical errors in the [Log Contexts documentation](https://matrix-org.github.io/synapse/latest/log_contexts.html). ([\#10795](https://github.com/matrix-org/synapse/issues/10795))
- Fix a wording mistake in the sample configuration. Contributed by @bramvdnheuvel:nltrix.net. ([\#10804](https://github.com/matrix-org/synapse/issues/10804))

Deprecations and Removals
-------------------------

- Remove the [unstable MSC2858 API](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), including the undocumented `experimental.msc2858_enabled` config option. The unstable API has been deprecated since Synapse 1.35. Client authors should update their clients to use the stable API introduced in Synapse 1.30 if they have not already done so. ([\#10693](https://github.com/matrix-org/synapse/issues/10693))

Internal Changes
----------------

- Add OpenTracing logging to help debug stuck messages (as described by issue [#9424](https://github.com/matrix-org/synapse/issues/9424)). ([\#10704](https://github.com/matrix-org/synapse/issues/10704))
- Add type annotations to the `synapse.util` package. ([\#10601](https://github.com/matrix-org/synapse/issues/10601))
- Ensure `rooms.creator` field is always populated for easy lookup in [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) usage later. ([\#10697](https://github.com/matrix-org/synapse/issues/10697))
- Add missing type hints to REST servlets. ([\#10707](https://github.com/matrix-org/synapse/issues/10707), [\#10728](https://github.com/matrix-org/synapse/issues/10728), [\#10736](https://github.com/matrix-org/synapse/issues/10736))
- Do not include rooms with unknown room versions in the spaces summary results. ([\#10727](https://github.com/matrix-org/synapse/issues/10727))
- Additional error checking for the `preset` field when creating a room. ([\#10738](https://github.com/matrix-org/synapse/issues/10738))
- Clean up some of the federation event authentication code for clarity. ([\#10744](https://github.com/matrix-org/synapse/issues/10744), [\#10745](https://github.com/matrix-org/synapse/issues/10745), [\#10746](https://github.com/matrix-org/synapse/issues/10746), [\#10771](https://github.com/matrix-org/synapse/issues/10771), [\#10773](https://github.com/matrix-org/synapse/issues/10773), [\#10781](https://github.com/matrix-org/synapse/issues/10781))
- Add an index to `presence_stream` to hopefully speed up startups a little. ([\#10748](https://github.com/matrix-org/synapse/issues/10748))
- Refactor event size checking code to simplify searching the codebase for the origins of certain error strings that are occasionally emitted. ([\#10750](https://github.com/matrix-org/synapse/issues/10750))
- Move tests relating to rooms having encryption out of the user directory tests. ([\#10752](https://github.com/matrix-org/synapse/issues/10752))
- Use `attrs` internally for the URL preview code & update documentation. ([\#10753](https://github.com/matrix-org/synapse/issues/10753))
- Minor speed ups when joining large rooms over federation. ([\#10754](https://github.com/matrix-org/synapse/issues/10754), [\#10755](https://github.com/matrix-org/synapse/issues/10755), [\#10756](https://github.com/matrix-org/synapse/issues/10756), [\#10780](https://github.com/matrix-org/synapse/issues/10780), [\#10784](https://github.com/matrix-org/synapse/issues/10784))
- Add a constant for `m.federate`. ([\#10775](https://github.com/matrix-org/synapse/issues/10775))
- Add a script to update the Debian changelog in a Docker container for systems that are not Debian-based. ([\#10778](https://github.com/matrix-org/synapse/issues/10778))
- Change the format of authenticated users in logs when a user is being puppeted by and admin user. ([\#10779](https://github.com/matrix-org/synapse/issues/10779))
- Remove fixed and flakey tests from the Sytest blacklist. ([\#10788](https://github.com/matrix-org/synapse/issues/10788))
- Improve internal details of the user directory code. ([\#10789](https://github.com/matrix-org/synapse/issues/10789))
- Use direct references to config flags. ([\#10798](https://github.com/matrix-org/synapse/issues/10798))
- Ensure the Rust reporter passes type checking with jaeger-client 4.7's type annotations. ([\#10799](https://github.com/matrix-org/synapse/issues/10799))

Synapse 1.42.0 (2021-09-07)
===========================

This version of Synapse removes deprecated room-management admin APIs, removes out-of-date email pushers, and improves error handling for fallback templates for user-interactive authentication. For more information on these points, server administrators are encouraged to read [the upgrade notes](docs/upgrade.md#upgrading-to-v1420).

No significant changes since 1.42.0rc2.

Synapse 1.42.0rc2 (2021-09-06)
==============================

Features
--------

- Support room version 9 from [MSC3375](https://github.com/matrix-org/matrix-doc/pull/3375). ([\#10747](https://github.com/matrix-org/synapse/issues/10747))

Internal Changes
----------------

- Print a warning when using one of the deprecated `template_dir` settings. ([\#10768](https://github.com/matrix-org/synapse/issues/10768))

Synapse 1.42.0rc1 (2021-09-01)
==============================

Features
--------

- Add support for [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231): Token authenticated registration. Users can be required to submit a token during registration to authenticate themselves. Contributed by Callum Brown. ([\#10142](https://github.com/matrix-org/synapse/issues/10142))
- Add support for [MSC3283](https://github.com/matrix-org/matrix-doc/pull/3283): Expose `enable_set_displayname` in capabilities. ([\#10452](https://github.com/matrix-org/synapse/issues/10452))
- Port the `PresenceRouter` module interface to the new generic interface. ([\#10524](https://github.com/matrix-org/synapse/issues/10524))
- Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). ([\#10613](https://github.com/matrix-org/synapse/issues/10613), [\#10725](https://github.com/matrix-org/synapse/issues/10725))

Bugfixes
--------

- Validate new `m.room.power_levels` events. Contributed by @aaronraimist. ([\#10232](https://github.com/matrix-org/synapse/issues/10232))
- Display an error on User-Interactive Authentication fallback pages when authentication fails. Contributed by Callum Brown. ([\#10561](https://github.com/matrix-org/synapse/issues/10561))
- Remove pushers when deleting an e-mail address from an account. Pushers for old unlinked emails will also be deleted. ([\#10581](https://github.com/matrix-org/synapse/issues/10581), [\#10734](https://github.com/matrix-org/synapse/issues/10734))
- Reject Client-Server `/keys/query` requests which provide `device_ids` incorrectly. ([\#10593](https://github.com/matrix-org/synapse/issues/10593))
- Rooms with unsupported room versions are no longer returned via `/sync`. ([\#10644](https://github.com/matrix-org/synapse/issues/10644))
- Enforce the maximum length for per-room display names and avatar URLs. ([\#10654](https://github.com/matrix-org/synapse/issues/10654))
- Fix a bug which caused the `synapse_user_logins_total` Prometheus metric not to be correctly initialised on restart. ([\#10677](https://github.com/matrix-org/synapse/issues/10677))
- Improve `ServerNoticeServlet` to avoid duplicate requests and add unit tests. ([\#10679](https://github.com/matrix-org/synapse/issues/10679))
- Fix long-standing issue which caused an error when a thumbnail is requested and there are multiple thumbnails with the same quality rating. ([\#10684](https://github.com/matrix-org/synapse/issues/10684))
- Fix a regression introduced in v1.41.0 which affected the performance of concurrent fetches of large sets of events, in extreme cases causing the process to hang. ([\#10703](https://github.com/matrix-org/synapse/issues/10703))
- Fix a regression introduced in Synapse 1.41 which broke email transmission on Systems using older versions of the Twisted library. ([\#10713](https://github.com/matrix-org/synapse/issues/10713))

Improved Documentation
----------------------

- Add documentation on how to connect Django with Synapse using OpenID Connect and django-oauth-toolkit. Contributed by @HugoDelval. ([\#10192](https://github.com/matrix-org/synapse/issues/10192))
- Advertise https://matrix-org.github.io/synapse documentation in the `README` and `CONTRIBUTING` files. ([\#10595](https://github.com/matrix-org/synapse/issues/10595))
- Fix some of the titles not rendering in the OpenID Connect documentation. ([\#10639](https://github.com/matrix-org/synapse/issues/10639))
- Minor clarifications to the documentation for reverse proxies. ([\#10708](https://github.com/matrix-org/synapse/issues/10708))
- Remove table of contents from the top of installation and contributing documentation pages. ([\#10711](https://github.com/matrix-org/synapse/issues/10711))

Deprecations and Removals
-------------------------

- Remove deprecated Shutdown Room and Purge Room Admin API. ([\#8830](https://github.com/matrix-org/synapse/issues/8830))

Internal Changes
----------------

- Improve type hints for the proxy agent and SRV resolver modules. Contributed by @dklimpel. ([\#10608](https://github.com/matrix-org/synapse/issues/10608))
- Clean up some of the federation event authentication code for clarity. ([\#10614](https://github.com/matrix-org/synapse/issues/10614), [\#10615](https://github.com/matrix-org/synapse/issues/10615), [\#10624](https://github.com/matrix-org/synapse/issues/10624), [\#10640](https://github.com/matrix-org/synapse/issues/10640))
- Add a comment asking developers to leave a reason when bumping the database schema version. ([\#10621](https://github.com/matrix-org/synapse/issues/10621))
- Remove not needed database updates in modify user admin API. ([\#10627](https://github.com/matrix-org/synapse/issues/10627))
- Convert room member storage tuples to `attrs` classes. ([\#10629](https://github.com/matrix-org/synapse/issues/10629), [\#10642](https://github.com/matrix-org/synapse/issues/10642))
- Use auto-attribs for the attrs classes used in sync. ([\#10630](https://github.com/matrix-org/synapse/issues/10630))
- Make `backfill` and `get_missing_events` use the same codepath. ([\#10645](https://github.com/matrix-org/synapse/issues/10645))
- Improve the performance of the `/hierarchy` API (from [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946)) by caching responses received over federation. ([\#10647](https://github.com/matrix-org/synapse/issues/10647))
- Run a nightly CI build against Twisted trunk. ([\#10651](https://github.com/matrix-org/synapse/issues/10651), [\#10672](https://github.com/matrix-org/synapse/issues/10672))
- Do not print out stack traces for network errors when fetching data over federation. ([\#10662](https://github.com/matrix-org/synapse/issues/10662))
- Simplify tests for device admin rest API. ([\#10664](https://github.com/matrix-org/synapse/issues/10664))
- Add missing type hints to REST servlets. ([\#10665](https://github.com/matrix-org/synapse/issues/10665), [\#10666](https://github.com/matrix-org/synapse/issues/10666), [\#10674](https://github.com/matrix-org/synapse/issues/10674))
- Flatten the `tests.synapse.rests` package by moving the contents of `v1` and `v2_alpha` into the parent. ([\#10667](https://github.com/matrix-org/synapse/issues/10667))
- Update `complement.sh` to rebuild the base Docker image when run with workers. ([\#10686](https://github.com/matrix-org/synapse/issues/10686))
- Split the event-processing methods in `FederationHandler` into a separate `FederationEventHandler`. ([\#10692](https://github.com/matrix-org/synapse/issues/10692))
- Remove unused `compare_digest` function. ([\#10706](https://github.com/matrix-org/synapse/issues/10706))

(js)

2021-10-02 11:49:13 UTC MAIN commitmail json YAML

doc: Updated chat/element-web to 1.9.0

(js)

2021-10-02 11:49:02 UTC MAIN commitmail json YAML

Update chat/element-web to 1.9.0

Changes in [1.9.0](https://github.com/vector-im/element-desktop/releases/tag/v1.9.0) (2021-09-27)
=================================================================================================

## 笨ィ Features
* Fix space keyboard shortcuts conflicting with native zoom shortcuts ([\#19037](https://github.com/vector-im/element-web/pull/19037)). Fixes #18481 and undefined/element-web#18481.
* Say Joining space instead of Joining room where we know its a space ([\#6818](https://github.com/matrix-org/matrix-react-sdk/pull/6818)). Fixes #19064 and #19064.
* Add warning that some spaces may not be relinked to the newly upgraded room ([\#6805](https://github.com/matrix-org/matrix-react-sdk/pull/6805)). Fixes #18858 and #18858.
* Delabs Spaces, iterate some copy and move communities/space toggle to preferences ([\#6594](https://github.com/matrix-org/matrix-react-sdk/pull/6594)). Fixes #18088, #18524 #18088 and #18088.
* Show "Message" in the user info panel instead of "Start chat" ([\#6319](https://github.com/matrix-org/matrix-react-sdk/pull/6319)). Fixes #17877 and #17877. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix space keyboard shortcuts conflicting with native zoom shortcuts ([\#6804](https://github.com/matrix-org/matrix-react-sdk/pull/6804)).
* Replace plain text emoji at the end of a line ([\#6784](https://github.com/matrix-org/matrix-react-sdk/pull/6784)). Fixes #18833 and #18833. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Simplify Space Panel layout and fix some edge cases ([\#6800](https://github.com/matrix-org/matrix-react-sdk/pull/6800)). Fixes #18694 and #18694.
* Show unsent message warning on Space Panel buttons ([\#6778](https://github.com/matrix-org/matrix-react-sdk/pull/6778)). Fixes #18891 and #18891.
* Hide mute/unmute button in UserInfo for Spaces as it makes no sense ([\#6790](https://github.com/matrix-org/matrix-react-sdk/pull/6790)). Fixes #19007 and #19007.
* Fix automatic field population in space create menu not validating ([\#6792](https://github.com/matrix-org/matrix-react-sdk/pull/6792)). Fixes #19005 and #19005.
* Optimize input label transition on focus ([\#6783](https://github.com/matrix-org/matrix-react-sdk/pull/6783)). Fixes #12876 and #12876. Contributed by [MadLittleMods](https://github.com/MadLittleMods).
* Adapt and re-use the RolesRoomSettingsTab for Spaces ([\#6779](https://github.com/matrix-org/matrix-react-sdk/pull/6779)). Fixes #18908 #18909 and #18908.
* Deduplicate join rule management between rooms and spaces ([\#6724](https://github.com/matrix-org/matrix-react-sdk/pull/6724)). Fixes #18798 and #18798.
* Add config option to turn on in-room event sending timing metrics ([\#6766](https://github.com/matrix-org/matrix-react-sdk/pull/6766)).
* Improve the upgrade for restricted user experience ([\#6764](https://github.com/matrix-org/matrix-react-sdk/pull/6764)). Fixes #18677 and #18677.
* Improve tooltips on space quick actions and explore button ([\#6760](https://github.com/matrix-org/matrix-react-sdk/pull/6760)). Fixes #18528 and #18528.
* Make space members and user info behave more expectedly ([\#6765](https://github.com/matrix-org/matrix-react-sdk/pull/6765)). Fixes #17018 and #17018.
* hide no-op m.room.encryption events and better word param changes ([\#6747](https://github.com/matrix-org/matrix-react-sdk/pull/6747)). Fixes #18597 and #18597.
* Respect m.space.parent relations if they hold valid permissions ([\#6746](https://github.com/matrix-org/matrix-react-sdk/pull/6746)). Fixes #10935 and #10935.
* Space panel accessibility improvements ([\#6744](https://github.com/matrix-org/matrix-react-sdk/pull/6744)). Fixes #18892 and #18892.

## �汾� Bug Fixes
* Fix spacing for message composer buttons ([\#6854](https://github.com/matrix-org/matrix-react-sdk/pull/6854)).
* Fix accessing field on oobData which may be undefined ([\#6830](https://github.com/matrix-org/matrix-react-sdk/pull/6830)). Fixes #19085 and #19085.
* Fix reactions aria-label not being a string and thus being read as [Object object] ([\#6828](https://github.com/matrix-org/matrix-react-sdk/pull/6828)).
* Fix missing null guard in space hierarchy pagination ([\#6821](https://github.com/matrix-org/matrix-react-sdk/pull/6821)). Fixes matrix-org/element-web-rageshakes#6299 and matrix-org/element-web-rageshakes#6299.
* Fix checks to show prompt to start new chats ([\#6812](https://github.com/matrix-org/matrix-react-sdk/pull/6812)).
* Fix room list scroll jumps ([\#6777](https://github.com/matrix-org/matrix-react-sdk/pull/6777)). Fixes #17460 #18440 and #17460. Contributed by [robintown](https://github.com/robintown).
* Fix various message bubble alignment issues ([\#6785](https://github.com/matrix-org/matrix-react-sdk/pull/6785)). Fixes #18293, #18294 #18305 and #18293. Contributed by [robintown](https://github.com/robintown).
* Make message bubble font size consistent ([\#6795](https://github.com/matrix-org/matrix-react-sdk/pull/6795)). Contributed by [robintown](https://github.com/robintown).
* Fix edge cases around joining new room which does not belong to active space ([\#6797](https://github.com/matrix-org/matrix-react-sdk/pull/6797)). Fixes #19025 and #19025.
* Fix edge case space issues around creation and initial view ([\#6798](https://github.com/matrix-org/matrix-react-sdk/pull/6798)). Fixes #19023 and #19023.
* Stop spinner on space preview if the join fails ([\#6803](https://github.com/matrix-org/matrix-react-sdk/pull/6803)). Fixes #19034 and #19034.
* Fix emoji picker and stickerpicker not appearing correctly when opened ([\#6793](https://github.com/matrix-org/matrix-react-sdk/pull/6793)). Fixes #19012 and #19012. Contributed by [Palid](https://github.com/Palid).
* Fix autocomplete not having y-scroll ([\#6794](https://github.com/matrix-org/matrix-react-sdk/pull/6794)). Fixes #18997 and #18997. Contributed by [Palid](https://github.com/Palid).
* Fix broken edge case with public space creation with no alias ([\#6791](https://github.com/matrix-org/matrix-react-sdk/pull/6791)). Fixes #19003 and #19003.
* Redirect from /#/welcome to /#/home if already logged in ([\#6786](https://github.com/matrix-org/matrix-react-sdk/pull/6786)). Fixes #18990 and #18990. Contributed by [aaronraimist](https://github.com/aaronraimist).
* Fix build issues from two conflicting PRs landing without merge conflict ([\#6780](https://github.com/matrix-org/matrix-react-sdk/pull/6780)).
* Render guest settings only in public rooms/spaces ([\#6693](https://github.com/matrix-org/matrix-react-sdk/pull/6693)). Fixes #18776 and #18776. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix message bubble corners being wrong in the presence of hidden events ([\#6776](https://github.com/matrix-org/matrix-react-sdk/pull/6776)). Fixes #18124 and #18124. Contributed by [robintown](https://github.com/robintown).
* Debounce read marker update on scroll ([\#6771](https://github.com/matrix-org/matrix-react-sdk/pull/6771)). Fixes #18961 and #18961.
* Use cursor:pointer on space panel buttons ([\#6770](https://github.com/matrix-org/matrix-react-sdk/pull/6770)). Fixes #18951 and #18951.
* Fix regressed tab view buttons in space update toast ([\#6761](https://github.com/matrix-org/matrix-react-sdk/pull/6761)). Fixes #18781 and #18781.

Changes in [1.8.6-rc.2](https://github.com/vector-im/element-desktop/releases/tag/v1.8.6-rc.2) (2021-09-22)
===========================================================================================================

## �汾� Bug Fixes
* Fix spacing for message composer buttons ([\#6854](https://github.com/matrix-org/matrix-react-sdk/pull/6854)).

Changes in [1.8.6-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.8.6-rc.1) (2021-09-21)
===========================================================================================================

## 笨ィ Features
* Fix space keyboard shortcuts conflicting with native zoom shortcuts ([\#19037](https://github.com/vector-im/element-web/pull/19037)). Fixes #18481 and undefined/element-web#18481.
* Say Joining space instead of Joining room where we know its a space ([\#6818](https://github.com/matrix-org/matrix-react-sdk/pull/6818)). Fixes #19064 and #19064.
* Add warning that some spaces may not be relinked to the newly upgraded room ([\#6805](https://github.com/matrix-org/matrix-react-sdk/pull/6805)). Fixes #18858 and #18858.
* Delabs Spaces, iterate some copy and move communities/space toggle to preferences ([\#6594](https://github.com/matrix-org/matrix-react-sdk/pull/6594)). Fixes #18088, #18524 #18088 and #18088.
* Show "Message" in the user info panel instead of "Start chat" ([\#6319](https://github.com/matrix-org/matrix-react-sdk/pull/6319)). Fixes #17877 and #17877. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix space keyboard shortcuts conflicting with native zoom shortcuts ([\#6804](https://github.com/matrix-org/matrix-react-sdk/pull/6804)).
* Replace plain text emoji at the end of a line ([\#6784](https://github.com/matrix-org/matrix-react-sdk/pull/6784)). Fixes #18833 and #18833. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Simplify Space Panel layout and fix some edge cases ([\#6800](https://github.com/matrix-org/matrix-react-sdk/pull/6800)). Fixes #18694 and #18694.
* Show unsent message warning on Space Panel buttons ([\#6778](https://github.com/matrix-org/matrix-react-sdk/pull/6778)). Fixes #18891 and #18891.
* Hide mute/unmute button in UserInfo for Spaces as it makes no sense ([\#6790](https://github.com/matrix-org/matrix-react-sdk/pull/6790)). Fixes #19007 and #19007.
* Fix automatic field population in space create menu not validating ([\#6792](https://github.com/matrix-org/matrix-react-sdk/pull/6792)). Fixes #19005 and #19005.
* Optimize input label transition on focus ([\#6783](https://github.com/matrix-org/matrix-react-sdk/pull/6783)). Fixes #12876 and #12876. Contributed by [MadLittleMods](https://github.com/MadLittleMods).
* Adapt and re-use the RolesRoomSettingsTab for Spaces ([\#6779](https://github.com/matrix-org/matrix-react-sdk/pull/6779)). Fixes #18908 #18909 and #18908.
* Deduplicate join rule management between rooms and spaces ([\#6724](https://github.com/matrix-org/matrix-react-sdk/pull/6724)). Fixes #18798 and #18798.
* Add config option to turn on in-room event sending timing metrics ([\#6766](https://github.com/matrix-org/matrix-react-sdk/pull/6766)).
* Improve the upgrade for restricted user experience ([\#6764](https://github.com/matrix-org/matrix-react-sdk/pull/6764)). Fixes #18677 and #18677.
* Improve tooltips on space quick actions and explore button ([\#6760](https://github.com/matrix-org/matrix-react-sdk/pull/6760)). Fixes #18528 and #18528.
* Make space members and user info behave more expectedly ([\#6765](https://github.com/matrix-org/matrix-react-sdk/pull/6765)). Fixes #17018 and #17018.
* hide no-op m.room.encryption events and better word param changes ([\#6747](https://github.com/matrix-org/matrix-react-sdk/pull/6747)). Fixes #18597 and #18597.
* Respect m.space.parent relations if they hold valid permissions ([\#6746](https://github.com/matrix-org/matrix-react-sdk/pull/6746)). Fixes #10935 and #10935.
* Space panel accessibility improvements ([\#6744](https://github.com/matrix-org/matrix-react-sdk/pull/6744)). Fixes #18892 and #18892.

## �汾� Bug Fixes
* Revert Firefox composer deletion hacks ([\#6844](https://github.com/matrix-org/matrix-react-sdk/pull/6844)). Fixes #19103 and #19103. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix accessing field on oobData which may be undefined ([\#6830](https://github.com/matrix-org/matrix-react-sdk/pull/6830)). Fixes #19085 and #19085.
* Fix pill deletion on Firefox 78 ([\#6832](https://github.com/matrix-org/matrix-react-sdk/pull/6832)). Fixes #19077 and #19077. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix reactions aria-label not being a string and thus being read as [Object object] ([\#6828](https://github.com/matrix-org/matrix-react-sdk/pull/6828)).
* Fix missing null guard in space hierarchy pagination ([\#6821](https://github.com/matrix-org/matrix-react-sdk/pull/6821)). Fixes matrix-org/element-web-rageshakes#6299 and matrix-org/element-web-rageshakes#6299.
* Fix checks to show prompt to start new chats ([\#6812](https://github.com/matrix-org/matrix-react-sdk/pull/6812)).
* Fix room list scroll jumps ([\#6777](https://github.com/matrix-org/matrix-react-sdk/pull/6777)). Fixes #17460 #18440 and #17460. Contributed by [robintown](https://github.com/robintown).
* Fix various message bubble alignment issues ([\#6785](https://github.com/matrix-org/matrix-react-sdk/pull/6785)). Fixes #18293, #18294 #18305 and #18293. Contributed by [robintown](https://github.com/robintown).
* Make message bubble font size consistent ([\#6795](https://github.com/matrix-org/matrix-react-sdk/pull/6795)). Contributed by [robintown](https://github.com/robintown).
* Fix edge cases around joining new room which does not belong to active space ([\#6797](https://github.com/matrix-org/matrix-react-sdk/pull/6797)). Fixes #19025 and #19025.
* Fix edge case space issues around creation and initial view ([\#6798](https://github.com/matrix-org/matrix-react-sdk/pull/6798)). Fixes #19023 and #19023.
* Stop spinner on space preview if the join fails ([\#6803](https://github.com/matrix-org/matrix-react-sdk/pull/6803)). Fixes #19034 and #19034.
* Fix emoji picker and stickerpicker not appearing correctly when opened ([\#6793](https://github.com/matrix-org/matrix-react-sdk/pull/6793)). Fixes #19012 and #19012. Contributed by [Palid](https://github.com/Palid).
* Fix autocomplete not having y-scroll ([\#6794](https://github.com/matrix-org/matrix-react-sdk/pull/6794)). Fixes #18997 and #18997. Contributed by [Palid](https://github.com/Palid).
* Fix broken edge case with public space creation with no alias ([\#6791](https://github.com/matrix-org/matrix-react-sdk/pull/6791)). Fixes #19003 and #19003.
* Redirect from /#/welcome to /#/home if already logged in ([\#6786](https://github.com/matrix-org/matrix-react-sdk/pull/6786)). Fixes #18990 and #18990. Contributed by [aaronraimist](https://github.com/aaronraimist).
* Fix build issues from two conflicting PRs landing without merge conflict ([\#6780](https://github.com/matrix-org/matrix-react-sdk/pull/6780)).
* Render guest settings only in public rooms/spaces ([\#6693](https://github.com/matrix-org/matrix-react-sdk/pull/6693)). Fixes #18776 and #18776. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix message bubble corners being wrong in the presence of hidden events ([\#6776](https://github.com/matrix-org/matrix-react-sdk/pull/6776)). Fixes #18124 and #18124. Contributed by [robintown](https://github.com/robintown).
* Debounce read marker update on scroll ([\#6771](https://github.com/matrix-org/matrix-react-sdk/pull/6771)). Fixes #18961 and #18961.
* Use cursor:pointer on space panel buttons ([\#6770](https://github.com/matrix-org/matrix-react-sdk/pull/6770)). Fixes #18951 and #18951.
* Fix regressed tab view buttons in space update toast ([\#6761](https://github.com/matrix-org/matrix-react-sdk/pull/6761)). Fixes #18781 and #18781.

Changes in [1.8.5](https://github.com/vector-im/element-desktop/releases/tag/v1.8.5) (2021-09-14)
=================================================================================================

## 笨ィ Features
* Add bubble highlight styling ([\#6582](https://github.com/matrix-org/matrix-react-sdk/pull/6582)). Fixes #18295 and #18295. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Create narrow mode for Composer ([\#6682](https://github.com/matrix-org/matrix-react-sdk/pull/6682)). Fixes #18533 and #18533.
* Prefer matrix.to alias links over room id in spaces & share ([\#6745](https://github.com/matrix-org/matrix-react-sdk/pull/6745)). Fixes #18796 and #18796.
* Stop automatic playback of voice messages if a non-voice message is encountered ([\#6728](https://github.com/matrix-org/matrix-react-sdk/pull/6728)). Fixes #18850 and #18850.
* Show call length during a call ([\#6700](https://github.com/matrix-org/matrix-react-sdk/pull/6700)). Fixes #18566 and #18566. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Serialize and retry mass-leave when leaving space ([\#6737](https://github.com/matrix-org/matrix-react-sdk/pull/6737)). Fixes #18789 and #18789.
* Improve form handling in and around space creation ([\#6739](https://github.com/matrix-org/matrix-react-sdk/pull/6739)). Fixes #18775 and #18775.
* Split autoplay GIFs and videos into different settings ([\#6726](https://github.com/matrix-org/matrix-react-sdk/pull/6726)). Fixes #5771 and #5771. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Add autoplay for voice messages ([\#6710](https://github.com/matrix-org/matrix-react-sdk/pull/6710)). Fixes #18804, #18715, #18714 #17961 and #18804.
* Allow to use basic html to format invite messages ([\#6703](https://github.com/matrix-org/matrix-react-sdk/pull/6703)). Fixes #15738 and #15738. Contributed by [skolmer](https://github.com/skolmer).
* Allow widgets, when eligible, to interact with more rooms as per MSC2762 ([\#6684](https://github.com/matrix-org/matrix-react-sdk/pull/6684)).
* Remove arbitrary limits from send/receive events for widgets ([\#6719](https://github.com/matrix-org/matrix-react-sdk/pull/6719)). Fixes #17994 and #17994.
* Reload suggested rooms if we see the state change down /sync ([\#6715](https://github.com/matrix-org/matrix-react-sdk/pull/6715)). Fixes #18761 and #18761.
* When creating private spaces, make the initial rooms restricted if supported ([\#6721](https://github.com/matrix-org/matrix-react-sdk/pull/6721)). Fixes #18722 and #18722.
* Threading exploration work ([\#6658](https://github.com/matrix-org/matrix-react-sdk/pull/6658)). Fixes #18532 and #18532.
* Default to `Don't leave any` when leaving a space ([\#6697](https://github.com/matrix-org/matrix-react-sdk/pull/6697)). Fixes #18592 and #18592. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Special case redaction event sending from widgets per MSC2762 ([\#6686](https://github.com/matrix-org/matrix-react-sdk/pull/6686)). Fixes #18573 and #18573.
* Add active speaker indicators ([\#6639](https://github.com/matrix-org/matrix-react-sdk/pull/6639)). Fixes #17627 and #17627. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Increase general app performance by optimizing layers ([\#6644](https://github.com/matrix-org/matrix-react-sdk/pull/6644)). Fixes #18730 and #18730. Contributed by [Palid](https://github.com/Palid).

## �汾� Bug Fixes
* Fix autocomplete not having y-scroll ([\#6802](https://github.com/matrix-org/matrix-react-sdk/pull/6802)).
* Fix emoji picker and stickerpicker not appearing correctly when opened ([\#6801](https://github.com/matrix-org/matrix-react-sdk/pull/6801)).
* Debounce read marker update on scroll ([\#6774](https://github.com/matrix-org/matrix-react-sdk/pull/6774)).
* Fix Space creation wizard go to my first room button behaviour ([\#6748](https://github.com/matrix-org/matrix-react-sdk/pull/6748)). Fixes #18764 and #18764.
* Fix scroll being stuck at bottom ([\#6751](https://github.com/matrix-org/matrix-react-sdk/pull/6751)). Fixes #18903 and #18903.
* Fix widgets not remembering identity verification when asked to. ([\#6742](https://github.com/matrix-org/matrix-react-sdk/pull/6742)). Fixes #15631 and #15631.
* Add missing pluralisation i18n strings for Spaces ([\#6738](https://github.com/matrix-org/matrix-react-sdk/pull/6738)). Fixes #18780 and #18780.
* Make ForgotPassword UX slightly more user friendly ([\#6636](https://github.com/matrix-org/matrix-react-sdk/pull/6636)). Fixes #11531 and #11531. Contributed by [Palid](https://github.com/Palid).
* Don't context switch room on SpaceStore ready as it can break permalinks ([\#6730](https://github.com/matrix-org/matrix-react-sdk/pull/6730)). Fixes #17974 and #17974.
* Fix explore rooms button not working during space creation wizard ([\#6729](https://github.com/matrix-org/matrix-react-sdk/pull/6729)). Fixes #18762 and #18762.
* Fix bug where one party's media would sometimes not be shown ([\#6731](https://github.com/matrix-org/matrix-react-sdk/pull/6731)).
* Only make the initial space rooms suggested by default ([\#6714](https://github.com/matrix-org/matrix-react-sdk/pull/6714)). Fixes #18760 and #18760.
* Replace fake username in EventTilePreview with a proper loading state ([\#6702](https://github.com/matrix-org/matrix-react-sdk/pull/6702)). Fixes #15897 and #15897. Contributed by [skolmer](https://github.com/skolmer).
* Don't send prehistorical events to widgets during decryption at startup ([\#6695](https://github.com/matrix-org/matrix-react-sdk/pull/6695)). Fixes #18060 and #18060.
* When creating subspaces properly set restricted join rule ([\#6725](https://github.com/matrix-org/matrix-react-sdk/pull/6725)). Fixes #18797 and #18797.
* Fix the Image View not openning for some pinned messages ([\#6723](https://github.com/matrix-org/matrix-react-sdk/pull/6723)). Fixes #18422 and #18422. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Show autocomplete sections vertically ([\#6722](https://github.com/matrix-org/matrix-react-sdk/pull/6722)). Fixes #18860 and #18860. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix EmojiPicker filtering to lower case emojibase data strings ([\#6717](https://github.com/matrix-org/matrix-react-sdk/pull/6717)). Fixes #18686 and #18686.
* Clear currentRoomId when viewing home page, fixing document title ([\#6716](https://github.com/matrix-org/matrix-react-sdk/pull/6716)). Fixes #18668 and #18668.
* Fix membership updates to Spaces not applying in real-time ([\#6713](https://github.com/matrix-org/matrix-react-sdk/pull/6713)). Fixes #18737 and #18737.
* Don't show a double stacked invite modals when inviting to Spaces ([\#6698](https://github.com/matrix-org/matrix-react-sdk/pull/6698)). Fixes #18745 and #18745. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Remove non-functional DuckDuckGo Autocomplete Provider ([\#6712](https://github.com/matrix-org/matrix-react-sdk/pull/6712)). Fixes #18778 and #18778.
* Filter members on `MemberList` load ([\#6708](https://github.com/matrix-org/matrix-react-sdk/pull/6708)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix improper voice messages being produced in Firefox and sometimes other browsers. ([\#6696](https://github.com/matrix-org/matrix-react-sdk/pull/6696)). Fixes #18587 and #18587.
* Fix client forgetting which capabilities a widget was approved for ([\#6685](https://github.com/matrix-org/matrix-react-sdk/pull/6685)). Fixes #18786 and #18786.
* Fix left panel widgets not remembering collapsed state ([\#6687](https://github.com/matrix-org/matrix-react-sdk/pull/6687)). Fixes #17803 and #17803.
* Fix changelog link colour back to blue ([\#6692](https://github.com/matrix-org/matrix-react-sdk/pull/6692)). Fixes #18726 and #18726.
* Soften codeblock border color ([\#6564](https://github.com/matrix-org/matrix-react-sdk/pull/6564)). Fixes #18367 and #18367. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Pause ringing more aggressively ([\#6691](https://github.com/matrix-org/matrix-react-sdk/pull/6691)). Fixes #18588 and #18588. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix command autocomplete ([\#6680](https://github.com/matrix-org/matrix-react-sdk/pull/6680)). Fixes #18670 and #18670. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Don't re-sort the room-list based on profile/status changes ([\#6595](https://github.com/matrix-org/matrix-react-sdk/pull/6595)). Fixes #110 and #110. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix codeblock formatting with syntax highlighting on ([\#6681](https://github.com/matrix-org/matrix-react-sdk/pull/6681)). Fixes #18739 #18365 and #18739. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Add padding to the Add button in the notification settings ([\#6665](https://github.com/matrix-org/matrix-react-sdk/pull/6665)). Fixes #18706 and #18706. Contributed by [SimonBrandner](https://github.com/SimonBrandner).

(js)

2021-10-02 10:57:25 UTC MAIN commitmail json YAML

Updated devel/p5-Software-License to 0.104001

(wen)

2021-10-02 10:56:29 UTC MAIN commitmail json YAML

Update to 0.104001

Upstream changes:
0.104001  2021-08-02 09:33:25-04:00 America/New_York
        - add "program" and "Program" arguments; this allows text generation
          like "CoolClient is license..." instead of "This software is..."
          (thanks, Van de Bugger)

0.104000  2021-06-25 21:56:24-04:00 America/New_York (TRIAL RELEASE)
        - documentation tweaks about non-core licenses and the use of
          guess_license_from_pod

0.103015  2021-06-25 21:54:19-04:00 America/New_York (TRIAL RELEASE)
        - update the text of Artistic License 1.0 to match upstream source
        - when using Apache 2.0, replace year and copyright holder
        - improve guessing at CC0
        - update author contact info

(wen)

2021-10-02 08:34:56 UTC MAIN commitmail json YAML

doc/TODO: + clang-13.0.0, clang-tools-13.0.0, llvm-13.0.0.

(wiz)

2021-10-02 07:54:38 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-OverloadInfo to 0.007

(wen)

2021-10-02 07:53:20 UTC MAIN commitmail json YAML

Update to 0.007

Upstream changes:
0.007    2021-04-28 16:18:49+01:00 Europe/London
  - No changes since 0.006

0.006    2021-04-22 18:55:28+01:00 Europe/London (TRIAL RELEASE)
  - Remove dependency on Sub::Identify

(wen)

2021-10-02 07:50:31 UTC MAIN commitmail json YAML

Remove p5-CPAN-FindDependencies, p5-CPAN-Perl-Releases, p5-CPANPLUS
and p5-Config-MVP, which had been updated.

(wen)

2021-10-02 07:47:49 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-NYTProf to 6.11

(wen)

2021-10-02 07:46:38 UTC MAIN commitmail json YAML

Update to 6.11

Upstream changes:
Changes in Devel::NYTProf 6.11 - 19th Sep 2021
Removed lib/Devel/NYTProf/js/jquery.floatThead.min.js in GH 194: Remove jquery.floatThead.min.js. In GH 192: nytprofhtml - internal anchor links in html pages go to wrong locations Shawn Laffan reported that internal links to anchors in the generated HTML pages were not correctly positioned in the vertical dimension. Discontinuing use of this Javascript file appears to correct the problem.

(wen)

2021-10-02 07:38:53 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-ebug to 0.64

(wen)

2021-10-02 07:37:38 UTC MAIN commitmail json YAML

Update to 0.64

Upstream changes:
0.64      2021-07-10 15:42:56 -0600
  - Remove dependency on FindBin and File::Which (gh#51)
  - Improve backend fallback; no longer require
    ebug_backend_perl be in the PATH (gh#49, gh#51)
  - Fix ebug_server and ebug_client documentation to
    use underscores (gh#50, gh#51)

(wen)

2021-10-02 06:52:11 UTC MAIN commitmail json YAML

py-pythran: mark as incompatible with Python 3.6

(adam)

2021-10-02 05:58:57 UTC MAIN commitmail json YAML

Use python27, bump version.

(rxg)

2021-10-02 03:06:02 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 4.1.7

(tsutsui)

2021-10-02 03:05:43 UTC MAIN commitmail json YAML

mikutter: update to 4.1.7.

Upstream changes:

mikutter 4.1.7
https://mikutter.hatenablog.com/entry/2021/10/02/114317

* make modules that use httpclient explicitly refer system's root CA

(tsutsui)

2021-10-02 02:38:59 UTC MAIN commitmail json YAML

Updated devel/p5-Curses to 1.38

(wen)

2021-10-02 02:38:18 UTC MAIN commitmail json YAML

Update to 1.38

No upstream changelog found.

(wen)

2021-10-02 02:30:24 UTC MAIN commitmail json YAML

Updated devel/p5-CPANPLUS to 0.9912

(wen)

2021-10-02 02:29:40 UTC MAIN commitmail json YAML

Update to 0.9912

Upstream changes:
0.9912      Sat Aug 21 12:22:49 BST 2021

* Removed circular dependency in CPANPLUS::Internals::*

0.9910      Sat Dec 19 10:41:41 GMT 2020

* Change default mirror to www.cpan.org
* Bugtracker is now github

(wen)

2021-10-02 01:57:28 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 5.20210920

(wen)

2021-10-02 01:56:37 UTC MAIN commitmail json YAML

Update to 5.20210920

Upstream changes:
version 5.20210920 at 2021-09-20 19:46:30 +0000
-----------------------------------------------

  Change: 24a1abad8eb04aee991b0b9714e70e5331a10425
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-09-20 20:46:30 +0000

    Updated for v5.35.4

-----------------------------------------------
version 5.20210821 at 2021-08-21 10:00:22 +0000
-----------------------------------------------

  Change: f4f855a5df177f631a7712e4c925ece672b926a5
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-08-21 11:00:22 +0000

    Updated for v5.35.3

-----------------------------------------------
version 5.20210722 at 2021-07-23 14:21:25 +0000
-----------------------------------------------

  Change: 52aab1cd331696cce9c661e17d0147c8091f6686
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-07-23 15:21:25 +0000

    Updated for v5.35.2

-----------------------------------------------
version 5.20210620 at 2021-06-20 11:21:22 +0000
-----------------------------------------------

  Change: 52e4d99fed80030d7264f41944a0448d8c2730fa
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-06-20 12:21:22 +0000

    Updated for v5.35.1

-----------------------------------------------
version 5.20210521 at 2021-05-21 12:15:39 +0000
-----------------------------------------------

  Change: 262631aa56f0f85670eb75d33e0a96fd446b8c82
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-05-21 13:15:39 +0000

    Updated for v5.35.0

-----------------------------------------------
version 5.20210520 at 2021-05-20 19:14:50 +0000
-----------------------------------------------

  Change: 41fd3ee9d7fa964ed77fd43726d71ffe0916332e
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-05-20 20:14:50 +0000

    Updated for v5.34.0

-----------------------------------------------
version 5.20210515 at 2021-05-15 13:01:26 +0000
-----------------------------------------------

  Change: 8b6d37c848465dc30068d06f4496ff8081723a8e
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-05-15 14:01:26 +0000

    Updated for v5.34.0-RC2

-----------------------------------------------
version 5.20210505 at 2021-05-05 08:43:14 +0000
-----------------------------------------------

  Change: b48425c08182c3f211968019d284edfb5f7d1b72
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-05-05 09:43:14 +0000

    Updated for v5.34.0-RC1

-----------------------------------------------
version 5.20210420 at 2021-04-20 20:37:56 +0000
-----------------------------------------------

  Change: f42df136ab62e22996e6cbb313bcc3f21a9ac0d0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-04-20 21:37:56 +0000

    Updated for v5.33.9

-----------------------------------------------
version 5.20210320 at 2021-03-21 09:18:55 +0000
-----------------------------------------------

  Change: fcbb2a3785228275b204b55466997cb4ad351839
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-03-21 09:18:55 +0000

    Updated for v5.33.8

-----------------------------------------------
version 5.20210220 at 2021-02-20 19:47:50 +0000
-----------------------------------------------

  Change: a95864081fcd9a9bedd52c1fb19d803bf560bf7f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-02-20 19:47:50 +0000

    Updated for v5.33.7

-----------------------------------------------
version 5.20210123 at 2021-01-24 13:31:55 +0000
-----------------------------------------------

  Change: 33fa0b6da1b7d8b9ef23f7b3a19b438260845488
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-01-24 13:31:55 +0000

    Updated for v5.32.1

-----------------------------------------------
version 5.20210120 at 2021-01-21 09:25:46 +0000
-----------------------------------------------

  Change: 751286446f4d3fc7a80fa472853b0fc7f024b6ce
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-01-21 09:25:46 +0000

    Updated for v5.33.6

-----------------------------------------------
version 5.20210109 at 2021-01-09 20:20:55 +0000
-----------------------------------------------

  Change: 61bebeca60b84226993a9986abc8f2380ec9b31d
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2021-01-09 20:20:55 +0000

    Updated for v5.32.1-RC1

-----------------------------------------------
version 5.20201220 at 2020-12-20 13:39:07 +0000
-----------------------------------------------

  Change: 41eaf0dba694eaeea446be95510dd5ef0d3ca541
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2020-12-20 13:39:07 +0000

    Updated for v5.33.5

-----------------------------------------------
version 5.20201120 at 2020-11-20 13:40:19 +0000
-----------------------------------------------

  Change: 58b75fdec4e143a94500d48de5ed0936130bd141
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2020-11-20 13:40:19 +0000

    Updated for v5.33.4

-----------------------------------------------
version 5.20201020 at 2020-10-20 20:13:28 +0000
-----------------------------------------------

  Change: 6eb663a05c875fd7116026f520be58bdb7179d59
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2020-10-20 21:13:28 +0000

    Updated for v5.33.3

-----------------------------------------------
version 5.20200920 at 2020-09-20 13:41:27 +0000
-----------------------------------------------

  Change: 383aed7c7f02ce562a6a544e357506d3deabd97f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2020-09-20 14:41:27 +0000

    Updated for v5.33.2

(wen)

2021-10-02 01:53:43 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.36.2

(wen)

2021-10-02 01:52:49 UTC MAIN commitmail json YAML

2021-10-02 00:38:38 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-FindDependencies to 3.10

(wen)

2021-10-02 00:37:51 UTC MAIN commitmail json YAML

Update to 3.10
Add missing DEPENDS

Upstream changes:
3.10    2021-08-11

- Stop leaking filehandles, so it should still work even when we're not allowed
  to have many open files.

3.09    2021-07-14

- No functional changes. Internal improvements for handling bzipped archives,
  and less picky (and hence more correct) testing of the bundled scripts'
  rendered help output.

3.08    2021-07-08

- Work around another bug in perl on Windows

3.07    2021-07-05

- Work around bug in perl 5.20 and below on Windows when dealing with bzipped archives

3.06    2021-06-29

- Add documentation about tree pruning

3.05    2021-02-23      Skip tests that rely on bzip2 when it's not available

3.04    2020-11-08      Script args can be --args, to be a bit more conventional

3.03    2020-10-29      There are more exciting ways in which perldoc can be
                          missing

3.02    2020-10-28      Patch to force perldoc to not use a pager when the
                          scripts use it to show help

3.01    2020-10-27      Patch for broken systems that don't have perldoc

3.00    2020-10-27      configure_requires is now on by default (and can't be
                          switched off either);
                        Support multiple CPAN mirrors;
                        CPAN indices are only cached for three minutes instead
                          of for the life of your process;
                        maxdepth 0 now works;
                        Add cpandeps-diff script;
                        Add extra doco re dynamic dependencies

(wen)

2021-10-02 00:22:54 UTC MAIN commitmail json YAML

Updated devel/p5-Convert-Binary-C to 0.84

(wen)

2021-10-02 00:21:38 UTC MAIN commitmail json YAML

Update to 0.84

Upstream changes:
Version 0.84 (2020-11-23)
----------------------------

* skip threads testing on 5.9.5 and 5.10.0 as
  Perl_clone() segfaults for these releases

----------------------------
Version 0.83 (2020-11-19)
----------------------------

* more Windows fixes

----------------------------
Version 0.82 (2020-11-19)
----------------------------

* fix speed tests (the new smaller code was parsing too
  quickly for caching to have a strong impact)

* update documentation, e.g. bugtracker

----------------------------
Version 0.81 (2020-11-18)
----------------------------

* fix parallel builds

----------------------------
Version 0.80 (2020-11-17)
----------------------------

* fix 602_threads.t

(wen)

2021-10-01 23:59:12 UTC MAIN commitmail json YAML

Updated devel/p5-Config-Tiny to 2.27

(wen)

2021-10-01 23:58:27 UTC MAIN commitmail json YAML

Update to 2.27

Upstream changes:
2.27  2021-09-21T15:48:00
        - Add the option of passing a hashref to the constructor, where it is turned into an
                object of the class. See POD under new([$config]) for details.
                This patch to the code and POD includes the new test t/08.constructor.t.
                The patch was provided by D Hauke, with thanx.
        - Move test.conf back into t/, where it was years ago, before someone tried to remove
                all uses of File::Spec. But since File::Spec is used often now, there is no point
                in keeping test.conf in the root directory of the distro.

(wen)

2021-10-01 23:56:46 UTC MAIN commitmail json YAML

Updated devel/p5-Config-MVP to 2.200012

(wen)

2021-10-01 23:55:59 UTC MAIN commitmail json YAML

Update to 2.200012

Upstream changes:
2.200012  2021-01-09 19:51:18-05:00 America/New_York
        - don't try to array-dereference non-array references (thanks, Sven
          Kirmess)

(wen)

2021-10-01 23:53:34 UTC MAIN commitmail json YAML

Updated devel/p5-Config-MVP-Reader-INI to 2.101464

(wen)

2021-10-01 23:52:49 UTC MAIN commitmail json YAML

Update to 2.101464

Upstream changes:
2.101464  2021-07-03 13:18:24-04:00 America/New_York
        - update author contact info
        - document perl version policy

(wen)

2021-10-01 23:50:23 UTC MAIN commitmail json YAML

Updated devel/p5-Config-INI to 0.027

(wen)

2021-10-01 23:49:37 UTC MAIN commitmail json YAML

Update to 0.027
Update DEPENDS

Upstream changes:
0.027    2021-06-22 22:27:53-04:00 America/New_York
        - require Mixin::Linewise v0.110 to cope with new error message

0.026    2021-06-20 17:14:32-04:00 America/New_York
        - update author contact info

(wen)

2021-10-01 23:47:21 UTC MAIN commitmail json YAML

Updated devel/p5-Config-INI-Reader-Ordered to 0.021

(wen)

2021-10-01 23:46:28 UTC MAIN commitmail json YAML

Update to 0.021

Upstream changes:
0.021    2021-06-20 17:18:35-04:00 America/New_York
          add perl-support to docs

(wen)

2021-10-01 23:44:24 UTC MAIN commitmail json YAML

Updated devel/p5-Config-AutoConf to 0.320

(wen)

2021-10-01 23:43:25 UTC MAIN commitmail json YAML

Update to 0.320

Upstream changes:
0.320  2021-06-25
        - fix check_prog to not find directories (RT#132993), thanks
          RJBS for reporting it again!

(wen)

2021-10-01 23:39:27 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Data-Inheritable to 0.09

(wen)

2021-10-01 23:38:11 UTC MAIN commitmail json YAML

Update to 0.09

Upstream changes:
0.09  Fri Jul 30 22:42:00 UTC 2021
    - Update spelling errors to resolve #83824 and #86563

(wen)

2021-10-01 21:28:08 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 1.1.7

(pin)

2021-10-01 21:27:41 UTC MAIN commitmail json YAML

sysutils/macchina: update to 1.1.7

- macOS: Count Homebrew packages in `/opt/homebrew` (for Apple Silicon)

(pin)

2021-10-01 19:56:07 UTC MAIN commitmail json YAML

Added devel/py-astunparse, devel/py-gast, devel/py-beniget, math/py-pythran

(adam)

2021-10-01 19:55:37 UTC MAIN commitmail json YAML

py-pythran: added version 0.10.0

Pythran is an ahead of time compiler for a subset of the Python language, with
a focus on scientific computing. It takes a Python module annotated with a few
interface descriptions and turns it into a native Python module with the same
interface, but (hopefully) faster.

(adam)

2021-10-01 19:53:01 UTC MAIN commitmail json YAML

py-beniget: added version 0.4.1

A static analyzer for Python2 and Python3 code.

Beniget provides a static over-approximation of the global and local
definitions inside Python Module/Class/Function. It can also compute def-use
chains from each definition.

(adam)

2021-10-01 19:52:08 UTC MAIN commitmail json YAML

py-gast: added version 0.5.2

A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST).
GAST provides a compatibility layer between the AST of various Python versions,
as produced by ast.parse from the standard ast module.

(adam)

2021-10-01 19:51:00 UTC MAIN commitmail json YAML

py-astunparse: added version 1.6.3

This is a factored out version of unparse found in the Python source
distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3.

(adam)

2021-10-01 18:54:45 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.12.5

(tsutsui)

2021-10-01 18:54:25 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.12.5.

Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.12.5

1.12.5 / 2021-09-27

Security

[JRuby] Address CVE-2021-41098 (GHSA-2rr5-8q37-2w7h).

In Nokogiri v1.12.4 and earlier, on JRuby only, the SAX parsers resolve
external entities (XXE) by default. This fix turns off
entity-resolution-by-default in the JRuby SAX parsers to match the CRuby SAX
parsers' behavior.

CRuby users are not affected by this CVE.

Fixed

  * [CRuby] Document#to_xhtml properly serializes self-closing tags in libxml >
    2.9.10. A behavior change introduced in libxml 2.9.11 resulted in emitting
    start and and tags (e.g., <br></br>) instead of a self-closing tag (e.g.,
    <br/>) in previous Nokogiri versions. [#2324]

(tsutsui)

2021-10-01 17:59:06 UTC MAIN commitmail json YAML

2021-10-01 17:55:57 UTC MAIN commitmail json YAML

doc/guide: Update htdocs-share to 20211001 (pkgsrc-2021Q3)

(leot)

2021-10-01 17:20:27 UTC MAIN commitmail json YAML

2021-10-01 16:32:04 UTC MAIN commitmail json YAML

babl: better MASTER_SITES

(adam)

2021-10-01 16:31:27 UTC MAIN commitmail json YAML

gegl: fix for Darwin

(adam)

2021-10-01 16:14:48 UTC MAIN commitmail json YAML

2021-10-01 15:50:14 UTC MAIN commitmail json YAML

gimp: restore GIMP_DEBUG_TOOL_DIR in PLIST

(wiz)

2021-10-01 15:40:24 UTC MAIN commitmail json YAML

mikutter: explicitly pull ruby-httpclient>=2.8.3nb1 for proper access.

Bump PKGREVISION.

(tsutsui)

2021-10-01 15:31:26 UTC MAIN commitmail json YAML

2021-10-01 15:07:46 UTC MAIN commitmail json YAML

swc: mark unsupported with MKPIE for now

(nia)

2021-10-01 14:29:31 UTC MAIN commitmail json YAML

doc: Updated graphics/gimp to 2.10.28

(ryoon)

2021-10-01 14:29:05 UTC MAIN commitmail json YAML

gimp: Update to 2.10.28

Changelog:
Overview of Changes from GIMP 2.10.26 to GIMP 2.10.28
=====================================================

Translations:

  - 10 translations were updated: Catalan, Chinese (China), Finnish,
    Italian, Polish, Russian, Slovenian, Spanish, Swedish and Ukrainian.

Build:

  - Fix uninstalled white-border prelight file.

Overview of Changes from GIMP 2.10.24 to GIMP 2.10.26
=====================================================

Core:

  - Dashboard now has memory support in OpenBSD.
  - Default shortcuts Shift+[ and ] for tool size changed to { and }.
  - Performance improvements for GIMP on macOS Big Sur: these
    improvements were actually already applied in our macOS packages
    since GIMP 2.10.22, but were applied upstream directly only now.

User Interface:

  - Dark theme: improve accessibility of GtkRadioButton by adding a
    white border on mouse-hover.
  - Gray theme: set light background for selected text in Layers and
    Paths dockable dialogs to make text visible.
  - Dark, Gray and Light themes: remove 3D shadow box around eye and
    link toggles in Layers, Channels, and Paths dockable dialog tree
    views.

Plug-ins:

  - Improved DDS support and fix some red/blue bit swap for RGB10A2 DDS.
    The plug-in version is incremented so that it is able to catch and
    correct previously incorrect RGB10A2 images exported by older
    versions of our plug-in.
  - DDS files with "L16" - a 16 bit luminance channel - are now loaded
    in 16-bit.
  - DICOM images:
    * Support for planar configuration.
    * Support for deprecated big endian transfer.
  - TIFF images:
    * Thumbnail storing now done by storing the thumbnail as the second
      page in the file (through Exiv2) and setting metadata
      "Exif.Thumbnail.NewSubfileType" to 1 (reduced resolution image)
      instead of storing the thumbnail as a subifd. This was done
      because of a Windows bug locking TIFF files with thumbnail stored
      as subfid.
    * Symmetrically, loading will ignore pages marked as "reduced
      resolution image" (i.e. it will consider them as thumbnails), as
      well as try to guess if a page (without subfile type) is a
      thumbnail when it meets following criteria: second page with YCbCr
      PhotometricInterpretation, old style jpeg compression while the
      first page has a different PhotometricInterpretation or
      compression.

Script-fu:

  - New (dir-make "/dir/name" mode) function to create a directory.

Translations:

  - New translations for the Windows installer: Vietnamese, Lithuanian.
  - 13 translations were updated: Catalan, Chinese (China), Croatian,
    Dutch, German, Lithuanian, Polish, Russian, Slovenian, Spanish,
    Swedish, Ukrainian and Vietnamese.

Build:

  - On Windows, *.rs file extension is not associated with SUN Raster
    images anymore. The reason is that this file extension is mostly
    used for Rust code files nowadays. If Windows could detect file
    formats with "magic numbers" (i.e. byte identifiers), it would not
    be a problem, but since it relies apparently only the extension,
    it's better to remove this association.
  - Oppositely on Linux and other Unix-like systems using desktop files,
    add the image/x-sun-raster MimeType which was forgotten (there,
    detection should be fine and not depend on file extension).
  - gimp30-tips.mo is not installed anymore (only used during the build
    to generate gimp-tips.xml with multiple language support).
  - --enable-check-update now has an "auto" value, which is the new
    default. It is equivalent to "yes" for Windows and macOS and "no" in
    all other cases.
  - New unit test to check that localizations listed in the installer
    script match available po files in po-windows-installer/.
  - "msys*" host value now detected as Windows builds.
  - Bumping minimum GEGL to version 0.4.32.

(ryoon)

2021-10-01 14:28:29 UTC MAIN commitmail json YAML

doc: Updated graphics/gegl to 0.4.32

(ryoon)

2021-10-01 14:28:07 UTC MAIN commitmail json YAML

gegl: Update to 0.4.32

Changelog:
GEGL-0.4.32 2021-09-05

Docs/testing:

Fixes and improvements to the test system ands it integration for
comparing/keeping track of hashes of operation output by John Marshall
including and overhaul of reference compositions and hashes, improving
development as well as documentation.

json: fixing of leaks and dead code removal.

Operations:

distance-transform: openexr: fix build with newer OpenEXR 3
negative-darkroom: contrast boost and illuminant adjustment parameter,
reworked emulsion dye model, UI improvements, more black and white
paper presets. fill-path: 32bit float RGB and CMYK color processing,
using ctx as renderer.

(ryoon)

2021-10-01 14:27:42 UTC MAIN commitmail json YAML

doc: Updated graphics/babl to 0.1.88

(ryoon)

2021-10-01 14:27:09 UTC MAIN commitmail json YAML

babl: Update to 0.1.88

Changelog:
2021-07-01 babl-0.1.88
Consistency fixes to format names, in particular for palettized formats.

(ryoon)

2021-10-01 14:25:33 UTC MAIN commitmail json YAML

py-tensorboard: Dependencies incompatible with py2.7. Unbreak pkgsrc tree.

(nia)

2021-10-01 14:17:38 UTC MAIN commitmail json YAML

py-axolotl-curve25519: Fix PKGNAME. Unbreak pkgsrc tree.

(nia)