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 (25m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 20:11:19 UTC Now

2020-10-21 19:46:14 UTC MAIN commitmail json YAML

syslog-ng: Add yacc to USE_TOOLS

(nia)

2020-10-21 19:44:56 UTC MAIN commitmail json YAML

blosc: Assumes the compiler defaults to c99. Pass -std=c99 with USE_LANGUAGES.

(nia)

2020-10-21 19:43:07 UTC MAIN commitmail json YAML

py-numpy: Assumes the compiler defaults to c99. Force -std=c99.

(nia)

2020-10-21 19:39:53 UTC MAIN commitmail json YAML

icu: bump gcc requirement to gcc 4.9

to resolve an error observed in centos 7 builds

http://lists.busybox.net/pipermail/buildroot/2020-June/284800.html

(nia)

2020-10-21 19:33:02 UTC MAIN commitmail json YAML

doc: Updated security/doas to 6.3p2

(pin)

2020-10-21 19:32:39 UTC MAIN commitmail json YAML

security/doas: update to 6.3p2

6.3p2

This release introduces a new utility called vidoas (vi doas). This tool is a
shell script which creates a copy of the doas.conf file, allows the admin to
edit the file, and then checks its syntax for errors. If a problem is found,
vidoas reports which line the error was on and asks us to try editing the file
again. Once the new doas.conf file contains the proper syntax, it is installed
and overwrites the old doas.conf file.

This tool is designed to assist admins and avoid introducing errors to doas.conf
which might accidentally revoke admin access to the machine.

6.3p1
In this release, we work around a quirk of the GNU parameter parser which
required us to use double-dashes (--) after doas's parameters and before a
target command's parameters. In the past we used "doas -- pacman -Syu" and now
we can use simply "doas pacman -Syu".

This change affects only GNU/Linux systems, other platforms like FreeBSD,
NetBSD, etc already had this behaviour.

6.3
This release introduces a few minor changes:
-Added command line parameter (-S) which launches an interactive shell. This is
equivalent to "su -l" or "sudo -i".
-Updated documentation to include the new -S flag.
-Updated documentation to assist users in installing doas on some Linux
distributions, such as CentOS, that prevent PAM authentication from working by
default.

6.2p5
This release simply adds a new sample PAM configuration file for FreeBSD (and
compatible systems). The new sample configuration file is named
campat/pam.conf.freebsd.

(pin)

2020-10-21 19:29:19 UTC MAIN commitmail json YAML

doc: Updated www/firefox78-l10n to 78.4.0

(nia)

2020-10-21 19:28:48 UTC MAIN commitmail json YAML

2020-10-21 19:28:42 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6335 - requested by taca
lang/php72: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.311
- lang/php72/distinfo                                          1.58

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Oct  4 03:14:53 UTC 2020

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php72: distinfo

  Log Message:
  lang/php72: update to 7.2.34

  Update php72 package to 7.2.34.

  01 Oct 2020, PHP 7.2.34

  - Core:
    . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
      cookies can be sent). (CVE-2020-7070) (Stas)

  - OpenSSL:
    . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
      bytes IV). (CVE-2020-7069) (Jakub Zelenka)

  To generate a diff of this commit:
  cvs rdiff -u -r1.310 -r1.311 pkgsrc/lang/php/phpversion.mk
  cvs rdiff -u -r1.57 -r1.58 pkgsrc/lang/php72/distinfo

(spz)

2020-10-21 19:23:29 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6334 - requested by taca
lang/php74: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.310
- lang/php74/distinfo                                          1.13

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Oct  4 03:12:46 UTC 2020

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php74: distinfo

  Log Message:
  lang/php74: update to 7.4.11

  Update php74 to 7.4.11.

  01 Oct 2020, PHP 7.4.11

  - Core:
    . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
      cookies can be sent). (CVE-2020-7070) (Stas)
    . Fixed bug #79979 (passing value to by-ref param via CUFA crashes). (cmb,
      Nikita)
    . Fixed bug #80037 (Typed property must not be accessed before initialization
      when __get() declared). (Nikita)
    . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
    . Fixed bug #80049 (Memleak when coercing integers to string via variadic
      argument). (Nikita)

  - Calendar:
    . Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
      (Andy Postnikov)

  - COM:
    . Fixed bug #64130 (COM obj parameters passed by reference are not updated).
      (cmb)

  - OPcache:
    . Fixed bug #80002 (calc free space for new interned string is wrong).
      (t-matsuno)
    . Fixed bug #80046 (FREE for SWITCH_STRING optimized away). (Nikita)
    . Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
      handlers changed). (SammyK)

  - OpenSSL:
    . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
      bytes IV). (CVE-2020-7069) (Jakub Zelenka)

  - PDO:
    . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
      many bind parameters (Matteo)

  - Standard:
    . Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
    . Fixed bug #80077 (getmxrr test bug). (Rainer Jung)
    . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
      (cmb)
    . Fixed bug #80067 (Omitting the port in bindto setting errors). (cmb)

  To generate a diff of this commit:
  cvs rdiff -u -r1.309 -r1.310 pkgsrc/lang/php/phpversion.mk
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/php74/distinfo

(spz)

2020-10-21 19:23:27 UTC MAIN commitmail json YAML

doc: Updated www/firefox78 to 78.4.0

(nia)

2020-10-21 19:23:05 UTC MAIN commitmail json YAML

firefox78: Update to 78.4.0

Security Vulnerabilities fixed in Firefox ESR 78.4

#CVE-2020-15969: Use-after-free in usersctp
#CVE-2020-15683: Memory safety bugs fixed in Firefox 82 and Firefox ESR 78.4

(nia)

2020-10-21 19:21:50 UTC MAIN commitmail json YAML

doc: clean up mono* entries in TODO

(wiz)

2020-10-21 19:19:09 UTC MAIN commitmail json YAML

doc: Updated lang/mono6 to 6.12.0.90

(wiz)

2020-10-21 19:18:59 UTC MAIN commitmail json YAML

mono: update to 6.12.0.90.

Didn't find the changes for this one, sorry.

(wiz)

2020-10-21 19:13:42 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6333 - requested by taca
lang/php73: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.309
- lang/php73/distinfo                                          1.27

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Oct  4 03:06:28 UTC 2020

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php73: distinfo

  Log Message:
  lang/php73: update to 7.3.23

  Update php73 package to 7.3.23.

  01 Oct 2020, PHP 7.3.23

  - Core:
    . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
    . Fixed bug #80049 (Memleak when coercing integers to string via variadic
      argument). (Nikita)
    . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
      cookies can be sent). (CVE-2020-7070) (Stas)

  - Calendar:
    . Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
      (Andy Postnikov)

  - COM:
    . Fixed bug #64130 (COM obj parameters passed by reference are not updated).
      (cmb)

  - OPcache:
    . Fixed bug #80002 (calc free space for new interned string is wrong).
      (t-matsuno)
    . Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
      handlers changed). (SammyK)

  - OpenSSL:
    . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
      bytes IV). (CVE-2020-7069) (Jakub Zelenka)

  - PDO:
    . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
      many bind parameters (Matteo)

  - Standard:
    . Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
    . Fixed bug #80077 (getmxrr test bug). (Rainer Jung)
    . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
      (cmb)
    . Fixed bug #80067 (Omitting the port in bindto setting errors). (cmb)

  To generate a diff of this commit:
  cvs rdiff -u -r1.308 -r1.309 pkgsrc/lang/php/phpversion.mk
  cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/php73/distinfo

(spz)

2020-10-21 17:34:09 UTC MAIN commitmail json YAML

doas: Use setusercontext(3)

Calling setusercontext(3) makes per-user temporary storage work (see
per_user_tmp in security(7) and rc.conf(5)).

May as well use our reallocarray(3) instead of the bundled compat code.

(kim)

2020-10-21 17:11:27 UTC pkgsrc-2020Q3 commitmail json YAML

2020-10-21 17:09:00 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6347 - requested by maya
pkgtools/x11-links: dependency-driven update

Revisions pulled up:
- pkgtools/x11-links/Makefile                                  1.203
- pkgtools/x11-links/buildlink3.mk                              1.94
- pkgtools/x11-links/files/xorg.freetype2                      1.28

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: maya
  Date: Wed Oct 21 15:18:30 UTC 2020

  Modified Files:
  pkgsrc/pkgtools/x11-links: Makefile buildlink3.mk
  pkgsrc/pkgtools/x11-links/files: xorg.freetype2

  Log Message:
  x11-links 1.32: updates for freetype 2.10.4

  To generate a diff of this commit:
  cvs rdiff -u -r1.202 -r1.203 pkgsrc/pkgtools/x11-links/Makefile
  cvs rdiff -u -r1.93 -r1.94 pkgsrc/pkgtools/x11-links/buildlink3.mk
  cvs rdiff -u -r1.27 -r1.28 pkgsrc/pkgtools/x11-links/files/xorg.freetype2

(spz)

2020-10-21 17:08:49 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6346 - requested by maya
graphics/freetype2: security update

Revisions pulled up:
- graphics/freetype2/Makefile                                  1.121
- graphics/freetype2/PLIST                                      1.29
- graphics/freetype2/distinfo                                  1.69

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Oct 21 08:26:08 UTC 2020

  Modified Files:
  pkgsrc/graphics/freetype2: Makefile PLIST distinfo

  Log Message:
  freetype2: updated to 2.10.4

  FreeType 2.10.4

  This is an emergency release, fixing a severe vulnerability in embedded PNG bitmap handling (see here for more).

  All users should update immediately.

  FreeType 2.10.3

  This is a maintenance release, having better support for TrueType glyphs with overlapping contours. See the list of changes for more details.

  A warning for distribution maintainers: Version 2.10.3 and later may break the build of ghostscript, due to ghostscript's use of a withdrawn macro that wasn't intended for external usage.

  To generate a diff of this commit:
  cvs rdiff -u -r1.120 -r1.121 pkgsrc/graphics/freetype2/Makefile
  cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/freetype2/PLIST
  cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/freetype2/distinfo

(spz)

2020-10-21 15:25:23 UTC MAIN commitmail json YAML

doas: Pass PKG_SYSCONFDIR to make

(kim)

2020-10-21 15:19:02 UTC MAIN commitmail json YAML

doc: Updated pkgtools/x11-links to 1.32

(maya)

2020-10-21 15:18:30 UTC MAIN commitmail json YAML

2020-10-21 13:36:10 UTC MAIN commitmail json YAML

Updated databases/mysql57-client, databases/mysql57-server

(adam)

2020-10-21 13:34:50 UTC MAIN commitmail json YAML

mysql57: updated to 5.7.32

Changes in MySQL 5.7.32 (2020-10-19, General Availability)

Functionality Added or Changed

Bugs Fixed

Functionality Added or Changed

LOCK TABLES privilege checking for views was improved.

Bugs Fixed

InnoDB: A query that updated the clustered index of an internal temporary table returned an incorrect result. The modified pages of the clustered index were not added to the flush list resulting in lost changes when the modified pages were evicted from the buffer pool.

References: This issue is a regression of:

InnoDB: An ALTER TABLE ... IMPORT TABLESPACE operation on a large encrypted and compressed table failed with a Page decompress failed after reading from disk error. The decryption operation did not use the encryption block size used during encryption. Also, the encryption process did not consider compressed length, while the decryption process decrypts data by compressed length only.

InnoDB: A failure occurred during a concurrent update operation. The failure was due to an invalid previous record value.

InnoDB: The function used to process the SHOW ENGINE INNODB MUTEX statement was insufficiently isolated from other threads adding new mutexes concurrently.

InnoDB: The buffer control block structure (buf_block_t) was freed while reducing the size of the buffer pool, causing an assertion failure. The fix for this bug also backports important aspects of the fix for

InnoDB: In session started with START TRANSACTION WITH CONSISTENT SNAPSHOT, a range query returned a truncated result. The end range flag was not reset at the beginning of the index read resulting in an aborted read and missing rows.

References: This issue is a regression of:

InnoDB: A full-text phrase search raised an assertion failure.

Thanks to TXSQL (Tencent MySQL) for the contribution.

References: This issue is a regression of:

InnoDB: A long running statistics calculation operation on a large table blocked other operations requiring access to the table's statistics, causing those operations to fail. A new statistics calculation mutex was introduced, which permits concurrent access table statistics.

Thanks to Kamil Holubicki for the contribution.

InnoDB: Two connections attempted to use the same transaction handler object resulting in a stalled query.

Replication: When a replication source server shuts down and restarts, its MEMORY tables become empty. To replicate this effect to replicas, the first time that the source uses a given MEMORY table after startup, it logs an event that notifies replicas that the table must be emptied by writing a statement to the binary log to that effect. Previously, this was a DELETE statement, but it is now a TRUNCATE TABLE statement. A replica server also writes this statement to its own binary log when it shuts down and restarts. The statement is always logged in statement format, even if the binary logging format is set to ROW, and it is written even if read_only or super_read_only mode is set on the server.

Replication: When the system variable session_track_gtids was set to OWN_GTID on a multithreaded replica, the replica窶冱 performance would degrade over time and begin to lag behind the master. The cause was the buildup of the GTIDs recorded by the replica窶冱 worker threads at each transaction commit, which increased the time taken by the worker threads to insert new ones. Session state tracking is now disabled for worker threads on a multithreaded replica. Thanks to Facebook for the contribution.

Certain cases of successful LDAP authentication could cause the server to hang.

In bootstrapping mode, certain multiple-statement transactions could cause unexpected server behavior.

Sensitive LDAP authentication plugin system variables now display as asterisks when retrieved in SQL statements.

After the fix for

References: This issue is a regression of:

Some INSERT statements were not handled correctly.

Certain prepared statements could cause an unexpected server exit.

mysqlpump object validation included objects in excluded databases.

LDAP authentication plugins enforced CA verification incorrectly, which could result in use of an incorrect CA.

ORDER BY queries were not executed correctly when sort_buffer_size and max_sort_length were set to values which caused the internal limit on the maximum number of keys allowed per sort buffer to be set to 0.

A large number of nested arguments in full-text search query caused an error.

When explicit_defaults_for_timestamp was disabled and a NULL was inserted into a generated column declared as TIMESTAMP NOT NULL, the server would attempt to convert the inserted value to CURRENT_TIMESTAMP. Such an insertion is now rejected with ER_BAD_NULL_ERROR.

An assertion could be raised when the SQL layer passed incorrect information to InnoDB about the type of operation to be performed on a temporary table.

(adam)

2020-10-21 12:30:13 UTC MAIN commitmail json YAML

Updated net/py-smb, devel/py-iniconfig

(adam)

2020-10-21 12:29:52 UTC MAIN commitmail json YAML

py-iniconfig: updated to 1.1.1

1.1.1
* fix version determination

1.1.0
- typing stubs
- ci fixes

(adam)

2020-10-21 12:08:16 UTC MAIN commitmail json YAML

py-smb: updated to 1.2.5

pysmb-1.2.5
- Fix bug in filename encoding which leads to failure for file retrieval and upload operations
- Improve resetFileAttributes() method in SMBConnection class to allow the
  new attribute to be specified in the reset operation

(adam)

2020-10-21 11:48:43 UTC MAIN commitmail json YAML

Updated textproc/py-humanize, net/py-zeroconf

(adam)

2020-10-21 11:48:25 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.28.6

0.28.6
Loosened service name validation when receiving from the network this lets us handle some real world devices previously causing errors

(adam)

2020-10-21 11:46:54 UTC MAIN commitmail json YAML

py-humanize: updated to 3.1.0

3.1.0

Added

Declare support for Python 3.9
testing/docs: Include doctests in testing
Allow custom "now" in naturaldelta and naturaltime

Fixed

Represent with a zero if the delta is too small

(adam)

2020-10-21 11:45:49 UTC MAIN commitmail json YAML

doc: Updated games/doomlegacy to 1.48.6

(micha)

2020-10-21 11:43:31 UTC MAIN commitmail json YAML

games/doomlegacy: Update to 1.48.6

Update pkgsrc patches and remove the ones that were merged upstream.

Doom Legacy Changelog

1.48.6 SVN1550 (2020-09-09)

FEATURES 1.48.6

  * DoomLegacy can read zip archives (Linux Only, enabled by compile option
    ZIPWAD). When an load file is a zip archive, all loadable files within the
    archive are loaded. When searching for a known file, zip archives of the
    same name (but with .zip) are also searched.
    This uses library libzip. When built with compile option ZIPWAD_OPTIONAL,
    DoomLegacy detects if the libzip library is present on the user machine.
    This allows DoomLegacy to run without the feature, when the user does not
    have libzip.
    A libzip before version 1.2 does not have a seek function. A compile
    option will provide our own zip_seek function, so libzip 1.0 can be used.
  * Recorded Demos now include both the Version and Revision numbers, so
    revision specific behaviors can be enabled. DoomLegacy 1.48.6 has modified
    its native demo format, which is revision specific. Older demo formats are
    still playable.
  * Recognize and handle DeePsea Tall patches. Enabled with compile option
    DEEPSEA_TALL_PATCH. Michael Bauerle submitted the orignial patch, derived
    from crispy doom.

BUG FIXES 1.48.6

  * DoomLegacy and PrBoom monster infighting does not have missile
    invulnerability between monsters of the same species. Some other ports
    (Boom, MBF, Eternity engine) do not have the infight test, so their
    monsters are always invulnerable to missiles from their own species.
    Added another item to the infight control to select the behavior.
    Implements "Full Infight" setting with missile damage (Legacy, PrBoom).
    Implements other infight settings without missile damage (Boom, MBF,
    Eternity).
    Fixes BUG 0664.

    Added MBF infight logic, thats stops monsters from firing on friends.
  * Legacy demo would fail to start due to blocking the textcmd that loads the
    map.

    The Legacy 1.48.4 demo was recorded with player 0 issuing the map textcmd.
    Player 0 was not in the game yet, and this was detected as a textcmd from
    a non-existant player, which got caught by new security code. For textcmd
    issued before player 0 is in the game, the demo needs to use SERVER_PID.
    Fixed demo read to redirect player 0 demo textcmd to SERVER_PID.

    DoomLegacy 1.48 has a single long combined textbuf, containing the textcmd
    from all players. Within the combined textbuf, there are individual
    textcmd marked with the player id. Individual textcmd are still limited to
    255 chars as in an ordinary textbuf. The DoomLegacy 1.48.6 demo format has
    been changed to store the entire combined textbuf buffer into the player 0
    slot.
    This is simpler for recording and playback, has the same effect, and
    allows SERVER_PID textcmd, which the previous demo format did not.

    The commands to create a player (and other server actions) are now issued
    by SERVER_PID, where in older demos they were issued by player 0, before
    player 0 existed. DoomLegacy 1.48 has better protection against malicious
    network traffic than previous versions, and checking textcmd validity is
    part of the security protection. This fixes demo playback to work with the
    security checking.

    Changed the SERVER_PID to 250 now, for future expansion of players.

    This fixes bug 0665.
  * Fixed the moonwalk bug, where monsters would sometimes walk backward. This
    was due to a bad translation of an everything-in-one-expression to more
    maintainable code.
  * Make an oof sound when hit a 2s line, just like when hit a 1s line.
    Adopted from PrBoom, a Killough enhancement.
  * Make optional, and disabled, some old development hacks.
    Option DEVPARM_LOADING:
    Loaded development wads from a special directory. This used switches
    -wart, -devgame (even older -shdev, -regdev, -comdev).
    Option WADFILE_RELOAD:
    If a filename started with a tilde "~", it was taken as an indication to
    reload the file on every lump access. This was to enable leaving doom
    running while changing wad files.
    Option LOADING_DISK_ICON:
    Not implemented in any port anyway.
  * The Full Graphics startup was fragile, requiring constant fixing. Video
    startup now changes directly to the config modes, which is faster and
    cleaner. Removed some antiquated code and interactions, adopting an
    interface that puts the main code in control.
  * Fixed the violet line, trees, and tall sprites of "Lost civilization" wad.
    This required being able to save the same texture as both a transparent
    patch texture, for drawing hanging vines, and as a picture format texture,
    for drawing tiled walls. This fixes Bug 0663.
  * The fast drawing of wall textures required them to be a power-of-2 in
    width, so they could be tiled. To handle the case where it is not a
    power-of-2 in width, it now uses a slower masked draw similar to that in
    PrBoom, which also handles a negative offset. This fixes the large tree in
    "Lost civilization".
  * Fixed some old code to use POSIX fcntl, which allows it to compile on
    SunOS. Patches submitted by Michael Bauerle. Fixes Bug 0666.

(micha)

2020-10-21 11:24:01 UTC MAIN commitmail json YAML

bison: remove now unused readline dependency.

Bump PKGREVISION.

Noted by tnn.

(wiz)

2020-10-21 10:51:59 UTC MAIN commitmail json YAML

emacs27: Skip cocoa-specific Emacs.pdmp file from WRKREF check, too.

(kleink)

2020-10-21 10:05:03 UTC MAIN commitmail json YAML

doc: Updated devel/bison to 3.7.3

(wiz)

2020-10-21 10:04:53 UTC MAIN commitmail json YAML

bison: update to 3.7.3.

* Noteworthy changes in release 3.7.3 (2020-10-13) [stable]

** Bug fixes

  Fix concurrent build issues.

  The bison executable is no longer linked uselessly against libreadline.

  Fix incorrect use of yytname in glr.cc.

(wiz)

2020-10-21 09:27:52 UTC MAIN commitmail json YAML

doc: Updated textproc/oniguruma to 6.9.6rc4

(kim)

2020-10-21 09:27:40 UTC MAIN commitmail json YAML

oniguruma: update to 6.9.6rc4

Changes since 6.9.6rc3:
- Revert fix for CVE-2020-26159, which was actually a false positive from
  Coverity checks (issue #221).

(kim)

2020-10-21 09:06:20 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel411 to 4.11.4nb3
Updated sysutils/xenkernel413 to 4.13.1nb3

(bouyer)

2020-10-21 09:04:10 UTC MAIN commitmail json YAML

2020-10-21 09:03:05 UTC MAIN commitmail json YAML

2020-10-21 09:01:52 UTC MAIN commitmail json YAML

Updated devel/py-packaging, databases/py-sqlalchemy

(adam)

2020-10-21 08:58:38 UTC MAIN commitmail json YAML

py-sqlalchemy: updated to 1.3.20

1.3.20

Released: October 12, 2020
orm

[orm] [bug]

An ArgumentError with more detail is now raised if the target parameter for Query.join() is set to an unmapped object. Prior to this change a less detailed AttributeError was raised. Pull request courtesy Ramon Williams.

[orm] [bug]

Fixed issue where using a loader option against a string attribute name that is not actually a mapped attribute, such as a plain Python descriptor, would raise an uninformative AttributeError; a descriptive error is now raised.

engine

[engine] [bug]

Fixed issue where a non-string object sent to SQLAlchemyError or a subclass, as occurs with some third party dialects, would fail to stringify correctly. Pull request courtesy Andrzej Bartosiナгki.

[engine] [bug]

Repaired a function-level import that was not using SQLAlchemy窶冱 standard late-import system within the sqlalchemy.exc module.

sql

[sql] [bug]

Fixed issue where the pickle.dumps() operation against Over construct would produce a recursion overflow.

[sql] [bug]

Fixed bug where an error was not raised in the case where a column() were added to more than one table() at a time. This raised correctly for the Column and Table objects. An ArgumentError is now raised when this occurs.

postgresql

[postgresql] [usecase]

The psycopg2 dialect now support PostgreSQL multiple host connections, by passing host/port combinations to the query string. Pull request courtesy Ramon Williams.

See also

Specfiying multiple fallback hosts

[postgresql] [bug]

Adjusted the Comparator.any() and Comparator.all() methods to implement a straight 窶廸OT窶� operation for negation, rather than negating the comparison operator.

[postgresql] [bug]

Fixed issue where the ENUM type would not consult the schema translate map when emitting a CREATE TYPE or DROP TYPE during the test to see if the type exists or not. Additionally, repaired an issue where if the same enum were encountered multiple times in a single DDL sequence, the 窶彡heck窶� query would run repeatedly rather than relying upon a cached value.

mysql

[mysql] [usecase]

Adjusted the MySQL dialect to correctly parenthesize functional index expressions as accepted by MySQL 8. Pull request courtesy Ramon Williams.

[mysql] [bug]

The 窶徭kip_locked窶� keyword used with with_for_update() will emit a warning when used on MariaDB backends, and will then be ignored. This is a deprecated behavior that will raise in SQLAlchemy 1.4, as an application that requests 窶徭kip locked窶� is looking for a non-blocking operation which is not available on those backends.

[mysql] [bug]

Fixed bug where an UPDATE statement against a JOIN using MySQL multi-table format would fail to include the table prefix for the target table if the statement had no WHERE clause, as only the WHERE clause were scanned to detect a 窶徇ulti table update窶� at that particular point. The target is now also scanned if it窶冱 a JOIN to get the leftmost table as the primary table and the additional entries as additional FROM entries.

[mysql] [change]

Add new MySQL reserved words: cube, lateral added in MySQL 8.0.1 and 8.0.14, respectively; this indicates that these terms will be quoted if used as table or column identifier names.

mssql

[mssql] [bug]

Fixed issue where a SQLAlchemy connection URI for Azure DW with authentication=ActiveDirectoryIntegrated (and no username+password) was not constructing the ODBC connection string in a way that was acceptable to the Azure DW instance.

misc

[bug] [pool]

Fixed issue where the following pool parameters were not being propagated to the new pool created when Engine.dispose() were called: pre_ping, use_lifo. Additionally the recycle and reset_on_return parameter is now propagated for the AssertionPool class.

[bug] [associationproxy] [ext]

An informative error is now raised when attempting to use an association proxy element as a plain column expression to be SELECTed from or used in a SQL function; this use case is not currently supported.

[bug] [tests]

Fixed incompatibilities in the test suite when running against Pytest 6.x.

(adam)

2020-10-21 08:56:53 UTC MAIN commitmail json YAML

py-packaging: updated to 20.4

20.4:

Canonicalize version before comparing specifiers.
Change type hint for canonicalize_name to return packaging.utils.NormalizedName. This enables the use of static typing tools (like mypy) to detect mixing of normalized and un-normalized names.

20.3:

Fix changelog for 20.2.

20.2:

Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU (e.g. ARM-v8, aarch64), to report the wrong bitness.

20.1:

Fix a bug caused by reuse of an exhausted iterator.

20.0:

Add type hints
Add proper trove classifiers for PyPy support
Scale back depending on ctypes for manylinux support detection
Use sys.implementation.name where appropriate for packaging.tags
Expand upon the API provded by packaging.tags: interpreter_name(), mac_platforms(), compatible_tags(), cpython_tags(), generic_tags()
Officially support Python 3.8
Add major, minor, and micro aliases to packaging.version.Version
Properly mark packaging has being fully typed by adding a py.typed file

(adam)

2020-10-21 08:47:42 UTC MAIN commitmail json YAML

doc: Updated net/fehqlibs to 0.9.16

(schmonz)

2020-10-21 08:47:33 UTC MAIN commitmail json YAML

Update to 16 (as 0.9.16). From the changelog:

- 19961114 change: dns_ip() now recognizes [1.2.3.4] and [f80::a]. tnx DS.
- scan_long() included for mess822x support.
- constmap() added from qmail.
- Changed ipv4/6-localhost and ipv4/6-loopback to
  ip4/6-localhost and ip4/6-loopback.

(schmonz)

2020-10-21 08:41:47 UTC MAIN commitmail json YAML

Updated devel/py-importlib-resources, devel/py-importlib-metadata

(adam)

2020-10-21 08:41:28 UTC MAIN commitmail json YAML

py-importlib-metadata: updated to 2.0.0

v2.0.0

importlib_metadata no longer presents a __version__ attribute. Consumers wishing to resolve the version of the package should query it directly with importlib_metadata.version('importlib-metadata').

(adam)

2020-10-21 08:40:54 UTC MAIN commitmail json YAML

py-importlib-resources: updated to 3.0.0

v3.0.0

Package no longer exposes importlib_resources.__version__. Users that wish to inspect the version of importlib_resources should instead invoke .version('importlib_resources') from importlib-metadata ( stdlib or backport) directly. This change eliminates the dependency on importlib_metadata.
Package now always includes its data.
Declare hidden imports for PyInstaller.

v2.0.1

Select pathlib and contextlib imports based on Python version and avoid pulling in deprecated [pathlib](https://pypi.org/project/pathlib).

v2.0.0

Loaders are no longer expected to implement the abc.TraversableResources interface, but are instead expected to return TraversableResources from their get_resource_reader method.

(adam)

2020-10-21 08:28:42 UTC MAIN commitmail json YAML

Updated graphics/freetype2, print/ghostscript-agpl

(adam)

2020-10-21 08:28:06 UTC MAIN commitmail json YAML

ghostscript-agpl: updated to 9.53.3

9.53.3:
A crash (or silent, erroneous exit) on 64 bit Windows and other LLP64 type environments.
What appears to be a compiler optimiser bug in 64 bit Windows builds with Visual Studio 2019
A crash related to management of ICC profile objects
A crash on SPARC hardware due to an alignment mismatch in the bitmap cache
A parameter type mismatch that would cause Ghostcript to error out during initialisation, which affected 64 big, big endian architectures.
An expected side effect of another change that prevented multithreaded rendering and background rendering from working correctly.

(adam)

2020-10-21 08:26:08 UTC MAIN commitmail json YAML

freetype2: updated to 2.10.4

FreeType 2.10.4

This is an emergency release, fixing a severe vulnerability in embedded PNG bitmap handling (see here for more).

All users should update immediately.

FreeType 2.10.3

This is a maintenance release, having better support for TrueType glyphs with overlapping contours. See the list of changes for more details.

A warning for distribution maintainers: Version 2.10.3 and later may break the build of ghostscript, due to ghostscript's use of a withdrawn macro that wasn't intended for external usage.

(adam)

2020-10-21 06:58:36 UTC MAIN commitmail json YAML

Updated devel/py-pep517, archivers/py-zipp, print/py-reportlab, textproc/py-rst2pdf

(adam)

2020-10-21 06:58:09 UTC MAIN commitmail json YAML

py-rst2pdf: updated to 0.98

0.98

Added: We can now create coverage reports using tox -e coverage.
Changed: Update Pygments styles
Changed: Update Pillow dependency in requirements.txt.
Changed: Use content-based comparison in tests.
Fixed: Elements with that that don't have an rst2pdf element (e.g. subtitles, inline references) no longer cause a crash,
Fixed: SVGlib is really optional now!
Fixed: The README, LICENSE and CHANGES files are now packaged with the release tarball.
Removed: Support for pdfrw has been removed and hence support for rendering SVGs using Inkscape has also been removed.

(adam)

2020-10-21 06:49:35 UTC MAIN commitmail json YAML

py-reportlab: updated to 3.5.53

RELEASE 3.5.53  02/10/2020
---------------------------
* Fix bug that allowed type 0 postscript commands to persist

RELEASE 3.5.52  01/10/2020
---------------------------
* add support for DataMatrix barcode

RELEASE 3.5.51  24/09/2020
---------------------------
* fix malloc(0) issue in \_rl_accel.c \_fp_str thanks to Hans-Peter Jansen <hpj@urpla.net> @ openSUSE

RELEASE 3.5.50  18/09/2020
---------------------------
* Add BM ExtGState option (suggestion by tjj021 @ github
* Fix memory leak in \_renderPM.c

RELEASE 3.5.49  02/09/2020
---------------------------
* ViewerPreferencesPDFDictionary add /Duplex as possibility
* Doctemplate add support for all ViewerPreferencesPDFDictionary keys
* fix bugs in USPS_4State; Barcode inherits from Flowable and object.

RELEASE 3.5.48  18/08/2020
---------------------------
* bug fix for balanced column special case unsplittable half column

RELEASE 3.5.47    7/08/2020
---------------------------
* try to limit table style cell ranges

RELEASE 3.5.46  22/07/2020
---------------------------
* fix style-data mismatch in LinePlot found by Anshika Sahay

RELEASE 3.5.45  10/07/2020
---------------------------
* fix some documentation bugs reported by Lele Gaifax
* fix error in BarChart axes joining reported by Faisal.Fareed

RELEASE 3.5.44  26/06/2020
---------------------------
* ensure qr bar colour is passed (contrib by Lele Gaifax)
* fix img layout bug (reported by Lele Gaifax)

RELEASE 3.5.43  03/06/2020
---------------------------
* small change to improve strokeDashArray handling to allow [phase, [values]] and allow stroke-dashoffset
* Hatching class which inherits from shapes.Path
* add support for soft hyphens u'\xad'
* apply a pr from KENLYST @ bitbucket (gfe.py)

(adam)

2020-10-21 06:44:09 UTC MAIN commitmail json YAML

py-zipp: updated to 3.3.1

v3.3.1
bpo-42043: Add tests capturing subclassing requirements.

(adam)

2020-10-21 06:41:24 UTC MAIN commitmail json YAML

py-pep517: updated to 0.9.1

0.9
- Deprecated the higher level API which handles creating an environment and
  installing build dependencies. This was not very complete, and the `PyPA build
  project <https://github.com/pypa/build>`_ is designed for this use case.
- New ``python_executable`` parameter for :class:`.Pep517HookCaller` to run hooks
  with a different Python interpreter.
- Fix for locating the script to run in the subprocess in some scenarios.
- Fix example in README to get ``build-backend`` correctly.
- Created `documentation on Read the Docs
  <https://pep517.readthedocs.io/en/latest/index.html>`__
- Various minor improvements to testing.

(adam)

2020-10-21 02:07:12 UTC MAIN commitmail json YAML

spidermonkey52: revamp PowerPC build fix

Swap my original fix for the newer and better means of linking against
devel/libatomic introduced by maya@ and he@.

(gutteridge)

2020-10-21 00:18:25 UTC MAIN commitmail json YAML

mozjs68: fix minimum Rust version setting

The wrong variable was used (s/RUST_TYPE/RUST_REQ/).

(gutteridge)

2020-10-20 23:14:11 UTC MAIN commitmail json YAML

librespot: add options for other audio backends. Leave default as portaudio.

(tnn)

2020-10-20 22:54:40 UTC MAIN commitmail json YAML

ncspot: turn xcb off by default. Terminal apps should not need X11.

(tnn)

2020-10-20 22:17:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/backuppc to 4.4.0

(tnn)

2020-10-20 22:16:17 UTC MAIN commitmail json YAML

backuppc: update to 4.4.0

This release contains several new features and some bug fixes.
New features include:
- any full/filled backup can be marked for keeping, which prevents any
  expiry or deletion
- any backup can be annotated with a comment (eg, "prior to upgrade of xyz")
- added metrics CGI that replaces RSS and adds Prometheus support
- tar XferMethod now supports xattrs and acls
- rsync XferMethod now correctly supports xattrs on directories and symlinks
- nightly pool scanning now verifies the md5 digests of a configurable
  fraction of pool files
- code runs through perltidy so format is now uniform

(tnn)

2020-10-20 21:53:31 UTC MAIN commitmail json YAML

Set MYSQL_VERSION from within mysql.buildlink3.mk simialrly
to what pgsql.buildlink3.mk does for PostgreSQL.

And while here, document PGSQL_VERSION as variable set by
pgsql.buildlink3.mk

(otis)

2020-10-20 20:17:19 UTC MAIN commitmail json YAML

firefox{,-l10n}

(maya)

2020-10-20 20:15:30 UTC MAIN commitmail json YAML

firefox{,-l10n}: Update to 82.0

New:

With this release, Firefox introduces a number of improvements that make watching videos more delightful:

    the Picture-In-Picture button has a new look and position, making it easier for you to find and use the feature.
    Picture-In-Picture now has a keyboard shortcut for Mac users (Option + Command + Shift + Right bracket) that works before you start playing the video.
    For Windows users, Firefox now uses DirectComposition for hardware decoded video, which will improve CPU and GPU usage during video playback, improving battery life.

Firefox is faster than ever with improved performance on both page loads and start up time:

    Websites that use flexbox-based layouts load 20% faster than before;
    Restoring a session is 17% quicker, meaning you can more quickly pick up where you left off;
    For Windows users, opening new windows got quicker by 10%.

You can now explore new articles when you save a webpage to Pocket from the Firefox toolbar.

WebRender continues to roll out to more Firefox users on Windows.

Fixed:

Screen reader features which report paragraphs now correctly report paragraphs in Firefox instead of lines.

Various security fixes.

(maya)

2020-10-20 19:35:07 UTC MAIN commitmail json YAML

mk/compiler/gfortran.mk: bump default from gcc9 to gcc10 on current aarch64

lang/gcc8 has patches for NetBSD/aarch64 and lang/gcc10 has support mostly
upstreamed. Nobody seems interested in fixing gcc9, but the pkgsrc
logic defaults to it when the system compiler is GCC 9 which leads to
broken fortran packages. Let's just skip forward to gcc10.

(tnn)

2020-10-20 19:06:59 UTC MAIN commitmail json YAML

librespot: convert to CARGO_FEATURES

(tnn)

2020-10-20 19:03:07 UTC MAIN commitmail json YAML

cargo.mk: move CARGO_FEATURES from lang/ncspot to here

It seems to be a generally useful feature. If a package supports
optional cargo dependencies then you may now (instead of messing with
CARGO_ARGS directly) set in your Makefile for example:

CARGO_NO_DEFAULT_FEATURES= YES
CARGO_FEATURES+= dbus pulseaudio

(tnn)

2020-10-20 18:40:31 UTC MAIN commitmail json YAML

ncspot: use PKG_OPTIONS framework

In particular allow building w/o dbus and wide curses but also add
options for the various supported audio backends while here (untested).

Also promote libxcb to full dependency because it failed with
"ld: cannot find -lxcb" when disabling dbus.

(tnn)

2020-10-20 18:37:37 UTC MAIN commitmail json YAML

2020-10-20 18:00:32 UTC MAIN commitmail json YAML

net/syncthing: typo

(gdt)

2020-10-20 18:00:17 UTC MAIN commitmail json YAML

net/syncthing: Further shrink protocol break comment

(gdt)

2020-10-20 14:41:43 UTC MAIN commitmail json YAML

net/syncthing: Tone down fear of protocol breaks

While the protocol break issue used to be huge, it's been ok for a few
years and likely that upstream now feels obligated to avoid protocol
breaks.

Adjust the text to say that only updates with protocol breaks need
approval.

(gdt)

2020-10-20 14:15:52 UTC MAIN commitmail json YAML

2020-10-20 13:34:41 UTC MAIN commitmail json YAML

emacs27: add missing file for Darwin cocoa build

Reported by Michael-John Turner on tech-pkg.

(wiz)

2020-10-20 13:08:25 UTC MAIN commitmail json YAML

doc: Updated www/logswan to 2.1.8

(fcambus)

2020-10-20 13:08:13 UTC MAIN commitmail json YAML

logswan: update to 2.1.8.

Logswan 2.1.8 (2020-10-19)

- Make displayUsage() static
- Removing some leading whitespace characters
- Constify methods and protocols names array
- Constify countries and continents names and ID arrays
- Enable FORTIFY_SOURCE level 2
- Call memset() to set all entry_data struct fields to zero

(fcambus)

2020-10-20 13:06:58 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2sfd to 1.1.5

(fcambus)

2020-10-20 13:03:58 UTC MAIN commitmail json YAML

bdf2sfd: update to 1.1.5.

bdf2sfd 1.1.5 (2020-10-20)

- Enable FORTIFY_SOURCE level 2
- Check strdup() return value and error out on failed allocations

(fcambus)

2020-10-20 12:46:17 UTC MAIN commitmail json YAML

clisp: Remove iconv warning avoidance.

This breaks the build on Darwin when using pkgsrc libiconv.

(jperkin)

2020-10-20 12:21:19 UTC MAIN commitmail json YAML

bsnes: Check standard defines from <sys/endian.h>

Should let this build on NetBSD/aarch64.

(nia)

2020-10-20 12:00:26 UTC MAIN commitmail json YAML

nhc98: Fails on aarch64 due to a lack of -m32

(nia)

2020-10-20 11:56:45 UTC MAIN commitmail json YAML

libva-driver-vdpau: Skip if there's no VDPAU support

(nia)

2020-10-20 11:41:37 UTC MAIN commitmail json YAML

intel-vaapi-driver: Only for x86

(nia)

2020-10-20 11:33:10 UTC MAIN commitmail json YAML

g95: Not for aarch64

(nia)

2020-10-20 11:22:27 UTC MAIN commitmail json YAML

go14: Not for aarch64

(nia)

2020-10-20 11:14:41 UTC MAIN commitmail json YAML

mame: Install the correct executable name

(nia)

2020-10-20 11:06:50 UTC MAIN commitmail json YAML

doc: Updated sysutils/onefetch to 2.5.0

(pin)

2020-10-20 11:06:29 UTC MAIN commitmail json YAML

sysutils/onefetch: update to 2.5.0

v2.5.0
Summary: Lots of code refactoring and ASCII re-touching.

Bug Fixes:
-Identify author by email @yoichi
-Fix #180 @o2sh
-Fix layout with sixel image backend @yoichi

New features:
-Show number of Tags and Branches @reime005

Misc:
-Reduce size of Lua, Clojure, Jupyter-Notebooks, Tex, Zig ASCII logo @maash3r
-Reduce size of Swift, Objective-C ASCII logo @atluft
-Reduce size of Php @rootEnginear
-Reduce size of Nim @tianlangwu
-Better CI/CD @spenserblack
-New Go and Rust ASCII logo @nguyenquannnn
-Enable image backends on macOS @yoichi

(pin)

2020-10-20 10:40:19 UTC MAIN commitmail json YAML

Add NetBSD/aarch64eb support.

Patch provided by ryo@.
No objections when proposed on tech-pkg@.

(rin)

2020-10-20 09:57:08 UTC MAIN commitmail json YAML

Updated lang/nodejs, databases/prometheus

(adam)

2020-10-20 09:56:52 UTC MAIN commitmail json YAML

prometheus: updated to 2.22.0

2.22.0

As announced in the 2.21.0 release notes, the experimental gRPC API v2 has been
removed.

[CHANGE] web: Remove APIv2.
[ENHANCEMENT] React UI: Implement missing TSDB head stats section.
[ENHANCEMENT] UI: Add Collapse all button to targets page.
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon.
[ENHANCEMENT] Add rule_group_last_evaluation_samples and prometheus_tsdb_data_replay_duration_seconds metrics.
[ENHANCEMENT] Gracefully handle unknown WAL record types.
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit binaries.
[BUGFIX] Adjust scrape timestamps to align them to the intended schedule, effectively reducing block size. Workaround for a regression in go1.14+.
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit tests.
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit.
[BUGFIX] Don't do literal regex matching optimisation when case insensitive.
[BUGFIX] Fix classic UI sometimes running queries for instant query when in range query mode.

(adam)

2020-10-20 09:55:44 UTC MAIN commitmail json YAML

nodejs: updated to 14.14.0

Version 14.14.0 (Current)

Notable Changes

- crypto: update certdata to NSS 3.56
- doc: add aduh95 to collaborators
- (SEMVER-MINOR) fs: add rm method
- (SEMVER-MINOR) http: allow passing array of key/val into writeHead
- (SEMVER-MINOR) src: expose v8::Isolate setup callbacks

(adam)

2020-10-20 07:07:24 UTC MAIN commitmail json YAML

exiv2: extend list of platforms where GCC does not support -fcf-protection

(tnn)

2020-10-20 06:34:23 UTC MAIN commitmail json YAML

libunwind: Remove patch .orig file, fix install.

(jperkin)

2020-10-20 06:12:00 UTC MAIN commitmail json YAML

syncthing: Remove go1.14 requirement

(nia)

2020-10-20 01:32:29 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: fix dependency

devel/p5-namespace-autoclean is a runtime dependency, not a tool or
test dependency. Ride previous update; this would have already been
broken before my commit.

(gutteridge)

2020-10-20 00:27:59 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-TimeZone to 2.42

(gutteridge)

2020-10-20 00:27:51 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: update to 2.42

pkgsrc-specific change: while here, express test dependencies as such.

2.42    2020-10-16

- This release is based on version 2020c of the Olson database. This release
  includes contemporary changes for Fiji.

2.41    2020-10-07

- The last release was missing all the generated data files. Oops! Reported by
  Paul Howarth. GH #43.

- Added a custom dzil plugin to make sure that the release has all of the
  generated data files.

2.40    2020-10-07

- This release is based on version 2020b of the Olson database. This release
  includes contemporary changes for Morocco, Casey Station, and the
  Yukon. This release also removes the very long-deprecated "US/Pacific-New"
  zone name.

(gutteridge)

2020-10-19 22:50:19 UTC MAIN commitmail json YAML

doc: Updated textproc/xfce4-dict to 0.8.4

(gutteridge)

2020-10-19 22:49:43 UTC MAIN commitmail json YAML

xfce4-dict: update to 0.8.4

Change log:

0.8.4
======
- Update URLs and use https where possible
- Fix font size in speedreader (#3)
- Added new icons and use reverse DNS file names
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
  Malay, Norwegian Bokm奪l, Occitan (post 1500), Polish, Portuguese,
  Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Uighur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese

(gutteridge)

2020-10-19 22:12:20 UTC MAIN commitmail json YAML

doc: Updated net/unison-snapshot to 2.51.3rc3

(gdt)

2020-10-19 22:12:13 UTC MAIN commitmail json YAML

unison-snapshot: update to rc3

This is only a change in version, to the rc3 tag, rather than the sha1
of the commit that was later tagged.

(gdt)

2020-10-19 19:40:36 UTC MAIN commitmail json YAML

2020-10-19 18:58:59 UTC MAIN commitmail json YAML

Updated devel/py-argcomplete, textproc/py-lxml, www/py-urllib3, www/py-uvicorn

(adam)

2020-10-19 18:58:25 UTC MAIN commitmail json YAML

py-uvicorn: updated to 0.12.2

0.12.2

Added

Adding ability to decrypt ssl key file
Support .yml log config files
Added python 3.9 support

Fixed

Fixes watchgod with common prefixes
Fix reload with ipv6 host
Added cli suport for headers containing colon
Sharing socket across workers on windows
Note the need to configure trusted "ips" when using unix sockets

(adam)

2020-10-19 18:55:29 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.25.11

1.25.11

* Fix retry backoff time parsed from ``Retry-After`` header when given
  in the HTTP date format. The HTTP date was parsed as the local timezone
  rather than accounting for the timezone in the HTTP date (typically
  UTC)

* Fix issue where an error would be raised when the ``SSLKEYLOGFILE``
  environment variable was set to the empty string. Now ``SSLContext.keylog_file``
  is not set in this situation

(adam)

2020-10-19 18:14:01 UTC MAIN commitmail json YAML

doc: Updated audio/amsynth to 1.11.0

(nia)

2020-10-19 18:13:49 UTC MAIN commitmail json YAML

amsynth: Update to 1.11.0

- Added mouse wheel support for controls
- Implemented UI upscaling for background and controls on HiDPI displays
- Fixed a regression in 1.10.0 that changed the sound of patches using ring modulation
- Fixed LV2 lint error caused by missing minorVersion and microVersion
- Removed dependency on oscpack for Non Session Manager support

(nia)

2020-10-19 17:57:07 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 1.10.0

(nia)

2020-10-19 17:56:44 UTC MAIN commitmail json YAML

syncthing: Update to 1.10.0

This release adds the config option announceLANAddresses to enable
(the default) or disable announcing private (RFC1918) LAN IP addresses
to global discovery.

It also fixes various bugs, and we can delete a patch that's no longer
needed.

(nia)

2020-10-19 17:54:01 UTC MAIN commitmail json YAML

doc: Updated devel/libgit2 to 1.1.0

(nia)

2020-10-19 17:53:40 UTC MAIN commitmail json YAML

libgit2: Update to 1.1.0

v1.1
----

This is release v1.1, "Fernweh".

### Changes or improvements

* Our bundled PCRE dependency has been updated to 8.44.

* The `refs/remotes/origin/HEAD` file will be created at clone time to
  point to the origin's default branch.

* libgit2 now uses the `__atomic_` intrinsics instead of `__sync_`
  intrinsics on supported gcc and clang versions.

* The `init.defaultBranch` setting is now respected and `master` is
  no longer the hardcoded as the default branch name.

* Patch files that do not contain an `index` line can now be parsed.

* Configuration files with multi-line values can now contain quotes
  split across multiple lines.

* Windows clients now attempt to use TLS1.3 when available.

* Servers that request an upgrade to a newer HTTP version are
  silently ignored instead of erroneously failing.

* Users can pass `NULL` to the options argument to
  `git_describe_commit`.

* Clones and fetches of very large packfiles now succeeds on 32-bit
  platforms.

* Custom reference database backends can now handle the repository's
  `HEAD` correctly.

* Repositories with a large number of packfiles no longer exhaust the
  number of file descriptors.

* The test framework now supports TAP output when the `-t` flag is
  specified.

* The test framework can now specify an exact match to a test
  function using a trailing `$`.

* All checkout types support `GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH`.

* `git_blame` now can ignore whitespace changes using the option
  `GIT_BLAME_IGNORE_WHITESPACE`.

* Several new examples have been created, including an examples for
  commit, add and push.

* Mode changes during rename are now supported in patch application.

* `git_checkout_head` now correctly removes untracked files in a
  subdirectory when the `FORCE | REMOVE_UNTRACKED` options are specified.

(nia)

2020-10-19 17:48:57 UTC MAIN commitmail json YAML

doc: Updated lang/elixir to 1.11.1

(nia)

2020-10-19 17:48:41 UTC MAIN commitmail json YAML

elixir: Update to 1.11.1

"Over the last releases, the Elixir team has been focusing on the compiler, both in terms of catching more mistakes at compilation time and making it faster. Elixir v1.11 has made excellent progress on both fronts. This release also includes many other goodies, such as tighter Erlang integration, support for more guard expressions, built-in datetime formatting, and other calendar enhancements."

(nia)

2020-10-19 17:28:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/cfm to 0.6.6

(nia)

2020-10-19 17:28:13 UTC MAIN commitmail json YAML

cfm: Update to 0.6.6

Fixed file copying, added permanent deletion feature

(nia)

2020-10-19 17:24:59 UTC MAIN commitmail json YAML

doc: Updated security/py-libtaxii to 1.1.118

(khorben)

2020-10-19 17:21:42 UTC MAIN commitmail json YAML

py-libtaxii: update to version 1.1.118

This notably fixes a security issue, CVE-2020-27197.

Version 1.1.118:

* #247 [CVE-2020-27197] Avoid SSRF on parsing XML (@orsinium)

Version 1.1.117:

* #244 SSL Verify Server not working correctly (@motok) (@nschwane)
* #245 Unicode lxml.etree.SerialisationError on lxml 4.5.0+ (@advptr)

Version 1.1.116:

* #240 PY3 Compatibility changes for HTTP Response Body (@nschwane)

Version 1.1.115:

* #239 Convert the HTTP response body to a string type (PY3 this will be bytes) (@sddj)

Version 1.1.114:

* #237 Support converting dicts to content bindings (@danielsamuels)
* #238 Provide XMLParser copies instead of reusing the cached instance. Prevents future messages to lose namespace

Version 1.1.113:

* #234 Add ability to load a configuration file when executing a script
* #232 Fix TLS handshake failure when a server requires SNI (@marcelslotema)

Version 1.1.112:

* #227 Fixes to poll_client script (Python3 compatibility)
* #226 Clean-up documentation warnings
* #228 Fix 'HTTPMessage' has no attribute 'getheader' (Python3 compatibility)
* #225 Fix checks that involve xpath (lxml) to prevent FutureWarning message
* #230 Fix parsing status message round-trip (@danielsamuels)

Thanks leot@ and pkgsrc's security team for the heads up!
Pull-up to be requested.

(khorben)

2020-10-19 17:07:33 UTC MAIN commitmail json YAML

doc: Updated games/devilutionx to 1.1.0

(nia)

2020-10-19 17:07:22 UTC MAIN commitmail json YAML

devilutionx: Update to 1.1.0

Features

    Propper widescreen (and other aspects) support
    Select difficulty in single player (remembered in the save game)
    Adjustable game speed in-game
    V-sync can now be disabled in the ini
    Better line drawing function used for the automap
    Support for loading custom Hell level maps
    Make all objects and monsters available to custom maps
    Added support for joining a game via hostname instead of IP

Bugfixes

    You can now enter and exit fullscreen also when the game is paused
    [Amiga] Fix double-clicking in menu

Original Diablo bugs

    Fix some monsters AC and to-hit values on Nightmare/Hell ending up as 0
    Fix player base block resetting to 0 after loading a save game
    Correctly render trees in front of the player
    Fully render sprites that are larger than the floor tiles
    Fix objects disappearing when walking on the opposite wall
    Dupping via belt has been fixed
    Correctly detect if the mouse is clicking the world or UI in some areas
    Minor typography corrections
    Corrected name of Chamber of Bones in automap
    Correctly align the inventory slots

(nia)

2020-10-19 16:41:46 UTC MAIN commitmail json YAML

2020-10-19 16:32:38 UTC MAIN commitmail json YAML

doc: Updated games/woof to 2.3.1

(micha)

2020-10-19 16:31:11 UTC MAIN commitmail json YAML

games/woof: Update to 2.3.2

- Demos recorded in PrBoom's own demo format are now detected and ignored.
- A crash when the second finale text screen is shown has been fixed.

(micha)

2020-10-19 16:06:15 UTC MAIN commitmail json YAML

doc: Updated net/statzone to 1.0.4

(fcambus)

2020-10-19 16:03:21 UTC MAIN commitmail json YAML

statzone: update to 1.0.4.

StatZone 1.0.4 (2020-10-19)

- Add support for seccomp on arm
- Update error message to use seccomp architecture names
- Improve experimental seccomp support mention in the README
- Make displayUsage() and displaySummary() static
- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Enable FORTIFY_SOURCE level 2

(fcambus)

2020-10-19 15:16:01 UTC MAIN commitmail json YAML

doc/TODO: update a few versions

+ SOGo-5.0.1, SOPE-5.0.1, freetds-1.2.5.

(taca)

2020-10-19 15:15:05 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-tiny_tds to 2.1.3

(taca)

2020-10-19 15:14:37 UTC MAIN commitmail json YAML

databases/ruby-tiny_tds: update to 2.1.3

2.1.3 (2020-09-28)

* Removed old/unused appveyor config
* Remove old Rubies from CI & cross compile list
* Add Ruby 2.6 and 2.7 to the cross compile list

(taca)

2020-10-19 15:10:46 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.37.0

(taca)

2020-10-19 15:10:06 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.37.0

=== 5.37.0 (2020-10-01)

* Recognize more unsigned decimal/float types in the schema dumper (akimd, jeremyevans) (#1720)

* Add Postgres::PGRow::{Array,Hash}Row#op to the pg_row_ops extension if the pg_row extension is loaded (jeremyevans)

* Add Model#column_previously_was and #column_previously_changed? to the dirty plugin (jeremyevans)

* Raise Migrator::Error if attempting to migrate down to a version where there are necessary migration files missing (jeremyevans) (#1716)

(taca)

2020-10-19 15:02:17 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack-cache to 1.12.1

(taca)

2020-10-19 15:01:53 UTC MAIN commitmail json YAML

www/ruby-rack-cache: update to 1.12.1

1.12.1 (2020-10-16)

Reset @cache_control in Response when duplicating its instance.

(taca)

2020-10-19 14:58:42 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo-data to 1.2020.3

(taca)

2020-10-19 14:58:19 UTC MAIN commitmail json YAML

time/ruby-tzinfo-data: update to 1.2020.3

1.2020.2 (2020-10-07)

Based on version 2020b of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html).

1.2020.3 (2020-10-17)

Based on version 2020c of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-October/000060.html).

(taca)

2020-10-19 14:54:01 UTC MAIN commitmail json YAML

doc: note update of Ruby on Rails 6.0 packages to 6.0.3.4

devel/ruby-activesupport60
devel/ruby-activemodel60
devel/ruby-activejob60
www/ruby-actionview60
www/ruby-actionpack60
databases/ruby-activerecord60
mail/ruby-actionmailer60
mail/ruby-actionmailbox60
www/ruby-actioncable60
devel/ruby-railties60
devel/ruby-activestorage60
textproc/ruby-actiontext60
www/ruby-rails60

(taca)

2020-10-19 14:50:32 UTC MAIN commitmail json YAML

2020-10-19 14:37:17 UTC MAIN commitmail json YAML

(editors/emacs26) Add imagemagick for default configuration

(mef)

2020-10-19 14:37:07 UTC MAIN commitmail json YAML

doc: Updated net/powerdns-recursor to 4.4.0

(otis)

2020-10-19 14:36:56 UTC MAIN commitmail json YAML

net/powerdns-recursor: Update to 4.4.0

Changelog for 4.4.0:
Released: 19th of October 2020
Bug Fixes
  - Backport of CVE-2020-25829: Cache pollution.

Changelog for 4.4.0-rc2:
Released: 6th of October 2020
Improvements:
  - Don窶冲 parse any config with 窶砺ersion.
  - Expose typed cache flush via Web API.
  - Log when going Bogus because of a missing SOA in authority.
  - Raise an exception on invalid content in unknown record.
Bug Fixes:
  - When deciding if we are auth in the local auth or forwarding case, DS is
special.
  - Fix wipe-cache-typed.
  - Watch the descriptor again after an out-of-order read timeout.

Changelog for 4.4.0-rc1:
Released: 21st of September 2020
Bug Fixes:
  - Only do QName Minimization for the names inside a forwarded domain.
  - Fix the parsing of dont-throttle-netmasks in the presence of
dont-throttle-names.

Changelog for 4.4.0-beta1:
Released: 31st of August 2020
Improvements:
  - Store RPZ trigger and hit in appliedPolicy and protobuf message and log
them in the trace log.
  - Apply filtering policies (RPZ) on CNAME chains as well.
  - Fix warning: initialized lambda captures are a C++14 extension.
  - Clean some coverity reported cases of exceptions thrown but not caught.
  - Export record cache lock (contention) stats via the various channels.
  - Allow multiple local data records when doing RPZ IP matching.
  - Replace the use of 窶�1窶� by QClass::IN to improve readability.
  - Avoid name clashes on Solaris derived systems.
Bug Fixes:
  - Allow some more depth headroom for the no-qname-minimization fallback case.
  - If we have an NS in cache, use it in the forwarder case.
  - Disable outgoing v4 when query-local-address has no v4 addresses.
  - Resize hostname to final size in getCarbonHostname() (Aki Tuomi).

Changelog for 4.4.0-alpha2:
Released: 20th of July 2020
Improvements:
  - Check that DNSKEYs have the zone flag set.
  - Remove redundant toLogString() calls (Chris Hofstaedtler).
  - Stop cluttering the global namespace with validation states.
  - Use explicit flag for the specific version of c++ we窶决e targeting.
  - Use new operator to print states.
  - Refuse QType 0 right away, based on rfc6895 section 3.1.
  - Specify a storage type for validation states.
  - Common TCP write problems should only be logged if wanted.
  - Dump the authority records of a negative cache entry as well.
  - Alternative way to do 窶徭kip cname check窶� for DS and DNSKEY records
  - Control stack depth when priming.
  - Add version 窶�statistic窶� to prometheus.
  - Cleanup cache cleaner pruneCollection function.
  - RPZ policy should override gettag_ffi answer by default.
  - Don窶冲 copy the records when scanning for CNAME loops.
  - Do not use using namespace std; .
  - More sophisticated CNAME loop detection.
  - Use std::string_view when available (Rosen Penev).
  - Make sure we can install unsigned packages.
  - Clarify docs (Josh Soref).
  - Ensure runtime dirs for virtual services differ.
  - Builder: improve shipped config files (Chris Hofstaedtler).
  - Less negatives in error messages improves readability.
  - Boost 1.73 moved boost::bind placeholders to the placeholders namespace.
  - Fix useless copies in loop reported by clang++ 10.
  - NetmaskTree: do not test node for null, the loop guarantees node is not
null.
  - Wrap pthread objects
  - Get rid of a naked pointer in the /dev/poll event multiplexer.
  - Random engine.
Bug Fixes:
  - Update proxy-protocol.cc (ihsinme).
  - Kill an signed vs unsigned warning on OpenBSD.
  - Don窶冲 validate a NXD with a NSEC proving that the name is an ENT.
  - Fix three shared cache issues.
  - Limit the TTL of RRSIG records as well.
  - Avoid throwing an exception in Logger::log().

Changelog for 4.4.0-alpha1:
Released: 22th of April 2020
New Features:
  - Implement native DNS64 support, without Lua.
  - Add custom tags to RPZ hits.
  - Allow attaching a 窶腕outing窶� tag string to a query in lua code and use that
tag in the record cache when appropriate.
  - Share record cache between threads.
  - Add support for Proxy Protocol between dnsdist and the recursor.
Improvements:
  - Fix warnings with llvm10 and -Wrange-loop-construct (Kirill Ponomarev).
  - Fix compilation without deprecated OpenSSL APIs (Rosen Penev).
  - Detect {Libre,Open}SSL functions availability during configure.
  - Better handling of reconnections in Remote Logger.
  - Add 窶碗ueue full窶� metrics for our remote logger, log at debug only.
  - Update boost.m4
  - Keep a masked network in the Netmask class.
  - Replace include guard ifdef/define with pragma once (Chris Hofstaedtler).
  - YaHTTP: Support bracketed IPv6 addresses
  - Rework NetmaskTree for better CPU and memory efficiency (Stephan Bosch).
  - RPZ dumpFile/seedFile: store/get SOA refresh on dump/load.
  - Add 窶露O wait窶� and 窶�steal窶� metrics on Linux.
  - DNSName: Don窶冲 call strlen() when the length is already known.
  - Fix build with gcc-10 (Sander Hoentjen).
Bug Fixes
  - Fix compilation of the ports event multiplexer.
  - Init zone窶冱 d_priority field.
  - QName Minimization sometimes uses 1 label too many.

(otis)

2020-10-19 12:31:56 UTC MAIN commitmail json YAML

py-argcomplete: updated to 1.12.1

Changes for v1.12.1
- Update importlib-metadata dependency version range
- Bash nounset mode fixes

(adam)

2020-10-19 12:31:36 UTC MAIN commitmail json YAML

doc: Updated security/monocypher to 3.1.1

(mef)

2020-10-19 12:30:31 UTC MAIN commitmail json YAML

py-lxml: updated to 4.6.1

4.6.1 (2020-10-18)

Bugs fixed

A vulnerability was discovered in the HTML Cleaner by Yaniv Nizry, which allowed JavaScript to pass through. The cleaner now removes more sneaky "style" content.

4.6.0 (2020-10-17)

Features added

lxml.html.InputGetter supports __len__() to count the number of input fields. Patch by Aidan Woolley.
lxml.html.InputGetter has a new .items() method to ease processing all input fields.
lxml.html.InputGetter.keys() now returns the field names in document order.
The API documentation is now generated using sphinx-apidoc. Patch by Chris Mayo.

Bugs fixed

C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined.
TreeBuilder.close() raised AssertionError in some error cases where it should have raised XMLSyntaxError. It now raises a combined exception to keep up backwards compatibility, while switching to XMLSyntaxError as an interface.

(adam)

2020-10-19 12:30:30 UTC MAIN commitmail json YAML

(security/monocypher) Updated 2.0.5 to 3.1.1

3.1.1
-----
2020/06/15

- Various documentation fixes.
- Fixed various compiler warnings.
- Fixed some integer overflows (16-bit platforms only).

3.1.0
-----
2020/04/03

- Added Elligator 2 mappings (hash to curve, curve to hash).
- Added OPRF support (with scalar inversion).
- Added Edwards25519 -> Curve25519 conversions

3.0.0
-----
2020/01/19

- Deprecated the incremental AEAD interface.
- Deprecated the incremental Chacha20, added a direct interface.
- Added IETF Chacha20 (96-bit nonce), as described in RFC 8439.
- Moved deprecated interfaces to a separate `src/deprecated` folder.
- Removed the `ED25519_SHA512` preprocessor flag.
- `crypto_x25519()` and `crypto_key_exchange()` now return `void`.
- Added a custom hash interface to EdDSA.  Several instances of EdDSA
  can share the same binary.
- Added optional support for HMAC SHA-512
- Moved all SHA-512 operations to `src/optional/monocypher-ed25519.(h|c)`
- Optional support for Ed25519 no longer requires a preprocessor flag.
  Add `src/optional/monocypher-ed25519.(h|c)` to your project instead.

2.0.6
-----
2019/10/21

- Added the `BLAKE2_NO_UNROLLING` preprocessor definition. Activating it
  makes the binary about 5KB smaller, and speeds up processing times on
  many embedded processors.
  - Reduced the stack usage of signature verification by about
    40%. Signature verification now fits in smaller machines.
  - Fixed many implicit casts warnings.
  - Fixed the manual here and there.
  - Lots of small nitpicks.

(mef)

2020-10-19 08:19:00 UTC MAIN commitmail json YAML

doc: Updated mail/mblaze to 1.0

(schmonz)

2020-10-19 08:18:47 UTC MAIN commitmail json YAML

Update to 1.0, provided by maintainer in PR pkg/55732. From the changelog:

## 1.0 (2020-09-12)

* Caution! Backwards incompatible changes:
  * As a message name, `-` now refers to the message on the standard input,
    and not the the previous message anymore.  Use `.-` to refer to
    the previous message in a short way.
    The tools will print a warning if you use `-` and the standard input
    comes from a TTY.
  * mpick: use the -F flag to read script files.
  * mpick: remove msglist support, use plain mmsg(7) arguments.
* Many mblaze tools now make use of pledge(2) on OpenBSD.
* add contrib/mcount, a tool to count mails
* mrep: use Reply-From configuration to find From header
* Many bug fixes.

## 0.7 (2020-05-15)

* All tools now follow symlinks to mails.
* mdirs: add -a to list all subfolders, ignoring Maildir++ convention.
* mcom: add preview alias for show command.
* mrep/mbnc: allow only one message as argument.
* maddr: add -d to only print display name.
* mthread: add -r to reverse top-level order.
* mlist: print number of matches when message selection is in place.
* mpick: many improvements.
* Many bug fixes.

(schmonz)

2020-10-19 07:16:06 UTC MAIN commitmail json YAML

doc: Updated net/tinydyndns-run to 20201019

(schmonz)

2020-10-19 07:15:55 UTC MAIN commitmail json YAML

2020-10-19 07:10:30 UTC MAIN commitmail json YAML

Belatedly add default TINYDYN_USER.

(schmonz)

2020-10-18 18:45:41 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2020-10-18 18:45:03 UTC MAIN commitmail json YAML

py-acme py-certbot: updated to 1.9.0

Certbot 1.9.0

Added

--preconfigured-renewal flag, for packager use only.
See the packaging guide.

Changed

certbot-auto was deprecated on all systems except for those based on Debian or RHEL.
Update the packaging instructions to promote usage of python -m pytest to test Certbot
instead of the deprecated python setup.py test setuptools approach.
Reduced CLI logging when reloading nginx, if it is not running.
Reduced CLI logging when handling some kinds of errors.

Fixed

Fixed server_name case-sensitivity in the nginx plugin.
The minimum version of the acme library required by Certbot was corrected.
In the previous release, Certbot said it required acme>=1.6.0 when it
actually required acme>=1.8.0 to properly support removing contact
information from an ACME account.
Upgraded the version of httplib2 used in our snaps and Docker images to add
support for proxy environment variables and fix the plugin for Google Cloud
DNS.

(adam)

2020-10-18 18:18:13 UTC MAIN commitmail json YAML

Updated devel/py-ZopeInterface, devel/py-ZopeEvent

(adam)

2020-10-18 18:17:54 UTC MAIN commitmail json YAML

py-ZopeEvent: updated to 4.5.0

4.5.0
- Add support for Python 3.8 and 3.9.
- Remove support for Python 3.4.

(adam)

2020-10-18 18:12:59 UTC MAIN commitmail json YAML

py-ZopeInterface: updated to 5.1.2

5.1.2 (2020-10-01)
==================

- Make sure to call each invariant only once when validating invariants.
  Previously, invariants could be called multiple times because when an
  invariant is defined in an interface, it's found by in all interfaces
  inheriting from that interface.  See `pull request 215
  <https://github.com/zopefoundation/zope.interface/pull/215/>`_.

5.1.1 (2020-09-30)
==================

- Fix the method definitions of ``IAdapterRegistry.subscribe``,
  ``subscriptions`` and ``subscribers``. Previously, they all were
  defined to accept a ``name`` keyword argument, but subscribers have
  no names and the implementation of that interface did not accept
  that argument. See `issue 208
  <https://github.com/zopefoundation/zope.interface/issues/208>`_.

- Fix a potential reference leak in the C optimizations. Previously,
  applications that dynamically created unique ``Specification``
  objects (e.g., used ``@implementer`` on dynamic classes) could
  notice a growth of small objects over time leading to increased
  garbage collection times. See `issue 216
  <https://github.com/zopefoundation/zope.interface/issues/216>`_.

  .. caution::

    This leak could prevent interfaces used as the bases of
    other interfaces from being garbage collected. Those interfaces
    will now be collected.

    One way in which this would manifest was that ``weakref.ref``
    objects (and things built upon them, like
    ``Weak[Key|Value]Dictionary``) would continue to have access to
    the original object even if there were no other visible
    references to Python and the original object *should* have been
    collected. This could be especially problematic for the
    ``WeakKeyDictionary`` when combined with dynamic or local
    (created in the scope of a function) interfaces, since interfaces
    are hashed based just on their name and module name. See the
    linked issue for an example of a resulting ``KeyError``.

    Note that such potential errors are not new, they are just once
    again a possibility.

(adam)

2020-10-18 17:06:35 UTC MAIN commitmail json YAML

2020-10-18 15:51:09 UTC MAIN commitmail json YAML

llvm: bump requirement to LLVM 10.x.

Mixing llvm versions is probably inadvisable.

(maya)

2020-10-18 14:50:56 UTC MAIN commitmail json YAML

doc: Updated www/curl to 7.73.0

(wiz)

2020-10-18 14:50:45 UTC MAIN commitmail json YAML

curl: update to 7.73.0.

curl and libcurl 7.73.0

Public curl releases:        195
Command line options:        234
curl_easy_setopt() options:  278
Public functions in libcurl:  85
Contributors:                2270

This release includes the following changes:

o curl: add --output-dir [25]
o curl: support XDG_CONFIG_HOME to find .curlrc [3]
o curl: update --help with categories [77]
o curl_easy_option_*: new API for meta-data about easy options [40]
o CURLE_PROXY: new error code [7]
o mqtt: enable by default [28]
o sftp: add new quote commands 'atime' and 'mtime' [6]
o ssh: add the option CURLKHSTAT_FINE_REPLACE [27]
o tls: add CURLOPT_SSL_EC_CURVES and --curves [29]

This release includes the following bugfixes:

o altsvc: clone setting in curl_easy_duphandle [60]
o base64: also build for smtp, pop3 and imap [81]
o BUGS: convert document to markdown [107]
o build-wolfssl: fix build with Visual Studio 2019 [114]
o buildconf: invoke 'autoreconf -fi' instead [37]
o checksrc: detect // comments on column 0 [132]
o checksrc: verify do-while and spaces between the braces [2]
o checksrc: warn on space after exclamation mark [129]
o CI/azure: disable test 571 in the msys2 builds [93]
o CI/azure: MQTT is now enabled by default [64]
o CI/azure: no longer ignore results of test 1013 [43]
o CI/tests: fix invocation of tests for CMake builds [117]
o CI/travis: add a CI job with openssl3 (from git master) [51]
o cleanups: avoid curl_ on local variables [53]
o CMake: add option to enable Unicode on Windows [48]
o cmake: make HTTP_ONLY also disable MQTT [58]
o CMake: remove explicit `CMAKE_ANSI_CFLAGS` [45]
o cmake: remove scary warning [96]
o cmdline-opts/gen.pl: generate nicer "See Also" in curl.1 [66]
o configure: don't say HTTPS-proxy is enabled when disabled [120]
o configure: fix pkg-config detecting wolfssl [26]
o configure: let --enable-debug set -Wenum-conversion with gcc >= 10 [56]
o conn: check for connection being dead before reuse [39]
o connect.c: remove superfluous 'else' in Curl_getconnectinfo [42]
o curl.1: add see also no-progress-meter on two spots [67]
o curl.1: fix typo invokved -> invoked [36]
o curl: in retry output don't call all problems "transient" [74]
o curl: make --libcurl show binary posts correctly [130]
o curl: make checkpasswd use dynbuf [100]
o curl: make file2memory use dynbuf [102]
o curl: make file2string use dynbuf [103]
o curl: make glob_match_url use dynbuf [101]
o curl: make sure setopt CURLOPT_IPRESOLVE passes on a long [134]
o curl: retry delays in parallel mode no longer sleeps blocking [70]
o curl: use curlx_dynbuf for realloc when loading config files [73]
o curl:parallel_transfers: make sure retry readds the transfer [71]
o curl_get_line: build only if cookies or alt-svc are enabled [13]
o curl_mime_headers.3: fix the example's use of curl_slist_append [83]
o Curl_pgrsTime - return new time to avoid timeout integer overflow [32]
o Curl_send: return error when pre_receive_plain can't malloc [111]
o dist: add missing CMake Find modules to the distribution [14]
o docs/LICENSE-MIXING: remove [79]
o docs/opts: fix typos in two manual pages [119]
o docs/RESOURCES: remove [105]
o docs/TheArtOfHttpScripting: convert to markdown [106]
o docs: add description about CI platforms to CONTRIBUTE.md [44]
o docs: correct non-existing macros in man pages [35]
o doh: add error message for DOH_DNS_NAME_TOO_LONG [17]
o dynbuf: make sure Curl_dyn_tail() zero terminates [78]
o easy_reset: clear retry counter [82]
o easygetopt: pass a valid enum to avoid compiler warning [75]
o etag: save and use the full received contents [4]
o ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUND [99]
o ftp: avoid risk of reading uninitialized integers [76]
o ftp: get rid of the PPSENDF macro [85]
o ftp: make a 552 response return CURLE_REMOTE_DISK_FULL [87]
o ftp: separate FTPS from FTP over "HTTPS proxy" [112]
o git: ignore libtests in 3XXX area [16]
o github: use new issue template feature [88]
o HISTORY: mention alt-svc added in 2019
o HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 [41]
o http: consolidate nghttp2_session_mem_recv() call paths [80]
o http_proxy: do not count proxy headers in the header bytecount [90]
o http_proxy: do not crash with HTTPS_PROXY and NO_PROXY set [50]
o imap: make imap_send use dynbuf for the send buffer management [110]
o imap: set cselect_bits to CURL_CSELECT_IN initially [104]
o ldap: reduce the amount of #ifdefs needed [124]
o lib/Makefile.am: bump VERSIONINFO due to new functions [65]
o lib1560: verify "redirect" to double-slash leading URL [20]
o lib583: fix enum mixup
o lib: fix -Wassign-enum warnings [84]
o lib: make Curl_gethostname accept a const pointer [38]
o libssh2: handle the SSH protocols done over HTTPS proxy [125]
o libssh2: pass on the error from ssh_force_knownhost_key_type [47]
o Makefile.m32: add ability to override zstd libs [ci skip] [10]
o man pages: switch to https://example.com URLs [86]
o MANUAL: update examples to resolve without redirects [122]
o mbedtls: add missing header when defining MBEDTLS_DEBUG [133]
o memdebug: remove 9 year old unused debug function [126]
o multi: expand pre-check for socket readiness [21]
o multi: handle connection state winsock events [31]
o multi: implement wait using winsock events [22]
o ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX define [108]
o ngtcp2: adapt to the new pkt_info arguments [18]
o ntlm: fix condition for curl_ntlm_core usage [46]
o openssl: avoid error conditions when importing native CA [52]
o openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verification [57]
o openssl: Fix wincrypt symbols conflict with BoringSSL [9]
o parsedate: tune the date to epoch conversion [95]
o pause: only trigger a reread if the unpause sticks [92]
o pingpong: use a dynbuf for the *_pp_sendf() function [113]
o READMEs: convert several to markdown [115]
o runtests: add %repeat[]% for test files [116]
o runtests: allow creating files without newlines [72]
o runtests: allow generating a binary sequence from hex
o runtests: clear pid variables when failing to start a server [12]
o runtests: make cleardir() erase dot files too [8]
o runtests: provide curl's version string as %VERSION for tests [127]
o schannel: fix memory leak when using get_cert_location [15]
o schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root [128]
o scripts: improve the "get latest curl release tag" logic
o sectransp: make it build with --disable-proxy [123]
o select.h: make socket validation macros test for INVALID_SOCKET [24]
o select: align poll emulation to return all relevant events [63]
o select: fix poll-based check not detecting connect failure
o select: reduce duplication of Curl_poll in Curl_socket_check [23]
o select: simplify return code handling for poll and select [49]
o setopt: if the buffer exists, refuse the new BUFFERSIZE [5]
o setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argument [91]
o socketpair: allow CURL_DISABLE_SOCKETPAIR [11]
o sockfilt: handle FD_CLOSE winsock event on write socket [30]
o src: spell whitespace without whitespace [121]
o SSLCERTS: fix English syntax [34]
o strerror: honor Unicode API choice on Windows [109]
o symbian: drop support [118]
o telnet.c: depend on static requirement of WinSock version 2 [61]
o test1541: remove since it is a known bug [68]
o test163[12]: require http to be built-in to run [94]
o test434: test -K use in a single line without newline [59]
o test971: show test mismatches "inline"
o tests/data: Fix some mismatched XML tags in test cases
o tests/FILEFORMAT: document nonewline support for <file>
o tests/FILEFORMAT: document type=shell for <command>
o tests/server/util.c: fix support for Windows Unicode builds [131]
o tests: remove pipelining tests [69]
o tls: fix SRP detection by using the proper #ifdefs [33]
o tls: provide the CApath verbose log on its own line [1]
o tool_setopt: escape binary data to hex, not octal
o tool_writeout: add new writeout variable, %{num_headers} [97]
o travis: add a build using libressl (from git master) [55]
o url: use blank credentials when using proxy w/o username and password [54]
o urlapi: use more Curl_safefree [89]
o vtls: deduplicate client certificates in ssl_config_data [98]
o win32: drop support for WinSock version 1, require version 2 [62]
o winbuild: convert the instruction text to README.md [19]

(wiz)

2020-10-18 14:44:09 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.22.1

(wiz)

2020-10-18 14:43:59 UTC MAIN commitmail json YAML

musicpd: update to 0.22.1.

ver 0.22.1 (2020/10/17)
* decoder
  - opus: apply the OpusHead output gain even if there is no EBU R128 tag
  - opus: fix track/album ReplayGain fallback
* output
  - alsa: don't deadlock when the ALSA driver is buggy
  - jack, pulse: reduce the delay when stopping or pausing playback
* playlist
  - cue: fix two crash bugs
* state_file: fix the state_file_interval setting

(wiz)

2020-10-18 14:36:03 UTC MAIN commitmail json YAML

doc: Updated textproc/enchant2 to 2.2.12

(wiz)

2020-10-18 14:35:54 UTC MAIN commitmail json YAML

enchant2: update to 2.2.12.

2.2.12 (October 15, 2020)
-------------------------

Fix a bug in the Voikko and Zemberek back-ends that could cause spell
checking and suggestion to fail. (For programmers: enchant_dict_check and
enchant_dict_suggest allow counted strings, but those two backends were
assuming the strings were NUL-terminated.)

(wiz)

2020-10-18 14:34:07 UTC MAIN commitmail json YAML

doc: Updated textproc/asciidoc to 9.0.3

(wiz)

2020-10-18 14:33:58 UTC MAIN commitmail json YAML

asciidoc: update to 9.0.3.

Version 9.0.3 (2020-10-05)
--------------------------
.Bug fixes
- Fix extra newline characters inserted into generated source (thanks @hoadlck)

.Testing
- Validate line endings as part of test suite

(wiz)

2020-10-18 12:43:22 UTC MAIN commitmail json YAML

doc: Added net/tinydyndns-run version 20201018

(schmonz)

2020-10-18 12:43:03 UTC MAIN commitmail json YAML

Add and enable tinydyndns-run.

(schmonz)

2020-10-18 12:42:34 UTC MAIN commitmail json YAML

doc: Updated net/tinydyndns to 0.4.2nb2

(schmonz)

2020-10-18 12:42:26 UTC MAIN commitmail json YAML

Most of these dependencies are actually tinydyndns-run's. Bump PKGREVISION.

(schmonz)

2020-10-18 12:41:34 UTC MAIN commitmail json YAML

2020-10-18 09:52:32 UTC MAIN commitmail json YAML

openexr: Require at least gcc6 in dependent packages

(attempt to fix dependent packages in NetBSD 8.x)

(nia)

2020-10-18 09:50:15 UTC MAIN commitmail json YAML

profanity: Requires at least sqlite3-3.22.0.

(attempt to fix configure on NetBSD 8.x)

(nia)

2020-10-18 09:47:41 UTC MAIN commitmail json YAML

vte3: Force gcc7 for dependent packages

(nia)

2020-10-18 09:24:52 UTC MAIN commitmail json YAML

Added databases/postgresql13

(adam)

2020-10-18 09:24:03 UTC MAIN commitmail json YAML

2020-10-18 08:28:21 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 361

(pin)

2020-10-18 08:27:54 UTC MAIN commitmail json YAML

x11/xterm: update to 361

Patch #361 - 2020/10/14

-treat the return value of strerror as readonly (patch by Philipp Klaus Krause).
-modify event-handling in CopyWait to work around hanging while writing large
amounts of text to an active icon and at the same time iconifying/deiconifying
(report by Dave Kemper).
-initialize double-buffer for active-icon window.
-improve manual page description of scrollbar resources
(report by Brian Lindholm).
-correct ifdef for menu entry for active-icon, when initializing it with toolbar
configuration.
-add preprocessor option to makefile to set internal definition of pixmaps
directory to match the install-configuration (FreeBSD #250036).
-cleanup of calls to free, removing checks for null (Walter Harms).
-add fallback actions pointer-button and pointer-motion which handle events for
the mouse control-sequences protocol if the select-related translations are
omitted with *omitTranslation:select (prompted by discussion with "Ergus")
-amend rule for using shift-key to override mouse-

(pin)

2020-10-18 07:18:23 UTC MAIN commitmail json YAML

doc/TODO: add some

+ asciidoc-9.0.3, bison-3.7.3, curl-7.73.0, enchant2-2.2.12,
  libatomic-10.2.0, libgit2-1.1.0, mono6-6.12.0.90, musicpd-0.22.1,
  py-hypothesis-5.37.3, py-multidict-5.0.0, strawberry-0.8.2,
  ugrep-3.0.2.

(wiz)

2020-10-18 05:04:41 UTC MAIN commitmail json YAML

note p5-Weather-PurpleAir-API 0.07 update.

(mrg)

2020-10-18 05:03:37 UTC MAIN commitmail json YAML

update to Weather-PurpleAir-API 0.07.  changes:

0.07 - 2020-10-05
  * Fixed broken link in documentation (thanks, Dave Smith)
  * Fixed bin/aqi documentation

0.06 - 2020-09-25
  * Fixed bin/aqi documentation (thanks, Grinnz)
  * Fixed lib/Weather/PurpleAir/API.pm documentation (=E<gt> to => in code-quoted section)
  * Fixed missing dependencies in dist.ini
  * Corrected dependency versions in dist.ini to match RHEL6 repo package versions

0.05 - Sun Sep 20 18:20:50 2020
  * Fixed documentation.
  * dist.ini: Added missing prereq for JSON::MaybeXS

(mrg)

2020-10-18 03:34:00 UTC MAIN commitmail json YAML

doc: Updated audio/musescore to 3.5.2

(gutteridge)

2020-10-18 03:33:13 UTC MAIN commitmail json YAML

musescore: update to 3.5.2

Release notes for MuseScore 3.5.2 (October 16, 2020)

Fixes

    Fixed an unexpected page stretching in "Edit style" dialog.
    #311520: Fixed an issue of harmony playback preferences. Previously, the real value of "Chord symbol playback" was not taken into account until the first toggle of this setting.
    #311621: Fixed an issue with audio export on Windows, previously exporting to .FLAC or .OGG could result in an empty file that cannot be played.
    #311661: Fixed a potential crash that could occur when resizing the Piano Roll.
    #311695: Edits to system text/tempo marking after save and reload of score did not propagate to all parts.

Release notes for MuseScore 3.5.1 (October 9, 2020)

Fixes

    Fixed a crash during voice changing of chord with tied grace note
    Fixed crashes when using hbox within vbox
    Fixed a crash when deleting all measures
    Fixed a crash when changing Common time to Cut time in parts
    Fixed a crash on playback of score with MM rest at the end
    Fixed a crash when drag-and-dropping a breath & pause or rest symbol from the score to a custom palette
    Fixed a crash on flipping beam across system break
    Fixed crashes when pasting fret diagram without chord symbol in score with parts
    Fixed a crash when doing file operations after changing translations in preferences
    Fixed an issue of corruption caused by editing certain tuplets
    Fixed a crash caused by Start Center if there is no Internet connection
    Fixed a crash on DPI change in preferences
    Fixed a crash when inserting a new measure within a melisma
    Fixed multiple issues with Jumps and repeats

Complete list of issues resolved and improvements implemented

    #310349: Fixed a crash during voice changing of chord with tied grace note
    #311084: Fixed an issue with curly bracket scaling when using MuseJazz
    #308589: Fixed an issue with scaling of tuplet number
    #310906: Fixed an issue of Staff/Part dialog not becoming dirty after changes if activated via double click
    #309857: Fixed an issue of divider not being removed after undo of deleting a vertical frame
    #310570: Fixed an issue of triple and quadruple dots not being exported correctly
    #310603: Fixed an issue of tremolo customizations lost on second save/reload
    Fixed various issues with the handling of title frame on MusicXML import
    #301395: Fixed an issue of decrescendo not working on tied notes with subchannels
    #308469: Fixed an issue of changing portaudio preferences not working
    Fixed an issue with loudness of accents
    #302714: Chord symbol playback settings are now available in Edit Style dialog
    #257581: Fixed an issue of changes to Measure properties not being propagated between score and parts (fix got reverted for 3.5.2, will get looked at again for 3.6)
    #306950: Fixed an issue of Ctrl+Delete command not allowed in note input mode
    Added preferences to disable chord symbol playback when opening old scores, or creating new ones
    #185056: Fixed an issue with entering notes above/below staff
    #307720: Fixed an assertion failure when adding image to vertical frame
    #153686: Fixed issues with voice and chords with drum input
    #307841: Fixed crashes when using hbox within vbox
    #307991: Fixed a crash when deleting all measures
    #308077: Added the guitar "Solo" templates with default guitar sound
    #298779: Fix invisible elements not getting displayed after turning "Show invisible" on
    #308562: Fixed an issue of 1-line staves showing unexpected vertical offset
    #308568: Fixed an issue of bad selection and corruption on delete
    #308947: Fixed a crash when changing Common time to Cut time in parts
    #308951: Fixed a crash on playback of score with MM rest at the end
    #309005: Updated extra navigation shortcuts to handle MMRests appropriately
    #308661: Updated offsets of Gonville's top & bottom bracket glyphs
    #309032: "Add clef" shortcuts are now allowed to also work in normal mode
    #309066: Fixed an issue of clicking footer text corrupting parts
    #308698: Fixed an issue of continuous view stopping repeats from working in playback
    #308860: Fixed a crash when drag-and-dropping a breath & pause or rest symbol from the score to a custom palette
    #309273: Fixed a crash on flipping beam across system break
    #309369: Fixed an issue of status bar not showing concert pitch of octave transposing instruments
    #284357: Fixed an issue of ambitus not being correctly calculated for (octave) transposing instruments
    #309380: Fixed crashes when pasting fret diagram without chord symbol in score with parts
    #309419: Fixed an issue of instrument change data not being properly saved in linked staves
    #309592: Fixed an issue of flipping ���above��� breaths/pauses to ���below��� when pasting a measure with them
    #309594: Now possible to flip breaths/pauses using X
    #309665: Fixed an issue of alpha (transparency) not showing on several symbols and Elements
    #309754: Create Time Signature dialog now doesn't add unnecessary special text whenever the internal value of nominator or denominator is changed
    #308821: Added fractional Time Signatures Support
    #308139: Fixed an issue of unintended loss of denominator in Time Signatures
    #308694: Fixed an issue of exporting to WAV, OGG, FLAC files with path name that contains non-ASCII characters
    #309025: Fixed crashes after updating due to qmlcache
    #304834: Adjusted the size of a settings field for multimeasure rests
    #309456: Fixed an issue of workspace being changed to Basic when changing language settings
    #309872: Fixed a crash when doing file operations after changing translations in preferences
    #309874: Fixed an issue of corruption caused by editing certain tuplets
    #278817: Fixed a crash caused by Start Center if there is no Internet connection
    #310869: Fixed a crash on DPI change in preferences
    #311289: Fixed a crash when inserting a new measure within a melisma
    #310969: Fixed an issue of a pair of acciaccaturas showing two slashes instead of one
    #274690: Fixed crash on playback when score starts with a volta
    #279040 and #300362: Fixed bugs with "play repeats" in combination with a D.S.
    #287447: Fixed mismatch between segno and end location for multiple jumps
    #299320: Fixed D.S. when segno is preceded by a repeat
    #299137 and #304795: Fixed interpretation of start repeat and volta in the same measure
    #284887: Fixed crash on end of score playback some scenarios

(gutteridge)

2020-10-17 22:39:12 UTC MAIN commitmail json YAML

doc: Updated pkgtools/url2pkg to 20.3.0

(rillig)

2020-10-17 22:39:01 UTC MAIN commitmail json YAML

pkgtools/url2pkg: update to 20.3.0

Changes since 20.2.0:

Fixed detection for V2 Cargo.lock files.  Patch provided by snow flurry
via tech-pkg, slightly adjusted.  The test case for Cargo.lock file
detection had been incomplete and unrealistic.  It has been extended to
show the relevant section of a whole package.

pkg/2020/10/12/msg023897.html">https://mail-index.netbsd.org/tech-pkg/2020/10/12/msg023897.html
pkg/2020/10/13/msg023901.html">https://mail-index.netbsd.org/tech-pkg/2020/10/13/msg023901.html
pkg/2020/10/13/msg023902.html">https://mail-index.netbsd.org/tech-pkg/2020/10/13/msg023902.html

(rillig)

2020-10-17 22:03:31 UTC MAIN commitmail json YAML

doc: Updated cad/klayout to 0.25.9

(mef)

2020-10-17 22:03:06 UTC MAIN commitmail json YAML

(cad/klayout) Updated 0.25.6 to 0.25.9

0.25.9          (2019-06-18):

* Bugfix: %GITHUB%/issues/261
      Issue with iterating Python sequences
* Bugfix: %GITHUB%/issues/271
      Chose cell coordinates on "Make Cell"
* Bugfix: %GITHUB%/issues/272
      Error message if trying to run macros in unsupported languages
* Bugfix: %GITHUB%/issues/275
      "Write without context" did not have an effect with OASIS
* Bugfix: %GITHUB%/issues/276
      LayerPropertiesNodeRef was not working as documented
* Bugfix: %GITHUB%/issues/278
      Lost reference with ObjectInstPath#shape
* Bugfix: %GITHUB%/issues/281
      Width and space violations are reported now also for
      the "kissing corners" case

0.25.8          (2019-02-23):

* Bugfix: %GITHUB%/issues/234
      Issues with LayoutView#save_image_with_options
* Bugfix: %GITHUB%/issues/232
      Crash on reading .lyp files with big stipple pattern
* Bugfix: %GITHUB%/issues/228
      Bug in Region#interact and DRC's "interact" function.
* Bugfix: %GITHUB%/issues/225
      Mirrored custom stipple pattern

0.25.7          (2019-01-09):

* Bugfix: %GITHUB%/issues/200
      Safer iteration of cell instances and shapes (with
      modifications of container during iteration) - in this
      case while flattening instances
* Bugfix: %GITHUB%/issues/209
      Reader options were grayed out in stream import feature.
* Bugfix: %GITHUB%/issues/207
      Basic.TEXT PCell was rounding bias a spacing values to
      integer multiples.
* Bugfix: %GITHUB%/issues/203
      A segfault was fixed that happend on certain platforms
      when closing the application (e.g. CentOS7).
* Bugfix: (RBA/pya) Technology#load was not working
      Instead of load, the technology was saved.

(mef)

2020-10-17 21:48:41 UTC MAIN commitmail json YAML

two fixes and now actually builds on armv7hf:

- mips, ppc and arm platforms want -latomic, so provide it
- link -larm on netbsd/arm to find arm_sync_icache()

(mrg)

2020-10-17 19:10:32 UTC MAIN commitmail json YAML

doc: Updated textproc/go-text to 0.3.3

(bsiegert)

2020-10-17 19:08:12 UTC MAIN commitmail json YAML

2020-10-17 17:19:19 UTC MAIN commitmail json YAML

chat/mautrix-hangouts: Fix brain fart

(js)

2020-10-17 16:44:37 UTC MAIN commitmail json YAML

chat/*mau*: Incompatible with Python 3.9

Already reported to upstream in #hangouts:maunium.net

(js)

2020-10-17 16:22:23 UTC MAIN commitmail json YAML

py/mautrix & mautrix-hangouts: Add missing dependency on py-setuptools

These are not properly declared, it seems, but needed at runtime.

(js)

2020-10-17 14:47:42 UTC MAIN commitmail json YAML

mlterm-fb has been renamed to mlterm-wscons.

(rin)

2020-10-17 14:09:26 UTC MAIN commitmail json YAML

Give up maintainership of net/py-aiorpcX

This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.

(js)

2020-10-17 14:07:53 UTC MAIN commitmail json YAML

Give up maintainership of textprc/py-jsonrpclib-pelix

This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.

(js)

2020-10-17 13:57:50 UTC MAIN commitmail json YAML

chat/matrix-synapse: Update dependencies

I missed that some dependencies now are required in a newer version.

(js)

2020-10-17 13:54:06 UTC MAIN commitmail json YAML

doc: Updated devel/py-canonicaljson to 1.4.0

(js)

2020-10-17 13:53:55 UTC MAIN commitmail json YAML

Update devel/py-canonicaljson to 1.4.0

Version 1.4.0 released 2020-09-03

* Fix producing non-standard JSON for Infinity, -Infinity, and NaN. This could
  cause errors when encoding objects into canonical JSON that previously used to
  work, but were incompatible with JSON implementations in other languages.
* Use UTF-8 to fix ASCII encoding errors when data containing Unicode was
  attempted to be pretty-printed.

(js)

2020-10-17 13:49:34 UTC MAIN commitmail json YAML

git-delta, ripgrep

(maya)