libtorrent-1.2.13
Use /etc/ssl/cert.pem to validate HTTPS connections on MacOS
allow no-interest timeouts of peer connections before all connections slots are full
fix issue where a DHT message would count as an incoming connection
fix issue when failing to parse outgoing_interfaces setting
fix super-seeding issue that could cause a segfault
fix data race in python binding of session::get_torrent_status()
fix need_save_resume_data() for renaming files, share-mode, upload-mode,
disable- pex, lsd, and dht.
fix incoming TCP connections when using tracker-only proxy
fix issue with paths starting with ./
fix integer overflow when setting a high DHT upload rate limit
improve Path MTU discovery logic in uTP
fix overflow issue when rlimit_nofile is set to infinity
fix issue in python binding interpreting int settings > INT_MAX
Fix cxxflags and linkflags injection via environment variables
2.0.28
* Fix potential null pointer dereference in the JP2/JPC decoder.
* Fix ignoring of JAS_STREAM_FILEOBJ_NOCLOSE at stream close time.
* Fix integral type sizing problem in JP2 codec.
What's New in Pylint 2.7.3?
* Introduce logic for checking deprecated attributes in DeprecationMixin.
* Reduce usage of blacklist/whitelist terminology. Notably, ``extension-pkg-allow-list`` is an
alternative to ``extension-pkg-whitelist`` and the message ``blacklisted-name`` is now emitted as
``disallowed-name``. The previous names are accepted to maintain backward compatibility.
* Move deprecated checker to ``DeprecatedMixin``
* Bump ``astroid`` version to ``2.5.2``
* Fix false positive for ``method-hidden`` when using private attribute and method
* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).
* Remove unwanted print to stdout from ``_emit_no_member``
* Introduce a command-line option to specify pyreverse output directory
* Fix issue with Enums and ``class-attribute-naming-style=snake_case``
* Add ``allowed-redefined-builtins`` option for fine tuning ``redefined-builtin`` check.
* Fix issue when executing with ``python -m pylint``
* Exempt ``typing.TypedDict`` from ``too-few-public-methods`` check.
* Fix false-positive ``no-member`` for typed annotations without default value.
* Add ``--class-const-naming-style`` for Enum constants and class variables annotated
with ``typing.ClassVar``
* Fix astroid.Inference error for undefined-variables with ``len()```
* Fix column index on FIXME warning messages
* Improve handling of assignment expressions, better edge case handling
* Improve check if class is subscriptable PEP585
* Fix documentation and filename handling of --import-graph
* Fix false-positive for ``unused-import`` on class keyword arguments
* Fix regression with plugins on PYTHONPATH if latter is cwd
backends require the new version of Phonon to build!
Tiny bugfix releases fixing some regressions in the cmake logic for .pri
files and fixing wayland support in the VLC backend.
Grand new Phonon releases bringing Qt5 by default and completely
reworking the CMake code to not be a tangled mess.
Tiny bugfix releases fixing some regressions in the cmake logic for .pri
files and fixing wayland support in the VLC backend.
changes in version 3.35.3
Enhance the OP_OpenDup opcode of the bytecode engine so that it works even if the cursor being duplicated itself came from OP_OpenDup. Fix for ticket bb8a9fd4a9b7fce5. This problem only came to light due to the recent MATERIALIZED hint enhancement.
When materializing correlated common table expressions, do so separately for each use case, as that is required for correctness. This fixes a problem that was introduced by the MATERIALIZED hint enhancement.
Fix a problem in the filename normalizer of the unix VFS.
Fix the "box" output mode in the CLI so that it works with statements that returns one or more rows of zero columns (such as PRAGMA incremental_vacuum). Forum post afbbcb5b72.
Improvements to error messages generated by faulty common table expressions. Forum post aa5a0431c99e.
Fix some incorrect assert() statements.
Fix to the SELECT statement syntax diagram so that the FROM clause syntax is shown correctly. Forum post 9ed02582fe.
Fix the EBCDIC character classifier so that it understands newlines as whitespace. Forum post 58540ce22dcd.
Improvements the xBestIndex method in the implementation of the (unsupported) wholenumber virtual table extension so that it does a better job of convincing the query planner to avoid trying to materialize a table with an infinite number of rows.
Changes in libXaw-1.0.14:
Alan Coopersmith (26):
editres can trigger sigsegv in inspected application (Debian bug 790325)
Fix xload crashes if the window is wider than 2048 pixels
Fix misleading indentation in TextAction.c
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
specs: suggest XtOpenApplication instead of XtAppInitialize
specs: Convert troff .IN macros to docbook <indexterm> tags
specs: Add olinks to libXt spec
specs: Add olinks to libX11 spec
specs: Add olinks to ICCCM spec
specs: Add missing subsections of CH4 and reorder to match X11R6.6 spec
specs: Reorder subsections of CH5 to match X11R6.6 spec
specs: update credits for DocBook conversion
specs: show libXaw version instead of X11R7.7
specs: use glossary list markup for Terminology section
specs: restore missing list terms in "Underlying Model"
specs: fixup some more xrefs & links
specs: fixup remaining troff \fI & \fP escapes
specs: Convert ``quotes'' to <quote>
specs: misc. manual fixes
specs: replace nroff 1/6th-em space (\|) with Unicode entity ( )
specs: replace nroff hair space (\^) with Unicode entity ( )
specs: move trailing punctuation to behind </function> tag
specs: remove excess spaces between < > and header names
specs: app-defaults & rgb.txt are in /usr/share now, not /usr/lib
Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
Emil Velikov (1):
autogen.sh: use quoted string variables
Jeremy Huddleston Sequoia (1):
darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass
Jon Turney (1):
Avoid warning about missing getpagesize() prototype on Windows
Matt Turner (1):
libXaw 1.0.14
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Roberto Branciforti (1):
Scrollbar.c: Add Btn4 & Btn5 to default translations
Thomas E. Dickey (57):
build-fixes when _CONST_X_STRING is defined
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add --disable-const option, from libXt
trim some stray backslashes leftover from nroff, and fix some whitespace in code samples
quiet some more type-conversion warnings, as well as unused-parameters
change variables to/from char* vs String to reduce compiler warnings (no object change)
fix a missing struct-initializer, and quiet unused-parameter warnings
change a couple of variable-types to reduce compiler warnings (no object change)
fix some type/comparison compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix misleading indentation, which gave a compiler warning
fix some type/conversion warnings (no object change)
fix some type/conversion warnings (no object change)
fix some compiler warnings in MenuButton.c by changing the menu name from String to char*
use _X_UNUSED to quiet unused-parameter warnings
change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
fix compiler warning by updating parameter type for call to XtDisplayInitialize
reduce compiler warnings using casts, no object change
compiler-warning fixes for const-mismatches, no object-change
Tobias Stoeckmann (1):
NULL pointer dereference in XawAsciiSinkInitialize
If RequiredFrom is set, opendmarc will reject messages that lack
a From header from which a valid domain can be extracted. This
is a subset of the full RFC5322 requirements enforced by the
RequiredHeaders option.
While non RFC5322-compliant messages are too common to make
RequiredHeaders always usable, the check on the From header
remains especially valuable. It makes sure forged domain messages
cannot evade the filter by just omitting the From header and relying
on the MTA to fill it by a copy from the enveloppe header.
Submitted upstream as
https://github.com/trusteddomainproject/OpenDMARC/pull/147
This reduces the external dynamic dependencies, because this
bootstrap kit is built with the --enable-cargo-native-static
option, and is verified to fix the build for martin@
the pkgsrc guide now comments that MESSAGE should not be used for:
"anything that should be explained in the
installation/configuration documentation that should
come with the package"
xmlcatmgr is commonly installed as a dependency and the MESSAGE file
simply explains what is essentially unix/pkgsrc conventions (share/
is where the static data is, etc/ is where the user-specified data
is), so this is mostly line noise.