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 (5h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 01:41:31 UTC Now

2022-10-23 07:12:54 UTC MAIN commitmail json YAML

doc: Updated sysutils/onefetch to 2.13.1

(pin)

2022-10-23 07:12:34 UTC MAIN commitmail json YAML

sysutils/onefetch: update to 2.13.1

2.13.1 (2022-10-22)
Other
  [ci/cd] fix Snapcraft release
  [misc] fix Cargo.lock

2.13.0 (2022-10-21)
onefetch is now typically more than twice as fast when executing. This was
achieved by reducing allocations and switching to gitoxide for the most
taxing tasks.

A new web interface onefetch.dev was developed where users can visualize an
ASCII preview for all the programming languages currently supported by onefetch.
Like the binary, the data is parsed from the Languages.yaml file.
Other
  [chore] reducing allocations and switching to gitoxide from libgit2 #635 @Byron
  [docs] add README translation for Spanish #631 @JakeRoggenbuck @practicatto
  [docs] add Changelog generated using cargo-smart-release #637 @Byron
  [cli] add --completion option #657 @spenserblack
  [language] update PHP colors #664 @DenverCoder1
  [misc] switch to actions/stale #666 @spenserblack @o2sh
  [misc] add github issue forms #667 @spenserblack @o2sh
  [ci/cd] generate Windows installer from CD #668 @o2sh
  [ci/cd] create WinGet workflow for auto publishing #673 @russellbanks
  [language] update logo: shell #677 @fux0c1ety
  [docs] adding french documentation support #693 @Kaderovski
  [chore] extract language definitions into data file #699 @spenserblack
  [ci/cd] add codecov + tarpaulin in ci @o2sh
  [misc] create Vercel app for onefetch with ASCII preview #701 @spenserblack
  [docs] update the README in Russian #736 @AndreyKozhev
  [chore] turn InfoField into a trait (big refactoring) #755 @o2sh
  [language] Improve JSX ASCII logo #784 @alessandroasm
  [language] Improve TSX ASCII logo #785 @alessandroasm
  [language] added support for verilog #789 @atluft
  [language] improve ruby logo #786 @atluft
  [language] added support for xsl #798 @atluft
  [language] added support for systemverilog #797 @atluft
  [test] add unit tests to src/info/info_field.rs #810 @alessandroasm
  [ci/cd] automate publish to crates.io #800 @spenserblack
  [language] added support for ABNF #811 @atluft
  [test] add unit tests src/info/repo/commits.rs #813 @alessandroasm
  [test] add unit tests src/info/repo/contributors.rs #814 @alessandroasm
  [language] added support for ABAP #821@atluft
  [test] testing get_git_username using git-testtools for #812 @atluft
  [language] improve bash logo @o2sh
  [language] improve assembly logo @o2sh
  [test] add unit tests for author.rs #829 @gallottino @Oniryu95

Fixes
  Commits replaced with git replace are now followed. This can be turned off by
  setting the GIT_NO_REPLACE_OBJECTS environment variable.
  Shallow clones are now detected and displayed as such. Previously it might
  have appeared that the commit count is the real even though it was truncated
  due to the shallow-ness of the repository. If a repository is shallow,
  (shallow) will appear after the commit count.

Refactor
  git2 repository can now be owned by the Repo type Previously this wasn't
  possible as commits would be kept in Repo which would cause self-referential
  borrow check issues unless the git2 repository was kept outside.
  completely separate Commits and Repo structure
  put all commit-traversal related initialization into own struct

(pin)

2022-10-23 07:11:41 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.18

(pin)

2022-10-23 07:11:20 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.18

Bug Fixes
- Remove UI flicker if alpha tools are expanded/closed (1254dffc)
- Network listen mode now refreshes UI and has a dedicated unit test (00c7a91b)

Features
- Enable EXIF support (37aeda9d)

(pin)

2022-10-23 07:10:29 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 1.3.2

(pin)

2022-10-23 07:10:05 UTC MAIN commitmail json YAML

sysutils/felix: update to 1.3.2

v1.3.2 (2022-10-23)
Added
- Add std::panic::catch_unwind to manually restore after a panic rewind.
  This allows the cursor to be restored and the screen cleared when this app panics.

Fixed
- Fixed: Similar to v1.3.1, attempting to preview a symbolic link to a
  nonexistent file caused a panic. Now the preview shows (file not readable)
  for such a link.

(pin)

2022-10-22 21:34:35 UTC MAIN commitmail json YAML

doc: Updated devel/cssc to 1.4.1

(nros)

2022-10-22 21:34:00 UTC MAIN commitmail json YAML

Update cssc to version 1.4.1

New in CSSC-1.4.1, 2019-05-07

* This release - and future releases - of CSSC must be
  compiled with a C++ compiler that supports the 2011
  C++ standard.

* When the history file is updated (with admin or delta for
  example) the history file is not made executable simply
  because the 'x' flag is set.  Instead, preserve the
  executable-ness from the history file we are replacing.

* This release is based on updated versions of gnulib and of
  the googletest unit test framework.

(nros)

2022-10-22 21:13:40 UTC MAIN commitmail json YAML

doc: Updated audio/schismtracker to 20221020

(fcambus)

2022-10-22 21:13:28 UTC MAIN commitmail json YAML

schismtracker: update to 20221020.

Summary of changes since 20220905 release:

- Fix duplicated key input in pattern editor, order list, and instrument
  editor note table
- Respect audio-related SDL environment variables if set
- Fix handling of window width and height config file options
- Fix segfault on Wayland and DRM/KMS
- Hint SDL not to disable window manager compositing
- Add 4:3 aspect ratio config file option (want_fixed)

Summary of changes since 20220807 release:

- Fix crash in pattern editing introduced by SDL2 changes
- Fix displayed version number for Windows build

Summary of changes since 20220506 release:

- Use SDL2 instead of SDL1.2. This fixes various platform-dependent issues
  with video code, adds support for new audio drivers such as JACK, and
  removes the System Configuration video driver choices in favor of video
  scaling method selection.
- Fix multitrack mono audio export.
- Support ADPCM and stereo samples in XM files.

(fcambus)

2022-10-22 18:04:08 UTC MAIN commitmail json YAML

postgresql13: update patch so that print.o in fe_utils doesn't rebuild all the time

(nros)

2022-10-22 18:02:35 UTC MAIN commitmail json YAML

ocaml-checkseum: add new patch to distinfo

(wiz)

2022-10-22 17:18:36 UTC MAIN commitmail json YAML

devel/ocaml-checkseum: fix inconsistency between config and header.

Fixes build problem.

(he)

2022-10-22 17:01:50 UTC MAIN commitmail json YAML

doc: Updated wm/jwm to 2.4.3

(tsutsui)

2022-10-22 17:01:30 UTC MAIN commitmail json YAML

jwm: update to 2.4.3.

Upstream changes:
https://github.com/joewing/jwm/releases/tag/v2.4.3

v2.4.3

What's Changed

  * Update es.po by @ciroH in #570
  * Fall back to the 2.3.7 behavior when SVG image size in pixels is unknown by
    @dimkr in #572
  * Closes #575 Add window title match support in Group config section by
    @twister9893 in #576
  * Retry select() on dynamic menu pipe if interrupted by SIGCHLD by @dimkr in
    #577
  * Update ru.po by @adem4ik in #582
  * added configuration options for issue #585 (kill menu, client name in
    title) by @mikefhewitt in #587

New Contributors

  * @ciroH made their first contribution in #570
  * @dimkr made their first contribution in #572
  * @twister9893 made their first contribution in #576
  * @adem4ik made their first contribution in #582
  * @mikefhewitt made their first contribution in #587

(tsutsui)

2022-10-22 16:55:03 UTC MAIN commitmail json YAML

doc: Updated x11/libXrender to 0.9.11

(wiz)

2022-10-22 16:54:53 UTC MAIN commitmail json YAML

libXrender: update to 0.9.11.

Alan Coopersmith (10):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Remove unnecessary casts from malloc & free calls
      Reduce variable scopes as recommended by cppcheck
      Resolve -Wsign-compare warnings
      Rename xDepth to xPDepth to quiet -Wshadow warnings
      libXrender 0.9.11

Dmitry Karasik (1):
      fix coredumps in XRenderComputeTrapezoids (issue #1)

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Oliver Hattshire (1):
      WIP: Documentation

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Robin Linden (1):
      Add missing HAVE_CONFIG_H guard to Xrenderint.h

Thomas E. Dickey (8):
      amend cppcheck-scope change, fixing c89 build
      additional cppcheck-scope warning
      cppcheck (removing unused assignment lets variable scope reduction)
      use casts to reduce compiler warnings (no object change)
      use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
      use _X_UNUSED for compiler-warnings
      whitespace fix
      fix regression

(wiz)

2022-10-22 16:53:39 UTC MAIN commitmail json YAML

doc: Updated x11/xfsinfo to 1.0.7

(wiz)

2022-10-22 16:53:28 UTC MAIN commitmail json YAML

xfsinfo: update to 1.0.7.

Alan Coopersmith (7):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Variable scope reductions as recommended by cppcheck
      Mark usage() as _X_COLD
      gitlab CI: stop requiring Signed-off-by in commits
      Cleanup README.md
      xfsinfo 1.0.7

(wiz)

2022-10-22 16:31:05 UTC MAIN commitmail json YAML

doc: Updated devel/SDL2 to 2.24.1

(nia)

2022-10-22 16:30:50 UTC MAIN commitmail json YAML

SDL2: update to 2.24.1

General

    Fixed shader compilation issues using the OpenGL ES2 renderer
    Fixed configure tests failing when using clang 15

macOS

    Fixed new windows setting the SDL_WINDOW_BORDERLESS flag incorrectly
    Fixed audio race condition on shutdown
    Fixed crash if there are no input devices available

FreeBSD

    Fixed building with libusb not dynamically loaded, enabling HIDAPI support

(nia)

2022-10-22 16:00:38 UTC MAIN commitmail json YAML

doc: Updated www/firefox102-l10n to 102.4.0

(nia)

2022-10-22 15:59:47 UTC MAIN commitmail json YAML

doc: Updated www/firefox102 to 102.4.0

(nia)

2022-10-22 15:59:27 UTC MAIN commitmail json YAML

firefox102: Update to 102.4.0

Security Vulnerabilities fixed in Firefox ESR 102.4

    #CVE-2022-42927: Same-origin policy violation could have leaked cross-origin
    URLs

    #CVE-2022-42928: Memory Corruption in JS Engine

    #CVE-2022-42929: Denial of Service via window.print

    #CVE-2022-42932: Memory safety bugs fixed in Firefox 106 and Firefox ESR
    102.4

(nia)

2022-10-22 13:13:39 UTC MAIN commitmail json YAML

x11/pixman: remove junk lines from distinfo

(taca)

2022-10-22 12:22:41 UTC MAIN commitmail json YAML

Note update of x11/pixman to 0.42.0nb3.

(he)

2022-10-22 12:22:01 UTC MAIN commitmail json YAML

x11/pixman: update the patch to pixman-vmx.c for powerpc.

This gets rid of the warnings and simplifies the code, ref.
the discussion in
https://gitlab.freedesktop.org/pixman/pixman/-/merge_requests/64

(he)

2022-10-22 11:43:18 UTC MAIN commitmail json YAML

doc: fix git-base version.

(andvar)

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

git-base: return to 2.38.1 version.

(andvar)

2022-10-22 10:52:27 UTC MAIN commitmail json YAML

gcc9: set correct download directory

(nros)

2022-10-22 10:22:10 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6689 - requested by taca
devel/ruby-redmine42: security fix

Revisions pulled up:
- devel/ruby-redmine42/Makefile                                1.15
- devel/ruby-redmine42/PLIST                                    1.4
- devel/ruby-redmine42/distinfo                                1.11
- devel/ruby-redmine42/patches/patch-Gemfile                    1.7

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Oct  9 15:31:47 UTC 2022

  Modified Files:
  pkgsrc/devel/ruby-redmine42: Makefile PLIST distinfo
  pkgsrc/devel/ruby-redmine42/patches: patch-Gemfile

  Log Message:
  devel/ruby-redmine42: update to 4.2.8

  4.2.8 (2022-10-02)

  [Code cleanup/refactoring]其

  * Defect #37449: Passing a wrong parameter to `with_settings` in
    UserTest::test_random_password_include_required_characters

  [Filters]

  * Defect #36940: Chained custom field filter doesn't work for User fields

  * Defect #37349: Chained custom field filter for User fields returns 500
    internal server error when filtering after a float value

  [Issues]

  * Defect #37473: Focus IssueId not working when linking issues

  [Issues list]

  * Defect #37268: Performance problem with Redmine 4.2.7 and 5.0.2

  [Rails support]

  * Patch #37465: Update Rails to 5.2.8.1

  [Security]

  * Defect #37492: Update jQuery UI to 1.13.2

  [SCM]

  * Defect #37718: Repository browser does not show "+" (plus sign) in
    filename

  [Text formatting]

  * Defect #37379: Thumbnail macro does not work when a file is attached and
    preview is displayed immediately

  [Translations]

  * Patch #37698: Persian translation update for 4.2-stable

  [UI]

  * Defect #36901: Jump to project is misaligned in Safari 15.4 and later
  * Defect #37282: Subtask isn't displayed correctly since 4.2.7
  * Defect #37481: Fix the unintentional selection of rows with the context
    menu
  * Defect #37566: The number of the ordered list in the project description
    is not displayed and the indentation does not match the unordered list

(bsiegert)

2022-10-21 19:39:49 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6688 - requested by taca
databases/sqlite3: security fix (for ruby-sqlite3)

Revisions pulled up:
- databases/sqlite3-docs/PLIST                                  1.118
- databases/sqlite3-docs/distinfo                              1.121
- databases/sqlite3-tcl/distinfo                                1.133
- databases/sqlite3/Makefile.common                            1.95
- databases/sqlite3/distinfo                                    1.188
- devel/lemon/distinfo                                          1.62

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Mon Oct  3 12:27:52 UTC 2022

  Modified Files:
  pkgsrc/databases/sqlite3: Makefile.common distinfo
  pkgsrc/databases/sqlite3-docs: PLIST distinfo
  pkgsrc/databases/sqlite3-tcl: distinfo
  pkgsrc/devel/lemon: distinfo

  Log Message:
  sqlite3: updated to 3.39.4

  Changes in version 3.39.4 (2022-09-29):

  Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT
  Fix a long-standing problem in the btree balancer that might, in rare cases, cause database corruption if the application uses an application-defined page cache.
  Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER statements if one or more of the statements in the body of the trigger write into shadow tables.
  Fix a possible integer overflow in the size computation for a memory allocation in FTS3.
  Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.

(bsiegert)

2022-10-21 19:16:35 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6686 - requested by nia
lang/ocaml: evbarm build fix

Revisions pulled up:
- lang/ocaml/Makefile                                          1.146

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Sat Oct  8 11:11:16 UTC 2022

  Modified Files:
  pkgsrc/lang/ocaml: Makefile

  Log Message:
  ocaml: Needs imprecise-c99-float-ops to build on NetBSD/arm

(bsiegert)

2022-10-21 19:16:27 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6685 - requested by nia
lang/openjdk8: build fix

Revisions pulled up:
- lang/openjdk8/distinfo                                        1.93
- lang/openjdk8/patches/patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp 1.5

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Sat Oct  8 11:20:07 UTC 2022

  Modified Files:
  pkgsrc/lang/openjdk8: distinfo
  pkgsrc/lang/openjdk8/patches:
      patch-hotspot_src_os__cpu_bsd__zero_vm_os__bsd__zero.cpp

  Log Message:
  openjdk: fix building "zero" vm with GCC < 10

(bsiegert)

2022-10-21 19:12:04 UTC MAIN commitmail json YAML

libplist: mark as Python 2.7 only

This fails to build with Python 3 but works on 2.7. There is no indication
that I can find of which versions are supported upstream.

Perhaps the Python bindings should be optional.

(bsiegert)

2022-10-21 17:55:02 UTC MAIN commitmail json YAML

Updated devel/py-test-asyncio, devel/py-exceptiongroup, devel/py-test-localserver, devel/py-setuptools

(adam)

2022-10-21 17:54:37 UTC MAIN commitmail json YAML

py-setuptools: updated to 65.5.0

v65.5.0
-------

Changes
* Fixed editable install for multi-module/no-package ``src``-layout projects.
* Minor refactorings to support distutils using stdlib logging module.

Documentation changes
* Updated the example version numbers to be compliant with PEP-440 on the "Specifying Your Project窶冱 Version" page of the user guide.

Misc
* Improved information about conflicting entries in the current working directory
  and editable install (in documentation and as an informational warning).
* Updated version of ``validate_pyproject``.

(adam)

2022-10-21 17:48:58 UTC MAIN commitmail json YAML

py-test-localserver: updated to 0.7.0

0.7.0 (2022-08-30)
------------------
Make smtp support an optional extra
Update some obsolete syntax to drop support for Python 2
Add linting for code and workflow actions using pre-commit hooks
Expand the range of pytest versions known to be compatible, with tests
Add badges to README

(adam)

2022-10-21 17:48:13 UTC MAIN commitmail json YAML

py-exceptiongroup: updated to 1.0.0rc9

1.0.0rc9:
Bug fixes

(adam)

2022-10-21 17:42:48 UTC MAIN commitmail json YAML

py-test-asyncio: updated to 0.20.1

0.20.1 (22-10-21)
=================
- Fixes an issue that warned about using an old version of pytest, even though the most recent version was installed.

0.20.0 (22-10-21)
=================
- BREAKING: Removed *legacy* mode. If you're upgrading from v0.19 and you haven't configured ``asyncio_mode = legacy``, you can upgrade without taking any additional action. If you're upgrading from an earlier version or you have explicitly enabled *legacy* mode, you need to switch to *auto* or *strict* mode before upgrading to this version.
- Deprecate use of pytest v6.
- Fixed an issue which prevented fixture setup from being cached.

(adam)

2022-10-21 17:31:24 UTC MAIN commitmail json YAML

doc: Updated devel/git-base to 2.38.0nb1

(schmonz)

2022-10-21 17:31:18 UTC MAIN commitmail json YAML

2022-10-21 16:11:00 UTC MAIN commitmail json YAML

doc: Updated net/libzrtpcpp to 4.7.0

(nros)

2022-10-21 16:10:37 UTC MAIN commitmail json YAML

Update libzrtpcpp to version 4.7.0

Pkgsrc changes:
Github and pkglint fixes.

Changes from NEWS:

## GNU ZRTP 4.6.6 ##

Small fix in zrtp/crypto/zrtpDh.cpp to fix a small memory leak.

## GNU ZRTP 4.6.5 ##

Cleanup compiler flags, reduce visibility for Android build,
check some buffer length. No functional enhancements, no changes
in API.

## GNU ZRTP 4.6.4 ##

Some fixes to slience Windows C/C++ compiler, fix a few include
statements when using openSSL, small fixes to check disclosure
flag. Reset valid flags when adding a new cache record to avoid
wrong security message.

## GNU ZRTP 4.6.3 ##

A small fix inside the ZRTP main module to ignore malformed
DH1 packets and avoid an NULL pointer access.

## GNU ZRTP 4.6.2 ##

A small fix in the ZrtpCWrapper to fix an issue within 4.6.1
;-)

## GNU ZRTP 4.6.1 ##

A small fix in the ZrtpCWrapper to initialize and use the ZRTP
master instance in case of multi-stream usage. Does not affect
the main ZRTP usage, only projects that use the wrapper such
as PJSIP or Gstreamer projects.

These project should re-compile if they use the multi-stream
feature.

## GNU ZRTP 4.6.0 ##

Only a small add-on to the code to implement handling of the
disclosure flag. See RFC6189, chapter 11 for more details
about the disclosure flag.

Because the API changed, thus it's necessary to recompile
applications that use the new library version.

## GNU ZRTP 4.5.0 ##

Added a new SAS algorithm 'B32E' that uses 32 Unicode Emoji
code points instead of 32 ASCII characters. Application that
are able to display Emojis may use this new SAS algorithm to
display nice Emojis instead of 'boring' ASCII letters and
digits.

Some technical details:

* the 32 selected emojis are easily distinguishable, known to
  everyone, not offending etc, and use standard Unicode code
  points
* select colored emojis that look good on white and on black
  backgrounds (most emojis look good on white only)
* select emojis that are available on iOS, Android, Mac OS X
  (Windows not checked)
* the resulting SAS string is UTF-8 encoded, suitable for most
  platforms except Java.

To use the codes for Java the application needs to translate the
UTF-8 encoding into UTF-16 encoding. Because most of the emojis
are Unicode supplementary characters the UTF-8 to UTF-16 conversion
must generate the necessary UTF-16 surrogate pairs.

To support the UTF-8 / UTF-16 conversion the common directory
contains conversion functions that I extracted from ICU C/C++
library source.

Because the API changed, thus it's necessary to recompile
applications that use the new library version.

(nros)

2022-10-21 13:00:54 UTC MAIN commitmail json YAML

Updated archivers/libaec; Removed multimedia/x264-devel

(adam)

2022-10-21 13:00:09 UTC MAIN commitmail json YAML

2022-10-21 12:55:31 UTC MAIN commitmail json YAML

libaec: updated to 1.0.6

1.0.6

Changed
- Improved cmake for mingw by Miloš Komarčević

1.0.5

Changed
- Updated documentation to new 121.0-B-3 standard. The new standard
  mainly clarifies and explicitly defines special cases which could be
  ambiguous or misleading in previous revisions.

  These changes did *not* require any substantial changes to libaec.
  Existing compressed data is still compatible with this version of
  the library and compressed data produced by this version can be
  uncompressed with previous versions.

- Modernized CMake

- Better CMake integration with HDF5 by Jan-Willem Blokland

(adam)

2022-10-21 12:29:49 UTC MAIN commitmail json YAML

Updated graphics/gnuplot, www/py-respx

(adam)

2022-10-21 12:29:32 UTC MAIN commitmail json YAML

py-respx: updated to 0.20.0

0.20.0

Changed
- Type Router.__getitem__ to not return optional routes
- Change `Call.response` to raise instead of returning optional response
- Change `CallList.last` to raise instead of return optional call
- Type `M()` to not return optional pattern, by introducing a `Noop` pattern
- Type `Route.pattern` to not be optional

Fixed
- Correct type hints for side effects

Added
- Runs `mypy` on both tests and respx
- Added nox test session for python 3.11
- Added `Call.has_response` helper, now that `.response` raises

(adam)

2022-10-21 12:28:07 UTC MAIN commitmail json YAML

gnuplot: updated to 5.4.5

Changes in 5.4.5

NEW "set key offset <dx>, <dy>" tweaks placement of the key
NEW data-driven histogram colors (variable color from extra using column)
CHANGE re-order drawing 3D labels to come after pm3d depthorder surfaces
CHANGE hpgl: add terminal option "fontscale <value>"
CHANGE for nonuniform matrix data, column(0) returns linear position in matrix
CHANGE set pointintervalbox 0 disables drawing the background box Bug
FIX svg: hypertext font handling
FIX track columnheaders of multiple data blocks in a single file Bug
FIX Clean up positioning of polar border, raxis, and theta tics Bug
FIX Autoscaling of logscaled raxis
FIX memory corruption if a small plot structure is recycled Bug
FIX regression in 5.4.4 - promotion of string to integer should not assume that a leading 0 means octal Bug
FIX Windows qt: "pause -1" should not block mousing Bug
FIX invalid free of active datablock

(adam)

2022-10-21 11:42:13 UTC MAIN commitmail json YAML

doc: Added net/termscp version 0.10.0

(pin)

2022-10-21 11:41:46 UTC MAIN commitmail json YAML

2022-10-21 11:40:40 UTC MAIN commitmail json YAML

net/termscp: import package

Termscp is a feature rich terminal file transfer and explorer, with support for
SCP/SFTP/FTP/S3. So basically is a terminal utility with an TUI to connect to a
remote server to retrieve and upload files and to interact with the local file
system.

(pin)

2022-10-21 11:35:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 1.3.1

(pin)

2022-10-21 11:34:57 UTC MAIN commitmail json YAML

sysutils/felix: update to 1.3.1

v1.3.1 (2022-10-21)
Fixed
- Attempting to preview a symbolic link to a directory caused a panic.
  It has been fixed and the preview will now show the contents of the linked
  directory. #118

(pin)

2022-10-21 11:33:22 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.18.0

(pin)

2022-10-21 11:32:53 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.18.0

- Fix: report read-clipboard properly (-V)
- Render MathML and (some) syntax highlighting

(pin)

2022-10-21 11:31:50 UTC MAIN commitmail json YAML

doc: Updated misc/wthrr to 0.4.0

(pin)

2022-10-21 11:31:29 UTC MAIN commitmail json YAML

misc/wthrr: update to 0.4.0

New Features
- Hourly forecasts with graphs for current day: #18

Breaking Changes
- Use enum values and toml table for config units: #17
- If you have saved a default configuration, it's required to modify the
  configuration file to use a toml table for [units] instead of an array of
  strings (~/.config/weathercrab/wthrr.toml).
  Deleting the file and starting with a blank run is also possible.

Other Changes:
- UI improvements like bold titles and closing margins on separators and
  borders
- Error corrections displaying translated texts

(pin)

2022-10-21 09:32:26 UTC MAIN commitmail json YAML

Updated devel/py-ruamel-yaml-clib, devel/py-ipykernel

(adam)

2022-10-21 09:32:07 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.16.1

6.16.1

Bugs fixed
- PR: Destroy tk app to avoid memory leak

Maintenance and upkeep improvements
- Maintenance cleanup
- Ignore warnings in prereleases test

(adam)

2022-10-21 09:28:45 UTC MAIN commitmail json YAML

py-ruamel-yaml-clib: updated to 0.2.7

0.2.7:
Unknown changes

(adam)

2022-10-21 09:05:39 UTC MAIN commitmail json YAML

Updated net/py-zeroconf, archivers/py-zipp

(adam)

2022-10-21 09:05:19 UTC MAIN commitmail json YAML

py-zipp: updated to 3.9.0

v3.9.0

Path objects are now pickleable if they've been constructed from pickleable objects. Any restored objects will re-construct the zip file with the original arguments.

(adam)

2022-10-21 09:01:06 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.39.2

0.39.2
Performance improvements for parsing incoming packet data

(adam)

2022-10-21 08:52:39 UTC MAIN commitmail json YAML

doc/TODO: + modular-xorg-xwayland-22.1.4.

(wiz)

2022-10-21 08:51:32 UTC MAIN commitmail json YAML

doc: Updated devel/imake to 1.0.9

(wiz)

2022-10-21 08:51:19 UTC MAIN commitmail json YAML

imake: update to 1.0.9.

Alan Coopersmith (11):
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Fix -Wsign-compare warnings
      Fix -Wshadow warnings
      Make Emalloc() argument a size_t to match malloc()
      Simplify HAVE_MKSTEMP block
      unifdef SIGNALRETURNSINT
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      imake 1.0.9

Emil Velikov (1):
      autogen.sh: use quoted string variables

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-10-21 08:00:33 UTC MAIN commitmail json YAML

Updated devel/py-limits, net/py-pypiserver

(adam)

2022-10-21 08:00:17 UTC MAIN commitmail json YAML

py-pypiserver: updated to 1.5.1

1.5.1:
- ENH: add extremely basic /health endpoint
- FIX: docker tests in cicd
- MAINT: Replace usage of deprecated inspect.getargspec
- MAINT: Add traefik/ and auth/ dirs to gitignore
- MAINT: Fix typos in README

(adam)

2022-10-21 07:55:18 UTC MAIN commitmail json YAML

py-limits: updated to 2.7.1

v2.7.1
------
Release Date: 2022-10-20

* Compatibility Updates

  * Increase pymemcached dependency range to in include 4.x
  * Add python 3.11 rc2 to CI

v2.7.0
------
Release Date: 2022-07-16

* Compatibility Updates

  * Update :pypi:`coredis` requirements to include 4.x versions
  * Remove CI / support for redis < 6.0
  * Remove python 3.7 from CI
  * Add redis 7.0 in CI

v2.6.3
------
Release Date: 2022-06-05

* Chores

  * Update development dependencies
  * Add CI for python 3.11
  * Increase test coverage for redis sentinel

v2.6.2
------
Release Date: 2022-05-12

* Compatibility Updates

  * Update :pypi:`motor` requirements to include 3.x version
  * Update async redis sentinel implementation to remove use of deprecated methods.
  * Fix compatibility issue with asyncio redis ``reset`` method in cluster mode
    when used with :pypi:`coredis` versions >= 3.5.0

v2.6.1
------
Release Date: 2022-04-25

* Bug Fix

  * Fix typing regression with strategy constructors `Issue 88 <https://github.com/alisaifee/limits/issues/88>`_

v2.6.0
------
Release Date: 2022-04-25

* Deprecation

  * Removed tests for rediscluster using the :pypi:`redis-py-cluster` library

* Bug Fix

  * Fix incorrect ``__slots__`` declaration in :class:`limits.RateLimitItem`
    and it's subclasses

v2.5.4
------
Release Date: 2022-04-25

* Bug Fix

  * Fix typing regression with strategy constructors `Issue 88 <https://github.com/alisaifee/limits/issues/88>`_

v2.5.3
------
Release Date: 2022-04-22

* Chore

  * Automate Github releases

v2.5.2
------
Release Date: 2022-04-17

* Chore

  * Increase strictness of type checking and annotations
  * Ensure installations from source distributions are PEP-561
    compliant

v2.5.1
------
Release Date: 2022-04-15

* Chore

  * Ensure storage reset methods have consistent signature

v2.5.0
------
Release Date: 2022-04-13

* Feature

  * Add support for using redis cluster via the official redis client
  * Update coredis dependency to use 3.x

* Deprecations

  * Deprecate using redis-py-cluster

* Chores

  * Remove beta tags for async support
  * Update code base to remove legacy syntax
  * Tighten up CI test dependencies

v2.4.0
------
Release Date: 2022-03-10

* Feature

  * Allow passing an explicit connection pool to redis storage.
    Addresses `Issue 77 <https://github.com/alisaifee/limits/issues/77>`_

v2.3.3
------
Release Date: 2022-02-03

* Feature

  * Add support for dns seed list when using mongodb

v2.3.2
------
Release Date: 2022-01-30

* Chores

  * Improve authentication tests for redis
  * Update documentation theme
  * Pin pip version for CI

v2.3.1
------
Release Date: 2022-01-21

* Bug fix

  * Fix backward incompatible change that separated sentinel
    and connection args for redis sentinel (introduced in 2.1.0).
    Addresses `Issue 97 <https://github.com/alisaifee/limits/issues/97>`_

v2.3.0
------
Release Date: 2022-01-15

* Feature

  * Add support for custom cost per hit

* Bug fix

  * Fix installation issues with missing setuptools

v2.2.0
------
Release Date: 2022-01-05

* Feature

  * Enable async redis for python 3.10 via coredis

* Chore

  * Fix typing issue with strategy constructors

v2.1.1
------
Release Date: 2022-01-02

* Feature

  * Enable async memcache for python 3.10

* Bug fix

  * Ensure window expiry is reported in local time for mongodb
  * Fix inconsistent expiry for fixed window with memcached

* Chore

  * Improve strategy tests

v2.1.0
------
Release Date: 2021-12-22

* Feature

  * Add beta asyncio support
  * Add beta mongodb support
  * Add option to install with extras for different storages

* Bug fix

  * Fix custom option for cluster client in memcached
  * Fix separation of sentinel & connection args in :class:`limits.storage.RedisSentinelStorage`

* Deprecation

  * Deprecate GAEMemcached support
  * Remove use of unused `no_add` argument in :meth:`limits.storage.MovingWindowSupport.acquire_entry`

* Chore

  * Documentation theme upgrades
  * Code linting
  * Add compatibility CI workflow

v2.0.3
------
Release Date: 2021-11-28

* Chore

  * Ensure package is marked PEP-561 compliant

v2.0.1
------
Release Date: 2021-11-28

* Chore

  * Added type annotations

v2.0.0
------
Release Date: 2021-11-27

* Chore

  * Drop support for python < 3.7

(adam)

2022-10-21 06:17:20 UTC MAIN commitmail json YAML

doc: Updated devel/mold to 1.6.0

(fcambus)

2022-10-21 06:17:04 UTC MAIN commitmail json YAML

mold: update to 1.6.0.

New features:

- [ppc64] mold now supports the original 64-bit big-endian PowerPC ABI
  (which is also known as PPC64 ELFv1 or just ppc64), so that you can
  build applications for older PPC64 systems with mold. Note that this
  should not be confused with the modern PPC64 ELFv2 ABI (which is also
  known as ppc64le), which is already supported by mold.
- [s390x] Linux/s390x is now supported. Linux/s390x is the Linux
  environment on IBM z/Architecture mainframes. I've personally never
  seen a mainframe, but we wanted to support it because many Linux
  distros actively support that target, which in turn means there are
  many enterprise users who are using IBM mainframes. Speaking of the
  porting effort, we do not only port our linker to s390x but also found
  a couple of issues with the existing GCC toolchain for s390x. So, we
  are improving the whole IBM mainframe ecosystem!
- mold now creates smaller output files. It is most noticeable on targets
  with large page sizes such as PPC64 (on which the common page size is
  64 KiB), but even on x86-64, it should save a few kilobytes per an
  output file.

Bug fixes and compatibility improvements:

- [arm64] mold can now link executables with -static-pie. Previously,
  executables linked with that flag crashed immediately.

(fcambus)

2022-10-20 19:13:41 UTC MAIN commitmail json YAML

2022-10-20 19:12:57 UTC MAIN commitmail json YAML

Define environ before it's used, to fix build on at least NetBSD.
Take MAINTAINER.

(schmonz)

2022-10-20 17:27:14 UTC MAIN commitmail json YAML

doc: Updated misc/bibletime to 3.0.3

(nros)

2022-10-20 15:49:12 UTC MAIN commitmail json YAML

pkgsrc/misc/bibletime/Makefile@1.68 / diff
pkgsrc/misc/bibletime/PLIST@1.4 / diff
pkgsrc/misc/bibletime/distinfo@1.7 / diff
pkgsrc/misc/bibletime/patches/patch-cmake_BTApplication.cmake@1.2 / diff
pkgsrc/misc/bibletime/patches/patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp deleted
pkgsrc/misc/bibletime/patches/patch-src_backend_managers_clanguagemgr.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.cpp deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_bookshelfwizard_btbookshelfwizard.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_btaboutmoduledialog.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfdockwidget.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfwidget.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_btmodulechooserdialog.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_cmdiarea.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_display_modelview_btquickwidget.cpp deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_displaywindow_creadwindow.cpp deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_edittextwizard_btedittextwizard.h deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cbookkeychooser.cpp deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_ckeychooserwidget.cpp deleted
pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cscrollerwidgetset.cpp deleted
      :
(more 3 files)
Update bibletime to version 3.0.3

Pkgsrc changes:
All earlier patches removed.

Changes from changelog:

* MacOS build improvements
* Fixed license.html being installed twice
* Partially worked around a libsword bug which limited download durations to
  10 seconds
* Fixed bug which made it impossible to active toolbar buttons using keyboard
* Fixed some out-of-bounds memory read
* Fixed a number of input parsing and output generation errors, including
  invalid memory reads
* Fixed search scopes not being properly translated
* Fixed version information in installed metadata files
  Updated translations
* Fixed a build-error caused by an C++11 incompatibility
* Fixed copying of text disabled with Qt versions earlier than than 5.13
* Fixed some undefined behavior and out-of-bounds memory errors
* Updated translations
* Improved tuning of scrolling speed.
* Improved handling of fonts to fix many bugs, including a switch to
  Qt's native font chooser widget in settings dialog, because of many
  serious bugs in our legacy implementation.
* Improved sample text in settings dialog.
* Improved behavior of the mag view to be more similar to pre-3.0 behavior.
* Increased maximum column count from 4 to 10.
* Removed the orphaned and broken tests for BibleTime.
* Updated translations, including a new user interface translations to
  Japanese and Ukrainian, a new Handbook translation to Russian, and a
  new Howto translation to Ukrainian.
* Fixed DisplayView.qml getting incorrectly installed under /usr/bin/
  on some platforms.
* Fixed some compatibility issues with different Qt versions.
* Fixed a crash when editing personal commentary.
* Fixed highlighting of selected text.
* Fixed dragging of links.
* Fixed modules rearranging themselves.
* Fixed logic related to clicking on verse numbers.
* Fixed custom font of first column being incorrectly applied to all columns.
* Fixed preview in settings dialog displaying text in red.
* Fixed lexicons not being displayed.
* Fixed drag and drop in mag view and search dialog.
* Fixed no text being displayed for some ThML modules.
* Fixed undefined behavior and crashes from opening menus to select works by
  working around a broken QMenu interface.
* Fixes to handling of languages, including a caching discrepancy which
  caused some settings not being properly applied before restarting
  BibleTime.
* Fixed saving of chapters not working properly.
* Fixed handling of nested tags for OSIS works.
* Fixes to handling of PageUp/PageDown keys when scrolling out of bounds.
  Note that when BibleTime is compiled against Qt 5.9, one might still
  experience a trivial glitch where only part of the module is displayed.
  Pressing PageUp/PageDown again may help to work around this.

(nros)

2022-10-20 13:16:57 UTC MAIN commitmail json YAML

Updated devel/pango, devel/glibmm, devel/pangomm

(adam)

2022-10-20 13:16:37 UTC MAIN commitmail json YAML

pangomm: updated to 2.46.3

2.46.3 (stable):

* Context::get_font_map(): Fix reference count

Build:
* Meson build: Specify 'check' option in run_command()
  Will be necessary with future versions of Meson.
* Meson build: Check if Perl is required for building documentation
* Meson build: Avoid unnecessary configuration warnings
* Meson build: Re-organize warning-related compiler flags for MSVC

(adam)

2022-10-20 13:15:35 UTC MAIN commitmail json YAML

glibmm: updated to 2.66.5

2.66.5 (stable):

Gio:
* ListStore: Don't derive a gtkmm__GListStore GType
* DBus::Proxy: get_connection(), get_interface_info(): Add refreturn

Documentation:
* Gio::Action: Improve the documentation

gmmproc:
* Improved handling of final types

Build:
* Meson build: Avoid unnecessary configuration warnings
* Meson/MSVC: Add more warnings to ignore
* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created

2.66.4 (stable):

Glib:
* ustring_Iterator: Don't declare copy constructor =default.
  The fix in the 2.66.3 release broke ABI.

2.66.3 (stable):

Glib, Gio:
* Declare some copy constructors =default,
  avoiding warnings from the clang++ compiler

Gio:
* TlsCertificate: Fix the create*() methods

gmmproc:
* Add "ignore_deprecations" argument in _WRAP_METHOD()

Build with Meson:
* MSVC build: Support Visual Studio 2022
* Specify 'check' option in run_command()
* Check if Perl is required for building documentation

(adam)

2022-10-20 13:14:33 UTC MAIN commitmail json YAML

pango: updated to 1.50.11

Overview of changes in 1.50.11, 03-10-2022
==========================================
- Don't crash for lack of fonts
- Avoid a crash in shaping

Overview of changes in 1.50.10, 16-09-2022
=========================================
- Avoid some unnecessary strdups
- Fix line height computations with a non-trivial CTM

Overview of changes in 1.50.9, 09-08-2022
=========================================
- Apply show flags to line separators
- Fix a thread-safety problem

(adam)

2022-10-20 13:02:31 UTC MAIN commitmail json YAML

gtodo and gtodo-applet was removed in 2020

(nros)

2022-10-20 12:38:56 UTC MAIN commitmail json YAML

2022-10-20 12:11:52 UTC MAIN commitmail json YAML

2022-10-20 11:43:19 UTC MAIN commitmail json YAML

doc: Updated textproc/qore-xml-module to 1.6.1

(nros)

2022-10-20 11:43:03 UTC MAIN commitmail json YAML

Update qore-xml-module to version 1.6.1

Update qore-xml-module to version 1.6.1 .

Changes from changelog:

* fixed SoapDataProvider to no longer return the full data
  provider path as the name but instead just the local name,
  as paths with / characters can break clients traversing
  the data provider hierarchy

* fixed a bug merging namespaces in externsl XSDs with
  overlapping prefixes

* fixed a bug handling complexType elements with a sequence
  and and any element

* fixed a confusing bug in the error message for
  WSDLLib::getWebServiceFromUrl() when the file could not
  be read

* fixed bugs loading URLs with multiple imports of the same
  external XSD schema

(nros)

2022-10-20 11:40:08 UTC MAIN commitmail json YAML

doc: Updated textproc/qore-json-module to 1.8.1

(nros)

2022-10-20 11:39:41 UTC MAIN commitmail json YAML

Update qore-json-module to version 1.8.1

Update qore-json-module to version 1.8.1.

Changes from changelog:

* eliminated excess whitespace from
  compact JSON serialization

(nros)

2022-10-20 11:35:37 UTC MAIN commitmail json YAML

doc: Updated lang/qore to 1.12.0

(nros)

2022-10-20 11:35:09 UTC MAIN commitmail json YAML

Update qore to version 1.12.0

Update qore to version 1.12.0.

Includes one of our patches and
has tons of bug fixes.

(nros)

2022-10-20 11:07:12 UTC MAIN commitmail json YAML

Removed graphics/qore-glut-module and graphics/qore-opengl-module

(nros)

2022-10-20 11:01:18 UTC MAIN commitmail json YAML

2022-10-20 10:14:01 UTC MAIN commitmail json YAML

qore: add plist awk modifiers so that PLISTS of modules get generated correctly using print-PLIST

(nros)

2022-10-20 09:35:15 UTC MAIN commitmail json YAML

2022-10-20 09:13:24 UTC MAIN commitmail json YAML

Updated devel/py-anyio, graphics/py-matplotlib-inline

(adam)

2022-10-20 09:13:05 UTC MAIN commitmail json YAML

2022-10-20 09:09:23 UTC MAIN commitmail json YAML

py-anyio: updated to 3.6.2

3.6.2

- Pinned Trio to < 0.22 to avoid incompatibility with AnyIO's ``ExceptionGroup`` class
  causing ``AttributeError: 'NonBaseMultiError' object has no attribute '_exceptions'``
  (AnyIO 4 is unaffected)

(adam)

2022-10-20 08:59:33 UTC MAIN commitmail json YAML

Updated devel/py-test-mypy, devel/py-progressbar2

(adam)

2022-10-20 08:59:16 UTC MAIN commitmail json YAML

py-progressbar2: updated to 4.1.1

v4.1.1
Fixed backwards compatibility with original progressbar library

v4.1.0
Delegate unknown attrs to target in WrappingIO

(adam)

2022-10-20 08:58:20 UTC MAIN commitmail json YAML

py-test-mypy: updated to 0.10.0

0.10.0
* Drop support for python<3.6.

(adam)

2022-10-20 06:48:18 UTC MAIN commitmail json YAML

security/Makefile: sort

(wiz)

2022-10-20 06:47:36 UTC MAIN commitmail json YAML

cross/Makefile: sort

(wiz)

2022-10-20 03:58:09 UTC MAIN commitmail json YAML

doc: Updated devel/erlang-fs to 8.6.1

(triaxx)

2022-10-20 03:57:33 UTC MAIN commitmail json YAML

erlang-fs: Update to 8.6.1

pkgsrc changes:
---------------
  * Fix PLIST which contains mac_listener only for Darwin. Add PLIST.macos
    variable.
  * Add a commit hash in GITHUB_TAG since the git tags on the GitHub repository
    don't follow version increases.

(triaxx)

2022-10-20 00:40:00 UTC MAIN commitmail json YAML

doc: Updated wm/fvwm to 2.6.9nb15

(gutteridge)

2022-10-20 00:39:50 UTC MAIN commitmail json YAML

fvwm: backport fix for locking issues with libX11 1.8.1

Issue reported and patches tested by John D. Baker, on NetBSD-Users@.

(gutteridge)

2022-10-20 00:30:46 UTC MAIN commitmail json YAML

openbox: record py-xdg dependency

(gutteridge)

2022-10-19 18:38:30 UTC MAIN commitmail json YAML

2022-10-19 18:27:53 UTC MAIN commitmail json YAML

spdlog: fix buildlink

(adam)

2022-10-19 18:00:02 UTC MAIN commitmail json YAML

gtk4: fix finding of ffmpeg

Fix finding of ffmpeg in gtk4
The ffmpeg media backend is
experimental and is set to
disabled by default instead of
auto or enabled. Set it to
enabled so that it tries to
find it.
Bump pkgrevision.

(nros)

2022-10-19 17:28:16 UTC MAIN commitmail json YAML

Updated devel/py-traitlets, math/py-numpy

(adam)

2022-10-19 17:27:58 UTC MAIN commitmail json YAML

py-numpy: updated to 1.23.4

1.23.4
BUG: Add ``__array_api_version__`` to ``numpy.array_api`` namespace
MAINT: update sde toolkit to 9.0, fix download link
BLD: use macos-11 image on azure, macos-1015 is deprecated
MAINT: random: remove ``get_info`` from "extending with Cython"...
BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements
REV: Loosen ``lookfor``'s import try/except again
TYP,ENH: Mark ``numpy.typing`` protocols as runtime checkable
TYP,MAINT: Change more overloads to play nice with pyright
TST,TYP: Bump mypy to 0.981
DOC: Update delimiter param description.
BUG: Memory leaks in numpy.nested_iters
REL: Prepare for the NumPy 1.23.4 release.
TST: Fix failing aarch64 wheel builds.

(adam)

2022-10-19 17:27:11 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.5.0

5.5.0

* Clean up application typing
* Update tests and docs to use non-deprecated functions
* Clean up version handling
* Prep for jupyter releaser
* Format the changelog

(adam)

2022-10-19 17:15:17 UTC MAIN commitmail json YAML

Note update of x11/pixman to 0.42.0nb2.

(he)

2022-10-19 17:14:32 UTC MAIN commitmail json YAML

x11/pixman: fix a couple more altivec-related bugs for powerpc.

The patch fixes a couple of bugs related to int32 / vector
initialization, pointed out by the compiler.  Now builds without
warnings.

(he)

2022-10-19 15:43:19 UTC MAIN commitmail json YAML

ImageMagick: SunOS needs -lsendfile.

(jperkin)

2022-10-19 14:25:20 UTC MAIN commitmail json YAML

2022-10-19 14:17:54 UTC MAIN commitmail json YAML

fighting a losing battle against the py-cryptography rustification, part 4

Add support for py-OpenSSL to versioned_dependencies.mk

(nia)

2022-10-19 14:17:17 UTC MAIN commitmail json YAML

Updated www/nginx to 1.22.1
Updated www/nginx-devel to 1.23.2

(osa)

2022-10-19 14:15:30 UTC MAIN commitmail json YAML

www/nginx: security update 1.22.0 -> 1.22.1

<ChangeLog>

*) Security: processing of a specially crafted mp4 file by the
  ngx_http_mp4_module might cause a worker process crash, worker
  process memory disclosure, or might have potential other impact
  (CVE-2022-41741, CVE-2022-41742).

</ChangeLog>

(osa)

2022-10-19 14:11:01 UTC MAIN commitmail json YAML

fighting a losing battle against the py-cryptography rustification, part 3

Re-import the last version of py-OpenSSL without a hard unnecessary
dependency on rustified py-cryptography

(nia)

2022-10-19 14:10:25 UTC MAIN commitmail json YAML

www/nginx-devel: security update 1.23.1 -> 1.23.2

<ChangeLog>

*) Security: processing of a specially crafted mp4 file by the
  ngx_http_mp4_module might cause a worker process crash, worker
  process memory disclosure, or might have potential other impact
  (CVE-2022-41741, CVE-2022-41742).

*) Feature: the "$proxy_protocol_tlv_..." variables.

*) Feature: TLS session tickets encryption keys are now automatically
  rotated when using shared memory in the "ssl_session_cache"
  directive.

*) Change: the logging level of the "bad record type" SSL errors has
  been lowered from "crit" to "info".
  Thanks to Murilo Andrade.

*) Change: now when using shared memory in the "ssl_session_cache"
  directive the "could not allocate new session" errors are logged at
  the "warn" level instead of "alert" and not more often than once per
  second.

*) Bugfix: nginx/Windows could not be built with OpenSSL 3.0.x.

*) Bugfix: in logging of the PROXY protocol errors.
  Thanks to Sergey Brester.

*) Workaround: shared memory from the "ssl_session_cache" directive was
  spent on sessions using TLS session tickets when using TLSv1.3 with
  OpenSSL.

*) Workaround: timeout specified with the "ssl_session_timeout"
  directive did not work when using TLSv1.3 with OpenSSL or BoringSSL.

</ChangeLog>

(osa)

2022-10-19 14:10:03 UTC MAIN commitmail json YAML

fighting a losing battle against the py-cryptography rustification, part 3

Re-import the last version of py-OpenSSL without a hard unnecessary
dependency on rustified py-cryptography

(nia)

2022-10-19 14:04:38 UTC MAIN commitmail json YAML

doc: Updated devel/php-libawl to 0.63

(hauke)

2022-10-19 14:04:24 UTC MAIN commitmail json YAML

Update devel/php-libawl to 0.63, in lockstep with davical 1.1.11

(hauke)

2022-10-19 14:01:22 UTC MAIN commitmail json YAML

doc: Updated www/davical to 1.1.11

(hauke)

2022-10-19 14:01:07 UTC MAIN commitmail json YAML

Update www/davical to 1.1.11

From https://wiki.davical.org/index.php?title=Release_Notes/1.1.11:

=== Bug Fixes ===
* Tasks show up in Free/Busy (#257)
* php compatibility: Creating principal fails on 8.1 (#271)
* PHP 8 deprecations: htmlspecialchars in always.php (#266)
* PHP 8: "Exception [0] array_flip(): Argument #1 ($array) must be of
  type array, null given" at principal-edit.php (#260)
* Exception in inc/iSchedule.php, Argument #1 must be of type
  Countable|array (#252)
* Users with passwords containing a quotation mark cannot login (#259)
* Create new users, impossible... (#250)
* Wrong FreeBusy duration when the DTSTART of the event is the same as
  the DTEND (#247)
* Remove deprecated get_magic_quotes* function call from setup.php (234)
* "Login failure" when password contains HTML special characters (#229)

=== Other Changes ===
* Changes to Gitlab CI, unit and regression tests

(hauke)

2022-10-19 13:56:34 UTC MAIN commitmail json YAML

2022-10-19 13:42:46 UTC MAIN commitmail json YAML

Make sure both the searched package and the found package match.

(nia)

2022-10-19 13:37:22 UTC MAIN commitmail json YAML

python: Special handling of py-cryptography for versioned_dependencies.mk

(nia)

2022-10-19 13:18:46 UTC MAIN commitmail json YAML

py27-cryptography: Restore support for Python 3, we want this because
it doesn't require rust

(nia)

2022-10-19 13:18:32 UTC MAIN commitmail json YAML

Added databases/postgresql15*

(adam)

2022-10-19 13:16:46 UTC MAIN commitmail json YAML

postgresql15: added version 15.0

PostgreSQL 15 contains many new features and enhancements, including:

Support for the SQL MERGE command.

Selective publication of tables' contents within logical replication publications, through the ability to specify column lists and row filter conditions.

More options for compression, including support for Zstandard (zstd) compression. This includes support for performing compression on the server side during pg_basebackup.

Support for structured server log output using the JSON format.

Performance improvements, particularly for in-memory and on-disk sorting.

(adam)

2022-10-19 13:15:36 UTC MAIN commitmail json YAML

2022-10-19 12:38:58 UTC MAIN commitmail json YAML

doc: Added security/py-cryptography-norust version 3.3.2

(nia)

2022-10-19 12:38:27 UTC MAIN commitmail json YAML

2022-10-19 12:34:54 UTC MAIN commitmail json YAML

postgresql10-plperl: one dollar less

(adam)

2022-10-19 12:34:12 UTC MAIN commitmail json YAML

postgresql12-plperl: one dollar less

(adam)

2022-10-19 12:33:47 UTC MAIN commitmail json YAML

postgresql12-plperl: one dollar less

(adam)

2022-10-19 12:33:15 UTC MAIN commitmail json YAML

postgresql13-plperl: one dollar less

(adam)

2022-10-19 12:32:55 UTC MAIN commitmail json YAML

postgresql14-plperl: one dollar less

(adam)

2022-10-19 11:38:17 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 7.2.0

(schmonz)

2022-10-19 11:38:13 UTC MAIN commitmail json YAML

Update to 7.2.0. From the changelog:

7.0.0:
Breaking Change:
- approval_utilities is becoming its own pypi package to allow usage in
  production code.

7.1.0:
Command Line Approvals:
- You can now easily verify command line outputs. You can also pass
  inputs into the command line under test, including Iterables. This
  allows you to easily test non-python programs from ApprovalTests.

7.2.0:
- You can invoke a verify() call from the command line. This allows
  invoking python approvals from any other stack via subprocesses.

(schmonz)

2022-10-19 11:37:34 UTC MAIN commitmail json YAML

doc: Added devel/py-approval-utilities version 7.2.0

(schmonz)

2022-10-19 11:37:19 UTC MAIN commitmail json YAML

Add and enable py-approval-utilities.

(schmonz)

2022-10-19 11:36:40 UTC MAIN commitmail json YAML

Add py-approval-utilities, utilities for your production code that work
well with (and have just been extracted to their own package from)
py-approvaltests.

(schmonz)

2022-10-19 11:05:54 UTC MAIN commitmail json YAML

doc/TODO: update bind

+ bind-9.18.8.

(taca)

2022-10-19 11:05:22 UTC MAIN commitmail json YAML

doc: Updated net/bind916 to 9.16.34

(taca)

2022-10-19 11:04:49 UTC MAIN commitmail json YAML

net/bind916: update to 9.16.34

9.16.34

Known Issues

* Upgrading from BIND 9.16.32 or any older version may require a manual
  configuration change.  The following configurations are affected:

- type primary zones configured with dnssec-policy but without
          either allow-update or update-policy,

- type secondary zones configured with dnssec-policy.

* In these cases please add inline-signing yes; to the individual zone
  configuration(s).  Without applying this change, named will fail to start.
  For more details, see
  https://kb.isc.org/docs/dnssec-policy-requires-dynamic-dns-or-inline-signing

New Features

* Support for parsing and validating the dohpath service parameter in SVCB
  records was added.  [GL #3544]

* named now logs the supported cryptographic algorithms during startup and
  in the output of named -V.  [GL #3541]

Bug Fixes

* Changing just the TSIG key names for primaries in catalog zones' member
  zones was not effective.  This has been fixed.  [GL #3557]

(taca)

2022-10-19 10:36:59 UTC MAIN commitmail json YAML

gtk3: Default to xquartz if available on macOS.

The x11 option does not currently work due to cairo:xlib.

(jperkin)

2022-10-19 10:36:47 UTC MAIN commitmail json YAML

gtk2: Default to xquartz if available on macOS.

The x11 option does not currently work due to cairo:xlib.

(jperkin)

2022-10-19 10:29:02 UTC MAIN commitmail json YAML

doc: Updated devel/mob to 4.0.0

(schmonz)

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

Update to 4.0.0. From the changelog:

- **NEW** Feature: `mob reset` doesn't reset the mob branch anymore. It
  now warns you that it deletes the mob branch for everyone and if you
  want to continue do `mob reset --delete-remote-wip-branch`.
- **NEW** Feature: `mob timer`, `mob break`, `mob start`, `mob next` and
  `mob done` will stop already running local timers.
- Feature: `mob start --create` will create the remote branch and start
  the mob session on that branch.
- Feature: mob.sh now also works with tools like `git-repo` which
  symlink the `.git` folder
- Removed `MOB_START_INCLUDE_UNCOMMITTED_CHANGES` environment variable
  (has been deprecated for some time).
- `MOB_DONE_SQUASH` no longer supports a boolean value, you have to use
  the proper values `squash`, `no-squash` or `squash-wip` instead.

(schmonz)

2022-10-19 09:42:52 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.70.0

(pin)

2022-10-19 09:42:32 UTC MAIN commitmail json YAML

shells/nushell: update to 0.70.0

Themes of this release:

- New table flags
  --expand: changes a standard table view; expand the table structure so
  internally all data will be displayed as inner tables

- NOTICE
  The expand mode can be considered generally slower than a base table view.
  So, if you have a large data set it may be slow.
    --expand-deep {int}: set a limit after which table enlargement is stopped
    --flatten: an --expand view option to return a set of values instead of
      table for a simple lists
    --flatten-separator {char}: a configuration of a separator for --flatten
    --collapse: changes a standard table view; expand the table structure in a
      squashed way

- NOTICE
  collapse mode currently doesn't support width control, therefore if your
  terminal is not wide enough the table might be broken. The collapse mode can
  be considered generally slower than a base table view. So, if you have a
  large data set it may be slow.

- Breaking changes
  The command first 1 now returns a list with the single value rather than the
  value itself. This brings it in line with the behaviour of last 1.
  The dataframe command with-sql or query dfr has been renamed to query df for
  consistency.

- Next Steps
  We're continuing to work on language updates and hope to have more
  information for you soon.

(pin)

2022-10-19 08:35:48 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-util-wm to 0.4.2

(wiz)

2022-10-19 08:35:39 UTC MAIN commitmail json YAML

xcb-util-wm: update to 0.4.2.

Alan Coopersmith (8):
      Update configure.ac bug URL for gitlab migration
      Update README for gitlab migration
      Build xz tarballs instead of bzip2
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-wm 0.4.2

Alexander Gottwald (1):
      Update .gitmodules for gitlab submodule

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-10-19 08:32:46 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-util-renderutil to 0.3.10

(wiz)

2022-10-19 08:32:36 UTC MAIN commitmail json YAML

xcb-util-renderutil: update to 0.3.10.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-renderutil 0.3.10

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-10-19 08:31:31 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-util-keysyms to 0.4.1

(wiz)

2022-10-19 08:31:22 UTC MAIN commitmail json YAML

xcb-util-keysyms: update to 0.4.1.

Alan Coopersmith (9):
      Update README for gitlab migration
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Add COPYING file
      xcb-util-keysyms 0.4.1

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-10-19 08:29:45 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-util-errors to 1.0.1

(wiz)

2022-10-19 08:29:36 UTC MAIN commitmail json YAML

xcb-util-errors: update to 1.0.1.

Alan Coopersmith (7):
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-errors 1.0.1

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Uli Schlachter (1):
      Do not distribute extensions.c and fix out-of-tree builds

(wiz)

2022-10-19 08:10:30 UTC MAIN commitmail json YAML

Updated devel/git, databases/repmgr

(adam)

2022-10-19 08:10:13 UTC MAIN commitmail json YAML

repmgr: updated to 5.3.3

repmgr 5.3.3 is a minor release providing support for PostgreSQL 15 and a repmgrd bug fix.

(adam)

2022-10-19 08:09:41 UTC MAIN commitmail json YAML

postgresql14-client: optionally buildlink against lz4

(adam)

2022-10-19 07:54:52 UTC MAIN commitmail json YAML

git: updated to 2.38.1

Git v2.38.1 Release Notes
=========================

This release merges the security fix that appears in v2.30.6; see
the release notes for that version for details.

(adam)

2022-10-19 03:41:00 UTC MAIN commitmail json YAML

doc: Updated wm/fvwm3 to 1.0.5

(gutteridge)

2022-10-19 03:40:37 UTC MAIN commitmail json YAML

fvwm3: update to 1.0.5

(One of the more significant changes is that locking issues with libX11
1.8.1 are fixed.)

## [1.0.5](https://github.com/fvwmorg/fvwm3/tree/1.0.5) (2022-09-28)

[Full Changelog](https://github.com/fvwmorg/fvwm3/compare/1.0.4...1.0.5)

**Breaking changes:**

- Function parser rewrite & Repeat command deprecation [\#642](https://github.com/fvwmorg/fvwm3/issues/642)
- MapRequest: don't fake map/unmap events [\#703](https://github.com/fvwmorg/fvwm3/pull/703) ([ThomasAdam](https://github.com/ThomasAdam))
- Rewrite function parser and remove the Repeat command [\#643](https://github.com/fvwmorg/fvwm3/pull/643) ([ThomasAdam](https://github.com/ThomasAdam))
- Update and cleanup SnapAttract code. [\#641](https://github.com/fvwmorg/fvwm3/pull/641) ([somiaj](https://github.com/somiaj))
- Doc: split manpages into sections [\#637](https://github.com/fvwmorg/fvwm3/pull/637) ([ThomasAdam](https://github.com/ThomasAdam))
- Remove Efence and Dmalloc support [\#635](https://github.com/fvwmorg/fvwm3/pull/635) ([ThomasAdam](https://github.com/ThomasAdam))

**Implemented enhancements:**

- A better ManualPlacement that allows drawing the geometry of the new window. [\#674](https://github.com/fvwmorg/fvwm3/issues/674)
- expand: add monitor.prev variable [\#699](https://github.com/fvwmorg/fvwm3/pull/699) ([ThomasAdam](https://github.com/ThomasAdam))
- Add AnyScreen to conditional in IconManClick [\#696](https://github.com/fvwmorg/fvwm3/pull/696) ([somiaj](https://github.com/somiaj))
- \_NET\_WM\_NAME: update to fvwm3 [\#609](https://github.com/fvwmorg/fvwm3/pull/609) ([ThomasAdam](https://github.com/ThomasAdam))

**Fixed bugs:**

- Style \* Icon cause Fvwm3 stuck in loading when restart. [\#681](https://github.com/fvwmorg/fvwm3/issues/681)
- Recaptured windows can have a negative offset away from the page they should be on [\#678](https://github.com/fvwmorg/fvwm3/issues/678)
- VLC still decorates its transient window even when explicitly given the NakedTransient style [\#673](https://github.com/fvwmorg/fvwm3/issues/673)
- configuring with `--disable-png` causes builds to fail [\#669](https://github.com/fvwmorg/fvwm3/issues/669)
- Emoji in window titles make FvwmIconMan stop showing window names. [\#654](https://github.com/fvwmorg/fvwm3/issues/654)
- Unable to initialize RandR [\#650](https://github.com/fvwmorg/fvwm3/issues/650)
- PipeRead when called from a function cannot grab pointer [\#610](https://github.com/fvwmorg/fvwm3/issues/610)
- Man Pages Cleanup [\#554](https://github.com/fvwmorg/fvwm3/issues/554)
- Windows from various pages are moved to page 0 0 on fvwm3 restart [\#694](https://github.com/fvwmorg/fvwm3/issues/694)
- Separator in menu gets focus [\#675](https://github.com/fvwmorg/fvwm3/issues/675)
- Unshading a window with WindowShade function sometimes makes the window lose "true input focus". [\#671](https://github.com/fvwmorg/fvwm3/issues/671)
- When configured with `--disable-xft` fvwm3 fails to build. [\#667](https://github.com/fvwmorg/fvwm3/issues/667)
- my fvwm config does not work with recent chromium [\#663](https://github.com/fvwmorg/fvwm3/issues/663)
- FvwmEvent event new\_desk gets triggered multiple times in multi-monitor shared setup [\#655](https://github.com/fvwmorg/fvwm3/issues/655)
- Windows with style "PositionPlacement Center" split between monitors [\#648](https://github.com/fvwmorg/fvwm3/issues/648)
- FVWM branch dv/pager-noaspect crashes with core dump [\#647](https://github.com/fvwmorg/fvwm3/issues/647)
- SnapAttraction prefers wrong window [\#631](https://github.com/fvwmorg/fvwm3/issues/631)
- FvwmPrompt is installed unstripped [\#618](https://github.com/fvwmorg/fvwm3/issues/618)
- DesktopName fails to set desktop name under described circumstances [\#606](https://github.com/fvwmorg/fvwm3/issues/606)
- FvwmEvent event monitor\_focus broken in FVWM3 1.0.4 [\#604](https://github.com/fvwmorg/fvwm3/issues/604)
- Building FvwmPrompt disables FvwmConsole, but still installs manual page. [\#597](https://github.com/fvwmorg/fvwm3/issues/597)
- Wait command in configuration file can cause unexpected issues with GeometryWindow. [\#590](https://github.com/fvwmorg/fvwm3/issues/590)
- "GeometryWindow Hide" doesn't work [\#589](https://github.com/fvwmorg/fvwm3/issues/589)
- Special characters \(umlauts\) are sometimes not displayed correctly in the window title [\#482](https://github.com/fvwmorg/fvwm3/issues/482)
- FvwmEvent: handle previous\_monitor and no longer passthrough ID  [\#701](https://github.com/fvwmorg/fvwm3/pull/701) ([ThomasAdam](https://github.com/ThomasAdam))
- doc: don't build FvwmConsole.1 if FvwmPrompt enabled [\#700](https://github.com/fvwmorg/fvwm3/pull/700) ([ThomasAdam](https://github.com/ThomasAdam))
- DesktopConfiguration shared: keep windows in-situ [\#697](https://github.com/fvwmorg/fvwm3/pull/697) ([ThomasAdam](https://github.com/ThomasAdam))
- desk\_add: fix starting desk/monitor [\#689](https://github.com/fvwmorg/fvwm3/pull/689) ([ThomasAdam](https://github.com/ThomasAdam))
- shared: fix flagging of new\_desk [\#687](https://github.com/fvwmorg/fvwm3/pull/687) ([ThomasAdam](https://github.com/ThomasAdam))
- Fix for lock recusion in handle\_all\_expose\(\) [\#683](https://github.com/fvwmorg/fvwm3/pull/683) ([mherrb](https://github.com/mherrb))
- Asciidoc fixes [\#676](https://github.com/fvwmorg/fvwm3/pull/676) ([topcat001](https://github.com/topcat001))
- grow: ignore transient windows [\#627](https://github.com/fvwmorg/fvwm3/pull/627) ([ThomasAdam](https://github.com/ThomasAdam))
- MoveToScreen: fix NULL-dereference [\#605](https://github.com/fvwmorg/fvwm3/pull/605) ([ThomasAdam](https://github.com/ThomasAdam))
- Bugfix: fvwm-menu-desktop --get-menus [\#593](https://github.com/fvwmorg/fvwm3/pull/593) ([somiaj](https://github.com/somiaj))

**Closed issues:**

- Code Cleanup: Codacy issues list [\#107](https://github.com/fvwmorg/fvwm3/issues/107)

**Merged pull requests:**

- avoid sprintf\(%n\) [\#653](https://github.com/fvwmorg/fvwm3/pull/653) ([omar-polo](https://github.com/omar-polo))
- FvwmPrompt: add GOFLAGS to build stripped [\#619](https://github.com/fvwmorg/fvwm3/pull/619) ([Zirias](https://github.com/Zirias))
- Wait: don't run until windows are captured [\#592](https://github.com/fvwmorg/fvwm3/pull/592) ([ThomasAdam](https://github.com/ThomasAdam))
- CMD\_GeometryWindow: Move NULL check. [\#591](https://github.com/fvwmorg/fvwm3/pull/591) ([somiaj](https://github.com/somiaj))
- cleanup: address warnings [\#705](https://github.com/fvwmorg/fvwm3/pull/705) ([ThomasAdam](https://github.com/ThomasAdam))
- modconf: disable debug [\#698](https://github.com/fvwmorg/fvwm3/pull/698) ([ThomasAdam](https://github.com/ThomasAdam))
- GotoDesk: avoid over-eager matching [\#695](https://github.com/fvwmorg/fvwm3/pull/695) ([ThomasAdam](https://github.com/ThomasAdam))
- update\_fvwm\_monitor: cosmetic change [\#692](https://github.com/fvwmorg/fvwm3/pull/692) ([ThomasAdam](https://github.com/ThomasAdam))
- menuitem: set selectable when not a separator [\#690](https://github.com/fvwmorg/fvwm3/pull/690) ([ThomasAdam](https://github.com/ThomasAdam))
- Windowshade: explicitly set input focus [\#672](https://github.com/fvwmorg/fvwm3/pull/672) ([ThomasAdam](https://github.com/ThomasAdam))
- FvwmPrompt: update core modules [\#665](https://github.com/fvwmorg/fvwm3/pull/665) ([ThomasAdam](https://github.com/ThomasAdam))
- FvwmPrompt: update vendor deps [\#664](https://github.com/fvwmorg/fvwm3/pull/664) ([ThomasAdam](https://github.com/ThomasAdam))
- Fix selectable flag for the Resize window operation menu item [\#656](https://github.com/fvwmorg/fvwm3/pull/656) ([topcat001](https://github.com/topcat001))
- Fix ExitFunction [\#651](https://github.com/fvwmorg/fvwm3/pull/651) ([pghvlaans](https://github.com/pghvlaans))
- DisplayPosition: fix segfault [\#645](https://github.com/fvwmorg/fvwm3/pull/645) ([ThomasAdam](https://github.com/ThomasAdam))
- convert UPDATE\_FVWM\_SCREEN from macro to function [\#644](https://github.com/fvwmorg/fvwm3/pull/644) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv logfile [\#640](https://github.com/fvwmorg/fvwm3/pull/640) ([ThomasAdam](https://github.com/ThomasAdam))
- Resize: fix resize bounds [\#638](https://github.com/fvwmorg/fvwm3/pull/638) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv2 [\#636](https://github.com/fvwmorg/fvwm3/pull/636) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv misc [\#634](https://github.com/fvwmorg/fvwm3/pull/634) ([ThomasAdam](https://github.com/ThomasAdam))
- Reject out of range windows for Move and Resize commands. [\#633](https://github.com/fvwmorg/fvwm3/pull/633) ([ThomasAdam](https://github.com/ThomasAdam))
- FVWMMFL: ignore SIGPIPE [\#632](https://github.com/fvwmorg/fvwm3/pull/632) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/dv ifdev [\#630](https://github.com/fvwmorg/fvwm3/pull/630) ([ThomasAdam](https://github.com/ThomasAdam))
- ta/from dv [\#629](https://github.com/fvwmorg/fvwm3/pull/629) ([ThomasAdam](https://github.com/ThomasAdam))
- DesktopName: don't duplicate entries with same name [\#607](https://github.com/fvwmorg/fvwm3/pull/607) ([ThomasAdam](https://github.com/ThomasAdam))
- Patches from Debian [\#599](https://github.com/fvwmorg/fvwm3/pull/599) ([ThomasAdam](https://github.com/ThomasAdam))

(gutteridge)

2022-10-19 03:29:21 UTC MAIN commitmail json YAML

doc: Updated www/grafana to 9.2.1

(triaxx)

2022-10-19 03:28:04 UTC MAIN commitmail json YAML

grafana: Update to 9.2.1

upstream changes:
-----------------
9.2.1 (2022-10-18)
Features and enhancements
  o Alerting: Improve notification policies created during migration
  o AzureAD: Add option to force fetch the groups from the Graph API
  o AzureAD: Add option to force fetch the groups from the Graph API
  o Docs: Note end of release notes publication
  o Inspect: Handle JSON tab crash when the provided object is too big to
    stringify
  o TablePanel: Footer now updates values on column filtering
Bug fixes
  o Alerting: Fix email image embedding on Windows
  o Alerting: Fix mathexp.NoData for ConditionsCmd
  o Legacy Alerting: Fix duration calculation when testing a rule
  o Loki: Propagate additional headers from Grafana to Loki when querying data
  o Search: Sort alphabetically in the folder view, increase the limit of the
    folder search from 50 to 1000
  o TablePanel: Fix last table column to be centered.
Plugin development fixes & changes
  o Grafana UI: Export prop types for queryfield, modal and field components
  o Toolkit: Fix Cannot use import statement outside... error in tests

(triaxx)

2022-10-18 22:07:14 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-util-image to 0.4.1

(wiz)

2022-10-18 22:07:05 UTC MAIN commitmail json YAML

xcb-util-image: update to 0.4.1.

Alan Coopersmith (9):
      Update README for gitlab migration
      Add README.md to EXTRA_DIST
      Update configure.ac bug URL for gitlab migration
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-image 0.4.1

David Callu (1):
      test: add XCB_SHM_LIBS to all test

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-10-18 19:47:31 UTC MAIN commitmail json YAML

devel/ppc-morphos-gcc-11: Use sdk-source-20220309.tar.xz

It seems to have been moved on the server, as it has the same hash as
sdk-source-20220302.tar.xz.

(js)

2022-10-18 18:26:30 UTC MAIN commitmail json YAML

doc: Updated biology/molsketch to 0.7.3

(pin)

2022-10-18 18:26:01 UTC MAIN commitmail json YAML

biology/molsketch: update to 0.7.3

- This is only a small release coming out in order to establish an automated
  build - and publication pipeline.
  Some new bond types were added nevertheless.

(pin)

2022-10-18 17:50:08 UTC MAIN commitmail json YAML

xcb-util-cursor: improve DESCR

(wiz)

2022-10-18 17:49:00 UTC MAIN commitmail json YAML

doc: Updated x11/xcb-util-cursor to 0.1.4

(wiz)

2022-10-18 17:48:48 UTC MAIN commitmail json YAML

xcb-util-cursor: update to 0.1.4.

Alan Coopersmith (9):
      Update README for gitlab migration
      Add README.md to EXTRA_DIST
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xcb-util-cursor 0.1.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Uli Schlachter (2):
      documentation: Call xcb_free_cursor() when done
      Fix out-of-source builds

(wiz)

2022-10-18 17:47:29 UTC MAIN commitmail json YAML

doc: Updated x11/libxshmfence to 1.3.1

(wiz)

2022-10-18 17:47:18 UTC MAIN commitmail json YAML

libxshmfence: update to 1.3.1.

Alan Coopersmith (6):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      libxshmfence 1.3.1

Jan Beich (2):
      alloc: prefer atomic close-on-exec without O_TMPFILE as well
      alloc: prefer SHM_ANON on FreeBSD a la memfd_create

(wiz)

2022-10-18 12:53:10 UTC MAIN commitmail json YAML

pixman: add upstream merge request URL

Thanks, he@!

(wiz)

2022-10-18 12:16:28 UTC MAIN commitmail json YAML

Updated databases/py-ldap, textproc/py-rapidjson

(adam)

2022-10-18 12:16:08 UTC MAIN commitmail json YAML

py-rapidjson: updated to 1.9

1.9 (2022-10-17)
* Produce Python 3.11 wheels

(adam)

2022-10-18 12:14:34 UTC MAIN commitmail json YAML

py-ldap: updated to 3.4.3

Released 3.4.3 2022-09-15

This is a minor release to bring back the removed OPT_X_TLS option.
Please note, it's still a deprecated option and it will be removed in 3.5.0.

The following deprecated option has been brought back:
- ``OPT_X_TLS``

Fixes:
* Sphinx documentation is now successfully built
* pypy3 tests stability was improved
* setup.py deprecation warning is now resolved

(adam)

2022-10-18 12:02:57 UTC MAIN commitmail json YAML

Updated net/net-snmp, net/py-netsnmp

(adam)

2022-10-18 12:02:27 UTC MAIN commitmail json YAML

net-snmp: remove unused patch

(adam)

2022-10-18 12:01:53 UTC MAIN commitmail json YAML

net-snmp py-netsnmp: updated to 5.9.3

*5.9.3*:
    security:
      - These two CVEs can be exploited by a user with read-only credentials:
          - CVE-2022-24805 A buffer overflow in the handling of the INDEX of
            NET-SNMP-VACM-MIB can cause an out-of-bounds memory access.
          - CVE-2022-24809 A malformed OID in a GET-NEXT to the nsVacmAccessTable
            can cause a NULL pointer dereference.
      - These CVEs can be exploited by a user with read-write credentials:
          - CVE-2022-24806 Improper Input Validation when SETing malformed
            OIDs in master agent and subagent simultaneously
          - CVE-2022-24807 A malformed OID in a SET request to
            SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an
            out-of-bounds memory access.
          - CVE-2022-24808 A malformed OID in a SET request to
            NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference
          - CVE-2022-24810 A malformed OID in a SET to the nsVacmAccessTable
            can cause a NULL pointer dereference.
      - To avoid these flaws, use strong SNMPv3 credentials and do not share them.
        If you must use SNMPv1 or SNMPv2c, use a complex community string
        and enhance the protection by restricting access to a given IP address range.
      - Thanks are due to Yu Zhang of VARAS@IIE and Nanyu Zhong of VARAS@IIE for
        reporting the following CVEs that have been fixed in this release, and
        to Arista Networks for providing fixes.

    misc:
      - Snmp-create-v3-user: Fix the snmpd.conf path  @datadir@ is
        expanded in ${datarootdir} so datarootdir must be set before
        @datadir@ is used.

    general: Many bug fixes

*5.9.2*:
    skipped due to a last minute library versioning found bug -- use 5.9.3 instead

*5.9.1*:
    General: Many bug fixes

*5.9*
    snmplib:
      - Add IPv6 support to DTLSUDP transport CHANGES: snmplib: use new
        netsnmp_sockaddr_storage in netsnmp_addr_pair CHANGES: snmplib: add
        base_transport ptr for tunneled transports

    snmpd:
      - Security vulnerabilty in the ping MIB reported by Christopher Ertl
        from Microsoft fixed
      - Changing to a different uid/gid can only be done once
      - The extend mib is now read-only by default

    snmptrap:
      - BUG: 2899: Patch from Drew Roedersheimer to set library
        engineboots/time values before sending

    unspecified:
      - Add pkg-config support for building applications and sub-agents Use
        the netsnmp package when building Net-SNMP applications. Use the
        netsnmp-agent package when building Net-SNMP subagents.

(adam)

2022-10-18 11:14:18 UTC MAIN commitmail json YAML

2022-10-18 11:06:46 UTC MAIN commitmail json YAML

pixman: fix pkglint

(wiz)

2022-10-18 11:01:01 UTC MAIN commitmail json YAML

pixman: remove patches that were added as workarounds for x server issues in 2011

Bump PKGREVISION.

(wiz)

2022-10-18 10:58:10 UTC MAIN commitmail json YAML

doc: Updated x11/pixman to 0.42.0

(wiz)

2022-10-18 10:58:01 UTC MAIN commitmail json YAML

pixman: update to 0.42.0.

Alan Coopersmith (2):
    configure: replace bugzilla URL with gitlab issues
    configure.ac: allow x64 libraries on Solaris to run on non-SSSE3 machines

Alex Richardson (1):
    Fix -Wincompatible-function-pointer-types warning

Benjamin Gilbert (1):
    meson: Add feature to disable compiler TLS support

Dylan Baker (1):
    meson: remove pixman dependency

Heiko Lewin (1):
    Fix signed-unsigned semantics in reduce_32

Jocelyn Falempe (1):
    Fix inverted colors on big endian system

Jonathan Kew (1):
    Avoid out-of-bounds read when accessing individual bytes from mask.

Manuel Stoeckl (2):
    Fix masked pixel fetching with wide format
    demos: port to Gtk3

Matt Turner (1):
    Post-release version bump to 0.40.1

Michael Forney (1):
    Prevent empty top-level declaration

Mizuki Asakura (1):
    added aarch64 bilinear implementations (ver.4.1)

Nirbheek Chauhan (3):
    tests: Fix undefined symbol build error on macOS
    meson: Fix warning about extract_all_objects usage
    meson: Fix usage of pkgconfig.generate()

Simon Ser (2):
    Constify region APIs
    Pre-release version bump to 0.42.0

Tim-Philipp Müller (3):
    Update README a little
    meson: add cpu-features-path option for Android
    meson: add option to skip building of tests and demos

Tom Stellard (1):
    Add -ftrapping-math to default cflags

pkubaj (1):
    Fix AltiVec detection on FreeBSD.

Érico Rolim (1):
    meson: update option descriptions.

(wiz)

2022-10-18 08:53:09 UTC MAIN commitmail json YAML

Updated www/py-h11, devel/py-packageurl

(adam)

2022-10-18 08:52:52 UTC MAIN commitmail json YAML

py-packageurl: updated to 0.10.4

0.10.4 (2022-10-17)
-------------------

- Refactor the purl2url functions and utilities

  - Split purl2url into `get_repo_url()` and `get_download_url()` returning
    accordingly a "Repository URL" and a "Download URL".
  - A new `get_inferred_urls` function is available to get return all
    inferred URLs (repository and download) values.
  - Add support in purl2url for npm, pypi, hackage, and nuget.
  - Package URL qualifiers can now be provided to `purl_from_pattern()`.
  - The `download_url` qualifier is returned in `get_download_url()` when available.

- Usage of `purl2url.purl2url` and `purl2url.get_url` is still available for
  backward compatibility but should be migrated to `purl2url.get_repo_url`.

- Include the `version_prefix` ("v" or "V") as a qualifier in build_github_purl
  This allow to infer valid URLs in the context of purl2url.

(adam)

2022-10-18 08:50:08 UTC MAIN commitmail json YAML

py-h11: updated to 0.14.0

H11 0.14.0 (2022-09-25)
-----------------------

Features

- Allow additional trailing whitespace in chunk headers for additional
  compatibility with existing servers.
- Improve the type hints for Sentinel types, which should make it
  easier to type hint h11 usage.

Deprecations and Removals

- Python 3.6 support is removed. h11 now requires Python>=3.7
  including PyPy 3.  Users running `pip install h11` on Python 2 will
  automatically get the last Python 2-compatible version.

(adam)

2022-10-18 08:15:52 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 1.3.0

(pin)

2022-10-18 08:15:26 UTC MAIN commitmail json YAML

sysutils/felix: update to 1.3.0

v1.3.0 (2022-10-18)
Changed
- Huge refactoring: Migrated to crossterm from termion due to the
  maintainability and future-support for Windows. New module term.rs
  contains (almost) all of the terminal API, so that other modules will not
  get effected by the future backend change.
  - Alongside, some changes are added to show the file path properly in Windows.
  - With crossterm, opening a file in e.g. Vim, it feels as if this app
    "freezes". This behavior is not what I want, so from v1.3.0,
    open_file_in_new_window can work only if [exec] is set in config file, and
    the extension of the item matches the key.
- default key in the config file become Option, so that users can select
  $EDITOR without explicitly setting it up. The initial process of asking users
  to select the default command has also been fixed accordingly.

Fixed
- After zoxide jump, turn off the filter mode.
- Many typos fixed.

Added
- New error: OpenNewWindow
- New GitHub actions: Add windows-install

(pin)

2022-10-18 08:14:32 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.17

(pin)

2022-10-18 08:14:10 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.17

0.6.17 (2022-10-17)
Features
- Keep image centered on window resize (a8ca6f1e)

(pin)