Age | Commit message (Collapse) | Author | Files | Lines |
|
1.4.6:
Bug fixes
|
|
|
|
|
|
|
|
upstream changes:
-----------------
fetchmail-6.4.27 (released 2022-01-26, 31661 LoC):
# BREAKING CHANGES:
* Bump wolfSSL minimum required version to 5.1.1 to pull in security fix.
# TRANSLATIONS: language translations were updated by this fine person:
* ro: Remus-Gabriel Chelu [Romanian]
|
|
|
|
1.1.5:
Unknown changes
|
|
|
|
===============================
Release Notes for Samba 4.13.17
January 31, 2022
===============================
This is a security release in order to address the following defects:
o CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module.
https://www.samba.org/samba/security/CVE-2021-44142.html
o CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks.
https://www.samba.org/samba/security/CVE-2022-0336.html
Changes since 4.13.16
---------------------
o Ralph Boehme <slow@samba.org>
* BUG 14914: CVE-2021-44142
o Joseph Sutton <josephsutton@catalyst.net.nz>
* BUG 14950: CVE-2022-0336
|
|
v1.4
Additions:
add guidance around the use of Py_FindMethod
Fixes:
Avoid compiler warning about unused function
Fix DESTDIR support in the Makefile
Various documentation warning fixes
|
|
|
|
2.5.1
- BUG/MINOR: cache: Fix loop on cache entries in "show cache"
- BUG/MINOR: httpclient: allow to replace the host header
- BUG/MINOR: lua: don't expose internal proxies
- BUG/MINOR: lua: remove loop initial declarations
- BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time
- BUILD: evports: remove a leftover from the dead_fd cleanup
- BUG/MINOR: vars: Fix the set-var and unset-var converters
- BUG/MINOR: server: Don't rely on last default-server to init server SSL context
- BUG/MEDIUM: resolvers: Detach query item on response error
- BUG/MAJOR: segfault using multiple log forward sections.
- BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted
- BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode
- BUG/MINOR: mworker: deinit of thread poller was called when not initialized
- MINOR: mux-h1: Improve H1 traces by adding info about http parsers
- BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH
- BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_member_query
- MINOR: cli: "show version" displays the current process version
- BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types
- IMPORT: slz: use the correct CRC32 instruction when running in 32-bit mode
- MINOR: http-rules: Add capture action to http-after-response ruleset
- BUG/MINOR: cli/server: Don't crash when a server is added with a custom id
- DOC: spoe: Clarify use of the event directive in spoe-message section
- DOC: config: Specify %Ta is only available in HTTP mode
- DOC: config: retry-on list is space-delimited
- DOC: config: fix error-log-format example
- BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode
- MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output
- MINOR: pools: work around possibly slow malloc_trim() during gc
- BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch
- BUG/MEDIUM: peers: properly skip conn_cur from incoming messages
- BUG/MEDIUM: mux-h1: Fix splicing by properly detecting end of message
- BUG/MINOR: mux-h1: Fix splicing for messages with unknown length
- BUILD: ssl: unbreak the build with newer libressl
- DOC: fix misspelled keyword "resolve_retries" in resolvers
- DEBUG: ssl: make sure we never change a servername on established connections
- BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time
- BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server
- REGTESTS: ssl: fix ssl_default_server.vtc
- MINOR: compat: detect support for dl_iterate_phdr()
- MINOR: debug: add ability to dump loaded shared libraries
- MINOR: debug: add support for -dL to dump library names at boot
- MINOR: proxy: add option idle-close-on-response
- MINOR: cpuset: switch to sched_setaffinity for FreeBSD 14 and above.
- BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning
- CI: Github Actions: do not show VTest failures if build failed
- BUG/MINOR: ssl: free the fields in srv->ssl_ctx
- BUG/MEDIUM: ssl: free the ckch instance linked to a server
- REGTESTS: ssl: update of a crt with server deletion
- BUILD/MINOR: cpuset FreeBSD 14 build fix.
- CI: github actions: update OpenSSL to 3.0.1
- BUILD/MINOR: tools: solaris build fix on dladdr.
- BUG/MINOR: cli: fix _getsocks with musl libc
- BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry
- BUG/MEDIUM: mworker: don't use _getsocks in wait mode
- BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error
- BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent data
- BUILD: cpuset: fix build issue on macos introduced by previous change
- CI: github actions: clean default step conditions
|
|
|
|
Git v2.35.1 Release Notes
=========================
Git 2.35 shipped with a regression that broke use of "rebase" and
"stash" in a secondary worktree. This maintenance release ought to
fix it.
|
|
|
|
0.17.3:
- Allow writer to become a reader in thread ReaderWriter lock
0.17.2:
- Remove unnecessary setuptools pin
0.17.1:
- Switch to the modern python package build infrastructure
0.17: [NEVER RELEASED]
- Remove support for python 3.5 and earlier, including 2.7
- Add support for python 3.9 and 3.10
- Fix a conflict with django lock
- Add __version__ and __all__ attributes
- Fix a failure to parse README as utf-8
- Move from nosetest to pytest and cleanup testing infrastructure
|
|
0.17.1
Fixed
Move all data handling logic to protocol and ensure connection is closed.
Change spec_version field from "2.1" to "2.3", as Uvicorn is compliant with that version of the ASGI specifications.
|
|
|
|
|
|
v1.0.5 2022-01-28 La Forclaz (VS)
---------------------------------
- `Topkg.String.parse_version`. Support for the new OCaml
version string format (https://github.com/ocaml/ocaml/pull/9712)
- Switch from `opam config var` to `opam var`.
- Fix compilation for next version of `cmdliner`.
|
|
|
|
Fix a build failure with CMake < 3.12 (#1003, thanks to @komh)
OSS and MidiShare drivers are now deprecated (#1010)
Prevent samples accidentally having their loops disabled (#1017)
Fix framework installation on MacOS (#1029, thanks to @pedrolcl)
|
|
|
|
changes not found
|
|
|
|
6.0.2 (2022-01-24)
==================
Bugfixes
--------
- Revert :issue:`644`, restore type annotations to as-of 5.2.0 version. (:issue:`688`)
6.0.1 (2022-01-23)
==================
Bugfixes
--------
- Restored back ``MultiDict``, ``CIMultiDict``, ``MultiDictProxy``, and
``CIMutiDictProxy`` generic type arguments; they are parameterized by value type, but the
key type is fixed by container class.
``MultiDict[int]`` means ``MutableMultiMapping[str, int]``. The key type of
``MultiDict`` is always ``str``, while all str-like keys are accepted by API and
converted to ``str`` internally.
The same is true for ``CIMultiDict[int]`` which means ``MutableMultiMapping[istr,
int]``. str-like keys are accepted but converted to ``istr`` internally. (:issue:`682`)
|
|
|
|
Changes not found, but does not support Python 2 any longer.
|
|
|
|
|
|
|
|
|
|
Ned's script to check McCabe complexity.
This module provides a plugin for flake8, the Python code checker.
This package contains the last version supporting Python 2.
|
|
|
|
3.9.2 - 17/01/2022
Modified
Fix configuration reference
3.9.1 - 17/01/2022
Modified
Reimplement the transip provider using the new REST v6 API
|
|
|
|
6.36.1 - 2022-01-31
This patch fixes some deprecation warnings from pytest 7.0, along with
some code formatting and docs updates.
6.36.0 - 2022-01-19
This release disallows using typing.Final with from_type() and
register_type_strategy().
Why? Because Final can only be used during class definition. We don’t
generate class attributes.
It also does not make sense as a runtime type on its own.
6.35.1 - 2022-01-17
This patch fixes hypothesis write output highlighting with rich
version 12.0 and later.
6.35.0 - 2022-01-08
This release disallows using typing.ClassVar with from_type() and
register_type_strategy().
Why? Because ClassVar can only be used during class definition. We
don’t generate class attributes.
It also does not make sense as a runtime type on its own.
6.34.2 - 2022-01-05
This patch updates our vendored list of top-level domains, which is
used by the provisional domains() strategy.
6.34.1 - 2021-12-31
This patch fixes issue #3169, an extremely rare bug which would
trigger if an internal least-recently-reused cache dropped a newly
added entry immediately after it was added.
6.34.0 - 2021-12-31
This release fixes issue #3133 and issue #3144, where attempting to
generate Pandas series of lists or sets would fail with confusing
errors if you did not specify dtype=object.
6.33.0 - 2021-12-30
This release disallows using typing.TypeAlias with from_type() and
register_type_strategy().
Why? Because TypeAlias is not really a type, it is a tag for type
checkers that some expression is a type alias, not something else.
It does not make sense for Hypothesis to resolve it as a
strategy. References issue #2978.
6.32.1 - 2021-12-23
This patch updates our autoformatting tools, improving our code style
without any API changes.
6.32.0 - 2021-12-23
This release drops support for Python 3.6, which reached end of life
upstream on 2021-12-23.
6.31.6 - 2021-12-15
This patch adds a temporary hook for a downstream tool, which is not
part of the public API.
6.31.5 - 2021-12-14
This release updates our copyright headers to use a general authorship
statement and omit the year.
6.31.4 - 2021-12-11
This patch makes the .example() method more representative of
test-time data generation, albeit often at a substantial cost to
readability (issue #3182).
6.31.3 - 2021-12-10
This patch improves annotations on some of Hypothesis’ internal
functions, in order to deobfuscate the signatures of some
strategies. In particular, strategies shared between
hypothesis.extra.numpy and the hypothesis.extra.array_api extra will
benefit from this patch.
6.31.2 - 2021-12-10
This patch fix invariants display in stateful falsifying examples
(issue #3185).
6.31.1 - 2021-12-10
This patch updates xps.indices() so no flat indices are generated,
i.e. generated indices will now always explicitly cover each axes of
an array if no ellipsis is present. This is to be consistent with a
specification change that dropped support for flat indexing (#272).
6.31.0 - 2021-12-09
This release makes us compatible with Django 4.0, in particular by
adding support for use of zoneinfo timezones (though we respect the
new USE_DEPRECATED_PYTZ setting if you need it).
6.30.1 - 2021-12-05
This patch updates our vendored list of top-level domains, which is
used by the provisional domains() strategy.
6.30.0 - 2021-12-03
This release adds an allow_subnormal argument to the floats()
strategy, which can explicitly toggle the generation of subnormal
floats (issue #3155). Disabling such generation is useful when testing
flush-to-zero builds of libraries.
nps.from_dtype() and xps.from_dtype() can also accept the
allow_subnormal argument, and xps.from_dtype() or xps.arrays() will
disable subnormals by default if the array module xp is detected to
flush-to-zero (like is typical with CuPy).
|
|
Breathe v4.32.0
Added breathe_doxygen_aliases config variable.
Render \remark/\remarks and \see/\sa using Sphinx/Docutils admonition style nodes.
Render C++ scoped enums differently than unscoped enums, and with their underlying type.
Render \retval lists using dedicated field list when Sphinx >= 4.3 is used.
Make .. doxygenfunction handle function template specializations.
Properly handle field-lists and admonitions in the detailed description of classes and functions.
Add :confval:`breathe_show_include` to control whetherinclude lines are shown. Defaults to True.
Fix sys.path adjustment in doc config.
Fix sphinx renderer variable and function visitors for C#.
Fix sphinx renderer class visitor for C#.
Auto-format python code with black.
Extend flake8 and address some style issues.
Fix black formatting warning.
Update Sphinx and Python versions tested against.
Fix friend functions for older Doxygen versions.
Doxygen >= 1.9.2 supports C++20 concepts, add support for them.
Change the way directives are added to adhere to the interface, e.g., avoiding myst-parser to crash.
Improved list of included files (with cross-references for local includes).
Update flake8 and mypy related stuff.
Update readme with logo and sponsorship info.
Store version number in both setup.py and __init__.py.
CICD: lint: continue with other jobs if black fails.
|
|
|
|
|
|
2022-01-29 7.1.0-22 <quetzlzacatenango@image...>
* Release ImageMagick version 7.1.0-22 GIT revision 19618:cb0ac9022:20220129
2021-01-29 7.1.0-22 <quetzlzacatenango@image...>
* limit colorname length to avoid possible DoS
* restore MPRI URI in SVG
2022-01-28 7.1.0-21 <quetzlzacatenango@image...>
* Release ImageMagick version 7.1.0-21 GIT revision 19609:f084a86ec:20220128
2021-01-24 7.1.0-21 <quetzlzacatenango@image...>
* PDF now shows the correct Unicode title (reference
https://github.com/ImageMagick/ImageMagick/issues/4771).
* optimize Fx image statistics (reference
https://github.com/ImageMagick/ImageMagick/discussions/4533).
|
|
|
|
As lunar new year draws near and we approach a quarter of a century
since Nicola Salmoria released MAME to the public, it’s time for
MAME 0.240 – the first release of the 2022 calendar year. Wait,
what was that? A quarter of a century? Yes, on 5 February, it will
be twenty-five years since MAME 0.1 was released, supporting just
five Z80-based games. MAME is coming up to its silver jubilee! And
what a long way we’ve come…
This month, we’ve added support for dozens more versions of the
Igrosoft five-reel slot machines. But buried in there are the
remaining versions of Nintendo Game & Watch series games (rare
versions of Helmet, Judge and Mario’s Cement Factory), two more
Elektronika games based on Nintendo programs, a German version of
Exidy’s Mouse Trap, and the incredibly rare Mahjong Block Jongbou
2 from SNK.
In the software lists, there are a whole pile of recently dumped
prototypes of console games, and some homebrew titles for the Bandai
RX-78. That’s on top of the steady stream of Apple II floppies,
Commodore 64 cassettes, FM Towns CDs, and newly supported NES and
Famicom cartridges. Building on the work last month, the CD-i has
received a few more fixes that improve performance and add support
for more discs.
|
|
devel/py-cython, security/py-cryptodome
|
|
3.14.0
New features
------------
* Add support for curve NIST P-192.
|
|
0.29.27 (2022-01-28)
====================
Features added
--------------
* The ``cythonize`` command has a new option ``-M`` to generate ``.dep`` dependency
files for the compilation unit. This can be used by external build tools to track
these dependencies.
Bugs fixed
----------
* Compilation failures on PyPy were resolved.
* Calls to ``range()`` with more than three arguments did not fail.
* Some C compiler warnings about missing type struct initialisers in Py3.10 were resolved.
* Cython no longer warns about using OpenMP 3.0 features since they are now
considered generally available.
|
|
v60.6.0
Changes
* Merge with pypa/distutils@bb018f1ac3 including consolidated behavior in sysconfig.get_platform.
* Don't include optional Home-page in metadata if no url is specified.
* Merge with pypa/distutils@b53a824ec3 including improved support for lib directories on non-x64 Windows builds.
Misc
* Used Py3 syntax super().__init__()
v60.5.4
Misc
* Remove filtering of distutils warnings.
* Suppress distutils replacement when building or testing CPython.
v60.5.3
Misc
* Honor sysconfig variables in easy_install.
v60.5.2
Misc
* In _distutils_hack, for get-pip, simulate existence of setuptools.
v60.5.1
Misc
* Correct support for Python 3 native loaders.
|
|
2.0.11:
Added
- Explicit support for Python 3.11
Changed
- The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels
|
|
|
|
- Honor external CFLAGS (should now use pkgsrc hardening flags)
- Use POSIX struct dirent (should fix build on SmartOS)
- Enable workarounds for Motif bugs on IRIX and Solaris
Bump PKGREVISION.
|