Commit graph

367614 commits

Author SHA1 Message Date
gdt
8f15ebe233 geography/proj: recursive revbump 2022-11-27 13:55:49 +00:00
gdt
64f1e4a0a7 geography/proj: Fix comment 2022-11-27 13:33:48 +00:00
adam
66454493ab Updated www/py-urllib3, archivers/py-zipp 2022-11-27 13:32:19 +00:00
adam
fb130b8476 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``
2022-11-27 13:31:38 +00:00
gdt
e627f9fe43 doc: Updated geography/proj to 7.2.1 2022-11-27 13:30:53 +00:00
gdt
92eaea6655 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)
2022-11-27 13:30:45 +00:00
adam
c59c38b002 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.
2022-11-27 13:30:19 +00:00
triaxx
884b1d2cd2 licenses: Update 3proxy license from 0.7 to 0.9 2022-11-27 13:16:10 +00:00
triaxx
c7061b1d5f doc: Updated net/3proxy to 0.9.4 2022-11-27 13:14:19 +00:00
triaxx
067164aebd 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.
2022-11-27 13:14:00 +00:00
adam
4b2988e521 Updated devel/py-pygit2, textproc/py-jsonschema 2022-11-27 12:09:52 +00:00
adam
db46998fd6 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
2022-11-27 12:09:29 +00:00
adam
8b670b24a8 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``
2022-11-27 12:01:34 +00:00
wiz
34b137e0df doc/TODO: + gawk-5.2.1. 2022-11-27 11:34:54 +00:00
adam
1b28fb203d Updated devel/py-hamcrest, net/py-twisted 2022-11-27 10:44:54 +00:00
adam
cec99ac36b 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
2022-11-27 10:44:20 +00:00
adam
53c8ad0750 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.
2022-11-27 10:41:35 +00:00
adam
cc9a3bcf24 Updated www/py-wsproto, audio/py-mpd2 2022-11-27 10:15:37 +00:00
adam
46763c273d 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)
2022-11-27 10:15:19 +00:00
adam
d5b268c80d 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.
2022-11-27 09:55:37 +00:00
adam
2c3461244f Updated devel/py-flake8-import-order, databases/py-python-sql 2022-11-27 09:26:58 +00:00
adam
8645c4e979 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
2022-11-27 09:26:40 +00:00
adam
c8ab8ad1cf 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
2022-11-27 09:21:49 +00:00
adam
6d78455c37 Updated security/py-cryptodome, textproc/py-dicttoxml 2022-11-27 09:02:07 +00:00
adam
aa85527890 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.
2022-11-27 09:01:48 +00:00
adam
a1bc6c928f 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.
2022-11-27 08:58:35 +00:00
gutteridge
d527d07ac9 mate-applets: add a comment about cpufreq in PLIST entries 2022-11-27 05:43:00 +00:00
gutteridge
b5dd8b46f4 doc: Updated sysutils/caja-dropbox to 1.26.0 2022-11-27 05:28:51 +00:00
gutteridge
0e7f636b20 mate-terminal: tweak now that 1.26 is the default version (NFC) 2022-11-27 05:20:55 +00:00
gutteridge
2ce941e829 marco: tweak now that 1.26 is the default version (NFC) 2022-11-27 05:20:06 +00:00
gutteridge
5bc60ee8f7 doc: Updated meta-pkgs/mate to 1.26.0 2022-11-27 05:19:11 +00:00
gutteridge
5b76c95151 mate: update to 1.26.0
(Change logs are available per package.)
2022-11-27 05:18:45 +00:00
gutteridge
84f80aa45c doc: Updated x11/mozo to 1.26.2 2022-11-27 05:17:54 +00:00
gutteridge
f233660f97 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
2022-11-27 05:17:42 +00:00
gutteridge
16f7c989a1 doc: Updated net/mate-user-share to 1.26.0 2022-11-27 05:17:11 +00:00
gutteridge
e998d61ecf 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
2022-11-27 05:16:55 +00:00
gutteridge
3a67c43a71 doc: Updated x11/mate-screensaver to 1.26.1 2022-11-27 05:16:07 +00:00
gutteridge
505387f5a0 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
2022-11-27 05:15:51 +00:00
gutteridge
7cad921cef doc: Updated sysutils/mate-sensors-applet to 1.26.0 2022-11-27 05:14:56 +00:00
gutteridge
f25d0fb3c4 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
2022-11-27 05:14:37 +00:00
gutteridge
da3222f46d doc: Updated editors/pluma to 1.26.0 2022-11-27 05:13:58 +00:00
gutteridge
e6b121f62b 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
2022-11-27 05:13:43 +00:00
gutteridge
49078fcfe6 doc: Updated misc/mate-utils to 1.26.0 2022-11-27 05:12:58 +00:00
gutteridge
520439e44f 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
2022-11-27 05:12:44 +00:00
gutteridge
d299917c5e doc: Updated x11/mate-settings-daemon to 1.26.0 2022-11-27 05:09:20 +00:00
gutteridge
839975d54a 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
2022-11-27 05:09:02 +00:00
gutteridge
ed7e23366d doc: Updated x11/mate-session-manager to 1.26.0 2022-11-27 05:08:22 +00:00
gutteridge
0e7ca87b8a 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
2022-11-27 05:08:10 +00:00
gutteridge
36e9a8df6c doc: Updated security/mate-polkit to 1.26.1 2022-11-27 05:07:24 +00:00
gutteridge
c9c0566df3 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
2022-11-27 05:07:11 +00:00