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 (9m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 20:28:22 UTC Now

2022-10-07 04:29:07 UTC MAIN commitmail json YAML

2022-10-07 03:54:17 UTC MAIN commitmail json YAML

doc: Updated audio/py-music21 to 8.1.0

(gutteridge)

2022-10-07 03:54:06 UTC MAIN commitmail json YAML

py-music21: update to 8.1.0

music21 v8

I'm proud to release v8 of music21, the toolkit for computer-aided music analysis, score manipulation, computational musicology, etc. This release (technically 8.1) builds on 12.5 months of work from v7, and like all new big number releases has a few backwards incompatible changes from before, in exchange for cool new features.

Version 8 supports Python 3.8+, if you need Python 3.7 (such as on Google Colab which is now 3+ Python versions behind) stick to music21 v7. V8 is the first to fully support Python 3.10 and will receive patches to support Python 3.11 in the future. As Python 3.11 is due to be released any day now, keeping with the m21 policy of supporting three versions of Python, music21 v9 (work starts tomorrow!) will support Python 3.9 and above only.

Big Changes

    The biggest new improvement in v8 is an all new Dublin-Core / MARC based metadata system that allows for encoding a huge amount of information about a score. Look at the new docs for music21.metadata for more information. Thanks to Greg Chapman for the big amount of work on this. (@gregchapman-dev in #1266)
    Modern installation system, based on Hatch. If you have problems, please let me know -- I expect some growing pains on this.
    ArpeggioMark and ArpeggioMarkSpanner classes. by @gregchapman-dev in #1337
    Adding DCML v2 parsing to tsvConverter.py by @malcolmsailor in #1267
    Explicit Keywords on all music21 objects by @mscuthbert in #1377
    Continued Major improvements in Typing across music21. by @mscuthbert and @jacobtylerwalls. If you are using a modern IDE, you will find the number of music21-related bugs you create will go down hugely.
    Ever more docs and more relevant (and diverse examples)

(gutteridge)

2022-10-06 22:39:51 UTC MAIN commitmail json YAML

shells/eltclsh: Sprinkle MAKE_JOB_SAFE=no

(rin)

2022-10-06 22:30:22 UTC MAIN commitmail json YAML

devel/gtexinfo: Sprinkle MAKE_JOBS_SAFE=no

(rin)

2022-10-06 21:33:56 UTC MAIN commitmail json YAML

w3m: add pkg-config to tools

Closes PR 57048 from adr

(wiz)

2022-10-06 21:30:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/dbus to 1.14.4

(wiz)

2022-10-06 21:29:56 UTC MAIN commitmail json YAML

dbus: update to 1.14.4.

dbus 1.14.4 (2022-10-05)
========================

This is a security update for the dbus 1.14.x stable branch, fixing
denial-of-service issues (CVE-2022-42010, -42011, -42012) and applying
security hardening (dbus#416).

Behaviour changes:

• On Linux, dbus-daemon and other uses of DBusServer now create a
  path-based Unix socket, unix:path=..., when asked to listen on a
  unix:tmpdir=... address. This makes unix:tmpdir=... equivalent to
  unix:dir=... on all platforms.
  Previous versions would have created an abstract socket, unix:abstract=...,
  in this situation.
  This change primarily affects the well-known session bus when run via
  dbus-launch(1) or dbus-run-session(1). The user bus, enabled by configuring
  dbus with --enable-user-session and running it on a systemd system,
  already used path-based Unix sockets and is unaffected by this change.
  This behaviour change prevents a sandbox escape via the session bus socket
  in sandboxing frameworks that can share the network namespace with the host
  system, such as Flatpak.
  This change might cause a regression in situations where the abstract socket
  is intentionally shared between the host system and a chroot or container,
  such as some use-cases of schroot(1). That regression can be resolved by
  using a bind-mount to share either the D-Bus socket, or the whole /tmp
  directory, with the chroot or container.
  (dbus#416, Simon McVittie)

Denial of service fixes:

Evgeny Vereshchagin discovered several ways in which an authenticated
local attacker could cause a crash (denial of service) in
dbus-daemon --system or a custom DBusServer. In uncommon configurations
these could potentially be carried out by an authenticated remote attacker.

• An invalid array of fixed-length elements where the length of the array
  is not a multiple of the length of the element would cause an assertion
  failure in debug builds or an out-of-bounds read in production builds.
  This was a regression in version 1.3.0.
  (dbus#413, CVE-2022-42011; Simon McVittie)

• A syntactically invalid type signature with incorrectly nested parentheses
  and curly brackets would cause an assertion failure in debug builds.
  Similar messages could potentially result in a crash or incorrect message
  processing in a production build, although we are not aware of a practical
  example. (dbus#418, CVE-2022-42010; Simon McVittie)

• A message in non-native endianness with out-of-band Unix file descriptors
  would cause a use-after-free and possible memory corruption in production
  builds, or an assertion failure in debug builds. This was a regression in
  version 1.3.0. (dbus#417, CVE-2022-42012; Simon McVittie)

(wiz)

2022-10-06 20:17:43 UTC MAIN commitmail json YAML

bitcoin: bump GCC_REQD to 8 since std::filesystem is needed to make it build

(nros)

2022-10-06 19:47:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.19.4

(pin)

2022-10-06 19:46:49 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.19.4

Changes & fixes
- The builtin search will now default to skim-v2 based fuzzy matching.
- esc while in search mode will recover the initial focus (i.e. cancel the
  search).
- The following messages will be available for search based operations:
    SearchFuzzy
    SearchFuzzyFromInput
    AcceptSearch
    CancelSearch
- Quick scrolling operations are supported using the following messages and keys:
    ScrollUp page-up
    ScrollDown page-down
    ScrollUpHalf {
    ScrollDownHalf }

Note: People who prefer the old regex based search, can use the
regex-search.xplr plugin.

(pin)

2022-10-06 19:39:17 UTC MAIN commitmail json YAML

Updated x11/wxGTK32, lang/py-mypy

(adam)

2022-10-06 19:38:56 UTC MAIN commitmail json YAML

py-mypy: updated to 0.982

0.981
* Support for Python 3.6 and 2 Dropped
* Generate Error on Unbound TypeVar Return Type
* Methods with Empty Bodies in Protocols Are Abstract
* Implicit Optional Types Will Be Disabled by Default
* Precise Types for **kwds Using TypedDict
* Experimental Support for General Recursive Types
* Generic NamedTuples and TypedDicts
* Better Support for Callable Attributes
* Per-Module Error Code Configuration
* Experimental Support for Interactive Inspection of Expressions

(adam)

2022-10-06 19:35:04 UTC MAIN commitmail json YAML

wxGTK32: updated to 3.2.1

3.2.1

Coming soon after 3.2.0, this is mostly a bug fix release, with just one noteworthy new feature: the addition of wxFileDialog::AddShortcut() function. However it fixes some important regressions and other problems:

Fix crash in applications calling g_log_set_writer_func() with recent glib.
Several fixes to alpha channel handling in wxMSW bitmaps.
Generate key and focus events for wxSearchCtrl in wxOSX.
Fix creating wxRadioBox without any items in wxOSX.
Fix regression with AUI floating pane positioning.
Avoid new warnings given by gcc 12.
Fix building with MSVS 2022 standard-conforming preprocessor.
Work around MSVS 2022 optimizer bug that broke wxImage resizing.
NetBSD build fixes.

(adam)

2022-10-06 14:31:14 UTC MAIN commitmail json YAML

doc: Updated devel/ruby2ruby to 2.5.0

(taca)

2022-10-06 14:30:55 UTC MAIN commitmail json YAML

telepathy-qt5: set correct HOMEPAGE

(nros)

2022-10-06 14:30:53 UTC MAIN commitmail json YAML

devel/ruby2ruby: update to 2.5.0

2.5.0 (2022-10-04)

5 minor enhancements:

* Added support for (most?) pattern matching.
* Added support for **kwrest.
* Added support for forward args (…), defn and call.
* Added support for preexe (BEGIN { … }).
* Support ruby 3.1 hash shorthand syntax. (presidentbeef)

3 bug fixes:

* Fix generation of case w/ no else.
* Fixed a bug block shadow vars (they're grouped)
* Fixed find_pat up (after fixing a find_pat bug in ruby_parser).

(taca)

2022-10-06 14:29:04 UTC MAIN commitmail json YAML

doc: Updated www/php-apcu to 5.1.22

(taca)

2022-10-06 14:28:43 UTC MAIN commitmail json YAML

www/php-apcu: update to 5.1.22

pkgsrc change:

* Allow build with enabling PKG_OPTIONS: maintainer-zts.
* Remove trailing whitespace.

5.1.22 (2022-09-19)

- PHP 8.2 compatibility
- PHP 8.1 compatibility in apc.php
- Fix --enable-apcu-rwlocks configure option
- Enable transparent huge pages for mmap memory
- Use monotonic clock for TTL

(taca)

2022-10-06 14:28:03 UTC MAIN commitmail json YAML

2022-10-06 14:23:08 UTC MAIN commitmail json YAML

doc: Updated archivers/php-pecl-zip to 1.21.1

(taca)

2022-10-06 14:22:38 UTC MAIN commitmail json YAML

archivers/php-pecl-zip: update to 1.21.1

1.21.1 (2022-09-16)

* PHP 8.2 compatibility

(taca)

2022-10-06 14:19:23 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.5.2

(taca)

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

databases/ruby-sqlite3: update to 1.5.2

1.5.2 (2022-10-01)

Packaging

This version correctly vendors the tarball for sqlite v3.39.4 in the vanilla
"ruby" platform gem package, so that users will not require network access
at installation.

v1.5.0 and v1.5.1 mistakenly packaged the tarball for sqlite v3.38.5 in the
vanilla "ruby" platform gem, resulting in downloading the intended tarball
over the network at installation time (or, if the network was not available,
failure to install).  Note that the precompiled native gems were not
affected by this issue. [#352]

1.5.1 (2022-09-29)

Dependencies

* Vendored sqlite is updated to v3.39.4.

Security

The vendored version of sqlite, v3.39.4, should be considered to be a
security release.  From the release notes:

Version 3.39.4 is a minimal patch against the prior release that
addresses issues found since the prior release.  In particular, a
potential vulnerability in the FTS3 extension has been fixed, so
this should be considered a security update.

In order to exploit the vulnerability, an attacker must have full
SQL access and must be able to construct a corrupt database with
over 2GB of FTS3 content.  The problem arises from a 32-bit signed
integer overflow.

For more information please see GHSA-mgvv-5mxp-xq67.

(taca)

2022-10-06 14:16:33 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.61.0

(taca)

2022-10-06 14:16:05 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.61.0

5.61.0 (2022-10-01)

* Make Database#foreign_key_list on PostgreSQL return results for
  partitioned tables (jeremyevans)

* Add Database#check_string_typecast_bytesize for checking bytesize of
  strings before typecasting (jeremyevans)

* Treat negative hexidecimal strings similar to positive hexidecimal strings
  when typecasting to integer (jeremyevans)

* Remove is_json and is_not_json methods from the pg_json_ops extension, as
  the support was removed in PostgreSQL 15 beta 4 (jeremyevans)

* Fix handling of timestamps before the date of calendar reform when using
  pg_extended_date_support extension on Ruby 3.2 (jeremyevans)

(taca)

2022-10-06 14:13:05 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/bulk-medium to 20221006

(taca)

2022-10-06 14:12:45 UTC MAIN commitmail json YAML

meta-pkgs/bulk-medium: update to 20221006

* Retire ruby26-base.
* Add ruby31-base.

(taca)

2022-10-06 14:10:18 UTC MAIN commitmail json YAML

doc: Updated www/drupal9 to 9.3.22

(taca)

2022-10-06 14:09:50 UTC MAIN commitmail json YAML

www/drupal9: update to 9.3.22

9.3.21 (2022-08-03)

* Issue #3301495 by lauriii, nod_: Update CKEditor 5 to 35.0.1
* Issue #3300773 by bradjones1, xjm, catch, andypost, Spokje: Fix failed
  test on `symfony/http-foundation` 4.4.44/6.1.3 and later

9.3.22 (2022-09-28)

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

* Drupal core - Critical - Multiple vulnerabilities - SA-CORE-2022-016

No other fixes are included.

(taca)

2022-10-06 13:58:17 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.67.0

(gdt)

2022-10-06 13:57:53 UTC MAIN commitmail json YAML

chat/matrix-synapse: Update to 1.6.7.0

Synapse 1.67.0 (2022-09-13)
===========================

This release removes using the deprecated direct TCP replication configuration
for workers. Server admins should use Redis instead. See the [upgrade
notes](https://matrix-org.github.io/synapse/v1.67/upgrade.html#upgrading-to-v1670).

The minimum version of `poetry` supported for managing source checkouts is now
1.2.0.  [[pkgsrc does not seem to "manage source checkouts"]]

Features
--------

- Support setting the registration shared secret in a file, via a new
  `registration_shared_secret_path` configuration
  option.

- Change the default startup behaviour so that any missing
  "additional" configuration files (signing key, etc) are generated
  automatically.

- Improve performance of sending messages in rooms with thousands of
  local.

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

- Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite`
  without an `id_access_token`, which was not permitted by the
  spec. Contributed by @Vetchu.

- Remove redundant `_get_joined_users_from_context` cache. Contributed
  by Nick @ Beeper (@fizzadar).

- Remove the ability to use direct TCP replication with
  workers. Direct TCP replication was deprecated in Synapse
  v1.18.0. Workers now require using Redis.

- Remove support for unstable [private read
  receipts](https://github.com/matrix-org/matrix-spec-proposals/pull/2285).

(gdt)

2022-10-06 13:44:21 UTC MAIN commitmail json YAML

Updated chat/py-matrix-common to 1.3.0 [gdt 2022-10-06]

(gdt)

2022-10-06 13:43:34 UTC MAIN commitmail json YAML

chat/py-matrix-common: Update to 1.3.0

upstream NEWS content:

    Drop support for Python 3.6, which went end-of-life December 2021 by @anoadragon453 in #28
    Configure setuptools to automatically discover new modules under
    src/matrix_common by @anoadragon453 in #27
    Add a MXCUri class for representing Matrix media uri's by @anoadragon453 in #29

(gdt)

2022-10-06 13:34:43 UTC MAIN commitmail json YAML

Updated devel/meson, devel/glib2, devel/glib2-tools, devel/gdbus-codegen

(adam)

2022-10-06 13:34:07 UTC MAIN commitmail json YAML

glib2: updated to 2.72.4

Overview of changes in GLib 2.72.4
==================================

* Bugs fixed:
- g_cond_wait_until: returning FALSE immediately on mips24 (Philip
  Withnall)
- Regression: in GLib 2.72.3, in gsocketclient/cancellable (Philip
  Withnall)
- GParamSpec constructors should have nullable annotation on nick/blurb
  (Andy Holmes)
- gio: GVariantBuilder builder leaked in g_document_portal_add_documents
  when URI list is empty (Sebastian Keller)
- Backport !2808 “gsocketclient: Fix passing NULL to
  g_task_get_cancellable()” to glib-2-72

* Translation updates:
- Czech (Marek Černocký)
- Georgian (Zurab Kargareteli)
- Hungarian (Balázs Úr)
- Serbian (Мирослав Николић)
- Spanish (Daniel Mustieles)

(adam)

2022-10-06 13:32:26 UTC MAIN commitmail json YAML

meson: updated to 0.63.3

0.63.3
Bug fixes

(adam)

2022-10-06 13:07:19 UTC MAIN commitmail json YAML

py-poetry-core: Request that this not be updated to 1.3.x

Upstream has a breaking change that causes synapse to fail.  synapse
has added a pinned dependency, which will need to be patched out, but
the build will fail with 1.3.x.  Given the nature of the change in
dependency processing rules, it seems likely that other poetry-using
projects are going to have problems too.

(gdt)

2022-10-06 11:10:24 UTC MAIN commitmail json YAML

print: restore tex-orcidlink-doc now that the files got committed.

(markd)

2022-10-06 11:01:30 UTC MAIN commitmail json YAML

2022-10-06 10:59:54 UTC MAIN commitmail json YAML

2022-10-06 10:57:22 UTC MAIN commitmail json YAML

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

x11/ocaml-lablgtk: Tweak DESCR

GTK2 versions have increased since the last edit to describe supported
versions; just say 2.

(gdt)

2022-10-06 10:51:00 UTC MAIN commitmail json YAML

doc: Updated x11/ocaml-lablgtk to 2.18.13

(gdt)

2022-10-06 10:50:52 UTC MAIN commitmail json YAML

x11/ocaml-lablgtk: Update to 2.18.13

New release for compatibility with OCaml 5.0.

2022.10.06 [Jacques]
  * Adapt to deprecations in 5.0 and the splitting of camlp-streams

(gdt)

2022-10-06 10:13:16 UTC MAIN commitmail json YAML

doc: Updated sysutils/tealdeer to 1.6.0

(pin)

2022-10-06 10:12:46 UTC MAIN commitmail json YAML

sysutils/tealdeer: update to 1.6.0

v1.6.0 (2022-10-02)

It's been 9 months since the last release already! This is not a huge update
feature-wise, but it still contains a few nice new improvements and a few
bugfixes, contributed by 11 different people. The most important new feature
is probably the option to override the cache directory through the config file.
The TEALDEER_CACHE_DIR env variable is now deprecated.

A note to packagers: Shell completions have been moved to the
completion/ subdirectory! Packaging scripst might need to be updated.

Changes:
[added] Allow overriding cache directory through config (#276)
[added] Add --no-auto-update CLI flag (#257)
[added] Show note about auto-updates when cache is missing (#254)
[added] Add support for android platform (#274)
[added] Add custom pages to list output (#285)
[fixed] Cache: Return error if HTTP client cannot be created (#247)
[fixed] Handle cache download errors (#253)
[fixed] Do not page output of tldr --update (#231)
[fixed] Create macOS release builds with bundled root certificates (#272)
[fixed] Clean up and fix shell completions (#262)
[deprecated] The TEALDEER_CACHE_DIR env variable is now deprecated (#276)
[removed] The --config-path command was removed, use --show-paths instead (#290)
[removed] The -o/--os command was removed, use -p/--platform instead (#290)
[removed] The -m/--markdown command was removed, use -r/--raw instead (#290)
[chore] Move shell completion scripts to their own directory (#259)
[chore] Update dependencies (#271, #287, #291)
[chore] Use anyhow for error handling (#249)
[chore] Switch to Rust 2021 edition (#284)

(pin)

2022-10-06 10:12:19 UTC MAIN commitmail json YAML

tex-orcidlink-doc does not exist

(jnemeth)

2022-10-06 08:41:04 UTC MAIN commitmail json YAML

2022-10-06 07:44:46 UTC MAIN commitmail json YAML

doc: Added multimedia/t-rec version 0.7.5

(pin)

2022-10-06 07:44:15 UTC MAIN commitmail json YAML

2022-10-06 07:43:28 UTC MAIN commitmail json YAML

multimedia/t-rec: import package

Blazingly fast terminal recorder that generates animated gif images for the web
written in rust.

Features
- Screenshotting your terminal with 4 frames per second (every 250ms)
- Generates high quality small sized animated gif images or mp4 videos
- Build-In idle frames detection and optimization (for super fluid
  presentations)
- Applies (can be disabled) border decor effects like drop shadow
- Uses native efficient APIs
- Runs without any cloud service and entirely offline
- No issues with terminal sizes larger than 80x24
- No issues with fonts or colors
- No issues with curses based programs
- No issues with escape sequences
- No record and replay - just one simple command to rule them all
- Can record every arbitrary window you want (e.g. browser, ide)

(pin)

2022-10-06 03:38:26 UTC MAIN commitmail json YAML

2022-10-06 03:25:00 UTC MAIN commitmail json YAML

ktnef: add version 22.08.1

The ktnef library contains an API for the handling of TNEF data.

The API permits access to the actual attachments, the message
properties (TNEF/MAPI), and allows one to view/extract message formatted
text in Rich Text Format format.

(markd)

2022-10-06 03:01:22 UTC MAIN commitmail json YAML

2022-10-06 02:58:18 UTC MAIN commitmail json YAML

bacula*: update to 13.0.1

Release 13.0.1 / 05 August 2022

13.0.1 is a minor bug fix release.

- Fix org#2594 About compilation warning on VolRead/WriteTime
- Fix org#2644 Add support for binary files to bacula md5sum
- Fix org#2655 About incorrect definition of MAX_FOPTS
- Fix org#2656 About incorrect error message on TLS CA Certificate
- Fix org#2657 About startup problem for bacula-sd
- Rework MacOS package

Release 13.0.0 04 July 2022

13.0.0 is a major release.

New Features:
-------------
- Job 'Storage Group' support
- Kubernetes plugin
- New Accurate option to save only file's ACL and metadata
- Windows CSV (Cluster Shared Volumes) support
- More logging for daemon<->daemon connections in Job log output
- Tag support on catalog objects
- Support for SHA256 and SHA512 signatures in FileSet
- External LDAP Console authentication

Misc Features:
- Windows installer 'Silent Mode' options
- Add PriorJob to bconsole 'llist job' output
- Check for IP SANs when verifying TLS certs
- Clarify SD vbackup Device error message
- Remove deprecated sbrk in MacOS and Windows
- Add bconsole .jlist command to get JSON output from regular list commands
- Ensure that the Director will reject catalog updates from the FD
- Add variable for PreviousJobId in mail messages
- Respect the 'nodump' flag in more OSes than just BSD
- Add debug/trace/tags information to .status header
- Handle lin_tape end of device with the new 'Use Lintape=yes' Device directive
- Add MaximumJobErrorCount FileDaemon directive
- bsmtp: Add the possibility to add emails separated with a comma as recipient list
- SDPacketCheck FileDaemon used to control the network flow
- Add bconsole .bvfs_lsfiles allfiles command

Main Fixes:
- Fix org#2188 About the presence of FileSet and Pool directives in the Job
- Fix Director crash for Client Initiated Backup
- Fix Director crash for Migration Job
- Fix incorrect output for the .status client command
- Skip XATTR larger than MaximumNetworkBuffer
- Fix deadlock when starting the Director with an improperly configured catalog
- Fix Director crash caused by BAT
- Fix org#2627 About Director crashing for Copy Jobs and resource rename
- Move the delete volume event just before the actual deletion
- Fix mail variables not working after a conf reload
- Fix OpenBSD chio-changer script
- Fix SQL query generated with ACLs
- Fix heartbeat segfault when the Job is terminated very quickly
- Fix About wrong backup Client displayed to the user when the original Client
  doesn't exist
- Fix org#2605 About incorrect message in restore command
- cdp: open the inotify stream using the CLOEXEC (close on exec) flag
- docker: Check the presence of the docker tools during loadPlugins()
- Fix reload issue when a Job doesn't have a Pool defined
- Fix Copy Job with SelectionType=PoolUncopiedJobs selecting Jobs from wrong Pool
- Fix about checking for Storage being used for Job restart/resume
- Fix about incorrect variable substitution with the query command
- Fix org#2579 About incorrect JSON generated from empty Messages resource
- Fix #9116: copy job missuses the client->FdStorageAddress directive
- Fix org#2658 About segfault with bsdjson with incorrect parameters
- Skip storage daemon detection if the information is not available in the BSR

----------------------------------------------------------------

Release 11.0.6 10 March 2022

11.0.6 is an important bug fix and security fix release.
We advise all 11.0.x users to upgrade to this version.

- Adjust sample-query.sql file for new catalog schema
- Got regression testing working correctly on FreeBSD

Release 11.0.5 03 June 2021

11.0.5 is a minor bug fix release.

- Update MySQL update procedure for 5.6

Release 11.0.4 28 May 2021

11.0.4 is a minor bug fix release.

- Improve MySQL upgrade procedure

Release 11.0.3 21 May 2021

11.0.3 is a minor bug fix release.

- Check if char **jobid parameter is NULL before modifying it in
  bvfs_parse_arg_version()
- Enhance the update_mysql_tables script
- Fix various default permissions

Release 11.0.2 26 March 2021

11.0.2 is a minor bug fix release.

- Add functions to unittests library
- Add support for store_alist_str() in plugin configuration items
- Enhance bdelete_and_free() macro
- Update baculabackupreport script

Release 11.0.1 04 February 2021

11.0.1 is a minor bug fix release.

- Add PGSQL detection for macOS and MacPorts.
- BEE Backport bacula/src/tools/dbcheck.c

----------------------------------------------------------------

Release 11.0.0 12 December 2020

11.0.0 is a major release.

New Features:
-------------
- New catalog format
- Automatic TLS PSK encrypted communication
- Support for Client behind NAT
- Continious Data Protection (CDP) Plugin
- Global Director Autoprune flag
- Events/Audit features
- New Baculum features
- Support for GPFS

Misc:
-----
- New Prune Command Option
- Dynamic Client Address Directive
- Ability to disable Volume Retention
- Ask to mount/create volume when the disk space is low
- Simplification of the Windows FileSet with File=/
- Use of QT5 for Bat on Windows
- Support for Windows files with non-UTF16 names
- Windows Snapshot management has been improved
- Support for the system.cifs_acl extended attribute backup with Linux CIFS
- Built-in Client Scheduler
- Reload command improvements (Keep IP address, Maximum Concurrent value, ...)
- Support for GLOB pattern in Console ACL directives
- Faster CRC32 algorithm

(markd)

2022-10-06 02:20:39 UTC MAIN commitmail json YAML

2022-10-06 02:18:17 UTC MAIN commitmail json YAML

rt5: Add rt version 5.0.3

RT is an industrial-grade ticketing system. It lets a group of
people intelligently and efficiently manage requests submitted by
a community of users. RT is used by systems administrators, customer
support staffs, NOCs, developers and even marketing departments at
over a thousand sites around the world.

This packages tracks RT 5.x branch.

(markd)

2022-10-06 02:09:42 UTC MAIN commitmail json YAML

{cups-base,libcups}: explicitly use gnutls

version 2.4.2 readded support for openssl and package detects and prefers
base system openssl over gnutls but ssl certificate handling is not working
correctly with it so use gnutls as in previous versions.

(markd)

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

kapidox: don't try and use cmake RUNTIME_DEPENDENCY_SET feature
its not defined for all platforms and package doesn't actually need it
anyway.

(markd)

2022-10-06 00:51:50 UTC MAIN commitmail json YAML

2022-10-05 22:09:52 UTC MAIN commitmail json YAML

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

(gutteridge)

2022-10-05 22:09:38 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: update to 2.54

2.54    2022-09-24

- This release is based on version 2022d of the Olson database. This release
  includes contemporary changes for Palestine.

2.53    2022-08-13

- This release is based on version 2022b of the Olson database. This release
  includes contemporary changes for Chile and Iran.

(gutteridge)

2022-10-05 20:56:46 UTC MAIN commitmail json YAML

Updated devel/py-setuptools, devel/py-pybind11, math/py-scipy, devel/py-types-setuptools

(adam)

2022-10-05 20:56:18 UTC MAIN commitmail json YAML

py-types-setuptools: updated to 65.4.0.0

65.4.0.0
[stubsabot] Bump setuptools to 65.4.*

(adam)

2022-10-05 20:54:31 UTC MAIN commitmail json YAML

py-scipy: updated to 1.9.1

SciPy 1.9.1 is a bug-fix release with no new features
compared to 1.9.0. Notably, some important meson build
fixes are included.

SciPy 1.9.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have been a number of deprecations and API changes
in this release, which are documented below. All users are encouraged to
upgrade to this release, as there are a large number of bug-fixes and
optimizations. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with python -Wd and check for DeprecationWarning s).
Our development attention will now shift to bug-fix releases on the
1.9.x branch, and on adding new features on the main branch.

This release requires Python 3.8-3.11 and NumPy 1.18.5 or greater.

For running on PyPy, PyPy3 6.0+ is required.

(adam)

2022-10-05 20:53:35 UTC MAIN commitmail json YAML

py-pybind11: updated to 2.10.0

Version 2.10.0

Removed support for Python 2.7, Python 3.5, and MSVC 2015. Support for MSVC 2017 is limited due to availability of CI runners; we highly recommend MSVC 2019 or 2022 be used. Initial support added for Python 3.11.

New features:

py::anyset & py::frozenset were added, with copying (cast) to std::set (similar to set).
Support bytearray casting to string.
type_caster<std::monostate> was added. std::monostate is a tag type that allows std::variant to act as an optional, or allows default construction of a std::variant holding a non-default constructible type.
pybind11::capsule::set_name added to mutate the name of the capsule instance.
NumPy: dtype constructor from type number added, accessors corresponding to Python API dtype.num, dtype.byteorder, dtype.flags and dtype.alignment added.

Changes:

Python 3.6 is now the minimum supported version.
The minimum version for MSVC is now 2017.
Fix issues with CPython 3.11 betas and add to supported test matrix.
error_already_set is now safer and more performant, especially for exceptions with long tracebacks, by delaying computation.
Improve exception handling in python str bindings.
The bindings for capsules now have more consistent exception handling.
PYBIND11_OBJECT_CVT and PYBIND11_OBJECT_CVT_DEFAULT macro can now be used to define classes in namespaces other than pybind11.
Error printing code now uses PYBIND11_DETAILED_ERROR_MESSAGES instead of requiring NDEBUG, allowing use with release builds if desired.
Implicit conversion of the literal 0 to pybind11::handle is now disabled.

Bug fixes:

Fix exception handling when pybind11::weakref() fails.
module_::def_submodule was missing proper error handling. This is fixed now.
The behavior or error_already_set was made safer and the highly opaque "Unknown internal error occurred" message was replaced with a more helpful message.
error_already_set::what() now handles non-normalized exceptions correctly.
Support older C++ compilers where filesystem is not yet part of the standard library and is instead included in std::experimental::filesystem.
Fix -Wfree-nonheap-object warnings produced by GCC by avoiding returning pointers to static objects with return_value_policy::take_ownership.
Fix cast from pytype rvalue to another pytype.
Ensure proper behavior when garbage collecting classes with dynamic attributes in Python >=3.9.
A couple long-standing PYBIND11_NAMESPACE __attribute__((visibility("hidden"))) inconsistencies are now fixed (affects only unusual environments).
pybind11::detail::get_internals() is now resilient to in-flight Python exceptions.
Arrays with a dimension of size 0 are now properly converted to dynamic Eigen matrices (more common in NumPy 1.23).
Avoid catching unrelated errors when importing NumPy.

Performance and style:

Added an accessor overload of (object &&key) to reference steal the object when using python types as keys. This prevents unnecessary reference count overhead for attr, dictionary, tuple, and sequence look ups. Added additional regression tests. Fixed a performance bug the caused accessor assignments to potentially perform unnecessary copies.
Perfect forward all args of make_iterator.
Avoid potential bug in pycapsule destructor by adding an error_guard to one of the dtors.
Optimize dictionary access in strip_padding for numpy.
stl_bind.h bindings now take slice args as a const-ref.
Made slice constructor more consistent, and improve performance of some casters by allowing reference stealing.
Change numpy dtype from_args method to use const ref.
Follow rule of three to ensure PyErr_Restore is called only once.
Added missing perfect forwarding for make_iterator functions.
Optimize c++ to python function casting by using the rvalue caster.
Optimize Eigen sparse matrix casting by removing unnecessary temporary.
Avoid potential implicit copy/assignment constructors causing double free in strdup_gaurd.
Enable clang-tidy checks misc-definitions-in-headers, modernize-loop-convert, and modernize-use-nullptr.

Build system improvements:

CMake: Fix file extension on Windows with cp36 and cp37 using FindPython.
CMake: Support multiple Python targets (such as on vcpkg).
CMake: Fix issue with NVCC on Windows.
CMake: Drop the bitness check on cross compiles (like targeting WebAssembly via Emscripten).
Add MSVC builds in debug mode to CI.
MSVC 2022 C++20 coverage was added to GitHub Actions, including Eigen.

Backend and tidying up:

New theme for the documentation.
Remove idioms in code comments. Use more inclusive language.
#include <iostream> was removed from the pybind11/stl.h header. Your project may break if it has a transitive dependency on this include. The fix is to "Include What You Use".
Avoid setup.py <command> usage in internal tests.

(adam)

2022-10-05 20:51:53 UTC MAIN commitmail json YAML

py-setuptools: updated to 65.4.1

v65.4.1

Misc

Fixed encoding errors in expand.StaticModule when system default encoding doesn't match expectations for source files.
Merge with pypa/distutils@6852b20 including fix for pypa/distutils#181.

(adam)

2022-10-05 18:18:17 UTC MAIN commitmail json YAML

Note bash 5.2.2 update.

(kre)

2022-10-05 18:16:42 UTC MAIN commitmail json YAML

The first two (upstream) patches for bash 5.2, producing bash 5.2.2

Patch 1: Expanding unset arrays in an arithmetic context can cause a
segmentation fault.
Patch 2: Starting bash with an invalid locale specification for
LC_ALL/LANG/LC_CTYPE can cause the shell to crash.

(kre)

2022-10-05 17:23:11 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgin to 22.10.0

(jperkin)

2022-10-05 17:23:02 UTC MAIN commitmail json YAML

pkgin: Update to 22.10.0.

## Version 22.10.0 (2022-10-05)

* Fix issue where newly-installed packages were not correctly marked as
  keep packages.

(jperkin)

2022-10-05 16:18:26 UTC MAIN commitmail json YAML

doc: note update of ISC DHCP to 4.0.3p1 (4.0.3-P1)

net/isc-dhcp4
net/isc-dhclient4
net/isc-dhcpd4
net/isc-dhcrelay4

(taca)

2022-10-05 16:16:54 UTC MAIN commitmail json YAML

net/isc-dhcp4: update to 4.4.3p1

4.4.3p1 (ISC DHCP 4.4.3-P1), 2022-10-05

Changes since 4.4.3 (Bug Fixes)

! Corrected a reference count leak that occurs when the server builds
  responses to leasequery packets. Thanks to VictorV of Cyber Kunlun
  Lab for reporting the issue.
  [Gitlab #253]
  CVE: CVE-2022-2928

! Corrected a memory leak that occurs when unpacking a packet that has an
  FQDN option (81) that contains a label with length greater than 63 bytes.
  Thanks to VictorV of Cyber Kunlun Lab for reporting the issue.
  [Gitlab #254]
  CVE: CVE-2022-2929

(taca)

2022-10-05 13:23:42 UTC MAIN commitmail json YAML

Updated devel/p5-Struct-Dumb to 0.13

(wen)

2022-10-05 13:22:36 UTC MAIN commitmail json YAML

Update to 0.13

Upstream changes:
Changes for version 0.13 - 2022-08-27
CHANGES
Use `feature 'class'` instead of blessed ARRAYrefs on perls which support that, as an experiment to test how well that works

(wen)

2022-10-05 13:20:27 UTC MAIN commitmail json YAML

Updated devel/p5-Specio to 0.48

(wen)

2022-10-05 13:19:44 UTC MAIN commitmail json YAML

Update to 0.48

Upstream changes:
Changes for version 0.48 - 2022-06-11
Importing types into a class which inherited from another class that had imported types wouldn't work, leaving the child class with no `t()` sub. Patch by Kerin Millar.

(wen)

2022-10-05 11:33:09 UTC MAIN commitmail json YAML

2022-10-05 11:20:41 UTC MAIN commitmail json YAML

doc: Updated lang/go119 to 1.19.2

(bsiegert)

2022-10-05 11:20:24 UTC MAIN commitmail json YAML

Update go119 to 1.19.2

This minor release includes 3 security fixes following the security policy:

- archive/tar: unbounded memory consumption when reading headers

  Reader.Read did not set a limit on the maximum size of file headers.
  A maliciously crafted archive could cause Read to allocate unbounded
  amounts of memory, potentially causing resource exhaustion or panics.
  Reader.Read now limits the maximum size of header blocks to 1 MiB.

  Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

  This is CVE-2022-2879 and Go issue https://go.dev/issue/54853.

- net/http/httputil: ReverseProxy should not forward unparseable query parameters

  Requests forwarded by ReverseProxy included the raw query parameters from the
  inbound request, including unparseable parameters rejected by net/http. This
  could permit query parameter smuggling when a Go proxy forwards a parameter
  with an unparseable value.

  ReverseProxy will now sanitize the query parameters in the forwarded query
  when the outbound request's Form field is set after the ReverseProxy.Director
  function returns, indicating that the proxy has parsed the query parameters.
  Proxies which do not parse query parameters continue to forward the original
  query parameters unchanged.

  Thanks to Gal Goldstein (Security Researcher, Oxeye) and
  Daniel Abeles (Head of Research, Oxeye) for reporting this issue.

  This is CVE-2022-2880 and Go issue https://go.dev/issue/54663.

- regexp/syntax: limit memory used by parsing regexps

  The parsed regexp representation is linear in the size of the input,
  but in some cases the constant factor can be as high as 40,000,
  making relatively small regexps consume much larger amounts of memory.

  Each regexp being parsed is now limited to a 256 MB memory footprint.
  Regular expressions whose representation would use more space than that
  are now rejected. Normal use of regular expressions is unaffected.

  Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

  This is CVE-2022-41715 and Go issue https://go.dev/issue/55949.

(bsiegert)

2022-10-05 11:10:40 UTC MAIN commitmail json YAML

doc: Updated lang/go118 to 1.18.7

(bsiegert)

2022-10-05 09:51:52 UTC MAIN commitmail json YAML

go118: update to 1.18.7

This minor release includes 3 security fixes following the security policy:

- archive/tar: unbounded memory consumption when reading headers

  Reader.Read did not set a limit on the maximum size of file headers.
  A maliciously crafted archive could cause Read to allocate unbounded
  amounts of memory, potentially causing resource exhaustion or panics.
  Reader.Read now limits the maximum size of header blocks to 1 MiB.

  Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

  This is CVE-2022-2879 and Go issue https://go.dev/issue/54853.

- net/http/httputil: ReverseProxy should not forward unparseable query parameters

  Requests forwarded by ReverseProxy included the raw query parameters from the
  inbound request, including unparseable parameters rejected by net/http. This
  could permit query parameter smuggling when a Go proxy forwards a parameter
  with an unparseable value.

  ReverseProxy will now sanitize the query parameters in the forwarded query
  when the outbound request's Form field is set after the ReverseProxy.Director
  function returns, indicating that the proxy has parsed the query parameters.
  Proxies which do not parse query parameters continue to forward the original
  query parameters unchanged.

  Thanks to Gal Goldstein (Security Researcher, Oxeye) and
  Daniel Abeles (Head of Research, Oxeye) for reporting this issue.

  This is CVE-2022-2880 and Go issue https://go.dev/issue/54663.

- regexp/syntax: limit memory used by parsing regexps

  The parsed regexp representation is linear in the size of the input,
  but in some cases the constant factor can be as high as 40,000,
  making relatively small regexps consume much larger amounts of memory.

  Each regexp being parsed is now limited to a 256 MB memory footprint.
  Regular expressions whose representation would use more space than that
  are now rejected. Normal use of regular expressions is unaffected.

  Thanks to Adam Korczynski (ADA Logics) and OSS-Fuzz for reporting this issue.

  This is CVE-2022-41715 and Go issue https://go.dev/issue/55949.

(bsiegert)

2022-10-05 09:36:52 UTC MAIN commitmail json YAML

dar: move option stuff to options.mk, remove PKGREVISION comment

(nros)

2022-10-05 08:32:47 UTC MAIN commitmail json YAML

doc: Updated devel/wabt to 1.0.30

(fcambus)

2022-10-05 08:32:33 UTC MAIN commitmail json YAML

2022-10-05 08:27:47 UTC MAIN commitmail json YAML

Updated devel/py-filelock, net/py-tldextract

(adam)

2022-10-05 07:59:22 UTC MAIN commitmail json YAML

py-tldextract: updated to 3.4.0

3.4.0 (2022-10-04)

* Features
  * Add method `extract_urllib` to extract from a `urllib.parse.{ParseResult,SplitResult}`
* Bugfixes
  * Fix internal type-var error, in newer versions of mypy

(adam)

2022-10-05 07:58:16 UTC MAIN commitmail json YAML

py-filelock: updated to 3.8.0

3.8.0
[pre-commit.ci] pre-commit autoupdate
Bump actions/upload-artifact from 2 to 3
Bump actions/download-artifact from 2 to 3
Bump pre-commit/action from 2.0.3 to 3.0.0
Bump actions/checkout from 2 to 3
Bump actions/setup-python from 2 to 4
Add timeout unit to docstrings
Unify badges style
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
Check 3.11 support
[pre-commit.ci] pre-commit autoupdate
Bump dependencies
[pre-commit.ci] pre-commit autoupdate

(adam)

2022-10-04 20:22:10 UTC MAIN commitmail json YAML

Updated games/stegavorto, devel/py-stem

(adam)

2022-10-04 20:21:39 UTC MAIN commitmail json YAML

py-stem: updated to 1.8.1

1.8.1
Bug fixes

(adam)

2022-10-04 20:18:07 UTC MAIN commitmail json YAML

stegavorto: updated to 2011.05.26

2011.05.26
Unknown changes

(adam)

2022-10-04 13:39:55 UTC MAIN commitmail json YAML

doc: Updated net/pear-Net_SMTP to 1.10.1

(taca)

2022-10-04 13:39:24 UTC MAIN commitmail json YAML

net/pear-Net_SMTP: update to 1.10.1

1.10.1 (2022-09-23)

Changelog:

* BugFix: (authXOAuth2) longer tokens violate maximum SMTP command line
  length #70

* BugFix: (disconnect) socket will not disconnect on erroneous response upon
  QUIT message #71

* BugFix: Fix PHP 8.2 deprecation warnings on undefined properties #72

(taca)

2022-10-04 12:45:31 UTC MAIN commitmail json YAML

2022-10-04 12:19:04 UTC MAIN commitmail json YAML

doc/TODO: + openssh-9.1.

(wiz)

2022-10-04 11:58:59 UTC MAIN commitmail json YAML

rebar21: Improve DESCR.

(jperkin)

2022-10-04 11:56:28 UTC MAIN commitmail json YAML

Updated ham/gnuradio-doxygen

(adam)

2022-10-04 11:54:13 UTC MAIN commitmail json YAML

gnuradio-doxygen: fix for doxygen 1.9.5; bump revision

(adam)

2022-10-04 11:47:45 UTC MAIN commitmail json YAML

bootstrap: Add mktools to special preserve handling.

(jperkin)

2022-10-04 11:26:55 UTC MAIN commitmail json YAML

doc: Added sysutils/xcp version 0.9.3

(pin)

2022-10-04 11:26:31 UTC MAIN commitmail json YAML

2022-10-04 11:25:51 UTC MAIN commitmail json YAML

sysutils/xcp: import package

xcp is a partial clone of the Unix cp command. It is not intended as a full
replacement, but as a companion utility with some more user-friendly feedback
and some optimisations that make sense under certain tasks.

Warning: xcp is currently beta-level software and almost certainly contains
bugs and unexpected or inconsistent behaviour. It probably shouldn't be used for
anything critical yet.

(pin)

2022-10-04 11:23:50 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.12

(pin)

2022-10-04 11:23:29 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.12

Bug Fixes
- Change windows release to use windows server 2019 (bb740e12)

(pin)

2022-10-04 11:22:44 UTC MAIN commitmail json YAML

doc: Updated emulators/fs-uae-arcade to 3.1.63nb1

(wiz)

2022-10-04 11:22:32 UTC MAIN commitmail json YAML

2022-10-04 10:53:19 UTC MAIN commitmail json YAML

doc: Updated www/zola to 0.16.1

(wiz)

2022-10-04 10:53:05 UTC MAIN commitmail json YAML

zola: update to 0.16.1.

With help from pin@

0.16.1

    195b6bd Fix outdated release windows image
    53ce6db Update MSRV
    3d45cff Last cargo update
    b9501de Strip binary artifact when building for release (#1949)
    584de3a Remove logging
    3fde41b The Glob library does not work correctly on windows. This changes the approach to use the normal WalkDir crate, and the Globset crate instead to find the filter. This new code correctly compiles sass files across platforms now. (#1950)
    2a445fa Update deps
    f61e1ba parse also *.yml file suffix as YAML; closes #1958 (#1959)
    abafe66 Fix overriding built-in shortcodes [ #1947 ]
    fd56524 Next version will be 0.16.1

0.16.0

Changes:

    c599f21 Set changelog date
    39bfbcd Merge pull request #1741 from getzola/next
    e62164e Update deps
    3fa8552 Ensure homepages get their translations filled
    39cf436 Update changelog
    0d4c2e8 Fix some bugs + cargo fmt
    bf7dbfe Update pinned rustc version
    342569a Update deps
    7208b86 Insert anchor as full heading (#1916)
    065e8e6 Apply orientation transformation based on EXIF data (#1912)

(wiz)

2022-10-04 10:51:16 UTC MAIN commitmail json YAML

doc: Updated multimedia/libtheora-docs to 1.1.1nb6

(wiz)

2022-10-04 10:51:06 UTC MAIN commitmail json YAML

libtheora-docs: fix PLIST for latest doxygen, and depend on it

Bump PKGREVISION

(wiz)

2022-10-04 10:45:58 UTC MAIN commitmail json YAML

doc: Updated multimedia/obs-studio to 26.1.2nb18

(wiz)

2022-10-04 10:45:43 UTC MAIN commitmail json YAML

obs-studio: switch to x264

Bump PKGREVISION

(wiz)

2022-10-04 10:38:36 UTC MAIN commitmail json YAML

doc: Updated multimedia/transcode to 1.1.7nb55

(wiz)

2022-10-04 10:31:28 UTC MAIN commitmail json YAML

2022-10-04 10:21:19 UTC MAIN commitmail json YAML

oce: fix reference to non-existent file

fix pkglint while here

(wiz)

2022-10-04 10:06:11 UTC MAIN commitmail json YAML

doc/TODO: + git-2.38, icewm-3.0.

(wiz)

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

Updated math/volk, misc/py-immutables

(adam)

2022-10-04 09:57:14 UTC MAIN commitmail json YAML

py-immutables: updated to 0.19

v0.19
Support for Python 3.11

(adam)

2022-10-04 09:54:03 UTC MAIN commitmail json YAML

volk: updated to 2.5.2

Changes 2.5.2

Android
- Add Android CI
- Fix armeabi-v7a on Android
CI
- Update all test jobs to more recent actions
volk_8u_x4_conv_k7_r2_8u
- Add NEON implementation neonspiral via sse2neon.h
Fixes
- Fix out-of-bounds reads
- Fix broken neon kernels
- Fix float to int conversion
CMake
- Suppress superfluous warning
- Fix Python install path calculation and documentation
cpu_features
- Update submodule pointer
VOLK 3.0 release preparations
- Use SPDX license identifiers everywhere
- Re-arrange files in top-level folder
- Update Doxygen and all Doxygen related tasks into docs

(adam)

2022-10-04 09:45:53 UTC MAIN commitmail json YAML

2022-10-04 09:39:19 UTC MAIN commitmail json YAML

wm/leftwm: regenerate checksums

Somehow this got the wrong checksums.

(pin)

2022-10-04 09:31:11 UTC MAIN commitmail json YAML

doc: Updated cross/avr-libc to 2.1.0nb2

(wiz)

2022-10-04 09:30:59 UTC MAIN commitmail json YAML

avr-libc: fix PLIST with latest doxygen and depend on it

Bump PKGREVISION

(wiz)

2022-10-04 08:00:59 UTC MAIN commitmail json YAML

doc: Updated comms/openobex to 1.7.2nb1

(wiz)

2022-10-04 08:00:49 UTC MAIN commitmail json YAML

openobex: fix PLIST for latest doxygen, and depend on it

Bump PKGREVISION.

(wiz)

2022-10-04 07:54:28 UTC MAIN commitmail json YAML

SDL2_sound: fix fetch stage

(wiz)

2022-10-04 07:51:33 UTC MAIN commitmail json YAML

gtexinfo: explicitly enable perl XS

The configure check for enabling throws an error on NetBSD and
fails completely on macOS, perhaps this avoids the macOS problem.

(wiz)

2022-10-04 07:34:07 UTC MAIN commitmail json YAML

cairo-gobject: fix some pkglint

(wiz)

2022-10-04 07:14:57 UTC MAIN commitmail json YAML

htop: Fix options for selecting curses type

Users can now select ncurses for enabling unicode characters on NetBSD.
It was not sufficient (or even correct, most likely) to use "wide-curses"
for this.

(kim)

2022-10-04 07:14:11 UTC MAIN commitmail json YAML

cairo: make buildlink3 logic for xcb match options.mk

(wiz)

2022-10-04 07:13:52 UTC MAIN commitmail json YAML

cairo: turn off xcb on macOS too by default

since it implies x11

(wiz)

2022-10-03 19:28:40 UTC MAIN commitmail json YAML

texlive-collection-latexextra: add tex-orcidlink

(markd)

2022-10-03 19:27:13 UTC MAIN commitmail json YAML

add tex-orcidlink{,-doc}

(markd)

2022-10-03 19:26:18 UTC MAIN commitmail json YAML

print: add tex-orcidlink{,-doc}

(markd)

2022-10-03 19:24:55 UTC MAIN commitmail json YAML

tex-orcidlink{,-doc}: add version 1.0.4

This package provides a command to insert the ORCiD logo, which
is hyperlinked to the URL of the researcher whose iD was
specified.

(markd)

2022-10-03 18:40:35 UTC MAIN commitmail json YAML

libkscreen: note required dependency on plasma-wayland-protocols

(markd)

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

Take MAINTAINER for highlight.

(schmonz)

2022-10-03 18:09:57 UTC MAIN commitmail json YAML

Note libhighlight, highlight, p5-highlight updates.

(schmonz)

2022-10-03 18:09:12 UTC MAIN commitmail json YAML

Update to 4.3. From the changelog:

- added support for Carbon
- added support for Fortran77 star comments comments (#208)
- added support for PowerShell block comments (#210)
- fixed Python formatted string pattern (#212)
- added new shell completion generation script (#137)
- W32: fixed Windows compilation headers (#138)

(schmonz)

2022-10-03 16:40:32 UTC MAIN commitmail json YAML

doc: Updated filesystems/tahoe-lafs to 1.18.0

(gdt)

2022-10-03 16:40:22 UTC MAIN commitmail json YAML

filesystems/tahoe-lafs: Update to 1.18.0

packaging changes: Drop explanation about python 2.7 being supported
by upstream and $MAINTAINER not wanting to deal with dependencies.

Upstream NEWS:

Release 1.18.0 (2022-10-02)
'''''''''''''''''''''''''''

Backwards Incompatible Changes
------------------------------

- Python 3.6 is no longer supported, as it has reached end-of-life and is no longer receiving security updates. (`#3865 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3865>`_)
- Python 3.7 or later is now required; Python 2 is no longer supported. (`#3873 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3873>`_)
- Share corruption reports stored on disk are now always encoded in UTF-8. (`#3879 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3879>`_)
- Record both the PID and the process creation-time:

  a new kind of pidfile in `running.process` records both
  the PID and the creation-time of the process. This facilitates
  automatic discovery of a "stale" pidfile that points to a
  currently-running process. If the recorded creation-time matches
  the creation-time of the running process, then it is a still-running
  `tahoe run` process. Otherwise, the file is stale.

  The `twistd.pid` file is no longer present. (`#3926 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3926>`_)

Features
--------

- The implementation of SDMF and MDMF (mutables) now requires RSA keys to be exactly 2048 bits, aligning them with the specification.

  Some code existed to allow tests to shorten this and it's
  conceptually possible a modified client produced mutables
  with different key-sizes. However, the spec says that they
  must be 2048 bits. If you happen to have a capability with
  a key-size different from 2048 you may use 1.17.1 or earlier
  to read the content. (`#3828 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3828>`_)
- "make" based release automation (`#3846 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3846>`_)

(gdt)

2022-10-03 16:30:55 UTC MAIN commitmail json YAML

Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools

(adam)

2022-10-03 16:30:18 UTC MAIN commitmail json YAML

grpc: updated to 1.49.1

v1.49.1

All

Update protobuf to v21.6 on 1.49.x.

v1.49.0

Core

Backport: "stabilize the C2P resolver URI scheme" to v1.49.x.
Bump core version.
Update OpenCensus to HEAD.
Update protobuf submodule to 3.21.5.
Update third_party/protobuf to 3.21.4.
[core] Remove GRPC_INITIAL_METADATA_CORKED flag.
HTTP2: Fix keepalive time throttling.
Use AnyInvocable in EventEngine APIs.

Python

Support Python 3.11
Add type stub generation support to grpcio-tools.

(adam)

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

dar: fix dar-int32 option build by using DARBITS in PLIST

(nros)

2022-10-03 15:33:40 UTC pkgsrc-2022Q3 commitmail json YAML

The first batch of security fixes, up to #6678

I hereby declare this stable branch open :)

(bsiegert)

2022-10-03 15:32:47 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6678 - requested by taca
lang/nodejs: security fix

Revisions pulled up:
- lang/nodejs/Makefile                                          1.241
- lang/nodejs/PLIST                                            1.65
- lang/nodejs/distinfo                                          1.222

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Tue Sep 27 07:59:10 UTC 2022

  Modified Files:
  pkgsrc/lang/nodejs: Makefile PLIST distinfo

  Log Message:
  nodejs: updated to 18.9.1

  Version 18.9.1 (Current)

  This is a security release.

  Notable changes

  The following CVEs are fixed in this release:

  CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
  Insufficient fix for macOS devices on v18.5.0
  CVE-2022-32222: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium)
  CVE-2022-32213: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)
  Insufficient fix on v18.5.0
  CVE-2022-32215: HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)
  Insufficient fix on v18.5.0
  CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
  CVE-2022-35255: Weak randomness in WebCrypto keygen

(bsiegert)

2022-10-03 14:45:52 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6677 - requested by taca
lang/php80: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.377
- lang/php80/distinfo                                          1.25

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Oct  1 00:28:12 UTC 2022

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

  Log Message:
  lang/php80: update to 8.0.24

  29 Sep 2022, PHP 8.0.24

  - Core:
    . Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
      (Tim Starling)
    . Fixed bug GH-9361 (Segmentation fault on script exit #9379). (cmb,
      Christian Schneider)
    . Fixed bug GH-9407 (LSP error in eval'd code refers to wrong class for static
      type). (ilutov)
    . Fix #81727 (Don't mangle semantically meaningful HTTP var names). (derick)

  - DOM:
    . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
      (Nathan Freeman)

  - FPM:
    . Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to
      error_log after daemon reload). (Dmitry Menshikov)
    . Fixed bug #77780 ("Headers already sent..." when previous connection was
      aborted). (Jakub Zelenka)

  - GMP
    . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed
      to gmp_init()). (Girgias)

  - Intl
    . Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter).
      (Girgias)

  - Phar:
    . Fix #81726 (DOS when using quine gzip file). (cmb)

  - PDO_PGSQL:
    . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
      (Yurunsoft)

  - Reflection:
    . Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
      class of a Closure). (cmb, Nicolas Grekas)
    . Fixed bug GH-9409 (Private method is incorrectly dumped as "overwrites").
      (ilutov)

  - Streams:
    . Fixed bug GH-9316 ($http_response_header is wrong for long status line).
      (cmb, timwolla)

(bsiegert)

2022-10-03 14:29:14 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6676 - requested by taca
lang/php81: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.376
- lang/php81/distinfo                                          1.13

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Oct  1 00:27:05 UTC 2022

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

  Log Message:
  lang/php81: update to 8.1.11

  29 Sep 2022, PHP 8.1.11

  - Core:
    . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
      (CVE-2022-31628). (cmb)
    . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
      that have a specific semantic meaning. (CVE-2022-31629). (Derick)
    . Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
      (Tim Starling)
    . Fixed bug GH-9361 (Segmentation fault on script exit #9379). (cmb,
      Christian Schneider)
    . Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class
      constants in constant expressions). (ilutov)

  - DOM:
    . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
      (Nathan Freeman)

  - FPM:
    . Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to
      error_log after daemon reload). (Dmitry Menshikov)
    . Fixed bug #77780 ("Headers already sent..." when previous connection was
      aborted). (Jakub Zelenka)

  - GMP
    . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed
      to gmp_init()). (Girgias)

  - Intl
    . Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter).
      (Girgias)

  - PCRE:
    . Fixed pcre.jit on Apple Silicon. (Niklas Keller)

  - PDO_PGSQL:
    . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
      (Yurunsoft)

  - Reflection:
    . Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
      class of a Closure). (cmb, Nicolas Grekas)

  - Streams:
    . Fixed bug GH-9316 ($http_response_header is wrong for long status line).
      (cmb, timwolla)

(bsiegert)

2022-10-03 14:17:25 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6675 - requested by taca
lang/php74: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.375
- lang/php74/distinfo                                          1.38

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Oct  1 00:25:22 UTC 2022

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

  Log Message:
  29 Sep 2022, PHP 7.4.32

  - Core:
    . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
      (CVE-2022-31628). (cmb)
    . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
      that have a specific semantic meaning. (CVE-2022-31629). (Derick)

(bsiegert)

2022-10-03 14:02:17 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6674 - requested by taca
lang/nodejs14: security fix

Revisions pulled up:
- lang/nodejs14/Makefile                                        1.5
- lang/nodejs14/distinfo                                        1.4

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Tue Sep 27 07:54:19 UTC 2022

  Modified Files:
  pkgsrc/lang/nodejs14: Makefile distinfo

  Log Message:
  nodejs14: updated to 14.20.1

  Version 14.20.1 'Fermium' (LTS)

  This is a security release.

  Notable changes

  The following CVEs are fixed in this release:

  CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
  CVE-2022-32213: bypass via obs-fold mechanic (Medium)
  CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)

(bsiegert)

2022-10-03 14:01:06 UTC MAIN commitmail json YAML

doc: Updated archivers/dar to 2.7.7

(nros)

2022-10-03 13:59:05 UTC MAIN commitmail json YAML

Update archives/dar to version 2.7.7

Removed patch-a* to use the new
naming convention.
This version requires c++14 so
the patch concerning vector.assign()
missing in sunpro has been removed.
src/libdar/mask_list.hpp could not
be patched and the my_char method
does not exist anywhere in the
sources so the patch has been removed.
This version includes autotools
changes that have AM_LDFLAGS and
looks for getopt in unistd.h.
Added extra buildlink files so that
all deps are found.

Changes from Changelog:

from 2.7.6 to 2.7.7
- added support for sequential reading more of sliced backup, to
  accommodate tape support used with slices (at the opposite of dar_split)
- fixing few typos in doc
- making libdar more tolerant when calls to fadvise fail

from 2.7.5 to 2.7.6
- adding -f option to dar_cp
- adding static version of dar_cp (dar_cp_static) as compilation outcome
- added FAQ for tape usage with dar
- fixing error in libdar header file installation
- fixed bug met when interrupting the creation of a block compressed
  backup (always used by lzo compression and by other algorithm only
  when performing multi-threaded compression)
- typo fixes in documentation
- fixed message in lax mode used to obtain from the user the archive format
  when this information is corrupted in the archive.
- fixing lax mode condition that popped up without being requested
- fixing bug met when reading slice an special block device by mean of
  a symlink
- adapting sanity checks to the case of a backup read from a special
  device in sequential-read mode.
- fixed bug that lead dar to report CRC error while reading a backup
  from a pipe with the help of an isolated catalogue
- adding -V option to dar_split (was using -v) for homogeneity with
  other commands

from 2.7.4 to 2.7.5
- fixed double free error met when deciphering an archive with a
  wrong password/passphrase and when multi-threading is used.

from 2.7.3 to 2.7.4
- fixed excessive context control that led libdar to report a bug
  when an file-system I/O error was returned by the operating system
- fixed mini-digits auto-detection, which only worked when slice number 1
  was present, even if subsequent slices could be used to detect its
  value
- fixed typos and minor incoherence in documentation
- update version information to display libthreadar barrier implementation
  used, info available since its release 1.4.0

from 2.7.2 to 2.7.3
- fixed bug met when restoring files in sequential-read mode and feeding
  the backup to dar on its stdin: When dar had to remove a file that had
  been deleted at the time of the backup since the backup of reference
  was made, dar aborted the restoration reporting it could not skip
  backward on a pipe.
- adding call to kill() then join() in destructor of class slave_thread
  and fichier_libcurl to avoid the risk of SEGFAULT in rare conditions
  under Cygwin (Windows)
- fixed several typos in bug, messages and comments
- fixed script used to build windows binary to match recent cygwin dll
- fix spelling and improved clarity in dar_split messages

from 2.7.1 to 2.7.2
- fixed bug met when a user command returns an error while dar is
  saving fsa attributes of inodes (this conjunction make it an infrequent
  situation)
- fixed typo in documentation
- fixed remaining bug from 2.7.1 met when compiling dar/libdar with a
  compiler (clang-5.0 here) that requires a flag to activate C++14 support
  while complaining (for a good reason) when this flag is passed too while
  compiling C code.
- fixed self reported bug escape.cpp line 858 met when using lzo compression
  or multi-threaded compression while creating a backup to stdout.
- fixed bug met when creating a backup to stdout that lead libdar to corrupt
  data when trying to re-save a file uncompressed due to poor compression
  result
- fixed minor bug met when setting --mincompr to zero and using
  block_compressor (lzo algo or any algo in block compression): empty files
  were reported as truncated due to the lack of block header (compressed
  empty file being stored as an empty file)

from 2.7.0 to 2.7.1
- fixed compilation script to require support for C++14 due to new features
  introduces in 2.7.0 that rely on modern C++ constructions. Updated
  documentation accordingly about this updated requirement.
- fixed missing included header for compilation to suceed under MacOS X
- fixed typo in man page
- adding minor feature: storing the backup root (-R option) in the archive
  to be able to restore 'in place' thanks to the new -ap option that
  sets the -R path to the one stored in the archive.
- merging fixes an enhancements brought by release 2.6.15

from 2.6.x to 2.7.0
- using the truncate system call whenever possible in place of skipping
  back in the archive, when file need to re-save uncompressed,
  or when file has changed while it was read for backup
- improved slice name versus base name error, now substituting (rather than
  just asking the user) the first by the later when else it would lead
  to an execution error.
- auto-detecting min-digits at reading time in complement of the feature
  listed just above
- added the possibility to specify a gnupg key by mean of its key-id in
  addition to the email address it may be associated to, both for
  asymmetrical encryption and archive signing.
- added -b option to dar_split to set the I/O block size
- added -r option to dar_split to limit the transfer rate
- added -c option to dar_split to limit the number of tape to read
- new feature: zstd compression algorithm added
- replaced old and experimental multi-threaded implementation by
  production grade one. -G option may now receive an argument on
  command line for fine tuning. libdar API has been updated
  accordingly.
- added multi-threaded compression when using the new per block
  compression mode, the legacy streaming compression mode is still
  available (see both -G and -z option extended syntax).
- added lz4 compression algorithm.
- removed some deprecated/duplicated old options (--gzip,...)
- enhanced the delta signature calculation providing mean for the user
  to adapt the signature block size in regard to the file's size to
  delta-sig. "--delta sig" option received an extended syntax.
- increased timestamp precision from microsecond to nanosecond when the
  operating system supports it. It is still possible to use configure
  --enable-limit-time-accuracy=us at compilation time to use microsecond
  or even second accuracy even if the OS can support finer precision.
- added argon2 hashing algorithm for key derivation function (kdf) which
  becomes the default if libargon2 is available, else it defaults to sha1
  as for 2.6.x. When argon2 is used, kdf default iteration count is
  reduced to 10,000 (and stays 200,000 with sha1). This can be tuned
  as usual with --kdf-param option.
- adding support for statx() under Linux which let libdar save file's
  birthtime. Unfortunately unlike under BSD systems (FreeBSD, MACoS X,
  and so on), the utime/utimes/timensat call do not set birthtime, so
  you cannot restore birthtime on Linux's unlike under BSD systems
- AES becomes the default when gnupg is used without additional
  algorithm.
- new implementation of the libcurl API use for more efficient reuse of
  established sessions.
- You can now exclude/include per filesystem rather than just sticking
  to the current filesystem or ignoring filesystem boundary. -M option
  can now receive arguments.
- new feature: dar_manager can now change the compression algorithm of
  an existing database.
- Added a benchmark of dar versus tar and rsync for different use cases.
- documentation review, update, cleanup, restructured and beautification.

from 2.6.15 to 2.6.16
- fixed bug met when restoring files in sequential-read mode and feeding
  the backup to dar on its stdin: When dar had to remove a file that had
  been deleted at the time of the backup since the backup of reference
  was made, dar aborted the restoration reporting it could not skip
  backward on a pipe.
- adding call to kill() then join() in destructor of class slave_thread
  and fichier_libcurl to avoid the risk of SEGFAULT in rare conditions
  under Cygwin (Windows)
- fixed bug met when removing tape marks (-at option) and due to poor
  compression, dar skips back to re-save file uncompressed leading to
  self reported bug (due to an error in the sanity check).
- fixing error message display by dar when -y option is used with another
  command (-c/-t/-l/-d/-x/-+/-C)

from 2.6.14 to 2.6.15
- fixed error message formatting error leading message to contain garbage
  in place of system error information.
- fixing bug (internal error) met while trying restoring files and dirs
  without sufficient write permission on the destination directory tree
  to perform the operation.
- adding minor feature to avoid restoring Unix sockets (-au option)
- fixing dar-catalogue.dtd

from 2.6.13 to 2.6.14
- script used to build dar windows binary has been fixed to have the
  official default etc/darrc config file usable and used out of the
  box.
- fixed bug met when removing slices of an old backup located on
  a remote sftp server
- fixed bug in cache layer met when writing sliced backup to a remote
  ftp or sftp repository
- enhancement to the -[ and -] options to work as expected when "DOS"
  formatted text file is provided as a file listing.

from 2.6.12 to 2.6.13
- fixed compilation warning in testing routine (outside libdar and dar)
- due to change in autoconf, the --sysconfdir path (which defaults to
  ${prefix}/etc) was read as an empty string, leading dar to look for
  darrc system file at the root of the filesystem (/darrc)
- fixed bug that should occur in extremely rare conditions (it has been
  discover during 2.7.0 validation process): compression must be used,
  no ciphering, no hashing, file changed at backup time or had a poor
  compression ratio, was not saved at slice boundary, the previous
  entry had an EA saved but no FSA or an unchanged FSA. In such
  conditions are all met, dar tries to resave the file in place, but
  partially or totally overwites the EAs of the previous entry leading
  to archive testing to fail for these EA (though the archive could be
  finished without error).
- fixed bug met when case insensitive mask is requested (-an option)
  and locale of file to restore or backup is not the one the dar binary
  is run with.

from 2.6.11 to 2.6.12
- fixed regression met in 2.6.11 when generating encrypted archives

from 2.6.10 to 2.6.11
- fixing bug in dar_manager libdar part, met when the two oldest entries
  for a file are recorded as unchanged (differential backup).
- fixed typo in dar_manager man page
- updated lax mode to ignore encryption flag found in header and trailer
- fixed two opposite bugs in strong encryption code that annihilated
  each other, by chance
- fixing bug met when merging an archive an re-compressing the data
  with another algorithm that gives a less good result, this condition
  lead the merging operation to fail reporting a CRC mismatch
- improving archive header code to cope with unknown flags

from 2.6.9 to 2.6.10
- update the configure script to handle some undocumented --enable-*
  options that existed but were not expected to be used.
- fixed spelling in darrc comments
- fixed bug in dar_split that could occur in very rare conditions
- fixed EA support build failure due to what seems to be a change
  in Linux kernel header
- fixed symbol conflict with s_host of in.h on omniOS platform

from 2.6.8 to 2.6.9
- fixed some obvious bug when running doxygen (inlined documentation)
- fixing configure.ac to detect xattr.h system header when it is
  located in /usr/include/sys like under Alpine Linux distro (musl libc)
- fixed typo in symbol name "libdar.archive_summary" in python binding
- fixed bug met when testing an archive in sequential-read mode leading
  dar to skip back to test deleted inode which is useless and may lead
  to failure if the archive is read from a pipe
- adding *.zst files as excluded from compression when using the
  predefined target "compress-exclusion"
- fixed text diagram alignment in documentation and spelling errors
- moving date_past_N_days script to doc/sample with other scripts

from 2.6.7 to 2.6.8
- fixing bug leading binary delta failed to be read from an archive in
  some quite rare condition.
- fixed bug that was not listing file with delta path when filtering out
  unsaved inodes
- updated source package for the python binding tutorial document be
  installed with the rest of the documentation
- adding date_past_N_days helper script to backup only files later than
  "today minus N days"
- incorporated the "args" support built script in dar source package

from 2.6.6 to 2.6.7
- fixing shell_interaction_emulator class declaration to avoid compilation
  errors and warning under MacOS
- fixed bug: dar failed creating an archive on its standard output
  reporting the error message "Skipping backward is not possible on a pipe"
- new feature: added python binding to libdar!

from 2.6.5 to 2.6.6
- fixing script that builds windows binary packages to include missing
  cygwin libraries
- fixing bug: dar_manager batch command (-@ option) contains a inverted
  test in a sanity check, leading the execution to systematically abort
  reporting an internal error message.
- fixed message error type when asymmetrical encryption is requested and
  gpgme has not been activated at compilation time
- fixed dar/libdar behavior when gpg binary is not available and gpgme
  has been activated at compilation time. Instead of aborting, dar now
  signal the gpgme error and proposes to retry initialization without
  gpgme support. This makes sense for dar_static binary which stays
  usable in that context when all options have been activated

from 2.6.4 to 2.6.5
- fixed bug: dar crashed when the HOME environment variable was not
  defined (for example running dar from crontab)
- removed useless skip() in cache layer
- cache layer improvement, flushing write pending data before asking
  lower layer about skippability
- fixed bug met when several consecutive compressed files were asked to
  be compressed and failed getting reduced in size by libdar. In that
  situation as expected, libdar tries to skip backward and stores the
  file uncompressed. However the cache layer was introducing an offset
  of a few bytes leading the next file to be written over the end of the
  previous one, which dar reported as data corruption when testing the
  archive.
- updating licensing information with the new address of the FSF
- clarifying message about possibly truncated filename returned by the
  operating system

from 2.6.3 to 2.6.4
- fixed display bug indicating delta signatures were about to be
  calculated even when this was not the case.
- updating dar man page about the fact aes256 replaced blowfish as
  the default strong encryption algorithm
- bug fix: -D option used at creation time was not adding escape mark
  of skipped directories. This lead the empty directories that would
  replace each skipped one to be inaccessible and unable to be restored
  only in sequential read mode (it worked as expected in direct mode)

from 2.6.2 to 2.6.3
- feature enhancement: added option to specify the block size used to
  create delta signatures.
- feature enhancement: added the ability to provide login for sftp/ftp
  remote access, that contain @ and other special characters.
- fixed bug in dar_xform, leading dar not finding source archive if
  destination was not placed in the same directory as source

from 2.6.1 to 2.6.2
- fixed incoherence in documentation
- updating in-lined help information (-h option)
- fixed unexpected behavior of the dar command-line filtering mechanism
  met when the provided path to -P or -g options was ending with a slash
- renaming 'path operator + (std::string)' as method append() to avoid
  compiler using it when a std::string need first to be converted to path
  before adding it to an existing path.
- adding check test to detect when path::append() is used to add a path
  instead of a filename to an existing path object.
- adding a warning when restoring a Unix socket if the path to that
  socket is larger than what the sockaddr_un system structure can handle
- fixing bug due to Linux system removing file capabilities (stored as
  EA) when file ownership is changed. Though restoring EA after ownership
  may lead to the impossibility to restore them due to lack of permission
  when dar/libdar is not run as root. Thus we try restoring EA a second
  time after ownership restoration. This is not efficient but restores
  the file as close as possible to their original state whatever
  permission dar has been granted for a restoration operation.

from 2.6.0 to 2.6.1
- fixed error in man page
- fixing bug in the routine removing files for local filesystem, used at
  archive creation time to remove an existing archive (after user
  confirmation), or at restoration time used to remove file that had been
  removed since the archive of reference was done. The file to remove was
  always removed from the current directory (missing the path part), most
  of the time this was leading to the error message "Error removing file
  ...: Not such file or directory". It could also lead to incorrectly
  removing files (not directory) located in the directory from which
  dar was run.
- fixing bug met while repairing an archive containing delta signature
  for unsaved files
- merging patch from ballsystemlord updating list of file extension
  not to compress (see compress-exclusion defined in /etc/darrc)
- review cat_delta_signature implementation in order to be able to fix
  memory consumption problem when delta signature are used
- fixed missing mark for data CRC when the data is a delta patch, leading
  sequential reading to fail when a delta patch was encountered
- fixed bug in XML output about deleted entries
- fixed XML output to be identical to the one of dar 2.5.x for deleted
  entries.
- Adding the deleted date in 'mtime' field for deleted entries in XML
  output
- fixing bug in xz/lzma routine wrongly reporting internal error when
  corrupted data was met
- fixed code for compilation with clang to succeed (it concerns MAC OS X
  in particular)
- fixed inconsistencies in libdar API that avoided gdar to compile with
  libdar released in 2.6.0

from 2.5.x to 2.6.0
- new feature: support for binary delta in incremental/differential backups
  (relying on librsync)
- new feature: support ftp/sftp to read an archive from a cloud storage.
  (relying on libcurl)
  reading is optimized to not transfer a whole slice but only the needed
  part to proceed to the operation (restoration, listing, and so on)
- new feature: support ftp/sftp to write an archive eventually with hash
  files to a remote cloud storage (relying on libcurl)
- modified behavior: While creating a single sliced archive, DUC file is
  now executed unless user interrupted dar/libdar. This to stay coherent
  with multi sliced archive behavior
- new feature: display filters nature (-vmasks option)
- new feature: follow some symlinks as defined by the --ignored-as-symlink
  option
- new feature: one can define the compression algorithm a dar_manager
  database will use. This choice is only available at database creation
  using the new dar_manager's -z option. In particular "-z none" can be
  used to avoid using compression at all
- repair mode added to re-create a completed archive (suitable for direct
  access mode and merging) from an interrupted one due to lack of disk
  space, power outage or other reasons leading to similar problem.
- Dar can now only save metadata inode change without re-saving the whole
  file if its data has not changed. Dar_manager also handle this by
  restoring the full backup and then the inode metadata only when
  necessary.
- In regard to previous point, if you want to keep having dar saving the
  data when only metadata has changed use --modified-data-detection option
- moved dar_slave code into libdar as class libdar::libdar_slave
- moved dar_xform code into libdar as class libdar::libdar_xform
- added libdar_slave and libdar_xform in libdar API
- modified dar_xform and dar_slave to rely on new libdar API
- API: simplified user_interface class
- API: using std::shared_ptr and std::unique_ptr to explicitly show the
  ownership of the given pointed objects (C++11 standard)
- API: simplified class archive to only require user_interaction at
  object construction time
- API: simplified class database to only require user_interaction at
  object construction time
- API: making enum crypto_algo an C++11 "enum class" type
- security refresh: default crypto algo is now AES256. As you do not
  need anymore since 2.5.0 to specify the -K option when reading an
  archive this should not bring any backward compatibility issue
- security refresh: adding salt per archive (one is still present per
  block inside an archive)
- security refresh/new feature: adding option --kdf-param to define
  the iteration count for key derivation, which now defaults to 200,000
  and hash algorithm used to derived key, still using sha1 by default
- slide effect of previous feature due to starvation of free letters
  to add a new command, the -T option with argument is no more
  available, one need to provide explicitly the desired argument
- security refresh: improving seed randomization for the pseudo-random
  generator used in elastic buffers
- feature enhancement: activate needed Linux capabilities in the
  "effective" set if it is permitted but not effective. This concerns
  cap_chown at restoration time, cap_fchown for furtive read mode,
  cap_linux_immutable to restore the immutable flag, and cap_sys_
  resource to set some linux FSA. This let one set the capabilities
  for dar binary only in the "permitted" set, capabilities will then be
  allowed only for users having them in the "inheritable" set of their
  calling process (usually a shell), without root privilege need.
- the ./configure --enable-mode option now defaults to 64, which
  will setup a libdar64 in place of infinint based libdar by default.
  You can still build a infinint based libdar by passing
  --enable-mode=infinint to the ./configure script.

from 2.5.21 to 2.5.22
- removed useless skip() in cache layer
- cache layer improvement, flushing write pending data before asking
  lower layer about skippability
- fixed bug met when several consecutive compressed files were asked to
  be compressed and failed getting reduced in size by libdar. In that
  situation as expected, libdar tries to skip backward and stores the
  file uncompressed. However the cache layer was introducing an offset
  of a few bytes leading the next file to be written over the end of the
  previous one, which dar reported as data corruption when testing the
  archive.
- updating licensing information with the new address of the FSF
- fixing bug met when restoring file having FSA but EA and overwriting
  an existing file in filesystem
- clarifying message about possibly truncated filename returned by the
  operating system

from 2.5.20 to 2.5.21
- bug fix: -D option used at creation time was not adding escape mark
  of skipped directories. This lead the empty directories that would
  replace each skipped one to be inaccessible and unable to be restored
  only in sequential read mode (it worked as expected in direct mode)

from 2.5.19 to 2.5.20
- adding a warning when restoring a unix socket if the path to that
  socket is larger than what the sockaddr_un system structure can handle
- fixing bug due to Linux system removing file capabilities (stored as
  EA) when file ownership is changed. Though restoring EA after ownership
  may lead to the impossibility to restore them due to lack of permission
  when dar/libdar is not run as root. Thus we try restoring EA a second
  time after ownership restoration. This is not efficient but restores
  the file as close as possible to their original state whatever
  permission dar has been granted for a restoration operation.
- fixing compilation problem with recent clang++ compiler

from 2.5.18 to 2.5.19
- fixed compilation issue on system that to not have ENOATTR defined
- fixed compilation warning about deprecated dynamic exception
  specifications in C++11
- fixing bug in xz/lzma routine wrongly reporting internal error when
  corrupted data was met
- fixed compilation warning with gcc about deprecated readdir_r system
  call

from 2.5.17 to 2.5.18
- fixed compilation issue in context where EA are not supported
- fixed typo in dar man page (--sequential-mode in place of
  --sequential-read)
- moved the "no EA support warning" trigger when restoring an archive
  later in the EA restoration process, in order to have the possibility
  thanks to the -u "*" option to restore an archive containing EA using a
  dar/libdar without EA support activated at compilation time,
- at restoration time, avoiding issuing an "EA are about to be
  overwritten" warning when the in place file has in fact not only
  one EA set.

from 2.5.16 to 2.5.17
- bug fix: dar failed to restore EA when file permission to restore
  did not included user write access. Fix consists in temporarily
  adding user write access in order to restore EA and removing this
  extra permission afterward if necessary
- updated FAQ
- fixed typos in dar man page
- fixed bug met when writing slices to a read-only filesystem
- fixed compilation problem under Solaris
- fixed typos in dar man page
- bug fix: self reporting bug in filtre.cpp line 2932 or 2925 depending
  or dar's version (report occurs in a normal but rare condition that
  was not imagined by developer, leading dar to abort the backup)
- bug fix: wrong evaluation of possibility to seek backward in the
  escape layer (layer managing tape marks) which lead to useless but
  harlmess skip trials in some rare conditions.

from 2.5.15 to 2.5.16
- bug fix: while rechecking sparse file (-ah option) during a merging
  operation, dar wrongly reported CRC mismatch for saved plain files
- fixed man page about sparse-file handling while merging: To remove
  sparse file datastructure during a merging operation you need to
  set --sparse-file-min-size to a valuer larger than all file sizes
  contained in the archive (for example 1E for one exabyte)
- bug fix: met when using compression and creating the archive to
  dar's standard output (ssh) and leading files to be corrupted in the
  archive and reported as such.
- optimisation of escape_sequence skippability (avoids trying skipping
  and failing for some corner cases, when we can detect it does even
  not worth trying)

from 2.5.14-bis to 2.5.15
- fixing self report bug message met when trying to create an isolated
  catalogue into a directory that does not exist
- adding slice overwriting verification before creating a isolated
  catalogue, to be coherent with other operations creating an archive
  (backup and merging)
- storage size of compressed files was often wrongly stored in archive
  (shorter than reality), the only impact took place at archive listing
  time where the compression ratio displayed was better than reality
- fixed auto-detected bug condition triggered when -Tslicing is used
  with --sequential-read. Both options are not compatible and have been
  excluded by a nicer message than this auto-detection bug message.

from 2.5.14 to 2.5.14-bis
- avoiding using the syncfs() system call in dar_split when the
  platform does not support it (replacing it by sync() in that case
  for compilation to be successful)

from 2.5.13 to 2.5.14
- made libgcrypt built-in memory guard be initialized before obtaining
  ligcrypt version, to respect libgcrypt usage (but no problem was seen
  nor reported about this inconsistency)
- fixed syntax error in XML listing output (EA_entry and Attributes
  tags)
- fixed typos in dar man page
- Updating Tutorial for restoration
- fixed bugs in dar_split: cygwin support, filedescriptors were not
  explicitly closed at end of execution, allocating buffer on heap
  rather than in the stack for better size flexibility, avoiding buffer
  size to be greater than SSIZE_MAX.
- added -s option to dar_split in order to disable the by default SYNC
  write that was used and which caused poor performance. To keep the
  same behavior as the older dar_split (and its poor performances) you
  need now using -s option.
- dar_split enhancement: added call to syncfs before closing the file
  descriptor in split_output mode
- fixed bug in dar_split that was did not lead dar_split to completely
  fulfill an device before asking for user to change the media when
  used in split_output mode, this was sometimes leading dar reporting
  file as corrupted at dar_split at media boundary.
- added feature in dar_split to show the amount of data written since
  the last media change

from 2.5.12 to 2.5.13
- added -az option to automatically nullify negative dates returned from
  the system in the archive under creation (filesystem is not modified)
- included the birthtime (HFS FSA) into the negative dates handling
- modified behavior: dar now fails upon unknown option instead of warning
  the option is unknown and thus ignored
- bug fix: dar 2.5.12 and below in 2.5.x branch could not read archive
  generated by dar 2.4.x and below (unless in infinint compilation mode)
  when the old archive included a file which date(s) was returned by the
  system as a negative integer at the time of the backup. Note that if
  dar can now read old archive in that particular case, such date stay
  recorded in the dar archive as very far in the future and not in the
  past, because 2.4.x and below blindly assumed the system would always
  return a positive integer as number of second since 1970. Since 2.5.12
  release, when the system provides a negative date the date is assumed
  as zero (Jan 1970) with user agreement.
- fixed missing throw in tools.cpp (exception condition was not reported)

from 2.5.11 to 2.5.12
- documenting in man page the limitation of -[ and -] options concerning
  the maximum line length that could be used in a listing file. This
  limitation was only described in doc/Limitations.html
- dar now aborts if a line exceeding 20479 bytes is met in a listing file
- improved error message issued when a file listing (-[ or -] option) is
  missing for it provides the missing filename in the error message
- improved error message issued when a line of a file listing exceeds
  20479 characters for it display the start of that line
- fixed bug in file listing (-[ option) leading some directories and their
  content to be excluded in a somehow rare condition
- improved behavior when dar reads a negative date. Instead of aborting
  it now asks the user if it can substitute such value by zero
- improved behavior when dar is asked to read an archive located in a
  directory that does not exist. DUC file passed to -E option is now
  properly run in that case too and has the possibility for example to
  create that directory and download requested file

from 2.5.10 to 2.5.11
- minor feature: displays the archive header which is never ciphered and
  aborts. This feature is activated while listing archive content and
  adding the -aheader option. This brings the side effect to invert two
  lines in the archive summary (dar -l archive -q) "catalogue size" and
  "user comment".
- adding date format info for -w option in "dar_manager -h" usage help
- fixed several mistakes in tools.cpp leading compilation to fail under
  certain environments
- fixed a typo in filesystem.cpp and portability issue that lead
  compilation to fail under openbsd 6.0
- fixed bug in the filtering mechanism relying on file listing (-[ and
  -] options) that could not find an entry in the listing upon certain
  condition leading a file not being excluded as requested or not
  included as requested

from 2.5.9 to 2.5.10
- fixed bug: -r option (only more recent overwriting policy) was
  considering a file to be more recent when it had the exact same date as
  the file in place.
- updating documentation about requirements for compiling dar from sources
- fixed bug: bug met when restoring of a file that has the immutable
  flag set. Dar/libdar failed restoring such file in the context of
  differential/incremental backup. The fix consists of the removal of the
  immutable flag from filesystem before restoring the new version of the
  file's data, then setting back the immutable flag afterward.
- updating FAQ with description of the way dar uses lzo compression
  compared to the lzop program
- fixed bug: aborting an archive was leading to an unreadable archive in
  direct mode, most of the time when strong encryption was used
- minor new feature: added two flavors of lzo algorithm: lzop-1 and lzop-3
  in order to match compression levels 1 and 3 of the lzop command

from 2.5.8 to 2.5.9
- fixed typos in documentation about dar internal use of symmetric
  encryption
- fixed bug: merging operation could wrongly melt different unrelated hard
  linked inodes when merging using an archive which results from a previous
  merging operation.
- fixed bug: aborting an archive was sometimes leading to an unreadable
  archive in direct mode (was readable only in --sequential-read mode)
- fixed bug: libgpgme was only present at linking time of final binaries
  (dar, dar_slave, dar_xform, dar_manager, dar_cp, dar_split), not at
  linking time of libdar, which caused problem under Linux Rosa distro
  where the "no-undefined" flag is passed to the linker.
- minor new feature: -ay option has been added to display sizes in bytes
  instead of the default which uses the largest possible unit (Kio, Mio,
  and so on.)

from 2.5.7 to 2.5.8
- fixed double memory release occurring in a particular case of read error
- improving robustness of FSA code against data corruption
- fixed bug: DAR_DUC_PATH was not used with -F and -~ options
- new feature: added -aduc option to combine several -E options using the
  shell '&&' operator rather than the shell ';' operator. The consequence
  is that with -aduc option a non zero exist status of any script (and not
  only of the script given to the last -E option) will lead dar to report
  the error.
- man page updated about combination of several -E options
- fixed bug: merging partial FSA led to self reported bug in cat_inode.cpp
  at line 615

from 2.5.6 to 2.5.7
- fixed bug leading dar to not include directories given to -g option nor
  to exclude directories given to -P option when at the same time the
  directory given to -R option starts by a dot ("-R ./here" in place of
  "-R here")
- bug fix and speed improvement: under certain circumstances dar was
  reading several times the data at slice boundary, leading dar to ask for
  slice N then N-1 then again N, this caused sub-optimal performance and
  was triggering user script unnecessarily

from 2.5.5 to 2.5.6
- added speed optimization when comparing dates with hourshift flexibility
  (-H option)
- fixed bug met when using as reference an archive generated by dar 2.5.4
  or older, bug that lead dar saving almost all file even those that did
  not change.

from 2.5.4 to 2.5.5
- fixed message displayed when reading old archives
- fixed bug that avoided dar-2.5.x code to read old archive format when
  special allocation was set (by defaut) at compilation time
- disabling special-alloc by default reducing memory footprint
- fixed error in FAQ about the way ctime/atime/mtime are modified during
  normal operating system life.
- new implementation of class datetime with better memory footprint
- avoding storing sub-microsecond part of date to preserve limitint
  ability to store large dates
- moving field cat_inode::last_cha from pointer-to-field to plain field
  of the class, this slightly reduce catalogue memory footprint.
- fixing bug in the returned exit status when dar failed executing DUC
  command due to system error (now returning the expected code 6 in that
  case too)

from 2.5.3 to 2.5.4
- fixing missing included files for libdar API
- removed extra try/catch block introduced by commit
  72da5cad5e52f959414b3163a2e2a320c2bc721e
- removed sanity check that caused problem when writing an archive to a
  FUSE based filesystem.
- fixing non call of the -E script/command after last slice creation,
  when encryption or slice hashing was used
- fixed bug in dar_manager: archive permutation in database lead libdar
  to check an archive number of range under certain circumstances
- fixed inversion of the condition triggering a warning about archive
  date order in a dar_manager database while moving an archive within a
  database
- fixed typos in documentation
- catalogue memory optimization, with the drawback to limit the number of
  entry in an archive to the max integer supported by the libdar flavor
  (32 bits/64 bits/infinint).
- fix configure script to temporarily rely on LIBS rather LDFLAGS to
  check for gpgme availability
- removed order dependency between -A and -9 options of dar_manager: -9
  can now be specified before or after -A option.
- resetting to "false" the "inode_wrote" flag of hard link data-structure
  before testing and merging. Merging a previously tested archive or
  testing a second time would not include hard linked inode in the
  operation. This situation does not occurs with dar but could succeed
  with some external tools that keep the catalogue in memory to perform
  different operations on it.
- fixed bug in the routine that detects existing slices to warn the user
  and/or avoid overwriting, bug that lead dar to "bark" when an archive
  base name started by a + character.
- avoiding to use AM_PATH_GPGME in configure script when gpgme.m4 is not
  available
- adding new methods in libdar API to obtain the archive offset and
  storage size of saved files (class list_entry)
- adding new method in libdar API to translate archive offset to file
  offset (class archive)
- reporting a specific error message when filename returned by the system
  has the maximum length supported by the system itself, assuming
  filename has been truncated

from 2.5.2 to 2.5.3
- Fixing a 2.5.x build issue met when a 2.4.x libdar library is already
  installed in an FreeBSD system.
- Improving message and behavior of libdar in lax mod when a truncated
  archive is read
- Fixing self reported bug at "tronconneuse.cpp line 561" met while
  reading truncated/corrupted archive
- Fixed not closed filedescriptors, met when saving a filesystem that has
  not ExtX FSA available
- Fixing configure script to be more robust in front of system where
  gpgme.h is installed in a non standard path and user did not provide
  coherent CPPFLAGS, LDFLAGS before calling ./configure
- Displaying CRC values when listing isolated catalog as XML output
- Fixing compilation issue when system does not provide strerror_r() call
- Avoiding warning about FSA absence when fsa-scope is set to "none"
- Adding --disable-fadvise option to configure script for those that want
  back full pressure from dar on the system cache (same behavior as 2.4.x)
- Fixing bug, fadvise() called a wrong time making it having no effect
- updating FAQ about comparative performance from 2.4.x to 2.5.x
- optimization: reduced the number of call to dup() at libdar startup
- improvement: printing file type on verbose output
- new feature: added %t macro reflecting the inode type in dar's
  --backup-hook-execute option

from 2.5.1 to 2.5.2
- fixed bug met when permission is denied while reading or writing slices
- fixing bug that avoided creating an archive at the root of the filesystem
- fixing bug met in rare situation while reading in sequential-read mode
  an archive encrypted using gnupg encryption. In that situation libdar
  may fail reading the archive (but succeeds in normal read mode) issuing
  an obscure message (message has also been fixed).
- code simplification, removing field reading_verion from class crypto_sym
  as its parent class tronconneuse already have such information
- removed extra newline displayed by dar at end of execution
- fixed bug avoiding dar to properly read an entry (reporting CRC error)
  when specific sequence of character (start of escape sequence) fall at
  end of the read buffer of the escape layer.
- speed optimization for datetime class
- fixed bug that avoided dar reading archives in sequential read mode
  while reading from a pipe
- fixed bug in non regression test routine provided beside dar/libdar
- fixing display message showing not always in the correct context
- fixing case inversion leading the cache layer not to be used when
  necessary and used when useless while reading an archive
- improved heuristic in dar_manager to determine the date a file has been
  deleted.

from 2.5.0 to 2.5.1
- fixed display bug in dar_manager met when using -o option and adding
  options for dar that does not exist for dar_manager (like -R option)
- reactivating disabled (by mistake) optimization for some read-only dar
  manager database operations
- fixing compilation issue with dar against gcc 4.9.2
- fixing syntax error in dar_manager message
- fixed bug that forbade dar_manager to write down modified database
  when only database header was modified (-o, -b, -p switches).
- adding dar_manager database format version information with -l option
- fixed libdar inability to read dar_manager's database format version 4
- adapting code to build under cygwin environment, where thread_local seems
  broken
- fixed output to stderr in place of stdout for Licensing information
- fixed bug met when permission is denied while reading or writing slices
- fixing bug that avoided creating an archive at the root of the filesystem

from 2.4.x to 2.5.0
- added support for posix_fadvise()
- added entrepot class hierarchy to support in the future other storage
  types than local filesystem for slices
- API: added access to the entrepot through the API
- modified class hash_fichier for it becomes entrepot independent
- API: extended libdar API with an additional and more simple way to read
  an archive: archive::get_children_in_table() method, see
  doc/API_tutorial.html for details
- added support for extX (see lsattr(1)) and HFS+ (birthtime date)
  Filesystem Specific Attributes (FSA).
- dar is now able to skip backward when a file is found to be "dirty" at
  backup time. This avoids wasting space in archive but is only possible if
  the backward position is located in the current slice and no slice
  hashing nor strong encryption is used. Of course if the archive is
  written to a pipe or to stdout, skipping back to retry saving data at the
  same place is neither possible, --retry-on-change option stays possible
  in that cases at the cost of data duplication (wasted bytes amount, see
  --retry-on-change man page).
- by default dar now performs up to 3 retries but do not allow for wasting
  bytes if file has changed at the time it was read for backup,
  this can be modied using --retry-on-change option.
- With the same constraints as for a changing file, if a file is saved
  compressed but its compressed data uses more space than uncompressed,
  the file's data is resaved as uncompressed. However, if skipping backward
  is not possible, data is kept compressed.
- if system provides it, dar uses "Linux capabilities" to check for the
  ability to set file ownership when dar is not run as root. This allows dar
  to restore ownership when allowed even when it is not run as superuser.
- removing dar-help tool used to build dar -h messages. That tool became
  useless for a long time now.
- added several more specific verbosity options: -vm, -vf and -vt
- added support for microsecond timestamps (atime, mtime, ctime, birthtime)
- Using lutime() to restore atime/mtimes of symlink on systems that support
  it.
- API: removed backward compatible API for old libdar 4.4.x
- API: simplified implementation of archive isolation thanks to isolation
  evolution features brought by release 2.4.0. Memory requirement is now
  devided by two compared to releases of previous branch (2.4.x).
- dar has been updated to use this new API for archive isolation
- added exclude-by-ea feature to avoid saving inodes that have a particular
  user defined EA set.
- added comparison of an isolated catalogue with a filesystem, relying on
  embedded data CRC and inode metadata in absence of the saved data.
- The new archive format (version 9) holds the ciphering algorithm used
  at creation time, only the passphrase is now required at reading time and
  -K option may be ignored which will lead dar to prompt for passphrase.
- Adding support for public key encryption (GnuPG) supporting several
  encryption keys/recipients for a given archive
- Adding support for public key signature when public key encryption is used
- While listing archive contents, directories now show the size and average
  compression ratio of the data they contain
- Archive summary (-l with -q options) now reports the global compression
  ratio
- added the -vd switch to only display current directory under process for
  creation, diff, test, extraction and merging operations
- added xz/lzma compression support
- added -Tslicing listing option to show slice location of files inside
  an archive archive.
- isolated catalogues now keep a record of the slicing layout of their
  archive of reference in order to provide -Tslicing feature when used
  on the isolated catalogue alone.
- However if an archive has been resliced (using dar_xform) after its
  isolated catalogue has been generated, using -Tslicing option with the
  isolated catalogue would give wrong information. To overcome that, it
  is possible to specify what is the new slicing of the archive of
  reference by using the -s and -S options in conjunction with -Tslicing
- added dar_split command to provide on-fly multi-volume archive support
  for tape media
- experimental feature to have libdar using several threads (not activated
  by default due to poor performance gain)
- dar now aborts when a given  user target cannot be found in included file
- added sha512 hashing algorithm beside already available md5 and sha1, the
  generated hash file can be used with 'sha512sum -c <file>' command
- removed useless --jog option for memory management
- removed previously deprecated -y/--bzip2 command, bzip2 compression
  remains available using -z option (-zbzip2 or --compression=bzip2)
- replaced SHA1 by SHA224 to generate IV for encryption blocks, this
  slightly improves randomness of IV and stay available when libgcrypt is
  run in FIPS mode

from 2.4.23 to 2.4.24
- fixed bug: merging operation could wrongly melt different unrelated hard
  linked inodes when merging using an archive which results from a previous
  merging operation.

from 2.4.22 to 2.4.23
- fixed bug leading dar to not include directories given to -g option nor
  to exclude directories given to -P option when at the same time the
  directory given to -R option starts by a dot ("-R ./here" in place of
  "-R here")

from 2.4.21 to 2.4.22
- fixing bug in the returned exit status when dar failed executing DUC
  command due to system error (now returning the expected code 6 in that
  case too)

from 2.4.20 to 2.4.21
- removed sanity check that caused problem when writing an archive to a
  FUSE based filesystem.
- fixed bug in dar_manager: archive permutation in database lead libdar
  to check an archive number out of range under certain circumstances
- fixed inversion of the condition triggering a warning about archive
  date order in a dar_manager database while moving an archive within a
  database
- removed order dependency between -A and -9 options of dar_manager: -9
  can now be specified before or after -A option.
- resetting to "false" the "inode_wrote" flag of hard link datastructure
  before testing and merging. Merging a previously tested archive or
  testing a second time would not include hard linked inode in the
  operation. This situation does not occurs with dar but could succeed
  with some external tools that keep the catalogue in memory to perform
  different operations on it.
- fixed bug in the routine that detects existing slices to warn the user
  and/or avoid overwriting, bug that lead dar to "bark" when an archive
  base name started by a + character.

from 2.4.19 to 2.4.20
- fixed display bug in dar_manager met when using -o option and adding
  options for dar that does not exist for dar_manager (like -R option)
- reactivating disabled (by mistake) optimization for some read-only dar
  manager database operations
- fixing compilation issue with dar against gcc 4.9.2
- fixing syntax error in dar_manager message
- fixing bug that avoided creating an archive at the root of the filesystem

from 2.4.18 to 2.4.19
- fixed missing quote in dar_par.dcf which is called by the par2 directive
- fixed bug in dar_manager's -u option, not displaying most recent files of
  an archive when they have been marked as removed in a more recent archive
  of the same dar_manager database.
- fixed bug met while restoring in sequential read mode a file having
  several copies (was modified at the time it was saved and retry-on-change
  was set).

from 2.4.17 to 2.4.18
- Initial Vector used for strong encryption was set with pseudo-random data
  generated using SHA1 message digest and blowfish cipher, which are not
  available when ligcrypt is running in FIPS mode. Since 2.4.18 we now use
  SHA256 and AES256 for IV assignment in order to have libdar compatible
  with FIPS mode. For data encryption nothing changes: the cipher specified
  (-K, -J, -$ options on CLI) are used as before.
- fixing bug met when performing archive isolation in sequential-read mode,
  If an archive corruption or truncated archive leads an inode to not have
  its CRC readable, dar aborts and issues a BUG report.
- updating list of project relying on dar/libdar

from 2.4.16 to 2.4.17
- fixing issue when case insensitive comparison was requested and invalid
  wide char for the current local was met in a filename. In such situation
  the corresponding file was never saved before (considering a filesystem
  error for that file), while now the ASCII case insensitivity is used
  as fallback.

from 2.4.15 to 2.4.16
- fixing archive listing displayed information for catalogue size when
  archive is read in --sequential-read mode
- fixing bug that avoided dar releases 2.4.x up to 2.4.15 to read encrypted
  archive generated by dar release 2.3.x and below
- adding informational note at the end of ./configure script execution
  when --enable-mode has not been used.
- adding support for case sensitivity in filename comparison (-an option)
  for other character sets than POSIX/C locale like Cyrillic for example.
- fixing bashisms in doc/samples scripts

from 2.4.14 to 2.4.15
- fixing bug met when reading an encrypted archive in sequential mode
- fixing bug met when reading an encrypted archive in sequential mode from
  an anonymous pipe
- changed option '-;' to -9 as '-;' does not work on all systems with getopt
  (only long option equivalent --min-digits worked) for dar, dar_cp,
  dar_manager, dar_xform and dar_slave commands.
- fixing bug met when restoring deleted files in sequential read mode and
  some directory where they should be "restored" are not readable or
  could not be restored earlier
- adding extra buffer to handle sequential read of encrypted archive
  when the last crypto block contains some but not all clear data after
  encrypted one (the archive trailer).
- fixing compilation issue using clang
- fixing bug that prevents using -~ option with on-fly catalogue isolation
  in order to execute an user command once on-fly isolation has completed
- added some autoconf magic to determine the correct (BSD/GNU) flag to
  use with sed in order to activate regular expression parsing
- new implementation of mask_list class which is compatible with libc++
- fixed bug met on FreeBSD with dar_xform where the system provides a
  standard input file descriptor in read-write instead of read-only mode.

from 2.4.13 to 2.4.14
- limiting memory consumption of the cache layer to stay below 10 MiB, under
  certain circumstances (very large archive), it could grow up to an insane
  value like 50% or the available RAM. reducing to 10 MiB does not impact
  performance in a noticeable manner while it avoids system to swap out due
  to the libdar cache layer becoming huge.
- added --with-pkgconfigdir to define an alternative path for libdar
  pkgconfig file (to ease portability to FreeBSD)
- modified some Makefile.am for better FreeBSD support
- fixed display bug in XML listing output concerning hard linked inodes
- fixing typo in man page
- fixing bug met while isolating a catalogue in --sequential-read mode.
  Using such isolated catalogue lead dar report an error about inaccessible
  EA.
- displaying compression rate for sparse files even when they are
  uncompressed, sparse file detection also leads to compress files
- fixing bug that lead libdar to fail comparing an inode having EA when
  comparison is done in --sequential-read mode
- fixing display bug in in ligcrypt check of configure script for minimum
  required version
- fixing 'make clean' to remove some forgotten files generated by 'make'

(nros)

2022-10-03 13:49:10 UTC MAIN commitmail json YAML

doc: Added devel/libthreadar version 1.4.0

(nros)

2022-10-03 13:47:20 UTC MAIN commitmail json YAML

Add libthreadar version 1.4.0 to pkgsrc-current

libthreadar provides C++ classes for manipulating threads and
propagating back exception from thread to parent thread when the
parent calls the join() method.

(nros)

2022-10-03 12:55:53 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-PerlMagick to 7.1.0.49

(wiz)

2022-10-03 12:55:28 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.1.0.49

(wiz)

2022-10-03 12:55:13 UTC MAIN commitmail json YAML

2022-10-03 12:50:40 UTC MAIN commitmail json YAML

doc: Updated shells/bash to 5.2

(wiz)

2022-10-03 12:50:27 UTC MAIN commitmail json YAML

bash: update to 5.2.

This is a terse description of the new features added to bash-5.2 since
the release of bash-5.1.  As always, the manual page (doc/bash.1) is
the place to look for complete descriptions.

1. New Features in Bash

a. The bash malloc returns memory that is aligned on 16-byte boundaries.

b. There is a new internal timer framework used for read builtin timeouts.

c. Rewrote the command substitution parsing code to call the parser recursively
  and rebuild the command string from the parsed command. This allows better
  syntax checking and catches errors much earlier. Along with this, if
  command substitution parsing completes with here-documents remaining to be
  read, the shell prints a warning message and reads the here-document bodies
  from the current input stream.

d. The `ulimit' builtin now treats an operand remaining after all of the options
  and arguments are parsed as an argument to the last command specified by
  an option. This is for POSIX compatibility.

e. Here-document parsing now handles $'...' and $"..." quoting when reading the
  here-document body.

f. The `shell-expand-line' and `history-and-alias-expand-line' bindable readline
  commands now understand $'...' and $"..." quoting.

g. There is a new `spell-correct-word' bindable readline command to perform
  spelling correction on the current word.

h. The `unset' builtin now attempts to treat arguments as array subscripts
  without parsing or expanding the subscript, even when `assoc_expand_once'
  is not set.

i. There is a default value for $BASH_LOADABLES_PATH in config-top.h.

j. Associative array assignment and certain instances of referencing (e.g.,
  `test -v' now allow `@' and `*' to be used as keys.

k. Bash attempts to expand indexed array subscripts only once when executing
  shell constructs and word expansions.

l. The `unset' builtin allows a subscript of `@' or `*' to unset a key with
  that value for associative arrays instead of unsetting the entire array
  (which you can still do with `unset arrayname'). For indexed arrays, it
  removes all elements of the array without unsetting it (like `A=()').

m. Additional builtins (printf/test/read/wait) do a better job of not
  parsing array subscripts if array_expand_once is set.

n. New READLINE_ARGUMENT variable set to numeric argument for readline commands
  defined using `bind -x'.

o. The new `varredir_close' shell option causes bash to automatically close
  file descriptors opened with {var}<fn and other styles of varassign
  redirection unless they're arguments to the `exec' builtin.

p. The `$0' special parameter is now set to the name of the script when running
  any (non-interactive) startup files such as $BASH_ENV.

q. The `enable' builtin tries to load a loadable builtin using the default
  search path if `enable name' (without any options) attempts to enable a
  non-existent builtin.

r. The `printf' builtin has a new format specifier: %Q. This acts like %q but
  applies any specified precision to the original unquoted argument, then
  quotes and outputs the result.

s. The new `noexpand_translations' option controls whether or not the translated
  output of $"..." is single-quoted.

t. There is a new parameter transformation operator: @k. This is like @K, but
  expands the result to separate words after word splitting.

u. There is an alternate array implementation, selectable at `configure' time,
  that optimizes access speed over memory use (use the new configure
    --enable-alt-array-implementation option).

v. If an [N]<&WORD- or [N]>&WORD- redirection has WORD expand to the empty
  string, treat the redirection as [N]<&- or [N]>&- and close file descriptor
  N (default 0).

w. Invalid parameter transformation operators are now invalid word expansions,
  and so cause fatal errors in non-interactive shells.

x. New shell option: patsub_replacement. When enabled, a `&' in the replacement
  string of the pattern substitution expansion is replaced by the portion of
  the string that matched the pattern. Backslash will escape the `&' and
  insert a literal `&'.

y. `command -p' no longer looks in the hash table for the specified command.

z. The new `--enable-translatable-strings' option to `configure' allows $"..."
  support to be compiled in or out.

aa. The new `globskipdots' shell option forces pathname expansion never to
    return `.' or `..' unless explicitly matched. It is enabled by default.

bb. Array references using `@' and `*' that are the value of nameref variables
    (declare -n ref='v[@]' ; echo $ref) no longer cause the shell to exit if
    set -u is enabled and the array (v) is unset.

cc. There is a new bindable readline command name:
    `vi-edit-and-execute-command'.

dd. In posix mode, the `printf' builtin checks for the `L' length modifier and
    uses long double for floating point conversion specifiers if it's present,
    double otherwise.

ee. The `globbing' completion code now takes the `globstar' option into account.

ff. `suspend -f' now forces the shell to suspend even if job control is not
  currently enabled.

gg. Since there is no `declare -' equivalent of `local -', make sure to use
    `local -' in the output of `local -p'.

(wiz)

2022-10-03 12:45:43 UTC MAIN commitmail json YAML

doc: Updated devel/readline to 8.2

(wiz)

2022-10-03 12:45:34 UTC MAIN commitmail json YAML

readline: update to 8.2.

New Features in Readline

a. There is now an HS_HISTORY_VERSION containing the version number of the
  history library for applications to use.

b. History expansion better understands multiple history expansions that may
  contain strings that would ordinarily inhibit history expansion (e.g.,
  `abc!$!$').

c. There is a new framework for readline timeouts, including new public
  functions to set timeouts and query how much time is remaining before a
  timeout hits, and a hook function that can trigger when readline times
  out. There is a new state value to indicate a timeout.

d. Automatically bind termcap key sequences for page-up and page-down to
  history-search-backward and history-search-forward, respectively.

e. There is a new `fetch-history' bindable command that retrieves the history
  entry corresponding to its numeric argument. Negative arguments count back
  from the end of the history.

f. `vi-undo' is now a bindable command.

g. There is a new option: `enable-active-region'. This separates control of
  the active region and bracketed-paste. It has the same default value as
  bracketed-paste, and enabling bracketed paste enables the active region.
  Users can now turn off the active region while leaving bracketed paste
  enabled.

h. rl_completer_word_break_characters is now `const char *' like
  rl_basic_word_break_characters.

i. Readline looks in $LS_COLORS for a custom filename extension
  (*.readline-colored-completion-prefix) and uses that as the default color
  for the common prefix displayed when `colored-completion-prefix' is set.

j. Two new bindable string variables: active-region-start-color and
  active-region-end-color. The first sets the color used to display the
  active region; the second turns it off. If set, these are used in place
  of terminal standout mode.

k. New readline state (RL_STATE_EOF) and application-visible variable
  (rl_eof_found) to allow applications to detect when readline reads EOF
  before calling the deprep-terminal hook.

l. There is a new configuration option: --with-shared-termcap-library, which
  forces linking the shared readline library with the shared termcap (or
  curses/ncurses/termlib) library so applications don't have to do it.

m. Readline now checks for changes to locale settings (LC_ALL/LC_CTYPE/LANG)
  each time it is called, and modifies the appropriate locale-specific display
  and key binding variables when the locale changes.

(wiz)

2022-10-03 12:44:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/dbus to 1.14.2

(wiz)

2022-10-03 12:44:00 UTC MAIN commitmail json YAML

dbus: update to 1.14.2.

dbus 1.14.2 (2022-09-26)
========================

Fixes:

• Fix build failure on FreeBSD (dbus!277, Alex Richardson)

• Fix build failure on macOS with launchd enabled
  (dbus!287, Dawid Wróbel)

• Preserve errno on failure to open /proc/self/oom_score_adj
  (dbus!285, Gentoo#834725; Mike Gilbert)

• On Linux, don't log warnings if oom_score_adj is read-only but does not
  need to be changed (dbus!291, Simon McVittie)

• Slightly improve error-handling for inotify
  (dbus!235, Simon McVittie)

• Don't crash if dbus-daemon is asked to watch more than 128 directories
  for changes (dbus!302, Jan Tojnar)

• Autotools build system fixes:
  · Don't treat --with-x or --with-x=yes as a request to disable X11,
    fixing a regression in 1.13.20. Instead, require X11 libraries and
    fail if they cannot be detected. (dbus!263, Lars Wendler)
  · When a CMake project uses an Autotools-built libdbus in a
    non-standard prefix, find dbus-arch-deps.h successfully
    (dbus#314, Simon McVittie)
  · Don't include generated XML catalog in source releases
    (dbus!317, Jan Tojnar)
  · Improve robustness of detecting gcc __sync atomic builtins
    (dbus!320, Alex Richardson)

• CMake build system fixes:
  · Detect endianness correctly, fixing interoperability with other D-Bus
    implementations on big-endian systems (dbus#375, Ralf Habacker)
  · When building for Unix, install session and system bus setup
    in the intended locations
    (dbus!267, dbus!297; Ralf Habacker, Alex Richardson)
  · Detect setresuid() and getresuid() (dbus!319, Alex Richardson)
  · Detect backtrace() on FreeBSD (dbus!281, Alex Richardson)
  · Don't include headers from parent directory (dbus!282, Alex Richardson)
  · Distinguish between host and target TMPDIR when cross-compiling
    (dbus!279, Alex Richardson)
  · Fix detection of atomic operations (dbus!306, Alex Richardson)

Tests and CI enhancements:

• On Unix, skip tests that switch uid if run in a container that is
  unable to do so, instead of failing (dbus#407, Simon McVittie)

• Use the latest MSYS2 packages for CI
  (Ralf Habacker, Simon McVittie)

(wiz)

2022-10-03 12:38:24 UTC MAIN commitmail json YAML

Updated comms/py-rich, devel/py-jaraco.classes

(adam)

2022-10-03 12:38:01 UTC MAIN commitmail json YAML

py-jaraco.classes: updated to 3.2.3

v3.2.3
Enabled badge with link to docs in the readme.

(adam)

2022-10-03 12:36:43 UTC MAIN commitmail json YAML

py-rich: updated to 12.6.0

12.6.0 - 2022-10-02

Added

Parse ANSI escape sequences in pretty repr
Add support for FORCE_COLOR env var
Allow a max_depth argument to be passed to the install() hook
Document using None as name in __rich_repr__ for tuple positional args
Add font_aspect_ratio parameter in SVG export https://github.com/Textualize/rich/pull/2539/files
Added Table.add_section method.

Fixed

Handle stdout/stderr being null
Fix NO_COLOR support on legacy Windows
Fix pretty printer handling of cyclic references
Fix missing mode property on file wrapper breaking uploads via requests
Fix mismatching default value of parameter ensure_ascii
Remove unused height parameter in Layout class
Fixed exception in Syntax.rich_measure for empty files

Changed

Removed border from code blocks in MarkdownCVS: ----------------------------------------------------------------------

(adam)

2022-10-03 12:28:35 UTC MAIN commitmail json YAML

Updated databases/sqlite3, databases/sqlite3-docs, databases/sqlite3-tcl, devel/lemon

(adam)

2022-10-03 12:27:52 UTC MAIN commitmail json YAML

sqlite3: updated to 3.39.4

Changes in version 3.39.4 (2022-09-29):

Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT
Fix a long-standing problem in the btree balancer that might, in rare cases, cause database corruption if the application uses an application-defined page cache.
Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER statements if one or more of the statements in the body of the trigger write into shadow tables.
Fix a possible integer overflow in the size computation for a memory allocation in FTS3.
Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.

(adam)

2022-10-03 11:51:56 UTC MAIN commitmail json YAML

Updated devel/libebml, multimedia/libmatroska

(adam)

2022-10-03 11:51:38 UTC MAIN commitmail json YAML

libmatroska: updated to 1.7.0

Version 1.7.0 2022-09-30

* A C++14 compliant C++ compiler is now required.
* libEBML v1.4.3 is now required.
* Remove Coremake project files
* Add `KaxInternalBlock::GetRelativeTimestamp()` to access unscaled
  block timestamps.
* Fixed problems with the generated `pkg-config` files if any of the
  installation paths are absolute.
* Added several enums in `namespace libmatroska` for the various
  elements that are constrained to a set of options:
  `MatroskaTrackType`, `MatroskaTrackEncodingCompAlgo`,
  `MatroskaChapterTranslateCodec`, `MatroskaTrackTranslateCodec`,
  `MatroskaVideoFlagInterlaced`, `MatroskaVideoFieldOrder`,
  `MatroskaVideoStereoMode`, `MatroskaVideoAlphaMode`,
  `MatroskaVideoOldStereoMode`, `MatroskaVideoDisplayUnit`,
  `MatroskaVideoAspectRatioType`, `MatroskaVideoMatrixCoefficients`,
  `MatroskaColourChromaSitingHorz`, `MatroskaColourChromaSitingVert`,
  `MatroskaVideoRange`, `MatroskaVideoTransferCharacteristics`,
  `MatroskaVideoPrimaries`, `MatroskaVideoProjectionType`,
  `MatroskaAudioEmphasis`, `MatroskaTrackPlaneType`,
  `MatroskaContentEncodingScope`, `MatroskaContentEncodingType`,
  `MatroskaContentEncodingAlgo`, `MatroskaAESSettingsCipherMode`,
  `MatroskaContentSignatureAlgo`, `MatroskaContentSigHashAlgo`,
  `MatroskaChapterSkipType`, `MatroskaChapterProcessTime` and
  `MatroskaTargetTypeValue`.
* Updated the semantics to the latest specifications, deprecating the
  following elements by preventing code to write them:
  `KaxClusterSilentTracks`, `KaxClusterSilentTrackNumber`,
  `KaxSlices`, `KaxReferenceFrame`, `KaxReferenceOffset`,
  `KaxReferenceTimeCode`, `KaxTrackTimecodeScale`,
  `KaxCodecDecodeAll`, `KaxVideoAspectRatio`, `KaxTrickTrackUID`,
  `KaxTrickTrackSegmentUID`, `KaxTrickTrackFlag`,
  `KaxTrickMasterTrackUID`, `KaxTrickMasterTrackSegmentUID`,
  `KaxContentSignature`, `KaxContentSigKeyID`, `KaxContentSigAlgo` and
  `KaxContentSigHashAlgo`.
* Updated the semantics to the latest specifications, making the
  following elements mandatory (but having default values):
  `KaxCodecDelay`, `KaxVideoPixelCropBottom`, `KaxVideoPixelCropTop`,
  `KaxVideoPixelCropLeft`, `KaxVideoPixelCropRight`,
  `KaxVideoBitsPerChannel`, `KaxCueCodecState`,
  `KaxTagTargetTypeValue`, `KaxTrackLanguage`, `KaxVideoStereoMode`,
  `KaxVideoAlphaMode`, `KaxEditionFlagOrdered`,
  `KaxVideoChromaSitHorz`, `KaxVideoChromaSitVert`,
  `KaxVideoColourRange`, `KaxVideoColourMatrix`,
  `KaxVideoColourTransferCharacter`, `KaxVideoColourPrimaries` and
  `KaxVideoDisplayUnit`.
* Updated the semantics to the latest specifications, removing the
  default values from the following elements: `KaxCueBlockNumber`,
  `KaxFlagHearingImpaired`, `KaxFlagVisualImpaired`,
  `KaxFlagTextDescriptions`, and `KaxFlagOriginal`.
* Updated the semantics to the latest specifications, adding the
  following new elements: `TagDefaultBogus` (as a placeholder for
  accidentally used but wrong EBML ID 0x44b4), `KaxEmphasis`,
  `KaxChapterSkipType`, `KaxEditionDisplay`, `KaxEditionString` and
  `KaxEditionLanguageIETF`.

(adam)

2022-10-03 11:50:19 UTC MAIN commitmail json YAML

libebml: updated to 1.4.3

Version 1.4.3 2022-09-30

* A C++14 compliant C++ compiler is now required.
* Fix compilation with g++ 11.
* Remove Coremake project files
* Updated the bundled utf8cpp to v3.2.1.
* Fixed several problems in `EbmlBinary:` potential segfault by
  writing to a `nullptr`, potential memory leak under certain error
  conditions.
* Fixed problems with the generated `pkg-config` files if any of the
  installation paths are absolute.

(adam)

2022-10-03 11:36:42 UTC MAIN commitmail json YAML

py-cryptodome: Fails with a compiler defaulting to c89

(nia)

2022-10-03 11:27:40 UTC MAIN commitmail json YAML

gst-plugins1-bad: Fails with compiler defaulting to c89.

(nia)

2022-10-03 11:25:45 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6673 - requested by thor
blas: build fix for BLAS_TYPE=openblas_pthread

Revisions pulled up:
- mk/blas.buildlink3.mk                                        1.4

---
  Module Name:    pkgsrc
  Committed By:  thor
  Date:          Mon Sep 26 09:33:01 UTC 2022

  Modified Files:
          pkgsrc/mk: blas.buildlink3.mk

  Log Message:
  blas.bl3: Fix BLAS_INCLUDES for openblas_pthread with 32 bit (default) indices

(bsiegert)

2022-10-03 11:07:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/dusage to 0.3.3

(pin)

2022-10-03 11:07:21 UTC MAIN commitmail json YAML

sysutils/dusage: update to 0.3.3

- Audit: Reference centralized repository
- Fix: Clippy warnings
- Colorize: Split to seprate structs
- Cargo: Use latest clap

(pin)

2022-10-03 10:46:52 UTC MAIN commitmail json YAML

Updated multimedia/handbrake

(adam)

2022-10-03 10:46:05 UTC MAIN commitmail json YAML

2022-10-03 09:07:56 UTC MAIN commitmail json YAML

Updated misc/stellarium, time/py-pytz

(adam)

2022-10-03 09:07:36 UTC MAIN commitmail json YAML

py-pytz: updated to 2022.4

2022.4:
Unknown changes

(adam)

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

stellarium: updated to 1.0

1.0 [2022-10-01]
The Stellarium team did it. Stellarium 1.0 is here!

What makes this 1.0?

- After more than 20 years of development the program is finally accurate
  enough for historical application.
- This is the first release based on the Qt6 framework, so the project is
  safe for future development. These packages are tagged with a version
  number like 1.22.3.
- We keep releasing Qt5-based packages for legacy or obsolete systems.
  This may include many Windows users who have to run ANGLE mode.
  These packages are tagged with a version number like 0.22.3.

What is new for users?

- A new, much better skylight model (Not for MacOS and OpenGL ES2 systems,
  sorry.)
- Many details around eclipses
- Updated Observation List features
- New features in AstroCalc tool
- HiDPI improvements
- Better dithering
- Able to use Windows location service (Windows)
- New skyculture: Samoan
- Updated several skycultures
- Updates in Angle Measure, Satellites, Oculars, Remote Control, Pulsars
  plugins
- Many more bugfixes.

(adam)

2022-10-03 07:50:27 UTC MAIN commitmail json YAML

2022-10-02 23:51:10 UTC MAIN commitmail json YAML

doc: Updated databases/p5-App-Sqitch to 1.3.1

(schmonz)

2022-10-02 23:51:06 UTC MAIN commitmail json YAML

Update to 1.3.1. From the changelog:

- Fixed a bug introduced in v1.3.0 where the Postgres engine would
  always pass the port to `psql`, thus ignoring the `PGPORT` environment
  variable. Thanks to Cam Feenstra for the spot (#675)!
- Fixed test failures on OSes where the local time zone cannot be
  determined. Thanks to Slaven Rezić for the test reports, and to
  Dave Rolsky for the solution (#672).
- Updated the MySQL deploy/revert lock to be specific to the target
  database. This allows multiple instances of Sqitch to run at the
  same time on the same server as long as they're connecting to different
  databases. Thanks to Dmytro Kh for the report and discussion of the
  options (#670).
- Fixed test failures where DBD::Mem was not installed. Likely only
  occurred on some CPAN Testers nodes. Thanks to Slaven Rezić for those
  (#673).
- Banned the backslash character (`\`) in change and tag names. It would
  be ignored on Unix-style systems, but create unexpected subdirectories
  on Windows systems.
- Banned the slash character (`/`) in tag names. They're still allowed
  in change names to enable script organization, but can wreak havoc
  when used in tag names. Thanks to @ewie for the report (#680)!

(schmonz)

2022-10-02 23:45:56 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 6.2.0

(schmonz)

2022-10-02 23:45:52 UTC MAIN commitmail json YAML

Update to 6.2.0. From the changelog:

DateScrubber:
- You can now easily create a date scrubber.

SimpleLogger log_to_string is thread safe:
- log_to_string, by default, now will log 1 string per thread. Allowing
  multithreaded testing

(schmonz)

2022-10-02 22:58:52 UTC MAIN commitmail json YAML

pyversion.mk: Define PYPKGPREFIX in error case

The specification for pyversion.mk says that it defines PYPKGPREFIX
and PYVERSSUFFIX.  Various buildlink files rely on these being
defined, as they are tested without guarding them for being empty.

When there is no valid python version, _PYTHON_VERSION was set to
"none", and PKG_FAIL_REASON defined, so the user gets a reasonable
error.  However, if a buildlink3 uses an unguarded PYPKGPREFIX, a
syntax error results, and the PKG_FAIL_REASON is not display.

This commit defines the two variables to "none" in the case of no
valid version, mirroring the treatment of _PYTHON_VERSION and
correcting a failure to follow the specification.  In this case the
build is going to fail one way or another, but it's vastly better to
have a useful error message.

(Tested earlier, but deferred during freeze.)

(gdt)

2022-10-02 21:43:29 UTC MAIN commitmail json YAML

doc/TODO: + stellarium-1.0, zola-0.16.1.

(wiz)

2022-10-02 20:59:04 UTC MAIN commitmail json YAML

2022-10-02 20:57:57 UTC MAIN commitmail json YAML

doc: Updated emulators/suse15_gtk3 to 15.5nb1

(wiz)

2022-10-02 20:57:41 UTC MAIN commitmail json YAML

suse15_gtk3: run update-mime-database during INSTALL

Bump PKGREVISION.

(wiz)

2022-10-02 20:21:52 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd-qt to 0.7.8

(nros)

2022-10-02 20:19:52 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd-gtk to 0.7.8

(nros)

2022-10-02 20:19:30 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd-icons to 0.7.8

(nros)

2022-10-02 20:18:51 UTC MAIN commitmail json YAML

Update dhcpcd-ui based packages to version 0.7.8

Remove dead master sites.

Notable changes from git:
Add Support for dhcpcd NOCARRIER_ROAMING.

(nros)

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

doc: Updated net/dhcpcd-dbus to 0.6.1

(nros)

2022-10-02 20:09:48 UTC MAIN commitmail json YAML

Update net/dhcpcd-dbus to version 0.6.1

Fix master sites.
Changelog could not be found for changes.

(nros)

2022-10-02 19:40:06 UTC MAIN commitmail json YAML

2022-10-02 18:49:15 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 9.4.1

(nros)