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 (44m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 13:26:37 UTC Now

2022-11-29 05:59:16 UTC MAIN commitmail json YAML

volatility3: added version 2.0.1

Volatility is the world's most widely used framework for extracting digital
artifacts from volatile memory (RAM) samples. The extraction techniques are
performed completely independent of the system being investigated but offer
visibility into the runtime state of the system. The framework is intended to
introduce people to the techniques and complexities associated with extracting
digital artifacts from volatile memory samples and provide a platform for
further work into this exciting area of research.

(adam)

2022-11-29 05:58:41 UTC MAIN commitmail json YAML

2022-11-29 05:49:28 UTC MAIN commitmail json YAML

Added devel/py-snappy; Updated textproc/py-dicttoxml

(adam)

2022-11-29 05:49:01 UTC MAIN commitmail json YAML

py-dicttoxml: updated to 1.7.11

Version 1.7.11

Simplified solution to issue 94

Version 1.7.9

Fixed issue 94

(adam)

2022-11-29 05:46:35 UTC MAIN commitmail json YAML

py-snappy: added version 0.6.1

Python bindings for the snappy compression library from Google.

(adam)

2022-11-29 01:01:14 UTC MAIN commitmail json YAML

doc/TODO: clamsv 1.0.0 released!

+ clamav-1.0.0.

(taca)

2022-11-28 23:33:48 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 22.3.2

(rillig)

2022-11-28 23:33:29 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 22.3.2

Changes since 22.3.1:

Complain about conditions of the form '_PYTHON_VERSION < 38', as they
lead to 'Malformed conditional' when _PYTHON_VERSION is 'none' instead
of a number.

(rillig)

2022-11-28 23:15:34 UTC MAIN commitmail json YAML

check-files.mk: fix execution when CHECK_FILES_STRICT=yes

Commit r. 1.2044 "mk: Don't define DO_NADA to true." of bsd.pkg.mk
caused the checks executed when CHECK_FILES_STRICT=yes is set to fail
(e.g., "/bin/sh: -c: line 1: syntax error near unexpected token `;'").

(The pre-existing coding style that uses "true;" rather than a bare ":"
instead has been retained, in case there is an obscure (?) reason for
that approach.)

(gutteridge)

2022-11-28 21:47:49 UTC MAIN commitmail json YAML

Updated math/py-pandas, math/py-pandas-datareader

(adam)

2022-11-28 21:47:29 UTC MAIN commitmail json YAML

py-pandas-datareader: updated to 0.10.0

v0.10.0 (July 11, 2021)
Highlights include:

Bug Fixes

Fixed Yahoo readers which now require headers

Fixed other reader

Improved compatibility with pandas

(adam)

2022-11-28 21:46:51 UTC MAIN commitmail json YAML

py-pandas: updated to 1.5.2

What's new in 1.5.2 (November 21, 2022)
---------------------------------------

These are the changes in pandas 1.5.2. See :ref:`release` for a full changelog
including other versions of pandas.

Fixed regressions
~~~~~~~~~~~~~~~~~
- Fixed regression in :meth:`MultiIndex.join` for extension array dtypes (:issue:`49277`)
- Fixed regression in :meth:`Series.replace` raising ``RecursionError`` with numeric dtype and when specifying ``value=None`` (:issue:`45725`)
- Fixed regression in arithmetic operations for :class:`DataFrame` with :class:`MultiIndex` columns with different dtypes (:issue:`49769`)
- Fixed regression in :meth:`DataFrame.plot` preventing :class:`~matplotlib.colors.Colormap` instance
  from being passed using the ``colormap`` argument if Matplotlib 3.6+ is used (:issue:`49374`)
- Fixed regression in :func:`date_range` returning an invalid set of periods for ``CustomBusinessDay`` frequency and ``start`` date with timezone (:issue:`49441`)
- Fixed performance regression in groupby operations (:issue:`49676`)
- Fixed regression in :class:`Timedelta` constructor returning object of wrong type when subclassing ``Timedelta`` (:issue:`49579`)

Bug fixes
~~~~~~~~~
- Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (:issue:`48996`)
- Fixed memory leak in :meth:`.Styler.to_excel` (:issue:`49751`)

Other
~~~~~
- Reverted ``color`` as an alias for ``c`` and ``size`` as an alias for ``s`` in function :meth:`DataFrame.plot.scatter` (:issue:`49732`)

(adam)

2022-11-28 20:54:40 UTC MAIN commitmail json YAML

Fix _PYTHON_VERSION check to avoid error

Replace .if ${_PYTHON_VERSION} < 38 with .if ${_PYTHON_VERSION} == 37
as otherwise will fail when ${_PYTHON_VERSION} is "none".

Triggered for "make clean-depends" for a package with
PYTHON_VERSIONS_ACCEPTED=27 which depends on textproc/py-pygments

(abs)

2022-11-28 20:50:16 UTC MAIN commitmail json YAML

2022-11-28 19:59:33 UTC MAIN commitmail json YAML

Updated audio/wavpack; Added net/py-comm

(adam)

2022-11-28 19:59:04 UTC MAIN commitmail json YAML

py-comm: added version 0.1.1

It provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used.

(adam)

2022-11-28 19:57:57 UTC MAIN commitmail json YAML

wavpack: updated to 5.6.0

5.6.0
-----
added: AIFF file import/export support
added: WATCOM compiler and OS/2 support
added: cmake support for mingw, builds Cooledit + Winamp plugins
added: --force-even-byte-depth option for rounding up bit depths
fixed: detect and report PCM files having non-zero padding bits
fixed: possible crash when displaying long channel assignments
fixed: big-endian-sourced "raw" files gave big-endian "wav"s
fixed: numerous minor issues

(adam)

2022-11-28 19:26:41 UTC MAIN commitmail json YAML

ensure manual changes are retained upon regeneration

in rev1.29 of /etc/protocols, carp(4) was added as an alias for VRRP;
in rev1.21 of /etc/protocols, pfsync was added

Both changes tend to get nuked when we regenerate the file, so patch
those changes in here.

(jschauma)

2022-11-28 19:20:21 UTC MAIN commitmail json YAML

fcitx5: Remove --as-needed on SunOS.

(jperkin)

2022-11-28 19:16:13 UTC MAIN commitmail json YAML

qt5-qtwebkit: Remove --gc-sections on SunOS.

(jperkin)

2022-11-28 19:15:50 UTC MAIN commitmail json YAML

x11/py-qt5-qscintilla: Adjust DESCR

Be clearer about what this is.  Drop qt5 boilerplate as confusing.

(gdt)

2022-11-28 19:10:52 UTC MAIN commitmail json YAML

x11/py-sip: Adjust DESCR

(gdt)

2022-11-28 19:08:42 UTC MAIN commitmail json YAML

Use versioned_dependencies for py-OpenSSL.

(nia)

2022-11-28 19:07:52 UTC MAIN commitmail json YAML

x11/py-sip: Rototill caution comment

Record results of trying to use sip5; progress but we aren't there
yet.

(gdt)

2022-11-28 19:07:30 UTC MAIN commitmail json YAML

Convert several packages to using versioned_depends for py-cryptography.

Somehow this has been hanging around in my tree for months.

(nia)

2022-11-28 18:57:46 UTC MAIN commitmail json YAML

Updated security/yara, security/py-yara

(adam)

2022-11-28 18:57:19 UTC MAIN commitmail json YAML

yara py-yara: updated to 4.2.3

YARA v4.2.3
BUGFIX: Fix security issue that can lead to arbitrary code execution.
BUGFIX: Fix incorrect logic in expressions like <quantifier> of <string_set> in (start..end

(adam)

2022-11-28 18:42:29 UTC MAIN commitmail json YAML

Updated sysutils/py-pefile, devel/py-kaitaistruct

(adam)

2022-11-28 18:42:10 UTC MAIN commitmail json YAML

py-kaitaistruct: updated to 0.10

0.10

read_bytes(): use previous implementation again for small reads
      For small reads, the new code that tries to avoid unnecessary reads is
noticeably slower than the previous code that reads unconditionally. In
the worst case (1-byte reads), the new code is 13 times as slow as the
previous implementation. The potential memory/IO savings only become
worth it for larger reads, where the performance difference disappears.

(adam)

2022-11-28 18:26:03 UTC MAIN commitmail json YAML

py-pefile: updated to 2022.5.30

pefile 2022.5.30
Merged pull request 344 from elicn/faster-reloc: Speed up relocation process
Merged pull request 175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory
Turn data into a bytearray to avoid copying data around (from elicn)
Merged pull request 343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average)
Merged pull request 340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements
Removed legacy Python 2 code
Miscellaneous other fixes.

(adam)

2022-11-28 18:12:42 UTC MAIN commitmail json YAML

Updated devel/py-ipython, devel/py-jupyter_core, devel/py-cbor2, graphics/py-cairo

(adam)

2022-11-28 18:12:15 UTC MAIN commitmail json YAML

py-cairo: updated to 1.23.0

1.23.0 - 2022-11-28
-------------------

* git: changed default branch from "master" to "main"
* Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6
* docs: Document how to look up pycairo headers without loading the module
* tests: don't error out if cairo wasn't built with all features
* New APIs:

  * :attr:`Status.DWRITE_ERROR`
  * :attr:`Format.RGB96F`, :attr:`Format.RGBA128F`
  * :attr:`PDFVersion.VERSION_1_6`, :attr:`PDFVersion.VERSION_1_7`
  * :attr:`HAS_DWRITE_FONT`
  * :meth:`Context.set_hairline`, :meth:`Context.get_hairline`
  * :meth:`PDFSurface.set_custom_metadata`

(adam)

2022-11-28 18:08:10 UTC MAIN commitmail json YAML

py-cbor2: updated to 5.4.4

5.4.4
- Added official Python 3.11 support (agronholm)
- Raise proper exception on invalid bignums (Øyvind Rønningstad)
- Make Tagged item usable as a map key (Niels Mündler)
- Documentation tweaks (Adam Johnson)

(adam)

2022-11-28 18:06:55 UTC MAIN commitmail json YAML

py-jupyter_core: updated to 5.1.0

5.1.0

Enhancements made

- Add run_sync and ensure_async functions

Maintenance and upkeep improvements

- Add more path tests
- Clean up workflows and add badges
- CI Cleanup

Documentation improvements

- Clean up workflows and add badges

(adam)

2022-11-28 17:58:59 UTC MAIN commitmail json YAML

py-ipython: updated to 8.7.0

IPython 8.7.0
-------------

Small release of IPython with a couple of bug fixes and new features for this
month. Next month is end of year, it is unclear if there will be a release close
the new year's eve, or if the next release will be at end of January.

Here are a few of the relevant fixes,
as usual you can find the full list of PRs on GitHub under `the 8.7 milestone
<https://github.com/ipython/ipython/pulls?q=milestone%3A8.7>`__.

  - :ghpull:`13834` bump the minimum prompt toolkit to 3.0.11.
  - IPython shipped with the ``py.typed`` marker now, and we are progressively
    adding more types. :ghpull:`13831`
  - :ghpull:`13817` add configuration of code blacks formatting.

(adam)

2022-11-28 17:44:42 UTC MAIN commitmail json YAML

munge TTP and IPTM into aliases

Some time between 2011 and 2013, IANA assigned protocol 84 to IPTM even
though it had already assigned it to TTP.  This was previously merged
manually (e.g., in rev1.25, and rev 1.28), but required the person
regenerating the data to remember to do this.  This change here now
makes that change automatic, ugly as it is.

(jschauma)

2022-11-28 17:05:08 UTC MAIN commitmail json YAML

upper-case aliases if they're identical to the protocol name

This addresses PR44311 (11 years later :-), which was never completely fixed,
as the regeneration of the protocols files reinstated the lowercased (identical)
alias for the "manet" protocol.  As a result, when importing the protocols file,
one had to know that one needed to manually update the entry so as not to break
things.

(jschauma)

2022-11-28 15:31:38 UTC MAIN commitmail json YAML

doc: Updated net/tut to 1.0.23

(sjmulder)

2022-11-28 15:31:13 UTC MAIN commitmail json YAML

net/tut: Update to 1.0.23

New features:
- List of followed tags. Use :tags
- Multiple tags in one feed. Use :tag linux mastodon
- Two new flags --config and --config-dir if you want to load your
  configuration from a custom location. You can also use the
  environment variables TUT_CONF and TUT_CONF_DIR instead

Bug fixes
- :timeline direct shouldn't crash tut
- :user should now find more accounts

(sjmulder)

2022-11-28 14:38:54 UTC MAIN commitmail json YAML

spdlog: Reduce size of hammer to bring in external fmtlib.

Some dependent packages link fine without fmtlib (eg. libixion)
and fmtlib ending up in their libtool file is causing problems
of its own.

This way only packages that are including those relevant fmtlib
symbols need to be explicitly linked against fmtlib.

(nia)

2022-11-28 14:25:45 UTC MAIN commitmail json YAML

doc: Updated geography/qgis to 3.28.1

(gdt)

2022-11-28 14:25:31 UTC MAIN commitmail json YAML

geography/qgis: Update to 3.28.1

This is the new LTR.

# What's new in Version 3.28 'Firenze'?

This release has following new features:

- Temporal: Add temporal manager support for WMTS layers with TIME dimension
- Map Tools: Allow selecting features in vector tile layers
- User Interface: Exclusive window based UX for data source manager
- User Interface: Add a Show in Attribute Table action to the right click menu of legend class symbols
- User Interface: Add setting to hide NULL values on identify result
- Symbology: Allow control over GPS location marker
- Symbology: Added new ellipse marker shapes
- Labelling: Add support for HTML bold/italic/font size and font family to labelling
- Labelling: Add option to use absolute units for line height
- Mesh: Add option to reload mesh layer temporal properties
- 3D Features: Ambient Occlusion 3D Effect
- Point Clouds: Point Cloud Layer Export
- Point Clouds: Eye Dome Lighting for point clouds in 2D map canvas
- Print Layouts: Add FORCE_RASTER and IMAGE_COMPRESSION parameters to PDF algorithms
- Expressions: Add new variable form of current feature expression functions
- Expressions: Add new shared_paths function
- Expressions: Make_valid and geom_to_array functions
- Expressions: Concave hull function
- Data Management: Ask for confirmation when deleting features
- Metadata and Metasearch: Layer metadata data provider search and storage
- Processing: Fixed precision support for select processing tools
- Processing: Improved "Make Valid" Algorithms
- Processing: Default option to show feature count for vector outputs from processing
- Processing: Add relations export option to package layers algorithm
- Processing: Add "Offset" parameter to "Drape" algorithms
- Application and Project Options: Modified project coordinate and bearing display settings
- Application and Project Options: Add support for "user" fonts, and automatic downloading of freely licensed fonts
- Browser: Implement relationship discovery for OGR layers, and show relationships in browser
- Browser: Modified UX for Geopackage and ESRI File Geodatabase creation
- Browser: Allow drag and drop of vector layers to non-GPKG OGR database datasets
- Browser: Expose field domain management for non-gpkg OGR sources
- Data Providers: Define session role for PostgreSQL connections
- Data Providers: Automatically add related tables when adding layers from GDAL datasets with embedded relationship information
- Data Providers: Add subset string (filter) support for arcgis REST layers
- Data Providers: Abstract database provider for renaming fields
- Data Providers: WFS performing binary spatial operations in expressions on server
- Data Providers: Editing ArcGIS REST Layers
- Data Providers: Load raster sublayers from vector tile styles automatically
- Data Providers: Add WMS layers individually
- Data Providers: Save projects to Oracle Database Provider
- QGIS Server: QGIS_SERVER_ALLOWED_EXTRA_SQL_TOKENS settings variable
- QGIS Server: Open layers in a read only mode with QGIS Server
- Plugins: Changes to plugin automatic updates behaviour
- Programmability: Add temporal handling to maps in QGIS Quick
- Programmability: Addition of py-args command line parameter

# What's new in Version 3.26 'Buenos Aires'?

This release has following new features:

- Breaking Changes: DB2 Support Removed
- Map Tools: Selecting all features by attribute value from Identify Results panel
- User Interface: Coordinate ordering according to CRS
- User Interface: Select features from expression based symbols
- User Interface: Copy preview expression value to clipboard
- User Interface: Option to synchronize statistics panel with layer selection
- User Interface: Implement scroll wheel action for color and symbol buttons
- Accessibility: Horizontal table scroll with shift+wheel
- Symbology: New "Animated Marker" symbol type
- Symbology: Allow any symbol to be an animated symbol
- Symbology: Point cloud style synchronization
- Symbology: Add a new classification method for "Fixed interval"
- Symbology: Custom dash pattern panel shows total pattern length
- Symbology: Select style categories when storing styles in database
- Labelling: Allow data-defined control over line anchor type
- Labelling: Control label anchor placement relative to text position
- Labelling: Interactively move curved line labels along their line features
- Rendering: WMS provider resampling
- Rendering: Selective masking vectorization
- 3D Features: Transparency support for 3D Phong material
- 3D Features: 3D Maps inherit terrain settings from project
- 3D Features: Sync 2D and 3D navigation
- 3D Features: 3D axis in 3D map viewer
- Point Clouds: Point cloud triangulation in 3D views
- Point Clouds: Cloud Optimized Point Clouds (COPC) support
- Point Clouds: Point cloud filtering
- Print Layouts: Apply font settings from layer conditional styling to layout attribute tables
- Expressions: Between/ Not between operators
- Expressions: Static parent variable in aggregate expression functions
- Expressions: Static parent variable in aggregate expression functions
- Digitising: Add a checkbox to disable vertex tool dock auto-opening behavior
- Digitising: Integrate shape map tools into feature digitizing
- Digitising: New constraints for advanced digitizing panel
- Data Management: Add a "filter rules" search box to vector tile renderer and labeling widgets
- Data Management: User defined field names in export
- Data Management: Georeferencing vector layers in georeferencer
- Data Management: Add field domain management capabilities to browser
- Data Management: Buffered Transactional Editing
- Forms and Widgets: Access form reference in python form actions
- Forms and Widgets: Allow drag and drop forms label font and color customization
- Forms and Widgets: Collapse form group by expression
- Analysis Tools: "Keep disjoint features separate" option for dissolve algorithm
- Processing: Raise message model tool
- Processing: Run batch processing steps in tasks
- Processing: Background processing of model algorithms
- Processing: Allow setting Examples in graphical model help
- Processing: Overlay tools with multiple overlay layers support
- Application and Project Options: Project elevation properties framework
- Application and Project Options: Optionally store UI configuration in projects
- Application and Project Options: Optionally store layer edit state in projects
- Application and Project Options: Project style databases support
- Application and Project Options: Added setting to show feature counts by default for newly added layers
- Application and Project Options: Add a "Skip" option for custom environmental variables in Settings->Options->Environment
- Application and Project Options: Revamped projects' default symbols, color ramp , and text format
- Profile Plots: Elevation profile plotting tool
- Profile Plots: Flexible vector layer symbology in elevation profiles
- Profile Plots: Flexible symbology for point cloud profile plotting
- Profile Plots: Vector feature extrusion for profile charts
- Browser: Rename bookmark groups context menu control
- Data Providers: Support reading ESRI vector tile packages (.vtpk) files directly
- Data Providers: SQL Logging in the Debugging/ Development panel
- QGIS Server: Alternate periodic check strategy for detecting project updates
- QGIS Server: Add more server highlight label parameters
- QGIS Server: Temporal properties support for WMS Server
- Programmability: Add a QgsScaleCalculator function to calculate canvas width from a given extent, scale, and dpi
- Programmability: Clear current symbol action in symbol button widget

# What's new in Version 3.24 'Tisler'?

This release has following new features:

- User Interface: Retrieve map extents directly from layout maps and bookmarks
- User Interface: Easier creation of custom coordinate reference systems
- Symbology: Marker/hash line: offsets along line by "percent" of line length (and negative offsets!)
- Symbology: Control whether first/last vertex placements apply to every part of multi-part geometries
- Symbology: Marker/hash line "on vertices" placement option replaced by "on inner vertices"
- Symbology: Placement options in marker and hash line symbol layers are now checkboxes instead of mutually exclusive buttons
- Symbology: Control the color model used when interpolating  gradient ramps
- Symbology: Resizable thumbnails in the style manager dialog
- Symbology: "Lineburst" symbols
- Symbology: "Raster Line" symbols
- Symbology: Choice of clipping behaviour for line pattern fills
- Symbology: Improved rendering of line pattern fills
- Symbology: Rotation angle for point pattern fills
- Symbology: Randomized point offsets for point pattern fills
- Symbology: Coordinate reference mode setting for line pattern and point pattern fill symbol layers
- Symbology: Control marker clipping for point pattern fills
- Symbology: Expression functions for creating triangular/square/curved waves
- Labelling: "Percentage" units for text buffer size, shadow offset and blur radius
- Labelling: Data defined label positions by point geometries
- Labelling: Stretched text for labels and text formats
- Rendering: Rendering layers as groups
- Rendering: Support for "Line pattern" when converting Mapbox GL vector tile layer styles
- Rendering: Support background styles for Mapbox GL-styled vector tile layers
- 3D Features: Respect Z ordering when rendering point clouds in 2D
- 3D Features: Dock/Undock 3D views
- 3D Features: 3D map view manager
- 3D Features: Improved camera navigation
- Print Layouts: Full text rendering capabilities for layout text labels
- Expressions: geometry_type function
- Expressions: Overlay intersects sort by intersection size
- Expressions: Show all layer field names when building expressions
- Expressions: represent_attributes function
- Expressions: Optional minimum overlap area and circle radius for overlay_intersection
- Expressions: map_prefix_keys function
- Expressions: densify_by_count and densify_by_distance functions
- Expressions: Rotate parts of multi-part geometries independently with "rotate" expression function
- Expressions: apply_dash_pattern function
- Expressions: scale function
- Expressions: Filter by multiple attributes for get_feature function
- Data Management: Multiedit support for relation editor
- Metadata and Metasearch: Support for OGC API - Records in MetaSearch
- Forms and Widgets: Form submit actions with HTTP POST
- Forms and Widgets: New button to open attribute table on filtered features
- Analysis Tools: Add roundness method to curve polygon
- Processing: Extract labels algorithm
- Processing: Optional output extent parameter for the GDAL Raster Calculator algorithm
- Processing: Optional extent parameter for the GDAL clip raster by mask algorithm
- Processing: Processing history rework
- Processing: Advanced actions in Processing dialogs
- Processing: Single file exports from Atlas to PDF algorithm
- Processing: Project Models are shown in the Project menu
- Processing: Add point cloud destination parameter and output to Processing
- Processing: Array field support
- Application and Project Options: qgis_process --no-python argument
- Application and Project Options: Suppress "bad layers" handler on startup
- Application and Project Options: Parameter values for qgis_process can be specified as a JSON object via stdin
- Application and Project Options: Run Python script algorithms directly via qgis_process
- Data Providers: Friendlier errors from XYZ raster tiles, WMS  and vector tiles
- Data Providers: Add out-of-the-box connection to Mapzen Global Terrain tiles
- Data Providers: HMAC SHA256 auth method for MapTiler
- Data Providers: Template parameter {usage} for XYZ raster and vector tiles
- Data Providers: Convert WMTS/XYZ raster tiles to terrain (DEM)
- Data Providers: Array field types for scratch layers
- Data Providers: JSON field types for new GeoPackage layers
- Data Providers: Delimited text type overrides and other improvements
- Data Providers: New authentication method for HTTP header based authentication
- Data Providers: Expose secondary PostGIS geometry columns as referenced geometries
- QGIS Server: Allow better control of the response flow chain from server filters

(gdt)

2022-11-28 14:19:49 UTC MAIN commitmail json YAML

py-hamcrest: note that this package needs to be installed to be tested

(wiz)

2022-11-28 14:18:41 UTC MAIN commitmail json YAML

py-hamcrest: add missing dependency on py-setuptools_scm

(wiz)

2022-11-28 14:14:07 UTC MAIN commitmail json YAML

2022-11-28 14:11:25 UTC MAIN commitmail json YAML

doc: Added www/qt6-qtwebchannel version 6.4.1

(nros)

2022-11-28 14:00:53 UTC MAIN commitmail json YAML

2022-11-28 14:00:12 UTC MAIN commitmail json YAML

doc: Added audio/qt6-qtspeech version 6.4.1

(nros)

2022-11-28 13:44:15 UTC MAIN commitmail json YAML

2022-11-28 13:26:39 UTC MAIN commitmail json YAML

Updated archivers/py-lz4, textproc/py-dicttoxml

(adam)

2022-11-28 13:26:24 UTC MAIN commitmail json YAML

py-dicttoxml: updated to 1.7.8

Version 1.7.8
Fixed: Boolean values now export into XML in lowercase (true, false) instead of capitalized (True, False).

(adam)

2022-11-28 13:24:55 UTC MAIN commitmail json YAML

py-lz4: updated to 4.0.2

4.0.2
Fix a memory leak when frame decompression fails

4.0.1
Add flush method to LZ4FrameFile

4.0.0
This release relegates the stream bindings to experimental status and disables them in all wheel builds. This was necessary as the test suite was causing build failures on multiple architectures. These bindings are currently in an unmaintained state.

(adam)

2022-11-28 13:19:32 UTC MAIN commitmail json YAML

fdupes: old HOMEPAGE dead, use github

(wiz)

2022-11-28 13:18:37 UTC MAIN commitmail json YAML

doc: Updated sysutils/rdfind to 1.5.0

(wiz)

2022-11-28 13:18:23 UTC MAIN commitmail json YAML

rdfind: update to 1.5.0.

* add option -maxsize N to ignore files with size>=N bytes

(wiz)

2022-11-28 13:08:46 UTC MAIN commitmail json YAML

doc: Added multimedia/qt6-qtmultimedia version 6.4.1

(nros)

2022-11-28 13:08:12 UTC MAIN commitmail json YAML

doc: Added lang/qt6-qtscxml version 6.4.1

(nros)

2022-11-28 13:04:40 UTC MAIN commitmail json YAML

2022-11-28 12:28:05 UTC MAIN commitmail json YAML

doc: Added net/ipget version 0.9.1

(wiz)

2022-11-28 12:27:54 UTC MAIN commitmail json YAML

net/Makefile: + ipget

(wiz)

2022-11-28 12:27:05 UTC MAIN commitmail json YAML

net/ipget: import ipget-0.9.1

ipget is a standalone program analogous to GNU wget. Unlike wget
though, ipget specializes in downloading files and directory
structures from the IPFS network.

ipget includes its own IPFS node, so you don't need IPFS installed
on your system. This makes it ideal for users and projects that
want a simple utility for whenever they want to retrieve files from
IPFS.

(wiz)

2022-11-28 11:01:53 UTC MAIN commitmail json YAML

Add qt6-qtscxml version 6.4.1 to pkgsrc-current

The qt6 scxml module enables qt applications to embed state machines
created from state chart XML (scxml) language files.

(nros)

2022-11-28 10:50:32 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.19.5

(pin)

2022-11-28 10:50:06 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.19.5

- Viewer: follow also absolut local links

(pin)

2022-11-28 10:24:18 UTC MAIN commitmail json YAML

2022-11-28 10:20:46 UTC MAIN commitmail json YAML

doc: Updated devel/py-hg-git to 1.0.1

(wiz)

2022-11-28 10:20:36 UTC MAIN commitmail json YAML

py-hg-git: update to 1.0.1.

hg-git 1.0.1 (2022-11-04)
=========================

This is a minor release, focusing on bugs and compatibility.

* Ignore any ``GIT_SSH_COMMAND`` environment variable, rather than
  dying with an error. (#369)
* Fix bug with unusual progress lines from Azure Repo (#391)
* Fix incorrect use of localisation APIs (#387)
* Fix pushing with Dulwich 0.2.49 or later.
* Fix tests with Git 2.37.
* Fix bug with tags or remote refs in the local Git repository that
  point to missing commits.
* Mark Mercurial 6.2 and 6.3 as supported and tested.

Thanks to Pierre Augier and Aay Jay Chan for contributing to this
release!

hg-git 1.0.0 (2022-04-01)
=========================

This is the first stable release in the 1.0 series. In addition to all
the features and fixes in the betas, it includes:

* Handle errors in ``.gitmodules`` gracefully, allowing the conversion
  to continue. (#329)
* Don't die with an error when ``.hgsub`` contains comments. (#128)
* Suppress errors on export related to history editing of certain
  commits with unusual authorship and messages. (#383)
* Fix tests with Git 2.35.

Other changes:

* Increase test coverage by using different versions of Alpine Linux
  and Dulwich.

This release requires Mercurial 5.2 or later and Python 3.6 or later.

hg-git 1.0b2 (2022-03-10)
=========================

This is a follow-up to the previous beta, that fixes the following
bugs:

* Fix tests with Mercurial 6.1.
* Avoid prompting for authentication after a successful push, by
  storing the authenticated client. (#379)

This release requires Mercurial 5.2 or later and Python 3.6 or later.

hg-git 1.0b1 (2022-01-26)
=========================

This is a preview of an upcoming major release that contains changes
to user-facing behaviour, as well as a fair amount of internal
changes. The primary focus is on adjusting the user experience to be
more intuitive and consistent with Git and Mercurial. The internal
changes are mainly refactoring to make the code more consistent and
maintainable. Performance should also be much better; a simple clone
of a medium-sized repository is about 40% faster.

This release requires Mercurial 5.2 or later and Python 3.6 or later.

Changes to behaviour:

* When a pull detects that a Git remote branch vanishes, it will
  remove the corresponding local tags, such as ``default/branch``.
  This is equivalent to using ``git fetch --prune``, and adjustable
  using the ``git.pull-prune-remote-branches`` configuration option.
* Similarly, delete the actual bookmarks corresponding to a remote
  branch, unless the bookmarks was moved since the last pull from Git.
  This is enabled by default and adjustable using the
  ``git.pull-prune-bookmarks`` configuration option.
* Speed up ``pull`` by using a single transaction per map save
  interval.
* Similarly, speed up ``hg clone`` by always using a single
  transaction and map save interval, as Mercurial will delete the
  repository on errors.
* Change the default ``hggit.mapsavefrequency`` to 1,000 commits rather
  than just saving at the end.
* Abort with a helpful error when a user attempts to push to Git from
  a Mercurial repository without any bookmarks nor tags. Previously,
  that would either invent a bookmark —— *once* — or just report that
  nothing was found.
* Only update e.g. ``default/master`` when actually pulling from
  ``default``.

Enhancements:

* Add a ``gittag()`` revset.
* Print a message describing which bookmarks changed during a pull.
* Let Mercurial report on the incoming changes once each transaction
  is saved, similar to when pulling from a regular repository.
* Remove some unnecessary caching in an attempt to decrease memory
  footprint.
* Advance phases during the pull rather than at the end.
* With ``hggit.usephases``, allow publishing tags and specific remotes
  on pull, as well as publishing the remote ``HEAD`` on push.
* Change defaults to drop illegal paths rather than aborting the
  conversion; this is adjustable using the ``hggit.invalidpaths``
  configuration option.
* Allow updating bookmarks from obsolete commits to their successors.

Bug fixes:

* Adjust publishing of branches to correspond to the documentation.
  Previously, e.g. listing ``master`` would publish a local bookmark
  even if diverged from the remote.
* Handle corrupt repositories gracefully in the ``gverify`` command,
  and allow checking repository integrity.
* Only apply extension wrappers when the extension is actually
  enabled rather than just loaded.
* Fix pulling with ``phases.new-commit`` set to ``secret``. (#266)
* Detect divergence with a branch bookmark suffix.
* Fix flawed handling of remote messages on pull and push, which
  caused most such messages to be discarded.
* Report a helpful error when attempting to push or convert with
  commits missing in the Git repository. Also, issue a warning when
  creating a new Git repository with a non-empty map, as that may lead
  to the former.
* Ensure that ``gimport`` also synchronises tags.
* Address a bug where updating bookmarks might fail with certain
  obsolete commits.
* Handle missing Git commits gracefully. (#376)

Other changes:

* Require ``setuptools`` for building, and use ``setuptools_scm`` for
  determining the version of the extension.
* Refactoring and reformatting of the code base.

hg-git 0.10.4 (2022-01-26)
==========================

This is a minor release, focusing on bugs and compatibility.

Bug fixes:

* Fix compatibility with the ``mercurial_keyring`` extension. (#360)
* Add missing test files to the source archive. (#375)
* Fix tests with Git 2.34.

hg-git 0.10.3 (2021-11-16)
==========================

This is a minor release, focusing on bugs and compatibility.

Enhancements:

* Add support for Mercurial 6.0.

hg-git 0.10.2 (2021-07-31)
==========================

This is a minor release, focusing on bugs and compatibility.

Enhancements:

* Add support for Mercurial 5.9.

Bug fixes:

* Fix the ``git.authors`` configuration option, broken in Python 3.

hg-git 0.10.1 (2021-05-12)
==========================

This is a minor release, focusing on bugs and compatibility.

Enhancements:

* Add support for Mercurial 5.8.

Bug fixes:

* Fix some documentation issues.
* Don't overwrite annotated tags on push.
* Fix an issue where pushing a repository without any bookmarks would
  push secret changesets.

(wiz)

2022-11-28 10:16:01 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client, textproc/py-dicttoxml

(adam)

2022-11-28 10:15:36 UTC MAIN commitmail json YAML

py-dicttoxml: updated to 1.7.7

Version 1.7.7
Fixed: debug is turned off by default, and no longer prints "Debug mode is off" in the console.

(adam)

2022-11-28 10:13:29 UTC MAIN commitmail json YAML

py-google-api-python-client: updated to 2.66.0

2.66.0 (2022-11-01)

Features

alertcenter: update the api https://togithub.com/googleapis/google-api-python-client/commit/9a9b5adb894773c7754a85288b3dbe7c65caa354 (cb89554)
androiddeviceprovisioning: update the api https://togithub.com/googleapis/google-api-python-client/commit/e3a929d4a0a89be6b2c9fe8a663028996d0dae3a (cb89554)
androidpublisher: update the api https://togithub.com/googleapis/google-api-python-client/commit/98699752ee41ec202f226445056a22e6a4ce28a1 (cb89554)
appengine: update the api https://togithub.com/googleapis/google-api-python-client/commit/3b4ebcfb140c65bd7c34d5ddb355e04152376e5a (cb89554)
artifactregistry: update the api https://togithub.com/googleapis/google-api-python-client/commit/fe3896b0d7401e9a197971e4bbb449eddfe1cdb6 (60963d0)
assuredworkloads: update the api https://togithub.com/googleapis/google-api-python-client/commit/3987df7506017aa40003b85d8553ccb29ff7fbc9 (cb89554)
assuredworkloads: update the api https://togithub.com/googleapis/google-api-python-client/commit/ffbd7e4de8da5bf8e08b918ec6e9e6cd4abdd054 (60963d0)
baremetalsolution: update the api https://togithub.com/googleapis/google-api-python-client/commit/04b23d9cb93758f31467b465290b5077f0d9aec3 (60963d0)
beyondcorp: update the api https://togithub.com/googleapis/google-api-python-client/commit/98ef5fcf5173d711fa8f123156fd33ba7909561e (cb89554)
bigquery: update the api https://togithub.com/googleapis/google-api-python-client/commit/e7a8f0e6ad642160c10f1e094bca224a9c9467c0 (cb89554)
bigtableadmin: update the api https://togithub.com/googleapis/google-api-python-client/commit/4b424cf2d71fa9d77702efe543ba28ec31e30a49 (cb89554)
chat: update the api https://togithub.com/googleapis/google-api-python-client/commit/39808f18b91b042b7999667be8f2dfcf2b499d32 (cb89554)
chat: update the api https://togithub.com/googleapis/google-api-python-client/commit/75d4d8900a3b76c8fac5afd105859643e8adc22f (60963d0)
chromepolicy: update the api https://togithub.com/googleapis/google-api-python-client/commit/53723bec0c1ce4961e1deaf4bfe0a91b97c65095 (cb89554)
cloudbuild: update the api https://togithub.com/googleapis/google-api-python-client/commit/2712d19798c90bfc5ad0c669c400e59061591d21 (60963d0)
cloudfunctions: update the api https://togithub.com/googleapis/google-api-python-client/commit/ef7b4070846752dadf0f44b065c1385c8d6e582b (60963d0)
cloudsearch: update the api https://togithub.com/googleapis/google-api-python-client/commit/0724423a80fe35463249ffce4bfe560aec05be20 (60963d0)
cloudtasks: update the api https://togithub.com/googleapis/google-api-python-client/commit/b46ddfdbdb9f3c37308b09eb5361624a3169310f (cb89554)
composer: update the api https://togithub.com/googleapis/google-api-python-client/commit/57822a710613ed77e524458441f1a8d57de8d95c (cb89554)
compute: update the api https://togithub.com/googleapis/google-api-python-client/commit/32386b1144d3bd9b7f51e9ce89b277ef90af7df9 (60963d0)
compute: update the api https://togithub.com/googleapis/google-api-python-client/commit/6ef14bce9bdd661f91596e88648083845e7d9866 (cb89554)
connectors: update the api https://togithub.com/googleapis/google-api-python-client/commit/bddbbf67262395894382da5fd44b402ec5eef15b (cb89554)
containeranalysis: update the api https://togithub.com/googleapis/google-api-python-client/commit/d37d7c49987f14a068ee271fff172c41d32b5be6 (cb89554)
content: update the api https://togithub.com/googleapis/google-api-python-client/commit/94dde782a67a20cb7c28ca81e96726c3c7da36d0 (60963d0)
contentwarehouse: update the api https://togithub.com/googleapis/google-api-python-client/commit/0005b665c471cbba98a18df1c40d32fea0eb74a7 (60963d0)
contentwarehouse: update the api https://togithub.com/googleapis/google-api-python-client/commit/412a5247763d810107c0cd59e390fd42ce3513d0 (cb89554)
datacatalog: update the api https://togithub.com/googleapis/google-api-python-client/commit/25af7f8ed30583eaa03c3a8d41ad861f0ad0287c (cb89554)
dataplex: update the api https://togithub.com/googleapis/google-api-python-client/commit/89c2a7df58b695b9c3eb7acff522e96bd4a5db1f (60963d0)
dataplex: update the api https://togithub.com/googleapis/google-api-python-client/commit/ca9cc14d9a1017e142ec1f287e66c79df276ce5f (cb89554)
dataproc: update the api https://togithub.com/googleapis/google-api-python-client/commit/421f03b0652e95bfaf94e5969680498b48959833 (cb89554)
dataproc: update the api https://togithub.com/googleapis/google-api-python-client/commit/ed3f0016c539d7af0706696543b01c8ba891681a (60963d0)
datastore: update the api https://togithub.com/googleapis/google-api-python-client/commit/61b8061c19696958d3ee92d50a9d0a97eee3c2da (60963d0)
dialogflow: update the api https://togithub.com/googleapis/google-api-python-client/commit/7c2479b010a193b03888508310bc823a277f8c5a (60963d0)
displayvideo: update the api https://togithub.com/googleapis/google-api-python-client/commit/ff9240b7e303916d24a13ae8b18116a6e3693c57 (60963d0)
documentai: update the api https://togithub.com/googleapis/google-api-python-client/commit/4a93526b97217bf4073289663ad030a7d732e1e4 (cb89554)
doubleclicksearch: update the api https://togithub.com/googleapis/google-api-python-client/commit/bfaf4b3a17d06cb612daf0392e1a3f25b460f847 (60963d0)
drivelabels: update the api https://togithub.com/googleapis/google-api-python-client/commit/522e74b34eb2472cdc54460c0bce68806c49d0f1 (60963d0)
firestore: update the api https://togithub.com/googleapis/google-api-python-client/commit/34e443e6ad3898b7ba902e58c7296eb172ac8230 (60963d0)
gkehub: update the api https://togithub.com/googleapis/google-api-python-client/commit/b0b59a978c4b6a6b03a8c5f2cd96214635728365 (60963d0)
healthcare: update the api https://togithub.com/googleapis/google-api-python-client/commit/8de48da07280f5a9e85423a96818f9785e5235a7 (60963d0)
integrations: update the api https://togithub.com/googleapis/google-api-python-client/commit/e9280c5ffafccc928f311d3bf272ad099889613a (60963d0)
managedidentities: update the api https://togithub.com/googleapis/google-api-python-client/commit/167f3d8cc7ac154dd705527dd0fbbb79fa39d6ff (60963d0)
managedidentities: update the api https://togithub.com/googleapis/google-api-python-client/commit/aa5c6a2bbb967e47b1fe664f04d55cb77ee93850 (cb89554)
metastore: update the api https://togithub.com/googleapis/google-api-python-client/commit/72770adb32136579055168db9ee01e7506c9ff97 (60963d0)
monitoring: update the api https://togithub.com/googleapis/google-api-python-client/commit/aec2980b590813a9789221984a06d48cf5f93e37 (60963d0)
networkconnectivity: update the api https://togithub.com/googleapis/google-api-python-client/commit/2ae379c0d93c541e8a9ff968c54c48f2d9537e99 (cb89554)
playintegrity: update the api https://togithub.com/googleapis/google-api-python-client/commit/15a8fe0e296f6b7f833f282b6fad96397d862989 (60963d0)
redis: update the api https://togithub.com/googleapis/google-api-python-client/commit/0b9b8fa1e76d9eae203e480becd7176f180fb0c8 (cb89554)
retail: update the api https://togithub.com/googleapis/google-api-python-client/commit/566f33e7ebe9290d81306b0a0b2b86b9357610bb (cb89554)
retail: update the api https://togithub.com/googleapis/google-api-python-client/commit/606bdc24eebb7dc151bde794d4a1898446d11457 (60963d0)
run: update the api https://togithub.com/googleapis/google-api-python-client/commit/67d316d4d1108b899625adfd147acbc7e189a2ae (cb89554)
run: update the api https://togithub.com/googleapis/google-api-python-client/commit/f0fdbaf02e95899481a795346cf1d2d4bde32552 (60963d0)
servicecontrol: update the api https://togithub.com/googleapis/google-api-python-client/commit/3d8009279ecb0c9dfcaa76d08ab4722540bd6890 (60963d0)
servicedirectory: update the api https://togithub.com/googleapis/google-api-python-client/commit/aa20cbd8cddb3e7b85ec4d4595e3096796b5033f (cb89554)
speech: update the api https://togithub.com/googleapis/google-api-python-client/commit/03f32f826408963c24793b93985d592fe746239c (60963d0)
sqladmin: update the api https://togithub.com/googleapis/google-api-python-client/commit/488798ac2921276a33a74b54b7b62b93ef27c1e7 (cb89554)
tagmanager: update the api https://togithub.com/googleapis/google-api-python-client/commit/3dd7507c30d93ecb40587caa1043bd1db650e555 (60963d0)
translate: update the api https://togithub.com/googleapis/google-api-python-client/commit/83da452f035a5656023a32151a1d0146d0ac3c90 (60963d0)
Documentation

Fix a typo in UPGRADING.md related to static_discovery

(adam)

2022-11-28 10:00:33 UTC MAIN commitmail json YAML

Update to version 9.0.0960

Changes:
9.0.0306  buffer write message is two lines in message popup window
9.0.0307  :echomsg doesn't work properly with cmdheight=0
9.0.0308  when cmdheight is zero the attention prompt doesn't show
9.0.0309  invalid memory access when cmdheight is zero
9.0.0310  output of :messages dissappears when cmdheight is zero
9.0.0311  test for hit-Enter prompt fails
9.0.0312  test for cmdheight zero fails
9.0.0313  using common name in tests leads to flaky tests
9.0.0314  VDM files are not recognized
9.0.0315  shell command is displayed in message window
9.0.0316  screen flickers when 'cmdheight' is zero
9.0.0317  when updating the whole screen a popup may not be redrawn
9.0.0318  clearing screen causes flicker
9.0.0319  Godot shader files are not recognized
9.0.0320  command line type of CmdlineChange differs from getcmdtype()
9.0.0321  cannot use the message popup window directly
9.0.0322  crash when no errors and 'quickfixtextfunc' is set
9.0.0323  using common name in tests leads to flaky tests
9.0.0324  MS-Windows: resolve() test fails
9.0.0325  MS-Windows: completion test fails
9.0.0326  some changes for cmdheight=0 are not needed
9.0.0327  items() does not work on a list
9.0.0328  OLD_DIGRAPHS is unused
9.0.0329  ":highlight" hangs when 'cmdheight' is zero
9.0.0330  method tests fail
9.0.0331  cannot use items() on a string
9.0.0332  overwrite check may block BufWriteCmd
9.0.0333  method test fails
9.0.0334  test does not properly clean up
9.0.0335  checks for Dictionary argument often give a vague error
9.0.0336  tests are flaky because of using a common file name
9.0.0337  flicker when resetting cmdline_row after updating the screen
9.0.0338  return value of list_append_list() not always checked
9.0.0339  no check if the return value of XChangeGC() is NULL
9.0.0340  the 'cmdheight' zero support causes too much trouble
9.0.0341  mapset() does not restore &lt;Nop&gt; mapping properly
9.0.0342  ":wincmd =" equalizes in two directions
9.0.0343  ColorScheme autocommand triggered when colorscheme not found
9.0.0344  MS-Windows: background color wrong in Console
9.0.0345  error message for list argument could be clearer
9.0.0346  :horizontal modifier not fully supported
9.0.0347  MS-Windows: cannot set cursor shape in Windows Terminal
9.0.0348  MS-Windows: GUI mouse move event test is flaky
9.0.0349  filetype of *.sil files not well detected
9.0.0350  :echowindow does not work in a compiled function
9.0.0351  message window may obscure the command line
9.0.0352  using :echowindow in a timer clears part of message
9.0.0353  missing entry in switch
9.0.0354  MS-Windows: starting a python server for test sometimes fails
9.0.0355  check for uppercase char in autoload name is wrong
9.0.0356  :echowindow sets the in_echowindow flag too early
9.0.0357  'linebreak' interferes with text property highlight
9.0.0358  'breakindent' does not indent non-lists
9.0.0359  error message for wrong argument type is not specific
9.0.0360  crash when invalid line number on :for is ignored
9.0.0361  removing a listener may result in a memory leak
9.0.0362  expanding ":e %" does not work for remote files
9.0.0363  common names in test files causes tests to be flaky
9.0.0364  clang static analyzer gives warnings
9.0.0365  file name used in test is unusual
9.0.0366  cannot use import-&gt;Func() in lambda
9.0.0367  Coverity complains about dropping sign of character
9.0.0368  old Coverity warning for using NULL pointer
9.0.0369  a failing flaky test doesn't mention the time
9.0.0370  cleaning up afterwards can make a function messy
9.0.0371  compiler warning for uninitialized variable
9.0.0372  MS-Windows: "%T" time format does not appear to work
9.0.0373  Coverity warns for NULL check and unused return value
9.0.0374  Coverity still complains about dropping sign of character
9.0.0375  the footer feature is unused
9.0.0376  clang warns for dead assignments
9.0.0377  argument assignment does not work
9.0.0378  compiler warning for uninitialized variable
9.0.0379  cleaning up after writefile() is a hassle
9.0.0380  deleting files in tests is a hassle
9.0.0381  writefile test leaves files behind
9.0.0382  freeing the wrong string on failure
9.0.0383  Coverity complains about unused value
9.0.0384  Covertity still complains about using return value of getc()
9.0.0385  GUI: when CTRL-D is mapped in Insert mode it gets inserted
9.0.0386  some code blocks are nested too deep
9.0.0387  repeat &lt;ScriptCmd&gt; mapping doesn't use right script context
9.0.0388  the do_arg_all() function is too long
9.0.0389  crash when 'tagfunc' closes the window
9.0.0390  cannot use a partial with :defer
9.0.0391  using separate delete() call instead of writefile() 'D' flag
9.0.0392  inverted condition is a bit confusing
9.0.0393  signals test often fails on FreeBSD
9.0.0394  Cygwin: multibyte characters may be broken in terminal window
9.0.0395  clang warnings for function prototypes
9.0.0396  :findrepl does not escape '&' and '~' properly
9.0.0397  :defer not tested with exceptions and ":qa!"
9.0.0398  members of funccall_T are inconsistently named
9.0.0399  using :defer in expression funcref not tested
9.0.0400  GUI test sometimes hangs on CI
9.0.0401  CI uses older clang version
9.0.0402  javascript module files are not recoginzed
9.0.0403  'equalalways' may be off when 'laststatus' is zero
9.0.0404  crash when passing invalid arguments to assert_fails()
9.0.0405  arguments in a partial not used by a :def function
9.0.0406  deferred functions not invoked when partial func exits
9.0.0407  matchstr() does match column offset
9.0.0408  GUI test sometimes fails on MS-Windows
9.0.0409  #{g:x} was seen as a curly-braces expression
9.0.0410  struct member cts_lnum is unused
9.0.0411  only created files can be cleaned up with one call
9.0.0412  compiler warning for unused argument
9.0.0413  ASAN reports a memory leak
9.0.0414  matchstr() still does not match column offset
9.0.0415  on MS-Windows some tests are flaky
9.0.0416  ml_get error when appending lines in popup window
9.0.0417  Jsonnet files are not recognized
9.0.0418  manually deleting temp test files
9.0.0419  the :defer command does not check the function arguments
9.0.0420  function went missing
9.0.0421  MS-Windows makefiles are inconsistently named
9.0.0422  not enough testing of the :all command
9.0.0423  "for" and "while" not recognized after :vim9cmd and :legacy
9.0.0424  gitattributes files are not recognized
9.0.0425  autocmd test is a bit flaky on MS-Windows
9.0.0426  failed flaky tests report only start time
9.0.0427  Drupal theme files are not recognized
9.0.0428  autocmd test uses common file name
9.0.0429  not all keys are tested for the MS-Windows GUI
9.0.0430  cannot use repeat() with a blob
9.0.0431  current mode shows in message window
9.0.0432  crash when using for loop variable in closure
9.0.0433  Coverity warns for not checking allocation failure
9.0.0434  gitignore files are not recognized
9.0.0435  compiler warning for uninitialized variable
9.0.0436  CI: running tests in parallel causes flakiness
9.0.0437  no error when custom completion function returns wrong type
9.0.0438  cannot put virtual text above a line
9.0.0439  cursor wrong if inserting before line with virtual text above
9.0.0440  crash when using mkdir() with "R" flag in compiled function
9.0.0441  closure in for loop test fails on some systems
9.0.0442  virtual text "above" doesn't handel line numbers
9.0.0443  blueprint files are not recognized
9.0.0444  trying to declare g:variable gives confusing error
9.0.0445  when opening/closing window text moves up/down
9.0.0446  message window may be positioned too low
9.0.0447  using :echowin while at the hit-enter prompt causes problems
9.0.0448  SubRip files are not recognized
9.0.0449  there is no easy way to translate a key code into a string
9.0.0450  return value of argument check functions is inconsistent
9.0.0451  virtual text "above" does not work with 'nowrap'
9.0.0452  Visual highlighting extends into virtual text prop
9.0.0453  on an AZERTY keyboard digit keys get the shift modifier
9.0.0454  incorrect color for modeless selection with GTK
9.0.0455  a few problems with 'splitscroll'
9.0.0456  function called at debug prompt is also debugged
9.0.0457  substitute prompt does not highlight an empty match
9.0.0458  splitting a line with a text prop "above" moves it down
9.0.0459  Vim9: block in for loop doesn't behave like a code block
9.0.0460  loop variable can't be found
9.0.0461  'scroll' is not always updated
9.0.0462  ASAN warning for integer overflow
9.0.0463  command line test leaves directory behind
9.0.0464  with virtual text "above" indenting doesn't work well
9.0.0465  cursor moves when cmdwin is closed when 'splitscroll' is off
9.0.0466  virtual text wrong after adding line break after line
9.0.0467  build failure
9.0.0468  exectution stack underflow without the +eval feature
9.0.0469  cursor moves if cmdwin is closed when 'splitscroll' is off
9.0.0470  in :def function all closures in loop get the same variables
9.0.0471  no test for what patch 9.0.0469 fixes
9.0.0472  virtual text "below" doesn't show in list mode
9.0.0473  fullcommand() only works for the current script version
9.0.0474  fullcommand() test failure
9.0.0475  not using deferred delete in tests
9.0.0476  varargs does not work for replacement function of substitute()
9.0.0477  missing dependency may cause crashes on incomplete build
9.0.0478  test for 'splitscroll' takes too much time
9.0.0479  Valve Date Format files are not recognized
9.0.0480  cannot use a :def varargs function with substitute()
9.0.0481  in :def function all closures in loop get the same variables
9.0.0482  "g0" moves to wrong location with virtual text "above"
9.0.0483  illegal memory access when replacing in virtualedit mode
9.0.0484  in :def function all closures in loop get the same variables
9.0.0485  in :def function all closures in loop get the same variables
9.0.0486  text scrolled with 'nosplitscroll', autocmd win and help
9.0.0487  using freed memory with combination of closures
9.0.0488  cursor wrong with virtual text "above" and 'showbreak'
9.0.0489  using "end_lnum" with virtual text causes problems
9.0.0490  using freed memory with cmdwin and BufEnter autocmd
9.0.0491  no good reason to build without the float feature
9.0.0492  cmdwin test fails on MS-Windows
9.0.0493  Perl test fails
9.0.0494  small build misses float function declaraitons
9.0.0495  closure doesn't work properly in nested loop
9.0.0496  no good reason to keep supporting Windows-XP
9.0.0497  LyRiCs files are not recognized
9.0.0498  various small issues
9.0.0499  in :def function list created after const is locked
9.0.0500  when quitting cmdline window with CTRL-C it remains visible
9.0.0501  warning for using uninitialized value in mouse test
9.0.0502  a closure in a nested loop in a :def function does not work
9.0.0503  build failure
9.0.0504  still a build failure
9.0.0505  various problems with 'nosplitscroll'
9.0.0506  line number argument for :badd does not work
9.0.0507  cmdline cleared when using :redrawstatus in CmdlineChanged
9.0.0508  when the channel test fails there is no clue why
9.0.0509  confusing error for "saveas" command with "nofile" buffer
9.0.0510  Chatito files are not recognized
9.0.0511  unnecessary scrolling for message of only one line
9.0.0512  cannot redraw the status lines when editing a command
9.0.0513  may not be able to use a pattern ad the debug prompt
9.0.0514  terminal test sometimes hangs
9.0.0515  virtual text highlight starts too early when 'number' is set
9.0.0516  virtual text "above" highlights gap after it
9.0.0517  when at the command line :redrawstatus does not work well
9.0.0518  virtual text highlight starts too early with 'nowrap'
9.0.0519  the win_line() function is much too long
9.0.0520  declaring a loop variable at the start of a block is clumsy
9.0.0521  compiler warns for unused argument in small version
9.0.0522  build fails on Appveyor
9.0.0523  more compiler warnings for arguments in small version
9.0.0524  build instructions for MS-Windows are outdated
9.0.0525  manually deleting temp test files
9.0.0526  MS-Windows: still some support for XP and old compilers
9.0.0527  long sign text may overflow buffer
9.0.0528  MS-Windows: no batch files for more recent MSVC versions
9.0.0529  appveyor setup contains outdated lines
9.0.0530  using freed memory when autocmd changes mark
9.0.0531  the win_line() function is much too long
9.0.0532  edit test is flaky when run under valgrind
9.0.0533  the win_line() function is much too long
9.0.0534  line number is displayed at virtual text "above"
9.0.0535  closure gets wrong value in for loop with two loop variables
9.0.0536  CI: codecov action update available
9.0.0537  the do_set() function is much too long
9.0.0538  manually deleting test temp files
9.0.0539  long message test can be flaky
9.0.0540  assigning stack variable to argument confuses Coverity
9.0.0541  terminal pwd test fails with a very long path name
9.0.0542  MSVC build still has support for 2012 edition
9.0.0543  insufficient testing for assert and test functions
9.0.0544  minor issues with setting a string option
9.0.0545  when a test is slow and CI times out there is no time info
9.0.0546  supporting Ruby 1.8 makes code complicated
9.0.0547  looping over empty out_loop[] entries
9.0.0548  reduce() with a compiled lambda could be faster
9.0.0549  duplicated code in calling a :def function
9.0.0550  crash when closing a tabpage and buffer is NULL
9.0.0551  mode message is delayed when :echowin was used
9.0.0552  crash when using NUL in buffer that uses :source
9.0.0553  no error for "|" after "{" in lamda
9.0.0554  using freed memory when command follows lambda
9.0.0555  scrolling with 'nosplitscroll' in callback changing curwin
9.0.0556  leaking memory with nested functions
9.0.0557  valgrind reports possibly leaked memory
9.0.0558  Coverity warns for possibly using NULL pointer
9.0.0559  timer test may get stuck at hit-enter prompt
9.0.0560  elapsed time since testing started is not visible
9.0.0561  when a test gets stuck it just hangs forever
9.0.0562  HSL playlist files are not recognized
9.0.0563  timer_info() test fails
9.0.0564  a few tests keep failing on MacOS M1
9.0.0565  cscope test causes problems with test timeout timer
9.0.0566  Nim files are not recognized
9.0.0567  'completeopt' "longest" is not used for complete()
9.0.0568  autocmd code is indented more than needed
9.0.0569  cannot easily get out when using "vim file | grep word"
9.0.0570  CI for Windows is still using codecov action 3.1.0
9.0.0571  MS-Windows: CTRL-C can make Vim exit
9.0.0572  insert complete tests leave a mapping behind
9.0.0573  outdated dependencies go unnoticed
9.0.0574  timer garbage collect test hangs on Mac M1
9.0.0575  the getchar() function behaves strangely with bracketed paste
9.0.0576  unused loop variables
9.0.0577  buffer underflow with unexpected :finally
9.0.0578  one timer test fails on Mac M1
9.0.0579  using freed memory when 'tagfunc' wipes out buffer
9.0.0580  no CI running for MacOS on M1
9.0.0581  adding a character for incsearch fails at end of line
9.0.0582  channel cwd test fails on Cirrus CI
9.0.0583  only recognizing .m3u8 files is inconsistent
9.0.0584  cscope test with wrong executable name fails
9.0.0585  when long message test fails the error message is not visible
9.0.0586  missing change in test
9.0.0587  Unicode tables are outdated
9.0.0588  MorphOS build is broken
9.0.0589  on AmigaOS4 the pid is available but the task address is used
9.0.0590  after exiting Insert mode spelling not checked in next line
9.0.0591  message window popup shows on only one tab page
9.0.0592  display not cleared when scrolling back in messages
9.0.0593  CI actions have too many permissions
9.0.0594  Makefile error message causes a shell error
9.0.0595  extra newline in messages after a verbose shell message
9.0.0596  CI on Mac M1 has the channel feature disabled
9.0.0597  cannot close a tab page with the middle mouse button
9.0.0598  using negative array index with negative width window
9.0.0599  latexmkrc files are not recognized
9.0.0600  GYP files are not recognized
9.0.0601  too much indent
9.0.0602  new TypeScript extensions are not recognized
9.0.0603  with 'nosplitscroll' folds are not handled correctly
9.0.0604  luacheckrc file is not recognized
9.0.0605  dump file missing
9.0.0606  system() opens a terminal window when "!" is in 'guioptions'
9.0.0607  verbose echo message test fails on Mac OS
9.0.0608  with spelling, deleting a full stop does not update next line
9.0.0609  blockedit test fails because of wrong indent
9.0.0610  global interrupt test fails when run under valgrind
9.0.0611  tests delete files with a separate delete() call
9.0.0612  blockedit test passes with wrong result
9.0.0613  running source tests leaves file behind
9.0.0614  SpellFileMissing autocmd may delete buffer
9.0.0615  using reduce() on a list from range() is a bit slow
9.0.0616  spell test fails because error message changed
9.0.0617  calling function for reduce() has too much overhead
9.0.0618  calling function for reduce() has too much overhead
9.0.0619  too many delete() calls in tests
9.0.0620  matchaddpos() can only add up to 8 matches
9.0.0621  filetype test leaves file behind
9.0.0622  matchaddpos() can get slow when adding many matches
9.0.0623  error for modifying a const is not detected at compile time
9.0.0624  leaking argument type array
9.0.0625  too many delete() calls in tests
9.0.0626  too many delete() calls in tests
9.0.0627  "const" and "final" both make the type a constant
9.0.0628  Coverity warns for not checking return value
9.0.0629  get an error for using const only when executing
9.0.0630  in Vim9 script a numbered function cannot be called
9.0.0631  too many delete() calls in tests
9.0.0632  calling a function from an "expr" option has overhead
9.0.0633  FEAT_TITLE was removed but is still used
9.0.0634  evaluating "expr" options has more overhead than needed
9.0.0635  build error and compiler warnings
9.0.0636  underline color may not work in some terminals
9.0.0637  syntax of commands in Vim9 script depends on +eval feature
9.0.0638  popup menu highlight wrong on top of preview popup
9.0.0639  checking for popup in screen_char() is too late
9.0.0640  cannot scroll by screen line if a line wraps
9.0.0641  missing part of the new option code
9.0.0642  breakindent test fails
9.0.0643  smoothscroll test fails
9.0.0644  'smoothscroll' is not copied to a new window on :split
9.0.0645  CTRL-Y does not stop at line 1
9.0.0646  with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set
9.0.0647  the 'splitscroll' option is not a good name
9.0.0648  when using powershell input redirection does not work
9.0.0649  no indication the first line is broken for 'smoothscroll'
9.0.0650  some tests are failing
9.0.0651  build fails without the +conceal feature
9.0.0652  'smoothscroll' not tested with 'number' and "n" in 'cpo'
9.0.0653  BS and DEL do not work properly in an interacive shell
9.0.0654  breakindent test fails
9.0.0655  passing modifier codes to a shell running in the GUI
9.0.0656  cannot specify another character to use instead of '@'
9.0.0657  too many #ifdefs
9.0.0658  tiny build fails on Mac OS
9.0.0659  wrong type of comment in SetSyn() function
9.0.0660  mapping with CTRL keys does not work in the GUI
9.0.0661  multi-byte "lastline" in 'fillchars' does not work properly
9.0.0662  concealed characters do not work correctly
9.0.0663  tests check for +cmdwin feature which is always present
9.0.0664  bad redrawing with spell checking, using "C" and "$" in 'cpo'
9.0.0665  setting 'cmdheight' has no effect if last window was resized
9.0.0666  spacing-combining characters handled as composing
9.0.0667  ml_get error when 'splitkeep' is "screen"
9.0.0668  CI on Mac M1 only uses clang
9.0.0669  too many delete() calls in tests
9.0.0670  no space for command line when there is a tabline
9.0.0671  negative topline using CTRL-Y with 'smoothscroll' and 'diff'
9.0.0672  line partly shows with 'smoothscroll' and 'scrolloff' zero
9.0.0673  first line wong with 'smoothscroll' and 'scrolloff' zero
9.0.0674  build error with tiny version
9.0.0675  search test screendump is outdated
9.0.0676  CI on Mac M1 with gcc actually uses clang
9.0.0677  breakindent test accepts wrong result
9.0.0678  using exclamation marks on :function
9.0.0679  tests failing with 'smoothscroll', 'number' and "n" in 'cpo'
9.0.0680  tests failing with 'breakindent', 'number' and "n" in 'cpo'
9.0.0681  "&lt;&lt;&lt;" shows for 'smoothscroll' even when 'showbreak is set
9.0.0682  crash when popup with deleted timer is closed
9.0.0683  cannot specify a time for :echowindow
9.0.0684  skipped :exe command fails compilation on MS-Windows
9.0.0685  FORTIFY_SOURCE causes a crash in Vim9 script
9.0.0686  the right ALT key does not work on some MS-Windows keyboards
9.0.0687  "export def" does not work in a nested block
9.0.0688  debugger does not display the whole command
9.0.0689  compiler warning for unused function
9.0.0690  buffer size for expanding tab not correctly computed
9.0.0691  lalloc(0) error in listchars test
9.0.0692  PoE filter files are not recognized
9.0.0693  browse() first argument cannot be a bool
9.0.0694  no native sound support on Mac OS
9.0.0695  failing check for dictionary type for const any
9.0.0696  it is unclear if the +rightleft and +arabic features are used
9.0.0697  cursor in wrong position with Visual substitute
9.0.0698  VisVim is outdated, does not work with current Visual Studio
9.0.0699  tiny build fails
9.0.0700  there is no real need for a "big" build
9.0.0701  with 'smoothscroll' cursor position not adjusted in long line
9.0.0702  incomplete testing cursor position with 'linebreak' set
9.0.0703  failing check for argument type for const any
9.0.0704  CI runs "tiny" and "small" builds, which are the same
9.0.0705  virtual text truncation does not take padding into account
9.0.0706  :help in a narrow window always opens at the top
9.0.0707  with 'smoothscroll' cursor position not adjusted in long line
9.0.0708  :confirm does not work properly for a terminal buffer
9.0.0709  virtual text "after" not correct with 'nowrap'
9.0.0710  quitting/unloading/hiding a terminal does not work properly
9.0.0711  SubStation Alpha files are not recognized
9.0.0712  wrong column when calling setcursorcharpos() with zero lnum
9.0.0713  &lt;amatch&gt; of MenuPopup event is expanded like a file name
9.0.0714  with 'nowrap' two virtual text below not displayed correctly
9.0.0715  wrong argument for append() gives two error messages
9.0.0716  with 'nowrap' virtual text "after" does not scroll left
9.0.0717  compiler warning for unused variable in tiny build
9.0.0718  extra empty line between two virtual text "below"
9.0.0719  too many delete() calls in tests
9.0.0720  MS-Windows GUI may have pixel dust from antialiasing
9.0.0721  virtual text "above" with padding not displayed correctly
9.0.0722  virtual text "after" does not show with 'list' set
9.0.0723  extra empty line below virtual text when 'list' is set
9.0.0724  closure in compiled function gets same variable in block
9.0.0725  virtual text "after" wraps to next line when 'wrap' is off
9.0.0726  looping over list of lists works in script, not in function
9.0.0727  help in the repository differs from patched version too much
9.0.0728  extend() test fails
9.0.0729  the rightleft and arabic features are disabled
9.0.0730  startup test fails with right-left feature
9.0.0731  clang-tidy configuration files are not recognized
9.0.0732  no check for white space before and after "=&lt;&lt;"
9.0.0733  use of strftime() is not safe
9.0.0734  cursor position invalid when scrolling with 'smoothscroll'
9.0.0735  breakindent and scrolloff tests fail
9.0.0736  quickfix listing does not handle very long messages
9.0.0737  Lisp word only recognized when a space follows
9.0.0738  cannot suppress completion "scanning" messages
9.0.0739  mouse column not correctly used for popup_setpos
9.0.0740  prop_add_list() gives multiple errors for invalid argument
9.0.0741  cannot specify an ID for each item with prop_add_list()
9.0.0742  reading past end of the line when compiling a function
9.0.0743  starting cscope on Unix does not quote the arguments right
9.0.0744  in script in autoload dir exported variable is not found
9.0.0745  wrong cursor position when using "gj" and "gk" in a long line
9.0.0746  breakindent test cases are commented out
9.0.0747  too many #ifdefs
9.0.0748  Kitty may send key without modifiers with CSI u code
9.0.0749  alloc/free of buffer for each quickfix entry is inefficient
9.0.0750  crash when popup closed in callback
9.0.0751  'scrolloff' does not work well with 'smoothscroll'
9.0.0752  Rprofile files are not recognized
9.0.0753  some Ex commands are not in the help index
9.0.0754  'indentexpr' overrules lisp indenting in one situation
9.0.0755  huge build on macos always fails on CI
9.0.0756  no autocmd event for changing text in a terminal window
9.0.0757  line number not visisble with 'smoothscroll', 'nu' and 'rnu'
9.0.0758  "precedes" from 'listchars' overwritten by &lt;&lt;&lt;
9.0.0759  huge build on macos does not use Perl
9.0.0760  display test for 'listchars' "precedes" fails
9.0.0761  cannot use 'indentexpr' for Lisp indenting
9.0.0762  build failure
9.0.0763  MS-Windows: warning for using int for size_t
9.0.0764  indent and option tests fail
9.0.0765  with a Visual block a put command column may go negative
9.0.0766  too many delete() calls in tests
9.0.0767  too many delete() calls in tests
9.0.0768  too many delete() calls in tests
9.0.0769  too many delete() calls in tests
9.0.0770  quickfix commands may keep memory allocated
9.0.0771  cannot always tell the difference beween tex and rexx files
9.0.0772  the libvterm code is outdated
9.0.0773  huge build on macos uses dynamic Perl
9.0.0774  the libvterm code is outdated
9.0.0775  MS-Windows: mouse scrolling not supported in the console
9.0.0776  MSVC can't have field name "small"
9.0.0777  code is indented too much
9.0.0778  indexing of unknown const type fails during compilation
9.0.0779  lsl and lm3 file extensions are not recognized
9.0.0780  'scroll' value computed in unexpected location
9.0.0781  workaround to rename "small" to "smallfont" is clumsy
9.0.0782  OpenVPN files are not recognized
9.0.0783  ":!" doesn't do anything but does update the previous command
9.0.0784  text prop "above" not right with 'number' and "n" in 'cpo'
9.0.0785  memory leak with empty shell command
9.0.0786  user command does not get number from :tab modifier
9.0.0787  mouse scrolling in terminal misbehaves without dll
9.0.0788  ModeChanged autocmd not executed when Visual ends with CTRL-C
9.0.0789  dummy buffer ends up in a window
9.0.0790  test for dummy buffer does not always produce the E86 error
9.0.0791  at the hit-Enter prompt the End and Home keys may not work
9.0.0792  MS-Windows: compiler complains about unused function
9.0.0793  MS-Windows: mouse scroll events only work with the dll
9.0.0794  there is no way to find out if modifyOtherKeys has been seen
9.0.0795  readblob() always reads the whole file
9.0.0796  mapping test fails in some situations
9.0.0797  order of assert function arguments is reverted
9.0.0798  clang format configuration files are not recognized
9.0.0799  in compiled function -&gt;() on next line not recognized
9.0.0800  compiler complains about repeated typedef
9.0.0801  the modifyOtherKeys flag is set when it should not
9.0.0802  MS-Windows: cannot map console mouse scroll events
9.0.0803  readblob() cannot read from character device
9.0.0804  crash when trying to divide a number by -1
9.0.0805  filetype autocmd may cause freed memory access
9.0.0806  'langmap' works differently when there are modifiers
9.0.0807  with 'smoothscroll' typing "0" may not go to the first column
9.0.0808  jsonnet filetype detection has a typo
9.0.0809  test for job writing to buffer fails
9.0.0810  readblob() returns empty when trying to read too much
9.0.0811  error if :echowin is preceded by a command modifier
9.0.0812  GUI mouse scrollwheel mappings don't work
9.0.0813  Kitty terminal is not recognized
9.0.0814  aws config files are not recognized
9.0.0815  ":!" does not switch to the alternate screen
9.0.0816  CTRL-Z at end of file is always dropped
9.0.0817  build error
9.0.0818  "!ls" does not work
9.0.0819  still a build error, tests are failing
9.0.0820  memory leak with empty shell command
9.0.0821  crash when using win_move_statusline() in another tab page
9.0.0822  crash when dragging the statusline with a mapping
9.0.0823  mouse drag test fails
9.0.0824  crash when using win_move_separator() in other tab page
9.0.0825  cannot drag an entry in the tabpage line
9.0.0826  if 'endofline' is set CTRL-Z may be written in a wrong place
9.0.0827  &lt;Home&gt; key in tmux doesn't work when 'term' set to "xterm"
9.0.0828  various typos
9.0.0829  wrong counts in macro comment
9.0.0830  compiling with Perl on Mac 12 fails
9.0.0831  compiler warning for redefining HAVE_DUP
9.0.0832  deprecation warning causes build failure
9.0.0833  Mac: no +sound feature in huge build
9.0.0834  warning for missing return type
9.0.0835  the window title is not redrawn when 'endoffile' changes
9.0.0836  wrong error when using extend() with funcref
9.0.0837  append() reports failure when not appending anything
9.0.0838  compiler warnings for unused variables
9.0.0839  test may fail depending on sequence of events
9.0.0840  cannot change a slice of a const list
9.0.0841  deletebufline() does not always return 1 on failure
9.0.0842  Unicode range for Apple SF symbols is outdated
9.0.0843  VHS tape files are not recognized
9.0.0844  handling 'statusline' errors is spread out
9.0.0845  shell command with just space gives strange error
9.0.0846  using assert_fails() may cause hit-enter prompt
9.0.0847  CI: not totally clear what MS-Windows version is used
9.0.0848  help item for --log argument is not aligned nicely
9.0.0849  terminal mouse test is a bit flaky
9.0.0850  MS-Windows Terminal has unstable color control
9.0.0851  terminal mouse test is still flaky
9.0.0852  crypt test is skipped if xxd is not found
9.0.0853  terminal mouse test is still flaky on MacOS M1
9.0.0854  no proper test for what 9.0.0846 fixes
9.0.0855  comment not located above the code it refers to
9.0.0856  MS-Windows: executable not found when running test
9.0.0857  selecting MSVC 2017 does not set $PLATFORM
9.0.0858  "!!sort" in a closed fold sorts too many lines
9.0.0859  compiler warning for unused variable
9.0.0860  MS-Windows: windres fails with clang 15.0.4
9.0.0861  solution for "!!sort" in closed fold is not optimal
9.0.0862  default value of 'endoffile' is wrong
9.0.0863  col() and charcol() only work for the current window
9.0.0864  crash when using "!!" without a previous shell command
9.0.0865  duplicate arguments are not always detected
9.0.0866  no test for what patch 8.2.2207 fixes
9.0.0867  wildmenu redrawing code is spread out
9.0.0868  MS-Windows: after Vim exits console resizing problem
9.0.0869  bogus error when string used after :elseif
9.0.0870  get E967 when using text property in quickfix window
9.0.0871  using freed memory when clearing augroup at more prompt
9.0.0872  code is indented more than needed
9.0.0873  using freed memory when executing mapclear at more prompt
9.0.0874  using freed memory when executing unmenu at more prompt
9.0.0875  using freed memory when executing delfunc at more prompt
9.0.0876  code is indented more than needed
9.0.0877  using freed memory with :comclear while listing commands
9.0.0878  Coverity warns for dead code
9.0.0879  unnecessary nesting in makefile
9.0.0880  preprocessor indenting is off
9.0.0881  cannot get the currently showing mouse shape
9.0.0882  using freed memory after SpellFileMissing autocmd uses bwipe
9.0.0883  a silent mapping may cause dots on the command line
9.0.0884  mouse shape remains in op-pending mode after failed change
9.0.0885  informational message has an error message number
9.0.0886  horizontal mouse scroll only works in the GUI
9.0.0887  cannot easily try out what codes various keys produce
9.0.0888  MS-Windows GUI: CTRL-] does not work on Swiss keyboard
9.0.0889  keycode check script has a few flaws
9.0.0890  no test for what patch 9.0.0827 fixes
9.0.0891  virtual text below after match has wrong highlight
9.0.0892  may redraw when not needed
9.0.0893  'smoothscroll' cursor calculations wrong when 'number' is set
9.0.0894  virtual text property highlight ignores window background
9.0.0895  file renamed twice in test, missing feature check
9.0.0896  test for home key fails when 'term' is "tmux"
9.0.0897  Clinical Quality Language files are not recognized
9.0.0898  with 'smoothscroll' cursor is one screen line too far down
9.0.0899  the builtin terminals are in one long list
9.0.0900  cursor moves too far with 'smoothscroll'
9.0.0901  setting w_leftcol and handling side effects is confusing
9.0.0902  some mouse scroll code is not in a good place
9.0.0903  key code checker doesn't check modifyOtherKeys resource
9.0.0904  various comment and indent flaws
9.0.0905  virtual text after the line wraps when 'wrap' is off
9.0.0906  mouse scroll code is not optimal
9.0.0907  restoring window after WinScrolled may fail
9.0.0908  with 'smoothscroll' cursor may end up in wrong position
9.0.0909  error message for layout change does not match action
9.0.0910  setting lines in another buffer may not work well
9.0.0911  with 'smoothscroll' set mouse click position may be wrong
9.0.0912  libvterm with modifyOtherKeys level 2 does not match xterm
9.0.0913  only change in current window triggers the WinScrolled event
9.0.0914  deletebufline() may move marks in the wrong window
9.0.0915  WinScrolled may trigger immediately when defined
9.0.0916  getbufline() is inefficient for getting a single line
9.0.0917  the WinScrolled autocommand event is not enough
9.0.0918  MS-Windows: modifier keys do not work with mouse scroll event
9.0.0919  build failure with tiny features
9.0.0920  cannot find an import prefixed with "s:"
9.0.0921  missing defined(PROTO) in #ifdef
9.0.0922  Mermaid files are not recognized
9.0.0923  second SIGWINCH signal may be ignored
9.0.0924  the first termcap entry of a builtin termcap is not used
9.0.0925  two conditions are always false
9.0.0926  Coverity warns for not using return value of dict_add()
9.0.0927  Coverity warns for using a NULL pointer
9.0.0928  using Ruby LDFLAGS may cause build problems
9.0.0929  build failure with tiny version
9.0.0930  cannot debug the Kitty keyboard protocol with TermDebug
9.0.0931  MS-Windows: mouse column limited to 223
9.0.0932  Oblivion files are not recognized
9.0.0933  Kitty shows "already at oldest change" on startup
9.0.0934  various code formatting issues
9.0.0935  when using dash it may not be recognize as filetype "sh"
9.0.0936  wrong type for "isunnamed" returned by getreginfo()
9.0.0937  forked repositories send out useless email
9.0.0938  MS-Windows: debug executable not found when running test
9.0.0939  still using simplified mappings when using kitty protocol
9.0.0940  crash when typing a letter in a terminal window
9.0.0941  CI failures in sound dummy
9.0.0942  Workflow Description Language files are not recognized
9.0.0943  pretending to go out of Insert mode when Esc is received
9.0.0944  'cursorline' causes virtual text highlight to continue
9.0.0945  failures in the cursorline test
9.0.0946  CI: Error in Coverity flow is not reported
9.0.0947  invalid memory access in substitute with function
9.0.0948  'ttyfast' is set for arbitrary terminals
9.0.0949  crash when unletting a variable while listing variables
9.0.0950  the pattern "\_s\zs" matches at EOL
9.0.0951  trying every character position for a match is inefficient
9.0.0952  Eclipse preference files are not recognized
9.0.0953  part of making search more efficient is missing
9.0.0954  cannot detect whether modifyOtherKeys is enabled
9.0.0955  libvterm does not support the XTQMODKEYS request
9.0.0956  terminal tests fail when using key with modifier
9.0.0957  tests fail without the terminal feature
9.0.0958  messages test is flaky
9.0.0959  error when using the "File Settings / Text Width" menu
9.0.0960  error when using the "Spelling / Find More Languages" menu

(morr)

2022-11-28 09:56:20 UTC MAIN commitmail json YAML

Fix CHANGES-2022

(pin)

2022-11-28 09:55:17 UTC MAIN commitmail json YAML

doc: Added biology/balance-tui version 0.1.0

(pin)

2022-11-28 09:54:23 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv, devel/py-tubes

(adam)

2022-11-28 09:54:01 UTC MAIN commitmail json YAML

Add balance-tui

(pin)

2022-11-28 09:53:26 UTC MAIN commitmail json YAML

py-tubes: updated to 0.2.1

0.2.1
Unknown changes

(adam)

2022-11-28 09:53:09 UTC MAIN commitmail json YAML

2022-11-28 09:51:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/onefetch to 2.14.2

(pin)

2022-11-28 09:50:39 UTC MAIN commitmail json YAML

sysutils/onefetch: update to 2.14.2

v2.14.2
Bug Fixes
- Include assets in crate a2f508a @o2sh
- Fix clap deps for onefetch-image crate 8cca7af
- Add description field to onefetch-image and onefetch-manifest crate 2888186
  @o2sh

v2.14.1
Bug Fixes
- Fix CD 5085c5b @o2sh

v2.14.0
Features
- Add description info line #851 @o2sh
- Add CLI flag to set the maximum number of languages to be shown 8159b34 @o2sh
- Add VisualBasic language support #867 @antonizyla

Chore
- Add manifest crate #851 @o2sh @spenserblack
- Move image_backends into its own crate 9ce17c1 @o2sh
- Add devcontainer/codespace config #857 @spenserblack
- Switch to Swatinem/rust-cache for caching 7592eb2 @o2sh
- Add README translation for Korean #869 @abiriadev
- add icon to windows exe 584574f @o2sh

Bug Fixes
- Fix typo in help message for -e (--exclude) #861 @skogseth

(pin)

2022-11-28 09:34:42 UTC MAIN commitmail json YAML

py-virtualenv: updated to 20.17.0

v20.17.0 (2022-11-27)
---------------------

Features - 20.17.0
~~~~~~~~~~~~~~~~~~
- Change Nushell activation script to be a module meant to be activated as an overlay.
- Update operator used in Nushell activation script to be compatible with future versions.

Bugfixes - 20.17.0
~~~~~~~~~~~~~~~~~~
- Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later.
- Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1``

(adam)

2022-11-28 09:34:08 UTC MAIN commitmail json YAML

doc: Updated chat/swirc to 3.3.8

(fcambus)

2022-11-28 09:33:56 UTC MAIN commitmail json YAML

swirc: update to 3.3.8.

## [3.3.8] - 2022-11-27 ##
- **Added** an ident protocol daemon (which is OFF by default)
- **Added** and made use of `printf_and_free()`
- **Added** exception handling
- **Added** tab completion for `/theme`
- **Added** the following config options:
  - `awaymsgs_in_privconv` (bool)
  - `identd` (bool)
  - `identd_fakenames` (bool)
  - `identd_port` (int)
- **Added** the following events:
  - 413 (`ERR_NOTOPLEVEL`)
  - 414 (`ERR_WILDTOPLEVEL`)
  - 415 (`ERR_BADMASK`)
- **Added** usage of `__func__`
- **Added** usage of `printtext_print()`
- **Deleted** commented-out code
- **Deleted** unused includes
- **Did code refactoring**
- **Fixed** display of IPv6 addresses in event 338
- **Fixed** verification of the X509 certificate presented by the peer
- **Made** const arrays static const
- **Made** improvements to the following files:
  - `commands/theme.c`
  - `network.cpp`
  - `printtext.cpp`
- **Moved** `squeeze_text_deco()` to a separate file
- Reduced VA args in printtext calls

(fcambus)

2022-11-28 09:26:18 UTC MAIN commitmail json YAML

Update to version 6.1.

Changes:

- Twenty Twenty-Three: A fresh default theme with 10 distinct style variations
After the introduction of foundational elements for block themes and style variations introduced by the 5.9 and 6.0 releases WordPress site builders welcome a new default theme, Twenty Twenty-Three, that is powered by 10 different styles and tagged as  "Accessibility Ready." These intentionally unique ensure users can apply a different look and feel to their site with a single click-all within a single theme.

- New templates for an improved creator experience
Additional new and more refined templates now give site builders more control over the creation of their sites. In this suite of new templates find a custom template for posts & pages in the Site Editor. Create and edit template parts like headers and footers more quickly with a new search-and-replace tool and easily view your new site.

- Design tools for more consistency and control
Thoughtful upgrades to the controls for design elements and blocks make laying out and building your new site a more consistent, complete, and intuitive experience.

- Manage menus with ease
New fallback options in the navigation block mean you can edit the menu that's open; no searching needed. Plus, the controls for choosing and working on menus have their own place in the block settings. The mobile menu system also gets an upgrade with new features, including different icon options, to make the menu yours.

- Cleaner layouts and document settings visualization
View and manage post and page settings with a better-organized display improving the use of features like template picker and scheduler.

- One-click lock setting for all inner blocks
When locking blocks, a new toggle lets you apply your lock settings to all the blocks in a containing block like the group, cover, and column blocks.

- Improved block placeholders
Various blocks have improved placeholders that reflect customization options to help you design your site and its content. For example, the Image block placeholder displays custom borders and duotone filters even before selecting an image.

- Compose richer lists and quotes with inner blocks
The List and Quote blocks now support inner blocks, allowing for more flexible and rich compositions like adding headings inside your Quote blocks.

- More Responsive text with fluid typography
Fluid typography lets you define font sizes that adapt for easy reading in any screen size.

- Add starter patterns to any post type
In WordPress 6.0, when you created a new page, you would see suggested patterns so you did not have to start with a blank page. In 6.1, you will also see the starter patterns modal when you create a new instance of any post type.

- Find block themes faster
The Themes Directory has a filter for block themes, and a pattern preview gives a better sense of what the theme might look like while exploring different themes and patterns.

- Keep your Site Editor settings for later
Site Editor settings are now persistent for each user. This means your settings will now be consistent across browsers and devices.

- A streamlined style system
The CSS rules for margin, padding, typography, colors, and borders within the styles engine are now all in one place, reducing time spent on layout-specific tasks and helps to generate semantic class names.

- Updated interface options and features
Updates include styling elements like buttons, citations, and links globally; controlling hover, active, and focus states for links using theme.json (not available to control in the interface yet); and customizing outline support for blocks and elements, among other features.

- Continued evolution of layout options
The default content dimensions provided by themes can now be overridden in the Styles Sidebar, giving site builders better control over full-width content. Developers have fine-grained control over these controls.

- Block Template parts in classic themes
Block template parts can now be defined in classic themes by adding the appropriate HTML files `parts` directory at the root of the theme.

- Expanded support for Query Loop blocks
New filters let Query Block variations support custom queries for more powerful variations and advanced hierarchical post types filtering options.

- Filters for all your styles
Leverage filters in the Styles sidebar to control settings at all four levels of your site窶把ore, theme, user, or block, from less to more specific.

- Spacing presets for faster, consistent design
Save time and avoid hard-coding values into a theme with preset margin and padding values for multiple blocks.

- Content-only editing support for container blocks
Thanks to content-only editing settings, layouts can be locked within container blocks. In a content-only block, its children are invisible to the List View and entirely uneditable. So you control the layout while your writers can focus on the content. Combine it with block-locking options for even more advanced control over your blocks.

- Other notes of interest
6.1 includes a new time-to-read feature showing content authors the approximate time-to-read values for pages, posts, and custom post types.
The site tagline is empty by default in new sites but can be modified in General Settings.
A new modal design offers a background blur effect, making it easier to focus on the task at hand.

- Enhancing WordPress 6.1 accessibility
Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.1 includes nearly 60 updates specifically focused on enhancing the accessibility of the platform. Read about these updates to learn more about the continual initiatives aimed at improving accessibility.

- Improved performance in WordPress 6.1
WordPress 6.1 resolves more than 25 tickets dedicated to enhancing performance with improvements for every type of site. A full breakdown can be found in the Performance Field Guide.

Explore learn.wordpress.org for brief how-to videos and lots more on new features in WordPress. Or join a live interactive online workshop on a specific WordPress topic.

Developers can explore the WordPress 6.1 Field Guide, complete with detailed developer notes to help you build with and extend WordPress.Read the WordPress 6.1 Release Notes for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.

(morr)

2022-11-28 09:23:36 UTC MAIN commitmail json YAML

Updated databases/py-apsw, sysutils/py-stack-data

(adam)

2022-11-28 09:23:18 UTC MAIN commitmail json YAML

py-stack-data: updated to 0.6.2

v0.6.2
reduce tox parallelism in make_release

(adam)

2022-11-28 09:18:54 UTC MAIN commitmail json YAML

py-apsw: updated to 3.40.0.0

3.40.0.0
Fixed regression in statement cache update (version 3.38.1-r1) where trailing whitespace in queries would be incorrectly treated as incomplete execution (APSW issue 376)

Added Various interesting and useful bits of functionality (APSW issue 369)

Added more Pythonic attributes as an alternative to getters and setters, including Connection.in_transaction, Connection.exectrace, Connection.rowtrace, Cursor.exectrace, Cursor.rowtrace, Cursor.connection (APSW issue 371)

Completed: To the extent permitted by CPython APIs every item has the same docstring as this documentation. Every API can use named parameters. The type stubs cover everything including constants. The type stubs also include documentation for everything, which for example Visual Studio Code displays as you type or hover. There is a single source of documentation in the source code, which is then automatically extracted to make this documentation, docstrings, and docstrings in the type stubs.

Example/Tour updated and appearance improved (APSW issue 367).

(adam)

2022-11-28 08:49:47 UTC MAIN commitmail json YAML

Updated security/py-cryptography, security/py-cryptography_vectors

(adam)

2022-11-28 08:49:08 UTC MAIN commitmail json YAML

py-cryptography py-cryptography_vectors: updated to 38.0.4

38.0.4 - 2022-11-27

Fixed compilation when using LibreSSL 3.6.0.
Fixed error when using py2app to build an application with a cryptography dependency.

(adam)

2022-11-28 06:49:01 UTC MAIN commitmail json YAML

2022-11-28 04:26:08 UTC MAIN commitmail json YAML

2022-11-28 02:15:03 UTC MAIN commitmail json YAML

update reference link to point to IANA

This whole package should probably be updated to source data directly from
IANA, but for now just update the previously dead link to refer people to
IANA's source of truth.

Bump pkgrevision.

(jschauma)

2022-11-27 23:35:19 UTC MAIN commitmail json YAML

doc: Updated databases/mariadb105-server to 10.5.18

(nia)

2022-11-27 23:34:48 UTC MAIN commitmail json YAML

mariadb105: update to 10.5.18

                        MariaDB 10.5.18 Release Notes

Notable Items

  Backup

    * mariabackup --compress hangs (MDEV-29043)
    * Assertion on info.page_size failed in xb_delta_open_matching_space
      (MDEV-18589)

  InnoDB

    * InnoDB unnecessarily extends data files (MDEV-13013)
    * Adaptive hash index MDEV-27700, MDEV-29384
    * MVCC and locking MDEV-29666, MDEV-27927
    * Virtual columns MDEV-29299, MDEV-29753
    * InnoDB crash recovery fixes (MDEV-29438, MDEV-29475)
    * InnoDB crash recovery fixes (MDEV-29559)
    * MVCC and locking (MDEV-28709)
    * Race condition between KILL and transaction commit (MDEV-29368)

  Galera

    * Galera updated to 26.4.13
    * Galera server crashes after 10.3 > 10.4 upgrade (MDEV-29375)
    * wsrep_incoming_addresses status variable prints 0 as port number if
      the port is not mentioned in wsrep_node_incoming_address system
      variable (MDEV-28868)

  JSON

    * JSON_VALUE() does not parse NULL properties properly (MDEV-27151)

  Replication

    * minor correction in unsafe warning message (MDEV-28827)
    * False replication error-stop of REVOKE PRIVILEGES from a non-existing
      user on primary (MDEV-28530) in combination with a filtering replica
      is corrected
    * SET DEFAULT ROLE replication is mended on a replica that filters
      system tables (MDEV-28294)
    * XA COMMIT is not binlogged when the XA transaction has not updated any
      transaction engine (MDEV-25616)
    * Concurrent CREATE TRIGGER statements made to binlog without any mixup
      (MDEV-25606)

(nia)

2022-11-27 23:11:38 UTC MAIN commitmail json YAML

doc: Updated lang/gawk to 5.2.1

(wiz)

2022-11-27 23:11:29 UTC MAIN commitmail json YAML

gawk: update to 5.2.1.

Changes from 5.2.0 to 5.2.1
---------------------------

1. Infrastructure upgrades: PMA version Avon 8.

2. Issues related to the sign of NaN and Inf values on RiscV have
  been fixed; gawk now gives identical results on that platform as
  it does on others.

3. A few issues with the debugger have been fixed.

4. More subtle issues with untyped array elements being passed to
  functions have been fixed.

5. The rwarray extension's readall() function has had some bugs fixed.

6. The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on S/390x.
  Is is now supported also on both Intel and M1 macOS systems.

7. There have been several minor code cleanups and bug fixes. See the
  ChangeLog for details.

(wiz)

2022-11-27 23:09:38 UTC MAIN commitmail json YAML

py-wagtail: remove upper bound for py-xlswriter because it's newer now

(wiz)

2022-11-27 23:08:54 UTC MAIN commitmail json YAML

py-qtgraph-qt5: mark as not for python 3.11 due to py-sip via py-qt5

(wiz)

2022-11-27 23:08:07 UTC MAIN commitmail json YAML

calibre: mark as not for python 3.11 due to using py-qt5-webengine (and thus py-sip)

(wiz)

2022-11-27 23:07:11 UTC MAIN commitmail json YAML

doc: Updated mail/mb2md to 3.20nb11

(nikita)

2022-11-27 22:18:48 UTC MAIN commitmail json YAML

mail/mb2md: source states it is public domain.

(nikita)

2022-11-27 22:12:25 UTC MAIN commitmail json YAML

2022-11-27 20:08:25 UTC MAIN commitmail json YAML

doc: Updated databases/mariadb106-server to 10.6.11

(nia)

2022-11-27 20:05:52 UTC MAIN commitmail json YAML

mariadb106: Update to 10.6.11

                        MariaDB 10.6.11 Release Notes

Notable Items

  Backup

    * Assertion on info.page_size failed in xb_delta_open_matching_space
      (MDEV-18589)

  InnoDB

    * Adaptive hash index MDEV-27700, MDEV-29384
    * MVCC and locking (MDEV-29666, MDEV-27927, MDEV-28709, MDEV-29635)
    * Virtual columns (MDEV-29299, MDEV-29753)
    * InnoDB crash recovery fixes (MDEV-29559)
    * Race condition between KILL and transaction commit (MDEV-29368)
    * Implement CHECK TABLE…EXTENDED for InnoDB (MDEV-24402)
    * InnoDB persistent statistics fail to update after bulk insert
      (MDEV-28327)

  Galera

    * Galera updated to 26.4.13
    * Galera server crashes after 10.3 > 10.4 upgrade (MDEV-29375)
    * wsrep_incoming_addresses status variable prints 0 as port number if
      the port is not mentioned in wsrep_node_incoming_address system
      variable (MDEV-28868)

  Replication

    * XA COMMIT is not binlogged when the XA transaction has not updated any
      transaction engine (MDEV-25616)
    * Concurrent CREATE TRIGGER statements made to binlog without any mixup
      (MDEV-25606)

(nia)

2022-11-27 19:57:39 UTC MAIN commitmail json YAML

mate-backgrounds: redo a patch differently

During the build phase, translation files are generated, installed, and
then deleted. This needs to be better sorted out upstream.

(gutteridge)

2022-11-27 16:15:52 UTC MAIN commitmail json YAML

doc: Added net/sniffnet version 1.0.0

(pin)

2022-11-27 16:15:20 UTC MAIN commitmail json YAML

Add sniffnet

(pin)

2022-11-27 16:14:24 UTC MAIN commitmail json YAML

net/sniffnet: import package

Sniffnet is a simple yet insightful application to let you have a glance into
your network traffic in a straightforward and appealing way.

Features
- choose a network adapter to inspect
- select filters to apply to the observed traffic
- view real-time charts about traffic intensity (bytes and packets per second,
  incoming and outgoing)
- view overall statistics about the filtered traffic
- view most relevant connections (most recent, most packets, most bytes)
- save complete textual report with detailed information for each connection:
    - source and destination IP addresses
    - source and destination ports
    - carried protocols
    - amount of exchanged packets and bytes
    - initial and final timestamp of information exchange

(pin)

2022-11-27 15:45:02 UTC MAIN commitmail json YAML

Update to 0.38.0:
  Add support for .c++ extension for C++ sources

  Fix some tests failures seen with bmake-20220418

  Fix tests failures on tests/mkc_install seen on Darwin-21.6.0

  Fix some tests ("mkcmake configure" does not support parallel
  execution)

(cheusov)

2022-11-27 15:44:50 UTC MAIN commitmail json YAML

doc: Updated security/hercules4sdl-crypto to 1.0.0nb20220201

(rhialto)

2022-11-27 15:44:35 UTC MAIN commitmail json YAML

doc: Updated math/hercules4sdl-softfloat to 3.5.0nb20220201

(rhialto)

2022-11-27 15:43:53 UTC MAIN commitmail json YAML

doc: Updated emulators/hercules4sdl to 4.5

(rhialto)

2022-11-27 15:43:13 UTC MAIN commitmail json YAML

emulators/hercules4sdl: update to version 4.5.

Summary of Changes:
-------------------

  . Significant performance improvements to CLCLE, CUSE, TRE, TRTE, TRTR and
TRTRE instructions (#498, #500, #510, #513, #519, #520) (Thank you James Wekel!)
  . Fix minor bug in STSTU (Search String Unicode) instruction
  . Fix minor bug in CMPSC (Compression Call) instruction
  . Fix minor bug in PFPO (Perform Floating-Point Operation) instruction (#407)
  . PER 1 GRA (General Register Alteration) support (#87)
  . z/VM TXF PER support (i.e. TXSUSPEND = Event Suppression)
  . PER SKEY support
  . PER Zero-Address Detection support
  . BEAR-Enhancement Facility support
  . Decimal Floating-Point Packed Conversion Facility support (#496)
  . Report and ignore oversized LCS outbound SNA messages
  . Ensure same serial number on all multi-file images (#276)
  . Fix minor dasdinit negative size parameter bug (#472)
  . Fix minor dasd CCW data-chaining bug
  . Improve CCKD handling of unusual/unexpected errors
  . Minor corrections to CTCE documentation
  . dasdls: sort display by by dataset name
  . Various minor cckdmap enhancements
  . Fix rare bug in .HET locate block logic (#518)
  . Disable CCKD automatic garbage collection (#504)
  . Fix hang at exit when MLVL DEBUG is active
  . Fix bug causing DASD corruption with s+ tracing
  . Fix 'numcpu' handling bug causing crash (#481)
  . Ensure error message when no config file provided (#483)
  . Fix another possible Windows suspend/resume crash (#489)
  . Customized Offerings Driver (COD) support
  . New SYSGPORT config file statement (#505)
  . Various improvements to Linux build scripts (#454, #461)
  . Many other various minor miscellaneous fixes and improvements to both
documentation and code

(rhialto)

2022-11-27 15:16:02 UTC MAIN commitmail json YAML

security/hercules4sdl-crypto: update to 1 Feb 2022.

This is the latest version, with no real pkgsrc-related changes.

(rhialto)

2022-11-27 15:12:12 UTC MAIN commitmail json YAML

math/hercules4sdl-softfloat: update to 1 Feb 2022

This latest version doesn't really have pkgsrc-relevant changes,
but there will be an update to Hercules itself soon so it is best to have
the latest.

(rhialto)

2022-11-27 15:07:18 UTC MAIN commitmail json YAML

doc: Updated math/hercules4sdl-decnumber to 3.68.0nb20220201

(rhialto)

2022-11-27 15:07:07 UTC MAIN commitmail json YAML

hercules4sdl-decnumber: update to 1 Feb 2022

This latest version doesn't really have pkgsrc-relevant changes,
but it's better to use the latest version anyway.

(rhialto)

2022-11-27 15:02:34 UTC MAIN commitmail json YAML

doc: Updated net/hercules4sdl-telnet to 1.0.0nb20220201

(rhialto)

2022-11-27 15:02:17 UTC MAIN commitmail json YAML

net/hercules4sdl-telnet: update to 1 Feb 2022

This latest version doesn't really have pkgsrc-relevant changes.

(rhialto)

2022-11-27 13:55:52 UTC MAIN commitmail json YAML

2022-11-27 13:33:48 UTC MAIN commitmail json YAML

geography/proj: Fix comment

(gdt)

2022-11-27 13:32:19 UTC MAIN commitmail json YAML

Updated www/py-urllib3, archivers/py-zipp

(adam)

2022-11-27 13:31:38 UTC MAIN commitmail json YAML

py-zipp: updated to 3.11.0

v3.11.0
=======
* Added support for new methods on ``Path``:
  - ``match``
  - ``glob`` and ``rglob``
  - ``relative_to``
  - ``is_symlink``

(adam)

2022-11-27 13:30:53 UTC MAIN commitmail json YAML

doc: Updated geography/proj to 7.2.1

(gdt)

2022-11-27 13:30:45 UTC MAIN commitmail json YAML

geography/proj: Update to 7.2.1

proj 7 is a major update from 6.  From the pkgsrc viewpoint, the
biggest change is that grid files ("proj data") are now in the
proj-data package, rather than being an option in the proj package.
The other significant change is that proj depends on curl because it
can download grid files as needed.  For now, using proj-data remains
the recommended approach for pkgsrc users.

A summary of significant changes from proj 6 follows, omitting:
  - new projections
  - new grid files
  - normal housekeeping updates (e.g. new EPSG versions)
  - minor improvements
  - bugfixes
  - documentation changes
As always, one can read upstream NEWS.

Post-7.0.0 Notes
----------------

  o The tests in the proj package should pass independent of whether
    proj-data is installed (unlike the proj 6 package).

  o Add API function proj_get_units_from_database() (#2065)

  o Add API function proj_get_suggested_operation() (#2068)

  o Add API functions proj_degree_input() and proj_degree_output() (#2144)

  o proj_list_units() deprecated, superceeded by proj_get_units_from_database()

  o proj_list_angular_units() deprecated, superceeded by proj_get_units_from_database()

  o projinfo: add a --hide-ballpark option (#2127)

7.0.0 Release Notes
-------------------

The major feature in PROJ 7 is significantly improved handling of gridded
models. This was implemented in RFC4 (https://proj.org/community/rfc/rfc-4.html).
The main features of the RFC4 work is that PROJ now implements a new grid format,
Geodetic TIFF grids, for exchaning gridded transformation models. In addition
to the new grid format, PROJ can now also access grids online using a data
store in the cloud.

The grids that was previously available via the proj-datumgrid packages are now
available in two places:

  1. As a single combined data archive including all available resource files
    [This is ../geography/proj-data.]
  2. From the cloud via https://cdn.proj.org

In Addition, provided with PROJ is a utility called projsync that can be used
download grids from the data store in the cloud.

The use of the new grid format and the data from the cloud requires that
PROJ is build against libtiff and libcurl. Both are optional dependencies
to PROJ but it is highly encouraged that the software is build against both.

ATTENTION: PROJ 7 will be last major release version that includes the proj_api.h
header. The functionality in proj_api.h is deprecated and only supported in
maintenance mode. It is inferior to the functionality provided by functions
in the proj.h header and all projects still relying on proj_api.h are encouraged
to migrate to the new API in proj.h. See https://proj.org/development/migration.html
for more info on how to migrate from the old to the new API.

o Require C99 compiler (#1624)

o Remove deprecated JNI bindings (#1825)

(gdt)

2022-11-27 13:30:19 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.26.13

1.26.13 (2022-11-23)
--------------------
* Deprecated the ``HTTPResponse.getheaders()`` and ``HTTPResponse.getheader()`` methods.
* Fixed an issue where parsing a URL with leading zeroes in the port would be rejected
  even when the port number after removing the zeroes was valid.
* Fixed a deprecation warning when using cryptography v39.0.0.
* Removed the ``<4`` in the ``Requires-Python`` packaging metadata field.

(adam)

2022-11-27 13:16:10 UTC MAIN commitmail json YAML

licenses: Update 3proxy license from 0.7 to 0.9

(triaxx)

2022-11-27 13:14:20 UTC MAIN commitmail json YAML

doc: Updated net/3proxy to 0.9.4

(triaxx)

2022-11-27 13:14:01 UTC MAIN commitmail json YAML

3proxy: Update to 0.9.4

pkgsrc changes:
---------------
  * Update the license to 3proxy-0.9-license.
  * Remove outdated comments about the old licenses.

upstream changes:
-----------------
3proxy-0.9.4 Latest
  ! Fix: invalid handling of '-' character in ACL hostname
  ! Fix: minor bugfixes and improvements
  + parentretry command added (defaults to 2) to retry connections to parent
    proxies
  - icqpr related code (OSCAR proxy) removed, due to drop of OSCAR support by
    messengers
3proxy-0.9.3
  Bugfixes:
  Fixed: systemd description file (proxy may fail to start after reboot or via
        systemctl)
  Fixed: group/account creation in installation scripts
  Fixed: countall/nocounall do not work in some configurations
  Fixed: counters do not work if counter file is not specified
  Fixed: counters without rotation (type N) are incorrectly shown in web admin
        interface
  Fixed: %n may be incomplete or missed in long log records
  Fixed: connect back functionality does not work
  Improvements:
  + Docker builds
3proxy-0.9.2
  Bugfixes:
  Fixed: bandwidth limiters (once again)
  Fixed: data filtering plugins (PCREPlugin, SSLPlugin). SSLPlugin use on Linux
        requires to disable splice (-s0)
  FIxed: standalone proxies do not react on HUP (Ctrl+C) in Linux/Unix
  Fixed: few minor bugs
  Improvements:
  + deb for arm platforms (experimental)
  + Openssl 1.1 support for SSLPlugin
3proxy-0.9.1
  Bugfixes:
  Fixed: socket may be closed before all data received/sent
  Fixed: bandlimin non-working
  Fixed: countall/nocountall
  Fixed: few race conditions
  Improvements:
  deb/rpm build, systemd support (experimental)
3proxy-0.9.0
  o Socket options, interface binding
  o Connection limiting / connection rate limiting
  o RADIUS support (beta)
  o Zero copy (splice) support for Linux
  o Possibility to limit user to single IP (via authentication cache)
    bugfixes, improvements
3proxy-0.8.13
  Bugfixes:
  !! Fixed out-of-bound write and few minor bugs on configuration saving in admin
  ! fixed: $ is not correctly handled in the beginning of quoted line on configuration parsing
3proxy-0.8.12
  Bugfixes:
  ! Fixed hostname support in SOCKSv5 UDP portmapping
  ! -fno-strict-aliasing added to gcc options (compiling without this option
    can lead to unpredictable issues under Debian with gcc 6 and potentially
    others)
  ! Fixed LDAP plugin compilation issues (LDAP plugin is still listed as
    unsupported though) and some minor fixes and improvements.

(triaxx)

2022-11-27 12:09:52 UTC MAIN commitmail json YAML

Updated devel/py-pygit2, textproc/py-jsonschema

(adam)

2022-11-27 12:09:29 UTC MAIN commitmail json YAML

py-jsonschema: updated to 4.17.1

v4.17.1
=======
* The error message when using ``unevaluatedProperties`` with a non-trivial
  schema value (i.e. something other than ``false``) has been improved

(adam)

2022-11-27 12:01:35 UTC MAIN commitmail json YAML

py-pygit2: updated to 1.11.1

1.11.1 (2022-11-09)
-------------------
- Fix Linux wheels, downgrade to manylinux 2_24
- Windows wheels for Python 3.11
- CI: Use 3.11 final release for testing

1.11.0 (2022-11-06)
-------------------
- Drop support for Python 3.7
- Update Linux wheels to manylinux 2_28
- Fix crash in signature representation
- Fix memory leak in ``Signature``
- New optional argument ``raise_error`` in ``Repository.applies(...)``
- New notify/progress callbacks for checkout and stash
- New ``Repository.remotes.names()``
- Now ``refname`` argument in ``RemoteCallbacks.push_update_reference(...)`` is
  a string, not bytes
- Add missing newline at end of ``pygit2/decl/pack.h``

(adam)

2022-11-27 11:34:54 UTC MAIN commitmail json YAML

doc/TODO: + gawk-5.2.1.

(wiz)

2022-11-27 10:44:54 UTC MAIN commitmail json YAML

Updated devel/py-hamcrest, net/py-twisted

(adam)

2022-11-27 10:44:20 UTC MAIN commitmail json YAML

py-twisted: updated to 22.10.0

Twisted 22.10.0 (2022-10-30)
============================

This release contains a security fix for CVE-2022-39348.
This is a low-severity security bug.

Twisted 22.10.0rc1 release candidate was released on 2022-10-26 and there are
no changes between the release candidate and the final release.

Features
--------
- The ``systemd:`` endpoint parser now supports "named" file descriptors.  This is a more reliable mechanism for choosing among several inherited descriptors.

Improved Documentation
----------------------
- The ``systemd`` endpoint parser's ``index`` parameter is now documented as leading to non-deterministic results in which descriptor is selected.  The new ``name`` parameter is now documented as preferred.
- The implementers of Zope interfaces are once more displayed in the documentations.

Deprecations and Removals
-------------------------
- twisted.protocols.dict, which was deprecated in 17.9, has been removed.

Conch
-----

Bugfixes
~~~~~~~~
- twisted.conch.manhole.ManholeInterpreter now captures tracebacks even if sys.excepthook has been modified.

Web
---

Features
~~~~~~~~
- The twisted.web.pages.errorPage, notFound, and forbidden each return an IResource that displays an HTML error pages safely rendered using twisted.web.template.

Bugfixes
~~~~~~~~
- twisted.web.error.Error.__str__ no longer raises an exception when the error's message attribute is None. Additionally, it validates that code is a plausible 3-digit HTTP status code.
- The typing of the twisted.web.http_headers.Headers methods addRawHeader() and setRawHeaders() now allow mixing str and bytes, matching the runtime behavior.
- twisted.web.vhost.NameVirtualHost no longer echoes HTML received in the Host header without escaping it (CVE-2022-39348, GHSA-vg46-2rrj-3647).

Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~
- twisted.web.resource.Resource.putChild now raises TypeError when the path argument is not bytes, rather than issuing a deprecation warning.
- The twisted.web.resource.ErrorPage, NoResource, and ForbiddenResource classes have been deprecated in favor of new implementations twisted.web.pages module because they permit HTML injection.

Mail
----

Bugfixes
~~~~~~~~
- emailserver.tac now runs under python3.x

(adam)

2022-11-27 10:41:35 UTC MAIN commitmail json YAML

py-hamcrest: updated to 2.0.4

Hamcrest 2.0.4
--------------
Bugfixes
- ``has_properties`` now returns ``Matcher[Any]`` type, which addresses type checking errors when nested as a matcher.

Features
- Added Python 3.11 testing

2.0.3 (2021-12-12)
------------------
Features
- * Adds the tests to the sdist.
- * Update the CI to test Python 3.10
- * Add pretty string representation for matchers objects

Bugfixes
- Test coverage is now submitted to codecov.io.
- Change to the ``has_entry()`` matcher - if exactly one key matches, but the value does not, report only the mismatching value.
- * Fix is_() type annotations

Version 2.0.2
-------------
Various type hint bug fixes.

Version 2.0.1
-------------
* Make hamcrest package PEP 561 compatible, i.e. supply type hints for external use.

Version 2.0.0
-------------
Drop formal support for 2.x
Drop formal support for 3.x < 3.5
Fix: raises() grows support for additional matchers on exception object.
* Made has_properties() report all mismatches, not just the first.
* Silence warnings.
* Type fixes.
* Remove obsolete dependencies.

(adam)

2022-11-27 10:15:37 UTC MAIN commitmail json YAML

Updated www/py-wsproto, audio/py-mpd2

(adam)

2022-11-27 10:15:20 UTC MAIN commitmail json YAML

py-mpd2: updated to 3.0.5

Changes in v3.0.5
-----------------
* python 3.10 compatibility
* fixes for using idle in async
* use python's internal mock library instead of external mock
* expose connection status in async (connected property)

(adam)

2022-11-27 09:55:37 UTC MAIN commitmail json YAML

py-wsproto: updated to 1.2.0

1.2.0 (2022-08-23)
------------------

- Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send
  and empty payload.
- Bugfix: Changing both encoding and decoding of the Host, from ascii
  to idna.
- Bugfix: Support multiple Sec-WebSocket-Extensions and
  Sec-WebSocket-Protocol headers.
- Accept bytes alongside string as path argument in
  initiate_upgrade_connection.
- Check the state when sending events, raising if the event cannot be
  sent in the current state.
- Send an empty payload for NO_STATUS_RCVD.

1.1.0 (2022-02-27)
------------------

- Added support for Python 3.10.
- Drop support for Python 3.6, meaning the minimum supported version
  is Python 3.7.0.
- Various type checking and code linting improvements.

(adam)

2022-11-27 09:26:58 UTC MAIN commitmail json YAML

Updated devel/py-flake8-import-order, databases/py-python-sql

(adam)

2022-11-27 09:26:40 UTC MAIN commitmail json YAML

py-python-sql: updated to 1.4.0

Version 1.4.0 - 2022-05-02
* Use unittest discover
* Use only column name for INSERT and UPDATE
* Add escape to Like operators
* Add default literal '*' expression to Count
* Add support for Python 3.10

(adam)

2022-11-27 09:21:50 UTC MAIN commitmail json YAML

py-flake8-import-order: updated to 0.18.2

0.18.2 2022-11-26
-----------------
* Add ``zoneinfo`` to list of standard library modules
* Fix registering of options with Flake8 >= 6.0

(adam)

2022-11-27 09:02:07 UTC MAIN commitmail json YAML

Updated security/py-cryptodome, textproc/py-dicttoxml

(adam)

2022-11-27 09:01:49 UTC MAIN commitmail json YAML

py-dicttoxml: updated to 1.7.6

Version 1.7.6
-------------
* Changes:
    * Fixed (https://github.com/quandyfactory/dicttoxml/issues/88) on github.
    * Made XML encoding attribute optional and editable as per (https://github.com/quandyfactory/dicttoxml/issues/83)
on github.

Version 1.7.5
-------------
* Changes:
    * Fixed (https://github.com/quandyfactory/dicttoxml/issues/91) on github.

(adam)

2022-11-27 08:58:35 UTC MAIN commitmail json YAML

py-cryptodome: updated to 3.16.0

3.16.0

New features

Build wheels for musl Linux. Thanks to Ben Raz.

Resolved issues

ARC4 now also works with ���keys��� as short as 8 bits.
fix segfaults when running in a manylinux2010 i686 image.

(adam)

2022-11-27 05:43:00 UTC MAIN commitmail json YAML

mate-applets: add a comment about cpufreq in PLIST entries

(gutteridge)

2022-11-27 05:28:51 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja-dropbox to 1.26.0

(gutteridge)

2022-11-27 05:20:55 UTC MAIN commitmail json YAML

mate-terminal: tweak now that 1.26 is the default version (NFC)

(gutteridge)

2022-11-27 05:20:06 UTC MAIN commitmail json YAML

marco: tweak now that 1.26 is the default version (NFC)

(gutteridge)

2022-11-27 05:19:11 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/mate to 1.26.0

(gutteridge)

2022-11-27 05:18:45 UTC MAIN commitmail json YAML

mate: update to 1.26.0

(Change logs are available per package.)

(gutteridge)

2022-11-27 05:17:54 UTC MAIN commitmail json YAML

doc: Updated x11/mozo to 1.26.2

(gutteridge)

2022-11-27 05:17:43 UTC MAIN commitmail json YAML

mozo: update to 1.26.2

Change log:

### mozo 1.26.2

  * Translations update
  * meson build: drop desktop-file argument
  * only require gtk version 3.12 instead of 3.24

### mozo 1.26.1

  * Translations update
  * mozo-ui: fix typo in button label
  * make the collection menu item removeable
  * fix adding and removing seperator item

### mozo 1.26.0

  * Translations update
  * update copyright to 2021
  * rewrite mozo.ui from scratch

### mozo 1.25.0

  * Translations update
  * i18n: Do not collect the translation for Icon
  * Skip Collection directory
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * add meson build files to EXTRA_DIST

(gutteridge)

2022-11-27 05:17:11 UTC MAIN commitmail json YAML

doc: Updated net/mate-user-share to 1.26.0

(gutteridge)

2022-11-27 05:16:55 UTC MAIN commitmail json YAML

mate-user-share: update to 1.26.0

Change log:

### mate-user-share 1.26.0

  * Translations update
  * update copyright to 2021
  * use MATE_COMPILE_WARNINGS from mate-common

(gutteridge)

2022-11-27 05:16:07 UTC MAIN commitmail json YAML

doc: Updated x11/mate-screensaver to 1.26.1

(gutteridge)

2022-11-27 05:15:51 UTC MAIN commitmail json YAML

mate-screensaver: update to 1.26.1

Change log:

### mate-screensaver 1.26.1

  * Translations update
  * gs-theme-manager: reload on menu_tree changed
  * Prompt-driven auth. helper

### mate-screensaver 1.26.0

  * Translations update
  * Allow change of time and date formats on lock screen v4
  * update copyright to 2021
  * xdg-user-dir-lookup: missing include guard
  * i18n: Do not collect the translation for Icon (data folder)
  * i18n: Do not collect the translation for Icon
  * i18n: Do not prepend 'GNU ' prefix to the package name
  * Removed translation for icon file name
  * mate-screensaver.directory.desktop: The Encoding key is deprecated
  * Remove warning -Wshadow
  * lock-dialog-default: fix deprecations reported by glade
  * Add Show/Hide password emblem in password entry
  * mate-screensaver-preferences: Show lock image preview on file chooser

### mate-screensaver 1.25.0

  * Translations update
  * add git.mk to generate .gitignore
  * Fix invalid gnome-logo-white.svg
  * build: silent build warnings for distcheck
  * gs-lock-plug: remove function casting
  * Remove function casting for g_idle_add (function, data)
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Custom background image for lock screen
  * Remove warnings: cast between incompatible function types
  * Remove warning function declaration isn���t a prototype
  * gs-window-x11: Remove warning "variable ���widget��� set but not used"
  * floaters: use fabs instead of abs for doubles

(gutteridge)

2022-11-27 05:14:56 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-sensors-applet to 1.26.0

(gutteridge)

2022-11-27 05:14:37 UTC MAIN commitmail json YAML

mate-sensors-applet: update to 1.26.0

Change log:

### mate-sensors-applet 1.26.0

  * Translations update
  * travis-Ci: use libera.chat as notification server
  * update copyright to 2021
  * travis: disable travis builds for ubuntu
  * warning: declaration of ���content_area��� shadows a previous local
  * build: Use PACKAGE_URL variable
  * Update copyright to 2021
  * Drop aticonfig plugin (#119)
  * sensors-applet: Remove unused function
  * Remove cppcheck warnings about the variable scope can be reduced
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * hddtemp & mbmon plugins: 'GTimeVal' is deprecated
  * Travis CI: enable irc notifications with tagged commits
  * libsensors-plugin: function declaration isn't a prototype

### mate-sensors-applet 1.25.0

  * Translations update
  * docbook: change id value in about section
  * help: fix DE name and link to GPL
  * add git.mk to generate .gitignore
  * build: prevents two consecutive slashes in plugin file path
  * build: Fix G_LOG_DOMAIN for sensors applet
  * sonypi-plugin.c: Make sonypi plugin portable to GNU/Hurd
  * libsensors-plugin: Port to GRegex
  * Replace g_malloc0 with g_new0 and g_strdup
  * build: silent build warnings for distcheck
  * Remove unused-variable warning
  * build: show configure summary
  * build: Use WARN_CFLAGS variable
  * build: do not override the default value for MATE_COMPILE_WARNINGS

(gutteridge)

2022-11-27 05:13:58 UTC MAIN commitmail json YAML

doc: Updated editors/pluma to 1.26.0

(gutteridge)

2022-11-27 05:13:43 UTC MAIN commitmail json YAML

pluma: update to 1.26.0

Change log:

### pluma 1.26.0

  * Translations update
  * filebrowser-plugin: fix segfault on open-terminal action
  * update copyright to 2021
  * build: fix shebangs
  * warning: declaration of ���taglist��� shadows a global declaration
  * pluma: Use EXIT_SUCCESS macro instead of int value (portability)
  * help: update help for sort plugin
  * sort plugin: Port sort plugin to the new GtkSourceView api.

### pluma 1.25.3

  * port plugins to use the window-construct property.
  * cppcheck warning: Checking if unsigned expression is less than zero
  * cppcheck warning: Local variable 'icon' shadows outer argument
  * pluma-window: unused variable ���ui_file��� [-Wunused-variable]
  * build: port to gtksourceview-4
  * cppcheck warning: Local variable shadows outer variable

### pluma 1.25.2

  * pluma-activatable-interfaces: use G_DECLARE_INTERFACE
  * code formating fixes
  * Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatable

### pluma 1.25.1

  * tx: disable "he" translations
  * build: define PLUMA_LIBDIR
  * pluma-plugins-engine: Do not build the path to girepository-1.0
  * Drop pluma_dirs_get_pluma_locale_dir
  * Drop pluma_dirs_get_pluma_plugins_dir, pluma_dirs_get_pluma_plugins_dir
  * Drop pluma_dirs_get_pluma_plugins_data_dir
  * Drop pluma_dirs_get_pluma_data_dir
  * pluma: Do not build the path to the icons folder
  * Drop pluma_dirs_get_ui_file
  * fix printing wrap mode
  * build: Use PACKAGE_URL variable
  * build: display package name and version in configure summary
  * README.md: configure options
  * filebrowser plugin: Refactor pluma_image_menu_item_new_from_pixbuf
  * Update copyright to 2021
  * help: add indent shortcuts
  * add show/hide line-numbers shortcut (ctrl+y)
  * pluma-utils: Cppcheck warning 'argument order different'
  * cppcheck warning: The if condition is the same as the previous one
  * spell: Remove BUILT_SOURCES variable from Makefile.am
  * pluma-message: Fix the position of the inline keyword
  * Use g_clear_error
  * Fix line numbers menu: use g_settings_bind correctly
  * pluma-view: Fix incorrect interface font
  * Redesign Pluma Preferences Dialog
  * Remove pluma-marshal.
  * Update Readme
  * Use gtk_source_view_get_visual_column
  * pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11
  * pluma-time-plugin: Use g_date_time_format
  * add optional grid background pattern
  * pluma-document: Fix BOM detection for C language
  * pluma-document: Fix warning assertion 'G_IS_FILE (file)' failed
  * Remove -Wmissing-field-initializers warnings
  * Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)
  * add overview map
  * Port main program to GSettings
  * Merge gio document loader and saver into document loader and saver

### pluma 1.25.0

  * tx: disable "he" translations
  * tx: pull from transifex with fixed Chinese translation
  * Translations update
  * pluma-preferences-dialog: Refactor on_notebook_scroll_event
  * use libegg submodules
  * tx: sync with fixed Italian translation
  * add git.mk to generate .gitignore
  * Remove unused macros
  * Remove warning ���GTimeVal��� is deprecated
  * add support for wayland
  * Add tab scrolling support for GTK3
  * Require gtk+ 3.22 in glade files
  * pluma.c: set PlumaWindow size-request (min-size) to 250x250
  * pluma-utils: Enable multiline mode on regex search
  * help: add a link to syntax and semantics of regex
  * build: silent build warnings for distcheck
  * help: Add tip about how to show location entry on Open File dialog
  * help: Remove Open Location from shortcut keys table
  * pluma-commands-help: expand the comment on about dialog
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Remove warnings: cast between incompatible function types
  * Use user page on github when user email is private
  * Update authors

(gutteridge)

2022-11-27 05:12:59 UTC MAIN commitmail json YAML

doc: Updated misc/mate-utils to 1.26.0

(gutteridge)

2022-11-27 05:12:44 UTC MAIN commitmail json YAML

mate-utils: update to 1.26.0

(Change log contains incorrect titling.)

Change log:

### mate-notification-daemon 1.26.0

  * Translations update
  * update copyright to 2021

### mate-notification-daemon 1.25.1

  * Translations update
  * Remove warnings about missing prototypes
  * i18n: Do not collect the translation for Icon
  * mate-screenshot: fix the order of the buttons at the bottom
  * build: allow users to disable gettext support (--disable-nls)
  * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
  * help: Dokumentationsteam -> Documentation Team
  * baobab: Dokumentationsteam -> Documentation Team
  * update resource for transifex
  * Update copyright to 2021
  * baobab: remove warning -Wunused-value
  * update issue template
  * Add legal notice in configure.ac
  * Add legal notice in Makefile.am files
  * COPYING.docs from https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt
  * COPYING.libs from https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
  * COPYING from https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
  * GNU GPL 2 license notice without post box, after copyright notice
  * screenshot-save: warning -Wdangling-else
  * gdict-utils: Fix comment
  * gdict-utils: variable 'env_string' set but not used
  * baobab: Fix conversion warnings
  * gdict-window: Remove warnings about missing initializer for field
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * configure: remove warning about option 'subdir-objects' is disabled
  * Warn about accessing an undefined property of the object
  * gsearchtool: Fix "open with" behavior

### mate-notification-daemon 1.25.0

  * Translations update
  * gdict-pref-dialog: Simplify notebook scroll event
  * gdict-applet.c: change "Preferences" menu icon for harmonization
  * use libegg submodules
  * add git.mk to generate .gitignore
  * help: retake figures for baobab
  * help: update figures of baobab
  * baobab-dialog-scan-props.ui: Fix deprecations
  * gsearchtool: Remove the warning about ���GTimeVal��� is deprecated
  * mate-dictionary-source.ui: Fix deprecations
  * logview: Use test-reader test with log file path
  * docbook: correct DE name
  * gsearchtool: Remove enum conversion warning
  * makefile: add READMEs to EXTRA_DIST
  * change automake flavour to disable build warning
  * readme: migrate to Markdown for dictionary and baobab and update
  * readme: migrate to README.md and update
  * mate-system-log: Remove the warning about ���GTimeVal��� is deprecated
  * build: silent build warnings for distcheck
  * Remove bad-function-cast warnings
  * expand the comments on about dialogs
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * gsearchtool: avoid deprecated GtkImageMenuItem
  * gsearchtool: add copy path menu item to popup menu
  * mate-dictionary: remove unused function 'gdict_window_set_statusbar_visible'
  * logview: Rewrite logview-filter.ui from scratch
  * Remove warnings: function declaration isn���t a prototype
  * Define custom macros for wrapping the calls to gtk_builder_get_object
  * mate-dictionary: warnings variable defined but not used
  * baobab: Remove unused variable ���uri_list���
  * mate-screenshot: do not use stock icons in mate-screenshot.ui

(gutteridge)

2022-11-27 05:09:21 UTC MAIN commitmail json YAML

doc: Updated x11/mate-settings-daemon to 1.26.0

(gutteridge)

2022-11-27 05:09:02 UTC MAIN commitmail json YAML

mate-settings-daemon: update to 1.26.0

Change log:

### mate-settings-daemon 1.26.0

  * update translations
  * update copyright to 2021

### mate-settings-daemon 1.25.1

  * update translations
  * xsettings: Improve Qt HiDPI environment settings
  * xsettings: Set Xft.dpi in X resources to scaled_dpi
  * rfkill: g_memdup is dreprecated from glib 2.68
  * media-keys: memory leak
  * keyboard: Remove warning -Wcast-function-type
  * xsettings: Remove warning -Wcast-function-type
  * background: Remove conversion warnings
  * media-keys: Remove conversion warnings
  * housekeeping: Remove warning -Wcast-function-type
  * housekeeping: override finalize method in MsdHousekeepingManager
  * housekeeping: promote MsdHousekeepingManager class to final type
  * typing-break: promote MsdTypingBreakManager class to final type
  * sound: promote MsdSoundManager class to final type
  * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
  * cppcheck warning: struct member is never used
  * background: promote MsdBackgroundManager class to final type
  * mate-settings-daemon: Remove warning -Wcast-function-type
  * mate-settings-daemon: Remove conversion warnings
  * cppcheck warning: Variable is assigned a value that is never used
  * cppcheck warning: known condition is always true
  * cppcheck warning: null pointer redundant check
  * housekeeping: Do not use deprecated gtk_image_new_from_stock
  * Remove warning -Wshadow
  * Use g_slist_free_full
  * msd-background-manager: use g_list_free_full
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * msd-media-keys-manager: 'GTimeVal' is deprecated
  * a11y-keyboard: Add support for togglekeys-backend setting
  * a11y-keyboard: Delay registration of the plugin
  * a11y-keyboard: Add sanity checks on beep sequence preferences
  * a11y-keyboard: Manually beep for togglekeys

### mate-settings-daemon 1.25.0

  * update translations
  * main: Do not override detailed_signal for debugging
  * mate-settings-plugin-info: unused parameter 'settings'
  * add G_GNUC_UNUSED in some unused parameters
  * Add option --without-libatspi and assorted status line
  * a11y-keyboard: Don't show UI for unavailable feature in the pref dialog
  * a11y-keyboard: Don't create a dummy object if AT-SPI is not available
  * a11y-keyboard-atspi: Switch to a final type and reduce boilerplate
  * a11y-keyboard: Depend on the right version of mate-desktop
  * a11y-keyboard: capslock-beep: Try and detect non-buggy libatspi2
  * a11y-keyboard: capslock-beep: Don't ring on CapsLock itself
  * a11y-keyboard: Refactor in the hope the AT-SPI bug gets fixed
  * a11y-keyboard: Add support for ringing the bell when CapsLock is active
  * msd-media-keys-manager: comparison of unsigned expression in '< 0' is always false
  * msd-a11y-keyboard-manager: implicit declaration of function 'd'
  * build: Use MATE_DEBUG_CHECK macro
  * build: Remove unused variable DEBUG_CFLAGS
  * add git.mk to generate .gitignore
  * plugin xsettings: Fix memory leak on delayed_toggle_bg_draw
  * housekeeping: Remove the warning about GTimeVal is deprecated
  * mpris: Use namespace instead of a whitelist for player names
  * build: Using --header and --body at the same time is deprecated
  * build: silent build warnings for distcheck
  * mouse: Remove warnings about absolute value function for long
  * Remove warnings about function declaration isn���t a prototype
  * use MATE_COMPILE_WARNINGS from mate-common
  * housekeeping: Fix iconname of mate-disk-usage-analyzer

(gutteridge)

2022-11-27 05:08:22 UTC MAIN commitmail json YAML

doc: Updated x11/mate-session-manager to 1.26.0

(gutteridge)

2022-11-27 05:08:11 UTC MAIN commitmail json YAML

mate-session-manager: update to 1.26.0

Change log:

### mate-session-manager 1.26.0

  * Translations update
  * update copyright to 2021
  * Follow freedesktop guidelines to disable autorun using Hidden key
  * capplet: use a function to set the visibility of treeview rows
  * Look for the location of the locking screen app using user's PATH
  * capplet: memory leak
  * Fix building Serbian translation
  * mate-session-check-accelerated-common: missing include guard
  * capplet: i18n parameter_string argument of gtk_init_with_args
  * build: allow users to disable gettext support (--disable-nls)
  * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
  * Support xscreensaver when mate-screensaver is not available
  * Remove warning -Wshadow
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)

### mate-session-manager 1.25.0

  * Build: disable Serbian translations to fix building
  * Translations update
  * Change some icons by other always available
  * gsm-properties-dialog: Refactor notebook scroll event
  * Update compilation instructions
  * Using #include with system libraries
  * use libegg submodule
  * Add git.mk to generate .gitignore
  * Add tab scrolling support for GTK3
  * build: silent build warnings for distcheck
  * Accept Desktop Entry Specification v1.1
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * build: make libglesv2 optional

(gutteridge)

2022-11-27 05:07:24 UTC MAIN commitmail json YAML

doc: Updated security/mate-polkit to 1.26.1

(gutteridge)

2022-11-27 05:07:11 UTC MAIN commitmail json YAML

mate-polkit: update to 1.26.1

Change log:

### mate-polkit 1.26.1

  * Translations update
  * Fix segfault from gdk_x11_get_server_time if not on X11

### mate-polkit 1.26.0

  * Translations update
  * update copyright to 2021

### mate-polkit 1.25.0

  * Translations update
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * add git.mk to generate .gitignore
  * build: silent build warnings for distcheck

(gutteridge)

2022-11-27 05:06:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-power-manager to 1.26.0

(gutteridge)

2022-11-27 05:05:53 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-notification-daemon to 1.26.0

(gutteridge)

2022-11-27 05:05:41 UTC MAIN commitmail json YAML

mate-notification-daemon: update to 1.26.0

Change log:

### mate-notification-daemon 1.26.0

  * Translations update
  * Update copyright to 2021

### mate-notification-daemon 1.25.1

  * Translations update
  * daemon: g_memdup is dreprecated from glib 2.68
  * engines.c: fix memory leak
  * mate-notification-properties.c: fix memory leaks
  * Remove shadow warnings [-Wshadow]
  * travis: build with mate-common-1.24.2 from repos
  * build: allow users to disable gettext support (--disable-nls)
  * Use notify_stack_destroy() instead of g_clear_object() for stacks (which are not GObjects)]
  * update resource for transifex
  * Update copyright to 2021
  * update issue template
  * applet: Resize icon size with panel
  * mate-notification-applet: avoid segfault after removing the applet
  * Group common constants in a single file
  * Add Do Not Disturb Applet
  * build: Fix make distcheck
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Formatting
  * Use C-style comments
  * Remove NOTIFICATION_DAEMON_* from src/themes/standard/Makefile.am
  * Remove ENABLE_X11 AM_CONDITIONAL()
  * Don't error if X11 libs not found if X11 not forced on
  * Set layer and notificaiton
  * Implement placement on Wayland
  * Add initial Wayland backend
  * Hide X11-specific code behind ifdefs and checks
  * Remove X11 calls from nodoka-theme.c
  * Use gdk_set_allowed_backends ()
  * Support --enable-x11 and --enable-wayland
  * Include directory in warning message when failed to open themes

### mate-notification-daemon 1.25.0

  * Translations update
  * add git.mk to generate .gitignore
  * daemon: Use monotonic time instead of real time
  * Remove conversion warnings
  * build: silent build warnings for distcheck
  * Filter-out img elements from notification body
  * The body of a notification may also contain hyperlinks
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Rewrite mate-notification-properties.ui from scratch
  * daemon: Remove warning about GTimeVal deprecation
  * build: Remove generated files

(gutteridge)

2022-11-27 05:04:58 UTC MAIN commitmail json YAML

doc: Updated x11/mate-indicator-applet to 1.26.0

(gutteridge)

2022-11-27 05:04:47 UTC MAIN commitmail json YAML

mate-indicator-applet: update to 1.26.0

Change log:

### mate-indicator-applet 1.26.0

  * Translations update
  * applet-main: Replace GtkStock icon
  * Update copyright to 2021
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)

### mate-indicator-applet 1.25.0

  * Translations update
  * add git.mk to generate .gitignore
  * build: silent build warnings for distcheck
  * applet-main: declaration of ���entry��� shadows a parameter
  * applet-main: remove unreachable-code warning reported by scan-build
  * use MATE_COMPILE_WARNINGS from mate-common

(gutteridge)

2022-11-27 05:04:25 UTC MAIN commitmail json YAML

doc: Updated x11/mate-desktop to 1.26.0

(gutteridge)

2022-11-27 05:04:10 UTC MAIN commitmail json YAML

mate-desktop: update to 1.26.0

Change log:

### mate-desktop 1.26.0

  * Translations update
  * Replace the obsolete API in mate-colorsel.c file
  * Fix compilation warning
  * update copyright to 2021
  * travis-ci: use ubuntu focal as host system
  * MATE About: Fix off-by-one error, display yerba mate comment
  * travis: disable travis builds for ubuntu
  * Remove shadow warnings [-Wshadow]
  * mate-about: Use the macro _(String) instead of the macro gettext(Msgid)
  * Drop local macro mate_gettext(package, locale, codeset)
  * Remove warning -Wbad-function-cast
  * g_settings_get_string always returns a newly-allocated string
  * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
  * tx: update resource
  * mate-color-select: Do not use deprecated gtk_button_new_from_stock
  * update issue template
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * travis CI: use rolling tag for ubuntu docker image
  * travis CI: fix build issue of gtk-doc module

### mate-desktop 1.25.0

  * Translations update
  * mate-languages: portability of localedir fallback
  * a11y-keyboard: Add togglekeys-backend setting
  * a11y-keyboard: Add ranges for togglekeys beep settings
  * a11y-keyboard: Add settings to control beeps used for togglekeys
  * Bump version so other components can depend on it
  * a11y-keyboard: Add capslock-beep-enable gsetting
  * mate-desktop-thumbnail: Remove trailing spaces/tabs
  * add git.mk to generate .gitignore
  * build: silent build warnings for distcheck
  * Set range for thumbnail cache maximum-age
  * build: use MATE_COMPILE_WARNINGS = yes as default
  * meson: add configuration item description
  * mate-bg: remove warning function declaration isn���t a prototype
  * Remove warnings: cast between incompatible function types
  * mate-about.desktop: Do not collect the translation for Icon
  * build: remove mate-version.xml on distclean target instead of clean
  * mate-about: remove unused variable ���window���
  * build: remove mate-about.h on distclean target instead of clean
  * build: add meson config files to EXTRA_DIST
  * Remove GTimeVal deprecation warning for GLib 2.61.2+
  * thumbnail: fix typo in function description
  * Make the build reproducible

(gutteridge)

2022-11-27 05:03:38 UTC MAIN commitmail json YAML

doc: Updated x11/mate-control-center to 1.26.0

(gutteridge)

2022-11-27 05:03:20 UTC MAIN commitmail json YAML

mate-control-center: update to 1.26.0

Change log:

### mate-control-center 1.26.0

  * Translations update
    Replace the deprecated GtkTable with GtkGrid
    Replace the deprecated gtk_widget_set_state with gtk_widget_set_state_flags
    Remove useless and discarded gtk_button_released
    Replace the deprecated g_bookmark_file_get_modified with g_bookmark_file_get_modified_date_time
    Fix compilation warning
    Use gtk-cancel icon replace window-close icon
    update copyright to 2021

### mate-control-center 1.25.2

  * Translations update
  * windows-applet: csd windows respect titlebar button layout
  * windows-applet: add right and left (with menu) titlebar button layout options, respect custom values
  * windows-applet: group alt-tab options together, remove reduced resources option
  * appearance: Type column in GtkFileChooser requires gtk 3.24.12
  * time-admin: g_time_zone_new is deprecated from glib 2.68
  * display: remove conversion warnings
  * keybindings: use gtk_builder_new_from_resource
  * display: use gtk_builder_new_from_resource
  * default-applications: use gtk_builder_new_from_resource
  * appearance: use gtk_builder_new_from_resource
  * accessibility: use gtk_builder_new_from_resource
  * help: update default apps
  * i18n: fix an error that prevents showing the wallpaper name
  * display: frame spacing
  * Add adjust window scaling function for display preference and update display-capplet.ui file
  * windows: remove unused macros UIDIR, PIXMAPDIR
  * bookmark-agent: Function 'bookmark_agent_new' used prior to declaration
  * marco-window-manager: get XDG_DATA_DIRS (code portability)
  * Line comments // are not allowed (code style)
  * appearance: no previous prototype for 'wp_create_filechooser'
  * appearance: missing includes
  * Missing include guards
  * windows: avoid duplication of accelerator keys
  * windows: don't translate the spinbutton text, set the entry purpose
  * windows: show the translations in mate-window-properties dialog
  * libwindow-settings: no previous prototype for ���window_manager_new���
  * windows: missing include mate-metacity-support.h (#624)
  * common: missing include gtkrc-utils.h
  * help: update copyright year to 2021

### mate-control-center 1.25.1

  * Translations update
  * time-admin: remove unused includes
  * build: allow users to disable gettext support (--disable-nls)
  * build: show the package version in the configure summary
  * mate-wm-manager: do not use dirent.h
  * mate-wm-manager: Use g_list_free_full
  * mate-wm-manager: compact the code using macros
  * mate-wm-manager: Remove warning -Wconversion
  * mate-wm-manager: directory parameter is an immutable string on scan_wm_directory
  * marco-window-manager: do not use dirent.h
  * libslab-utils: Remove dead function libslab_get_current_screen
  * libslab-utils: Remove libslab_strcmp and use g_strcmp0 instead
  * build: remove legacy variable MATE_ICONDIR
  * mate-keyboard-properties: drop create_dialog
  * mate-keyboard-properties: size groups on ui file
  * mate-keyboard-properties: Do not use stock icons on ui file
  * mate-keyboard-properties-dialog: upgrade ui label names
  * mate-mouse-properties: drop create_dialog
  * mate-mouse-properties: size groups on ui file
  * mate-mouse-properties: upgrade ui label names
  * Revisit windows applet, add allow-top-tiling option
  * Use G_BEGIN_DECLS/G_END_DECLS macros
  * Use g_slist_free_full
  * mate-theme-info: remove unused includes
  * mate-mouse-properties: remove unused includes
  * appearance: Add file chooser settings
  * xrandr-capplet: warning -Wincompatible-pointer-types
  * application-tile: warning -Wempty-body
  * appearance: Set icon-name in ui file
  * appearance: Introduce GET_WINDOW macro
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * mcc: windows-applet: Rewrite windows-properties.ui and add new settings.
  * appearance: Fix preview in Add Wallpaper dialog
  * Default applications: Add flac/x-flac format (mime-type) for media
  * keyboard-properties-a11y-notifications.ui: Fix a11y warnings
  * mate-about-me-fingerprint: Use g_variant_is_of_type for checking types
  * default-applications: Set icon-name in ui file
  * about-me: migrate from dbus-glib to GDBus
  * keyboard-a11y: Add UI for capslock-beep
  * Remove unused macros
  * Remove unused variable from capplet_notebook_scroll_event_cb
  * common: migrate to GDBus

### mate-control-center 1.25.0

  * Translations update
  * Add git.mk to generate .gitignore
  * shell-window: Remove unused function shell_window_handle_size_request
  * shell-window: Remove shell_window_paint_window
  * shell-window: Remove warning ���gtk_paint_flat_box��� is deprecated
  * appearance-ui: Remove unused function button_press_block_cb
  * support tab scrolling in mate-window-,- and mate-appearance-properties
  * mate-theme-info: Use of memory after it is freed
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * Port libslab_handle_g_error to the built-in GLib logging framework
  * libslab: Remove libslab_get_current_time_millis
  * typing-break: Remove warning ���GTimeVal��� is deprecated
  * remove warnings: function declaration isn���t a prototype
  * mate-about-me: Fix memory leak
  * appearance: Fix memory leak
  * windows: Remove unused function
  * Do not collect the translation for Icon
  * time-admin: dereference of NULL ���db��� in function ���CreateCityList���

(gutteridge)

2022-11-27 05:02:38 UTC MAIN commitmail json YAML

doc: Updated x11/mate-panel to 1.26.2

(gutteridge)

2022-11-27 05:02:21 UTC MAIN commitmail json YAML

mate-panel: update to 1.26.2

Change log:

### mate-panel 1.26.2

  * update translations
  * clock: fix memory leak
  * panel-test-applets: fix memory leak
  * wncklet: The values stored in the wrapper hash table are incorrect
  * Upscale in panel_xutils_set_strut
  * panel-toplevel: fix the computed dimension for (non) auto hidden panels
  * struts: add support for _GNOME_WM_STRUT_AREA

### mate-panel 1.26.1

  * update translations
  * fix show window thumbnails check button
  * Revert "window-list.c: use g_settings_* functions directly instead of using stored values"
  * Updated installation instructions ; added missing build dependency
  * fix mate-desktop-item-edit executable

### mate-panel 1.26.0

  * update translations
  * Use absolute path g_get_home_dir replaces "~/"
  * Fix clock applet add location crash
  * Add the function of monitor panel launcher files

### mate-panel 1.25.3

  * update translations
  * update copyright to 2021
  * workspace-switcher: support xmonad WM
  * window-list.c: use g_settings_* functions directly instead of using stored values
  * window-list.ui: use GtkNotebook
  * Replace deprecated GCompletion with GtkEntryCompletion
  * struts: add panel_xutils_unset_strut
  * panel-xutils: tab to spaces
  * panel-struts: tab to spaces
  * Make Recent Documents list in Places menu of configurable length (#1216)
  * Add window list disable mouse scrolling function
  * Add panel-ditem-editor-dialog.ui
  * notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface description
  * notification_area: move XAyatana(New)Label case at the bottom
  * notification_area: fix memory leak
  * Add text label display function for notification area
  * Redundant NULL check before freeing a variable
  * build: Use PACKAGE_URL variable
  * Update copyright to 2021
  * panel-toplevel: declaration of 'allocation' shadows a parameter
  * panel-menu-items: declaration of 'item' shadows a previous local
  * Local variable shadows outer variable warning reported by cppcheck
  * Variable is reassigned a value before the old one has been used
  * wncklet: remove extra ref on gdk_x11_window_foreign_new_for_display
  * panel-properties-dialog: show dialog on _present instead of _new
  * wncklet: search the window before creating a new one
  * wncklet: Condition ~wm_name is always true
  * wncklet: variable is assigned a value that is never used
  * wncklet: missing breaks on switch cases

### mate-panel 1.25.2

  * update translations
  * Signal name is 'value-changed' for GtkSpinButton
  * applet: Avoid a NULL pointer dereference
  * mate-panel-applet.h: tabs to spaces
  * remove function calls to  mate_panel_applet_set_background_widget
  * window-list: remove intermediate steps to get scaled thumbnail
  * window-list: Get thumbnail size and scale in preview_window_thumbnail
  * cppcheck warning: The if condition is the same as the previous one
  * update issue template
  * window-list: Render thumbnails as cairo surfaces
  * panel-applets-manager: Boilerplate
  * mate-panel-applet-factory: format code
  * mate-panel-applet-factory: Boilerplate
  * fish: Do not to include the math.h library to get the PI value
  * Fix solid color controls after disabling compositor
  * mate-panel-applet: Boilerplate
  * Fix applet background for transparency
  * Don't enable transparency slider if not supported
  * Don't try to use transparent color if not supported
  * Fix the opaque label in panel-properties-dialog.ui
  * Drop panel_profile_set_background_gdk_rgba()
  * Remove get_background_color() (duplicate of panel_profile_get_background_gdk_rgba())
  * Drop dead panel_background_set_opacity()
  * Drop background compositing
  * wncklet: function declaration isn't a prototype
  * configure: remove warning about option 'subdir-objects' is disabled
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Use g_task... replace obsolete function g_ simple....
  * Show label about options not available on Wayland
  * Disable controls not applicable to Wayland
  * Set minimized windows control sensitivity with the parent box
  * Suppress applet's default context menu for window buttons
  * Switch to C-style comments as requested
  * Fix workspace switcher on X11
  * Fix showdesktop applet on X11
  * Link with libwayland
  * Link wncklet with libwayland-client (why did this ever work?)
  * Don't crash if shell doesn't support foreign toplevel
  * Window list Wayland support
  * Add foreign toplevel management protocol and generated code
  * Wncklet applets: don't crash on Wayland
  * Use gdk_set_allowed_backends () instead of custom check
  * Drop libxau from .build.yml
  * Drop 'xau' from PKG_CHECK_MODULES call
  * Remove variableScope warnings reported by cppcheck
  * wncklet: Check the length of the pixel data for empty thumbnails

### mate-panel 1.25.1

  * sync with transifex
  * Handle locked down settings better when dropping an image URI
  * panel-toplevel: Fix -Wenum-conversion warning
  * wncklet: Hide window preview on non-visible windows
  * launcher: Fix memory leaks
  * panel-action-button: using enum for accessing an array indexed
  * clock-face: Use gdk_pixbuf_new_from_resource_at_scale
  * launcher: Fix memory leak
  * Ask the user what to do when receiving an image drop
  * Create launchers when dropping multiple image URIs
  * panel-util: Fix memory leak
  * Fix creating several launchers at once
  * clock: assignment to 'GSList *' from incompatible pointer type 'GList *'
  * clock: Use single-linked lists for locations
  * clock: sort locations by time reverse and name
  * clock: merge sorting and reversing node list of selected locations
  * clock: Fix GError double free
  * clock: Properly free rsvg handles
  * wncklet: Fix leaking cairo_t
  * panel-run-dialog: Fix leaking tree model strings
  * workspace-switcher: Fix leaking color string
  * panel-properties-dialog: Fix leaking string
  * clock: Fix leaking GtkListStore
  * panel-profile: Fix leaking list elements
  * clock: Fix list iteration
  * panel-lockdown: Fix leaking string array
  * panel-menu-items: Fix leaking string
  * mate-panel-applet: Fix leaking GVariantBuilder
  * launcher: Fix leaking strings
  * clock: Fix leaking cairo surface
  * Clarify meaning of panel reset option
  * panel-toplevel: Refactor panel_toplevel_update_hide_buttons_size()
  * panel-util: Fix leaking root GFile
  * panel-profile: Fix leaking list elements
  * panel-frame: Fix leaking background-color
  * panel-applet-frame: Fix leaking bg_pattern
  * panel-multimonitor: Do not require limits.h macros
  * clock: Simplify notebook scroll-event callback
  * Using #include with system libraries
  * build: Add built sources to CLEANFILES target
  * Avoid using single-line cpp comments
  * build: Add glib-2.0 module in PKG_CHECK_MODULES(LIBEGG)
  * Use '#include <config.h>' instead of '#include "config.h"'
  * panel-util: switch to generic header for --disable-x11
  * add git.mk to generate .gitignore

### mate-panel 1.25.0

  * sync with transifex
  * libegg: use git submodule
  * panel-toplevel: Use monotonic time for measuring time intervals
  * panel-toplevel: Use animation duration time instead of end time
  * panel-toplevel: Remove warning ���GTimeVal��� is deprecated
  * Fix some cast-function-type warnings introduced in GCC 8
  * preferences dialog: change show thumbnails radio to check button
                        and bind its active property to sensitivity state
                        of GtkSpinButton
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * update icons
  * button-widget: Fix memory leak
  * Do not collect the translation for Icon
  * Enable applications in addto menu (fixes 1055) (#1056)
  * Remove warnings: function declaration isn���t a prototype

(gutteridge)

2022-11-27 05:01:36 UTC MAIN commitmail json YAML

doc: Updated devel/mate-common to 1.26.0

(gutteridge)

2022-11-27 05:01:24 UTC MAIN commitmail json YAML

mate-common: update to 1.26.0

Change log:

### mate-common 1.26.0

  * release 1.26

### mate-common 1.25.0

  * silent -Wunused-parameter for maximum warning level

(gutteridge)

2022-11-27 05:00:55 UTC MAIN commitmail json YAML

doc: Updated misc/mate-calc to 1.26.0

(gutteridge)

2022-11-27 05:00:44 UTC MAIN commitmail json YAML

mate-calc: update to 1.26.0

Change log:

### mate-calc 1.26.0

  * Translations update
  * Add build support for meson
  * integrate unittest into test-mp-equation
  * Fix declaration/definition mismatches
  * update copyright to 2021

### mate-calc 1.25.1

  * Translations update
  * build: abort configuration when development library for MPC is missing
  * history view follows preferences
  * mp-serializer: init MPNumbers outside of loop
  * mp.c: mp_reciprocal: fix when calling it with same arguments.
  * mp-serializer: fix memory leaks reported by valgrind
  * math-buttons: fix memory leaks reported by valgrind
  * factorization: display prime factors in fixed number format
  * build: add configure summary
  * build: Use PACKAGE_URL variable
  * build: Use config.h which defines GETTEXT_PACKAGE & VERSION
  * Update copyright to 2021
  * insert character dialog: add spacing, remove invisible char
  * remove unused trunc button from programming mode
  * Remove warning about unused parameters in `��nt main` function
  * financial: Remove warnings about unused parameter 'equation'
  * math-buttons: Remove warnings about format not a string literal
  * Remove unused macros
  * Show factorization in history view.
  * Show exponents in factorization.
  * Update Readme
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Fix most conversion warnings.
  * Improve factorization speed
  * fix calulation of x^q, where 1/q is a negative integer
  * Clear answer if editing right before it
  * Refresh bits panel after calculation
  * Correct Astronomical unit (to 149597870700 m)
  * mp-convert: Remove trailing spaces/tabs
  * Implement navigation through history stack equations using keyboard
  * fixes incorrect parenthesis handling

### mate-calc 1.25.0

  * Translations update
  * math-history-entry: Reduce the macro scope and its argument number
  * math-display: Remove unused macro
  * math-equation: Fix memory leak
  * Fix empty string return for canceling complex expressions
  * build: silent build warnings for distcheck
  * Remove -Wshadow warnings
  * Use only one mp_clear statement per line
  * use default MATE_COMPILE_WARNINGS level
  * build: Remove redundant LDFLAGS
  * Add modular exponentiation ability and add acccording tests
  * test-mp-equation: Fix memory leak
  * parserfunc: fix memory leak
  * history-view: simplify code and add clear option
  * math-buttons: add space character after inverse trig. functions
  * math-window: show GNU MPFR and GNU MPC version in about dialog
  * math-display.c: set bottom margin to 12 for gtk widget info_view
  * clear MPNumbers before return
  * add Riemann zeta function and Gauss error function
  * parserfunc: fix crash when calculating nested pow
  * Remove warnings: function declaration isn���t a prototype
  * update complex number help-page
  * unittest.c: replace tabs with spaces
  * configure: check for mpfr version >= 4.0.2
  * Port to GNU MPFR/MPC Library
  * mate-calc.desktop: Do not collect the translation for Icon
  * free variables
  * add history view to show recent calculations.
  * add option to enable/disable history (disabled by default).
  * add possibility to resize mate-calc if history is enabled.
  * Read authors (updated) from mate-calc.about

(gutteridge)

2022-11-27 04:59:46 UTC MAIN commitmail json YAML

doc: Updated wm/mate-netbook to 1.26.0

(gutteridge)

2022-11-27 04:59:33 UTC MAIN commitmail json YAML

mate-netbook: update to 1.26.0

Change log:

### mate-netbook 1.26.0

  * Translations update
  * update copyright to 2021
  * mate-window-picker-applet: Do not build the path to the menu file
  * mate-maximus-autostart.desktop: The Encoding key is deprecated
  * mate-window: Replace GtkStock icons
  * Update copyright to 2021
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * build: silent build warnings for distcheck
  * windows-picker: fix `make clean` command
  * use MATE_COMPILE_WARNINGS from mate-common

(gutteridge)

2022-11-27 04:58:50 UTC MAIN commitmail json YAML

doc: Updated x11/mate-menus to 1.26.0

(gutteridge)

2022-11-27 04:58:38 UTC MAIN commitmail json YAML

mate-menus: update to 1.26.0

Change log:

### mate-menus 1.26.0

  * Translations update
  * update copyright to 2021

### mate-menus 1.25.1

  * Translations update
  * build: remove .directory files using clean target
  * build: allow users to disable gettext support (--disable-nls)
  * Set compiler debug flags / logging with MATE_DEBUG_CHECK
  * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
  * Remove -Wconversion -Wsign-compare -Wsign-conversion warnings
  * matemenu-tree: do not call g_settings_get_string unless necessary
  * Improve the description of the collection directory
  * i18n: Add mate-collection.directory.in in POTFILES.in
  * build: Set debug symbols and logging using --enable-debug
  * entry-directories: Use of memory after it is freed (scan-build)
  * matemenu-tree: Fix memory leak
  * matemenu-tree: Remove collection_applet_free
  * Remove the cppcheck warning about the variable scope can be reduced
  * matemenu-tree: minor code format
  * desktop-entries: warning -Wempty-body
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * Add collection menu item

### mate-menus 1.25.0

  * Translations update
  * add git.mk to generate .gitignore
  * build: silent build warnings for distcheck
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Do not collect the translation for Icon

(gutteridge)

2022-11-27 04:57:41 UTC MAIN commitmail json YAML

mate-media: update to 1.26.0

Change log:

### mate-media 1.26.0

  * Translations update
  * replace mute/unmute checkmenuitem with imagemenuitem
  * re-generate po files
  * update copyright to 2021
  * man page: mate-volume-control-applet.1 -> mate-volume-control-status-icon.1.
  * Fix desktop file validation warnings
  * remove dead function mate_panel_applet_set_background_widget

### mate-media 1.25.0

  * Translations update
  * gvc-mixer-dialogi: Refactor on_notebook_scroll_event
  * add git.mk to generate .gitignore
  * gvc-stream-applet-icon: Remove enum-conversion warning
  * build: silent build warnings for distcheck
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * panel-applet: ensure speaker can be shown alongside or above mic

(gutteridge)

2022-11-27 04:56:49 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-icon-theme to 1.26.0

(gutteridge)

2022-11-27 04:56:37 UTC MAIN commitmail json YAML

mate-icon-theme: update to 1.26.0

Change log:

### mate-icon-theme 1.26.0

  * Translations update
  * Remove the execution bit from some png files
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)

(gutteridge)

2022-11-27 04:55:40 UTC MAIN commitmail json YAML

mate-backgrounds: add patch missed in previous commit

(gutteridge)

2022-11-27 04:54:30 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-backgrounds to 1.26.0

(gutteridge)

2022-11-27 04:54:18 UTC MAIN commitmail json YAML

mate-backgrounds: update to 1.26.0

Change log:

### mate-backgrounds 1.26.0

  * Translations update

### mate-backgrounds 1.25.0

  * Translations update
  * Add 'Something slowly gets clear' elephants wallpaper. (#34)
  * build: add meson config files to EXTRA_DIST

(gutteridge)

2022-11-27 04:53:38 UTC MAIN commitmail json YAML

doc: Updated x11/mate-applets to 1.26.1

(gutteridge)

2022-11-27 04:53:23 UTC MAIN commitmail json YAML

mate-applets: update to 1.26.1

Remove bit-rotted/broken NetBSD cpufreq support. This doesn't seem to
work, and is a burden to patch. FreeBSD has likewise removed their
support, which ours was based on. If someone wants to resurrect this,
they can check the source history for both projects.

Change log:

### mate-applets 1.26.1

  * update Translations
  * command: fix memory leak
  * charpick: fix memory leak
  * multiload: fix memory leak
  * geyes: consider the offset widget <-> window
  * netspeed/src/backend.c: Typo fix.
  * Sticky Notes applet: add documentation
  * stickynotes: Popup the note menu with the keyboard
  * stickynotes: Restore note popup menu that got lost in 37a85e35448f8
  * Mate Trash applet: add accessible Atk object with proper label.
  * Mate Timer applet: add accessible Atk object with proper label.
  * Mate Sticky notes applet: enable keyboard navigation through F6
  * Mate Sticky notes applet: make dialogs accessible.
  * Mate Sticky notes applet: fix segfault when Caja isn���t running
  * Mate Netspeed applet: make dialog accessible.
  * Mate Netspeed applet: add accessible Atk object with proper label.
  * Mate Multiload applet: add accessible Atk object with proper label.
  * Mate Cpufreq applet: enable standard keyboard navigation
  * Mate Command applet: add accessible Atk object with proper label.
  * Mate Weather applet: make dialog accessible.
  * Charpick-applet: use GtkInvisible widget

### mate-applets 1.26.0

  * update translations

### mate-applets 1.25.3

  * update translations
  * netspeed: avoid a NULL pointer dereference
  * netspeed: allow to select an interface which is down
  * netspeed-preferences: disconnect a signal handler on finalize
  * multiload: fix typo reported by translator
  * netspeed: fix typo
  * netspeed: Add NetspeedPreferences class
  * mateweather: Remove conversion warnings
  * geyes: Remove conversion warnings
  * trashapplet: Upgrade trashapplet-empty-progress.ui
  * stickynotes: improve code-style
  * multiload: Add properties.ui
  * netspeed: connect the widget signal handlers on class_init
  * netspeed: refactor variable names
  * netspeed: NetspeedApplet subclass of MatePanelApplet
  * netspeed: fix line indent
  * netspeed: Fix display of IP if no IPv4 is configured
  * netspeed: improve display of IPv6 addresses in device details.
  * netspeed: show all ipv6 addrs in device details dialog
  * netspeed: show all IP addresses on tooltip if enabled
  * mateweather: Do not update panel when upgrade process begins
  * mateweather: Avoid NULL pointer dereferences if there is no weather info
  * mateweather: set values before connecting signals on preferences dialog
  * multiload: use guint64 as data source for graphs
  * multiload: use bit rate in netload graph
  * multiload: compute combined network data on GetNet once
  * multiload: Drop scaler from GetNet
  * multiload: fix interval on autoscaler_init call
  * multiload: Use one callback for each of the spin buttons
  * multiload: increase refresh rate range setting
  * battstat: whitespace is missing
  * netspeed: code style
  * multiload: load menu from resource bundle

### mate-applets 1.25.2

  * update translations
  * mateweather: Use common subdirs - src, data
  * netspeed: show ipv6 address in tooltip if ipv4 address is not used
  * multiload: Use common subdirs - src, data
  * stickynotes: Add stickynotes-applet-menu.xml into resource bundle
  * drivemount: Use common subdirs - data, src
  * geyes: Do not use dirent
  * geyes: define GEYES_SETTINGS_THEME_PATH_KEY & GEYES_SETTINGS_SCHEMA
  * geyes: Use g_clear_error
  * geyes: use returned value by load_theme
  * geyes: Remove duplicated NULL check
  * geyes: Use g_debug instead of printf for logging
  * geyes: format code
  * trashapplet: load menu and ui files from resource bundle
  * cpufreq: Remove /proc/cpufreq support (Linux 2.4)
  * build: Remove legacy variable MATE_ICONDIR
  * update issue template
  * update issue template
  * geyes: signal 'dispose' is invalid for instance 'ID' of type 'GtkBox'
  * remove dead function mate_panel_applet_set_background_widget
  * trashapplet: Remove warning about missing initializer
  * build: Do not define M4_FILES twice
  * ac-define-dir.m4: Remove execution bit
  * fix build warning caused by several translations
  * build: make maintainer-clean
  * drivemount: improve code-style
  * build: replace acinclude.m4 with original as-ac-expand.m4
  * timer: i18n  label
  * Cpufreq: improve code-style
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * charpick: improve code-style
  * timerapplet: Use common subdirs - src, data
  * battstat: improve code-style
  * mateweather: Warn about accessing an undefined property of object
  * accessx-status: improve code-style
  * multiload: improve code-style
  * accessx-status: array subscript 128 is above array bounds
  * drivemount: Load menu from resources
  * multiload: do not count shared memory twice on Linux
  * multiload: Remove legacy variable 'show_frame'
  * multiload: do not use a computed compound key for graph visibility
  * multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoad
  * multiload: Remove dead function - GetPage
  * timerapplet: Use gtk_spin_button_get_value_as_int for int values

### mate-applets 1.25.1

  * update translations
  * accessx-status: add src and data folders
  * accessx-status: Simplify icons installation
  * geyes: Use common subdirs - src, icons, data
  * command: Use common subdirs - src, data
  * Remove -Wtype-limits warnings
  * netspeed: Simplify icons/Makefile.am
  * netspeed: Load netspeed-menu.xml from resources
  * netspeed: move ui files to data folder
  * battstat: Rewrite preference dialog from scratch
  * battstat: invalidScanfArgType_int cppcheck warnings (/proc/apm)
  * cpufreq: Remove warning about unreachable code reported by scan-build
  * cpufreq: -1 indicates error obtaining max frequency
  * cpufreq: Update cpufreq-preferences.ui
  * cpufreq: remove builder_DATA, ui_DATA variables from EXTRA_DIST
  * cpufreq: avoid deprecated GtkAlignment
  * cpufreq: create all needed widgets only once
  * cpufreq: fix code-style
  * geyes: Load menu from resources
  * charpick: Load menu from resources
  * cpufreq: Load menu and ui file from resources
  * multiload: Use the id instead of the name to identify the graph type
  * multiload: Display the percentage used accurately on tooltip
  * accessx-status: Load menu from resources
  * battstat: Fix memory leak
  * battstat: Reduce the dynamically allocated memory
  * battstat: Free only dynamically allocated memory
  * netspeed: remove warning about g_object_disconnect on remove it from panel
  * Netspeed kernel warning (#510)
  * netspeed: Add netspeed-details.ui
  * netspeed: fix memory leaks on backend
  * charpick: Fix memory leak reported by clang static analyzer
  * mateweather: Add mateweather-dialog.ui in POTFILES.in
  * mateweather: Add mateweather-dialog.ui
  * multiload: code formatting - global.h
  * multiload: the initialization of the variable is not really used
  * multiload: set and check the ranges for all network thresholds
  * multiload: Do not add the same global variables within all graphs
  * stickynotes: Fix -Wformat-nonliteral warning
  * multiload: Fix memory leak
  * netspeed: Use a macro for setting refresh time value
  * netspeed: Use IEC units for transfer rates
  * netspeed: add netlink support
  * Remove warning about assigned value is never used reported by cppcheck
  * battstat: warning about boolean algebra reported by cppcheck
  * Remove unused variable warning reported by cppcheck
  * command: Remove runtime warning about invalid icon size 24
  * battstat: bump upower required version and drop legacy code
  * batstatt: fix deprecated up_client_get_devices
  * Guard block is missing
  * geyes: Add themes.ui

### mate-applets 1.25.0

  * update translations
  * timerapplet: Add timerapplet-preferences.ui
  * mate-cpufreq-selector: Fix example in man page
  * command: Add command-preferences.ui
  * netspeed: Add netspeed-preferences.ui
  * charpic-about: fix DE name in about dialog
  * stickynotes: Remove enum conversion warnings
  * build: set 'enable_polkit=yes' if not given
  * cpufreq: Port client of selector service to GDBus
  * build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS
  * build: Use dbus-glib only when required
  * Remove unused-function warnings
  * build: silent build warnings for distcheck
  * multiload: declaration of ���screen��� shadows a previous local
  * Remove unused-variable warnings
  * stickynotes: Remove strict-prototypes warning
  * build: Remove --enable-more-warnings configure flag
  * build: Use WARN_CFLAGS variable
  * cpufreq: generate missing 256x256 and 64x64 icons from svg file
  * eyes: generate missing 256x256 and 64x64 icons from svg file
  * stickynotes: Use gresources for UI files
  * netspeed: don't define MATELOCALEDIR
  * build: drop unused matelocaledir variable
  * tx: pull with fixed translations of pt and pt_BR
  * drivemount: Remove global variable

(gutteridge)

2022-11-27 04:52:11 UTC MAIN commitmail json YAML

doc: Updated misc/libmateweather to 1.26.0

(gutteridge)

2022-11-27 04:51:59 UTC MAIN commitmail json YAML

libmateweather: update to 1.26.0

Change log:

### libmateweather 1.26.0

  * Translations update
    Using soup_session_new replaces the deprecated soup_session_async_new
    use irc.libera.chat for notifications
    use TLS certificate verification for libsoup session
    locations: drop Berlin Tegel
    add 2 brazil cities
    build: underline package name and version in configure summary
    build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
    Install icons in fallback icon theme
    README: Fix typo mistakes
    README: How to translate the default location data
    Remove USE_MATE2_MACROS from autogen.sh (legacy)
    locations: update cities in Thailand
    po-locations: Upgrade extract.xsl after migrating to gettext

### libmateweather 1.25.0

  * Translations update
  * add git.mk to generate .gitignore
  * Revert "avoid deprecated soup_session_async_new"
  * Locations: America/Godthab was renamed to America/Nuuk
  * weather-iwin: Remove the warning about ���GTimeVal��� is deprecated
  * build: silent build warnings for distcheck
  * build: use default MATE_COMPILE_WARNINGS level
  * IWIN: use GDateTime for getting current date
  * weather: use round for rounding floats

(gutteridge)

2022-11-27 04:50:39 UTC MAIN commitmail json YAML

doc: Updated audio/libmatemixer to 1.26.0

(gutteridge)

2022-11-27 04:50:27 UTC MAIN commitmail json YAML

libmatemixer: update to 1.26.0

Change log:

### libmatemixer 1.26.0

  * Translations update
  * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
  * alsa: Add udev support

### libmatemixer 1.25.0

  * Translations update
  * Use the correct macro for dynamic type's private
  * add git.mk to generate .gitignore
  * build: silent build warnings for distcheck
  * build: do not override the default value for MATE_COMPILE_WARNINGS
  * Remove warnings: ignoring #pragma clang diagnostic [-Wunknown-pragmas]

(gutteridge)

2022-11-27 04:49:29 UTC MAIN commitmail json YAML

doc: Updated x11/libmatekbd to 1.26.0

(gutteridge)