Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Added missing semicolon(!) in Rose::DB::Object::Metadata.
Fiues:
Can't modify undef operator in scalar assignment at /usr/pkg/lib/perl5/vendor_perl/5.36.0/Rose/DB/Object/Metadata.pm line 4195, near "undef;"
BEGIN not safe after errors--compilation aborted at /usr/pkg/lib/perl5/vendor_perl/5.36.0/Rose/DB/Object/Metadata.pm line 4359.
|
|
|
|
protocols/smtp:
archive member '__.SYMDEF SORTED' is not mach-o or llvm bitcode file
(likewise for '__.SYMDEF')
|
|
|
|
|
|
Bug fix release
Changes: https://github.com/outpaddling/auto-admin/releases
|
|
devel/py-zope.hookable, www/py-zope.proxy
|
|
4.5.1 (2022-09-15)
==================
- Disable unsafe math optimizations in C code.
|
|
5.2 (2022-09-13)
================
- Add support for Python 3.10 and 3.11 (as of 3.11.0rc1).
- Disable unsafe math optimizations in C code.
|
|
5.5.1 (2022-09-07)
==================
- Fix: let ``--at-level=level`` with ``level <= 0`` run the tests
at all levels (rather than at no level)
5.5 (2022-06-24)
================
- Use ``sys._current_frames`` (rather than ``threading.enumerate``)
as base for new thread detection
- New option ``--gc-after-test``. It calls for a garbage collection
after each test and can be used to track down ``ResourceWarning``s
and cyclic garbage.
With ``rv = gc.collect()``, ``!`` is output on verbosity level 1 when
``rv`` is non zero (i.e. when cyclic structures have been released),
``[``*rv*``]`` on higher verbosity levels and
a detailed cyclic garbage analysis on verbosity level 4+.
- Allow the filename for the logging configuration to be specified
via the envvar ``ZOPE_TESTRUNNER_LOG_INI``.
If not defined, the configuration continues to be locked for
in file ``log.ini`` of the current working directory.
Remember the logging configuration file in envvar
``ZOPE_TESTRUNNER_LOG_INI`` to allow spawned child processes
to recreate the logging configuration.
|
|
6.2.1 (2022-09-14)
==================
- Fix outsized integer test values that break tests on newer Python versions.
|
|
|
|
v0.5.0
Bump bundled llhttp to 6.0.9
fixes CVE-2022-32213, CVE-2022-32214, CVE-2022-32215
Test and build against Python 3.11
|
|
Version 0.6.10
--------------
- Fixed segmentation fault during resource allocation on M1 processor.
- Fixed additional segmentation faults introduced with ImageMagick 7.1.0-45.
|
|
|
|
v6.6.0
Minor Changes
Replace no-jinja-nesting with jinja[invalid]
Create template_instead_of_copy.py
Add rule to verify that galaxy.yml collection version is present and >= 1.0.0
Bugfixes
Mark galaxy rule as required only for shared profile
Improve noqa comment detection
Update schemas
Fix bug parsing inline skips with tags:
Fix bug in skip_list parsing with lists of integers
Update meta schema to require standalone property
Fix identification of inline noqa skips
Docs: no handler rule
Docs: updates to schema rule
Make links to rule docs relative
Fix include load in blocks
Docs: Update the fqcn builtin rule docs for legacy shell
Docs: literal compare rule
Docs: inline env var rule
docs: exclude_list => exclude_paths
Document metadata rules
Clean-up documentation theme
Change ansible-lint logo to bracket-dot from codicons
Docs: empty string compare rule
Docs: ignore errors rule
no-changed-when: add documentation
Docs: Minor edits to rule docs
schema: add documentation
fqcn-builtins: add documentation
no-log-password: add documentation
Update schemas
no-jinja-when: add documentation
Update schemas
Suspend git output in progressive mode
Do not parse excluded files
docs: replace wrong occurrences of ignore_list with skip_list in rules
|
|
v6.4.0
======
Added Collections
-----------------
- inspur.ispim (version 1.0.1)
- vultr.cloud (version 1.1.0)
Ansible-core
------------
Ansible 6.4.0 contains Ansible-core version 2.13.4.
This is a newer version than version 2.13.3 contained in the previous Ansible release.
|
|
devel/py-types-ujson
|
|
5.5.0
Match py-ujson
|
|
5.5.0
Added
Add support for Python 3.11 and PyPy3.9
Add separators encoding parameter
Fixed
Fix encoding of infinity
|
|
v2.5.0
Changed
Skip keys with incompatible alg when loading JWKSet
Remove support for python3.6
Emit a deprecation warning for unsupported kwargs
Remove redundant wheel dep from pyproject.toml
Do not fail when an unusable key occurs
Update audience typing
Improve PyJWKSet error accuracy
Mypy as pre-commit check + api_jws typing
Fixed
Adjust expected exceptions in option merging tests for PyPy3
Fixes for pyright on strict mode
docs: fix simple typo, iinstance -> isinstance
Fix typo: priot -> prior
Fix for headers disorder issue
Added
Add to_jwk static method to ECAlgorithm
Expose get_algorithm_by_name as new method
Add type hints to jwt/help.py and add missing types dependency
Add cacheing functionality for JWK set
|
|
What's New in astroid 2.12.10?
==============================
* Fixed a crash when introspecting modules compiled by `cffi`.
* ``decorators.cached`` now gets its cache cleared by calling ``AstroidManager.clear_cache``.
|
|
|
|
upstream changes
----------------
Dotclear 2.23.1 - 2022-08-13
===========================================================
* Fix: Adding a new comment was buggy (front/back)
Dotclear 2.23 - 2022-08-13
===========================================================
* PHP 7.4+ is required, PHP 8.0/8.1 compliance
* Remove Iconset management
* Admin UI: Harmonize font size on different support (laptop, tablet, mobile)
* Admin UX: Group more logically buttons on CKEditor toolbar
* Core: New constant DC_DEFAULT_THEME, set to 'berlin'
* Core: Use predefined constants for post statuses (dcBlog::POST_*)
* Core: Use predefined constants for comment statuses (dcBlog::COMMENT_*)
* Core: Deprecated global $core (or $GLOBALS['core']), use dcCore::app() instead
* Core: Deprecated global $_ctx, use dcCore::app()->ctx instead
* Core: Deprecated global $_lang, use dcCore::app()->lang instead
* Core: Deprecated global $mod_files, use dcCore::app()->cache['mod_files'] instead
* Core: Deprecated global $mod_ts, use dcCore::app()->cache['mod_ts'] instead
* Core: Deprecated global $_menu, use dcCore::app()->menu instead
* Core: Deprecated global $__resources, use dcCore::app()->resources instead
* Core: REST server now accepts JSON format (experimental)
* Fix: Use relative URL for attachments as far as possible
* Fix: Remove select hiding mechanism when help is displayed
* Fix: Loading of modules (plugins/themes) in safe mode
* Fix: Message position on Quick entry submit (dashboard)
* Fix: Select appearance on Safari (webkit engine)
* Lib: Update CKEditor to 4.19.1
* Lib: Update Codemirror to 5.65.7
* Various bugs, a11y concerns and typos fixed
* Some locales and cosmetic adjustments
* Warning: Internet Explorer is not more officially supported (may still work weirdly)
|
|
|
|
This was missed during previous updates.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
The xpipe command reads input from stdin and splits it by the
given number of bytes, lines, or if matching the given pattern.
It then invokes the given utility repeatedly, feeding it the
generated data chunks as input.
You can think of it as a Unix love-child of the split(1),
tee(1), and xargs(1) commands.
https://github.com/jschauma/xpipe
|
|
|
|
upstream changes:
-----------------
o v1.21.0
Bugfixes:
#8219: REST API: db/completion no output when one folder is paused
#8479: Panic in failure reporting
Enhancements:
#1329: Add support for syncing ownership of files
#7981: Show likely status of disconnected devices
#8296: Auto-accepted receive-encrypted folders should have more sensible defaults
#8323: Show internally used paths in the GUI for debugging
#8448: Remove "restart on wakeup" functionality
|
|
Now also reported upstream, ref.
https://github.com/alexcrichton/openssl-src-rs/pull/156
so hopefully this patch can eventually be removed.
|
|
Avoid collision with powerpc/frame.h's struct callframe.
|
|
|
|
Pkgsrc changes:
* Only checksum changes.
Upstream changes:
1.8.3 2022-08-15
* bugfix #183: Assertion failure with OPT record without rdata.
This caused packet creation with only a DO bit (for DNSSEC OK)
to crash. Thanks Anand Buddhdev and others for reporting this
so quickly.
* Fix for syntax error in pyldns
1.8.2 2022-08-12
* bugfix #147: Allow for tabs in whitespace before quoted rdata
fields. Thanks Felipe Gasper
* bugfix #149: Add some missing [out] annotations to doxygen
parameters. Thanks aldot.
* Fix build error on Solaris 10 with inet_ntop redeclaration error.
* Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan
* Enable compile of SVCB and HTTPS support by default.
* bugfix #179: Free line memory even if zone file parsing fails
Thanks Claudius Zingerli
* bugfix #166: Grow buffer when writing chars and fixed size
strings when converting to presentation format, preventing
potential assersion errors.
* bugfix #46: Print network errors when secure tracing.
Thanks reedjc
* EDNS0 Option handling and conversion into presentation format.
* bugfix #145: ldns-verify-zone should not call occluded records
glue. Thanks Habbie
1.8.1 2021-12-03
* bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
needs to larger. Thanks Leah Neukirchen & Felipe Gasper
* Undo PR#123 fix ldns.pc installation when building out-of-source
Thanks Axel Xu
|
|
|
|
|
|
|
|
|
|
- Support filtering on columns
- Support basic command history
|
|
|
|
- Fixed --version not displaying the version. -- Author: @123marvin123
|
|
|
|
|
|
|
|
|
|
...found on a 32-bit host, use not size of pointer but size of allocation.
Bump PKGREVISION.
|
|
|