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

2024-05-12 15:09:02 UTC Now

2021-04-29 09:57:43 UTC MAIN commitmail json YAML

doc: Updated x11/gnome-session to 40.1.1

(cirnatdan)

2021-04-29 09:57:27 UTC MAIN commitmail json YAML

gnome-session: Update x11/gnome-session to 40.1.1

==============
Version 40.1.1
==============

presence: Fix error detection when syncing initial screensaver state

============
Version 40.1
============

presence: Do not auto-start the GNOME Shell screensaver service
util: Unset LC_* variables as they may be unset at login time

============
Version 40.0
============

util: Remove undesired variables from activation environment

===============
Version 40.beta
===============

gnome-session: GNOME session will now only block sleep for suspend
inhibitors and will block shutdown if a logout inhibitor is
active.
Previously a suspend inhibitor would prevent both sleep and
logout. As such, applications may need to be updated and grab
both a logout and suspend inhibitor.
data: Re-add OnFailure= to .target units
util: Disable capturing of subpatterns
util: Only accept common space characters
Stop dbus-daemon instead of restarting it
data: Fix indirect conflict with exit.target via app.slice
Translations updates

(cirnatdan)

2021-04-29 09:47:30 UTC MAIN commitmail json YAML

bgdata: bump PKGREVISION for dependency removal

pkglint cleanup while here

(wiz)

2021-04-29 09:12:44 UTC MAIN commitmail json YAML

libgdata: Remove unnecessary dependency on GConf

GConf doesn't seem to be needed as the package doesn't install any schemas
GConf itself has been deprecated for more than 8 years.

If necessary, GConf should be replace with gsettings and dconf

(cirnatdan)

2021-04-29 08:24:24 UTC MAIN commitmail json YAML

Updated www/py-furl, www/py-hyperframe

(adam)

2021-04-29 08:22:42 UTC MAIN commitmail json YAML

py-hyperframe: updated to 6.0.1

6.0.1 (2021-04-17)
------------------

**API Changes (Backward-compatible)**

- Added support for Python 3.9.
- Added type hints.

(adam)

2021-04-29 08:21:14 UTC MAIN commitmail json YAML

Updated devel/R-rlang to 0.4.10

(wen)

2021-04-29 08:18:59 UTC MAIN commitmail json YAML

py-furl: updated to 2.1.2

v2.1.2
Fixed: Support Python 3.9's changed urllib.parse.urljoin() behavior.
  < py3.9:  furl('wss://slrp.com/').join('foo:1') -> 'wss://slrp.com/foo:1'
  >= py3.9: furl('wss://slrp.com/').join('foo:1') -> 'foo:1'
Changed: Drop semicolon query delimiters. See
  https://bugs.python.org/issue42967.
Changed: Drop support for EOL Python 3.4 and Python 3.5.

v2.1.1
Fixed: Export metadata variables (furl.__title__, furl.__version__, etc).
Added: scheme, host, netloc, and origin as parameters to furl.remove().
Changed: Homogenize parameter order across furl.add(), furl.set(), and
  furl.remove().
Changed: furl.origin can be assigned None. This has the same behavior as
  furl.remove(origin=True).

(adam)

2021-04-29 08:16:04 UTC MAIN commitmail json YAML

Update to 0.4.10
Fix a typo

Upstream changes:
rlang 0.4.10

    New hash() function to generate 128-bit hashes for arbitrary R objects using the xxHash library. The implementation is modeled after xxhashlite, created by @coolbutuseless.

    New check_installed() function. Unlike is_installed(), it asks the user whether to install missing packages. If the user accepts, the packages are installed with pak::pkg_install() if available, or utils::install.packages() otherwise. If the session is non interactive or if the user chooses not to install the packages, the current evaluation is aborted (#1075).

    rlang is now licensed as MIT (#1063).

    Fixed an issue causing extra empty lines in inform() messages with .frequency (#1076, @schloerke).

    expr_deparse() now correctly wraps code using :: and ::: (#1072, @krlmlr).

(wen)

2021-04-29 07:55:07 UTC MAIN commitmail json YAML

irssi-xmpp: fix fetch

the original download site now redirects to an autogenerated github
tag tarball, which means the checksums no longer match.

poked by wiz.

(nia)

2021-04-29 07:45:19 UTC MAIN commitmail json YAML

Updated devel/py-babel, devel/py-requests-mock

(adam)

2021-04-29 07:44:58 UTC MAIN commitmail json YAML

py-requests-mock: updated to 1.9.1

1.9.1
* Restore py.typed file to enable types

(adam)

2021-04-29 07:43:02 UTC MAIN commitmail json YAML

py-babel: updated to 2.9.1

Version 2.9.1

Bugfixes
* The internal locale-data loading functions now validate the name of the locale file to be loaded and only
  allow files within Babel's data directory.

(adam)

2021-04-29 07:39:24 UTC MAIN commitmail json YAML

py-pisa: mark as broken since it needs python 2.7

py-reportlab does not support py27 any longer.

(wiz)

2021-04-29 07:02:43 UTC MAIN commitmail json YAML

2021-04-29 06:14:13 UTC MAIN commitmail json YAML

doc: Updated www/drupal8 to 8.9.14

(taca)

2021-04-29 06:13:52 UTC MAIN commitmail json YAML

www/drupal8: update to 8.9.14

8.9.14 (2021-04-21)

This release fixes security vulnerabilities.  Sites are urged to upgrade
immediately after reading the notes below and the security announcement:

* Drupal core - Critical - Cross-site scripting - SA-CORE-2021-002

(taca)

2021-04-29 06:13:00 UTC MAIN commitmail json YAML

doc: Updated www/drupal7 to 7.80

(taca)

2021-04-29 06:12:33 UTC MAIN commitmail json YAML

www/drupal7: update to 7.80

Drupal 7.80, 2021-04-20
-----------------------
- Fixed security issues:
  - SA-CORE-2021-002

(taca)

2021-04-29 05:58:23 UTC MAIN commitmail json YAML

Updated math/R-DBI to 1.1.1

(wen)

2021-04-29 05:56:34 UTC MAIN commitmail json YAML

Update to 1.1.1

Upstream changes:
DBI 1.1.1 (2021-01-04)
Documentation

    Expand "Get started" vignette to two tutorials, basic and advanced (#332, @jawond).

Bug fixes

    dbAppendTable() now allows columns named sep (#336).
    dbAppendTable() shows a better error message if the input has zero columns (#313).
    sqlInterpolate() now correctly interprets consecutive comments (#329, @rnorberg).
    dbQuoteLiteral() works for difftime objects (#325).
    dbQuoteLiteral() quotes dates as YYYY-MM-DD without time zone (#331).

Internal

    Switch to GitHub Actions (#326).
    Update URL in DESCRIPTION.

(wen)

2021-04-29 05:56:13 UTC MAIN commitmail json YAML

doc: Updated net/bind916 to 9.16.15

(taca)

2021-04-29 05:55:54 UTC MAIN commitmail json YAML

net/bind916: update to 9.16.15

Security release.

--- 9.16.15 released ---

5621. [bug] Due to a backporting mistake in change 5609, named
binaries built against a Kerberos/GSSAPI library whose
header files did not define the GSS_SPNEGO_MECHANISM
preprocessor macro were not able to start if their
configuration included the "tkey-gssapi-credential"
option. This has been fixed. [GL #2634]

5620. [bug] If zone journal files written by BIND 9.16.11 or earlier
were present when BIND was upgraded, the zone file for
that zone could have been inadvertently rewritten with
the current zone contents. This caused the original zone
file structure (e.g. comments, $INCLUDE directives) to
be lost, although the zone data itself was preserved.
This has been fixed. [GL #2623]

--- 9.16.14 released ---

5617. [security] A specially crafted GSS-TSIG query could cause a buffer
overflow in the ISC implementation of SPNEGO.
(CVE-2021-25216) [GL #2604]

5616. [security] named crashed when a DNAME record placed in the ANSWER
section during DNAME chasing turned out to be the final
answer to a client query. (CVE-2021-25215) [GL #2540]

5615. [security] Insufficient IXFR checks could result in named serving a
zone without an SOA record at the apex, leading to a
RUNTIME_CHECK assertion failure when the zone was
subsequently refreshed. This has been fixed by adding an
owner name check for all SOA records which are included
in a zone transfer. (CVE-2021-25214) [GL #2467]

5614. [bug] Ensure all resources are properly cleaned up when a call
to gss_accept_sec_context() fails. [GL #2620]

5613. [bug] It was possible to write an invalid transaction header
in the journal file for a managed-keys database after
upgrading. This has been fixed. Invalid headers in
existing journal files are detected and named is able
to recover from them. [GL #2600]

5611. [func] Set "stale-answer-client-timeout" to "off" by default.
[GL #2608]

5610. [bug] Prevent a crash which could happen when a lookup
triggered by "stale-answer-client-timeout" was attempted
right after recursion for a client query finished.
[GL #2594]

5609. [func] The ISC implementation of SPNEGO was removed from BIND 9
source code. It was no longer necessary as all major
contemporary Kerberos/GSSAPI libraries include support
for SPNEGO. [GL #2607]

5608. [bug] When sending queries over TCP, dig now properly handles
"+tries=1 +retry=0" by not retrying the connection when
the remote server closes the connection prematurely.
[GL #2490]

5607. [bug] As "rndc dnssec -checkds" and "rndc dnssec -rollover"
commands may affect the next scheduled key event,
reconfiguration of zone keys is now triggered after
receiving either of these commands to prevent
unnecessary key rollover delays. [GL #2488]

5606. [bug] CDS/CDNSKEY DELETE records are now removed when a zone
transitions from a secure to an insecure state.
named-checkzone also no longer reports an error when
such records are found in an unsigned zone. [GL #2517]

5605. [bug] "dig -u" now uses the CLOCK_REALTIME clock source for
more accurate time reporting. [GL #2592]

5603. [bug] Fix a memory leak that occurred when named failed to
bind a UDP socket to a network interface. [GL #2575]

5602. [bug] Fix TCPDNS and TLSDNS timers in Network Manager. This
makes the "tcp-initial-timeout" and "tcp-idle-timeout"
options work correctly again. [GL #2583]

5601. [bug] Zones using KASP could not be thawed after they were
frozen using "rndc freeze". This has been fixed.
[GL #2523]

(taca)

2021-04-29 05:54:38 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.31

(taca)

2021-04-29 05:54:13 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.31

Security release.

--- 9.11.31 released ---

5621. [bug] Due to a backporting mistake in change 5609, named
binaries built against a Kerberos/GSSAPI library whose
header files did not define the GSS_SPNEGO_MECHANISM
preprocessor macro were not able to start if their
configuration included the "tkey-gssapi-credential"
option. This has been fixed. [GL #2634]

--- 9.11.30 released ---

5617. [security] A specially crafted GSS-TSIG query could cause a buffer
overflow in the ISC implementation of SPNEGO.
(CVE-2021-25216) [GL #2604]

5616. [security] named crashed when a DNAME record placed in the ANSWER
section during DNAME chasing turned out to be the final
answer to a client query. (CVE-2021-25215) [GL #2540]

5615. [security] Insufficient IXFR checks could result in named serving a
zone without an SOA record at the apex, leading to a
RUNTIME_CHECK assertion failure when the zone was
subsequently refreshed. This has been fixed by adding an
owner name check for all SOA records which are included
in a zone transfer. (CVE-2021-25214) [GL #2467]

5614. [bug] Ensure all resources are properly cleaned up when a call
to gss_accept_sec_context() fails. [GL #2620]

5609. [func] The ISC implementation of SPNEGO was removed from BIND 9
source code. It was no longer necessary as all major
contemporary Kerberos/GSSAPI libraries include support
for SPNEGO. [GL #2607]

(taca)

2021-04-29 05:09:39 UTC MAIN commitmail json YAML

doc: Updated lang/ghc88 to 8.8.4nb4

(pho)

2021-04-29 05:09:08 UTC MAIN commitmail json YAML

2021-04-29 03:06:41 UTC MAIN commitmail json YAML

doc: Updated wm/marco to 1.24.2

(gutteridge)

2021-04-29 03:06:02 UTC MAIN commitmail json YAML

marco: update to 1.24.2

(Two of the three code changes had already been applied in pkgsrc.)

Change log:

marco 1.24.2

  * update translations
  * compositor-xrender.c: Make sure tooltips are visible
  * window: do not unfocus on new window.
  * Do not call cairo paint on generate_pixmaps.

(gutteridge)

2021-04-29 02:58:59 UTC MAIN commitmail json YAML

doc: Updated pkgtools/x11-links to 1.33

(gutteridge)

2021-04-29 02:58:49 UTC MAIN commitmail json YAML

2021-04-29 02:57:08 UTC MAIN commitmail json YAML

xorgproto: reflect built-in version present in NetBSD 9.99.82

(gutteridge)

2021-04-29 00:02:37 UTC MAIN commitmail json YAML

Updated geography/p5-GIS-Distance to 0.19

(wen)

2021-04-29 00:01:32 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19 2021-01-30T06:07:58Z

- Changed licensing terms to be the same as Perl.
- Provide a .editorconfig instead of .lvimrc.

(wen)

2021-04-28 23:55:57 UTC MAIN commitmail json YAML

Updated geography/p5-Geo-Ellipsoid to 1.15

(wen)

2021-04-28 23:55:08 UTC MAIN commitmail json YAML

Update to 1.15
Update HOMEPAGE
Change p5-Test-Number-Delta to TEST_DEPENDS

Upstream changes:
1.15 2021-01-23

- Provide set_angle_unit() as an alternative to the too generically
  named method set_units(). The name set_angle_unit() corresponds
  nicely to the existing method set_distance_unit().

- Add accessors get_angle_unit(), get_distance_unit(), get_ellipsoid(),
  get_equatorial_radius(), get_polar_radius(), get_flattening(), and
  get_eccentricity(), get_longitude_symmetric(), and
  get_bearing_symmetric(). These are necessary for subclassing.

- Correct the version numbering in Changes (this file) and add missing entry
  for version 1.11. Format CHANGES according to CPAN::Changes::Spec.

- Rename the too generically property "units" to "angle_unit", and
  "distance_units" to "distance_unit".

- Rename the following internal object properties:

      "latitude"  -> "latitude_symmetric"  (only used internally)
      "longitude" -> "longitude_symmetric"
      "bearing"  -> "bearing_symmetric"

  This makes them more descriptive, and they now match the methods
  set_latitude_symmetric() and set_bearing_symmetric(). The old object
  property names without the "_symmtric" suffix are still supported.

- Improve documentation and fix typos in the POD. Add more information to the
  SYNOPSIS. Update BUGS and SUPPORT sections. Update AUTHOR and COPYRIGHT
  information.

(wen)

2021-04-28 23:48:12 UTC MAIN commitmail json YAML

Updated geography/p5-Geo-ShapeFile to 3.01

(wen)

2021-04-28 23:47:19 UTC MAIN commitmail json YAML

Update to 3.01

Upstream changes:
3.01 2021-04-15
    - The type_is method now handles both string and numeric codes.
      Thanks to @poslfit for reporting (GH#26).

(wen)

2021-04-28 23:44:57 UTC MAIN commitmail json YAML

chat/matrix-synapse: Patch out py-cryptography check

It doesn't need a version this high (which would require Rust) and it was added
by upstream as an ugly hack to force a patched OpenSSL, in case it is linked
statically.

(js)

2021-04-28 23:12:31 UTC MAIN commitmail json YAML

doc: Updated wm/enlightenment16 to 1.0.23

(gutteridge)

2021-04-28 23:12:11 UTC MAIN commitmail json YAML

enlightenment16: update to 1.0.23

e16 v1.0.23 - 2021-04-09
------------------------
- 1.0.23
- Trim ChangeLog (move <= v1.0.0 to ChangeLog.old), new format
- Add ChangeLog generation script
- Update po
- Focus: Tweak request serial number check logic - correction
- Focus: Fixup after "Fix pointer focus on new windows..."
- Focus: Improve debug message understandability
- Remove obsolete and unused AC_HEADER_STDC
- Fix pager update on desk switch
- Fix segv on bad border definition
- Introduce E_ARRAY_SIZE() and MOD_ITEMS()
- Focus: Tweak request serial number check logic
- Focus: Don't set focus on sliding windows
- Focus: Fix pointer focus on new windows if pointer is in window
- Update winter theme
- Allow Winop border in matches.cfg
- Remove unused Pager:name
- Fix pager live updates if millisecond time is initially "negative"
- Fix handling of imageclasses with flipped/rotated images
- Fix pager zoom window sometimes flickering at 0,0
- Add EoGetParent() etc.
- Remove ancient TODO
- group_op showhide should target all the windows groups members
- Rename EDirUser{Set} wrappers and use then some more
- French translation update (Philippe J. Guillaumie)
- Support user fonts
- Sound: Treat player engine like others
- Sound: sound_pa -> sound_pulse
- Sound: Mostly cosmetic changes
- Sound: autofoo cosmetics
- Consistently put __EXPORT__ in .c files
- Forgot some 2020
- conf.h: Remove some unused items
- definitions: Remove some more obsolete configuration item definitions
- Configuration parsing cleanups
- Cleanups in .desktop file generation
- Include git stamp in version info (if built from git checkout)
- Introduce EImageDefineCursor()
- Introduce EImageRenderOnDrawableARGB()
- Cache visual in EVisualFindARGB()
- Remove obsolete color modifier functions
- French translation update (Philippe J. Guillaumie)
- Use poll() for event handling by default (if available)
- French translation update (Philippe J. Guillaumie)
- French translation update (Philippe J. Guillaumie)
- Update po
- French translation update (Philippe J. Guillaumie)
- Ensure a couple of initialisations are never skipped
- Remove unused SM_CLIENT_ID stuff
- Fix memory leak after failed execvp()
- Remove some (duplicated?) configuration identifiers that are not in definitions
- definitions: Remove long obsolete configuration item definitions
- conf.h: Remove some long obsolete configuration item defines
- Hide Border struct internals
- Simplify checks for borderless
- Use border name wrapper function some more
- borders.c: Prefix static functions with _
- ipc.c: Trivial cleanups
- Update po
- CM: Fix damage corner case (reparenting fading-out window)
- CM: Fix switching fadeout to fadein
- hiwin: Tweak debug
- Merge variables controlling click-to-raise configuration
- focus.c: Eliminate unnecessary variable
- Make "only primary mouse button raises" option take effect immediately
- Add option to allow only the primary mouse button to raise windows

(gutteridge)

2021-04-28 22:49:40 UTC MAIN commitmail json YAML

doc: Updated x11/gtk3 to 3.24.29

(leot)

2021-04-28 22:49:29 UTC MAIN commitmail json YAML

gtk3: Update to 3.24.29

Changes:
3.24.29
=======

* Input:
- Look for a Compose file in the right place (~/.config/gtk-3.0)
- Revert some Compose sequence changes (mainly around dead
  acute and apostrophe)
- Consume all key events during preedit, to avoid unexpected
  interactions
- Ignore more modifiers during preedit, to allow using 3rd and
  5th level choosers
- Fix handling of cursor positions in non-ASCII preedit text

* GtkSpinButton:
- Interpret localized digits

* GtkScale:
- Fix sporadic criticals

* GtkScrolledWindow:
- Cancel overshoot on size changes
- Avoid criticals with non-overlay scrollbars

* GtkFileChooser:
- Handle smb mounts better

* GtkListBox:
- Fix extending multi-selections

* Fix a possible crash in gtk_show_uri

* Wayland:
- Improve font settings fallback

* X11:
- Avoid log spam on exit
- Don't beep on untrusted displays

* OS X:
- Fix building on OS X 10.11
- Add gdk-quartz-cocoa-access.h with api that provides
  access to native objects

* Translation updates:
Dutch
Nepali
Swedish

(leot)

2021-04-28 21:26:10 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.32.2

(js)

2021-04-28 21:25:57 UTC MAIN commitmail json YAML

Update chat/matrix-synapse to 1.32.2

Synapse 1.32.2 (2021-04-22)
===========================

This release includes a fix for a regression introduced in 1.32.0.

Bugfixes
--------

- Fix a regression in Synapse 1.32.0 and 1.32.1 which caused `LoggingContext` errors in plugins. ([\#9857](https://github.com/matrix-org/synapse/issues/9857))

Synapse 1.32.1 (2021-04-21)
===========================

This release fixes [a regression](https://github.com/matrix-org/synapse/issues/9853)
in Synapse 1.32.0 that caused connected Prometheus instances to become unstable.

However, as this release is still subject to the `LoggingContext` change in 1.32.0,
it is recommended to remain on or downgrade to 1.31.0.

Bugfixes
--------

- Fix a regression in Synapse 1.32.0 which caused Synapse to report large numbers of Prometheus time series, potentially overwhelming Prometheus instances. ([\#9854](https://github.com/matrix-org/synapse/issues/9854))

Synapse 1.32.0 (2021-04-20)
===========================

**Note:** This release introduces [a regression](https://github.com/matrix-org/synapse/issues/9853)
that can overwhelm connected Prometheus instances. This issue was not present in
1.32.0rc1. If affected, it is recommended to downgrade to 1.31.0 in the meantime, and
follow [these instructions](https://github.com/matrix-org/synapse/pull/9854#issuecomment-823472183)
to clean up any excess writeahead logs.

**Note:** This release also mistakenly included a change that may affected Synapse
modules that import `synapse.logging.context.LoggingContext`, such as
[synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider).
This will be fixed in a later Synapse version.

**Note:** This release requires Python 3.6+ and Postgres 9.6+ or SQLite 3.22+.

This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` admin API. Please use the [v2 API](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst#query-user-account) instead, which has improved capabilities.

This release requires Application Services to use type `m.login.application_service` when registering users via the `/_matrix/client/r0/register` endpoint to comply with the spec. Please ensure your Application Services are up to date.

If you are using the `packages.matrix.org` Debian repository for Synapse packages,
note that we have recently updated the expiry date on the gpg signing key. If you see an
error similar to `The following signatures were invalid: EXPKEYSIG F473DD4473365DE1`, you
will need to get a fresh copy of the keys. You can do so with:

```sh
sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
```

Bugfixes
--------

- Fix the log lines of nested logging contexts. Broke in 1.32.0rc1. ([\#9829](https://github.com/matrix-org/synapse/issues/9829))

Synapse 1.32.0rc1 (2021-04-13)
==============================

Features
--------

- Add a Synapse module for routing presence updates between users. ([\#9491](https://github.com/matrix-org/synapse/issues/9491))
- Add an admin API to manage ratelimit for a specific user. ([\#9648](https://github.com/matrix-org/synapse/issues/9648))
- Include request information in structured logging output. ([\#9654](https://github.com/matrix-org/synapse/issues/9654))
- Add `order_by` to the admin API `GET /_synapse/admin/v2/users`. Contributed by @dklimpel. ([\#9691](https://github.com/matrix-org/synapse/issues/9691))
- Replace the `room_invite_state_types` configuration setting with `room_prejoin_state`. ([\#9700](https://github.com/matrix-org/synapse/issues/9700))
- Add experimental support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083): restricting room access via group membership. ([\#9717](https://github.com/matrix-org/synapse/issues/9717), [\#9735](https://github.com/matrix-org/synapse/issues/9735))
- Update experimental support for Spaces: include `m.room.create` in the room state sent with room-invites. ([\#9710](https://github.com/matrix-org/synapse/issues/9710))
- Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later. ([\#9766](https://github.com/matrix-org/synapse/issues/9766))

Bugfixes
--------

- Prevent `synapse_forward_extremities` and `synapse_excess_extremity_events` Prometheus metrics from initially reporting zero-values after startup. ([\#8926](https://github.com/matrix-org/synapse/issues/8926))
- Fix recently added ratelimits to correctly honour the application service `rate_limited` flag. ([\#9711](https://github.com/matrix-org/synapse/issues/9711))
- Fix longstanding bug which caused `duplicate key value violates unique constraint "remote_media_cache_thumbnails_media_origin_media_id_thumbna_key"` errors. ([\#9725](https://github.com/matrix-org/synapse/issues/9725))
- Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU. ([\#9770](https://github.com/matrix-org/synapse/issues/9770))
- Fix duplicate logging of exceptions thrown during federation transaction processing. ([\#9780](https://github.com/matrix-org/synapse/issues/9780))

Updates to the Docker image
---------------------------

- Move opencontainers labels to the final Docker image such that users can inspect them. ([\#9765](https://github.com/matrix-org/synapse/issues/9765))

Improved Documentation
----------------------

- Make the `allowed_local_3pids` regex example in the sample config stricter. ([\#9719](https://github.com/matrix-org/synapse/issues/9719))

Deprecations and Removals
-------------------------

- Remove old admin API `GET /_synapse/admin/v1/users/<user_id>`. ([\#9401](https://github.com/matrix-org/synapse/issues/9401))
- Make `/_matrix/client/r0/register` expect a type of `m.login.application_service` when an Application Service registers a user, to align with [the relevant spec](https://spec.matrix.org/unstable/application-service-api/#server-admin-style-permissions). ([\#9548](https://github.com/matrix-org/synapse/issues/9548))

Internal Changes
----------------

- Replace deprecated `imp` module with successor `importlib`. Contributed by Cristina Mu単oz. ([\#9718](https://github.com/matrix-org/synapse/issues/9718))
- Experiment with GitHub Actions for CI. ([\#9661](https://github.com/matrix-org/synapse/issues/9661))
- Introduce flake8-bugbear to the test suite and fix some of its lint violations. ([\#9682](https://github.com/matrix-org/synapse/issues/9682))
- Update `scripts-dev/complement.sh` to use a local checkout of Complement, allow running a subset of tests and have it use Synapse's Complement test blacklist. ([\#9685](https://github.com/matrix-org/synapse/issues/9685))
- Improve Jaeger tracing for `to_device` messages. ([\#9686](https://github.com/matrix-org/synapse/issues/9686))
- Add release helper script for automating part of the Synapse release process. ([\#9713](https://github.com/matrix-org/synapse/issues/9713))
- Add type hints to expiring cache. ([\#9730](https://github.com/matrix-org/synapse/issues/9730))
- Convert various testcases to `HomeserverTestCase`. ([\#9736](https://github.com/matrix-org/synapse/issues/9736))
- Start linting mypy with `no_implicit_optional`. ([\#9742](https://github.com/matrix-org/synapse/issues/9742))
- Add missing type hints to federation handler and server. ([\#9743](https://github.com/matrix-org/synapse/issues/9743))
- Check that a `ConfigError` is raised, rather than simply `Exception`, when appropriate in homeserver config file generation tests. ([\#9753](https://github.com/matrix-org/synapse/issues/9753))
- Fix incompatibility with `tox` 2.5. ([\#9769](https://github.com/matrix-org/synapse/issues/9769))
- Enable Complement tests for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946): Spaces Summary API. ([\#9771](https://github.com/matrix-org/synapse/issues/9771))
- Use mock from the standard library instead of a separate package. ([\#9772](https://github.com/matrix-org/synapse/issues/9772))
- Update Black configuration to target Python 3.6. ([\#9781](https://github.com/matrix-org/synapse/issues/9781))
- Add option to skip unit tests when building Debian packages. ([\#9793](https://github.com/matrix-org/synapse/issues/9793))

Synapse 1.31.0 (2021-04-06)
===========================

**Note:** As announced in v1.25.0, and in line with the deprecation policy for platform dependencies, this is the last release to support Python 3.5 and PostgreSQL 9.5. Future versions of Synapse will require Python 3.6+ and PostgreSQL 9.6+, as per our [deprecation policy](docs/deprecation_policy.md).

This is also the last release that the Synapse team will be publishing packages for Debian Stretch and Ubuntu Xenial.

Improved Documentation
----------------------

- Add a document describing the deprecation policy for platform dependencies. ([\#9723](https://github.com/matrix-org/synapse/issues/9723))

Internal Changes
----------------

- Revert using `dmypy run` in lint script. ([\#9720](https://github.com/matrix-org/synapse/issues/9720))
- Pin flake8-bugbear's version. ([\#9734](https://github.com/matrix-org/synapse/issues/9734))

Synapse 1.31.0rc1 (2021-03-30)
==============================

Features
--------

- Add support to OpenID Connect login for requiring attributes on the `userinfo` response. Contributed by Hubbe King. ([\#9609](https://github.com/matrix-org/synapse/issues/9609))
- Add initial experimental support for a "space summary" API. ([\#9643](https://github.com/matrix-org/synapse/issues/9643), [\#9652](https://github.com/matrix-org/synapse/issues/9652), [\#9653](https://github.com/matrix-org/synapse/issues/9653))
- Add support for the busy presence state as described in [MSC3026](https://github.com/matrix-org/matrix-doc/pull/3026). ([\#9644](https://github.com/matrix-org/synapse/issues/9644))
- Add support for credentials for proxy authentication in the `HTTPS_PROXY` environment variable. ([\#9657](https://github.com/matrix-org/synapse/issues/9657))

Bugfixes
--------

- Fix a longstanding bug that could cause issues when editing a reply to a message. ([\#9585](https://github.com/matrix-org/synapse/issues/9585))
- Fix the `/capabilities` endpoint to return `m.change_password` as disabled if the local password database is not used for authentication. Contributed by @dklimpel. ([\#9588](https://github.com/matrix-org/synapse/issues/9588))
- Check if local passwords are enabled before setting them for the user. ([\#9636](https://github.com/matrix-org/synapse/issues/9636))
- Fix a bug where federation sending can stall due to `concurrent access` database exceptions when it falls behind. ([\#9639](https://github.com/matrix-org/synapse/issues/9639))
- Fix a bug introduced in Synapse 1.30.1 which meant the suggested `pip` incantation to install an updated `cryptography` was incorrect. ([\#9699](https://github.com/matrix-org/synapse/issues/9699))

Updates to the Docker image
---------------------------

- Speed up Docker builds and make it nicer to test against Complement while developing (install all dependencies before copying the project). ([\#9610](https://github.com/matrix-org/synapse/issues/9610))
- Include [opencontainers labels](https://github.com/opencontainers/image-spec/blob/master/annotations.md#pre-defined-annotation-keys) in the Docker image. ([\#9612](https://github.com/matrix-org/synapse/issues/9612))

Improved Documentation
----------------------

- Clarify that `register_new_matrix_user` is present also when installed via non-pip package. ([\#9074](https://github.com/matrix-org/synapse/issues/9074))
- Update source install documentation to mention platform prerequisites before the source install steps. ([\#9667](https://github.com/matrix-org/synapse/issues/9667))
- Improve worker documentation for fallback/web auth endpoints. ([\#9679](https://github.com/matrix-org/synapse/issues/9679))
- Update the sample configuration for OIDC authentication. ([\#9695](https://github.com/matrix-org/synapse/issues/9695))

Internal Changes
----------------

- Preparatory steps for removing redundant `outlier` data from `event_json.internal_metadata` column. ([\#9411](https://github.com/matrix-org/synapse/issues/9411))
- Add type hints to the caching module. ([\#9442](https://github.com/matrix-org/synapse/issues/9442))
- Introduce flake8-bugbear to the test suite and fix some of its lint violations. ([\#9499](https://github.com/matrix-org/synapse/issues/9499), [\#9659](https://github.com/matrix-org/synapse/issues/9659))
- Add additional type hints to the Homeserver object. ([\#9631](https://github.com/matrix-org/synapse/issues/9631), [\#9638](https://github.com/matrix-org/synapse/issues/9638), [\#9675](https://github.com/matrix-org/synapse/issues/9675), [\#9681](https://github.com/matrix-org/synapse/issues/9681))
- Only save remote cross-signing and device keys if they're different from the current ones. ([\#9634](https://github.com/matrix-org/synapse/issues/9634))
- Rename storage function to fix spelling and not conflict with another function's name. ([\#9637](https://github.com/matrix-org/synapse/issues/9637))
- Improve performance of federation catch up by sending the latest events in the room to the remote, rather than just the last event sent by the local server. ([\#9640](https://github.com/matrix-org/synapse/issues/9640), [\#9664](https://github.com/matrix-org/synapse/issues/9664))
- In the `federation_client` commandline client, stop automatically adding the URL prefix, so that servlets on other prefixes can be tested. ([\#9645](https://github.com/matrix-org/synapse/issues/9645))
- In the `federation_client` commandline client, handle inline `signing_key`s in `homeserver.yaml`. ([\#9647](https://github.com/matrix-org/synapse/issues/9647))
- Fixed some antipattern issues to improve code quality. ([\#9649](https://github.com/matrix-org/synapse/issues/9649))
- Add a storage method for pulling all current user presence state from the database. ([\#9650](https://github.com/matrix-org/synapse/issues/9650))
- Import `HomeServer` from the proper module. ([\#9665](https://github.com/matrix-org/synapse/issues/9665))
- Increase default join ratelimiting burst rate. ([\#9674](https://github.com/matrix-org/synapse/issues/9674))
- Add type hints to third party event rules and visibility modules. ([\#9676](https://github.com/matrix-org/synapse/issues/9676))
- Bump mypy-zope to 0.2.13 to fix "Cannot determine consistent method resolution order (MRO)" errors when running mypy a second time. ([\#9678](https://github.com/matrix-org/synapse/issues/9678))
- Use interpreter from `$PATH` via `/usr/bin/env` instead of absolute paths in various scripts. ([\#9689](https://github.com/matrix-org/synapse/issues/9689))
- Make it possible to use `dmypy`. ([\#9692](https://github.com/matrix-org/synapse/issues/9692))
- Suppress "CryptographyDeprecationWarning: int_from_bytes is deprecated". ([\#9698](https://github.com/matrix-org/synapse/issues/9698))
- Use `dmypy run` in lint script for improved performance in type-checking while developing. ([\#9701](https://github.com/matrix-org/synapse/issues/9701))
- Fix undetected mypy error when using Python 3.6. ([\#9703](https://github.com/matrix-org/synapse/issues/9703))
- Fix type-checking CI on develop. ([\#9709](https://github.com/matrix-org/synapse/issues/9709))

Synapse 1.30.1 (2021-03-26)
===========================

This release is identical to Synapse 1.30.0, with the exception of explicitly
setting a minimum version of Python's Cryptography library to ensure that users
of Synapse are protected from the recent [OpenSSL security advisories](https://mta.openssl.org/pipermail/openssl-announce/2021-March/000198.html),
especially CVE-2021-3449.

Note that Cryptography defaults to bundling its own statically linked copy of
OpenSSL, which means that you may not be protected by your operating system's
security updates.

It's also worth noting that Cryptography no longer supports Python 3.5, so
admins deploying to older environments may not be protected against this or
future vulnerabilities. Synapse will be dropping support for Python 3.5 at the
end of March.

Updates to the Docker image
---------------------------

- Ensure that the docker container has up to date versions of openssl. ([\#9697](https://github.com/matrix-org/synapse/issues/9697))

Internal Changes
----------------

- Enforce that `cryptography` dependency is up to date to ensure it has the most recent openssl patches. ([\#9697](https://github.com/matrix-org/synapse/issues/9697))

Synapse 1.30.0 (2021-03-22)
===========================

Note that this release deprecates the ability for appservices to
call `POST /_matrix/client/r0/register`  without the body parameter `type`. Appservice
developers should use a `type` value of `m.login.application_service` as
per [the spec](https://matrix.org/docs/spec/application_service/r0.1.2#server-admin-style-permissions).
In future releases, calling this endpoint with an access token - but without a `m.login.application_service`
type - will fail.

No significant changes.

Synapse 1.30.0rc1 (2021-03-16)
==============================

Features
--------

- Add prometheus metrics for number of users successfully registering and logging in. ([\#9510](https://github.com/matrix-org/synapse/issues/9510), [\#9511](https://github.com/matrix-org/synapse/issues/9511), [\#9573](https://github.com/matrix-org/synapse/issues/9573))
- Add `synapse_federation_last_sent_pdu_time` and `synapse_federation_last_received_pdu_time` prometheus metrics, which monitor federation delays by reporting the timestamps of messages sent and received to a set of remote servers. ([\#9540](https://github.com/matrix-org/synapse/issues/9540))
- Add support for generating JSON Web Tokens dynamically for use as OIDC client secrets. ([\#9549](https://github.com/matrix-org/synapse/issues/9549))
- Optimise handling of incomplete room history for incoming federation. ([\#9601](https://github.com/matrix-org/synapse/issues/9601))
- Finalise support for allowing clients to pick an SSO Identity Provider ([MSC2858](https://github.com/matrix-org/matrix-doc/pull/2858)). ([\#9617](https://github.com/matrix-org/synapse/issues/9617))
- Tell spam checker modules about the SSO IdP a user registered through if one was used. ([\#9626](https://github.com/matrix-org/synapse/issues/9626))

Bugfixes
--------

- Fix long-standing bug when generating thumbnails for some images with transparency: `TypeError: cannot unpack non-iterable int object`. ([\#9473](https://github.com/matrix-org/synapse/issues/9473))
- Purge chain cover indexes for events that were purged prior to Synapse v1.29.0. ([\#9542](https://github.com/matrix-org/synapse/issues/9542), [\#9583](https://github.com/matrix-org/synapse/issues/9583))
- Fix bug where federation requests were not correctly retried on 5xx responses. ([\#9567](https://github.com/matrix-org/synapse/issues/9567))
- Fix re-activating an account via the admin API when local passwords are disabled. ([\#9587](https://github.com/matrix-org/synapse/issues/9587))
- Fix a bug introduced in Synapse 1.20 which caused incoming federation transactions to stack up, causing slow recovery from outages. ([\#9597](https://github.com/matrix-org/synapse/issues/9597))
- Fix a bug introduced in v1.28.0 where the OpenID Connect callback endpoint could error with a `MacaroonInitException`. ([\#9620](https://github.com/matrix-org/synapse/issues/9620))
- Fix Internal Server Error on `GET /_synapse/client/saml2/authn_response` request. ([\#9623](https://github.com/matrix-org/synapse/issues/9623))

Updates to the Docker image
---------------------------

- Make use of an improved malloc implementation (`jemalloc`) in the docker image. ([\#8553](https://github.com/matrix-org/synapse/issues/8553))

Improved Documentation
----------------------

- Add relayd entry to reverse proxy example configurations. ([\#9508](https://github.com/matrix-org/synapse/issues/9508))
- Improve the SAML2 upgrade notes for 1.27.0. ([\#9550](https://github.com/matrix-org/synapse/issues/9550))
- Link to the "List user's media" admin API from the media admin API docs. ([\#9571](https://github.com/matrix-org/synapse/issues/9571))
- Clarify the spam checker modules documentation example to mention that `parse_config` is a required method. ([\#9580](https://github.com/matrix-org/synapse/issues/9580))
- Clarify the sample configuration for `stats` settings. ([\#9604](https://github.com/matrix-org/synapse/issues/9604))

Deprecations and Removals
-------------------------

- The `synapse_federation_last_sent_pdu_age` and `synapse_federation_last_received_pdu_age` prometheus metrics have been removed. They are replaced by `synapse_federation_last_sent_pdu_time` and `synapse_federation_last_received_pdu_time`. ([\#9540](https://github.com/matrix-org/synapse/issues/9540))
- Registering an Application Service user without using the `m.login.application_service` login type will be unsupported in an upcoming Synapse release. ([\#9559](https://github.com/matrix-org/synapse/issues/9559))

Internal Changes
----------------

- Add tests to ResponseCache. ([\#9458](https://github.com/matrix-org/synapse/issues/9458))
- Add type hints to purge room and server notice admin API. ([\#9520](https://github.com/matrix-org/synapse/issues/9520))
- Add extra logging to ObservableDeferred when callbacks throw exceptions. ([\#9523](https://github.com/matrix-org/synapse/issues/9523))
- Fix incorrect type hints. ([\#9528](https://github.com/matrix-org/synapse/issues/9528), [\#9543](https://github.com/matrix-org/synapse/issues/9543), [\#9591](https://github.com/matrix-org/synapse/issues/9591), [\#9608](https://github.com/matrix-org/synapse/issues/9608), [\#9618](https://github.com/matrix-org/synapse/issues/9618))
- Add an additional test for purging a room. ([\#9541](https://github.com/matrix-org/synapse/issues/9541))
- Add a `.git-blame-ignore-revs` file with the hashes of auto-formatting. ([\#9560](https://github.com/matrix-org/synapse/issues/9560))
- Increase the threshold before which outbound federation to a server goes into "catch up" mode, which is expensive for the remote server to handle. ([\#9561](https://github.com/matrix-org/synapse/issues/9561))
- Fix spurious errors reported by the `config-lint.sh` script. ([\#9562](https://github.com/matrix-org/synapse/issues/9562))
- Fix type hints and tests for BlacklistingAgentWrapper and BlacklistingReactorWrapper. ([\#9563](https://github.com/matrix-org/synapse/issues/9563))
- Do not have mypy ignore type hints from unpaddedbase64. ([\#9568](https://github.com/matrix-org/synapse/issues/9568))
- Improve efficiency of calculating the auth chain in large rooms. ([\#9576](https://github.com/matrix-org/synapse/issues/9576))
- Convert `synapse.types.Requester` to an `attrs` class. ([\#9586](https://github.com/matrix-org/synapse/issues/9586))
- Add logging for redis connection setup. ([\#9590](https://github.com/matrix-org/synapse/issues/9590))
- Improve logging when processing incoming transactions. ([\#9596](https://github.com/matrix-org/synapse/issues/9596))
- Remove unused `stats.retention` setting, and emit a warning if stats are disabled. ([\#9604](https://github.com/matrix-org/synapse/issues/9604))
- Prevent attempting to bundle aggregations for state events in /context APIs. ([\#9619](https://github.com/matrix-org/synapse/issues/9619))

(js)

2021-04-28 18:14:17 UTC MAIN commitmail json YAML

doc: tigervnc update in wip

(wiz)

2021-04-28 17:32:12 UTC MAIN commitmail json YAML

2021-04-28 16:24:31 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20210428

(gdt)

2021-04-28 16:24:24 UTC MAIN commitmail json YAML

ham/chirp: Update to 20210428

upstream changes: bugfixes and minor improvements

(gdt)

2021-04-28 15:39:24 UTC MAIN commitmail json YAML

Apply jperkin@'s patch to remove $ORIGIN use

On Darwin it still uses @loader_path though. I'm going to handle it later.

(pho)

2021-04-28 15:02:48 UTC MAIN commitmail json YAML

doc: Updated devel/p5-FindBin-libs to 2.21.0

(schmonz)

2021-04-28 15:02:39 UTC MAIN commitmail json YAML

Update to 2.21.0. From the changelog:

- Minor change in taint extraction: Check for non-whitespace in library
  path after m{ (.+) }x, remove 's' in regex to avoid issues with paths
  including embedded newlines. Up the minor number: if anyone really
  does depend on locating all-whitespace paths or ones with embedded
  newlines warn me.

(schmonz)

2021-04-28 12:46:37 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx-autoapi, textproc/py-xlsxwriter

(adam)

2021-04-28 12:46:20 UTC MAIN commitmail json YAML

py-xlsxwriter: updated to 1.4.0

Release 1.4.0 - April 23 2021
-----------------------------
* Add fix for issue for where a y_axis font rotation of 0 was ignored.

(adam)

2021-04-28 12:44:52 UTC MAIN commitmail json YAML

py-sphinx-autoapi: updated to 1.8.1

v1.8.1 (2021-04-24)
-------------------
Bug Fixes
* Fixed type annotations being shown for only a single module.

(adam)

2021-04-28 12:21:50 UTC MAIN commitmail json YAML

2021-04-28 11:18:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.3.0

(pin)

2021-04-28 11:18:16 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.3.0

Minor changes:
-modal mode: revert to command mode on command execution - Fix #372
-modal mode: when in command mode, '/' only enters input mode and is never
appended to the input
-better handle failing external programs when not leaving broot

Major feature: staging area
You may add files to the staging area then apply a command on all of them.
This new feature is described here, https://dystroy.org/broot/staging-area/
Several verbs have been added. Type "stag" in help to see them and their
keyboard shortcuts.

(pin)

2021-04-28 11:14:51 UTC MAIN commitmail json YAML

Don't reject dash as /bin/sh.

From a discussion with jperkin, who tested this on bulk builds, the
remaining issues with non-BSD echo are in legacy wrappers.

Keep the workaround to use bash on Debian GNU kFreeBSD because it still
uses legacy wrappers and add a comment that that's why it's there.

Now naive usage of bootstrap on many popular Linux distros doesn't require
setting an environment variable.

(maya)

2021-04-28 10:27:28 UTC MAIN commitmail json YAML

Updated sysutils/ansible, devel/py-requests-mock

(adam)

2021-04-28 10:27:09 UTC MAIN commitmail json YAML

py-requests-mock: updated to 1.9.0

1.9.0
=====

New Features
------------
- Add python type hints for python 3.

Bug Fixes
---------
- Issue 144 - When performing a read we handled an empty byte return as an indication to close the file pointer. This is not true when you actually ask for a zero byte read so we should allow it.

- Fix: When you have a non url-safe character in your URL it is quoted by requests however requests-mock just treated it as a normal string.

(adam)

2021-04-28 10:23:11 UTC MAIN commitmail json YAML

ansible: updated to 3.3.0

What's new in Ansible 3.3.0
---------------------------

* The Ansible package has moved to semantic versioning
(https://semver.org/). This standard allows you to tell if a new
version of Ansible contains incompatibilities by looking at the
version number. We've moved from 3.2.0 to 3.3.0 to show that this
release should be backwards compatible with Ansible-3.2.0 but may
contain new features. Read the semver specification for more
information.

* Collections which have opted into being a part of the Ansible-3
unified changelog will have an entry on this page:
* https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst#v3-3-0

* For collections which have not opted into the unified changelog,
consult the list of included collections in the link below and check
their entry on https://galaxy.ansible.com for information about their
changes.
* https://github.com/ansible-community/ansible-build-data/blob/main/3/ansible-3.3.0.deps

* You can find more information for those on
https://galaxy.ansible.com/. For instance, the community.crypto
collection listed in the ansible-3.3.0.deps file has a galaxy page at
https://galaxy.ansible.com/community/crypto/

* Changelog for ansible-base-2.10.8 which this release of ansible
installs: https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst

(adam)

2021-04-28 09:58:26 UTC MAIN commitmail json YAML

Added converters/py-arabic-reshaper, converters/py-bidi, print/py-xhtml2pdf; Updated net/py-responses

(adam)

2021-04-28 09:58:03 UTC MAIN commitmail json YAML

py-responses: updated to 0.13.3

0.13.3
* Switch from Travis to GHA for deployment.

(adam)

2021-04-28 09:56:15 UTC MAIN commitmail json YAML

py-xhtml2pdf: added version 0.2.5

xhtml2pdf is a HTML to PDF converter using Python, the ReportLab Toolkit,
html5lib and PyPDF2. It supports HTML5 and CSS 2.1 (and some of CSS 3). It is
completely written in pure Python, so it is platform independent.

The main benefit of this tool is that a user with web skills like HTML and CSS
is able to generate PDF templates very quickly without learning new
technologies.

(adam)

2021-04-28 09:54:24 UTC MAIN commitmail json YAML

mk: master site xorg now prefers https

(wiz)

2021-04-28 09:53:18 UTC MAIN commitmail json YAML

2021-04-28 09:52:18 UTC MAIN commitmail json YAML

2021-04-28 09:19:20 UTC MAIN commitmail json YAML

doc: remove pgpool2 from TODO, done

(wiz)

2021-04-28 09:19:06 UTC MAIN commitmail json YAML

doc: Updated databases/pgpool2 to 4.2.2

(wiz)

2021-04-28 09:18:55 UTC MAIN commitmail json YAML

pgpool2: update to 4.2.2.

Based on a diff provided by Mustafa Dogan.

4.2.1 and 4.2.2 are bugfix releases.

4.2 contains new features and enhancements, including:

    Some items in the configuration file pgpool.conf are vastly
    enhanced for easier configuration and administration.

    Implement logging_collector for easier log management.

    Implement log_disconnections to collect disconnection logs.

    Implement pg_enc and pg_md5 to allow to register multiple
    passwords at once.

    Allow to show statistics of health check by using SHOW
    POOL_HEALTH_CHECK_STATS command, and also allow to show statistics
    of issued SQL by using SHOW POOL_BACKEND_STATS command.

    New PCP command pcp_reload_config is added.

    Now it is possible to omit write_function_list and
    read_only_function_list by looking at system catalog information.

    Add new clustering mode snapshot_isolation_mode which guarantees
    not only data modifications to multiple PostgreSQL but read
    consistency.

    Support LDAP authentication between clients and Pgpool-II.

    Add ssl_crl_file and ssl_passphrase_command to SSL configuration.

    Import PostgreSQL 13's SQL parser.

(wiz)

2021-04-28 09:11:16 UTC MAIN commitmail json YAML

soapy-sdr: explicitly unset LIB_SUFFIX

(nia)

2021-04-28 09:03:49 UTC MAIN commitmail json YAML

samba4: add flex to USE_TOOLS

(nia)

2021-04-28 08:53:01 UTC MAIN commitmail json YAML

Updated textproc/py-tinycss2, textproc/py-cssselect2

(adam)

2021-04-28 08:52:17 UTC MAIN commitmail json YAML

py-cssselect2: updated to 0.4.1

Version 0.4.1

Fix PyPI description and various links.

Version 0.4.0

Drop support of Python 3.5, add support of Python 3.9.
Don窶冲 crash on empty :not() selectors.
New code structure, new packaging, new documentation.

Version 0.3.0

Drop Python2 support.
Improve packaging and testing.

(adam)

2021-04-28 08:45:53 UTC MAIN commitmail json YAML

py-tinycss2: updated to 1.1.0

Version 1.1.0

Drop support of Python 3.5, add support of Python 3.9.
Fix ResourceWarning in tests.
Use Python standard library’s HSL to RGB converter.
Use GitHub Actions for tests.
New code structure, new packaging, new documentation.

Version 1.0.2

Don’t crash when indent tokens have no lowercase equivalent name.

Version 1.0.1

Fix tests launched by CI.
Parse “–” ident tokens correctly.

Version 1.0.0

Drop Python 2.7, 3.3 and 3.4 support.
Allow leading double dash syntax for ident tokens, allowing CSS variables to be parsed correctly.
Test with PyPy3.
Force tests to parse JSON files as UTF-8.
Clean packaging.

(adam)

2021-04-28 08:36:18 UTC MAIN commitmail json YAML

doc: Updated x11/kitty to 0.20.2

(pin)

2021-04-28 08:35:56 UTC MAIN commitmail json YAML

x11/kitty: update to 0.20.2

0.20.2
-A new protocol extension to unscroll text from the scrollback buffer onto the
screen. Useful, for example, to restore the screen after showing completions
below the shell prompt.
-A new remote control command kitty @ env to change the default environment
passed to newly created windows (#3529)
-Linux: Fix binary kitty builds not able to load fonts in WOFF2 format (#3506)
-macOS: Prevent option based shortcuts for being used for global menu actions
(#3515)
-Fix kitty @ close-tab not working with pipe based remote control (#3510)
-Fix removal of inactive tab that is before the currently active tab causing
the highlighted tab to be incorrect (#3516)
-icat kitten: Respect EXIF orientation when displaying JPEG images (#3518)
-GNOME: Fix maximize state not being remembered when focus changes and window
decorations are hidden (#3507)
-GNOME: Add a new wayland_titlebar_color option to control the color of the
kitty window title bar
-Fix reading kitty --session from STDIN not working when the kitty --detach
option is used (#3523)
-Special case rendering of the few remaining Powerline box drawing chars (#3535)
-Fix kitty @ set-colors not working for the active_tab_foreground.

0.20.1
-icat: Fix some broken GIF images with no frame delays not being animated
(#3498)
-hints kitten: Fix sending hyperlinks to their default handler not working
(#3500)
-Wayland: Fix regression in previous release causing window decorations to be
drawn even when compositor supports server side decorations (#3501)

0.20.0
-Support display of animated images kitty +kitten icat animation.gif. See
Animation for details on animation support in the kitty graphics protocol.
-A new keyboard reporting protocol with various advanced features that can be
used by full screen terminal programs and even games, see A protocol for
comprehensive keyboard handling in terminals (#3248)
-Backward incompatibility: Session files now use the full launch command with
all its capabilities. However, the syntax of the command is slightly different
from before. In particular watchers are now specified directly on launch and
environment variables are set using --env.
-Allow setting colors when creating windows using the launch command.
-A new option tab_powerline_style to control the appearance of the tab bar when
using the powerline tab bar style.
A new option scrollback_fill_enlarged_window to fill extra lines in the window
when the window is expanded with lines from the scrollback (#3371)
-diff kitten: Implement recursive diff over SSH (#3268)
-ssh kitten: Allow using python instead of the shell on the server, useful if
the shell used is a non-POSIX compliant one, such as fish (#3277)
-Add support for the color settings stack that XTerm copied from us without
acknowledgement and decided to use incompatible escape codes for.
-Add entries to the terminfo file for some user capabilities that are shared
with XTerm (#3193)
-The launch command now does more sophisticated resolving of executables to run.
The system-wide PATH is used first, then system specific default paths, and
finally the PATH inside the shell.
-Double clicking on empty tab bar area now opens a new tab (#3201)
-kitty @ ls: Show only environment variables that are different for each window,
by default.
-When passing a directory or a non-executable file as the program to run to
kitty opens it with the shell or by parsing the shebang, instead of just
failing.
-Linux: Fix rendering of emoji followed by the graphics variation selector not
being colored with some fonts (#3211)
-Unicode input: Fix using index in select by name mode not working for indices
larger than 16. Also using an index does not filter the list of matches. (#3219)
-Wayland: Add support for the text input protocol (#3410)
-Wayland: Fix mouse handling when using client side decorations
-Wayland: Fix un-maximizing a window not restoring its size to what it was
before being maximized
-GNOME/Wayland: Improve window decorations the titlebar now shows the window
title. Allow running under Wayland on GNOME by default. (#3284)
-Panel kitten: Allow setting WM_CLASS (#3233)
-macOS: Add menu items to close the OS window and the current tab (#3240, #3246)
-macOS: Allow opening script and command files with kitty (#3366)
-Also detect gemini:// URLs when hovering with the mouse (#3370)
-When using a non-US keyboard layout and pressing ctrl+key when the key matches
an English key, send that to the program running in the terminal automatically
(#2000)
-When matching shortcuts, also match on shifted keys, so a shortcut defined as
ctrl+plus will match a keyboard where you have to press shift+equal to get the
plus key (#2000)
-Fix extra space at bottom of OS window when using the fat layout with the tab
bar at the top (#3258)
-Fix window icon not working on X11 with 64bits (#3260)
-Fix OS window sizes under 100px resulting in scaled display (#3307)
-Fix rendering of ligatures in the latest release of Cascadia code, which for
some reason puts empty glyphs after the ligature glyph rather than before it
(#3313)
-Improve handling of infinite length ligatures in newer versions of FiraCode
and CascadiaCode. Now such ligatures are detected based on glyph naming
convention. This removes the gap in the ligatures at cell boundaries (#2695)
-macOS: Disable the native operating system tabs as they are non-functional and
can be confusing (#3325)
-hints kitten: When using the linenumber action with a background action,
preserve the working directory (#3352)
-Graphics protocol: Fix suppression of responses not working for chunked
transmission (#3375)
-Fix inactive tab closing causing active tab to change (#3398)
-Fix a crash on systems using musl as libc (#3395)
-Improve rendering of rounded corners by using a rectircle equation rather than
a cubic bezier (#3409)
-Graphics protocol: Add a control to allow clients to specify that the cursor
should not move when displaying an image (#3411)
-Fix marking of text not working on lines that contain zero cells (#3403)
-Fix the selection getting changed if the screen contents scroll while the
selection is in progress (#3431)
-X11: Fix resize_in_steps being applied even when window is maximized (#3473)

(pin)

2021-04-28 08:34:58 UTC MAIN commitmail json YAML

doc: Updated sysutils/xplr to 0.5.9

(pin)

2021-04-28 08:34:39 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.5.9

0.5.9
=====
-Fixed handling of files with names starting with - (hiphen).

0.5.8
=====
-Fixed opening files in GUI (using keys gx) breaking xplr UI.
-Use env var $OPENER to declare your default opener (just like $EDITOR).

(pin)

2021-04-28 08:33:39 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-qt to 3.6

(pin)

2021-04-28 08:33:17 UTC MAIN commitmail json YAML

audio/spotify-qt: update to 3.6

Fixes:
-Fixed not loading all saved albums (#59).
-Fixed "Like" in track context menu not updating properly (#75).
-Fixed build on Qt 5.9 and older (#76).
-Fixed a crash when playing from artist (#83).
-Fixed a crash when the current user had no profile image (#86).
-Fixed not showing any error message when no devices were available.
-Fixed not loading all artist albums.
-Fixed deprecation warnings when using Qt 6.
-Fixed showing "What's new" on first start.
-Fixed playing a new track with the same name, not updating currently playing.
-Fixed not selecting last used device when resuming playback after being idle.
-Fixed style option not setting default style.

Changes:
-Progress bar can now be clicked to skip in the track (#62).
-Added support for multiple artists (#67).
-Now remembers your last used device and selects it on next start (#73).
-Improved theming in snap (#79).
-Added a desktop icon for snap (#80).
-All networking is now done asynchronously, which should improve performance.
-Spotify client can now be started and/or stopped from Spotify settings.
-Windows builds are now available (see #95).

(pin)

2021-04-28 08:32:11 UTC MAIN commitmail json YAML

lxqt: bump revision

Bump revision due to lxqt-powermanagement point release.
Minor revision, not added to CHANGES-2021

(pin)

2021-04-28 08:28:55 UTC MAIN commitmail json YAML

devel/metslib: trim DESCR

(thor)

2021-04-28 08:24:01 UTC MAIN commitmail json YAML

2021-04-28 07:36:49 UTC MAIN commitmail json YAML

doc: Updated security/p5-CryptX to 0.071

(wiz)

2021-04-28 07:36:39 UTC MAIN commitmail json YAML

p5-CryptX: update to 0.071.

0.071  2021-03-30
        - fix #67 (better handling of PEM decoding failures)

0.070  2021-02-12
        - fix #66 remove -flto=auto (Makefile.PL)
        - fix #65 typo in docs (lib/Crypt/Cipher.pm)
        - bundled libtomcrypt update branch:develop (commit:910d6252 2021-01-19)

(wiz)

2021-04-28 06:56:39 UTC MAIN commitmail json YAML

2021-04-27 22:59:07 UTC MAIN commitmail json YAML

doc: Updated devel/metslib to 0.5.3

(thor)

2021-04-27 22:58:41 UTC MAIN commitmail json YAML

2021-04-27 21:53:23 UTC MAIN commitmail json YAML

doc: Updated net/scapy to 2.4.5

(gutteridge)

2021-04-27 21:53:11 UTC MAIN commitmail json YAML

scapy: update to 2.4.5

Changelog
Core

    354 commits to master since v2.4.4, from 73 contributors
    Python 3.9 support
    New interfaces system. conf.iface is now an object (retro-compatible as a string) which contains additional information about the interface and allows for an automatic selection of the socket type. conf.ifaces now lists all available interfaces.
    Fix *BSD support. Improve filters handling on Linux and libpcap
    Automaton: support for STOP event - allows to cleanly end an Automata. Implemented in all Scapy's automatons
    [Deprecated] Naming different fields with the same name will now raise a deprecation warning. This behavior has never properly worked and should never be necessary
    Enhance Net and Net6
    Improvements to scapy's logging, colored output and to UTscapy
    Fix edge-cases with ConditionalField and MultipleTypeField to make them more resilient
    [Doc] Enhancements: improved MultipleTypeField handling, add view source.
    [Internal] Move the test suite to GitHub Actions
    [Internal] Unit test housekeeping
    [Internal] Begin type hinting

Layers

    6LoWPAN refactor
    TLS improvements (TLS 1.3 server downgrade, TLS 1.2 EXT MS...)
    HTTP improvements (http_request, support for zstd...)
    Refactor TunTap support
    Cleanup MACsec
    Many small bug fixes or improvements to layers (SMB2, BFD, DNS, Zigbee, EAP, HomeplugGP, DHCPv6, 802.11...)

Automotive

    Renaming of ENET to HSFZ
    Added XCP layer
    Added DoIP layer
    [Internal] Cleanup of interface preparation code in unit tests
    Renaming of ECU to Ecu
    Refactoring of EcuState class to be more versatile
    [Internal] Started with typing
    [Internal] Multiple minor cleanups
    Minor updates to the documentation

(gutteridge)

2021-04-27 20:53:30 UTC MAIN commitmail json YAML

doc: Updated devel/php-composer to 2.0.13

(tpaul)

2021-04-27 20:53:23 UTC MAIN commitmail json YAML

php-composer: Update to 2.0.13

Upstream release notes:

- Security: Fixed command injection vulnerability in HgDriver/HgDownloader and
  hardened other VCS drivers and downloaders (GHSA-h5h8-pc6h-jvvx /
  CVE-2021-29472)
- Fixed install step at the end of the init command to take new dependencies
  into account correctly
- Fixed update --lock listing updates which were not really happening (#9812)
- Fixed support for --no-dev combined with --locked in outdated and show
  commands (#9788)

(tpaul)

2021-04-27 17:20:04 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 9.17

(wiz)

2021-04-27 17:19:55 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 9.17.

9.17  2021-04-12
  - Deprecated ?format=* parameter in favor of ?_format=* for content negotiation in Mojolicious::Renderer.

9.16  2021-04-08
  - Added support for format inheritance.
  - Improved Mojo::Server::CGI with support for before_server_start hook.

9.15  2021-03-30
  - Improved form generator in Mojo::UserAgent::Transactor to allow custom Content-Disposition headers.

9.14  2021-03-23
  - Added EXPERIMENTAL support for :text pseudo-class to Mojo::DOM::CSS.

9.13  2021-03-22
  - Improved request_id attribute in Mojo::Message::Request to be a little more unique.
  - Fixed Mojolicious::Plugin::Mount to share the logger of the host application.

9.12  2021-03-21
  - Improved mojo script startup time slightly with a Mojo::HelloWorld optimization.
  - Improved design of built-in templates.

9.11  2021-03-20
  - This release contains fixes for security issues, everybody should upgrade!
  - Disabled format detection by default to fix vulnerabilities in many Mojolicious applications. That means some of
    your routes that previously matched "/foo" and "/foo.json", will only match "/foo" after upgrading. From now on you
    will have to explicitly declare the formats your routes are allowed to handle.
      # /foo
      # /foo.html
      # /foo.json
      $r->get('/foo')->to('bar#yada');
    becomes
      $r->get('/foo' => [format => ['html', 'json']])->to('bar#yada', format => undef);
    And if you are certain that your application is not vulnerable, you also have the option to re-enable format
    detection for a route and all its nested routes. Due to the high risk of vulnerabilities, this feature is going to
    be removed again in a future release however.
      my $active = $r->any([format => 1]);
      $active->get('/foo')->to('Test#first');
      $active->put('/bar')->to('Test#second');
  - Improved built-in templates not to show embedded apps in the stash snapshot.
  - Improved built-in development not found page to include tooltips with the compiled regular expressions for each
    route.
  - Improved Mojo::UserAgent to include "Content-Length: 0" with non-GET requests for better compatibility with broken
    web servers.

9.10  2021-03-14
  - Fixed top-level --help and -h options in Mojolicious::Commands.

9.09  2021-03-13
  - Added comma_separated filter to Mojolicious::Validator.
  - Fixed built-in templates to be a bit more responsive.
  - Fixed filter list handling in Mojolicious::Validator::Validation.

9.08  2021-03-12
  - Fixed a bug in Test::Mojo where Test::Mojo->new($app) would not work correctly.

9.07  2021-03-11
  - Improved config override feature to work for Mojolicious::Lite applications.
  - Improved Mojo::UserAgent performance slightly by not including unnecessary "Content-Length: 0" request headers.

9.03  2021-03-05
  - Fixed a bug in Mojo::Transaction::WebSocket where finish event handlers would not always get the same number of
    arguments passed.

9.02  2021-02-17
  - Fixed finally method in Mojo::Promise to deal correctly with promises returned by the handler.
  - Improved Mojo::Server::Daemon to include random ports in the "Web application available at ..." message.

9.01  2021-02-16
  - Added EXPERIMENTAL color attribute to Mojo::Log.
  - Added EXPERIMENTAL MOJO_LOG_COLOR environment variable to Mojo::Log.
  - Fixed Windows support of network_contains function in Mojo::Util. (jberger)

9.0  2021-02-14
  - Code name "Waffle", this is a major release.
  - Added support for deployment specific plugins.
  - Removed Mojo::IOLoop::Delay.
  - Removed hidden attribute from Mojolicious::Routes.
  - Removed hide and is_hidden methods from Mojolicious::Routes.
  - Removed deprecated success method from Mojo::Transaction.
  - Removed deprecated detour, over, route and via methods from Mojolicious::Routes::Route.
  - Removed deprecated local_address method from Mojo::UserAgent.
  - Removed deprecated tls_ciphers, tls_protocols, tls_verify and tls_version options from Mojo::IOLoop::TLS.
  - Removed deprecated local_address option from Mojo::IOLoop::Client.
  - Removed deprecated config stash value.
  - Changed Mojo::Log to join mutiple log messages with a whitespace instead of a newline.
  - Added is_reserved method to Mojolicious::Routes::Route.
  - Improved Mojolicious::Routes to disallow the use of reserved stash values, such as "/:action", in route patterns.
  - Improved Mojolicious::Routes to throw exceptions for missing controllers.
  - Improved Mojolicious::Routes to throw exceptions for routes with controllers but without action.
  - Improved Mojolicious::Routes to disallow namespace without controller for routing.
  - Improved Mojolicious::Routes to die if auto rendering failed.
  - Improved render method in Mojolicious::Controller to die if no response could be rendered.
  - Improved reply->static helper to die if the requested file does not exist.
  - Improved contextual logging feature in Mojo::Log not to concatenate log messages and context.
  - Improved all_text method in Mojo::DOM to exclude "<script>" and "<style>" from text extraction in HTML documents.
  - Improved error messages in config plugins to be more consistent.

8.73  2021-02-05
  - Removed finally keyword from check function in Mojo::Exception.
  - Changed arguments of check function in Mojo::Exception to be easier to use with Perl 5.34 try/catch.
  - Removed experimental status from preload_namespaces attribute in Mojolicious.
  - Removed experimental status from any, map, timer and timeout methods in Mojo::Promise.
  - Removed experimental status from extname method in Mojo::File.
  - Removed experimental status from warmup method in Mojolicious.
  - Removed experimental status from load_classes function in Mojo::Loader.
  - Removed experimental status from Mojo::DynamicMethods. Still summons old gods, use at your own risk!
  - Removed experimental status from before_command hook in Mojolicious.
  - Added silent attribute to Mojo::Server::Morbo.

8.72  2021-01-26
  - Deprecated Mojo::UserAgent::local_address in favor of Mojo::UserAgent::socket_options.
  - Deprecated local_address option of connect method in Mojo::IOLoop::Client in favor of socket_options.
  - Deprecated tls_protocols option of connect method in Mojo::IOLoop::Client in favor of tls_options.
  - Deprecated tls_verify option of connect method in Mojo::IOLoop::Client in favor of tls_options.
  - Deprecated tls_protocols option of negotiate method in Mojo::IOLoop::TLS in favor of tls_options.
  - Deprecated tls_ciphers option of negotiate method in Mojo::IOLoop::TLS in favor of tls_options.
  - Deprecated tls_verify option of negotiate method in Mojo::IOLoop::TLS in favor of tls_options.
  - Deprecated tls_version option of negotiate method in Mojo::IOLoop::TLS in favor of tls_options.
  - Deprecated tls_ciphers option of listen method in Mojo::IOLoop::Server in favor of tls_options.
  - Deprecated tls_verify option of listen method in Mojo::IOLoop::Server in favor of tls_options.
  - Deprecated tls_version option of listen method in Mojo::IOLoop::Server in favor of tls_options.
  - Added support for trusted reverse proxies. (jberger)
  - Added network_contains function to Mojo::Util. (jberger)
  - Added trusted_proxies attribute to Mojo::Server and Mojo::Message::Request. (jberger)
  - Added socket_options method to Mojo::UserAgent.
  - Added build_server method to Mojolicious::Command::daemon and Mojolicious::Command::prefork. (jberger)
  - Added trusted_proxies option to Hynotoad. (jberger)
  - Added socket_options and tls_options options to connect method in Mojo::IOLoop::Client.
  - Added tls_options option to negotiate method in Mojo::IOLoop::TLS.

8.71  2021-01-17
  - Added EXPERIMENTAL freeze option to reset method in Mojo::IOLoop.
  - Improved Mojo::IOLoop::Subprocess not to close connections after fork.

8.70  2020-12-29
  - Fixed top-level help command in Mojolicious::Commands. (schelcj)

8.69  2020-12-28
  - Improved design of built-in templates.

8.68  2020-12-27
  - Updated built-in templates with new responsive design from mojolicious.org.
  - Fixed a bug in Mojo::Message::Request that resulted in duplicate request ids for Mojo::Server::Prefork workers.

8.67  2020-12-04
  - Deprecated Mojolicious::Routes::Route::route in favor of Mojolicious::Routes::Route::any.
  - Deprecated Mojolicious::Routes::Route::over in favor of Mojolicious::Routes::Route::requires.
  - Deprecated Mojolicious::Routes::Route::via in favor of Mojolicious::Routes::Route::methods.
  - Deprecated Mojolicious::Routes::Route::detour.
  - Added methods and requires methods to Mojolicious::Routes::Route.
  - Improved Mojolicious::Commands to throw an exception for invalid commands.

8.66  2020-11-28
  - Deprecated logging to "log/$mode.log" (if a log directory exists) in Mojolicious. The default will simply be STDERR
    in the future.
  - Added support for preloading controllers and other classes during startup of Mojolicious applications.
  - Added EXPERIMENTAL preload_namespaces attribute to Mojolicious.
  - Added EXPERIMENTAL warmup method to Mojolicious.
  - Added EXPERIMENTAL load_classes function to Mojo::Loader.
  - Removed experimental status from humanize_bytes method in Mojo::ByteStream.
  - Removed experimental status from humanize_bytes function in Mojo::Util.
  - Improved find_modules function in Mojo::Loader with recursive option.
  - Improved Mojo::DOM::CSS to throw exceptions for unknown CSS selectors.
  - Fixed a bug in Mojolicious::Commands where help messages would not be displayed correctly for some commands.
    (kiwiroy)
  - Fixed a bug in Mojolicious::Routes::Pattern where type_start was treated as a regex. (Grinnz)

8.65  2020-11-10
  - Added generate dockerfile command. (tianon)
  - Improved cookbook with container deployment recipe.
  - Improved security of secure_compare function in Mojo::Util. (robrwo)
  - Fixed all generated code to consistently use a *::Sandbox class, instead of *::SandBox.

8.64  2020-11-01
  - Replaced prettify.js with highlight.js. (zakame)
  - Fixed a bug in Mojo::DOM where the tree root would be checked for all pseudo-classes.
  - Fixed a redefined subroutine warning in eval command. (elmar)

8.63  2020-10-11
  - Improved Mojo::IOLoop::Subprocess to ensure a clean exit even if something unexpected happens in the forked
    process.

8.62  2020-10-10
  - Improved commands to exit with a usage message on unknown options.

8.61  2020-10-01
  - Fixed fork-safety feature in Mojo::UserAgent to work with more than one fork.
  - Fixed reset method in Mojo::IOLoop to not interfere with close events anymore, since that resulted in leaks.

8.60  2020-09-27
  - Improved reset method in Mojo::IOLoop to prevent close event to be emitted in affected streams. (kiwiroy)
  - Improved cookbook with Envoy deployment recipe. (zakame)

(wiz)

2021-04-27 17:18:37 UTC MAIN commitmail json YAML

doc: Updated www/p5-libwww to 6.53

(wiz)

2021-04-27 17:18:28 UTC MAIN commitmail json YAML

p5-libwww: update to 6.53.

6.53      2021-03-07 16:54:48Z
    - Require HTTP::Daemon 6.12 for test (GH#374, GH#375) (fitzmorrispr, skaji)

6.52      2021-01-07 21:20:51Z
    - Remove block of code which creates message-digest auth request field
      (GH#369) (Olaf Alders)

6.51      2020-12-29 22:09:04Z
    - Fix proxy test on Windows (GH#358) (Olaf Alders)
    - Sort keys in Pod example of constructor defaults (GH#356) (Olaf Alders)

6.50      2020-12-16 18:35:08Z
    - Fix RT #81381 - Make LWP::UserAgent robust to 5.17.6/5.18 hash
      randomization (GH#355) (Yves Orton and Olaf Alders)

(wiz)

2021-04-27 17:15:58 UTC MAIN commitmail json YAML

doc: Updated www/p5-URI to 5.09

(wiz)

2021-04-27 17:15:49 UTC MAIN commitmail json YAML

p5-URI: update to 5.09.

5.09      2021-03-03 15:16:47Z
    - Update Business::ISBN version requirements (GH#85) (brian d foy and Olaf
      Alders)

5.08      2021-02-28 18:08:32Z
    - added URI::nntps (GH#82)

5.07      2021-01-29 22:52:20Z
    - s/perl.com/example.com/ in examples and tests (GH#81) (Olaf Alders)

5.06      2021-01-14 16:01:13Z
    - Tidy import statements (GH#80) (Olaf Alders)

5.05      2020-10-21 13:00:44Z
    - Bump all versions to 5.05 in order to remove various version mismatches.
      (GH #77) (Olaf Alders)
    - Add a simple test case for an ipv6 host (GH#66) (Olaf Alders)

(wiz)

2021-04-27 17:14:51 UTC MAIN commitmail json YAML

doc: Updated www/p5-Net-HTTP to 6.21

(wiz)

2021-04-27 17:14:42 UTC MAIN commitmail json YAML

p5-Net-HTTP: update to 6.21.

6.21      2021-03-18 21:56:42Z
    - Accept PeerAddr of 0. (GH#72) (trwyant)

6.20      2021-01-08 16:22:23Z
    - Replace last use of "vars" with "our" (GH#67) (James Raspass)

(wiz)

2021-04-27 17:14:00 UTC MAIN commitmail json YAML

doc: Updated www/p5-LWP-Protocol-https to 6.10

(wiz)

2021-04-27 17:13:51 UTC MAIN commitmail json YAML

p5-LWP-Protocol-https: update to 6.10.

6.10      2020-12-17 15:42:06Z
    - Fix #39 - prevent user env from breaking the test (GH#63) (Gianni
      Ceccarelli)
    - Include Net::SSLeay in reported prereqs (GH#60) (Olaf Alders)
    - Use GitHub as a bug tracker (GH#59) (Olaf Alders)

(wiz)

2021-04-27 17:09:59 UTC MAIN commitmail json YAML

2021-04-27 17:07:36 UTC MAIN commitmail json YAML

startup-notification: remove code for NetBSD < 5.99

(wiz)

2021-04-27 17:06:04 UTC MAIN commitmail json YAML

renderproto9: remove

Compatibility package for native X from 2010. Nothing in pkgsrc
references it. I think we can remove it now.

(wiz)

2021-04-27 17:01:50 UTC MAIN commitmail json YAML

2021-04-27 16:28:45 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-XML-LibXML to 2.0207

(wiz)

2021-04-27 16:28:36 UTC MAIN commitmail json YAML

p5-XML-LibXML: update to 2.0207.

2.0207  2021-04-17
    - Small cleanups:
        - https://github.com/shlomif/perl-XML-LibXML/pull/63
        - Thanks to @Grinnz , @Kritzefitz and @atoomic .

(wiz)

2021-04-27 16:26:08 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Text-CSV_XS to 1.46

(wiz)

2021-04-27 16:25:59 UTC MAIN commitmail json YAML

p5-Text-CSV_XS: update to 1.46.

1.46 - 2021-03-24, H.Merijn Brand
    * It's 2021
    * New attribute comment_str    (RFC 4180-bis)
    * New attribute skip_empty_rows (RFC 4180-bis)
    * http -> https in links in docs
    * Fix several issues with auto-detecting \r as EOL
    * Tested on perl-5.6.1 .. perl-5.32.1 and perl-5.33.8 (145)

1.45 - 2020-12-24, H.Merijn Brand
    * Update to Devel::PPPort-3.60 (3.59 was b0rked)
    * Allow adding to existing data in csv (out => $ref)
    * examples/csv2xlsx : -L  # to limit records to export
    * examples/csv2xlsx : --de # for possible double-encoding fix
    * Update to Devel::PPPort-3.61
    * Update to Devel::PPPort-3.62
    * Add examples/csv-split
    * examples/csv2xlsx : Check if .xlsx is creatable before conversion
    * Small doc additions
    * Fix META issue for bugtracker

(wiz)

2021-04-27 16:24:42 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Text-Balanced to 2.04

(wiz)

2021-04-27 16:24:32 UTC MAIN commitmail json YAML

p5-Text-Balanced: update to 2.04.

2.04 2020-12-11

    - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12.
      See Perl RT#116479 for details.  (Text-Balanced entered the perl core in
      Perl 5.7.1 so that's what the lower bound of the check should strictly be,
      but since we only support Perl 5.8.1 and higher anyway we do not need to
      check the lower bound.  The upper bound is correctly Perl 5.11.0 since the
      @INC reordering change in question (Perl core commit #b9ba2fadb1) first
      appeared in Perl 5.11.0.)

    - Removed superfluous loading of SelfLoader.  [<nick@ccl4.org>, CPAN
      RT#85572]

    - Minor documentation patch.  [<whatever@davidnicol.com>, CPAN RT#52623]

    - Typo fixes.  [<dsteinbrunner@pobox.com>, CPAN RT#85373]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub.

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".

(wiz)

2021-04-27 16:21:22 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Data-HexDump to 0.04

(wiz)

2021-04-27 16:21:13 UTC MAIN commitmail json YAML

p5-Data-HexDump: update to 0.04.

0.04 2021-04-03 NEILB
    * Added Data::Peek to SEE ALSO, for DHexDump().
    * SYNOPSIS wasn't a working example.
    * Fixed RT#61974 - couldn't dump "0", for example.

0.03 2021-04-02 NEILB
    * Developer release all green on CPAN Testers, so doing
      a stable release.

(wiz)

2021-04-27 16:19:29 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Alien-Libxml2 to 0.17

(wiz)

2021-04-27 16:19:20 UTC MAIN commitmail json YAML

p5-Alien-Libxml2: update to 0.17.

0.17      2020-11-02 12:03:28 -0700
  - Bump required version of AB for bug fixes (gh#23, gh#24)

(wiz)

2021-04-27 15:26:34 UTC MAIN commitmail json YAML

math/flann-lib: fix buildlink for move from wip

(thor)

2021-04-27 15:17:03 UTC MAIN commitmail json YAML

doc: Updated math/flann-lib to 1.9.1

(thor)

2021-04-27 15:16:46 UTC MAIN commitmail json YAML

2021-04-27 14:51:49 UTC MAIN commitmail json YAML

graphics/vtk: added buildlink3.mk

(thor)

2021-04-27 14:40:12 UTC MAIN commitmail json YAML

doc: Updated emulators/cannonball to 0.34

(fox)

2021-04-27 14:39:19 UTC MAIN commitmail json YAML

emulators/cannonball: Updates to 0.34

Changes since 0.32:

v0.34

Car Handling Options, Colours & More!

  * Car Setup Options (selectable in Settings -> Engine -> Car Setup)
      * [Car Handling] Top Speed of 352kph option.
      * [Car Handling] Grippy Tyres option.
      * [Car Handling] Drive offroad without losing speed option.
      * [Car Handling] Strong Bumper option. Hit other cars without
        sliding/losing as much speed.
      * [Car Colours] Eventually these will be hooked up to something
        interesting, but for now you simply toggle them in the menu.
  * [Controls] Possible to invert analog pedal axis in config.xml
  * [Bug] Fixed issue present on original hardware, where 1 horizontal
    line of road bleeds onto music selection and map screen fixed, when
    fix_bugs enabled in config.xml
  * [Bug] Fixed issue present in the original game, where the passengers
    palettes would be incorrect on passing the finish line for 3/5
    destinations.
  * [Bug] Fixed a visual glitch that persisted for 1/60th of a second when
    passing the finish line in 60fps mode
  * [High Score Entry] Possible to delete last initial (not present in
    original game, but enabled by default in config.xml)
  * [High Score Entry] Possible to change default timeout value in config.xml
  * [Music Selection] Possible to change default timeout value in config.xml
  * [Shadows] Darkness increased to match hardware, as opposed to MAME.
    Can be toggled in config.xml
  * [Menus] Reorganised menu structure. Added Freeplay and Timing Fixes
    to menu.
  * [Roms] Support for both versions of fixed sample rom
  * New Icon on Windows build

v0.33

Switch & 3DS Audio Support

Overview

Good news: This release focuses on enabling the new music from the Nintendo
3DS and Nintendo Switch version to be used. This audio is in native format,
rather than streamed. Yey.
Bad news: It is incredibly complex to extract the audio. And I cannot provide
it for legal reasons. Boo.

I have provided a wiki page which provides a rough overview of what's
involved. I'll add instructions for the 3DS release at a later date.

Please replace your old config.xml file when upgrading to this release.

What's New

  * [Audio] Nintendo Switch and Nintendo 3DS Audio File Support.
  * [Audio] Sample Rate can now be set in config.xml. Default frequency
    increased to 48Khz, which makes a difference for FM generated audio.
  * [Audio] Music Test menu now supports additional audio files
  * [Audio] Extra music tracks no longer replace existing audio.
  * [Audio] Music selection screen auto-adjusts when new audio added with
    new scrolling format.
  * [Bug] Fixed long-standing bug where there was a 50% chance of a blank
    screen when switching from 60fps to 30fps mode.
  * [Techy] MML format better documented in osound.cpp source code.
    Additional command added to support Step On Beat.

(fox)

2021-04-27 14:36:19 UTC pkgsrc-2021Q1 commitmail json YAML

2021-04-27 14:35:55 UTC pkgsrc-2021Q1 commitmail json YAML

Pullup ticket #6451 - requested by maya
net/GeoIP: NetBSD build fix

Revisions pulled up:
- net/GeoIP/Makefile                                            1.33

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Mon Apr 19 07:22:30 UTC 2021

  Modified Files:
  pkgsrc/net/GeoIP: Makefile

  Log Message:
  GeoIP: force-fail gethostbyname_r configure check.

  NetBSD has this not-like-linux libc symbol and tries to hide it, but not
  well enough that autoconf fails to find it.

  Bump PKGREVISION for binary change.

  >From Stefan Schaeckeler in PR pkg/56116

(bsiegert)

2021-04-27 14:14:50 UTC MAIN commitmail json YAML

doc: Updated time/projectlibre to 1.9.3

(ryoon)

2021-04-27 14:14:27 UTC MAIN commitmail json YAML

projectlibre: Update to 1.9.3

* Use bash for projectlibre.sh.

Changelog:
Not available.

(ryoon)

2021-04-27 13:55:26 UTC MAIN commitmail json YAML

Swith to CHECK_SHLIBS_SUPPORTED=no from individual CHECK_SHLIBS_SKIP list (pkg/56125)

Our binary packages have been broken because of bad "REQUIRES"
entries: GHC uses $ORIGIN in rpath but mk/pkgformat/pkg/metadata.mk
uses ldd(1) to extract the list of required .so objects, which causes
them to be wrongly expanded.

(pho)

2021-04-27 13:04:33 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-crosstalk-1.1.1, R-data.table-1.14.0, R-formatR-1.9, R-haven-2.4.0,
  R-highr-0.9, R-htmlTable-2.1.0, R-htmltools-0.5.1.1, R-hunspell-3.0.1,
  R-jsonlite-1.7.2, R-markdown-1.1, R-openxlsx-4.2.3, R-readr-1.4.0,
  R-rmarkdown-2.7, R-spelling-2.2, R-stringi-1.5.3, R-utf8-1.2.1,
  R-xml2-1.3.2, R-xmlparsedata-1.0.5, R-yaml-2.2.1, bibclean-3.04,
  coccigrep-1.20, csvkit-1.0.5, diction-1.14, doclifter-2.19,
  dwdiff-2.1.4, erlang-fast_xml-1.1.46, fop-2.6, go-chroma-0.8.2,
  go-diff-1.2.0, go-goldmark-1.3.5, go-md2man-2.0.0, go-org-1.5.0,
  go-regexp2-1.4.0, go-runewidth-0.0.12, go-text-0.3.6, grep-3.6,
  groonga-11.0.1, guile-json-4.5.2, hevea-2.35, ispell-de-20161207,
  jrep-1.1.1, kapidox-5.81.0, kcodecs-5.81.0, kcompletion-5.81.0,
  libplist-2.2.0, libxlsxwriter-1.0.3, lua-rapidjson-0.7.1,
  marisa-0.2.6, ocaml-csv-2.4, ocaml-expat-1.1.0, ocaml-textutils-0.14.0,
  ocaml-tyxml-4.5.0, p5-Alien-Hunspell-0.17, p5-Alien-Libxml2-0.17,
  p5-Data-HexDump-0.04, p5-Lingua-EN-Inflect-1.905,
  p5-Lingua-EN-Numbers-Ordinate-1.05, p5-Lingua-Stem-2.31,
  p5-Locale-Maketext-Gettext-1.32, p5-PDF-API2-2.040,
  p5-PPIx-QuoteLike-0.017, p5-Pod-Coverage-0.100005, p5-Pod-Strip-1.100,
  p5-Pod-Weaver-4.017, p5-String-CRC32-2.100, p5-String-Interpolate-0.33,
  p5-String-Similarity-1.16, p5-Template-Tiny-1.13, p5-Text-Balanced-2.04,
  p5-Text-CSV_XS-1.46, p5-Text-xSV-0.23, p5-XML-Compile-SOAP-3.27,
  p5-XML-Encoding-2.11, p5-XML-LibXML-2.0207, p5-YAML-PP-0.027,
  p5-ack-3.5.0, p5-marisa-0.2.6, php-yaml-2.2.1, po4a-0.63, pxp-1.2.9,
  py-acora-2.3, py-jsonrpclib-0.2.1, py-marisa-0.2.6, py-pdf-parser-0.7.4,
  py-rebulk-3.0.1, rubber-1.5.1, ruby-marisa-0.2.6, ruby-nokogumbo-2.0.5,
  sift-0.9.0, sonnet-5.81.0, syntax-highlighting-5.81.0, tcl-tDOM-0.9.2,
  translate-toolkit-3.3.4, xmltoman-0.6, yelp-tools-3.38.0, yq-2.12.0.

(wiz)

2021-04-27 12:40:43 UTC MAIN commitmail json YAML

doc: add entries for pho's recent mega-haskell-update

(wiz)

2021-04-27 12:17:23 UTC MAIN commitmail json YAML

doc: Updated security/p5-Net-SSLeay to 1.90

(wiz)

2021-04-27 12:17:13 UTC MAIN commitmail json YAML

p5-Net-SSLeay: update to 1.90.

1.90 2021-01-21
- New stable release incorporating all changes from developer releases
  1.89_01 to 1.89_05.
- Summary of major changes since version 1.88:
  - Formalised libssl version support policy: all stable versions of OpenSSL
    in the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and
    all stable releases of LibreSSL in the 2.0 - 3.1 series are supported.
    The LibreSSL 3.2 series is not yet fully supported because its TLSv1.3
    implementation is not currently libssl-compatible.
  - Added support for LibreSSL on Windows when built with Visual C++.
  - Exposed P_X509_CRL_add_extensions, several SSL_CIPHER functions, and
    several stack functions.
  - Fixed crashes in the callback functions CTX_set_next_proto_select_cb and
    CTX_set_alpn_select_cb.
  - The test suite is now compatible with OpenSSL 1.1.1e onwards, as well as
    OpenSSL security level 2 (the default on many Linux distributions).

1.89_05 2021-01-21
- Expose SSL_get_ciphers. Thanks to github user dylc5190.
- Expose SSL_CIPHER_get_version and fix SSL_CIPHER_description
  and SSL_CIPHER_get_bits. Also fixed and enhanced
  documentation for these and related SSL_CIPHER functions.
- Clarify libssl version support policy: all stable versions of OpenSSL in
  the 0.9.8 - 1.1.1 branches (with the exception of 0.9.8 - 0.9.8b) and all
  stable releases of LibreSSL in the 2.0 - 3.1 series are supported.
- Direct bug reports to the GitHub repository, since rt.cpan.org will shut
  down on 2021-03-01.

1.89_04 2021-01-13
- Fix crashes in the callback functions CTX_set_next_proto_select_cb() and
  CTX_set_alpn_select_cb() caused by the use of a pointer returned by
  SSL_select_next_proto() which may already have been freed under certain
  circumstances. Fixes GH-222. Thanks to dylc5190 for the report.
- Remove the dependency on the AES128-SHA cipher suite in the test script
  64_ticket_sharing.t. Fixes GH-231.
- Remove checks and warnings in Makefile.PL relating to the use of RSAref,
  which was removed from OpenSSL in version 0.9.7.

1.89_03 2020-12-12
- Expose the following functions:
  - X509_STORE_CTX_get0_cert, X509_STORE_CTX_get1_chain
  - sk_X509_pop, sk_X509_shift, sk_X509_unshift,
  - sk_X509_insert, sk_X509_delete, sk_x509_value, sk_X509_num
  Thanks to Dan Freed.
- Correct the minimum OpenSSL version required for the following functions
  to be made available (previously they were all declared to be present in
  1.1.0-pre1, which caused Net::SSLeay to crash at run-time when built
  against OpenSSL versions between 1.1.0-pre1 and 1.1.0-pre3):
  - CTX_set_max_proto_version (added in 1.1.0-pre2)
  - CTX_set_min_proto_version (added in 1.1.0-pre2)
  - SESSION_up_ref (added in 1.1.0-pre4)
  - set_max_proto_version (added in 1.1.0-pre2)
  - set_min_proto_version (added in 1.1.0-pre2)
- Correct the minimum OpenSSL version required for get_SSL_CTX and SSL_ctrl
  to be made available (previously they were declared to be present from
  0.9.8f onwards, when in reality they are available in all 0.9.8 versions).
- Replace the PKI used by the test suite with one generated by the
  generate-test-pki helper script. All entities in the new PKI have 2048-bit
  RSA private keys and CSRs, certificates and CRLs with SHA-256 digests,
  allowing the test suite to execute under OpenSSL security level 2 (now the
  default security level for OpenSSL in many Linux distributions).
- Initialise libssl consistently in the test suite.
- Don't rely on the availability of specific SSL/TLS protocol versions or
  cipher suites in the test suite; instead, dynamically select from any of
  the available protocol versions and cipher suites permitted by libssl.
  Fixes RT#132425. Thanks to Graham Ollis for the initial report of the test
  suite failing on Ubuntu 20.04 with the Ubuntu-packaged OpenSSL, whose
  configuration forbids the use of TLSv1.1 and below at run-time by default.

1.89_02 2020-08-07
- Add support for the P_X509_CRL_add_extensions function. Thanks to
  Manuel Mausz for the patch.
- X509_get_subjectAltNames now knows how to return
  GEN_RID. The returned value is an ASN OID in text format
  with current maximum length of 2500 characters. Updated
  t/local/33_x509_create_cert.t to use GEN_RID and all other
  supported types with certificate request and signed
  certificate. These relate to GitHub issue GH-149 opened by
  s482dcaw.
- Support for 64-bit Windows versions of OpenSSL from 1.0.0-beta1
  through to 1.0.0b has been withdrawn due to malfunctions occurring in
  Perl programs that use fork(). This mainly affects users of Strawberry
  Perl x64 5.12.3.20180709, which ships with OpenSSL 1.0.0-beta4.
  Affected users should build Net-SSLeay against OpenSSL 1.0.0c or
  above; users of Strawberry Perl x64 5.12.3.20180709 may instead find
  it easier to upgrade to Strawberry Perl x64 5.14.4.1 or above. See
  https://github.com/radiator-software/p5-net-ssleay/issues/189 for more
  information.

1.89_01 2020-03-22
- Fix the repository URL in Makefile.PL (git:// rather than git@),
  which was preventing it from being added to META.json. Thanks to
  Dan Book.
- When building Net-SSLeay, exit if an OpenSSL executable cannot be
  found in PATH. Fixes RT#131060. Thanks to Nigel Horne for the report.
- Remove non-OCSP external tests, many of which unnecessarily duplicate
  local tests or fail for reasons outside of our control. Fixes
  RT#129542. Thanks to Andreas V旦gele for the bug report that
  ultimately led to this change.
- Add support for LibreSSL on Windows when built with Visual C++.
  Thanks to Graham Ollis for the patch.
- In SSL_CTX_free() and SSL_free(), clean callback-related data from
  the global hash after freeing ctx, not before. This allows callbacks
  to be executed during freeing. Thanks to Steffen Ullrich for the
  patch.
- t/local/07_sslecho.t started failing with OpenSSL 1.1.1e. Updated
  the test file with missing calls to Net::SSLeay::shutdown(). Also
  added one call in SSLeay.pm sslcat() function. Enabling SSLeay trace
  level 3 showed 'unexpected eof while reading' errors which were added
  to OpenSSL with commit db943f43. This fixes GitHub issue GH-160
  reported by Brett T. Warden.
- t/local/01_pod.t now requires Test::Pod 1.41 to work with Pod syntax
  used with Net::SSLeay 1.88 and later. This fixes GitHub issue GH-147
  reported by Ulrik Haugen.

(wiz)

2021-04-27 12:15:32 UTC MAIN commitmail json YAML

doc: Updated security/p5-IO-Socket-SSL to 2.070

(wiz)

2021-04-27 12:15:23 UTC MAIN commitmail json YAML

p5-IO-Socket-SSL: update to 2.070.

2.070 2021/02/26
- changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
2.069 2021/01/22
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
  with multiple same parts (like multiple OU). In this case an array ref instead
  of a scalar is used as hash value.
  https://github.com/noxxi/p5-io-socket-ssl/issues/95

(wiz)

2021-04-27 12:13:32 UTC MAIN commitmail json YAML

doc: Updated security/p5-GnuPG-Interface to 1.02

(wiz)

2021-04-27 12:13:12 UTC MAIN commitmail json YAML

p5-GnuPG-Interface: update to 1.02.

1.02 - 2021-04-09
- Work around an issue with CLI options for deleting secret keys in gpg 2.2

1.01 - 2021-01-26
- Make $gnupg->call('foo') update the internal GnuPG version number.
- Localize tainted PATH env to make exec happy

(wiz)

2021-04-27 12:10:21 UTC MAIN commitmail json YAML

doc: Updated sysutils/p5-File-Remove to 1.60

(wiz)

2021-04-27 12:10:12 UTC MAIN commitmail json YAML

p5-File-Remove: update to 1.60.

1.60    2020-10-22 - Shlomi Fish
    - Add .tidyallrc + related changes
    - Fix mismatched $VERSION.
        - https://rt.cpan.org/Public/Bug/Display.html?id=133562
        - https://github.com/shlomif/File-Remove/pull/3/files
        - Thanks to William Storey, PMPERRY, and @briang for the report

1.59    2020-10-16 - Shlomi Fish
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena.

(wiz)

2021-04-27 12:08:33 UTC MAIN commitmail json YAML

doc: Updated security/p5-Digest-HMAC to 1.04nb10

(wiz)

2021-04-27 12:08:24 UTC MAIN commitmail json YAML

p5-Digest-HMAC: update to 1.04nb10.

Version 1.04: 2021-04-01

  No-change release updating maintainer to ARODLAND

(wiz)

2021-04-27 12:07:34 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-Twofish to 2.18

(wiz)

2021-04-27 12:07:25 UTC MAIN commitmail json YAML

p5-Crypt-Twofish: update to 2.18.

2.18    2020-11-25      Abhijit Menon-Sen <ams@toroid.org>

    * Fix Makefile.PL to use -I. when executing tab/tables.pl, so that
      it can find tab/misc.h (suggested by Tim V)

(wiz)

2021-04-27 12:06:20 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-Rijndael to 1.16

(wiz)

2021-04-27 12:06:11 UTC MAIN commitmail json YAML

p5-Crypt-Rijndael: update to 1.16.

1.16 - 2021-04-01
  * Add non-blocksized encoding support to streaming modes
  * Explicitly use downgraded strings

1.15 - 2020-10-10
  * Use standard uint8_t and uint32_t from stdint.h

(wiz)

2021-04-27 11:59:43 UTC MAIN commitmail json YAML

2021-04-27 10:51:09 UTC MAIN commitmail json YAML

doc: Updated security/p5-Crypt-CBC to 3.03

(wiz)

2021-04-27 10:51:00 UTC MAIN commitmail json YAML

p5-Crypt-CBC: update to 3.03.

3.03    Sun 18 Apr 2021 10:54:19 PM EDT
- Fixed bug which caused an extraneous block of garbage data to be appended to encrypted
  string when "nopadding" specified and plaintext is even multiple of blocksize.

3.02
- CTR mode now requires the Math::Int128 module, which gives a ~5x performance
  boost over Math::BigInt.

3.01
- Warn when the deprecated opensslv1 PBKDF (key derivation function) is used
  for encryption. Turn off with -nodeprecate=>1 or by choosing a different
  PBKDF, such as -pbkdf=>'pbkdf2'.
- Fix a regression when passing the legacy -salt=>1 argument.

3.00    Sun Feb  7 10:28:08 EST 2021
        - Released version 3.00 in recognition of multiple new features
  and cleanups.

2.37    Sun Feb  7 10:20:17 EST 2021
        - Added better argument checking.
- Fixed long-standing standard padding bug: plaintext ending with
  bytes between 0x00 and 0x0A would be truncated in some conditions.
- Fixed Rijndael_compat padding.

2.36    Wed 03 Feb 2021 09:19:06 AM EST
        - Add support for OFB, CFB and CTR chain modes.
- New dependency: Math::BigInt

2.35    Sun Jan 31 22:02:42 EST 2021
        - Add support for PBKDF2 key derivation algorithm
- New dependencies: Digest::SHA, Crypt::PBKDF2, Crypt::Cipher::AES

2.34    Fri Jan 29 18:08:12 EST 2021
        - Support for openssl SHA-256 key derivation algorithm

(wiz)

2021-04-27 10:43:54 UTC MAIN commitmail json YAML

doc: Added security/p5-Crypt-PBKDF2 version 0.161520

(wiz)

2021-04-27 10:43:45 UTC MAIN commitmail json YAML

security/Makefile: + p5-Crypt-PBKDF2

(wiz)

2021-04-27 10:43:06 UTC MAIN commitmail json YAML

p5-Crypt-PBKDF2: clean up Makefile

(wiz)

2021-04-27 10:42:40 UTC MAIN commitmail json YAML

security/p5-Crypt-PBKDF2: import p5-Crypt-PBKDF2-0.161520

PBKDF2 is a secure password hashing algorithm that uses the techniques
of "key strengthening" to make the complexity of a brute-force
attack arbitrarily high. PBKDF2 uses any other cryptographic hash
or cipher (by convention, usually HMAC-SHA1, but Crypt::PBKDF2 is
fully pluggable), and allows for an arbitrary number of iterations
of the hashing function, and a nearly unlimited output hash size
(up to 2**32 - 1 times the size of the output of the backend hash).
The hash is salted, as any password hash should be, and the salt
may also be of arbitrary size.

(wiz)

2021-04-27 10:31:53 UTC MAIN commitmail json YAML

Improve my last patch according to a suggestion from jperkin@

(pho)

2021-04-27 10:27:21 UTC MAIN commitmail json YAML

doc/TODO: add some

+ FlightCrew-0.9.1, R-DT-0.18, R-later-1.1.0.1, R-processx-3.5.1,
  R-ps-1.6.0, R-sys-3.4, accountsservice-0.6.51,
  arm-trusted-firmware-fiptool-2.4, arm-trusted-firmware-rk3328-2.4,
  arm-trusted-firmware-rk3399-2.4, arm-trusted-firmware-sun50i_a64-2.4,
  attr-2.5.1, baloo-21.04.0, baloo5-5.81.0, bareos-20.0.1,
  bareos-clientonly-20.0.1, beats-7.12.0, bfs-1.5.2, binwalk-2.3.1,
  consul-1.9.5, cpmtools-2.21, direnv-2.28.0, direvent-5.2, dtc-1.6.0,
  e2fsprogs-1.46.2, etckeeper-1.18.16, fluent-bit-1.7.4, fzf-0.27.0,
  goreman-0.3.7, hivex-1.3.19, ioping-1.2, iwn-firmware-228.61.2.24,
  kcron-21.04.0, kdbusaddons-5.81.0, kfilemetadata-5.81.0,
  kfilemetadata5-5.81.0, lf-22, libbaloo4-21.04.0, libburn-1.5.4,
  libcap-2.49, libisoburn-1.5.4, libisofs-1.5.4,
  mate-system-monitor-1.24.2, memtestplus-5.31b, monit-5.28.0,
  mtools-4.0.27, netbt-hcidump-5.58, nnn-4.0, node_exporter-1.1.2,
  open-vm-tools-11.2.5, p5-File-Remove-1.60, p5-Mac-AppleScript-Glue-0.06,
  p5-Sys-Filesystem-1.408, pidof-2.99, py-syslog-ng-3.31.2,
  restic-0.12.0, riemann-client-1.10.4.1, rmtrash-1.14, socket-1.2,
  solid-5.81.0, stow-2.3.1, syslog-ng-3.31.2, tdir-1.73, ts-1.0.1,
  virt-manager-3.2.0, virt-viewer-9.0, virt-what-1.21,
  wbm-cyrus-imapd-1.6.8, wbm-virtual-server-6.16, xfce4-appfinder-4.14.1,
  xfce4-battery-plugin-1.1.4, xfce4-cpugraph-plugin-1.2.3,
  xfce4-diskperf-plugin-2.6.3, xfce4-fsguard-plugin-1.1.2,
  xfce4-genmon-plugin-4.1.0, xfce4-mount-plugin-1.1.5,
  xfce4-netload-plugin-1.4.0, xfce4-power-manager-4.16.0,
  xfce4-systemload-plugin-1.3.1, xfce4-taskmanager-1.5.2,
  xfce4-thunar-4.17.1, xfce4-verve-plugin-2.0.1, xosview-1.23.

(wiz)

2021-04-27 10:12:10 UTC MAIN commitmail json YAML

doc/TODO: add some

+ 2fa-1.2.0, HElib-2.1.0, R-digest-0.6.27, R-knitr-1.32, R-tinytex-0.31,
  advi-2.0.0, amass-3.12.2, auctex-12.3, authelia-4.28.0, bibtool-2.68,
  botan-devel-2.18.0, ca-certificates-20210119, chkrootkit-0.54,
  clusterssh-4.16, crypto++-850, dash-0.5.11.3, dehydrated-0.7.0,
  fail2ban-0.11.2, foomatic-filters-4.0.12, foomatic4-db-20210421,
  go-asn1-ber-1.5.3, go-mkcert-1.4.3, go-xxhash-2.1.1, guile-gash-0.2.0,
  hashcash-1.23, hitch-1.7.0, hs-cryptohash-sha256-0.11.102.0,
  jcabc2ps-20181112, kauth-5.81.0, kdesu-5.81.0, kwallet-5.81.0,
  lastpass-cli-1.3.3, latexmk-472b, libressl-3.3.2, libretls-3.3.2,
  mbedtls-2.26.0, monocypher-3.1.2, munge-0.5.14, oath-toolkit-2.6.6,
  ocaml-cryptokit-116.1, ocaml-safepass-3.1, opendnssec-2.1.8,
  opendoas-6.8.1, openmpi-4.1.0, openssh-8.6p1, p0f-3.09b,
  p5-Authen-Simple-0.6, p5-Crypt-CBC-3.03, p5-Crypt-JWT-0.032,
  p5-Crypt-OpenSSL-DSA-0.20, p5-Crypt-PasswdMD5-1.41,
  p5-Crypt-RIPEMD160-0.08, p5-Crypt-Rijndael-1.16, p5-Crypt-Twofish-2.18,
  p5-CryptX-0.071, p5-Digest-CRC-0.23, p5-Digest-HMAC-1.04,
  p5-GnuPG-Interface-1.02, p5-IO-Socket-SSL-2.070, p5-LaTeX-Driver-1.2.0,
  p5-Net-DNS-SEC-1.18, p5-Net-OpenSSH-0.80, p5-Net-SSLeay-1.90,
  p5-String-Random-0.31, pam-krb5-4.10, pam-passwdqc-2.0.2,
  paperkey-1.6, parallel-20210322, pdf-redact-tools-0.1.2, pdsh-2.32,
  pgpdump-0.33, php-gnupg-1.5.0, pmw-4.51, posh-0.14.1,
  py-libtaxii-1.1.119, py-solo-0.0.27, py-yara-4.1.0,
  py-yubikey-manager-4.0.2, qca2-2.3.2, qca2-gnupg-2.3.2,
  qca2-ossl-2.3.2, qca2-qt5-2.3.2, qca2-qt5-gnupg-2.3.2,
  qca2-qt5-ossl-2.3.2, ruby-nexpose-7.3.0, rvault-0.4, scm-blackbox-2.0.0,
  snoopy-2.4.14, softhsm-2.6.1, spiped-1.6.1b, standalone-tcsh-6.22.03,
  static-tcsh-6.22.03, tcsh-6.22.03, threadingbuildingblocks-2021.2.0,
  vault-1.7.1, xmlsec1-1.2.32, xonsh-0.9.27, yara-4.1.0.

(wiz)

2021-04-27 10:11:23 UTC MAIN commitmail json YAML

doc: mention py-yubikey-manager

(wiz)

2021-04-27 10:09:49 UTC MAIN commitmail json YAML

doc: mention php-oauth1

(wiz)

2021-04-27 10:07:49 UTC MAIN commitmail json YAML

doc: mention paperkey

(wiz)

2021-04-27 09:10:07 UTC MAIN commitmail json YAML

Fix build on Darwin

(pho)

2021-04-27 09:04:50 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-DNS to 1.30

(wiz)

2021-04-27 09:04:41 UTC MAIN commitmail json YAML

p5-Net-DNS: update to 1.30.

**** 1.30 Mar 30, 2021

Simplify parsing of multi-line RRs in zone file.
Improve robustness of "dry" resolver tests.
Avoid deep recursion in non-fatal test report.

**** 1.29 Nov 18, 2020

Include test number in summary of failed non-fatal tests.
Remove Net::DNS::SEC specific tests.
Fix faulty test plan in t/08-recurse.t.

**** 1.28 Oct 23, 2020

Eliminate indirect object syntax.
Eliminate grep/map <expression>.

(wiz)

2021-04-27 09:03:17 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net to 3.13

(wiz)

2021-04-27 09:03:07 UTC MAIN commitmail json YAML

p5-Net: update to 3.13.

3.13 2020-12-23

    - Revert "Fix EINTR interruption in sysread for getline method."  [Mario
      Paumann, CPAN RT#133912]

3.12 2020-12-09

    - Change licence of libnetFAQ.pod to match everything else.  [CPAN
      RT#117888]

    - Remove unused "last" label to avoid portability problem.  [Zefram, CPAN
      RT#122631]

    - Use four-digit year in timegm() calls.  [perlbugbmw@lsmod.de, CPAN
      RT#124534]

    - Make Net::FTP work with TLS 1.3.  [Steffen Ullrich, PR#40]

    - Fix EINTR interruption in sysread for getline method.  [Gabriel Mu�oz,
      PR#30]

    - Use Test::More instead of custom test subroutines and improve skips in
      various test scripts.  [James E. Keenan, PR#39]

(wiz)

2021-04-27 09:01:57 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Locale-libintl to 1.32

(wiz)

2021-04-27 09:01:47 UTC MAIN commitmail json YAML

2021-04-27 08:56:00 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-Hmisc-4.5.0, R-pbdZMQ-0.3.5, R-pillar-1.6.0, R-promises-1.2.0.1,
  attica-qt5-5.81.0, bing-1.3.5, bird-2.0.8, bird6-2.0.8, bwm-ng-0.6.3,
  byobu-5.133, cacti-spine-1.2.16, dhcpcd-gtk-0.7.8, dhcpcd-icons-0.7.8,
  dhcpcd-qt-0.7.8, dpkg-1.20.9, erlang-xmpp-1.5.3, fd-3.01j,
  fping-5.0, freerdp2-2.3.2, fstrm-0.6.1, gh-1.9.2, go-dns-1.1.41,
  go-framestream-0.3.0, go-grpc-1.37.0, go-websocket-1.4.2,
  gpac-1.0.1, gst-plugins0.10-bad-0.11.90, gst-rtsp-server-1.18.4,
  guacamole-server-1.3.0, howm-1.4.7, httpstat-1.3.0, inadyn-2.8.1,
  inetutils-2.0, inn-2.6.4, ipv6calc-3.0.2, irrtoolset5-5.1.3,
  kcontacts-5.81.0, kdav-5.81.0, kdenetwork-filesharing-20.12.3,
  kdnssd-5.81.0, kdsoap-1.10.0, kemoticons-5.81.0, kmix-20.12.3,
  knewstuff-5.81.0, knot-3.0.5, kubectl-1.21.0, kunitconversion-5.81.0,
  kxmlrpcclient-5.81.0, libaacs-0.11.0, libasr-1.0.4, libcec-6.0.2,
  libdmapsharing3-3.9.9, libpcap-1.10.0, libtrace-4.0.16,
  libzrtpcpp-4.6.6, mDNSResponder-1310.80.1, mDNSResponder-nss-1310.80.1,
  mbuffer-20210328, md-whois-5.5.9, minitube-3.8.2, mtail-1.2.0,
  nagios-plugin-dnsrbl-0.5, nagios-plugin-dotpid-0.6,
  nagios-plugin-dumpdates-0.4, nagios-plugin-ldap-2.3.3,
  nagios-plugin-mysql-2.3.3, nagios-plugin-pgsql-2.3.3,
  nagios-plugin-radius-2.3.3, nagios-plugin-snmp-2.3.3, nsd-4.3.6,
  obfs4proxy-0.0.11, ocaml-conduit-4.0.0, ocaml-ipaddr-5.0.1,
  ocaml-magic-mime-1.1.3, ocaml-protocol_version_header-0.14.0,
  ocamlnet-4.1.9, openntpd-6.8p1, ortp-0.27.0, p5-Business-ISBN-3.006,
  p5-Business-ISBN-Data-20210112.006, p5-Business-ISMN-1.202,
  p5-Business-UPS-2.02, p5-File-RsyncP-0.76, p5-GStreamer-0.21,
  p5-Locale-Codes-3.67, p5-Locale-libintl-1.32, p5-Mac-PropertyList-1.502,
  p5-Net-3.13, p5-Net-Amazon-S3-0.98, p5-Net-CIDR-Lite-0.22,
  p5-Net-DNS-1.30, p5-Net-Daemon-0.49, p5-Net-INET6Glue-0.604,
  p5-Net-IPv6Addr-1.02, p5-Net-Server-2.010, p5-Net-Stomp-0.61,
  p5-Parse-Win32Registry-1.1, p5-RPC-XML-0.82, p5-SNMP-Info-3.71,
  p5-Weather-PurpleAir-API-0.08, parley-20.12.3, pick-4.0.0,
  pim6sd-20050715a, powerdns-4.4.3, powerdns-geoip-4.4.3,
  powerdns-ldap-4.4.3, powerdns-mysql-4.4.3, powerdns-odbc-4.4.3,
  powerdns-pgsql-4.4.3, powerdns-recursor-4.4.3, proftpd-1.3.7a,
  proftpd-geoip-1.3.7a, proftpd-ldap-1.3.7a, proftpd-memcached-1.3.7a,
  proftpd-mysql-1.3.7a, proftpd-odbc-1.3.7a, proftpd-postgresql-1.3.7a,
  proftpd-sqlite-1.3.7a, py-cares-3.1.1, py-dpkt-1.9.5, py-sbws-1.1.0,
  radsecproxy-1.8.2, scamper-20210324, scapy-2.4.5, sickgear-0.23.17,
  snort-2.9.17.1, sup-0.4, sword-1.9.0, tacacs-shrubbery-4.0.4.29a,
  terraform-0.15.1, terraform-provider-aws-3.37.0,
  terraform-provider-kubernetes-2.1.0, terraform-provider-local-2.1.0,
  terraform-provider-null-3.1.0, terraform-provider-random-3.1.0,
  tinc-1.0.36, udpcast-20200328, vera-1.24, vnstat-2.6, wandio-4.2.3,
  wgetpaste-2.30, xfce4-smartbookmark-plugin-0.5.2,
  xfce4-wavelan-plugin-0.6.2, xfce4-weather-plugin-0.11.0, yaz-5.30.3,
  zeroconf-ioslave-20.12.3, zeromq-4.3.4.

(wiz)

2021-04-27 08:52:35 UTC MAIN commitmail json YAML

doc: mention py-sbws

(wiz)

2021-04-27 08:43:03 UTC MAIN commitmail json YAML

p5-Net-Google: remove

This package supported the Google SOAP Interface which was deprecated
in 2009.

(wiz)

2021-04-27 08:29:55 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-MatrixModels-0.5.0, R-RcppArmadillo-0.10.4.0.0, R-SparseM-1.81,
  R-VGAM-1.1.5, R-XML-3.99.0.6, R-aplpack-1.3.3, R-bbmle-1.0.23.1,
  R-coda-0.19.4, R-compositions-2.0.1, R-date-1.2.39, R-dplyr-1.0.5,
  R-e1071-1.7.6, R-emdbook-1.3.12, R-energy-1.7.8, R-forcats-0.5.1,
  R-forecast-8.14, R-fracdiff-1.5.1, R-generics-0.1.0,
  R-genetics-1.3.8.1.3, R-geoR-1.8.1, R-gss-2.2.2, R-gstat-2.0.7,
  R-gtools-3.8.2, R-igraph-1.2.6, R-intervals-0.15.2, R-lme4-1.1.26,
  R-lmm-1.3, R-lmtest-0.9.38, R-mnormt-2.0.2, R-mvtnorm-1.1.1,
  R-ncdf-1.6.9, R-nimble-0.11.0, R-nloptr-1.2.2.2, R-pbkrtest-0.5.1,
  R-pixmap-0.4.12, R-poweRlaw-0.70.6, R-prettyunits-1.1.1,
  R-psych-2.1.3, R-quadprog-1.5.8, R-quantreg-5.85, R-reshape2-1.4.4,
  R-robustbase-0.93.7, R-rstudioapi-0.13, R-sandwich-3.0.0,
  R-sp-1.4.5, R-spacetime-1.2.4, R-splancs-2.01.42, R-statmod-1.4.35,
  R-stringdist-0.9.6.3, R-survey-4.0, R-tensorA-0.36.2, R-tibble-3.1.1,
  R-tidyr-1.1.3, R-units-0.7.1, R-vctrs-0.3.7, R-xts-0.12.1,
  R-zoo-1.8.9, bc-gh-4.0.1, blas-3.9.1, cln-1.3.6, erfa-1.7.3,
  ess-18.10.2, fplll-5.4.0, genius-1.0.26, glpk-5.0, gsl-2.6,
  gtklife-5.2, harmbase2-20210110, harminv-1.4.1, herisvm-0.8.2,
  ipopt-3.12.12, lapack-3.9.1, mcsim-6.2.0, mdd-20201207,
  mpcomplex-1.2.1, nickle-2.90, ocaml-num-1.4, ocaml-zarith-1.12,
  octave-6.2.0, openblas-0.3.14, openblas_openmp-0.3.14,
  openblas_pthread-0.3.14, ordCalc-0.3.2, p5-Math-Base85-0.5,
  p5-Math-Bezier-0.02, p5-Math-FFT-1.36, p5-Math-Matrix-0.94,
  p5-Spreadsheet-Read-0.84, p5-Spreadsheet-ReadSXC-0.34,
  p5-Statistics-Descriptive-3.0800, pspp-1.4.1, py-astroplan-0.8,
  py-astroquery-0.4, py-claripy-9.0.6852, py-mpmath-1.2.0,
  py-munkres-1.1.4, py-pymc3-3.8, py-z3-4.8.10, py-z3solver-4.8.10.0,
  qalculate-3.18.0, qalculate-gtk-3.18.0, sc-im-0.8.1, stan-math-2.26.1,
  superlu-5.2.2, udunits-2.2.28, units-2.21, xfractint-20.04p16,
  yices2-2.6.2, z3-4.8.10.

(wiz)

2021-04-27 08:23:16 UTC MAIN commitmail json YAML

R-wle: remove

This package was removed from CRAN nearly 3 years ago.

(wiz)

2021-04-27 08:20:16 UTC MAIN commitmail json YAML

R-geoRglm: remove

This package was removed from CRAN over a year ago.

(wiz)

2021-04-27 08:16:20 UTC MAIN commitmail json YAML

doc/TODO: add some

+ R-4.0.5, R-DBI-1.1.1, R-GRASS-0.3.9, R-mime-0.10, avenger-0.8.5,
  dcc-2.3.167, dnsbl-milter-6.78, imapfilter-2.7.5, imapsync-1.727,
  libmilter-8.16.1, libobjc2-2.1, mblaze-1.1, milter-greylist-4.6.4,
  nuitka-0.6.14.4, objc-3.3.24, offlineimap-7.3.3, opensmtpd-6.8.0p2,
  owl-lisp-0.1.16, p5-Email-Folder-2.0, p5-Email-FolderType-1.043,
  p5-Email-MIME-ContentType-1.026, p5-Email-Sender-1.300035,
  p5-MIME-Types-2.19, p5-Mail-AuthenticationResults-2.20210112,
  p5-Mail-Ezmlm-0.16, p5-Mail-IMAPClient-3.43, p5-Mail-Message-3.010,
  p5-User-Identity-1.00, parrot-8.1.0, pcc-current-20210421,
  postgrey-1.37, pst-utils-0.6.76, py-py3c-1.3.1, quickjs-20210327,
  scala-2.13.5, scm-5f3, sendmail-8.16.1, sieve-connect-0.90,
  sigscheme-0.9.1, snobol-2.1.5, swi-prolog-8.3.22, swi-prolog-jpl-8.3.22,
  swi-prolog-lite-8.3.22, swi-prolog-packages-8.3.22, sympa-6.2.60.

(wiz)

2021-04-27 07:57:06 UTC MAIN commitmail json YAML

webkit-gtk: Refresh patch-Source_WebKit_CMakeLists.txt (NFCI)

patch-Source_WebKit_CMakeLists.txt had -446 lines offset, regenerate them
to avoid possible messages about it.

Noticed by <pin>, thanks!

(leot)

2021-04-27 07:49:45 UTC MAIN commitmail json YAML

parrot: update HOMEPAGE

(wiz)

2021-04-27 05:10:56 UTC MAIN commitmail json YAML

Removed print/py-weasyprint0; Updated print/py-weasyprint

(adam)

2021-04-27 05:09:57 UTC MAIN commitmail json YAML

py-weasyprint: updated to 52.5

Version 52.5

Bug fixes:

* Fix text breaking exception
* Fix @font-face rules with Pango 1.48.3+

Version 52.4

Bug fixes:

* Don窶冲 try to draw SVG files with no size
* Avoid crash on last word detection
* Remove last word before ellipses when hyphenated

Version 52.3

Bug fixes:

* Fix imports with url() and quotes

New features:

* Add support of line-clamp, with financial support from expert Germany

Version 52.2

Bug fixes:

* Fix URL handling with tinycss2
* Include missing test data
* Top margins removed from children when tables are displayed on multiple pages
* Correctly draw borders on the last line of split tables
* Add a nice gif to please gdk-pixbuf 2.42.0

Version 52.1

Bug fixes:

* Fix URL handling with tinycss2

Version 52

Dependencies:

Python 3.6+ is now needed, Python 3.5 is not supported anymore
WeasyPrint now depends on Pillow

(adam)

2021-04-27 05:03:45 UTC MAIN commitmail json YAML

Updated devel/py-pylint, www/py-pylint-django, textproc/py-pyphen, print/py-reportlab

(adam)

2021-04-27 05:02:29 UTC MAIN commitmail json YAML

2021-04-27 04:58:11 UTC MAIN commitmail json YAML

py-reportlab: updated to 3.5.67

CHANGES  3.5.67  12/04/2021
---------------------------
* Allow unicode PDFString to use encoding directly; fixes bug where colorspace indexes are broken
* Ensure PIL images can be size checked

CHANGES  3.5.66  19/03/2021
---------------------------
* fix obvious bug in renderPS.py cut'n'paste bah :(
* fix bug saving to SpooledtemporaryFile's reported by Robert Schroll <rschroll at gmail.com>
* fix bug in justified RTL paragraphs example & bugfix contributed by Moshe Uminer <mosheduminer at gmail.com>
* fix regex deprecation reported by J端rgen Gmach <juergen.gmach at apis.de>

(adam)

2021-04-27 04:53:45 UTC MAIN commitmail json YAML

2021-04-27 04:47:39 UTC MAIN commitmail json YAML

py-pylint-django: updated to 2.4.4

Version 2.4.4
- Fix compatibility issues with pylint >= 2.8.

(adam)

2021-04-27 04:45:54 UTC MAIN commitmail json YAML

py-pylint: updated to 2.8.2

What's New in Pylint 2.8.2?

Keep __pkginfo__.numversion a tuple to avoid breaking pylint-django.

scm_setuptools has been added to the packaging.

Pylint's tags are now the standard form vX.Y.Z and not pylint-X.Y.Z anymore.

(adam)

2021-04-27 00:48:17 UTC MAIN commitmail json YAML

2021-04-26 22:02:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/lxqt-powermanagement to 0.17.1

(gutteridge)

2021-04-26 22:02:09 UTC MAIN commitmail json YAML

lxqt-powermanagement: update to 0.17.1

lxqt-powermanagement-0.17.1 / 2021-04-22
========================================
  * Fixed permanent stopping of idleness checks by a fullscreen window.

(gutteridge)

2021-04-26 21:20:03 UTC MAIN commitmail json YAML

doc: Added textproc/py-epr-reader version 2.4.10

(wiz)

2021-04-26 21:19:54 UTC MAIN commitmail json YAML

textproc: add py-epr-reader

(wiz)

2021-04-26 21:19:28 UTC MAIN commitmail json YAML

textproc/py-epr-reader: import py-epr-reader-2.4.10

Terminal/CLI Epub reader written in Python with features:

- Remembers last read file (just run `epr` without any argument)
- Remembers last reading state for each file (per file saved state
  written to `$HOME/.config/epr/config` or `$HOME/.epr` respectively
  depending on availability)
- Adjustable text area width
- Adaptive to terminal resize
- Supports EPUB3 (no audio support)
- Secondary vim-like bindings
- Supports opening images
- Dark/Light colorscheme (depends on terminal color capability)

(wiz)

2021-04-26 15:50:11 UTC MAIN commitmail json YAML

doc: Updated graphics/oxygen-icons to 5.81.0

(wiz)

2021-04-26 15:50:01 UTC MAIN commitmail json YAML

oxygen-icons: update to 5.81.0.

Changes not found.

(wiz)

2021-04-26 15:45:39 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick6-6.9.12.8, MesaLib-21.0.2, R-Cairo-1.5.12.2,
  R-colorspace-2.0.0, R-colourpicker-1.1.0, R-countrycode-1.2.0,
  R-cpp11-0.2.7, R-deldir-0.2.10, R-effects-4.2.0, R-farver-2.1.0,
  R-ggExtra-0.9, R-ggplot2-3.3.3, R-ggspatial-1.1.5, R-ggtern-3.3.0,
  R-ggthemes-4.2.4, R-labeling-0.4.2, R-latex2exp-0.5.0,
  R-latticeExtra-0.6.29, R-lwgeom-0.2.6, R-maptools-1.1.1,
  R-osmdata-0.1.5, R-raster-3.4.5, R-rgdal-1.5.23, R-rgeos-0.5.5,
  R-scales-1.1.1, R-sf-0.9.8, R-spData-0.3.8, R-spatstat-2.1.0,
  R-spatstat.data-2.1.0, R-spatstat.utils-2.1.0, R-stars-0.5.2,
  R-viridis-0.6.0, R-viridisLite-0.4.0, abcl-1.8.0, asn1c-0.9.28,
  breeze-icons-5.81.0, cairomm-1.16.0, camlp4-4.12, camlp5-714,
  colord-1.4.5, coq-8.13.2, denemo-2.5.0, digikam-7.2.0, ecl-21.2.1,
  erlang-eimp-1.0.20, erlang-luerl-0.4, gimp-docs-de-2.10.0,
  gimp-docs-en-2.10.0, gimp-docs-es-2.10.0, gimp-docs-fr-2.10.0,
  gimp-docs-it-2.10.0, gimp-docs-ja-2.10.0, gimp-docs-ko-2.10.0,
  gimp-docs-nl-2.10.0, gimp-docs-nn-2.10.0, gimp-docs-pl-2.10.0,
  gimp-docs-ru-2.10.0, gimp-docs-sv-2.10.0, gimp-docs-zh_CN-2.10.0,
  gmic-2.9.7, go-imaging-1.6.2, grafx2-2.8.3097, graphene-1.10.6,
  h5utils-1.13.1, hs-JuicyPixels-3.3.5, ibus-hangul-1.5.4, inform-6.34,
  ipe-7.2.24, kiconthemes-5.81.0, kimageformats-5.81.0, kplotting-5.81.0,
  kqtquickcharts4-20.12.3, libbpg-0.9.8, libepoxy-1.5.5,
  libspatialite-5.0.1, mapcode-2.5.5, mapserver-7.6.2,
  materia-gtk-theme-20210322, ncview-2.1.8, nvidia-texture-tools-2.1.1,
  opencolorio-2.0.0, opencpn-plugin-draw-1.8.5.2, opencsg-1.4.2,
  openimageio-2.2.13.1, osm-gps-map-1.2.0, oxygen-icons-5.81.0,
  p5-Class-Measure-0.09, p5-GD-2.73, p5-GIS-Distance-0.19,
  p5-Geo-Distance-0.25, p5-Geo-Ellipsoid-1.15, p5-Geo-ShapeFile-3.01,
  p5-GraphViz2-2.66, p5-Image-ExifTool-12.24, papirus-folders-1.8.0,
  pdfpc-4.4.1, predict-2.2.7, prison-5.81.0, proj-8.0.0, ps2eps-1.70,
  ptex-2.3.2, py-cairo118-1.20.0, rawtherapee-5.8, shotwell-0.30.10,
  skktools-1.3.4, spatialindex-1.9.3, uhd-4.0.0.0,
  vulkan-headers-1.2.170.0, wcslib-7.6, xnec2c-4.1.2.

(wiz)

2021-04-26 15:45:00 UTC MAIN commitmail json YAML

doc: mention libspatialite

(wiz)

2021-04-26 15:26:23 UTC MAIN commitmail json YAML

doc: Updated mail/postfix to 3.5.10

(triaxx)

2021-04-26 15:26:08 UTC MAIN commitmail json YAML

postfix: Update to 3.5.10

upstream changes:
-----------------
Fixed in 3.5.10:
  o Missing null pointer checks (introduced in Postfix 3.4) after an internal I/O error during the smtp(8) to tlsproxy(8) handshake. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni.
  o Null pointer bug (introduced in Postfix 3.0) and memory leak (introduced in Postfix 3.4) after an inline: table syntax error in main.cf or master.cf. Found by Coverity, reported by Jaroslav Skarvada. Based on a fix by Viktor Dukhovni.
  o Incomplete null pointer check (introduced: Postfix 2.10) after truncated HaProxy version 1 handshake message. Found by Coverity, reported by Jaroslav Skarvada. Fix by Viktor Dukhovni.
  o Missing null pointer check (introduced: Postfix alpha) after null argv[0] value.

(triaxx)

2021-04-26 15:25:43 UTC MAIN commitmail json YAML

doc: Updated devel/extra-cmake-modules to 5.81.0

(wiz)

2021-04-26 15:25:34 UTC MAIN commitmail json YAML

extra-cmake-modules: update to 5.81.0.

Changes not found.

(wiz)

2021-04-26 15:23:47 UTC MAIN commitmail json YAML

doc: Updated benchmarks/google-benchmark to 1.5.3

(wiz)

2021-04-26 15:23:37 UTC MAIN commitmail json YAML

google-benchmark: update to 1.5.3.

New features

    Implement custom benchmark names (#1107)
    Support for macro expansion in benchmark names (#1054)
    Reduce ramp up repetitions when KeepRunningBatch is used (#1113)

Platform support

    CycleTimer implemented for M68K architecture (#1050)
    Support for DragonFly BSD (#1058)
    Better support for z/OS (#1063, #1067)
    Add MSVC ARM64 support for cycle clocks (#1052)
    Add support for Elbrus 2000 (#1091)
    Fix CPU frequency for AMD Ryzen (and probably other CPUs) (#1117)

Bug fixes

    Fix range when starting at zero (#1073)

Tool improvements

    Build tools with bazel (#982)
    Support JSON dumps of benchmark diffs (#1042)

(wiz)

2021-04-26 15:18:24 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Types-Serialiser to 1.01

(wiz)

2021-04-26 15:18:16 UTC MAIN commitmail json YAML

p5-Types-Serialiser: update to 1.01.

1.01 Tue Dec  1 02:46:33 CET 2020
- implement Types::Serialiser::as_bool.
        - slight doc tweaks.

(wiz)