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

2024-05-13 01:10:00 UTC Now

2022-01-10 20:33:54 UTC MAIN commitmail json YAML

py-ephem: fix for python 2.7

(wiz)

2022-01-10 20:33:18 UTC MAIN commitmail json YAML

2022-01-10 20:32:17 UTC MAIN commitmail json YAML

2022-01-10 20:30:55 UTC MAIN commitmail json YAML

py-crcmod: fix for python 2.7

(wiz)

2022-01-10 20:30:08 UTC MAIN commitmail json YAML

2022-01-10 20:29:09 UTC MAIN commitmail json YAML

2022-01-10 20:28:24 UTC MAIN commitmail json YAML

2022-01-10 20:27:45 UTC MAIN commitmail json YAML

py-bitcoinrpc: fix for python 2.7

(wiz)

2022-01-10 20:27:16 UTC MAIN commitmail json YAML

2022-01-10 20:26:31 UTC MAIN commitmail json YAML

2022-01-10 20:25:12 UTC MAIN commitmail json YAML

py-aes: fix for python 2.7

(wiz)

2022-01-10 20:24:48 UTC MAIN commitmail json YAML

py-socksipy-branch: fix for python 2.7

(wiz)

2022-01-10 20:24:15 UTC MAIN commitmail json YAML

py-PDF2: fix for python 2.7

(wiz)

2022-01-10 20:23:36 UTC MAIN commitmail json YAML

2022-01-10 20:22:58 UTC MAIN commitmail json YAML

2022-01-10 20:22:12 UTC MAIN commitmail json YAML

2022-01-10 20:21:37 UTC MAIN commitmail json YAML

2022-01-10 20:20:41 UTC MAIN commitmail json YAML

2022-01-10 20:19:04 UTC MAIN commitmail json YAML

2022-01-10 19:46:52 UTC MAIN commitmail json YAML

Added devel/py-distlib; Updated net/py-lexicon

(adam)

2022-01-10 19:46:34 UTC MAIN commitmail json YAML

py-lexicon: updated to 3.9.0

3.9.0:
Drop Python 3.6 support

(adam)

2022-01-10 19:46:26 UTC MAIN commitmail json YAML

2022-01-10 19:44:47 UTC MAIN commitmail json YAML

2022-01-10 19:44:03 UTC MAIN commitmail json YAML

2022-01-10 19:42:15 UTC MAIN commitmail json YAML

2022-01-10 19:39:46 UTC MAIN commitmail json YAML

py-distlib: PLIST fix for Python 2.7

(adam)

2022-01-10 19:33:39 UTC MAIN commitmail json YAML

py-distlib: added version 0.3.4

Distlib is a library which implements low-level functions that relate to
packaging and distribution of Python software. It is intended to be used as the
basis for third-party packaging tools.

(adam)

2022-01-10 19:30:57 UTC MAIN commitmail json YAML

Added textproc/py-tomli_w; Updated devel/py-flit_core, devel/py-flit

(adam)

2022-01-10 19:28:26 UTC MAIN commitmail json YAML

py-flit_core: add setup.py

(adam)

2022-01-10 19:22:44 UTC MAIN commitmail json YAML

py-flit_core: add missing files

(adam)

2022-01-10 19:17:10 UTC MAIN commitmail json YAML

py-flit_core py-flit: updated o 3.6.0

Version 3.6

flit_core now bundles the tomli TOML parser library (version 1.2.3) to avoid a circular dependency between flit_core and tomli

Version 3.5.1

Fix development installs with flit install --symlink and --pth-file, which were broken in 3.5.0, especially for packages using a src folder

Version 3.5

You can now use Flit to distribute a module or package inside a namespace package (as defined by PEP 420). To do this, specify the import name of the concrete, inner module you are packaging - e.g. name = "sphinxcontrib.foo" - either in the [project] table, or under [tool.flit.module] if you want to use a different name on PyPI
Flit no longer generates a setup.py file in sdists (.tar.gz packages) by default
Fixed how flit init handles authors' names with non-ASCII characters
When flit init generates a LICENSE file, the new pyproject.toml now references it

Version 3.4

Python 3.6 or above is now required, both for flit and flit_core.
Add a --setup-py option to flit build and flit publish, and a warning when neither this nor --no-setup-py are specified
Add support for standardised editable installs - pip install -e - according to PEP 660
Add a --pypirc option for flit publish to specify an alternative path to a .pypirc config file describing package indexes
Fix installing dependencies specified in a [project] table
Fix building wheels when SOURCE_DATE_EPOCH (see :doc:`reproducible`) is set to a date before 1980
Switch to using the tomli TOML parser, in common with other packaging projects
Add a document on :doc:`bootstrap`

Version 3.3

PKG-INFO files in sdists are now generated the same way as METADATA in wheels, fixing some issues with sdists
flit publish now sends SHA-256 hashes, fixing uploads to GitLab package repositories
The [project] metadata table from PEP 621 is now fully supported and :ref:`documented <pyproject_toml_project>`. Projects using this can now specify requires = ["flit_core >=3.2,<4"] in the [build-system] table.

Version 3.2

Experimental support for specifying metadata in a [project] table in pyproject.toml as specified by PEP 621
Fix writing METADATA file with multi-line information in certain fields such as Author
Fix building wheel when a directory such as LICENSES appears in the project root directory

Version 3.1

Update handling of names & version numbers in wheel filenames and .dist-info folders in line with changes in the specs
Switch from the deprecated pytoml package to toml
Fix specifying backend-path in pyproject.toml for flit-core (as a list instead of a string).

(adam)

2022-01-10 19:16:03 UTC MAIN commitmail json YAML

py-tomli: switch to setup.py generated with flit

(adam)

2022-01-10 19:14:58 UTC MAIN commitmail json YAML

py-tomli_w: added version 1.0.0

Tomli-W is a Python library for writing TOML. It is a write-only counterpart to
Tomli, which is a read-only TOML parser. Tomli-W is fully compatible with TOML
v1.0.0.

(adam)

2022-01-10 18:56:36 UTC MAIN commitmail json YAML

2022-01-10 18:55:37 UTC MAIN commitmail json YAML

2022-01-10 18:54:33 UTC MAIN commitmail json YAML

2022-01-10 18:53:32 UTC MAIN commitmail json YAML

2022-01-10 18:52:28 UTC MAIN commitmail json YAML

2022-01-10 18:51:10 UTC MAIN commitmail json YAML

2022-01-10 18:49:22 UTC MAIN commitmail json YAML

2022-01-10 18:48:23 UTC MAIN commitmail json YAML

2022-01-10 18:46:55 UTC MAIN commitmail json YAML

2022-01-10 18:40:33 UTC MAIN commitmail json YAML

2022-01-10 18:39:40 UTC MAIN commitmail json YAML

2022-01-10 18:39:00 UTC MAIN commitmail json YAML

2022-01-10 18:37:12 UTC MAIN commitmail json YAML

2022-01-10 18:36:18 UTC MAIN commitmail json YAML

2022-01-10 18:34:53 UTC MAIN commitmail json YAML

2022-01-10 18:34:08 UTC MAIN commitmail json YAML

2022-01-10 18:33:26 UTC MAIN commitmail json YAML

py-iowait: fix for python 2.7

(wiz)

2022-01-10 18:32:50 UTC MAIN commitmail json YAML

2022-01-10 18:30:42 UTC MAIN commitmail json YAML

2022-01-10 18:30:09 UTC MAIN commitmail json YAML

py-generate: fix for python 2.7

(wiz)

2022-01-10 18:29:31 UTC MAIN commitmail json YAML

py-filechunkio: fix for python 2.7

(wiz)

2022-01-10 18:28:51 UTC MAIN commitmail json YAML

2022-01-10 18:27:55 UTC MAIN commitmail json YAML

2022-01-10 18:27:04 UTC MAIN commitmail json YAML

py-cooldict: fix for python 2.7

(wiz)

2022-01-10 18:24:48 UTC MAIN commitmail json YAML

2022-01-10 18:23:54 UTC MAIN commitmail json YAML

2022-01-10 18:22:46 UTC MAIN commitmail json YAML

2022-01-10 18:22:05 UTC MAIN commitmail json YAML

2022-01-10 18:20:57 UTC MAIN commitmail json YAML

2022-01-10 18:20:06 UTC MAIN commitmail json YAML

py-IP: fix for python 2.7

(wiz)

2022-01-10 18:19:20 UTC MAIN commitmail json YAML

2022-01-10 18:18:22 UTC MAIN commitmail json YAML

2022-01-10 18:17:44 UTC MAIN commitmail json YAML

doc: Updated net/exabgp to 4.2.17

(wiz)

2022-01-10 18:17:36 UTC MAIN commitmail json YAML

exabgp: update to 4.2.17.

Version 4.2.17
* Feature: add flags ECE, CW and NS to TCP, (not sure if any flowspec implementation uses them) #1053
  reported by: enag11
* Fix: bug with IGP Metric #1056
  patch by: hkml2000

Version 4.2.16
* Fix: bacckport of fix for #1051 tcp-flag operators != and &!= return syntax error
  reported by: enag11

Version 4.2.15
* Fix: #1035 Socket remains in CLOSED state after the interface goes down
  patch: borjam
* Fix: #1041 backport

Version 4.2.14
* Fix: issue reading data from the peer
  reported by: isjerryxiao
* Feature: allow IPv6 redirect
  patch by: rzalamena
* Fix: fix decoding of path information (inbound vs outbound)
  reported by: isjerryxiao

Version 4.2.13
* Fix: issue when there is no route to the peer and the connection looked like it established with the API
  reported by: iddq
* Fix: healthcheck was not ending if/when exabgp did
  reported by: mzealey
* Fix: issue with poller
  reported by: emilstahl97

Version 4.2.12
* Fix: issue with flow fragment (issue #1027)

Version 4.2.11
* Feature: new release code allowing the creation of zipapp

Version 4.2.10:
* Fix: cache invalidation on clear command
patch by: Boris Murashov

Version 4.2.9
* Fix: healthcheck --sudo, --debug and --no-ack are not exclusive
  reported by: sincerywaing

Version 4.2.8:
* Fix: restore python -m exabgp

Version 4.2.7:
* Feature: logging parsing in debug mode will now print the JSON of updates
* Fix: issue during restart
* Fix: add ipv6 mpls to add-path
  patch by: adrian62
* Fix: aggregator parsing when no space are used around ()
  reported by: thomas955
* Fix: high CPU load to do sleeptime in second and not ms
  reported by: Gary Buhrmaster
* Change: BGP-LS TE-RIDs are now reported as a list (as Arista reports more than one)
  patch: tomjshine
* reported: the RIB code so withdraw message before any announce are sent
        this does change the RIB behaviour sending withdrawal when it was not previously
* Fix: bad parsing in some case when capability next-hop was used
  reported: alexejli

Version 4.2.6:
* Fix: prevent the deletion of IP addresses not added by the healthchecker

Version 4.2.5:
* Fix: Fix loopback detection without label issue
  patch by: Ruben Herold

Version 4.2.4:
* Change: display next-hop in flow redirect (fixes a bug with route generation too)
  reported by: Cathal Mooney

Version 4.2.3:
* Fix: issue with sending data toward API
  reported by: jkldgoefgkljefogeg
* Fix: bug in spin prevention (true vs True)
* Fix: peer and local ID for show neighbor commands

Version 4.2.2:
* Fix: issue with new respawn feature breaking the API

Version 4.2.1:
* Feature: use vendored ip_address module for healthcheck
* Feature: respawn option under the process (disable re-starting the api program on failure)
* Feature: support for single announcement for the healthcheck

Version 4.2.0:
* Feature: Support additional sub-type of BGP-Prefix-SID for SRv6-VPN
  patch by: Hiroki SHIROKURA
* Fix: issue with pypi release (can not pip install)
  reported by: Thomas Faivre
* Fix: on 'restart' config could improperly interference with current config which leads to inconsystent state and crash
  patch by: Alexander Petrovsky
* Feature: "rate-limit" (per neighbor) limit the number of BGP message(s) handled per second
* Feature: support draft-ietf-idr-flowspec-redirect-02 (previously only simpson was supported)
  patch by: Eli Lindsey
* Feature: BGP LS IPv6 parsing support
  patch by: Tinus Flagstad
* Feature: healthcheck handle loopback for non-Linux machines
* Fix: use local IP for router-id when the peer is auto-deteted (and not the remote IP)
* Fix: potential python3/python2 bytes vs string issues when generating updates
* Fix: label is mandatory when using RD, force it, and perform better checks on the configuration
* Fix: sending route-refresh message via the API was broken
  reported by: Konrad Zemek
* Fix: make sure exabgpcli does not hang when exabgp.api.ack is set to False
  patch by: basyron
* Fix: not correctly recording AFI for next-hop self use
* Fix: removal of ip address by healthcheck
  patch by: wavezhang
* Fix: healthcheck on ^C during time.sleep, exit gracefully
* Fix: healthcheck do not fail if the IP address exist when we are trying to add it
* Fix: healthcheck correctly remove the IP address on going down if it was added
* Fix: bug when parsing passive keyword alone (was false not true)
* Fix: was not always terminating with error code 0 when all was good
  patch by: badrabubker
* CHANGE: large change to the configuration code (should not have any effect but the devil is in the details)
* CHANGE: using next-hop self could lead to route generated with a IPv6 next-hop in the IPv4 next-hop
  This COULD have been accepted by peers. This version does prevent such generation.
* CHANGE: resolve symlink when reading the file and not when parsing the configuration
  reported by: juise (with alternative patch - thank you)
* CHANGE: the reactor was changed from using select to poll (removing the 1024 limit on connections)
* CHANGE: rewrote setup.py, moving release code into another file

Version 4.1.5:
* Deleted: could not install via pip install

Version 4.1.4:
* Deleted: could not install via pip install

Version 4.1.3:
* Deleted: could not install via pip install

Version 4.1.2
* Feature: exabgpcli autocomplete
* Fix: exabgpcli was not correctly removing data on the pipe in case of issues

Version 4.1.1
* CHANGE: some message are now printed using the log routes option and not parser anymore
* Fix: bug with functional testing code when using python3
  patch by: Cooper Lees
* Fix: bug with ExaBGP cli not working
  reported by: jlixfeld (thank you to Cooper Lees for providing time and a test env. to reproduce)

Version 4.1.0
* CHANGE: when redifining a single parameter option using inheritence the value will be replaced
* CHANGE: FlowSpec TRUE and FALSE value have been updated to use the latest RFC and are therefore inverted from previous versions
* CHANGE: an invalid netmask for a network will now cause ExaBGP to fail the parsing of the route (it can stop ExaBGP from starting with bad routes)
* Feature: support for extended next-hop (RFC 5549)
* Feature: implemented API for "clear adj-rib out" and "flush adj-rib out"
* Fix: regression pointed in #873
  patch: Malcolm Dodds
* Fix: do not crash when trying to be helpful in presenting notification message
  reported by: Adam Jacob Muller
* Fix: issue while handling ranged neighbors
  patch: Wenxin Wang
* Fix: accumulating families when using multiple peers
  patch: Martin Topholm (reviewed)
* Fix: could not reload configuration
  reported by: gbock
* Feature: better RFC5575bis support, better treat as withdraw
  patch: Christoph Loibl
* Fix: Fix issue when using peer ASN discovery
  patch: Zac Medico
* Fix: MD5 encoding
  reported by: Adam Jacob Muller (with an initial idea for a patch)
* Fix: ignore unknown BGP-LS SID
  reported by: MosesN
* Fix: badly deciding when to send or not AddPath from parsing the Capability
  reported by: ivan-balan

(wiz)

2022-01-10 18:06:00 UTC MAIN commitmail json YAML

doc/NEWS: Adjust checksum change to reality

(The previous news item captured an intermediate state.)

(gdt)

2022-01-10 17:42:06 UTC MAIN commitmail json YAML

Added devel/py-deprecated; databases/py-redis

(adam)

2022-01-10 17:41:47 UTC MAIN commitmail json YAML

py-redis: updated to 4.1.0

Version 4.1.0

�泅� New Features

OCSP stapling support
Support for SELECT
Support for specifying error types with retry
Support for RESET command since Redis 6.2.0
Support CLIENT TRACKING
Support WRITE in CLIENT PAUSE
JSON set_file and set_path support
Allow ssl_ca_path with rediss:// urls
Support for password-encrypted SSL private keys
Support SYNC and PSYNC

�汾� Bug Fixes

Retry on error exception and timeout fixes
Fixing read race condition during pubsub
Fixing exception in listen
Fixed MovedError, and stopped iterating through startup nodes when slots are fully covered
Socket not closing after server disconnect
Single sourcing the package version
Ensure redis_connect_func is set on uds connection

�洫ー Maintenance

SRTALGO - Skip for redis versions greater than 7.0.0
Documentation updates
Add CI action to install package from repository commit hash
Fix link in lmove docstring
Disabling JSON.DEBUG tests

Version 4.0.2

�汾� Bug Fixes

Restoring Sentinel commands to redis client
Better removal of hiredis warning

�洫ー Maintenance

Adding links to redis documents in function calls

Version 4.0.1

�汾� Bug Fixes

Removing command on initial connections
Removing hiredis warning when not installed

Version 4.0.0

�泅� New Features

FT.EXPLAINCLI intentionally raising NotImplementedError

�汾� Bug Fixes

Restoring ZRANGE desc for Redis < 6.2.0
Response parsing occasionally fails to parse floats
Re-enabling read-the-docs

�洫ー Maintenance

Call HSET after FT.CREATE to avoid keyspace scan
Unit tests fixes for compatibility
Improve documentation about Locks
Fixes to allow --redis-url to pass through all tests
Fix unit tests running against Redis 4.0.0
Search alias test fix
Adding RediSearch/RedisJSON tests
Updating codecov rules
Tests to validate custom JSON decoders
Added breaking icon to release drafter

(adam)

2022-01-10 17:39:52 UTC MAIN commitmail json YAML

py-deprecated: added version 1.2.13

Python @deprecated decorator to deprecate old python classes, functions or
methods.

(adam)

2022-01-10 17:28:44 UTC MAIN commitmail json YAML

doc: Updated devel/byacc to 20220109

(fcambus)

2022-01-10 17:28:32 UTC MAIN commitmail json YAML

byacc: update to 20220109.

2022-01-09  Thomas E. Dickey  <dickey@invisible-island.net>

* package/debian/changelog, package/debian/watch, package/debian/control:
update to use oldstable-compatible rules/config, for testing version upgrade

* package/byacc.spec, package/mingw-byacc.spec:
use rpmlint, etc., to "update" these to follow Redhat7 and later.
due to incompatbilities in that route, this package will not build with #6.

* reader.c, output.c:
change a few malloc's to calloc's so clang analyzer can see initialized data

* closure.c:
modify address computation in closure.c to avoid undefined behavior on
machines which do not support large offsets (analysis/patch by Jessica Clarke,
cf: 2014-09-17)

* VERSION, package/byacc.spec, package/debian/changelog,
  package/pkgsrc/Makefile:
bump

2022-01-08  Thomas E. Dickey  <dickey@invisible-island.net>

* package/debian/copyright, package/debian/rules:
update to use oldstable-compatible rules/config, for testing version upgrade

2022-01-02  Thomas E. Dickey  <dickey@invisible-island.net>

* package/debian/control: minor fixes adapted from btyacc package

* package/debian/byacc.docs, package/debian/byacc2.prerm,
  package/debian/byacc2.postinst, package/debian/byacc.postinst,
  package/debian/byacc.prerm:
RCS_BASE

* VERSION, package/byacc.spec, package/debian/changelog,
  package/pkgsrc/Makefile:
bump

(fcambus)

2022-01-10 17:05:45 UTC MAIN commitmail json YAML

Updated devel/py-sure, sysutils/py-psutil

(adam)

2022-01-10 17:05:28 UTC MAIN commitmail json YAML

py-psutil: updated to 5.9.0

5.9.0
=====

**Enhancements**

- 1851_, [Linux]: `cpu_freq()`_ is slow on systems with many CPUs. Read current
  frequency values for all CPUs from ``/proc/cpuinfo`` instead of opening many
  files in ``/sys`` fs.  (patch by marxin)
- 1992_: `NoSuchProcess`_ message now specifies if the PID has been reused.
- 1992_: error classes (`NoSuchProcess`_, `AccessDenied`_, etc.) now have a better
  formatted and separated ``__repr__`` and ``__str__`` implementations.
- 1996_, [BSD]: add support for MidnightBSD.  (patch by Saeed Rasooli)
- 1999_, [Linux]: `disk_partitions()`_: convert ``/dev/root`` device (an alias
  used on some Linux distros) to real root device path.
- 2005_: ``PSUTIL_DEBUG`` mode now prints file name and line number of the debug
  messages coming from C extension modules.
- 2042_: rewrite HISTORY.rst to use hyperlinks pointing to psutil API doc.

**Bug fixes**

- 1456_, [macOS], **[critical]**: `cpu_freq()`_ ``min`` and ``max`` are set to
  0 if can't be determined (instead of crashing).
- 1512_, [macOS]: sometimes `Process.connections()`_ will crash with
  ``EOPNOTSUPP`` for one connection; this is now ignored.
- 1598_, [Windows]: `disk_partitions()`_ only returns mountpoints on drives
  where it first finds one.
- 1874_, [SunOS]: swap output error due to incorrect range.
- 1892_, [macOS]: `cpu_freq()`_ broken on Apple M1.
- 1901_, [macOS]: different functions, especially `Process.open_files()`_ and
  `Process.connections()`_, could randomly raise `AccessDenied`_ because the
  internal buffer of ``proc_pidinfo(PROC_PIDLISTFDS)`` syscall was not big enough.
  We now dynamically increase the buffer size until it's big enough instead of
  giving up and raising `AccessDenied`_, which was a fallback to avoid crashing.
- 1904_, [Windows]: ``OpenProcess`` fails with ``ERROR_SUCCESS`` due to
  ``GetLastError()`` called after ``sprintf()``.  (patch by alxchk)
- 1913_, [Linux]: `wait_procs()`_ should catch ``subprocess.TimeoutExpired``
  exception.
- 1919_, [Linux]: `sensors_battery()`_ can raise ``TypeError`` on PureOS.
- 1921_, [Windows]: `swap_memory()`_ shows committed memory instead of swap.
- 1940_, [Linux]: psutil does not handle ``ENAMETOOLONG`` when accessing process
  file descriptors in procfs.  (patch by Nikita Radchenko)
- 1948_, **[critical]**: ``memoize_when_activated`` decorator is not thread-safe.
  (patch by Xuehai Pan)
- 1953_, [Windows], **[critical]**: `disk_partitions()`_ crashes due to
  insufficient buffer len. (patch by MaWe2019)
- 1965_, [Windows], **[critical]**: fix "Fatal Python error: deallocating None"
  when calling `users()`_ multiple times.
- 1980_, [Windows]: 32bit / WoW64 processes fails to read `Process.name()`_ longer
  than 128 characters resulting in `AccessDenied`_. This is now fixed.  (patch
  by PetrPospisil)
- 1991_, **[critical]**: `process_iter()`_ is not thread safe and can raise
  ``TypeError`` if invoked from multiple threads.
- 1956_, [macOS]: `Process.cpu_times()`_ reports incorrect timings on M1 machines.
  (patch by Olivier Dormond)
- 2023_, [Linux]: `cpu_freq()`_ return order is wrong on systems with more than
  9 CPUs.

(adam)

2022-01-10 16:30:34 UTC MAIN commitmail json YAML

py-sure: updated to 2.0.0

2.0.0:
Fixed
No longer patch the builtin dir() function, which fixes pytest in some cases such as projects using gevent.

(adam)

2022-01-10 16:15:53 UTC MAIN commitmail json YAML

Updated security/pcsc-lite, devel/py-scard

(adam)

2022-01-10 16:15:07 UTC MAIN commitmail json YAML

py-scard: updated to 2.0.2

2.0.2 (September 2021)
======================
* Fix an issue in ReaderMonitor() that failed to enumerate readers
  on macOS
* getReaderNames(): handle SCARD_E_SERVICE_STOPPED on Windows
  generated on last reader removal
* Restrict MAX_BUFFER_SIZE_EXTENDED to 65535 and fix an issue on
  Lenovo laptops with NXP NFC readers
* SmartcardException: display a positive PCSC error code

2.0.1 (June 2021)
=================
* Add .reconnect() method to high-level API
* Handle removal of the last reader on Windows
* Fix support of macOS Big Sur
* Use Python3 by default
* Handle bogus ACS ACR122U PICC reader

2.0.0 (September 2020)
======================
* SCardStatus(): Fix a crash in case of PC/SC error
* toASCIIString(): replace non-ASCII char by '.'
* remove i386 (32-bits) support on macOS

(adam)

2022-01-10 16:13:55 UTC MAIN commitmail json YAML

doc: Updated mail/notmuch to 0.34.3

(ryoon)

2022-01-10 16:13:27 UTC MAIN commitmail json YAML

notmuch: Update to 0.34.3

Changelog:
What's new in notmuch 0.34.3
=========================

Library
-------

Do not crash when presented with a .notmuch directory without a
xapian/ subdirectory.

Python Bindings (notmuch2)
--------------------------

Database constructor now searches for configuration by default. Pass
`config=Database.CONFIG.EMPTY` to disable.

The `Message.replies()` method now returns OwnedMessage objects, to
prevent certain memory de-allocation errors.

Fix for importing `notmuch2` module when building bindings
documentation.

(ryoon)

2022-01-10 16:11:53 UTC MAIN commitmail json YAML

pcsc-lite: updated to 1.9.5

1.9.5: Ludovic Rousseau
4 December 2021
- pcscd: autoexit even if no client connects
- Fix variable substitution in systemd units
- fix potential race conditions with powerState handling
- Add and use tag TAG_IFD_DEVICE_REMOVED
- UnitaryTests: port code to Python 3

1.9.4: Ludovic Rousseau
1 October 2021
- fix a memory leak when libusb is used for hotplug (i.e. non-Linux
  systems)

1.9.3: Ludovic Rousseau
6 August 2021
- fix a stupid regression with systemd introduced in the previous version

1.9.2: Ludovic Rousseau
3 August 2021
- improve NetBSD support
- pcsc-spy: version 1.1
  . add option -t|--thread
  . x10 speed increase
  . correctly exit at end-of-file
  . remove, now useless, support of macOS
- systemd:
  . use /etc/default/pcscd as EnvironmentFile
  . use $PCSCD_ARGS to specify more arguments
- SetProtocol: Handle IFD_NOT_SUPPORTED from the driver
- hotplug_libudev.c: sanitize interface name
- pcsc_demo: change licence from GPLv3 to BSD
- use Python 3 for Python scripts (psc-spy, UnitaryTests)
- Some other minor improvements

(adam)

2022-01-10 15:49:20 UTC MAIN commitmail json YAML

doc: Updated www/pear-HTTP_Request2 to 2.5.1

(taca)

2022-01-10 15:48:54 UTC MAIN commitmail json YAML

www/pear-HTTP_Request2: update to 2.5.1

2.5.0 (2020-07-12)

Fixed

* Socket adapter will now retry writing to socket rather than throw an
  exception if `fwrite()` call returns zero written bytes
  https://github.com/pear/HTTP_Request2/issues/23

Changed

* Socket adapter will use only TLS 1.2 and TLS 1.3 (the latter is
  available on PHP 7.4+)
* Upgraded tests for PHPUnit 9 compatibility, PHPUnit Polyfills
  package is used to run them on PHP 5.6 to PHP 8
* Test suite now runs on Github Actions rather than on Travis
* Updated Public Suffix List

2.5.1 (2021-01-06)

* The package runs under PHP 8.1 without `E_DEPRECATED` messages
  https://github.com/pear/HTTP_Request2/issues/25
* Updated Public Suffix List

(taca)

2022-01-10 14:17:04 UTC MAIN commitmail json YAML

doc: Updated security/php-gnupg to 1.5.1

(taca)

2022-01-10 14:16:40 UTC MAIN commitmail json YAML

security/php-gnupg: update to 1.5.1

1.5.1 (2021-12-31)

* Fixed compilation with PHP 8.1
* Fixed build with gpgme 1.4

(taca)

2022-01-10 14:11:43 UTC MAIN commitmail json YAML

doc: Updated net/samba4 to 4.13.16

(taca)

2022-01-10 14:11:16 UTC MAIN commitmail json YAML

net/samba4: update to 4.13.16

                  ===============================
                  Release Notes for Samba 4.13.16
                          January 10, 2022
                  ===============================

This is a security release in order to address the following defects:

o CVE-2021-43566:  mkdir race condition allows share escape in Samba 4.x.
                  https://www.samba.org/samba/security/CVE-2021-43566.html

=======
Details
=======

o  CVE-2021-43566:
  All versions of Samba prior to 4.13.16 are vulnerable to a malicious
  client using an SMB1 or NFS symlink race to allow a directory to be
  created in an area of the server file system not exported under the
  share definition. Note that SMB1 has to be enabled, or the share
  also available via NFS in order for this attack to succeed.

  Clients that have write access to the exported part of the file system
  under a share via SMB1 unix extensions or NFS can create symlinks that
  can race the server by renaming an existing path and then replacing it
  with a symlink. If the client wins the race it can cause the server to
  create a directory under the new symlink target after the exported
  share path check has been done. This new symlink target can point to
  anywhere on the server file system. The authenticated user must have
  permissions to create a directory under the target directory of the
  symlink.

  This is a difficult race to win, but theoretically possible. Note that
  the proof of concept code supplied wins the race only when the server
  is slowed down and put under heavy load. Exploitation of this bug has
  not been seen in the wild.

Changes since 4.13.15
---------------------

o  Jeremy Allison <jra@samba.org>
  * BUG 13979: CVE-2021-43566: mkdir race condition allows share escape in Samba 4.x

(taca)

2022-01-10 11:56:12 UTC MAIN commitmail json YAML

doc: Updated news/flnews to 1.0.1

(micha)

2022-01-10 11:55:09 UTC MAIN commitmail json YAML

news/flnews: Update to 1.0.1

Bug fixes:
- ENC: Off-by-one read from uninitialized data in MIME encoded-word
  decoder fixed.
- GUI: Clickable references are now restored after ROT13 was applied
  twice.
- GUI: Click on "Cancel" button in server configuration window no
  longer creates an error message in the status bar.
- GUI: "Group->Mark subthread read" now redraws the widget and closes
  the processed subthread (reported by Christian Schumacher)
- GUI: Server configuration: Automatically modify service name when TLS
  is enabled/disabled (suggested by Julien ��lie)
- References to legacy configuration path "~/.flnews" fixed in man page

New features and improvements:
- Unicode database updated to version 14.0.0

(micha)

2022-01-10 11:31:16 UTC MAIN commitmail json YAML

Updated devel/py-filelock, devel/py-astroid

(adam)

2022-01-10 11:31:00 UTC MAIN commitmail json YAML

py-astroid: updated to 2.9.3

What's New in astroid 2.9.3?
* Fixed regression where packages without a ``__init__.py`` file were
  not recognized or imported correctly.

(adam)

2022-01-10 11:29:25 UTC MAIN commitmail json YAML

py-filelock: updated to 3.2.1

v3.2.1 (2021-10-02)

Improve documentation
Changed logger name from filelock._api to filelock :pr:`97` - by :user:`hkennyv`

v3.2.0 (2021-09-30)

Raise when trying to acquire in R/O or missing folder :pr:`96` - by :user:`gaborbernat`
Move lock acquire/release log from INFO to DEBUG :pr:`95` - by :user:`gaborbernat`
Fix spelling and remove ignored flake8 checks - by :user:`gaborbernat`
Split main module :pr:`94` - by :user:`gaborbernat`
Move test suite to pytest :pr:`93` - by :user:`gaborbernat`

v3.1.0 (2021-09-27)

Update links for new home at tox-dev :pr:`88` - by :user:`hugovk`
Fixed link to LICENSE file :pr:`63` - by :user:`sharkwouter`
Adopt tox-dev organization best practices :pr:`87` - by :user:`gaborbernat`
Ownership moved from :user:`benediktschmitt` to the tox-dev organization (new primary maintainer :user:`gaborbernat`)

(adam)

2022-01-10 10:08:37 UTC MAIN commitmail json YAML

doc: Updated devel/guile-gcrypt to 0.3.0

(nikita)

2022-01-10 10:08:28 UTC MAIN commitmail json YAML

guile-gcrypt: Update to 0.3.0

No ChangeLog provided by upstream.

(nikita)

2022-01-10 09:13:53 UTC MAIN commitmail json YAML

2022-01-10 09:13:07 UTC MAIN commitmail json YAML

2022-01-10 09:12:31 UTC MAIN commitmail json YAML

2022-01-10 09:11:20 UTC MAIN commitmail json YAML

2022-01-10 09:10:43 UTC MAIN commitmail json YAML

2022-01-10 09:10:00 UTC MAIN commitmail json YAML

2022-01-10 09:09:07 UTC MAIN commitmail json YAML

2022-01-10 09:08:13 UTC MAIN commitmail json YAML

2022-01-10 09:07:17 UTC MAIN commitmail json YAML

2022-01-10 09:06:06 UTC MAIN commitmail json YAML

2022-01-10 09:05:01 UTC MAIN commitmail json YAML

2022-01-10 09:03:53 UTC MAIN commitmail json YAML

2022-01-10 09:00:46 UTC MAIN commitmail json YAML

2022-01-10 09:00:02 UTC MAIN commitmail json YAML

2022-01-10 08:59:05 UTC MAIN commitmail json YAML

2022-01-10 08:57:42 UTC MAIN commitmail json YAML

2022-01-10 08:56:27 UTC MAIN commitmail json YAML

2022-01-10 08:55:48 UTC MAIN commitmail json YAML

2022-01-10 08:54:47 UTC MAIN commitmail json YAML

2022-01-10 08:53:14 UTC MAIN commitmail json YAML

2022-01-10 08:52:16 UTC MAIN commitmail json YAML

2022-01-10 08:51:00 UTC MAIN commitmail json YAML

2022-01-10 08:50:02 UTC MAIN commitmail json YAML

2022-01-10 08:49:06 UTC MAIN commitmail json YAML

2022-01-10 08:48:30 UTC MAIN commitmail json YAML

2022-01-10 08:47:45 UTC MAIN commitmail json YAML

2022-01-10 08:45:56 UTC MAIN commitmail json YAML

2022-01-10 08:45:03 UTC MAIN commitmail json YAML

2022-01-10 08:44:17 UTC MAIN commitmail json YAML

2022-01-10 08:43:23 UTC MAIN commitmail json YAML

2022-01-10 08:41:55 UTC MAIN commitmail json YAML

2022-01-10 08:40:59 UTC MAIN commitmail json YAML

2022-01-10 08:39:32 UTC MAIN commitmail json YAML

2022-01-10 08:38:44 UTC MAIN commitmail json YAML

py-4Suite: remove

Does not build with latest setuptools, last release from 2006,
no upstream

(wiz)

2022-01-10 08:31:01 UTC MAIN commitmail json YAML

2022-01-10 08:30:00 UTC MAIN commitmail json YAML

2022-01-10 08:27:12 UTC MAIN commitmail json YAML

2022-01-10 08:24:11 UTC MAIN commitmail json YAML

2022-01-10 08:21:20 UTC MAIN commitmail json YAML

doc: Updated devel/meld to 3.21.1

(wiz)

2022-01-10 08:21:09 UTC MAIN commitmail json YAML

meld: update to 3.21.1.

Convert to egg.mk

2022-01-07 meld 3.21.1
======================

  UI changes:

  * A new custom per-pane location display widget replaces the standard GTK+
    file chooser button and our existing placeholder path display, including
    actions for opening containing folder and copying file paths (Kai
    Willadsen)
  * Version control comparison has had its action bar modernised in line with
    file and folder comparison (Kai Willadsen)

  Features:

  * The find bar now remembers the previous search across panes (Jack)
  * We show a warning to the user if they're trying to compare a file or
    folder to itself (Jack)
  * Meld no longer uses custom file chooser dialogs, improving portability
    and flatpak behaviour (Mario Aichinger)
  * Two pane comparisons now allow Alt+Right/Left to work in either pane
    (Anatoli Babenia)
  * Certain header bar actions (e.g., conflict navigation, filters) are now
    only shown in their appropriate comparison types (Kai Willadsen)
  * The application title no longer includes the per-comparison label (Kai
    Willadsen)
  * Add a preference for GTK's dark theme support (Kai Willadsen)
  * Retain clipboard contents after exiting Meld (Kai Willadsen)

  Fixes:

  * Fix incorrect detection of FUSE directory comparisons as remote (mscdex)
  * Fix "Open Externally" on Windows for paths with spaces (adam0antium)
  * Fix syntax highlighting in version control by using the correct file
    extension (Alan Suran)
  * Move application icons into the resource bundle (Vasily Galkin)
  * Improved error reporting for invalid change actions (Anatoli Babenia)
  * Fix too-large minimum window size from status bar buttons (Kai Willadsen)
  * Fix Subversion comparsion on Python 3.9 (Kai Willadsen)
  * Fix bad translation source strings with multiple arguments (Kai Willadsen)
  * Fix performance regression in file comparison line splitting logic (Kai
    Willadsen)
  * Fix folder comparison sensitivity breaking when cancelling a scan (Kai
    Willadsen)
  * Fix occasional traceback when closing comparisons (Kai Willadsen)
  * Fix orphaned comparison helper process when quitting (Kai Willadsen)
  * Minor UI fixes:
    * Fix About dialog URL (TotalCaesar659)
    * Update About dialog copyright (Kai Willadsen)
    * The new comparison page now better distinguishes the "Compare" and
      "Blank Comparison" actions (Kai Willadsen)
    * The comparison overview map is now more responsive when dragging (Kai
      Willadsen)
    * The find bar now waits briefly before searching to improve
      responsiveness (Kai Willadsen)
    * The find bar no longer hides when it loses focus (Kai Willadsen)
    * Allow preferences dialog to be resized (Kai Willadsen)
    * Main menu can now be activated with F10
    * Find next/previous can now be activated with F3/Shift+F3 (Kai Willadsen)
  * Windows fixes:
    * Add a MeldConsole.exe executable for running Meld from the console (Kai
      Willadsen)
    * Update Windows build to force all-users installation (Kai Willadsen)
    * Improve default monospace font on Windows (Kai Willadsen)
    * Fix empty line height and fallback fonts by changing the Pango font
      backend to fontconfig on Windows (Kai Willadsen)
    * Add Meld's install directory to the Windows PATH (Kai Willadsen)
    * Add a basic GTK settings.ini for Windows builds (Kai Willadsen)
    * Add the Meld icon to the Windows add/remove programs UI (Kai Willadsen)
    * Fix file comparison holding a directory handle after close (Kai
      Willadsen)
  * Issues fixed: 25, 91, 143, 354, 433, 445, 453, 459, 477, 482, 488, 491,
    499, 502, 526, 530, 539, 541, 557, 561, 564, 565, 571, 579, 590, 603

(wiz)

2022-01-10 08:18:25 UTC MAIN commitmail json YAML

2022-01-10 08:17:28 UTC MAIN commitmail json YAML

2022-01-10 08:15:33 UTC MAIN commitmail json YAML

2022-01-10 08:14:30 UTC MAIN commitmail json YAML

2022-01-10 08:12:40 UTC MAIN commitmail json YAML

2022-01-10 08:11:43 UTC MAIN commitmail json YAML

2022-01-10 08:10:07 UTC MAIN commitmail json YAML

2022-01-10 08:09:06 UTC MAIN commitmail json YAML

2022-01-10 08:08:10 UTC MAIN commitmail json YAML

2022-01-10 08:06:26 UTC MAIN commitmail json YAML

2022-01-10 08:05:24 UTC MAIN commitmail json YAML

2022-01-10 08:04:09 UTC MAIN commitmail json YAML

2022-01-10 08:02:13 UTC MAIN commitmail json YAML

2022-01-10 08:01:01 UTC MAIN commitmail json YAML

2022-01-10 07:59:56 UTC MAIN commitmail json YAML

2022-01-10 07:59:03 UTC MAIN commitmail json YAML

2022-01-10 07:57:59 UTC MAIN commitmail json YAML

2022-01-10 07:56:49 UTC MAIN commitmail json YAML

2022-01-10 07:55:48 UTC MAIN commitmail json YAML

2022-01-10 07:55:00 UTC MAIN commitmail json YAML

2022-01-10 07:53:41 UTC MAIN commitmail json YAML

py-ipython5: convert to egg.mk

Simplify PLIST, this is python 2.7 only

(wiz)

2022-01-10 07:52:20 UTC MAIN commitmail json YAML

2022-01-10 07:50:49 UTC MAIN commitmail json YAML

2022-01-10 07:49:44 UTC MAIN commitmail json YAML

2022-01-10 07:48:08 UTC MAIN commitmail json YAML

2022-01-10 07:47:23 UTC MAIN commitmail json YAML

2022-01-10 07:45:22 UTC MAIN commitmail json YAML

2022-01-10 07:44:25 UTC MAIN commitmail json YAML

driconf: convert to egg.mk

Consider removing this - last upstream release in 2005...

(wiz)

2022-01-10 07:42:00 UTC MAIN commitmail json YAML

2022-01-10 07:37:36 UTC MAIN commitmail json YAML

2022-01-10 02:31:05 UTC MAIN commitmail json YAML

doc: Added security/hashcat version 6.2.5

(khorben)

2022-01-10 02:30:41 UTC MAIN commitmail json YAML

2022-01-10 02:30:23 UTC MAIN commitmail json YAML

hashcat: import version 6.2.5

hashcat is the world's fastest and most advanced password recovery
utility, supporting five unique modes of attack for over 160
highly-optimized hashing algorithms. hashcat currently supports
CPU's, GPU's other hardware-accelerators on Linux, Windows and OSX,
and has facilities to help enable distributed password cracking.

>From pkgsrc-wip, original packaging by adam@; thanks!

(khorben)

2022-01-10 02:10:04 UTC MAIN commitmail json YAML

wasi-libcxx: carry over wasi-compiler-rt fix for Firefox builds

Also apply tnn@'s workaround in wasi-compiler-rt here, as related
failures have been observed due to this package. See PR pkg/56590.
(Tested with multiple iterations on NetBSD 9.2_STABLE.)

(gutteridge)

2022-01-10 01:46:47 UTC MAIN commitmail json YAML

2022-01-10 01:25:24 UTC MAIN commitmail json YAML

doc: Update boost packages to 1.78.0

(ryoon)

2022-01-10 01:23:31 UTC MAIN commitmail json YAML

boost: Update to 1.78.0

Changelog:
Version 1.78.0

Known Issues

These are patches from library authors which were found too late to be fixed in
the release.

  * Boost.Build silently skips installation of library headers and binaries in
    some cases, see #104.
      + Fixed in PR#113, patch.
  * Boost.Atomic fails to build when targeting UWP, see #54. Patch.

New Libraries

  * No new libraries.

Updated Libraries

  * Asio:
      + Added an io_uring backend that may optionally be used for all I/O
        objects, including sockets, timers, and posix descriptors.
      + Added support for files, with new new classes for stream-oriented and
        random-access files. This feature currently supports I/O completion
        ports on Windows, and io_uring on Linux.
      + Added support for portable pipes on POSIX and Windows (when I/O
        completion ports are available).
      + Added support for registered buffers, which are optimised when using
        the io_uring backend.
      + Added experimental support for channels, that may be used to send and
        queue completions as messages.
      + Implemented improvements to experimental::coro.
      + Disabled aligned_alloc on clang when using an MSVC runtime.
      + Changed to use a faster implementation for ip::network_v4::canonical().
      + Added template specialisations for common uses to improve compile time.
      + Reduced the size of io_context executors to a single pointer.
      + Increased the small object buffer size for execution::any_executor and
        any_io_executor.
      + Fixed multi-signature handling when variadic templates are disabled.
      + Fixed compatibility with new versions of gcc and clang.
      + Fixed compilation on Solaris.
      + Fixed defence against Qt-defined macros when building with MSVC.
      + Improved error messages emitted by ssl facilities.
      + Fixed bind_executor compatibility with completion tokens.
      + Fixed build errors when BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT is
        defined.
      + Added missing move assignment operator to awaitable<>.
      + Fixed an access violation when using coroutines with MSVC, due to
        incorrect alignment of allocated memory.
      + Fixed a cleanup issue in experimental::parallel_group that occured when
        the execution context was shut down with parallel operations still
        pending.
      + Added clarifications to the documentation on concurrency hints.
      + Added documentation on error handling techniques for C++20 coroutines.
      + Fixed various warnings.
      + Consult the Revision History for further details.
  * Assert:
      + Added source_location::to_string.
  * Atomic:
      + Use process-local futex operations on Android for non-IPC waiting and
        notifying operations.
      + Added support for Linux targets that only define SYS_futex_time64
        syscall, such as riscv32.
      + Added a workaround for incorrect result of std::alignment_of on clang 8
        for 64-bit types on 32-bit x86 targets.
      + Added a ulock backend for waiting and notifying operations on Darwin
        systems since Mac OS 10.12, iOS 10.0, tvOS 10.0 or watchOS 3.0.
      + On Windows, corrected discrepancy between atomic-type
        ::always_has_native_wait_notify and the corresponding capability macros
        when targeting Windows 8 or later. The library will now directly use
        WaitOnAddress and related APIs from public headers and therefore
        require user to link with synchronization.lib if the user requires
        Windows 8 or later by defining BOOST_USE_WINAPI_VERSION, _WIN32_WINNT
        or similar macros. The library is linked automatically on compilers
        that support auto-linking (e.g. MSVC).
      + Added support for types with padding bits, except unions, on compilers
        that provide a way to clear the padding bits. This feature is supported
        by gcc 11 and MSVC 14.2 (compiler version 19.27) and newer, as well as
        other compilers supporting similar intrinsics. On compilers that don't
        allow to clear the padding bits, types with padding are still generally
        not supported with the exception of 80-bit long double on x86 targets.
        A new BOOST_ATOMIC_NO_CLEAR_PADDING capability macro is defined to
        indicate when clearing the padding is not supported.
      + Initializing constructors of atomic_ref and ipc_atomic_ref no longer
        use atomic instructions to clear the padding bits in the referenced
        object. This reduces the cost of the atomic reference construction.
      + Initializing constructors of atomic and ipc_atomic are now constexpr
        for enums, classes and floating point types. For classes and floating
        point types, the constructors are constexpr if the compiler supports
        constexpr std::bit_cast, the type has no padding bytes and no padding
        is required to implement native atomic operations.
      + In accordance with C++20, default constructors of atomic and ipc_atomic
        now perform value initialization of the contained object. For types
        without a user-defined default constructor, this means the
        default-constructed atomic will be zero-initialized.
      + Added a workaround for compilation error on AIX caused by the assembler
        tool not supporting numeric labels. (PR#50)
      + Added a workaround for compilation error with Visual Studio 2015 prior
        to Update 3. (#52)
      + See changelog for more details.
  * Beast:
      + This maintenance update brings minor bug fixes and updated CI
        reporting.
      + Fixed security vulnerability CVE-2016-9840 in zlib implementation.
      + Fixed WebSocket permessage_deflate implementation. This should result
        in an increase in compression performance when using Beast WebSockets.
      + Removed the test stream and test framework's dependency on RTTI. You
        can now use our handy test stream to check your embedded asynchronous
        communications code!
      + We'd love to know how you or your company use Beast, consider adding an
        entry to the Companies and Individuals Using Beast list.
      + See the full Release Notes for a complete list of changes.
  * Core:
      + Added a generic implementation to <boost/core/cmath.hpp>, enabled when
        BOOST_CORE_USE_GENERIC_CMATH is defined or when the platform does not
        provide the necessary facilities in <cmath>.
      + Added boost::core::type_name, a utility function that returns the name
        of a type as a string.
      + Added boost::span, a C++11 implementation of C++20's std::span (Glen
        Fernandes).
  * Describe:
      + Added has_describe_enumerators, has_describe_bases,
        has_describe_members.
      + Added enum_to_string, enum_from_string.
      + Added relational and stream insertion operators.
      + Added descriptor_by_name, descriptor_by_pointer.
  * DLL:
      + Fixed missing #include, thanks to Denis Blank (PR#54)
      + Dropped TravisCI in favor of GithubAction CI
  * Filesystem:
      + v4: path::filename and path::iterator no longer return an implicit
        trailing dot (".") element if the path ends with a directory separator.
        Instead, an empty path is returned, similar to C++17 std::filesystem.
        This also affects other methods that are defined in terms of iterators
        or filename, such as path::stem, path::compare or
        lexicographical_compare. For example, path("a/b/") == path("a/b/.") no
        longer holds true. (#193)
      + v4: path::lexically_normal no longer produce a trailing dot (".")
        element and omits a directory separator after a trailing dot-dot ("..")
        element in the normalized paths.
      + v4: path append operations now consider root name and root directory in
        the appended path. If the appended path is absolute, or root name is
        present and differs from the source path, the resulting path is
        equivalent to the appended path. If root directory is present, the
        result is the root directory and relative path rebased on top of the
        root name of the source path. Otherwise, the behavior is similar to v3.
        (#214)
      + path::lexically_normal now converts directory separators to preferred
        separators in the root name of the normalized paths.
      + Optimized overloads of path::assign, path::append, path::concat and the
        corresponding operators to avoid unnecessary path copying and reduce
        the amount of code redundancy.
      + On POSIX systems, fixed absolute(p, base) returning a path with root
        name base.root_name() if p starts with a root directory. In such a case
        p is already an absolute path and should be returned as is.
      + create_directories no longer reports an error if the input path
        consists entirely of dot (".") and dot-dot ("..") elements. The
        implementation is no longer using recursion internally and therefore is
        better protected from stack overflow on extremely long paths.
      + On Windows, remove now supports deleting read-only files. The operation
        will attempt to reset the read-only attribute prior to removal. Note
        that this introduces a possibility of the read-only attribute being
        left unset, if the operation fails and the original value of the
        attribute fails to be restored. This also affects remove_all. (#216)
      + remove_all now returns static_cast< uintmax_t >(-1) in case of error,
        similar to C++17 std::filesystem.
      + Fixed a linking error about unresolved references to
        Boost.ContainerHash functions when user's code includes boost/
        filesystem/path.hpp but not boost/container_hash/hash.hpp and the
        compiler is set to preserve unused inline functions. (#215)
      + Added a workaround for MSVC and compatible compilers eliminating path
        globals cleanup in release builds. This could lead to a memory leak if
        Boost.Filesystem shared library was repeatedly loaded and unloaded in
        the process. (#217)
  * Geometry:
      + Improvements
          o PR#894 Optimization and refactoring of rtree queries.
          o PR#913 DynamicGeometry and GeometryCollection support in various
            algorithms (undocumented for now).
          o PR#922 DynamicGeometry and GeometryCollection support in distance
            (undocumented for now).
      + Solved issues
          o #867 Poor performance of rtree query iterator with nearest
            predicate for big k.
          o #870 Compilation error in boost::geometry::self_turns.
          o #896 Assertion failure in get_turns with
            BOOST_GEOMETRY_NO_ROBUSTNESS.
      + Bugfixes
          o PR#906 Invalid result of buffer on macos-11 with clang-12.
          o PR#921 Compilation errors with c++20 (various compilers) and gcc-5.
          o Various fixes in set operations and buffer.
  * JSON:
      + Standalone mode of the library is deprecated.
      + Allow external libraries to forward declare value_to and value_from.
      + Fixed signed integer overflow in number parsing.
      + Add support for /Zc:implicitNoexcept- on MSVC.
  * Lambda2:
      + Added special cases in operator<< and operator>> when the first
        argument is a stream, to allow std::cout << _1.
      + Added operator->*.
      + Added first, second.
  * Log:
      + General changes:
          o Updated detection of std::codecvt specializations for char16_t and
            char32_t for compatibility with C++17 and later. (PR#159)
          o Added support for C++17 std::byte type to receive methods of the
            inter-process message queue.
          o On Windows, when building the library for Windows 8 or later, the
            library will use nt62 tag in the version namespace to denote the
            target OS ABI. For example, the version namespace could be named as
            v2_mt_nt62. This name will be part of all symbols exported by the
            library. Use the BOOST_USE_WINAPI_VERSION macro consistenly when
            building Boost and your code to request the minimum target Windows
            version.
          o Improved performance of SSSE3 and AVX2 implementations of the dump
            stream manipulator.
          o Added support for CMake build system. Only library build is
            supported at this moment, Boost.Build is still used for running
            tests.
      + Bug fixes:
          o Fixed a race condition on POSIX systems in reliable_message_queue::
            open_or_create or the equivalent constructor. Multiple threads or
            processes calling open_or_create concurrently with sending or
            receiving messages from the same queue could end up corrupting the
            queue contents and potentially crashing the process. (#162)
          o Added a workaround for b2 install failing on Windows because of
            missing boost_log_setup library if
            BOOST_LOG_WITHOUT_SETTINGS_PARSERS is defined. (#164)
      + See changelog for more details.
  * Math:
      + Add support for cubic roots.
      + Add support for constexpr versions of various standard library math
        routines.
      + Add support for Bezier polynomials.
      + Improve worst-case tanh-sinh integration performance.
      + Disable inadvertant use of integral types in integration routines.
      + Minor update for erf approximations when the result is with 2ulp of 1.
      + Allow Bernoulli code to be used on platforms with no atomic integers.
      + Improve the mode of the non-central Chi Squared distribution.
      + Improve certain edge cases for <cstdfloat> complex-valued elementary
        functions, see #507.
  * Multi-index Containers:
      + Added contains to key-based indices (issue #35).
      + Added merge operations to key-based indices. The functionality goes
        beyond the standard specification for (unordered) associative
        containers in a number of ways, most notably:
          o The source index can be of any type, including non key-based
            indices.
          o Partial merge is provided: for instance, x.merge(y,first,last)
            merges only the elements of y within [first,last).
      + Previous versions of splice for sequenced and random access indices
        were destructive, i.e. elements were copy-inserted into the destination
        and then erased from the source. Now, splice is based on node transfer
        much as merge in key-based indices, and has been similarly extended to
        accept source indices of any type: in fact, splice can be regarded as a
        frontend to the same functionality provided by merge in key-based
        indices. For reasons of backwards compatibility, the destructive
        behavior of splice has been retained in the case that the source and
        destination containers have unequal allocators.
      + The fact has been documented that index iterator types do only depend
        on node_type and the position of the index in its multi_index_container
        , (except for hashed indices, where uniqueness/non-uniqueness is also a
        dependency). This has implications on the validity of iterators to
        elements transferred by merge or splice. This property is a variant of
        what has been called SCARY iterators in the C++ standard mailing lists.
        SCARYness is currently (August 2021) not mandated for standard
        containers.
      + Iterator SCARYness is now also preserved in safe mode.
  * Multiprecision:
      + Rework rational_adaptor to remove dependency on Boost.Rational and
        improve performance.
      + Fix issue with type_traits and clang, see #383.
      + Fixed buggy Lehmer's GCD routine, see #370.
      + Fix mpc_complex constructors so that lossy conversions are explicit,
        see #363.
      + Correct miscellaneous configuration issues (Intel intrinsic usage and
        Apple clang).
      + Correct some iostream operators for unsigned char types.
      + Correct mpq_rational conversions to integer types, see #342.
  * PFR:
      + Added missing #include <memory> for inclusion of std::addressof
      + Fixed -Wzero-length-array warning when dealing with empty aggregates
      + Fixed compilation on msvc compilers <= 1920 (thanks to Alexey Romanov
        aka @alexey-romanov)
      + Added basic CMakeLists.txt support (thanks to @pdimov aka Peter Dimov)
      + Multiple improvements for docs, including links to https://github.com/
        apolukhin/pfr_non_boost
      + Added misc/strip_boost_namespace.sh script to remove boost:: and BOOST_
        prefixes
  * Predef:
      + Version 1.13.1
      + Fix spelling of "epoch".
      + Add missing parenthesis in sparc.h (from tkoecker).
      + Update documentation to use Rouge code styling and Amber general style.
  * Regex:
      + Breaking Change: Change \B to be the opposite of \b as per Perl
        behaviour.
      + Change w32_regex_traits.hpp so that windows.h is no longer included.
      + Fxed fuzzing related issues #151, #152, #153, #156.
  * System:
      + Added support for source locations to error_code.
      + Added error_code::to_string, error_condition::to_string, error_code::
        what.
      + system_error::what() now contains the source location, if present.
      + Added result<T, E = error_code>, a class holding either a value or an
        error, defined in <boost/system/result.hpp>.
  * Utility:
      + Library documentation converted to QuickBook (thanks to Alan de
        Freitas, PR#79).
  * Variant2:
      + Added <boost/variant2.hpp>.
      + Added unsafe_get<I>.
      + Added visit_by_index.
      + Added operator<<.

Updated Tools

  * Build:
      + Includes release of B2 version 4.7.2.

(ryoon)

2022-01-10 00:50:47 UTC MAIN commitmail json YAML

2022-01-10 00:40:47 UTC MAIN commitmail json YAML

2022-01-10 00:00:05 UTC MAIN commitmail json YAML

wasi-libc: fix build on SunOS

(tnn)

2022-01-09 23:59:35 UTC MAIN commitmail json YAML

The need for php-mysql seems to have vanished a long time ago.  This package
is quite happy to use php-mysqlnd, which in turn is a built-in component
of all versions of PHP in Pkgsrc.

Drop the dependency, and therefore expand the PHP_VERSIONS_ACCEPTED
constraint.

ZoneMinder 1.29.0 seems to work fine on at least PHP 5.6 and 7.4.

Under PHP 8.0 it is logging at Error level type errors out of skin.js.

Under PHP 8.1 it is logging at Panic level that strftime is deprecated.

Bump PKGREVISION.

(dsainty)

2022-01-09 23:42:03 UTC MAIN commitmail json YAML

Fix packages that use GITSUB_MODULES on SunOS and possibly others

This is annoying, but for now we must always explicitly combine
GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar.

This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1
and that is not supported by nbtar(pax), which is the default pkgsrc
tar on some platforms. We cannot override EXTRACT_USING in github.mk
because that is too late.

We should switch all platforms to bsdtar and retire pax.

(tnn)

2022-01-09 23:20:59 UTC MAIN commitmail json YAML

libcxx: don't try to use sys/localedef.h on SunOS if nonexistent

(tnn)

2022-01-09 23:17:21 UTC MAIN commitmail json YAML

doc: Updated textproc/bat to 0.19.0

(fox)

2022-01-09 23:16:43 UTC MAIN commitmail json YAML

textproc/bat: Updates to 0.19.0

Changes since 0.18.2:

v0.19.0

Performance

* Reduce startup time in loop-through mode (e.g. when redirecting output) by
  90%. See #1747 (@Enselic)
* Load themes lazily to make bat start 25% faster when disregarding syntax load
  time. See #1969 (@Enselic)
* Python syntax highlighting no longer suffers from abysmal performance in
  specific scenarios. See #1688 (@keith-hall)
* Fix for poor performance when ANSI escape sequences are piped to bat, see
  #1596 (@eth-p)
* Fix for incorrect handling of ANSI escape sequences when using --wrap=never,
  see #1596 (@eth-p)
* Load custom assets as fast as integrated assets, see #1753 (@Enselic)

Features

* Support for x:-delta (minus) syntax in line ranges (e.g. 20:-10). See #1901
  (@bojan88)
* Support for --ignored-suffix argument. See #1892 (@bojan88)
* $BAT_CONFIG_DIR is now a recognized environment variable. It has precedence
  over $XDG_CONFIG_HOME, see #1727 (@billrisher)
* Support for x:+delta syntax in line ranges (e.g. 20:+10). See #1810
  (@bojan88)
* Add new --acknowledgements option that gives credit to theme and syntax
  definition authors. See #1971 (@Enselic)
* Include git hash in bat -V and bat --version output if present. See #1921
  (@Enselic)

Bugfixes

* First line not shown in diff context. See #1891 (@divagant-martian)
* Do not ignore syntaxes that handle file names with a *.conf extension. See
  #1703 (@cbolgiano)

Other

* Add PowerShell completion, see #1826 (@rashil2000)
* Minimum supported Rust version (MSRV) bumped to 1.51, see #1994 (@mdibaiee)

Syntaxes

* Groff, see #1685 (@scop)
* HTTP Requests and Responses, see #1748 (@keith-hall)
* LLVM, see #1777 (@ioncodes)
* Highlight for vimrc and gvimrc files, see #1763 (@SuperSandro2000)
* Syslog highlighting improvements, see #1793 (@scop)
* Added support for slim syntax, see #1693 (@mfinelli)
* Racket, see #1884 (@jubnzv)
* LiveScript, see #1915 (@Enselic)
* MediaWiki, see #1925 (@sorairolake)
* The requirements.txt syntax has been removed due to incompatible license
  requirements.
* Dart, new highlighter, see #1959 (@Ersikan)
* SCSS and Sass syntaxes updated, see #1766 (@Enselic)
* PowerShell syntax updated, see #1935 (@Enselic)
* TypeScript syntax updated, see #1834 (@Enselic)

bat as a library

* Deprecate HighlightingAssets::syntaxes() and
  HighlightingAssets::syntax_for_file_name(). Use
  HighlightingAssets::get_syntaxes() and
  HighlightingAssets::get_syntax_for_path() instead. They return a Result which
  is needed for upcoming lazy-loading work to improve startup performance. They
  also return which SyntaxSet the returned SyntaxReference belongs to. See
  #1747, #1755, #1776, #1862 (@Enselic)
* Remove HighlightingAssets::from_files and
  HighlightingAssets::save_to_cache. Instead of calling the former and then the
  latter you now make a single call to bat::assets::build. See #1802, #1971
  (@Enselic)
* Replace the error::Error(error::ErrorKind, _) struct and enum with an
  error::Error enum. Error(ErrorKind::UnknownSyntax, _) becomes
  Error::UnknownSyntax, etc. Also remove the error::ResultExt trait. These
  changes stem from replacing error-chain with thiserror. See #1820 (@Enselic)
* Add new MappingTarget enum variant MapExtensionToUnknown. Refer to its
  documentation for more information. Also mark MappingTarget as
  #[non_exhaustive] since more enum variants might be added in the future. See
  #1703 (@cbolgiano), #2012 (@Enselic)

v0.18.3

Bugfixes

* Bump git2 dependency to fix build with Rust 1.54, see #1761

(fox)

2022-01-09 22:31:57 UTC MAIN commitmail json YAML

pciutils: fix build on SunOS, no symbol versioning available

lspci still says:
> lspci: Cannot find any working access method.

But at least it won't hold up the 28 packages that depend on this.

(tnn)

2022-01-09 22:03:17 UTC MAIN commitmail json YAML

2022-01-09 20:11:13 UTC pkgsrc-2021Q4 commitmail json YAML

2022-01-09 20:10:56 UTC pkgsrc-2021Q4 commitmail json YAML

Pullup ticket #6560 - requested by tnn
lang/wasi-compiler-rt: build fix
lang/wasi-libc: build fix
lang/wasi-libcxx: build fix

Revisions pulled up:
- lang/wasi-compiler-rt/Makefile                                1.4-1.8
- lang/wasi-libc/Makefile                                      1.4-1.5
- lang/wasi-libcxx/Makefile                                    1.5-1.7

---
  Module Name: pkgsrc
  Committed By: tnn
  Date: Fri Jan  7 13:32:48 UTC 2022

  Modified Files:
  pkgsrc/lang/wasi-compiler-rt: Makefile
  pkgsrc/lang/wasi-libc: Makefile
  pkgsrc/lang/wasi-libcxx: Makefile

  Log Message:
  wasi-*: force ABI=32

  These packages were failing when ABI=64 in mk.conf, because then -m64 is
  passed down to clang and WebAssembly currently only supports -m32.

---
  Module Name: pkgsrc
  Committed By: tnn
  Date: Fri Jan  7 13:51:05 UTC 2022

  Modified Files:
  pkgsrc/lang/wasi-compiler-rt: Makefile

  Log Message:
  wasi-compiler-rt: don't circumvent pkgsrc wrappers

  Fixes build failure on Linux due to BUILDLINK_TRANSFORM not kicking in.

---
  Module Name: pkgsrc
  Committed By: tnn
  Date: Fri Jan  7 14:33:43 UTC 2022

  Modified Files:
  pkgsrc/lang/wasi-compiler-rt: Makefile
  pkgsrc/lang/wasi-libcxx: Makefile

  Log Message:
  wasi-*: fix build failure when package already installed

  Only use headers that pkgsrc has permitted via buildlink.

---
  Module Name: pkgsrc
  Committed By: tnn
  Date: Fri Jan  7 15:49:53 UTC 2022

  Modified Files:
  pkgsrc/lang/wasi-compiler-rt: Makefile
  pkgsrc/lang/wasi-libc: Makefile
  pkgsrc/lang/wasi-libcxx: Makefile

  Log Message:
  wasi-*: eliminate -march and/or -mcpu CFLAGS user might have set

  Random CFLAGS from mk.conf are not a good idea in a cross compile scenario.
  Also reset ABI to empty string since -m32 can break some native CMake tests.

---
  Module Name: pkgsrc
  Committed By: tnn
  Date: Fri Jan  7 20:24:40 UTC 2022

  Modified Files:
  pkgsrc/lang/wasi-compiler-rt: Makefile

  Log Message:
  wasi-compiler-rt: apply band-aid for ranlib error in www/firefox

(bsiegert)

2022-01-09 20:10:41 UTC MAIN commitmail json YAML

2022-01-09 20:07:00 UTC MAIN commitmail json YAML

libffi: define FFI_MMAP_EXEC_WRIT for Solaris

GCC via pkgsrc set the vendor part of the target triplet to sun for Solaris.

(tm)

2022-01-09 20:06:05 UTC MAIN commitmail json YAML

2022-01-09 19:55:13 UTC MAIN commitmail json YAML

doc: Updated lang/go117 to 1.17.6

(bsiegert)

2022-01-09 19:54:47 UTC MAIN commitmail json YAML

Update go117 to 1.17.6.

go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker,
runtime, and the crypto/x509, net/http, and reflect packages. See the Go 1.17.6
milestone on our issue tracker for details.

(bsiegert)

2022-01-09 19:19:47 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.13.0

(tsutsui)

2022-01-09 19:19:23 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.13.0.

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

1.13.0 / 2022-01-06

Notes

Ruby

This release introduces native gem support for Ruby 3.1. Please note that
Windows users should use the x64-mingw-ucrt platform gem for Ruby 3.1, and
x64-mingw32 for Ruby 2.6-3.0 (see RubyInstaller 3.1.0 release notes).

This release ends support for:

  * Ruby 2.5, for which official support ended 2021-03-31.
  * JRuby 9.2, which is a Ruby 2.5-compatible release.

Faster, more reliable installation: Native Gem for ARM64 Linux

This version of Nokogiri ships experimental native gem support for the
aarch64-linux platform, which should support AWS Graviton and other ARM Linux
platforms. We don't yet have CI running for this platform, and so we're
interested in hearing back from y'all whether this is working, and what
problems you're seeing. Please send us feedback here: Feedback: Have you used
the aarch64-linux native gem?

Publishing

This version of Nokogiri opts-in to the "MFA required to publish" setting on
Rubygems.org. This and all future Nokogiri gem files must be published to
Rubygems by an account with multi-factor authentication enabled. This should
provide some additional protection against supply-chain attacks.

A related discussion about Trust exists at #2357 in which I invite you to
participate if you have feelings or opinions on this topic.

Dependencies

  * [CRuby] Vendored libiconv is updated from 1.15 to 1.16. (Note that libiconv
    is only redistributed in the native windows and native darwin gems, see
    LICENSE-DEPENDENCIES.md for more information.) [#2206]
  * [CRuby] Upgrade mini_portile2 dependency from ~> 2.6.1 to ~> 2.7.0. ("ruby"
    platform gem only.)

Improved

  * {XML,HTML4}::DocumentFragment constructors all now take an optional parse
    options parameter or block (similar to Document constructors). [#1692]
    (Thanks, @JackMc!)
  * Nokogiri::CSS.xpath_for allows an XPathVisitor to be injected, for
    finer-grained control over how CSS queries are translated into XPath.
  * [CRuby] XML::Reader#encoding will return the encoding detected by the
    parser when it's not passed to the constructor. [#980]
  * [CRuby] Handle abruptly-closed HTML comments as recommended by WHATWG.
    (Thanks to tehryanx for reporting!)
  * [CRuby] Node#line is no longer capped at 65535. libxml v2.9.0 and later
    support a new parse option, exposed as
    Nokogiri::XML::ParseOptions::PARSE_BIG_LINES, which is turned on by default
    in ParseOptions::DEFAULT_{XML,XSLT,HTML,SCHEMA} (Note that JRuby already
    supported large line numbers.) [#1764, #1493, #1617, #1505, #1003, #533]
  * [CRuby] If a cycle is introduced when reparenting a node (i.e., the node
    becomes its own ancestor), a RuntimeError is raised. libxml2 does no
    checking for this, which means cycles would otherwise result in infinite
    loops on subsequent operations. (Note that JRuby already did this.) [#1912]
  * [CRuby] Source builds will download zlib and libiconv via HTTPS. ("ruby"
    platform gem only.) [#2391] (Thanks, @jmartin-r7!)
  * [JRuby] Node#line behavior has been modified to return the line number of
    the node in the final DOM structure. This behavior is different from CRuby,
    which returns the node's position in the input string. Ideally the two
    implementations would be the same, but at least is now officially
    documented and tested. The real-world impact of this change is that the
    value returned in JRuby is greater by 1 to account for the XML prolog in
    the output. [#2380] (Thanks, @dabdine!)

Fixed

  * CSS queries on HTML5 documents now correctly match foreign elements (SVG,
    MathML) when namespaces are not specified in the query. [#2376]
  * XML::Builder blocks restore context properly when exceptions are raised.
    [#2372] (Thanks, @ric2b and @rinthedev!)
  * The Nokogiri::CSS::Parser cache now uses the XPathVisitor configuration as
    part of the cache key, preventing incorrect cache results from being
    returned when multiple XPathVisitor options are being used.
  * Error recovery from in-context parsing (e.g., Node#parse) now always uses
    the correct DocumentFragment class. Previously
    Nokogiri::HTML4::DocumentFragment was always used, even for XML documents.
    [#1158]
  * DocumentFragment#> now works properly, matching a CSS selector against only
    the fragment roots. [#1857]
  * XML::DocumentFragment#errors now correctly contains any parsing errors
    encountered. Previously this was always empty. (Note that
    HTML::DocumentFragment#errors already did this.)
  * [CRuby] Fix memory leak in Document#canonicalize when inclusive namespaces
    are passed in. [#2345]
  * [CRuby] Fix memory leak in Document#canonicalize when an argument type
    error is raised. [#2345]
  * [CRuby] Fix memory leak in EncodingHandler where iconv handlers were not
    being cleaned up. [#2345]
  * [CRuby] Fix memory leak in XPath custom handlers where string arguments
    were not being cleaned up. [#2345]
  * [CRuby] Fix memory leak in Reader#base_uri where the string returned by
    libxml2 was not freed. [#2347]
  * [JRuby] Deleting a Namespace from a NodeSet no longer modifies the href to
    be the default namespace URL.
  * [JRuby] Fix XHTML formatting of closing tags for non-container elements.
    [#2355]

Deprecated

  * Passing a Nokogiri::XML::Node as the second parameter to Node.new is
    deprecated and will generate a warning. This parameter should be a kind of
    Nokogiri::XML::Document. This will become an error in a future version of
    Nokogiri. [#975]
  * Nokogiri::CSS::Parser, Nokogiri::CSS::Tokenizer, and Nokogiri::CSS::Node
    are now internal-only APIs that are no longer documented, and should not be
    considered stable. With the introduction of XPathVisitor injection into
    Nokogiri::CSS.xpath_for there should be no reason to rely on these internal
    APIs.
  * CSS-to-XPath utility classes Nokogiri::CSS::XPathVisitorAlwaysUseBuiltins
    and XPathVisitorOptimallyUseBuiltins are deprecated. Prefer
    Nokogiri::CSS::XPathVisitor with appropriate constructor arguments. These
    classes will be removed in a future version of Nokogiri.

(tsutsui)

2022-01-09 19:19:11 UTC MAIN commitmail json YAML

doc: Updated lang/go116 to 1.16.13

(bsiegert)

2022-01-09 19:18:52 UTC MAIN commitmail json YAML

Update go116 to 1.16.13.

go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker,
runtime, and the net/http package. See the Go 1.16.13 milestone on our issue
tracker for details.

(bsiegert)

2022-01-09 18:51:21 UTC MAIN commitmail json YAML

2022-01-09 17:36:52 UTC MAIN commitmail json YAML

SunOS: add native tool paths for xz & xzcat

Spotted on OpenIndiana, provided by compress/xz pkg

(tnn)

2022-01-09 17:30:30 UTC MAIN commitmail json YAML

Fix an upstream bug: truncate() writes a wrong file size in the header

The upstream has disappeared. We can't send the patch anywhere.

(pho)

2022-01-09 16:33:20 UTC MAIN commitmail json YAML

2022-01-09 16:31:09 UTC MAIN commitmail json YAML

misc/calibre: commit distinfo too.

(rhialto)

2022-01-09 16:27:59 UTC MAIN commitmail json YAML

2022-01-09 16:26:31 UTC MAIN commitmail json YAML

misc/calibre: update to 4.23.0.

This is the last of the 4.x versions.
Changes: too many to list; see included Changelog.yaml.
There is a big change in included mathjax files, but the Changelog.yaml
doesn't seem to mention that.

(rhialto)

2022-01-09 16:21:53 UTC MAIN commitmail json YAML

doc: Updated editors/zim to 0.74.3

(wiz)