3.3.1:
MySQL 8 is supported and fixes an issue with 8.0.31 and libzdb
3.3.0:
This release bumps gmime to version 3.0 (3.2), all other requirements
are the same.
3.2.6:
The maintenance(dbmail-util) process should be issued in a maintenance
window do to massive changes on database
compatibility compiler standard was raised to C17
Added
IMAP Daemon: added switch to control the sequence update strategy
IMAP Daemon: added switch to control the sync between DELETE flag and
the actual state of the message (deleted)
Build: automatic installation script (v 0.5)
Maintenance(dbmail-util): added option to upgrade to
utf8mb4(MariaDB/MySQL)
Optimizations
IMAP: optimizing differential state
+ bugfixes
0.16.0:
Promscale as a Jaeger-certified backend, performance improvements,
and other bug fixes.
0.15.0:
Bug fixes and performance improvements in tracing(Jaeger & OTLP) subsystem.
Added
Added _ps_catalog.chunks_to_vacuum_freeze to identify compressed chunks
containing tuples not yet frozen
Added three functions used for coordinating the vacuum engine
_prom_catalog.get_advisory_lock_id_vacuum_engine,
_prom_catalog.lock_for_vacuum_engine, and
_prom_catalog.unlock_for_vacuum_engine()
Added ability for database owners to override security checks in script
migrating from Promscale < 0.10.0
Fixed
Correctly remove all expired series
Fix migration when a metric is not compressed
Changed
The timescaledb extension is now a mandatory prerequisite
Reuse ingestion temp tables across batches
Drop non empty span name check constraint from _ps_trace.operation table
The C standard says assert() must be a void expression, so change
the definition from being a block to an expression, loosely patterned
after our <assert.h> header. This makes it compatible with the
various perl headers this program uses. Also, add a missing semicolon
in a sequence of assert() uses, as this error was now exposed.
Bump PKGREVISION.
ssh-audit is a tool for ssh server & client configuration auditing.
Features:
* SSH1 and SSH2 protocol server support
* analyze SSH client configuration
* grab banner, recognize device or software and OS, detect compression
* gather key-exchange, host-key, encryption and MAC algorithms
* output algorithm information
(available since, removed/disabled, unsafe/weak/legacy, etc)
* output algorithm recommendations
(append or remove based on recognized software version)
* output security information (related issues, assigned CVE list, etc)
* analyze SSH version compatibility based on algorithm information
* historical information from OpenSSH, Dropbear SSH and libssh
* policy scans to ensure adherence to a hardened/standard configuration
0.16.1
- This release only fixes the incorrect reported version by the 0.16.0
release
0.16.0
- Handle glibc-hwcaps on ppc64le on CentOS/RHEL/Rocky 8 for
tests/replace-add-needed.sh
- Add --print-os-abi and --set-os-abi options
- Fix Out-of-bounds read in the function modifyRPath
- Sync .note.gnu.property to PT_GNU_PROPERTY
- Fix out of bounds access when increasing program header table
- Rework file shifting to avoid sections crossing multiple segments
Changes from version 7.0 to 8.0:
================================
Changes of syntax and output:
* Hexadecimal constants ending on '+' or '-' (e.g., 0x123p-) now
provoke a syntax error (as it always should have).
* The match construct on error now matches (it used to return
error).
* In certain cases, procedures could not be applied to an empty set
of arguments because a syntax error occurred before. This is now
possible.
* The meaning and use of infinities and signed zeros in intervals
has been changed (see documentation for details).
* Input and output of decimal constants is now fully exact in
rationalmode. In all other instances, a warning message is now
produced when an internal constant gets printed in decimal and a
rounding occurs.
Critical bug fixes:
* Making Sollya compile again with recent versions of fplll (at
least on the Linux side).
Improvements in internal handling:
* Improved performance on manipulation of polynomials.
Major bug fixes:
* Patched a bug in interval erfc.
* Patched a bug preventing match to work on unary minus.
Major new functionalities:
* The interpolate command allows for polynomial interpolation with
and without error (see documentation for details).
* The bezout command allows for computation of a gcd along with
matching cofactors (see documentation for details).
Minor new functionalities:
* The externaldata command now allows generic external library
symbols to be bound to Sollya objects (see documentation for
details).
* Improvements on use of the L'Hopital rule for function
evaluations.
* When started as an interactive tool or as a library, Sollya now
binds the executable's 0th argument to the Sollya identifier
__program_name.
* In situations when the user wishes to provide the minimax with
real coefficients to fpminimax, it is now possible to give a list
of coefficients instead of the expression of the real minimax (see
documentation for details).
* The free mathematical variable can now be unbound with the rename
command (see documentation for details).
* The bind command now allows for procedures with an arbitrary
number of arguments (see documentation for details).
* The char *sollya_lib_get_help_text(char *topic) function now
allows for access to the help text of a certain topic.
Others:
* In certain circumstances, the printing of a list may have had
quadratic complexity in the past. This has been corrected.
* If the compiler supports the -flto flag; this option is disabled
by default though. To enable LTO compilation, use
--enable-lto-compilation. On certain systems the -flto flag is
supported by the compiler but LTO compilation fails. In this case,
it is recommended not to enable LTO compilation.
* dirtyfindzeros used to include in the list of zeros any point
where the expression given as input evaluated to NaN. Such points
are now included only when there is a real suspicion that it could
be a true zero of the expression.
* externalprocedure, externalfunction and externaldata entries can
have cross-dependencies for their symbols. The tool now makes sure
all symbols are unloaded in the precise inverse order of their
loading, to allow for such cross-dependencies.
* chebyshevform command can now be used out of execute() statements.
* remez command now tries to recognize the situation when the
optimal error function is identically 0.
* configure now allows for cross-compilation.
Deprecated functionalities:
* Deprecated readxml and printxml.
* Deprecated the proof generation feature of the infnorm command.
* Deprecated end-elliptic lists ending with a number as a format
list in fpminimax.
And many bugs fixed.
Pkgsrc changes:
* More patching of isxxxx() uses to u_char.
Upstream changes:
Version 3.2.3
-------------
* New: Provide better error reporting if a Connection cannot be
obtained from the Connection Pool by introducing the method
ConnectionPool_getConnectionOrException(). In C++ the exception
thrown now contains the actual cause instead of a generic error.
* Fix: In C++ guard against stopping the Connection Pool with active
Connections. I.e. all Connections should be returned to the pool
before explicitly attempting to stop the pool. This is due to how
C++ destructors are called at scope end; if there is a reference
to a live Connection object after the pool is stopped it might cause
a dealloc sequence problem.
* Fix: Issue #50 where unit test 5 could fail for MariaDB because
mysql_stmt_affected_rows() only returns actual affected rows, not
matched rows which MySQL does.
* Fix: plus other minor improvements and fixes
Add two patches:
* Avoid c++ overload conflict between `time_t` and `long long`
* Fix a print of `time_t` in tests/unit.c.
It seems evaldo@gardenali.biz was swallowed by Google 10+ years
ago (domain gardenali.biz no longer exists), so I took the liberty
of reverting that to pkgsrc-users@NetBSD.org.
Bump PKGREVISION.
This had MESSAGE to given an example config generation command (which
probably follows upstream docs), and to warn about the deficient
sqlite in NetBSD base. Move them to files/ and install as
documentation. Add a caution to the Makefile near the sqlite include.
(It remains to actually fix the sqlite issue.)
v20.16.6 (2022-10-25)
---------------------
Features - 20.16.6
- Drop unneeded shims for PyPy3 directory structure
Bugfixes - 20.16.6
- Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable
- Allow the test suite to pass even with the original C shell (rather than ``tcsh``)
- Fix fallback handling of downloading wheels for bundled packages
- Upgrade embedded setuptools to ``65.5.0`` from ``65.3.0`` and pip to ``22.3`` from ``22.2.2``
0.9.0 (2022-10-27)
Hide a Python 3.11.0 unavoidable warning with venv
Fix infinite recursion error in check_dependency with circular dependencies
Only import colorama on Windows
Flush output more often to reduce interleaved output
Small API cleanup, like better __all__ and srcdir being read only.
Only use importlib_metadata when needed
Clarify in printout when build dependencies are being installed